.wrapper { display: flex; align-items: center; }
.footer-wrapper { display: flex; }

.sticky-scroll { flex: 1; text-align: center;  }
.social-link__block { text-align: center; }
.inner-column { text-align: center; }

.contact-info, .social-icon { flex: 2;  }
.contact-info { text-align: right;  }
.location-address, .quick-links, .contact-us { display: flex; flex: 1; }
.categories { display: flex; flex: 2; }
.quick-links { flex-direction: row; }

.social-link__block a i.fa, .contact-info a i.fa {
  color: #F4BD25;
  display: inline-block;
  padding: 0 6px;
}

.feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100%; }

section#member { padding: 50px 0px; }

.ot-heading {
  font-family: "Inter", sans-serif;
}
.ot-heading > span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fe8423;
  margin-bottom: 10px;
}
.ot-heading > span.is_highlight {
  background: rgba(254, 132, 35, 0.1);
  padding: 2px 10px;
  border: 1px solid #fe8423;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ot-heading > span.is_line {
  padding-left: 60px;
}
.ot-heading > span.is_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 45px;
  height: 1px;
  background: #fe8423;
}
.ot-heading .main-head {
  margin-bottom: 0;
}

/* .icon-box .icon-main { display: inline-block; color: #fe8423; width: 90px; height: 90px; line-height: 90px; text-align: center; margin-bottom: 17px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.icon-box-2 .icon-main { float: left; width: 75px; height: 75px; line-height: 75px; background: none; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.icon-box .icon-main svg { vertical-align: middle; width: 40px; fill: #fe8423; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; }
.icon-box-2 .icon-main svg { width: 45px; }
.icon-box-2 .content-box { margin-left: 95px; }
.icon-left .contact-iconb .content-box { margin-left: 76px; }
.contact-iconb .icon-main { background: #FFF3E9; width: 60px; height: 60px; font-size: 27px; line-height: 60px; border-radius: 50% 50% 50% 50%; }
.contact-iconb .icon-main svg { width: 27px; } */

.icon-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main {
  display: inline-block;
  color: #fe8423;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-box .icon-main i {
  line-height: 90px;
  font-size: 40px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .icon-main svg {
  vertical-align: middle;
  width: 40px;
  fill: #fe8423;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .title-box {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .title-box a {
  color: #1b1d21;
}
.icon-box p:last-child {
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box .link-details {
  margin-top: 18px;
}

/* icon box 1*/
.icon-box-1 {
  position: relative;
  padding: 48px 35px 40px;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-box-1 .icon-main {
  background: rgba(254, 132, 35, 0.1);
}

.hover-dark-yes .icon-box-1:hover {
  background: #262832;
}
.hover-dark-yes .icon-box-1:hover .icon-main {
  background: rgba(255, 255, 255, 0.1);
}
.hover-dark-yes .icon-box-1:hover .title-box,
.hover-dark-yes .icon-box-1:hover .title-box a {
  color: #fff;
}
.hover-dark-yes .icon-box-1:hover p {
  color: #ccc;
}
.hover-dark-yes .icon-box-1:hover:after {
  opacity: 0;
}

.with-border-yes .icon-main {
  position: relative;
  margin-top: 15px;
}
.with-border-yes .icon-main .circle-animate {
  position: absolute;
  width: 119px;
  height: 119px;
  left: -15px;
  top: -15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-animation: circle_animation 2s infinite linear;
  -moz-animation: circle_animation 2s infinite linear;
  -o-animation: circle_animation 2s infinite linear;
  animation: circle_animation 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.with-border-yes .icon-main .circle-animate:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1b1d21;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -6px;
  margin-top: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.with-border-yes .content-box {
  margin-top: 15px;
}
.with-border-yes.pos-dot-2 .icon-main .circle-animate {
  -webkit-animation: circle_animation_2 2s infinite linear;
  -moz-animation: circle_animation_2 2s infinite linear;
  -o-animation: circle_animation_2 2s infinite linear;
  animation: circle_animation_2 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes.pos-dot-3 .icon-main .circle-animate {
  -webkit-animation: circle_animation_3 2s infinite linear;
  -moz-animation: circle_animation_3 2s infinite linear;
  -o-animation: circle_animation_3 2s infinite linear;
  animation: circle_animation_3 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes.pos-dot-4 .icon-main .circle-animate {
  -webkit-animation: circle_animation_4 2s infinite linear;
  -moz-animation: circle_animation_4 2s infinite linear;
  -o-animation: circle_animation_4 2s infinite linear;
  animation: circle_animation_4 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.with-border-yes .icon-box-1:hover .icon-main .circle-animate {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* style 1 icon box 2*/
.icon-box-2 .icon-main {
  float: left;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-box-2 .icon-main i {
  line-height: 75px;
  font-size: 45px;
}
.icon-box-2 .icon-main svg {
  width: 45px;
}
.icon-box-2 .content-box {
  margin-left: 95px;
}
.icon-box-2 .title-box {
  padding-top: 11px;
  margin-bottom: 12px;
}
.icon-box-2:hover .icon-main {
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}

.icon-right {
  text-align: right;
}
.icon-right .icon-main {
  float: right;
}
.icon-right .content-box {
  margin-left: 0;
  margin-right: 95px;
}

.bline-yes:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  bottom: -2px;
  left: 50%;
  margin-left: -35px;
  background: #fe8423;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.bline-yes .icon-box-2 .content-box {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bline-yes .icon-box-2 .content-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  background: #fe8423;
  height: 1px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.bline-yes .icon-box-2:hover .content-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/* style 1 icon box 2*/
.box-s2 .icon-box-2 {
  position: relative;
  padding-left: 35px;
}
.box-s2 .icon-box-2 .icon-main {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.15);
}
.box-s2 .icon-box-2 .content-box {
  margin: 0;
  padding: 35px 35px 35px 70px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.box-s2 .icon-box-2:hover .content-box {
  background: #fff;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.box-s2.icon-right .icon-box-2 {
  padding-left: 0;
  padding-right: 35px;
}
.box-s2.icon-right .icon-main {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fe8423;
  color: #fff;
  left: auto;
  right: 0;
}
.box-s2.icon-right .icon-main i {
  line-height: 70px;
  font-size: 40px;
}
.box-s2.icon-right .icon-main svg {
  fill: #fff;
}
.box-s2.icon-right .content-box {
  padding: 35px 70px 35px 35px;
}



.page-header-contact { background-image: url(images/background/pheader-contacts.jpg); }
.contact-iconb .icon-main { background: #FFF3E9; width: 60px; height: 60px; font-size: 27px; line-height: 60px; border-radius: 50% 50% 50% 50%; }
.contact-iconb .icon-main svg { width: 27px; }
.icon-left .contact-iconb .content-box { margin-left: 76px; }
.contact-iconb.icon-box .title-box { padding-top: 6px; margin-bottom: 1px; font-size: 16px; font-weight: bold; }
.icon-box-2 .contact-icon-phone svg { width: 22px; }
.icon-box-2 .contact-icon-mail svg { width: 24px; }
section { position: relative; }
.contact-form { margin-top: -245px; margin-bottom: 0; z-index: 1; }
.wpcf7-form input { width: 100%; }
.main-contact-form { padding: 60px 60px 60px 60px; background-color: #FFF; border-radius: 5px 5px 5px 5px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%); }
.contact-map { margin-top: -60px; z-index: -1; position: relative; }
.map { height: 520px; }
.map iframe { width: 100%; height: 520px; filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg); }

svg { position: relative; width: 1em; height: 1em; }
.icon-box svg { height: inherit; }



[class^="iconly-"], [class*="iconly-"] { line-height:unset; }

.space-30 { width: 100%; height: 30px; }
.space-20 { width: 100%; height: 20px; }
.space-10 { width: 100%; height: 10px; }
.space-2 { width: 100%; height: 2px; }

@media (min-width: 1400px) { 
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1440px; } 
}

@media (max-width: 1366px) {
   .wrapper { align-items: center; }
}

@media (max-width: 1200px){
  .feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100% !important; }
}

@media (max-width: 1024px) {
  .top-info__block.address, .location-address { display: none; }
  .contact-info, .social-icon { display: flex; justify-content: center;  }
  .social-icon {  flex: auto; text-align: left; }
  .contact-info { flex: auto; }
  .sticky-scroll { display: none; }
}

@media (max-width: 991px) {
  .sticky-scroll, .categories { display: none;  }
  .main-menu {  max-width: 300px; }
  .main-menu > ul > li > a { text-align: left !important; padding: 0px 20px !important; margin: 5px 0; }
  .main-menu > ul > li > ul > li > a { text-align: left !important; padding: 5px 20px !important; color: sienna; }
  #header_menu { padding: 25px 15px; position: relative; display: block; }

  .feature-row .image-column .inner-column {  margin-right: 0px; }
  .feature-row:nth-child(even) .image-column .inner-column { margin-left: 0px; }
  .feature-row:nth-child(even) .content-column .inner-column { padding: 61px 10px 70px 60px; }
  .feature-row .content-column .inner-column { margin-top: -50px; }
}

@media (max-width: 480px) {
  .cmn-toggle-switch { top:unset; position: relative; }

  section#about { padding: 50px 0px; }
  section#about .sub-title { margin-top: 5px; }
  section#about .image-1 { margin-bottom: 20px; }
  
  .feature-row .content-column .inner-column { padding: 61px 10px 70px 10px; }
  .feature-row:nth-child(even) .content-column .inner-column { padding: 61px 10px 70px 10px; }
  .feature-row:nth-child(2n) .content-column .inner-column .sec-title { max-width: 100%; }
  .feature-row:nth-child(even) .content-column .inner-column .sec-title { max-width: 100%; }
  .feature-row .content-column .inner-column .sec-title .text { padding: 0px 10px 0px 10px; }

  .testimonial-column .inner-column .testimonial-slide .info-box .text { text-align: justify; }
  .auther-info { text-align: left; }

  .social-icon { display: none; }
  .contact-info .mail { display: none; }
  .contact-info { text-align: center; flex: auto; }
  #product-ad { display: none; }
}

.owl-prev, .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

.text-leaf { color: #6EA842 !important; }

.main-menu > ul > li > a {  /*padding: 45px 15px 45px 15px;*/ padding: 0px 20px 0 20px; font-size: 18px; text-decoration:none; font-family: "Poppins", sans-serif; letter-spacing: 2px; color: #D00068; font-weight: bold;  }

section#offerings {
  padding: 100px 0px;
  background-color: #fae9db;
  position: relative;
}

.cover-image.s-cover-right {
  left: auto;
  width: 50%;
}
section > .cover-image {
  position: absolute !important;
}
.cover-image {
  background-position: 50% 50%;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cover-image {
  height: 100%;
  width: 100%;
}

.s-parallax, .cover-image, .cover-background, .texture-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#why h2 { font-size: 24px; color: #fe8423; }
#why p { font-size: 20px; color: #000; margin-bottom: 25px; }

footer { background-color: #ededed; }

#howToOrder h3 { color: brown !important; }

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup box */
.popup-box {
  background: #fff;
  width: 60%;
  max-width: 500px; /* Optional max width */
  height: auto;
  padding: 20px;
  border: 10px solid white;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-btn {
  background: red;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive styles */
@media (max-width: 768px) {
  .popup-box {
      width: 90%;
  }
}

.header-top {
  background: #222;
  padding: 10px 0;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

.scroll-text {
  display: flex;
  min-width: 200%;
  animation: scrollText 30s linear infinite;
}

.scroll-text a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding-right: 50px; /* Space between repeated text */
}

@keyframes scrollText {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}



/* Mobile Menu */
.mobile-menu-toggle {
  display: none;
  font-size: 24px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding-top: 50px;
  z-index: 1000;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  padding: 15px 0;
}

.mobile-menu ul li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.close-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mobile-menu-toggle { display: block; }
  .cover-image { display: none; }
}

#mobileMenu ul li{ display: block !important; }

.floating-img { position: fixed; bottom: 20px; right: 20px; width: 160px; height: auto; cursor: pointer; z-index: 999; animation: blink 1s infinite alternate; }
/* .blink {
    -webkit-animation: blink 1s;
    animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    animation: blink 1s;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
} */
  
.blink {
  -webkit-animation: blink 1s;animation: blink 1s;
  -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
  -moz-animation: blink 1s;animation: blink 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation: blink 1s;animation: blink 1s;
  -o-animation-iteration-count: infinite;animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}