/*!
Theme Name:   Onehope Organic
Theme URI:    https://oho.eco/
Author:       Arvind Pandey
Description:  One Hope Organic
Version:      4.6.1
Tested up to: 6.7
Requires PHP: 5.6.0
Text Domain:  storefront
Tags:         e-commerce, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.



/* Reset */

:root {
  --font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --font-body: 'Source Sans Pro', system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
  font-family: var(--font-body);
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
}

/* Links */
a {
  text-decoration: none;
  color: #424242;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none
}

/* Media */
figure {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5em;
}

/* Heading sizes */
h1 {
  font-size: 2.25rem;
  /* 36px */
}

h2 {
  font-size: 1.75rem;
  /* 28px */
}

h3 {
  font-size: 1.375rem;
  /* 22px */
}

h4 {
  font-size: 1.125rem;
  /* 18px */
}

h5 {
  font-size: 1rem;
  /* 16px */
}

h6 {
  font-size: 0.875rem;
  /* 14px */
  font-weight: 500;
}

/* Paragraphs */
p {
  margin: 0 0 1em;
  line-height: 1.6;
}



.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  /* 10px 12px */
  font-family: inherit;
  font-size: 1rem;
  /* 16px */
  line-height: 1.5;
  color: #2e2e2e;
  background-color: #fff;
  border: 1px solid #d1d5db;
  /* soft gray */
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus state */
.form-control:focus {
  border-color: #2563eb;
  /* primary blue */
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Placeholder */
.form-control::placeholder {
  color: #9ca3af;
}

/* Disabled */
.form-control:disabled,
.form-control[readonly] {
  background-color: #f9fafb;
  cursor: not-allowed;
  opacity: 0.8;
}

/* Textarea */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.site-header {
  clear: both !important;
}

/* Container row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;

}

[class^="col-sm"] {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

/* ≥576px (Bootstrap "sm") */
@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


header {
  height: 68px;
  clear: both;
}

.c-hr {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.top-header {
  background-color: #029e9d;
  color: #fff;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 14px;
}

.link-float-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.link-float-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-box {
  position: relative;
}

.banner-box img {
  width: 100%;
}

.banner-text-box {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.banner-text-box h1 {
  font-size: 58px;
  color: #fff;
}

.link-float-right ul li {
  display: inline-block;
}

.navigation {
  left: 0;
  top: 0;
  z-index: 99;
  position: fixed;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(6, 57, 105, .2);
  box-shadow: 0 1px 4px 0 rgba(6, 57, 105, .2);
}

.navigation::after {
  margin-bottom: 200px;
}


.category-img img {
  height: 230px;
}

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

ul.main-menu li {
  display: inline-block;
}

ul.main-menu li a {
  padding: 21px 10px;
  display: block;
  color: #222;
  font-size: 15px;
}

ul.main-menu li a:hover {
  padding: 21px 10px;
  display: block;
  color: #e53935;
  font-size: 15px;
}

ul.main-menu li.current-menu-item a {
  color: #e53935 !important;
}

.logo-wrapper {
  display: flex;
  justify-content: space-between;
}

.custom-site-branding img {
  height: 55px;
}

.custom-site-branding a {
  padding-top: 8px !important;
  display: inline-block;
}

.video-site {
  position: relative;
}

.video-site .play-btn {
  width: 80px;
  position: absolute;
  left: 43%;
  top: 34%;
}

/*banner*/








.home-banner-box {
  height: calc(100vh - 90px);
  position: relative;
}

.home-banner-box video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.home-banner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}


.home-banner-box .home-content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 36%;
  color: #fff;
  z-index: 3;
}

.home-content .h1 {
  font-size: 3rem;
  font-family: var(--font-heading);
}

.home-content .h1 span {
  background-color: #ffee58;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  font-family: var(--font-heading);
}

.home-content .h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
}


.h1-heading,
.sub-heading {
  font-family: var(--font-heading);
  width: 100%;
  text-align: center;

}

.h1-heading {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: bold;
}



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


.home-banner-box .sub-headeing,
.home-banner-box .sub-headeing p {
  padding: 5px;
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: auto;
  font-family: var(--font-heading);
}

.abs-description {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  text-align: justify;
}

.home-content h2 {
  font-size: 50px;
  font-weight: normal;
  font-family: var(--font-heading);
}

.company-logo-desc {
  width: 250px;
  margin: auto;
  padding-top: 0px;
}


.whatwedo-box {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.whatwedo-desc {
  bottom: 0;
  position: absolute;
  width: 100%;
  min-height: 94px;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

a:hover .whatwedo-desc {
  color: #fff59d;
}

.visit-website {
  border: 1px solid #e53935;
  display: inline-block;
  padding: 10px 100px;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  background: #e53935;
  color: #fff;
}


.theme {
  color: #fff !important;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.what-we-do {
  padding: 40px 0;
  background-color: #eff8fe !important;

}

.what-we-do .wwd-img-box {
  margin: auto;
  display: block;
  width: 60px;
}

.hpiconBox {
  width: 20%;
  padding: 10px;
}


.hp-inner-box {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}

.hp-img {
  margin-bottom: 10px;
}

.hp-img img {
  margin: auto;
  display: block;
}

.big-text {
  font-size: 26px;
  font-weight: bold;
  color: #e53935;
  text-align: center;
}

.all-img img {
  height: auto;
}

.small-text {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.text-box-c {
  padding-left: 10px;
}

/*home page destination*/

.common-description {
  font-size: 16px;
  line-height: 24px;
}

.sidebar-list li a:hover {
  color: #388e3c;
}

.home-destination {}

.home-destination .image-holder {
  position: relative;
  height: 402px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: .5rem;
}

.image-holder img {
  width: 100%;
  border-radius: .5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

.heading-3 {
  font-size: 18px;
  font-weight: bold;
  color: #029e9d;
}

.heading-3:hover {
  color: #029e9d !important;
}

.categories img {
  width: 100%;
}

.home-destination-desc p {
  font-size: 16px;
}

.image-holder img:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.home-page-heading {
  margin-bottom: 30px;
  font-family: var(--font-heading);

}

.home-page-heading h2 {
  font-weight: bold;
}

.home-page-heading h2 span {
  font-weight: 300;
}

.home-destination-desc {
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 30px;
}


.heading-3 a {
  font-weight: 700;
  color: #333;
  font-size: 18px;
}

.heading-3 a:hover {
  color: #029e9d !important;
}

.about-us {
  padding: 35px 0;
}

.about-content h2 {
  font-size: 49px;
  width: 85%;
}

.counter-main {
  position: relative;
}

.n-heading-1 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.n-heading-1 span.arrow {
  position: absolute;
  top: -2px;
  margin-left: 8px;
}

.n-heading-2 {
  font-size: 18px;
  font-weight: normal !important;
}

.counter {
  z-index: 999;
  bottom: 50px;
  position: absolute;
  width: 78%;
}



/* brandpage */

.feature-right-content {
  width: 90%;
}

.feature-right-content strong {
  font-weight: bold;
  color: #333;
}

.owl-carousel .item {
    background-color: #e1e1e1;
}

.explore-more, .wpcf7-submit {
    padding: 12px 40px;
    display: block;
    background: #e65100;
    color: #fff;
    text-transform: uppercase;
    margin: 3px 0;
    width: 210px;
    text-align: center;
    margin-top: 20px;
}

.home-wrap {
  width: 98%;
  float: right;
  padding-top: 30px;
}

/* .home-wrap {
    width: 82%;
    float: right;
    padding-top: 30px;
  } */

.home-wrap h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.home-wrap h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}

.home-wrap h4 {
  font-size: 1.2rem;
  line-height: 30px;
  margin-bottom: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #00838f;
  border-color: #00838f;
}

top-deal-image .top-deal {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 5px;
}

.attachment-post-thumbnail {
  width: 100%;
}

.top-deal-detail {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  text-align: center;
  padding: 70px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
}

.top-deal-image {
  position: relative;
}

iframe {
  border: 0px;
}

.product-heading-section-2 {
  background-color: #e1e1e1;
}

.prod-heading h5 {
  font-size: 17px;
}

.beet-color {
  color: #ce0067;
}

h2.title {
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: -2px;
}

.video {
  background-color: rgb(241 241 241 / 1);
  padding: 100px 0;
}

.prod-image-box {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.prod-image {
  display: block;
  margin: auto;
  width: 95px;
}

#suitablefor {
  padding: 75px 0;
}


.custom-heading-box h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

#whysoilless {
  padding: 40px 0 0 0;
  background-color: #f1f1f1;
  margin-bottom: 40px;
}

.top-deal-image img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}

.top-deal-price {
  padding: 21px;
  text-align: center;
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: #de2d2d;
  border-radius: 50%;
  justify-content: center;
  bottom: -55px;
  left: 22%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;

}



.img-fluid-brand {
  width: 100%;
}

.deal-title {
  font-size: 18px;
  font-weight: bold;
}

.deal-title:hover {
  font-size: 18px;
  font-weight: bold;
  color: rgb(50 143 83/1)
}

.t-discount {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
}

/* featured Home page*/
.featured-trip {
  position: relative;
  background-color: #eff8fe !important;
}

.featured-trip .featured-box {
  border: 1px solid rgb(229 231 235 / 1);
  margin-bottom: 20px;
}


/*second Block start here*/


.about-arka {
  padding: 30px 0 20px 0;
}

.custom-heading-box {
  width: 70%;
  margin: auto;
}

.product-heading-section {
  background-color: #B67352;
}

.product-heading-section h3 {
  font-size: 24px;
  color: #fff;
}

.text-white {
  color: #fff !important;
}


#blog {
  padding: 75px 0;
}

.blog {
  background-image: url(img/ag-pic-18.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5rem 0rem 8rem;
}

.other-soiless-product {
  padding: 50px 0;
}

.p-specification h4 {
  color: #023373;
  font-weight: bold;
  font-size: 22px;
}


.featured-trip .featured-desc {
  padding: 20px;
  background-color: #fff;
  min-height: 160px;
}

.featured-name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 8px;
}

.travel-guide-name {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}


.featured-trip .featured-other {
  display: flex;
  justify-content: center;
}


.view-detail-btn svg path {
  color: #333;
}

.view-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 16px;
  line-height: 1;

  color: #e53935;
  text-align: center;

  border: 1px solid #e53935;
  border-radius: 5px;

  background: linear-gradient(to right, #e53935 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;

  padding: 0 20px;
  /* horizontal padding only */
  height: 42px;
  /* button height */

  box-sizing: border-box;
  cursor: pointer;

  transition: background-position 0.4s ease, color 0.4s ease;
}


.view-detail-btn:hover svg path {
  fill: #fff !important;
}

.view-detail-btn:hover {
  background-position: left bottom;
  color: #fff;
}


/* Travel Guide Home page*/
.travel-guide {
  background-color: #eff8fe;
}

.post-page {
  padding: 20px 0;
}

.post-page img {
  width: 100%;
}

.post-content p {
  font-size: 16px;
  line-height: 30px;
}

.post-thumb {
  margin-bottom: 40px;
}

.post-page h1 {
  margin-bottom: 10px;
}

.post-page ul li {
  margin-bottom: 5px;
  font-size: 16px;
}

.package-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px
}

.package-list:after {
  display: block;
  clear: both;
  content: ""
}

.enquire-now-page {
  background-image: url('contact-section.png');
  background-repeat: no-repeat;
  padding: 50px;
  background-size: 90%;
}


.enq-icon {
  width: 30px;
  margin-right: 5px;
  display: inline-block;
}


.enq-heading {
  margin-bottom: 10px;
  font-weight: bold;
}

.text-big {
  font-size: 18px;
  margin-top: 5px;
  color: #333;
}

.enquire-now-page h4 {
  font-size: 25px;
  font-weight: bold;
}

.enquire-now-page h4 a {
  font-size: 25px;
  color: rgb(165, 134, 96);
  font-weight: bold;
}

.form-box-new p {
  margin: 0;
  padding: 0;
}

.form-box-new .form-group {
  display: block;
}

.form-box-new label {
  display: block;
  width: 100%;
}

.form-box-new .wpcf7-form-control {
  width: 100%;
  outline: none;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;

}

.post-content-aboutus {
  width: 75%;
  margin: auto;
  text-align: center;

}

.post-content-aboutus p {
  font-size: 18px;
}

.form-box-new .wpcf7-form-control.wpcf7-textarea {
  height: 150px;
}

.contact-sub-heading {
  font-size: 18px;
  line-height: 30px;
}

.about-us-block img {
  height: 370px;
}

.about-block {
  padding: 50px;
}

.grey-bg {
  background-color: #e3f2fd;
}

.contact-sub-heading h3 {
  font-size: 22px;
  color: #5d4037;
}

.sidebar-block {
  margin-bottom: 30px;
  position: relative;
}

.sidebar-block img {
  border-radius: 10px 10px;
}

.side-detail {
  padding: 10px 20px;
  background-color: #ffee58;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0px 10px 10px;
}

.side-heading {
  font-size: 20px;
  text-align: center;
}

.sidebar-sub-heading {
  font-size: 16px;
  text-align: center;
}

.home-contact-us {
  background-image: url(./assets/images/home-contact-banner.jpg);
  margin-bottom: 200px;
}

.transparent-bg {
  padding-top: 90px;
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.yellow-text-small {
  font-size: 30px;
  color: #ffee58;
}

.bolder-text {
  color: #fff;
  font-size: 56px;
  line-height: 66px;
}

.bolder-text span {
  font-weight: bold;
}


.sm-h-text {
  font-size: 12px;
  color: red;
}

.form-box-home {
  margin-bottom: -200px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  width: 450px;
}

.form-box-home input {
  outline: none;
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
}


.form-group {
  margin-bottom: 20px;
}

.container-80 {
  width: 75%;
  margin: auto;
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

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

.image img {
  height: 400px;
}

@media (max-width: 767.98px) {
  .package-list {
    display: block
  }
}

.package-list>li {
  list-style: none;
  padding: 15px
}

.package-list figure:after {
  display: none
}

.package-list figure {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: .3s linear box-shadow, .3s linear border-color;
  transition: .3s linear box-shadow, .3s linear border-color;
  position: relative;
  z-index: 1
}

.package-list figure:hover img.fill {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: 1s ease transform;
  transition: 1s ease transform
}

.package-list figure:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1
}

.package-list figure img.fill {
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  width: 100%
}

.package-list figure .image-thumb a:before {
  padding-top: 100%
}

.package-list figure .image-thumb .rating {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%);
  padding: 12px 12px;
  text-align: center;
  border-radius: 4px
}

.package-list figure .image-thumb .rating i {
  top: 2px
}

.package-list figure .image-thumb .rating b {
  font-size: .875rem;
  color: #fff;
  padding-left: 5px
}

.package-list figcaption {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.package-list figcaption h4 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 800;
}

.package-list figcaption h4 a {
  text-decoration: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  color: #222 !important
}

.package-list figcaption .duration {
  font-size: .875rem;
  font-weight: 600;
  color: #424242;
  display: block;
  position: relative
}

.package-list figcaption .duration b {
  padding-left: 5px
}

.package-list figcaption .intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.package-list figcaption .intro-text .photo_number {
  padding-top: 10px;
  color: #9c5136;
  font-weight: 700
}

.package-list figcaption .intro-text .normal {
  font-size: 1.0625rem;
  color: #222;
  position: relative;
  padding-left: 40px;
  padding-top: 12px;
  font-weight: 700;
  line-height: 1.2
}

.package-list figcaption .intro-text .normal:before {
  position: absolute;
  content: "\e9a2";
  left: -5px;
  top: 10px;
  font-family: icomoon;
  font-size: 2.25rem;
  color: #347ab5;
  font-weight: 400
}

.package-list figcaption .intro-text .normal small {
  display: block;
  font-size: .875rem;
  color: #424242
}

.package-list figcaption .intro-text .normal b {
  font-weight: 800;
  color: #347ab5
}

.package-list figcaption .intro-text .normal del {
  padding-left: 5px
}

.package-list figcaption .intro-text .trip-rate {
  text-align: end
}

.package-list figcaption .intro-text .trip-rate .rating {
  padding: 0 10px;
  color: #424242
}

.package-list figcaption .intro-text .trip-rate .rating b {
  display: block;
  font-size: .8125rem;
  font-weight: 500;
  padding-top: 5px
}

.package-list figcaption .price-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.package-list figcaption .price-rate:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  height: 1px;
  background-color: #e5e5e5
}

.package-list .item figure a>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}



.image-thumb {
  position: relative
}

.image-thumb a {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 3px
}

.image-thumb a:before {
  background-color: #dcdcdc;
  border-radius: 3px;
  background-position: 50% 50%;
  background-size: auto 20%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  z-index: -1
}

.image-thumb img {
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
  width: 100%;
  border-radius: 3px
}

figure .image-thumb a>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}



.travel-guide .travel-guide-box {
  border-radius: 10px;
  margin-bottom: 20px;
}

.travel-guide-image img {
  border-radius: 10px;
  width: 100%;
}

.travel-guide .travel-guide-desc {
  padding: 10px 0;
}

.travel-guide .travel-guide-other {
  display: flex;
  justify-content: space-between;
}


a.h-destination:hover img {
  width: calc(100% + 10px);
}

a.logo {
  padding: 6px 0;
}

.title {
  color: #333;
  font-size: 29px;
  line-height: 40px;
  margin: 0;
}

.page-title {
  margin-top: 10px;
}

ul.page-trip {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  margin-bottom: 10px;
}

.page-trip li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.itinerary {
  margin-top: 20px;
  position: relative;
  padding-bottom: 40px;
}

.trip-itinearary {
  padding-left: 40px;
  position: relative;
}

.trip-itinearary:before {
  border-left: 1px dashed #cacaca;
  bottom: 15px;
  content: "";
  left: 7px;
  position: absolute;
  top: 10px;
}

.trip-itinearary h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.trip-itinearary h4:before {
  background: #fff;
  border: 2px solid #3eb368;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -40px;
  position: absolute;
  top: 2px;
  width: 15px;
}

.h3-heading {
  font-size: 18px;
  font-weight: normal;
  color: #1b5e20;
  font-family: var(--font-heading);
}


.overview {
  line-height: 29px;
  font-size: 16px;
  padding: 20px 0;
  position: relative;
}


.travel-guide-image img {
  width: 100%;
  height: 270px;
}


.exclude,
.included {
  margin-top: 20px;
}


.featured-image img {
  width: 100%;
  height: 200px;
}


.o-icon {
  background-image: url('./assets/images/icons/icon-set.png');
  background-position: 0 0;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.o-icon.tour-start {
  height: 48px;
  width: 45px;
  background-position: -59px 0;
  position: absolute;
  left: -13px;
  top: 21px;
  z-index: 1;
}

.o-icon.tour-end {
  height: 48px;
  width: 45px;
  background-position: -8px 0;
  position: absolute;
  left: -10px;
  bottom: 20px;
}

.include-list,
.exclude-list {
  list-style: none;
}

.include-list li,
.exclude-list li {
  position: relative;
  margin-bottom: 7px;
}

.include-list li::before,
.exclude-list li::before {
  background-image: url(./assets/images/icons/icon-set.png);
  bottom: 15px;
  content: "";
  left: -30px;
  position: absolute;
  top: -1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: -120px -11px;
}

.exclude-list li::before {
  background-position: -157px -11px;
}

.o-icon.icon-yes {
  background-position: 0 0;
}

.o-icon.icon-cross {
  background-position: 0 0;
}

.o-icon.icon-facebook {
  background-position: 0 0;
}

.o-icon.icon-insta {
  background-position: 0 0;
}

.o-icon.icon-youtube {
  background-position: 0 0;
}

.o-icon.icon-right {
  background-position: -198px -4px;
}

.abs {
  position: absolute;
  left: -22px;
  top: -2px;
}


.sidebar {
  padding: 15px;
  display: block;
}

.p-y-15 {
  padding-top: 13px;
  padding-bottom: 13px;
}


ul.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
}

ul.sidebar-list li {
  position: relative;
  padding-left: 5px;
}

.font-16 {
  font-size: 16px;
}

.title-head-content {
  display: flex;
  justify-content: space-between
}

.best-package {
  background-color: #eff8fe;
  padding: 50px;
  padding: 50px;
}

.btn.has-long-arrow:after {
  margin-left: 5px;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: .3s linear transform;
  transition: .3s linear transform;
  content: "\e913";
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-family: icomoon;
}



/* button */

.btn {
  font-size: .9375rem;
  border-radius: 30px;
  padding: 8px 20px;
}

.btn.shadow {
  -webkit-box-shadow: 0 4px 6px 0 rgba(14, 56, 91, .15) !important;
  box-shadow: 0 4px 6px 0 rgba(14, 56, 91, .15) !important
}

.btn.radius {
  border-radius: 30px
}

.btn.btn-primary {
  background-color: #347ab5;
  border-color: #347ab5;
  color: #fff;
  position: relative;
  border-radius: 0px
}

.btn.btn-primary.width-100 {
  background-color: #347ab5;
  border-color: #347ab5;
  color: #fff;
  position: relative;
  border-radius: 0px;
  width: 100%;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #2d6a9d;
  border-color: #2d6a9d
}

.btn.btn-extra {
  background-color: #336ecb;
  border-color: #336ecb;
  color: #fff;
  position: relative;
  border-radius: 30px
}

.btn.btn-extra:active,
.btn.btn-extra:focus,
.btn.btn-extra:hover {
  color: #fff;
  background-color: #2d61b3;
  border-color: #2d61b3
}

.btn.btn-round {
  background-color: transparent;
  color: #9c5136;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #9c5136
}

.btn.btn-round:active,
.btn.btn-round:focus,
.btn.btn-round:hover {
  color: #fff;
  background-color: #9c5136
}

.btn.btn-white {
  color: secondary;
  background-color: #fff;
  border-color: #fff
}

.btn.btn-secondary {
  background-color: #9c5136;
  border-color: #9c5136;
  color: #fff;
  position: relative;
  border-radius: 30px
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #85452e;
  border-color: #85452e
}

.btn.btn-outline {
  background-color: transparent;
  border: 1px solid #9c5136;
  color: #9c5136;
  border-radius: 30px;
  font-weight: 700
}

.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline:hover {
  color: #fff;
  background-color: #9c5136
}

.btn.btn-extra-outline {
  background-color: transparent;
  border: 1px solid #336ecb;
  color: #336ecb;
  border-radius: 30px;
  font-weight: 700
}

.btn.btn-extra-outline:active,
.btn.btn-extra-outline:focus,
.btn.btn-extra-outline:hover {
  color: #fff;
  background-color: #336ecb
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.home-why-with-us {
  display: block;
  padding: 24px 24px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(5, 29, 49, .2);
  box-shadow: 0 1px 4px 0 rgba(5, 29, 49, .2);
}

.featured-review li {
  list-style: none;
}

.featured-review li .item {
  padding: 20px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}


.featured-review li .btn.btn-read {
  border-bottom: 3px solid #2d6a9d;
  text-align: center;
  margin-top: 10px;
  border-radius: 0;
}




/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
  width: 100%;
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #38A3A5;
}

.white {
  color: #111;
  font-weight: normal !important;
}

footer .overlay {
  opacity: 0.8;
}

footer a,
footer p,
footer li {
  color: #111;
  font-weight: 400;
}

footer a:hover {
  color: #222 !important;
}

footer h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

footer h3:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #333;
  left: 0;
  bottom: 0;
}

footer .footer-upper {
  position: relative;
  z-index: 1;
}

footer .footer-upper .footer-links ul {
  margin: 0;
  padding: 0;
}

footer .footer-upper .footer-links ul.list li {
  display: inline-block;
  padding: 0 10px;
}

footer .footer-upper .footer-links ul li {
  margin-bottom: 10px;
  color: #111;
  display: block;
}

footer .footer-upper .footer-links ul li a {
  transition: all ease-in-out 0.5s;
  color: #111;
}

footer .footer-upper .footer-links ul li a:hover {
  color: #ffee58 !important;
  transition: all ease-in-out 0.5s;
}

footer .footer-upper .footer-links ul li a.active {
  color: #ffee58;
}

footer .footer-upper .footer-links ul p span {
  color: #ffee58;
}

footer .footer-upper .footer-links .tagcloud a {
  display: inline-block;
}

footer .footer-upper .footer-links .tagcloud a:hover {
  background: #ffee58 !important;
}

footer .footer-upper .footer-links h5 {
  border: none;
  padding: 0;
}

footer .footer-upper .footer-links p.f-para {
  border-bottom: 1px dashed #f1f1f1;
}

footer .footer-upper .footer-links input.nir-btn {
  border: none;
}

footer .footer-upper .footer-links input.nir-btn:hover {
  opacity: 0.8;
  background: #029e9d !important;
  color: #fff;
}

footer .footer-upper .footer-links .post-list {
  border-bottom: 1px dashed #ffffff30;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer .footer-upper .footer-links .post-list:last-child {
  border: none;
  margin: 0;
  padding: 0;
}



footer .footer-upper .footer-links .post-list span {
  font-size: 12px;
}


footer .footer-upper .footer-about li {
  line-height: 2;
}

footer .footer-middle {
  border-top: 1px dashed #f1f1f1;
}

footer .footer-middle .footer-nav ul li a {
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
}

footer .footer-copyright {
  position: relative;
  z-index: 1;
}

.copyright-inner {
  border-top: 2px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}

.copyright-text {
  padding: 15px 0;
}

footer .newsletter-main .section-title h2 {
  font-size: 24px;
}

footer .newsletter-form button {
  width: 38%;
}

footer .footer-payment {
  position: relative;
  z-index: 2;
}

footer .footer-payment .col-lg-8.footer-payment-nav {
  margin-bottom: 1rem !important;
}

footer .footer-payment .col-lg-4.footer-payment-nav {
  margin-bottom: 1.5rem !important;
}

footer .footer-listing-main .footer-listing {
  border: 1px dashed #f1f1f157;
  padding: 20px;
}

footer .footer-listing-main .footer-listing i {
  font-size: 36px;
  display: block;
}

.social-links {
  display: inline-block;
}

.social-links ul {
  padding: 10px;
  margin: 0;
}

.social-links ul li {
  display: inline-block !important;
}

.social-links ul li a {
  background: #f1f1f1;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
  padding: 6px 8px;
}

.social-links ul li a:hover {
  color: #fff;
  background: #029e9d;
}

footer.footer1 {
  background-color: transparent;
}

footer.footer1 h4:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background: #029e9d;
  left: 0;
  bottom: 0;
}

footer.footer1 .footer-upper .footer-links ul li {
  margin-bottom: 0;
  line-height: 2.5;
  display: block;
  color: #3f3f3f;
}

footer.footer1 .footer-upper .footer-links ul li a {
  color: #3f3f3f;
}

footer.footer1 .footer-upper .footer-links ul p span {
  color: #029e9d;
}

footer.footer1 .footer-upper .footer-links input.nir-btn {
  border: none;
}

footer.footer1 .footer-upper .footer-links input.nir-btn:hover {
  opacity: 0.8;
  background: #029e9d !important;
  color: #fff;
}

footer.footer1 .footer-upper .footer-links .post-list {
  border-bottom: 1px dashed #ffffff30;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer.footer1 .footer-upper .footer-links .post-list:last-child {
  border: none;
  margin: 0;
  padding: 0;
}


footer.footer1 .footer-upper .footer-links .post-list span {
  font-size: 12px;
}

footer.footer1 .footer-copyright .social-links ul li {
  display: inline-block;
}

footer.footer1 .footer-copyright .social-links ul li a {
  background: #029e9d;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.5;
}

footer.footer1 .footer-copyright .social-links ul li a:hover {
  color: #fff;
  background: #029e9d;
}

footer.footermain {
  width: 100%;
  position: relative;
}

.blog-category a img {
  height: 300px;
  width: 100%;
}

.short-content {
  margin-bottom: 10px;
}

.view-detail-button {
  padding: 8px 40px;
  box-sizing: border-box;
  border: 2px solid #2d61b3;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
}

.blog-detail {
  font-size: 18px;
}

.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
  margin-bottom: 20px;
}

footer.footermain::before {
  content: '';
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

footer.footermain .footer-upper {
  position: relative;
  z-index: 1;
}


/* Landing page Banner*/

.l-home-banner {
  position: relative;

}

.l-page-content {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
}

.lp-h1 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 3.5rem;
  padding: 20px 0;
  font-family: "Outfit", serif;
  font-weight: bold;
}


.lp-container {
  padding-top: 100px;
  width: 80%;
  margin: auto;
}


.fisrt-heading {
  padding: 10px 30px;
  background-color: #8e24aa;
  color: #fff;
  font-size: 20px;
  font-family: "Outfit", serif;
  font-weight: bold;
}



.chip-container {
  display: flex;
  justify-content: center;
}

.heading-chip {
  flex-direction: row;
  column-gap: 5px;
  background-color: #f3e5f5;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  align-items: center;
  border-radius: 4px;
  min-width: 220px;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  color: #8e24aa;
  font-weight: bold;
}

.lp-button {
  font-size: 18px;
  border-radius: 4px;
  padding: .8em 2em;
  transition: all ease-in-out .3s;
  min-width: 16rem;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.lp-button.purple {
  background: #8e24aa;
  border: 1px solid #8e24aa;
}

.lp-button.teal {
  background-color: #00897b;
  border: 1px solid #00897b;
}

.lp-tour-img {}

.lp-tour-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.lp-tour-box {
  -webkit-box-shadow: 0 0 15px 0 #d4d4d4;
  -moz-box-shadow: 0 0 15px 0 #d4d4d4;
  box-shadow: 0 0 15px 0 #d4d4d4;
  border-radius: 10px;
}

.lp-tour-detail {
  padding: 20px;
}

.lp-tour-detail .text-title {
  font-size: 28px;
  font-family: "Outfit", serif;
  font-weight: bold;
}

.lp-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-highlight ul li {
  font-size: 17px;
  margin-bottom: 7px;
}

@media (max-width: 1100px) and (min-width: 1024px) {
  footer .footer-listing-main .footer-listing {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  footer .footer-upper {
    padding-bottom: 3rem;
  }

  footer .footer-upper .footer-links {
    width: 100% !important;
  }

  footer .newsletter .newsletter-main {
    text-align: center;
  }

  footer .newsletter .newsletter-main .section-title {
    margin-bottom: 1rem;
  }

  footer .newsletter .newsletter-main .newsletter-form {
    margin: 0 auto !important;
  }

  footer .f-payment {
    margin-top: 1rem;
    text-align: center;
  }

  footer .footer-listing-main .footer-listing {
    margin-top: 15px;
  }

  footer .newsletter-form form {
    display: block !important;
  }

  footer .newsletter-form button {
    width: 100%;
    margin: 10px 0 0 !important;
  }

  footer.footer1 .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  footer.footer1 .newsletter .newsletter-main {
    text-align: center;
  }

  footer.footer1 .newsletter .newsletter-main .newsletter-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-inner {
    text-align: center;
  }

  footer .footer-copyright .copyright-inner .copyright-text {
    margin-bottom: 15px;
  }

  footer .footer-middle {
    padding-top: 0 !important;
  }

  footer .footer-middle .footer-nav {
    width: 100% !important;
  }
}

@media (max-width: 639px) {
  footer .footer-upper .footer-links .post-list {
    justify-content: normal !important;
  }

  footer .footer-upper .footer-links .post-list .post-content {
    padding-left: 1rem;
  }
}

@media (max-width: 359px) {
  footer .footer-payment .footer-pay .footer-payment-nav select {
    margin-bottom: 15px;
  }
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.category-img img {
  width: 100%;
  border-radius: 5px 0 0 5px;
}


.arrow-right {
  color: #388e3c;

}

.category-box {
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px;
}

.category-head {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}


.category-box .trip {
  display: flex;
  margin-bottom: 5px;
}

.sidebar {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.width-100 {
  width: 100%;
}


.sidebar-heading {
  padding: 15px;
  font-size: 18px;
  background-color: rgb(249 250 251 /1);
}

.sidebar-heading.nobg {
  background-color: #fff;
}

.line {
  height: 1px;
  background-color: #e1e1e1;
}

.text-title-5 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

ul.des-list {
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

ul.des-list li {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}

.cat-destination {
  display: flex;
  margin-top: 10px;
}

.cat-destination span {
  font-size: 16px;
  font-weight: bold;
  color: #388e3c;
}

.duration {
  margin-bottom: 10px;
}

.duration label {
  font-size: 16px;
}

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

  .logo img {
    width: 200px;
  }


  .home-content {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: 95px;
    color: #fff;
    z-index: 3;
  }


  .home-content h1 {
    font-size: 26px;
    line-height: 1.1;
    font-weight: normal;
  }

  .home-content h2 {
    font-size: 29px;
    font-weight: normal;
  }

  .home-content h1 span {
    padding: 10px;
  }

  .all-img img {
    height: auto;
    width: 100%;
  }

  .company-logo-desc {
    width: 91px;
    margin: auto;
    /* padding-top: 0px; */
  }

  .h1-heading {
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    font-family: var(--font-heading);
  }

  .sub-headeing,
  .sub-headeing p {
    width: 100%;
  }

  .whatwedo-heading {
    font-size: 14px;
    font-weight: bold;
  }

  .hpiconBox {
    width: 100%;
    padding: 10px;
  }

  .our-sustainbility .d-flex {
    flex-direction: column;
  }

  .bolder-text {
    color: #fff;
    font-size: 36px;
    line-height: 43px;
  }

  .yellow-text-small {
    font-size: 15px;
    color: #ffee58;
    margin-bottom: 20px;
  }

  .form-box-home {
    width: 100%;
  }

  .abs-description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .n-heading-2 {
    font-size: 14px;
    font-weight: normal !important;
  }

  .n-heading-1 {
    font-size: 18px;
  }

  .home {
    height: 225px;
    position: relative;
  }

  video {
    width: 100%;
    height: auto;
  }

  body {
    font-size: 1rem;
  }

  .banner-text-box h1 {
    font-size: 32px;
    color: #fff;
  }

  .whatwedo-heading {
    font-size: 1rem;
    font-weight: bold;
  }

  .banner-text-box {
    position: absolute;
    bottom: 11px;
    width: 100%;
  }

  .banner-box img {
    width: 100%;
    height: 235px;
  }

  .top-header {
    display: none;
  }

  .hide-on-mobile {
    display: none !important;
  }
}


.site-main {
  padding-top: 30px;
  padding-bottom: 10px;
}

.product .wp-post-image {
  width: 100%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}


mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}


summary {
  display: list-item
}


p {
  margin: 0 0 1.41575em
}

ul,
ol {
  margin: 0 0 1.41575em 3em;
  padding: 0
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1em
}

dt {
  font-weight: 600
}

dd {
  margin: 0 0 1.618em
}



dfn,
cite,
em,
i {
  font-style: italic
}



address {
  margin: 0 0 1.41575em
}

pre {
  background: rgba(0, 0, 0, .1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, .05);
  padding: .202em .5407911001em
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: rgba(0, 0, 0, 0)
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  bottom: 1ex
}

sub {
  top: .5ex
}

small {
  font-size: 75%
}

big {
  font-size: 125%
}

figure {
  margin: 0
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px
}

a {
  color: #2c2d33;
  text-decoration: none
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif
}

* {
  box-sizing: border-box
}


.site {
  overflow-x: hidden
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.site-header {
  background-color: #2c2d33;
  padding-top: 0;
  padding-bottom: 0;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  width: 100%;
  max-width: 210px
}

.site-header .widget {
  margin-bottom: 0
}



.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0
}

.header-widget-region {
  position: relative;
  z-index: 99
}

.header-widget-region::before,
.header-widget-region::after {
  content: "";
  display: table
}

.header-widget-region::after {
  clear: both
}

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: .875em
}

.site-branding {
  float: left;
  margin-bottom: 0;
  width: calc(100% - 120px)
}

.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0
}

.site-branding .site-title a {
  font-weight: 700
}

.site-branding .site-description {
  font-size: .875em;
  display: none
}

.site-branding .logo {
  margin: 0
}

.site-main {
  margin-bottom: 2.617924em
}

.site-content {
  outline: none
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em
}

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative
}

.page-template-template-homepage .type-page .storefront-hero__button-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: .875em
}

.page-template-template-homepage .entry-content {
  font-size: 1.1em
}

.page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0
}

.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: .2360828548em
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  transition: all, ease, .5s
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1
}

.site-footer {
  background-color: #f3f3f3;
  color: #3b3c3f;
  padding: 1.618em 0 3.706325903em
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: #333437
}

.site-footer a {
  color: #2c2d33;
  text-decoration: underline
}

.site-footer a:hover {
  text-decoration: none
}

.site-footer a.button,
.site-footer a.components-button:not(.is-link),
.site-footer a.wp-block-button__link {
  text-decoration: none
}

.site-info {
  padding: 2.617924em 0
}

.site-info span[role=separator] {
  padding: 0 .2360828548em 0 .3342343017em
}

.site-info span[role=separator]::before {
  content: "|"
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: none
}

.screen-reader-text.skip-link:focus {
  clip-path: none
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.41575em;
  border-collapse: separate
}

table caption {
  padding: 1em 0;
  font-weight: 600
}

table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0
}

table th {
  font-weight: 600
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400
}

table tbody h2 a {
  font-weight: 400
}

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, .025)
}

.error404 .site-content .widget_product_search form {
  margin: 0
}

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%
}

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-width: 1px 0;
  margin-bottom: 2.617924em
}

.error404 .fourohfour-columns-2::before,
.error404 .fourohfour-columns-2::after {
  content: "";
  display: table
}

.error404 .fourohfour-columns-2::after {
  clear: both
}

.error404 .fourohfour-columns-2 ul.products li.product,
.error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0
}

.error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.2906835em
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0
}

.error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, .025)
}



#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, .0125);
  position: relative
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%
}

#respond .form-submit,
#respond form {
  margin-bottom: 0
}

#respond #cancel-comment-reply-link {
  position: absolute;
  top: .5407911001em;
  right: .5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  transition: transform, ease, .3s
}

#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3)
}

.hentry {
  margin: 0 0 4.235801032em
}

.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto
}

.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.hentry .entry-header .posted-on,
.hentry .entry-header .post-author,
.hentry .entry-header .post-comments,
.hentry .entry-header .byline {
  font-size: .875em
}

.hentry .entry-header .posted-on a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .byline a {
  font-weight: 600;
  text-decoration: underline
}

.hentry .entry-header .posted-on a:hover,
.hentry .entry-header .post-author a:hover,
.hentry .entry-header .post-comments a:hover,
.hentry .entry-header .byline a:hover {
  text-decoration: none
}

.hentry .entry-content a {
  text-decoration: underline
}

.hentry .entry-content a:hover {
  text-decoration: none
}

.hentry .entry-content a.button,
.hentry .entry-content a.components-button:not(.is-link),
.hentry .entry-content a.wp-block-button__link {
  text-decoration: none
}

.hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, .05)
}

.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0
}

.cat-links,
.tags-links {
  font-size: .875em
}

.cat-links a,
.tags-links a {
  color: #727272;
  font-weight: 600;
  text-decoration: underline
}

.byline,
.updated:not(.published) {
  display: none
}

.single .byline,
.group-blog .byline {
  display: inline
}

.page-links {
  clear: both;
  margin: 0 0 1em
}

form {
  margin-bottom: 1.618em
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  padding: .6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none
}

button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after,
.button::after,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
.added_to_cart::after {
  display: none
}

button.cta,
button.alt,
input[type=button].cta,
input[type=button].alt,
input[type=reset].cta,
input[type=reset].alt,
input[type=submit].cta,
input[type=submit].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt {
  background-color: #2c2d33;
  border-color: #2c2d33
}

button.cta:hover,
button.alt:hover,
input[type=button].cta:hover,
input[type=button].alt:hover,
input[type=reset].cta:hover,
input[type=reset].alt:hover,
input[type=submit].cta:hover,
input[type=submit].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover {
  background-color: #2c2d33
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
  color: #fff
}

button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
.added_to_cart.loading {
  opacity: .5
}

button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
.added_to_cart.small {
  padding: .5407911001em .875em;
  font-size: .875em
}

button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: .5 !important;
  cursor: not-allowed
}

button.disabled:hover,
button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover {
  opacity: .5 !important
}

.button.woocommerce-MyAccount-downloads-file {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all
}

.wc-block-components-button:not(.is-link).disabled,
.wc-block-components-button:not(.is-link):disabled {
  opacity: .5;
  cursor: not-allowed
}

.wc-block-components-button:not(.is-link).disabled:hover,
.wc-block-components-button:not(.is-link):disabled:hover {
  opacity: .5
}

input[type=checkbox],
input[type=radio] {
  padding: 0
}

input[type=checkbox]+label,
input[type=radio]+label {
  margin: 0 0 0 .3819820591em
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type=search] {
  box-sizing: border-box
}

input[type=search]::placeholder {
  color: #616161
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: .6180469716em;
  /* background-color: #f2f2f2; */
  color: #43454b;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
}


textarea {
  overflow: auto;
  padding-left: .875em;
  vertical-align: top;
  width: 100%
}

label {
  display: block;
  margin-bottom: 0.375rem;
  /* 6px */
  font-family: inherit;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 500;
  color: #374151;
  /* neutral gray */
  cursor: pointer;
}

label.inline input {
  width: auto
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em
}

fieldset legend {
  font-weight: 600;
  padding: .6180469716em 1em;
  margin-left: -1em
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto
}

.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, .05);
  padding: 1em 0
}

.gallery {
  margin-bottom: 1em
}

.gallery::before,
.gallery::after {
  content: "";
  display: table
}

.gallery::after {
  clear: both
}

.gallery .gallery-item {
  float: left
}

.gallery .gallery-item .gallery-icon a {
  display: block
}

.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto
}

.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%
}

embed,
iframe,
object,
video {
  max-width: 100%
}

.secondary-navigation {
  display: none
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: .6180469716em .875em .6180469716em 2.617924em;
  font-size: .875em;
  max-width: 120px;
  height: 65px;
}

button.menu-toggle:hover {
  background-image: none
}

button.menu-toggle span::before {
  transition: all, ease, .2s
}

button.menu-toggle::before,
button.menu-toggle::after,
button.menu-toggle span::before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  transition: all, ease, .2s;
  border-radius: 3px
}

button.menu-toggle::before {
  transform: translateY(-4px)
}

button.menu-toggle::after {
  transform: translateY(4px)
}

.toggled button.menu-toggle::before,
.toggled button.menu-toggle::after {
  transform: rotate(45deg)
}

.toggled button.menu-toggle::after {
  transform: rotate(-45deg)
}

.toggled button.menu-toggle span::before {
  opacity: 0
}

.primary-navigation {
  display: none
}

.main-navigation::before,
.main-navigation::after {
  content: "";
  display: table
}

.main-navigation::after {
  clear: both
}

.main-navigation div.menu {
  display: none
}

/* .main-navigation div.menu:last-child {
    display: block
} */

.main-navigation .menu {
  clear: both
}

.handheld-navigation,
.nav-menu,
.main-navigation div.menu>ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0;
  transition: all, ease, .8s
}

.handheld-navigation {
  clear: both
}

.handheld-navigation ul {
  margin: 0
}

.handheld-navigation ul.menu li {
  position: relative
}

.handheld-navigation ul.menu li button::after {
  transition: all, ease, .9s
}

.handheld-navigation ul.menu li button.toggled-on::after {
  transform: rotate(180deg)
}

.handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all, ease, .9s
}

.handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1
}

.handheld-navigation .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  display: block
}

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu>ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0
}

.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em
}

.main-navigation ul li a {
  padding: .875em 0;
  display: block
}

.main-navigation ul li a:hover {
  color: #e6e6e6
}

.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0
}

.site-main nav.navigation::before,
.site-main nav.navigation::after {
  content: "";
  display: table
}

.site-main nav.navigation::after {
  clear: both
}

.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
  display: inline-block
}

.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%
}

.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-width: 1px 0;
  text-align: center;
  clear: both
}

.pagination ul.page-numbers::before,
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table
}

.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  vertical-align: middle
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: .3342343017em .875em;
  background-color: rgba(0, 0, 0, .025);
  color: #43454b
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2c2d33;
  border-color: #2c2d33
}

.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: rgba(0, 0, 0, 0)
}

.pagination .page-numbers li .page-numbers.prev,
.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em
}

.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, .05)
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg)
}

.widget {
  margin: 0 0 3.706325903em
}

.widget select {
  max-width: 100%
}

.widget .widget-search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.widget .widget-title,
.widget .widgettitle {
  font-size: 1.41575em;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300
}

.widget ul {
  margin-left: 0;
  list-style: none
}

.widget ul ul {
  margin-left: 1.618em
}

.widget-area .widget {
  font-size: .875em;
  font-weight: 400
}

.widget-area .widget h1.widget-title {
  font-size: 1.41575em
}

.widget-area .widget a {
  font-weight: 600;
  text-decoration: underline
}

.widget-area .widget a:hover {
  text-decoration: none
}

.widget-area .widget a.button,
.widget-area .widget a.components-button:not(.is-link),
.widget-area .widget a.wp-block-button__link {
  text-decoration: none
}

.widget-area .widget a.button {
  font-weight: 600 !important
}

.widget_search form:not(.wp-block-search),
.widget_product_search form:not(.wp-block-search) {
  position: relative
}

.widget_search form:not(.wp-block-search) input[type=text],
.widget_search form:not(.wp-block-search) input[type=search],
.widget_product_search form:not(.wp-block-search) input[type=text],
.widget_product_search form:not(.wp-block-search) input[type=search] {
  width: 100%
}

.widget_search form:not(.wp-block-search) input[type=submit],
.widget_search form:not(.wp-block-search) button[type=submit],
.widget_product_search form:not(.wp-block-search) input[type=submit],
.widget_product_search form:not(.wp-block-search) button[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  left: 0
}

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
  margin: 0
}

.widget_recent_entries ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_links ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em
}

.widget_recent_entries ul .children,
.widget_pages ul .children,
.widget_categories ul .children,
.widget_archive ul .children,
.widget_recent_comments ul .children,
.widget_nav_menu ul .children,
.widget_links ul .children,
.widget_product_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children {
  margin-left: 0;
  margin-top: 1em
}

#wp-calendar th,
#wp-calendar td,
.wp-calendar-table th,
.wp-calendar-table td {
  padding: .236em;
  text-align: center
}

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: .6180469716em 0 0 1.41575em
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: .6180469716em
}

.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1
}

@media(min-width: 768px) {

  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left
  }

  .site-header {
    padding-top: 0;
    padding-bottom: 0
  }

  .site-header .site-branding {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both
  }

  .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none
  }

  .woocommerce-active .site-header .site-branding {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%
  }

  .woocommerce-active .site-header .site-search {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    clear: none
  }

  .woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both
  }

  .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0
  }

  .storefront-secondary-navigation .site-header .site-branding {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%
  }

  .storefront-secondary-navigation .site-header .secondary-navigation {
    width: 56.5217391304%;
    float: right;
    margin-right: 0
  }

  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
  }

  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
  }

  .site-branding .site-description {
    margin-bottom: 0;
    display: block
  }

  .site-branding,
  .site-search,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .custom-logo-link {
    margin-bottom: 1.41575em
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em
  }

  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0
  }

  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important
  }

  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 .5407911001em !important;
    display: inline-block
  }

  .col-full {
    width: 100%;

  }

  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-flex {
    display: flex !important;
  }



  /* For screens ≥ 576px */
  @media (min-width: 576px) {

    .col-sm {
      flex: 1 0 0%;
    }

    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }

    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  .woocommerce {
    clear: both;
  }

  .site-content::before,
  .site-content::after {
    content: "";
    display: table;
    clear: auto;
  }

  .site-content::after {
    clear: both
  }

  .content-area {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%
  }

  .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0
  }

  .right-sidebar .content-area {
    width: 73.9130434783%;
    margin-right: 4.347826087%
  }

  .right-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-right: 0
  }

  .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0
  }

  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
  }

  .storefront-full-width-content .content-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .content-area,
  .widget-area {
    margin-bottom: 2.617924em
  }

  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
  }

  .footer-widgets::before,
  .footer-widgets::after {
    content: "";
    display: table
  }

  .footer-widgets::after {
    clear: both
  }

  .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
  }

  .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0
  }

  .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%
  }

  .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0
  }

  .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
  }

  .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0
  }



  #respond {
    padding: 2.617924em
  }

  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%
  }

  #respond .comment-form-url {
    float: right;
    margin-right: 0
  }

  #respond .comment-form-comment {
    clear: both
  }

  .hentry .entry-header {
    margin-bottom: 2.617924em
  }

  .menu-toggle,
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu {
    display: none
  }

  .primary-navigation {
    display: block
  }

  .main-navigation,
  .secondary-navigation {
    clear: both;
    display: block;
    width: 100%
  }

  .main-navigation ul,
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block
  }

  .main-navigation ul li,
  .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left
  }

  .main-navigation ul li a,
  .secondary-navigation ul li a {
    display: block
  }

  .main-navigation ul li a::before,
  .secondary-navigation ul li a::before {
    display: none
  }

  .main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul,
  .secondary-navigation ul li:hover>ul,
  .secondary-navigation ul li.focus>ul {
    left: 0;
    display: block
  }

  .main-navigation ul li:hover>ul li>ul,
  .main-navigation ul li.focus>ul li>ul,
  .secondary-navigation ul li:hover>ul li>ul,
  .secondary-navigation ul li.focus>ul li>ul {
    left: -9999px
  }

  .main-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,
  .main-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device,
  .secondary-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,
  .secondary-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device {
    display: none;
    left: 0
  }

  .main-navigation ul li:hover>ul li:hover>ul,
  .main-navigation ul li:hover>ul li.focus>ul,
  .main-navigation ul li.focus>ul li:hover>ul,
  .main-navigation ul li.focus>ul li.focus>ul,
  .secondary-navigation ul li:hover>ul li:hover>ul,
  .secondary-navigation ul li:hover>ul li.focus>ul,
  .secondary-navigation ul li.focus>ul li:hover>ul,
  .secondary-navigation ul li.focus>ul li.focus>ul {
    left: 100%;
    top: 0;
    display: block
  }

  .main-navigation ul ul,
  .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px
  }

  .main-navigation ul ul.sub-menu--is-touch-device,
  .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0
  }

  .main-navigation ul ul li,
  .secondary-navigation ul ul li {
    display: block
  }

  .main-navigation ul ul li a,
  .secondary-navigation ul ul li a {
    width: 200px
  }

  ul.menu li.current-menu-item>a {
    color: #43454b
  }

  .logo-wrapper {
    display: flex;
  }

  footer {
    overflow: hidden;
  }



    /*   Blog start here */

  .thumbnail-box, .blog-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0px 10px 10px 10px;
  }

  .thumbnail-box-caption {
    background-color: #F5F5F5;
    padding: 2rem 1.5rem;
  }

  .blog-content {
    text-align: justify;
    background: #fff;
    padding: 2rem 1.5rem;
  }

  .blog-img img {
    width: 100%;
    border-radius: 0;
  }

  .blog-content h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .thumbnail-box-caption h3 {
    color: #333;
    font-size: 20px;
    font-weight: 900;
  }

  .thumbnail-box-caption h5, .blog-content h5 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .thumbnail-box-caption h5 a, .blog-content h5 a{
    color: var(--main-green-color);
    transition: 0.4s;
  }

  .thumbnail-box-caption h5 a:hover,  .blog-content h5 a:hover {
    color: var(--main-dark-color);
  }

  .thumbnail-box-caption h5::after, .blog-content h5::after {
    content:url('./assets/images/right-arrow.png');
    margin-left: 10px;
    position: absolute;
    margin-top: -4px;
  }

  .thumbnail-box-caption p {
    color: #333;
  }

  .webthink-heading-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .feauture-wide-section {
    position: relative;
  }


  .feauture-bottom-layer {
    height: 500px;
    background-color: #333;
  }

  .feature-content-layer {
    position: absolute;
    width: 800px;
    height: 400px;
    background-color: green;
    top: 20%;
    right: 10%;
    z-index: 1;
  }


  .blog {
    background-image: url(./assets/images/ag-pic-18.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0rem 8rem;
}

.blog h5 {
  margin-top: 10px;
}


.owl-carousel.client .item {
  background-color: #fff;
  margin: auto;
  height: 200px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 20px 20px;
}

.owl-carousel.client .item  h5 {
  font-size: 14px;
}


 img.org-image {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  margin: auto;
  display: inline-block;

}
  
}

.read-more {
  display: inline-block;
    padding: 7px 0;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}

  /* .main-navigation div.menu {
        display: block
    } */

  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    transition: none
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    padding: 1.4em 1em
  }

  .main-navigation ul.menu>li.menu-item-has-children:hover::after,
  .main-navigation ul.menu>li.page_item_has_children:hover::after,
  .main-navigation ul.nav-menu>li.menu-item-has-children:hover::after,
  .main-navigation ul.nav-menu>li.page_item_has_children:hover::after {
    display: block
  }

  .main-navigation ul.menu ul,
  .main-navigation ul.nav-menu ul {
    margin-left: 0
  }

  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: .875em 1.41575em;
    font-weight: 400;
    font-size: .875em
  }

  .main-navigation ul.menu ul li:last-child,
  .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0
  }

  .main-navigation ul.menu ul ul,
  .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none
  }

  .main-navigation ul.menu ul a:hover,
  .main-navigation ul.menu ul li:hover>a,
  .main-navigation ul.menu ul li.focus,
  .main-navigation ul.nav-menu ul a:hover,
  .main-navigation ul.nav-menu ul li:hover>a,
  .main-navigation ul.nav-menu ul li.focus {
    background-color: rgba(0, 0, 0, .025)
  }


  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
  }

  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0
  }

  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0
  }
}


@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}