body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.05rem; 
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 399; 
}
body.offcanvas-menu {
    position: relative; 
}
body.offcanvas-menu:before {
      opacity: 1;
      visibility: visible; 
}

a{
  color: #347638;
}

.apple-green{
  color: #8CC63F;
}

.color-apple-green{
  background: #347638 !important;
}

.color-apple-green p{
  color: #fff !important;
}

a:hover{
  color: #ff5722;
  text-decoration: none;
}

.border-start {
  border-left: 1px solid #c3c2c6 !important;
}


.mission{
  padding: 4rem 0;
}

.market{
  background: #f7f7f7;
  padding: 4rem 0;
}
.ps-5 {
  padding-left: 3rem !important;
}

.offset-lg-1 {
  margin-left: 8.33333%;
}


.container{
  width: auto;
  max-width: 1300px;
}
      /* style for the header area including the logo and menu starts here -------------start */
.top-bar {
  border-bottom: 1px solid #e9ecef !important; 
  
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background:#347638;
  color: #fff;
  border-bottom: 1px solid #e9ecef;
}

  .top-bar {
    padding: .5rem 0; }
  

/* Navbar */
.site-navbar {
  position: absolute;
  top: 0; /* Adjust this value as needed to create space from the top bar */
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent; /* Make the header transparent */
  padding: 1rem 0;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; 
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
 
}

@media only screen and (max-width: 991px)
{
  .slider_area {
    top: -150px !important;
  }

  .site-navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sticky-wrapper .shrink {
    padding-top: 10px !important; 
    padding-bottom: 10px !important; 
    
   }
}

@media (max-width: 767px) {
  .slider_area {
    top: -150px !important;
  }
  .site-navbar {
    padding-top: 0 !important;
  }
  .sticky-wrapper .shrink {
   padding-top: 10px !important; 
   padding-bottom: 10px !important; 
  }
}

.sticky-wrapper .site-navbar {
 
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

/* Navbar when sticky (on scroll) */
.sticky-wrapper.is-sticky .site-navbar {
  background: #faf9fd; /* White background when sticky */
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #074032; /* Adjust logo color if needed */
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important; /* Adjust menu link color */
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #074032 !important; /* Active link color */
}

/* Optional: Make sure the menu toggle button is visible on scroll */
.sticky-wrapper.is-sticky .toggle-button a {
  color: #000 !important;
}


  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }

    .site-navbar .toggle-button a{
      color: #8CC63F;
    }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #8CC63F !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #ff5722; }
          a:hover {
            color: #ff5722; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-radius: 20px;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #8CC63F;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #074032 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
            
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
           
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #074032; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #faf9fd;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        color: #ff5722;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #074032; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #074032; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;      
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        color: #ff5722;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }

  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #074032; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #074032 !important; }

  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px;
        padding-bottom: 30px; } 
      }


.block{
  border-radius: 20px;
  margin: 1rem 0;
}

.slider_area {
  position: relative;
  top: -101px;
  padding: 0;
  width: 100%;
  height: 100vh;
  
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.slider_area .single_slider {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-social-warp {
	position: absolute;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	padding: 54px 83px;
	padding-left: 2px;
	bottom: -85px;
	z-index: 9;
}

.hero-social-warp p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	text-transform: uppercase;
	padding-right: 10px;
	font-family: "Helvetica 65 Medium", sans-serif;
}

.hero-social-warp .hero-social-links {
	display: inline-block;
}

.hero-social-warp .hero-social-links a {
	color: #fff;
	margin-left: 2rem;
	font-size: 17px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-social-warp .hero-social-links a:hover {
	color: #ff006c;
}

.hero-social-warp .hero-social-links a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 767px) {
  .hero-social-warp {
    padding: 0 10px;
    bottom:0;
  }
}


.banner {
  position: relative;
  top: -101px;
  padding: 0;
  width: 100%;
  height: 60vh;
  
}

.banner-text{
  color: #fff;
  margin-top: 50px;
}

.content{
  padding-bottom: 4rem;
}

/* scroll down */

.home-scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  float: right;
  z-index: 100;
}

.home-scrolldown i {
  padding-left: 1rem;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #44c455 !important;
}

html[data-useragent*='MSIE 10.0'] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-medium", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

.scroll-icon i {
  font-size: 20px;
  position: relative;
  bottom: -6px;
}


/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}



@media (max-width: 767px) {
  .slider_area .single_slider {
    height: 100vh;
  }
}


.slider_text{
  padding: 150px 0 0;
}

@media (max-width: 767px) {
  .slider_text{
    padding: 150px 50px 0;
  }
}

.slider_area .single_slider .slider_text h3 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 62px;
}

.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 35px;
    letter-spacing: 3px;
  }
}

.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #D5D5D5;
  margin-bottom: 24px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text .video_service_btn > a {
    margin-bottom: 20px;
  }
}



.newsletter{
  padding:80px 0 55px;
  background: #2C2C2C;
}

.hm-footer-widget{margin-bottom: 30px;}
.newsletter h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.newsletter p{
  color: #fff;
}
.hm-foot-menu ul{
  padding: 0;
}
.hm-foot-menu ul li{
  list-style: none;
}
.hm-foot-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-menu ul li a:hover{
    color: #ff5722;
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.hm-foot-para p {
    font-size: 14px;
    text-transform: initial;
    margin-bottom: 25px;
}

/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#fff;
    display: block;
    padding:25px 15px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 14px;
    color: #bcb7b2;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #e99c2e;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-subscribe i{
  color: #8CC63F;
}
.subscription{
  background: none;
  border: none;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/


/*-------------------------------------
      Footer
--------------------------------------*/
#footer{
  background: #2C2C2C;
}

.footer {
    background: #2C2C2C;
    display: flex;
    align-items: center;
    height: 154px;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
}
.footer-social a i {
    color: #a4aaaf;
    font-size: 1.25rem;
    margin: 0 18px 24px 0;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
    background: #8CC63F;
    padding: 15px;
    border-radius: 50%;
}
.footer-social i:hover{color: #e99c2e;}


.new-arrivals {
  padding:85px 0 70px;
}
.new-arrivals-content{margin-top: 80px;}

.single-new-arrival{margin-bottom: 50px;text-align: center;}
.single-new-arrival-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow:hidden;
}
.single-new-arrival-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}
.single-new-arrival-bg-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover .single-new-arrival-bg-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.sale {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sale p{
  color: #ff5722;
  font-weight: 500;
  font-size:20px;
  line-height: 2.2;
}


.new-arrival-cart {
    position: absolute;
    bottom: 30px;
    z-index: 0;
    left: 0;
    width: 50%;
    height: 70px;
    background: #347638;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity:0;
    visibility:hidden;
}
.new-arrival-cart:hover{
    background: #ff5722;
}
.new-arrival-cart p {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 3;
}
.new-arrival-cart p a{color: #fff;font-weight: 500;font-size: 18px; line-height: 70px;}
.new-arrival-cart p span.lnr.lnr-cart {margin-left: 10px;}
.new-arrival-cart p span{text-transform: lowercase;}
p.arrival-review span {margin-right: 15px;}
.single-new-arrival-bg:hover .new-arrival-cart {
    opacity:1;
    visibility:visible;
    bottom:0px;
}
.single-new-arrival  h4 a{
    color:#5f5b57;
    font-size:16px;
    font-weight:500;
    margin:26px 0 12px;
}
.arrival-product-price{
    color:#5f5b57;
    font-size: 16px;
    font-weight: 400;
}
.single-new-arrival:hover h4 a{color:#e99c2e;}






.about-icon{
  font-size: 30px;
  line-height: 70px;
  background: #347638;
  padding: 15px;
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 7, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 7, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 7, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info {
    padding-left: 30px;
    padding-top: 0;
  }
}

/* line 31, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info h3 {
  font-size: 36px;
  line-height: 55px;
  font-weight: 400;
  color: #2C2C2C;
}

@media (max-width: 767px) {
  /* line 31, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 31, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 45, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  margin-top: 28px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 51, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info p br {
    display: none;
  }
}

/* line 57, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info ul {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  /* line 57, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info ul {
    margin-bottom: 30px;
  }
}

/* line 62, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info ul li {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-weight: 400;
  z-index: 1;
}

/* line 71, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info ul li::before {
  position: absolute;
  left: 0;
  background-image: url(../img/svg_icon/check.svg);
  width: 16px;
  height: 16px;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 83, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.about_area .about_info .boxed-btn3 {
  padding: 13px 46px 14px 46px;
}





.financial_solution_area {
  padding: 4rem 0;
}

/* line 239, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area.minus_top_padding {
  padding-top: 0;
}

@media (max-width: 767px) {
  /* line 237, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .financial_solution_area {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 237, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .financial_solution_area {
    padding: 50px 0;
  }
}

/* line 248, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area .financial_active {
  padding-top: 20px;
}

@media (max-width: 767px) {
  /* line 248, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .financial_solution_area .financial_active {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 248, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .financial_solution_area .financial_active {
    padding: 0;
  }
}

/* line 256, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area .financial_active .single_finalcial_wrap {
  margin-bottom: 90px;
}

/* line 259, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area .financial_active .single_finalcial_wrap h3 {
  font-size: 36px;
  line-height: 55px;
  font-weight: 500;
  color: #2C2C2C;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 266, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area .financial_active .single_finalcial_wrap p {
  font-size: 1rem;
  color: #727272;
  margin-bottom: 0;
}

/* line 275, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
.financial_solution_area .finance_thumb img {
  width: 100%;
  border-radius: 30px;
}

.financial_solution_area .owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  position: absolute;
  text-align: center;
  width: 40px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 40px;
  font-size: 12px;
  line-height: 40px;
  border: 1px solid #D4EFDF;
  left: 0px;
  color: #28AE60;
  bottom: 0;
  top: auto;
}



/*-------------------------------------
       Clients
--------------------------------------*/
.clients {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 200px;
  width: auto;
  background: #fbfdfb;
}

.clients img{
  width: auto;
  height: 100px;
}
.clients .item {
  text-align: center;
  margin: 0 40px;
}

@media (max-width: 767px) {
  .ps-5{
    padding-left: 15px !important;
  }
  .border-start{border-left: none !important;}
}
.footer-bottom {
  overflow: hidden;
  padding: 20px 0;
  border-top: #5f5b57 1px solid;
}


.footer-menu {
  list-style: none;
  float: right;
}

.footer-menu li {
  display: inline;
}

.footer-menu li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.footer-menu li:last-child a:after {
  display: none;
}

.footer-menu li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #a5adb3;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.footer-menu li a:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 0;
}

.copyright {
  padding-top: 3px;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #a5adb3;
}

/* Align items to center on mobile devices */
@media (max-width: 767px) {
  .footer-bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .footer-menu {
      float: none;
      margin-bottom: 10px;
      padding: 0;
  }

  .copyright {
      float: none;
      margin-bottom: 10px;
  }
}

.footer-header{
  margin:0 0 50px;
  padding: 0;
}
.footer-contact{
  margin-left: 50px;
}

@media (max-width: 767px) {
  .footer-contact{
    margin-left: 0;
  }
}
.footer-heading {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
  position: relative; }

  .heading-footer-big{
    font-size: 40px;

  }

  .py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .categories-area {
    background: #f7f7f7;
  }
  
  /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat {
    border: 9px solid transparent;
    padding: 30px 22px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #ffff;
  }
  
  @media (max-width: 575px) {
    /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
    .categories-area .single-cat {
      padding: 30px 22px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
    .categories-area .single-cat {
      padding: 30px 18px;
    }
  }
  
  /* line 16, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat::before {
    position: absolute;
    border-radius: 20px;
    content: "";
    width: 100%;
    height: 0;
    background: #8CC63F;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  /* line 29, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat .cat-icon span {
    color: #8CC63F;
    font-size: 65px;
    margin-bottom: 30px;
    display: block;
  }
  
  /* line 38, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font-family: "Sarabun", sans-serif;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 38, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
    .categories-area .single-cat .cat-cap h5 > a {
      font-size: 21px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 38, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
    .categories-area .single-cat .cat-cap h5 > a {
      font-size: 23px;
    }
  }
  
  /* line 53, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 53, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
    .categories-area .single-cat .cat-cap p {
      font-size: 15px;
    }
  }
  
  /* line 63, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  
  /* line 73, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover {
    border: 1px solid transparent;
  }
  
  /* line 77, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover::before {
    height: 100%;
  }
  
  /* line 81, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover .cat-icon span {
    color: #fff;
  }
  
  /* line 86, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover .cat-cap h5 {
    color: #fff;
  }
  
  /* line 89, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover .cat-cap p {
    color: #fff;
  }
  
  /* line 92, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_categories.scss */
  .categories-area .single-cat:hover .cat-cap a {
    color: #fff;
  }
  
  /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_about.scss */
  .support-company-area .support-location-img img {
    width: 100%;
  }

  @media (max-width: 575px) {
    /* line 933, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-tittle {
      margin-bottom: 50px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 933, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-tittle {
      margin-bottom: 50px;
    }
  }
  
  .section-padding30 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* line 965, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .section-tittle{
    
    display: block;
    color: #092c3f;
    font-weight: 500;
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 965, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-tittle h2 {
      font-size: 31px;
    }
  }
  
  .button {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #8CC63F;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px 0;
    box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
    transition: .5s all ease-in-out;
    &:hover {
      cursor: pointer;
      background: #fff;
      border: 2px solid #fff;
      color: #1F4141;
      animation: none;
      //animation-play-state: paused;
    }
  }
  .button-float {
    animation: float 1.5s linear alternate infinite;
  }
  
  @keyframes float {
    50% {
      transform: translateY(-px);
    }
    100% {
      transform: translateY(-18px);
    }
  }
  
    
    @keyframes float {
      50% {
        transform: translateY(-px);
      }
      100% {
        transform: translateY(-18px);
      }
    }
    
    .wap-icon {
      position: fixed;
      z-index: 1000;
      bottom: 3rem;
      left: 2rem;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .wap-icon i {
      font-size: 40px;
      color: #25D366;
    }
    
    .wap-icon::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid rgba(37, 211, 102, 0.5);
      z-index: 1;
      animation: ripple-ring 2s ease-out infinite;
    }
    
    
    @keyframes ripple-ring {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(2);
        opacity: 0;
      }
    }
    
    @keyframes wave {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.2);
      }
      100% {
        transform: scale(1);
      }
    }
    
    .wap-icon {
      /* ... */
      animation: wave 2s ease-in-out infinite;
    }
  

    .contact .info {
      color: #444444;
    }
    
    .contact .info i {
      font-size: 32px;
      color: #25D366;
      float: left;
      line-height: 1;
    }
    
    .contact .info p {
      padding: 0 0 10px 42px;
      line-height: 28px;
      font-size: 1rem;
    }
    
    .contact .php-email-form .error-message {
      display: none;
      color: #fff;
      background: #25D366;
      text-align: left;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .error-message br+br {
      margin-top: 25px;
    }
    
    .contact .php-email-form .sent-message {
      display: none;
      color: #fff;
      background: #18d26e;
      text-align: center;
      padding: 15px;
      font-weight: 600;
    }
    
    .contact .php-email-form .loading {
      display: none;
      background: #fff;
      text-align: center;
      padding: 15px;
    }
    
    .contact .php-email-form .loading:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0;
      border: 3px solid #18d26e;
      border-top-color: #eee;
      animation: animate-loading 1s linear infinite;
    }
    
    .contact .php-email-form .form-group {
      margin-bottom: 20px;
    }
    
    .contact .php-email-form input,
    .contact .php-email-form textarea {
      border-radius: 0;
      box-shadow: none;
      font-size: 1rem;
      padding: 10px 15px;
    }
    
    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
      border-color: #25D366;
    }
    
    .contact .php-email-form button[type=submit] {
      background: #25D366;
      border: 0;
      padding: 10px 24px;
      color: #fff;
      transition: 0.4s;
      border-radius: 50px;
    }
    
    .contact .php-email-form button[type=submit]:hover {
      background: #2383c4;
    }
    
    @keyframes animate-loading {
      0% {
        transform: rotate(0deg);
      }
    
      100% {
        transform: rotate(360deg);
      }
    }
    
   .footer-heading:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 40px;
    height: 4px;
    background: #58b55d; }

    .ftco-footer-social li a {
      background: rgba(255, 255, 255, 0.1);
      color: #58b55d; }
  
  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .ftco-footer-social li a {
      height: 40px;
      width: 40px;
      display: block;
      float: left;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      position: relative; }
      .ftco-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ftco-footer-social li a:hover {
        color: #fff; }

        .block-23 ul {
          padding: 0; }
          .block-23 ul li, .block-23 ul li > a {
            display: table;
            line-height: 1.5;
            margin-bottom: 15px; }
          .block-23 ul li span {
            color:#fff; }
          .block-23 ul li .icon, .block-23 ul li .text {
            display: table-cell;
            vertical-align: top; }
          .block-23 ul li .icon {
            width: 40px;
            font-size: 18px;
            padding-top: 2px;
            color: white; }      

           
