.about-para{
	color: #000000;
    /*text-align: justify;*/
    font-size: 15px;
    line-height: 25px;
}
.section-back-text {
    font-size: 20vw;
    max-width: 100vw;
    /* overflow: hidden; */
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    font-weight: 500;
    /* font-family: 'Rubik'; */
    white-space: nowrap;
    user-select: none;
    z-index: -1;
}
.text-theme{
	color: #32b768 !important;
}
.sec-sub-title1 {
    text-transform: uppercase;
    display: inline-block;
    background: var(--body-bg);
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 20px;
    border-radius: 60px;
    color: var(--primary-color);
    font-size: 14px;
    margin-left: -80%;
}
.sec-sub-title1:hover
{
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
}


.h2-title1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    text-align: justify;
}
.h2-title1 span{
    display: block;
}


.footer-logo img{
    width: 230px;
}
.screen {
    overflow: hidden;
    position: absolute;
    top: -2%;
    /* left: 10px; */
    /* right: 10px; */
    /* left: 10px; */
    /* right: 10px; */
    /* bottom: -6.4%; */
    /* left: 921px; */
    /* right: 297px; */
    z-index: -1;
  }
  #phone-img{
      margin-left: -49px;
    height: 550px;
    width: 332px;
  }

/*.screen {*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    top: 11%;*/
/*    bottom: 13.6%;*/
/*    left: 834px;*/
/*    right: 323px;*/
/*}*/
.page-loaded .slider {
    transform: translateY(0);
    transition-delay: .6s;
    opacity: 1;
}
.sec-text p{
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    /*font-weight: 400;*/
}

/*breadcrums css*/
.section-back-text1 {
    font-size: 120px;
    max-width: 100vw;
    /* overflow: hidden; */
    position: absolute;
    right: 50%;
    /* bottom: 50%; */
    top: 170px;
    color: #32b768;
    transform: translate(50%,50%);
    opacity: .1;
    filter: alpha(opacity=10);
    font-weight: 600;
    /* font-family: 'Rubik'; */
    white-space: nowrap;
    user-select: none;
    text-transform: uppercase;
}
.inner-banner .row {
    height: 100%;
}
.inner-banner .inner-banner-content {
    position: relative;
    z-index: 9;
    /*margin-top: -276px;*/
}
.inner-banner .inner-banner-content .title {
    font-size: 28px;
    color: #1cb791;
    position: relative;
    text-transform: capitalize;
    /*margin-bottom: 10px;*/
    text-shadow: 3px 6px 3px rgb(0 0 0 / 13%);
}
.breadcrumb {
    padding: 0;
    margin-top: 0px;
    background-color: transparent;
}
.breadcrumb li a {
    color: #1cb791;
}
.breadcrumb-item a {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.breadcrumb-item.active {
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    color: #000;
}


/*inner about us css*/
.section-solid {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 1;
}
.section-back-text {
    font-size: 20vw;
    max-width: 100vw;
    /* overflow: hidden; */
    position: absolute;
    right: 35%;
    bottom: 50%;
    color: #fff;
    transform: translate(50%,50%);
    opacity: .1;
    filter: alpha(opacity=10);
    font-weight: 500;
    /* font-family: 'Rubik'; */
    white-space: nowrap;
    user-select: none;
}
.text-theme{
    color: #5cb868;
}
.cols-lg {
    margin-top: -3rem;
}
.entity-image {
    line-height: 1;
}
.mw-100 {
    width: 500px;
}
.entity-title{
    margin-bottom: 1rem;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.entity-subtitle{
    margin-bottom: 1rem;
}
.entity-list {
    padding: 0;
    margin: 0 0 1.5rem;
}
.my-5 {
    margin-bottom: 3rem!important;
}
.text-light-green {
    color: #32b768;
}
.btn-theme {
    background-color: #ffb524;
    color: #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgb(255 181 36 / 50%);
    box-shadow: 0 0.5rem 1.5rem rgb(255 181 36 / 50%);
}
.btn {
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    height: 2.875rem;
    line-height: 1.875rem;
    padding: 0.5rem 1.5rem;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 1.4375rem;
    text-shadow: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 0 none !important;
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    background: var(--body-bg);
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
}
.btn:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
}
.d-flex {
    display: flex!important;
}
.btn-theme-bordered {
    background-color: transparent;
    color: #8fbc8f;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    position: relative;

}
.btn-theme-bordered:hover {
    border-color: #32b768;
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
}


/*---------------------------------------------------- */
/*Why Cho0ose area*/
/*----------------------------------------------------*/
.or-why-choose-section {
  padding: 140px 0px 75px;
}

.or-why-choose-feature {
  z-index: 1;
  padding-left: 30px;
}
.or-why-choose-feature:before {
  left: 0;
  width: 0;
  height: 0;
  top: -30px;
  z-index: -1;
  content: "";
  position: absolute;
  /*border-top: 460px solid #edb334;*/
  border-right: 460px solid transparent;
}

.or-why-choose-feature-innerbox {
  margin-bottom: 30px;
  background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
  padding: 18px 18px 30px;
  -webkit-transition: 500ms all ease;
  transition:  0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
  border-radius: 10px;
}
.or-why-choose-feature-innerbox:hover {
    transform: scale(1.05);
    z-index: 2;
}
.or-why-choose-feature-innerbox .or-why-choose-feature-icon {
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 8px;
  border-radius: 100%;
  background-color: #8fbc8f78;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.or-why-choose-feature-innerbox .or-why-choose-feature-icon i {
  color: #fff;
  font-size: 25px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.or-why-choose-feature-innerbox .or-why-choose-feature-icon:before {
  top: 50%;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #022f28;
}
.or-why-choose-feature-innerbox .or-why-choose-feature-text h3 {
  color: #1a2428;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.or-why-choose-feature-innerbox .or-why-choose-feature-text p {
  font-size: 15px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.or-why-choose-feature-innerbox:hover {
  /*background-color: #ff7800;
  -webkit-box-shadow: 0 26px 27px rgba(255, 120, 0, 0.29);
          box-shadow: 0 26px 27px rgba(255, 120, 0, 0.29);*/
}
.or-why-choose-feature-innerbox:hover .or-why-choose-feature-icon {
  background-color: #8fbc8f;
}
.or-why-choose-feature-innerbox:hover .or-why-choose-feature-icon i {
  color: #022f28;
}
.or-why-choose-feature-innerbox:hover .or-why-choose-feature-icon:before {
  background-color: #fff;
}
.or-why-choose-feature-innerbox:hover .or-why-choose-feature-text h3, .or-why-choose-feature-innerbox:hover .or-why-choose-feature-text p {
  color: #000;
}

.or-why-choose-text-wrapper {
  padding: 35px 0px 0px 60px;
}
.or-why-choose-text-wrapper .or-section-title h2 {
  /*padding-bottom: 20px;*/
  font-size: 35px;
}
.or-why-choose-text-wrapper .or-section-title p {
  padding-bottom: 30px;
  text-align: justify;
    line-height: 22px;
}

.or-why-choose-section-2 {
  padding: 95px 0px;
}
.or-why-choose-section-2 .or-why-choose-img-2 {
  padding-top: 70px;
}

.or-why-choose-feature-2 {
  padding-top: 40px;
}

.or-why-choose-feature-item-2 {
  margin-bottom: 25px;
}
.or-why-choose-feature-item-2 .or-why-choose-feature-icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 8px;
  background-color: #f2f2f2;
}
.or-why-choose-feature-item-2 .or-why-choose-feature-icon i {
  color: #ff7800;
  font-size: 38px;
  line-height: 0.75;
}
.or-why-choose-feature-item-2 .or-why-choose-feature-text {
  width: 380px;
}
.or-why-choose-feature-item-2 .or-why-choose-feature-text h3 {
  color: #000031;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 12px;
}
.or-why-choose-feature-item-2:nth-child(even) .or-why-choose-feature-icon i {
  color: #76a713;
}


/*inner about video css*/

.welcome-area {
    background:url(../images/bg.jpg) no-repeat scroll center center / cover;
}
.welcome-intro > h3 {
    font-size: 30px;
}
.fw-3 {
    font-weight: 900;
}
.welcome-thumb {
    max-width: 350px;
    padding-top: 70px;
    margin: 0;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.button-group {
    margin-top: 30px;
}
.btn.btn-bordered {
    color: #8fbc8f;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
}
.btn.btn-bordered:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
}
.button-group a {
    margin-right: 10px;
}


/*single product page css*/

.pb-90 {
    padding-bottom: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.bg-white{
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    padding: 0px 50px;
    border-radius: 30px;
}
.product-details p{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}




.details-price span {
    color: #FFCE1C;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #5C5C5C3D;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #FFCE1C;
}

.product-cat a:hover {
  color: #8fb569;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background:#FFCE1C;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
    background: #8fb569;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
}

.action-btn:hover {
  background: #FFCE1C;
  color: #ffffff;
}
.product-action-list {
    overflow: hidden;
}
.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td, .additional-info .table th {
padding: .75rem 0;
vertical-align: top;
border-top: 1px solid #5C5C5C3D;
font-weight: 400;
color: #b8b8b8;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #8fb569;
  margin-bottom: 30px;
  transition: .3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  
  transition: .3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #8fb569;
  border-color: #8fb569;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #5C5C5C3D;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #32b768;
}
.event-text p{
    margin-top: 50px;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #32b768 ;
  transition: .3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .dec-and-review-menu > li > a:after {
    position: absolute;
    left: -5px !important;
    width: 3px;
    z-index: 999;
}
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

.product-details{
    margin-top: 90px;
}


.product-review-tab {
    position: relative;
    margin: 50px 0 40px;
    float: left;
    width: 100%;
}
.product-review-tab:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    background: #ebebeb;
    left: 20%;
}
.nav.dec-and-review-menu {
    float: left;
    width: 20%;
    text-align: left;
    display: block;
}
.dec-and-review-menu > li {
    list-style: none;
    position: relative;
    z-index: 9;
    display: block;
    margin: 0 0 10px;
}
.dec-and-review-menu > li > a.active{
    color: #000;
}
.dec-and-review-menu > li > a {
    font-size: 16px;
    color: #bebebe;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 25px;
    display: block;
    padding: 0 0 25px 0;
    position: relative;
}
 .dec-and-review-menu > li > a.active:after {
    height: 100%;
}
.dec-and-review-menu > li > a:after {
    background: #32b768;
    top: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -3px;
    width: 3px;
    z-index: 999;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.product-review-content-tab {
    float: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    min-height: 160px;
    padding: 0 0 0 65px;
    width: 80%;
}
.single-product-description > p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}
.review-page-comment h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.review-page-comment > ul {
    margin: 0 0 25px;
}
.review-page-comment > ul > li {
    margin: 0 0 20px;
    position: relative;
    list-style: none;
}
.product-comment img {
    width: 60px;
    float: left;
}
.product-comment-content {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
    padding: 15px 15px 0;
}
.product-comment-content:before {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.product-reviews {
    font-size: 12px;
    color: #6c8e01;
    margin-bottom: 10px;
}
.meta > strong {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 31px;
    color: #777;
}
.meta > span {
    font-size: 17px;
    color: #777;
    font-weight: 400;
    line-height: 31px;
}

.single-blog-content{
    margin-top: 80px;
}
.zoom-preview 
{
    height: 477px;
    width: 573px;
    margin-left: 62%;
    background-repeat: no-repeat;
    z-index: 2;
    margin-top: -95%;
    position: relative;
}

/*single blog css*/
.single-blog-text p{
    text-align: justify;
}



/*gallery css*/

#home {
    overflow: hidden;
    padding-top: 20px;
    /*padding-bottom: 40px*/
}

.fn_cs_slider {
    padding: 0 20px;
    overflow: hidden
}

.fn_cs_counter_list li:nth-of-type(4n) .divider,
.fn_cs_roadmap .step_in .fn__svg,
.fn_cs_slider .hidden_list,
.metaportal_fn_boxed_countdown li:last-child span:after,
.metaportal_fn_boxed_countdown li:last-child span:before,
.metaportal_fn_leftnav .nav_holder .icon,
.metaportal_fn_leftnav.ready,
.metaportal_fn_leftnav_closer.ready,
.metaportal_fn_wallet_closer.ready,
.metaportal_fn_walletbox.ready {
    display: none
}

.slider_nav {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 52px;
    margin-top: 40px;
}

.slider_nav>* {
    margin-right: 100px
}

.fn_cs_section_divider .divider>:last-child,
.slider_nav a>:last-child,
.slider_nav>:last-child {
    margin-right: 0
}

.fn_cs_slider .slider_top .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider_nav:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #32b768;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -.5px
}

.fn_cs_slider .slider_top .item_in,
.slider_nav .circle,
.slider_nav .icon {
    background-color: rgb(255 255 255);
}

.slider_nav a {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0
}

.slider_nav a>* {
    margin-right: 10px
}

.slider_nav .circle {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #8fbc8f;
    position: relative;
    border-radius: 100%
}

.slider_nav .icon {
    width: 34px;
    height: 34px;
    display: block;
    border: 2px solid #8fbc8f;
    position: relative;
    border-radius: 100%
}

.slider_nav .fn__svg {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    color: #8fbc8f;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px
}

.slider_nav .prev .fn__svg {
    transform: rotate(90deg);
    margin-left: -8px
}

.slider_nav .next .fn__svg {
    transform: rotate(-90deg);
    margin-left: -5px
}

.fn_cs_slider .slider_top>img {
    width: 33.3333% !important;
    min-width: 33.3333% !important;
    opacity: 0
}

.fn_cs_slider .slider_top {
    padding: 59px 0 60px;
    position: relative
}

.fn_cs_slider .slider_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.fn_cs_about,
.fn_cs_counter_list .item,
.fn_cs_counter_list .item h3,
.fn_cs_counter_list ul,
.fn_cs_desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.fn_cs_slider .slider_top li {
    width: 33.3333%;
    position: absolute;
    margin: 0;
    transform: translateX(100%) scale(0);
    transition: none;
    opacity: 0;
    top: 65px
}

.fn_cs_slider .slider_top li.next2 {
    left: 100%;
    transform: translateX(100%) scale(0);
    transition: 1s
}

.fn_cs_slider .slider_top li.prev2 {
    left: 0;
    transform: translateX(-100%) scale(0);
    transition: 1s
}

.fn_cs_slider .slider_top li.active,
.fn_cs_slider .slider_top li.next,
.fn_cs_slider .slider_top li.prev {
    transform: translateX(0) scale(1);
    opacity: 1;
    transition: 1s
}

.fn_cs_slider .slider_top li.next,
.fn_cs_slider .slider_top li.prev {
    cursor: pointer
}

.fn_cs_slider .slider_top li.prev {
    left: -40px
}

.fn_cs_slider .slider_top li.next {
    left: 66.6666%;
    margin-left: 40px
}

.fn_cs_about .left_part .img img,
.fn_cs_collection img,
.fn_cs_slider .slider_top img,
.metaportal_fn_mint_top .mint_left img {
    min-width: 100%;
    opacity: 0
}

.fn_cs_slider .slider_top .item {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.fn_cs_slider .slider_top .item_in {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(.85) scaleY(.85) rotateY(180deg)
}

.fn_cs_slider .active .metaportal_fn_videobutton {
    opacity: 1;
    visibility: visible
}

.fn_cs_slider .slider_top .img {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 20px;
    overflow: hidden
}

.fn_cs_slider .slider_top .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s
}

.fn_cs_slider .slider_top .active .has_video .img:after {
    background-color: rgba(0, 0, 0, .3)
}

.fn_cs_slider .slider_top .item_in:after,
.frenify_cards_gallery .img_holder:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--mc1);
    opacity: .15;
    border-radius: 20px;
    box-shadow: 0 5px 20px
}

#fun_facts,
.blog__item,
.fn_cs_about .left_part .bg_overlay,
.fn_cs_steps .item,
.fn_cs_video img,
.metaportal_fn_mintbox {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25)
}

.fn_cs_slider .slider_top .item_in:before {
    height: 15px;
    width: 60%;
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 30px;
    background-color: #000;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px)
}

.fn_cs_slider .slider_top .active .item_in {
    transform: scaleX(1) scaleY(1) rotateY(0)
}

.fn_cs_slider .slider_top .prev .item_in,
.fn_cs_slider .slider_top .prev2 .item_in {
    transform: scaleX(1.05) scaleY(.85) rotateY(-30deg)
}

.fn_cs_slider .slider_top .next .item_in,
.fn_cs_slider .slider_top .next2 .item_in {
    transform: scaleX(1.05) scaleY(.85) rotateY(30deg)
}

.fn_cs_slider .slider_top li.active {
    left: 33.3333%
}

.fn_cs_desc {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.fn_cs_desc p {
    margin: 0 0 41px;
    font-size: 24px;
    line-height: 34px
}

#fun_facts {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background-color: rgba(0, 0, 0, .15);
    padding: 132px 0 87px
}

.fn_cs_counter_list ul {
    margin: 0 0 0 -140px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.fn_cs_counter_list li {
    padding-left: 140px;
    margin: 0 0 40px;
    width: 25%
}

.fn_cs_counter_list .item {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px
}

.fn_cs_counter_list .item h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 6px
}

.fn_cs_counter_list .item p {
    margin: 0
}

.fn_cs_counter_list .divider {
    position: absolute;
    left: 100%;
    top: 25px;
    width: 140px;
    height: 2px;
    background-color: rgba(255, 255, 255, .5)
}

.fn_cs_counter_list .divider:after,
.fn_cs_counter_list .divider:before,
.fn_cs_divider .divider:after,
.fn_cs_divider .divider:before {
    width: 16px;
    content: '';
    position: absolute;
    height: 2px;
    background-color: rgba(255, 255, 255, .5);
    transform: rotate(-65deg)
}

.fn_cs_counter_list .divider:before {
    left: 50%;
    margin-left: -11px
}

.fn_cs_counter_list .divider:after {
    left: 50%;
    margin-left: -5px
}

.fn__gradient_title {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    background: -moz-linear-gradient(90deg, var(--mc1), var(--mc2));
    background: -webkit-linear-gradient(90deg, var(--mc1), var(--mc2));
    background: linear-gradient(to right, var(--mc1), var(--mc2));
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #160f1a;
    filter: drop-shadow(0 5px 20px rgba(204, 0, 255, .15))
}

.slider_nav .icon i {
    color: #8fbc8f;
    margin-left: 9px;
    font-size: 12px;
}


/*language css*/
/*.goog-te-banner-frame.skiptranslate {
            display: none !important;
        } 
        .goog-logo-link {
            display:none !important;
        }*/
        

        /*FLAG ICON*/

/*distributor css*/


.single-road-map-item,
.roadmap__timeline-wrapper {
    position: relative;
}


.single-road-map-item::after {
    left: -56px;
}

.single-road-map-item {
    /*-webkit-margin-start: 50px;
    margin-inline-start: 50px;*/
    border: 1px solid rgba(255, 255, 255, 0.30);
}


.single-roadmap {
    padding: 30px;
}
.rodmap-content-text h4{
     font-size:22px;
}
.rodmap-content-text p{
    font-size: 15px;
    line-height: 26px;
}
.rodmap-title h4 {
    color: #000;
   
}

.single-road-map-item:not(:last-child) {
    -webkit-margin-after: 50px;
    margin-block-end: 50px;
}

.single-roadmap {
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    /* border: 1px solid gold; */
    border-radius: 10px;
    transition: var(--transition);
    height:325px;
}
.single-roadmap:hover {
    transform: scale(1.03);
}
/*.single-roadmap:hover {*/
/*    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;*/
/*}*/

.single-road-map-item.two::after {
    background-color: transparent;
    border-color: transparent;
}

.city{
    color: #8fbc8f;
}
.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.rodmap-title img:hover{
    animation: hvr-buzz-out 0.75s linear 1;
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}


/*-----------------------------
  - Product  Css
------------------------------*/

/*.product-item-section{*/
/*    margin-top: 100px;*/
/*    margin-bottom: 100px;*/
}
.single-product-item {
  position: relative;
  padding: 20px;
  transition: all 0.4s ease 0s;
}
.single-product-item:hover {
  z-index: 15;
}
.single-product-item:hover:after {
  background: #fff;
  z-index: -1;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #a8b2b5;
  border-radius: 5px;
  box-shadow: 0 0 15px 1.5px rgba(0, 0, 0, 0.07);
}
.single-product-item-image {
  position: relative;
  text-align: center;
}
.single-product-item-image .primary-image {
  position: relative;
  text-align: center;
  margin: auto;
  /*padding: 50px 30px 30px 30px;*/
}
.single-product-item-image .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  margin: auto;
  /*padding: 50px 30px 30px 30px;*/
}
.single-product-item-content {
  padding: 15px 0;
}
.single-product-item-action {
  top: auto;
  opacity: 1;
  bottom: -34px;
  margin: 0;
  position: absolute;
  right: 10px;
  z-index: 5;
  transition: all 0.5s ease-in-out;
}
.single-product-item-action-list {
  margin-bottom: 0;
}
.single-product-item-action-list:not(.product-cart) {
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.single-product-item-action-list.product-cart .single-product-item-action-link {
  color: #fff;
  background-color: #179957;
}
.single-product-item-action-link {
  width: 44px;
  height: 44px;
  line-height: 50px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #fff;
  text-align: center;
  outline: none;
  color: #1d1e22;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.12);
}
.single-product-item-action-link:hover {
  color: #fff;
  background-color: #1cb791;
}
.single-product-item-rating {
  display: flex;
  font-size: 15px;
  gap: 2px;
  margin-bottom: 10px;
  align-items: center;
}
.single-product-item-rating i {
  color: #d2d2d2;
}
.single-product-item-rating i.select-star {
  color: #fecb00;
}
.single-product-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
}
.single-product-item-title a:hover{
  color: #1cb791;
}
.single-product-item-title a {
  color:#062e28;
}
.single-product-item-price {
  font-size: 18px;
  font-weight: 600;
  color: #fccc64;
  font-family: "Dosis", sans-serif;
}
.single-product-item:hover .single-product-item-image .secondary-image {
  opacity: 1;
  visibility: visible;
}
.single-product-item:hover .single-product-item-action-list:not(:last-child) {
  margin-bottom: 10px;
}
.single-product-item:hover .single-product-item-action-list:not(.product-cart) {
  opacity: 1;
}
.single-product-item--two, .single-product-item--three, .single-product-item--six {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
}
.single-product-item--two .single-product-item-content, .single-product-item--three .single-product-item-content, .single-product-item--six .single-product-item-content {
  text-align: center;
}
.single-product-item--two .single-product-item-rating, .single-product-item--three .single-product-item-rating, .single-product-item--six .single-product-item-rating {
  justify-content: center;
}
.single-product-item--two .single-product-item-action, .single-product-item--three .single-product-item-action, .single-product-item--six .single-product-item-action {
  top: 0;
  bottom: auto;
  margin: 0;
  right: 0;
}
.single-product-item--two .single-product-item-action-cart a, .single-product-item--three .single-product-item-action-cart a, .single-product-item--six .single-product-item-action-cart a {
  margin-top: 10px;
  width: 100%;
  line-height: 36px;
  padding: 0 5px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  opacity: 1;
  background-color: #179957;
  border-radius: 35px;
}
.single-product-item--two .single-product-item-action-cart a:before, .single-product-item--three .single-product-item-action-cart a:before, .single-product-item--six .single-product-item-action-cart a:before {
  content: "\e907";
  font-family: "roadthemes-icon";
  font-size: 25px;
  font-weight: 400;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #179957;
  border-radius: 35px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.single-product-item--two .single-product-item-action-cart a:hover .text, .single-product-item--three .single-product-item-action-cart a:hover .text, .single-product-item--six .single-product-item-action-cart a:hover .text {
  opacity: 0;
}
.single-product-item--two .single-product-item-action-cart a:hover::before, .single-product-item--three .single-product-item-action-cart a:hover::before, .single-product-item--six .single-product-item-action-cart a:hover::before {
  opacity: 1;
}
.single-product-item--two:hover, .single-product-item--three:hover, .single-product-item--six:hover {
  border: 1px solid #179957;
}
.single-product-item--two:hover .single-product-item-image .secondary-image, .single-product-item--three:hover .single-product-item-image .secondary-image, .single-product-item--six:hover .single-product-item-image .secondary-image {
  opacity: 1;
  visibility: visible;
}
.single-product-item--two:hover .single-product-item-action-list:not(:last-child), .single-product-item--three:hover .single-product-item-action-list:not(:last-child), .single-product-item--six:hover .single-product-item-action-list:not(:last-child) {
  margin-bottom: 10px;
}
.single-product-item--two:hover .single-product-item-action-list:not(.product-cart), .single-product-item--three:hover .single-product-item-action-list:not(.product-cart), .single-product-item--six:hover .single-product-item-action-list:not(.product-cart) {
  opacity: 1;
}
.single-product-item--three .single-product-item-action {
  top: auto;
  bottom: 0;
  margin: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.single-product-item--six .single-product-item-action {
  opacity: 0;
  gap: 0px;
  bottom: 10px;
  top: auto;
  display: inline-flex;
  margin: 0;
  right: 50%;
  transform: translate(50%);
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.12);
}
.single-product-item--six .single-product-item-action-link {
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
}
.single-product-item--six .single-product-item-action .single-product-item-action-list {
  margin-bottom: 0 !important;
}
.single-product-item--six .single-product-item-action .single-product-item-action-list:last-child .single-product-item-action-link {
  border-right: none;
}
.single-product-item--six:hover .single-product-item-action {
  opacity: 1;
}
.single-product-item--four {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
}
.single-product-item--four .single-product-item-content {
  position: relative;
  padding-bottom: 0;
}
.single-product-item--four .single-product-item-price {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.single-product-item--four .single-product-item-action {
  top: 0;
  bottom: auto;
  margin: 0;
  right: 0;
}
.single-product-item--four .single-product-item-action-quick-view a {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  line-height: 40px;
  font-size: 1em;
  pointer-events: visible;
  width: 100%;
  font-weight: 400;
  border-radius: 30px;
  box-shadow: none;
  color: #313030;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  font-size: 14px;
  transform: translateX(-50%) translate3d(0, 10px, 0);
}
.single-product-item--four .single-product-item-action-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  bottom: 0;
}
.single-product-item--four:hover {
  border: 1px solid #179957;
}
.single-product-item--four:hover .single-product-item-image .secondary-image {
  opacity: 1;
  visibility: visible;
}
.single-product-item--four:hover .single-product-item-price {
  opacity: 0;
  transform: translateY(10px);
}
.single-product-item--four:hover .single-product-item-action-cart {
  bottom: 5px;
  opacity: 1;
}
.single-product-item--four:hover .single-product-item-action-cart a {
  position: static;
  margin: 0 5px 0 0;
  flex: 1 1 auto;
  opacity: 1;
}
.single-product-item--four:hover .single-product-item-action-list:not(:last-child) {
  margin-bottom: 10px;
}
.single-product-item--four:hover .single-product-item-action-list:not(.product-cart) {
  opacity: 1;
}
.single-product-item--four:hover .single-product-item-action-quick-view a {
  opacity: 1;
  transform: translateX(-50%) translate3d(0, 0px, 0);
}
.single-product-item--five {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
}
.single-product-item--five .single-product-item-content {
  position: relative;
  padding-bottom: 0;
}
.single-product-item--five .single-product-item-price {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.single-product-item--five .single-product-item-action {
  top: 0;
  bottom: auto;
  margin: 0;
  right: 0;
}
.single-product-item--five .single-product-item-action-quick-view a {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  line-height: 30px;
  font-size: 1em;
  pointer-events: visible;
  display: block;
  width: 100px;
  height: 30px;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: none;
  color: #313030;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  font-size: 13px;
  transform: translate(-50%, -50%);
}
.single-product-item--five .single-product-item-action-cart a {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #313030;
  padding: 0 10px;
  line-height: 40px;
  font-size: 1em;
  pointer-events: visible;
  width: 100%;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: none;
  color: #313030;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  font-size: 14px;
  transform: translateX(-50%) translate3d(0, 10px, 0);
}
.single-product-item--five .single-product-item-action-cart a:hover {
  background-color: #179957;
  color: #FFFFFF;
  border: 1px solid #179957;
}
.single-product-item--five:hover .single-product-item-image .secondary-image {
  opacity: 1;
  visibility: visible;
}
.single-product-item--five:hover .single-product-item-action-list:not(:last-child) {
  margin-bottom: 10px;
}
.single-product-item--five:hover .single-product-item-action-list:not(.product-cart) {
  opacity: 1;
}
.single-product-item--five:hover .single-product-item-action-cart a {
  opacity: 1;
  transform: translateX(-50%) translate3d(0, 0px, 0);
}
.single-product-item--five:hover .single-product-item-action-quick-view a {
  opacity: 1;
  transform: translateX(-50%);
}

.product-slider-active-deals {
  margin-left: -15px;
  margin-right: -15px;
}
.product-slider-active-deals .single-product-item {
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product-item-horizontal {
  /*display: flex !important;*/
  /*flex-wrap: wrap;
  align-items: center;
  border-radius: 30px;
    background: linear-gradient( 145deg, #ececec, #ffffff);*/
    position: relative;
    border-radius: 30px;
   background: var(--body-bg);
    /*box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;*/
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    padding: 50px 30px 30px 30px;
    margin-bottom: 30px;
    transition: var(--transition);
    overflow: hidden;
}
.single-product-item-horizontal:hover {
    transform: scale(1.03);
}
.single-product-item-horizontal:hover::after {
  display: none;
}
.single-product-item-horizontal .single-product-item-image {
  flex: 0 0 47.782%;
  /*max-width: 47.782%;*/
}
@media only screen and (max-width: 575px) {
  .single-product-item-horizontal .single-product-item-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-product-item-horizontal .single-product-item-action {
  top: 50%;
  opacity: 1;
  bottom: auto;
  margin: 0;
  position: absolute;
  left: 50%;
  z-index: 5;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
}
.single-product-item-horizontal .single-product-item-rating {
  justify-content: center;
}
.single-product-item-horizontal .single-product-item-content {
  flex: 1 1 auto;
  padding: 0 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .single-product-item-horizontal .single-product-item-content {
    padding: 20px 0 0 0;
  }
}
.single-product-item-horizontal .text-conunter {
  margin: 25px 0;
}

.single-horizontal-slider .slick-list .slick-slide > div:not(:first-child) .single-product-item-small-horizontal {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.single-product-item-small-horizontal {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  border-radius: 0;
  padding: 0;
}
.single-product-item-small-horizontal:hover::after {
  display: none;
}
.single-product-item-small-horizontal .single-product-item-image {
  flex: 0 0 32.433%;
  max-width: 32.433%;
}
.single-product-item-small-horizontal .single-product-item-content {
  flex: 1 1 auto;
  padding: 0 0 0 0;
}
.single-product-item-small-horizontal .single-product-item-title {
  font-size: 16px;
  font-weight: 500;
}


/*investor css*/
.space1 {
    padding-top: 100px;
}
.space2 {
    padding-bottom: 100px;
}
.title-section {
    max-width: 600px;
    width: auto;
}
.title-section.t-border h2 {
    padding-bottom: 11px;
    margin-bottom: 15px;
    color: #8fbc8f;
}

.contact .form-desc {
    background: linear-gradient( 145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
    padding: 40px 40px 60px 40px;
    border-radius: 10px;
    text-align: center;
}
.contact .form-desc h3 {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 14px 15px;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    display: block;
    margin: -60px 80px 20px 80px;
    margin-top: -62px;
}
.contact .form-desc h4 {
    padding: 20px 0;
    margin-top: 9px;
}
.contact .form-desc input.form-control {
    height: 50px;
}

.contact .form-desc .form-control {
    border-radius: 10px;
    margin: 5px 0;
    height: 100px;
}
.contact .form-desc a.submit-btn {
    font-size: 18px;
    background-color: #062e28;
    color: #fff;
    border-radius: 10px;
    padding: 14px 15px;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    display: inline-block;
}
.cont-form{
    margin-top: -95px;
}
.pattern-layer {
    position: absolute;
    left: 0px;
    right: 0px;
    /*bottom: 0px;*/
    height: 164px;
    background-repeat: repeat-x;
    top: 242px;
}

#box-menu {
  display: flex;
  /*margin: 50px;*/
  margin-left: 28%;
}
#box-menu .menu-img {
  overflow: hidden;
}
#box-menu .menu-img img {
  display: block;
}
#menu img {
  display: none;
}
.image-title{
    cursor: pointer;
    /* background: var(--body-bg); */
    /* box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff; */
    padding: 3px 20px;
    color: #1cb791;
    font-size: 14px;
    width: 260px;
}
.image-title:hover{
/*    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;*/
    color: #000;
}
.list-item{
    padding: 10px;
    text-align: justify;
    /* width: auto; */
    /* text-align: center; */
    /* width: 100%; */
    background: #fff;
    margin: 10px 10px;
    background: linear-gradient( 145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
}


/*Google translater*/
.goog-te-gadget-simple {
    align-items: center;
    color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 500;
    /*padding: 5px 17px;*/
    color: #0d0d25;
    background: var(--body-bg);
    box-shadow: inset 8px 8px 12px #e2e2e2, inset -8px -8px 12px #ffffff;
    border-radius: 30px;
    font-family: 'Poppins' !important;
}
.goog-te-menu2 {
  max-width: 100%;
}
.goog-te-gadget-simple .goog-te-menu-value span:hover{
    color: #8fbc8f;
    text-transform: capitalize;
    font-weight: 500;
    text-transform: capitalize;
}
.goog-te-menu2 {
  padding: 8px!important;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #6b90da;
  overflow: hidden;
}
.goog-te-menu2 {
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #8fbc8f !important;
    overflow: hidden;
    padding: 4px;
}
.goog-te-menu2-item div, .goog-te-menu2-item:link div {
    color: #8fbc8f !important;
    background: #ffffff;
}

.goog-te-menu-value {
  /* color: black !important;*/
  color: #fff!important;
  font-weight: 700;
  margin: 0!important;
  text-decoration: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
   color: var(--dark-color);
    text-transform: capitalize;
    font-weight: 500;
  text-transform: capitalize;
}
.goog-te-menu-value:before {
  content: "";
  margin-right: 16px;
  font-size: 2rem;
  vertical-align: -10px;
}
.goog-te-menu-value span:nth-child(5) {
  display: none;
}
.goog-te-menu-value span:nth-child(3) {
  border: none !important;
}
.goog-te-menu-value span:nth-child(3):after {
  content: "";
  font-size: 1.5rem;
  vertical-align: -6px;
}
.goog-te-gadget-icon {
  /*background-image: url(https://placehold.it/32) !important;*/
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  display: none;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget-simple {
    background-color: #fff;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: inline-block;
    padding-top: 5px !important; 
     padding-bottom: 2px; 
    cursor: pointer;
    zoom: 1;
    *display: inline;
    color: var(--dark-color)!important;
}


.xis-nft-banner-text {
  /*width: 550px;*/
  /*padding: 330px 0px 105px;*/
  margin-top: 10px;
}
.xis-nft-banner-text .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.xis-nft-banner-text .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.xis-nft-banner-text .cd-words-wrapper b.is-visible {
  position: relative;
}
.xis-nft-banner-text .no-js .cd-words-wrapper b {
  opacity: 0;
}
.xis-nft-banner-text .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.xis-nft-banner-text .cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}
.xis-nft-banner-text .cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  font-weight: 900;
  background: linear-gradient(269.18deg, #1cb791 -9.55%, #1cb791 118.48%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xis-nft-banner-text .cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.xis-nft-banner-text .cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.xis-nft-banner-text h1 {
  color: #062e28;
  font-size: 60px;
  text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 900;
  line-height: 80px;
  text-shadow: 3px 6px 3px rgb(0 0 0 / 13%);
}
.xis-nft-banner-text h1 span {
  font-weight: 900;
  background: linear-gradient(269.18deg, #1cb791 -9.55%, #1cb791 118.48%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 6px 3px rgb(0 0 0 / 6%);
}

/*.xis-nft-banner-text p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}*/


.xis-nft-banner-img-wrapper {
  top: 185px;
  right: 50px;
  position: absolute;
}

/*blog css*/

.single-blog {
    margin-bottom: 35px;
    padding: 20px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 30px;
}
.single-blog .image {
    background: #000000a6;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    box-shadow: var(--box-light-shadow);
}
.single-blog .image img {
    opacity: 0.40;
    width: 100%;
    -webkit-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
    transition: all .3s ease-in-out;
}
.single-blog .post {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.single-blog .post>div {
    position: absolute;
    left: 40px;
    bottom: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-blog .post span {
    text-transform: uppercase;
    color: #fdfdfd;
}
.single-blog .post h3 a {
    color: #fff;
    line-height: 34px;
    margin-top: 10px;
}
.tran3s{
    transition: all .3s ease-in-out;
}
.single-blog .post p {
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 60px;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.single-blog .post p{
    transition: all .4s ease-in-out;
}
.single-blog .post p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #fff;
}
.single-blog .post p:before{
    transition: all .4s ease-in-out;
}
.single-blog:hover .post h3 a{
    color:#fdfdfd;
}
.single-blog:hover .image img {
    -webkit-transform: scale3D(1,1,1);
    transform: scale3D(1,1,1);
}
.single-blog:hover .post p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-blog:hover .post>div {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
}

.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

#findseoright {
    position: fixed;
    top: 40%;
    right: 0;
    /* height: 400px; */
    margin-bottom: 280px;
    z-index: 998;
}
#findseoright-tab {
    float: left;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 165px;
    height: 42px;
    background: #1cb791;
    margin-top: 60px;
    margin-right: -65px;
    padding-top: 6px;
    border-radius: 3px;
    transform: rotate(90deg);
    border: 1px solid #1cb791;
}
.buttonflash {
    animation: glowing 1500ms infinite;
}
#findseoright-tab a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.css_blink {
    animation: blinker 1s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes glowing {
  0% { background-color: #1cb791; box-shadow: 0px 5px 6px #8fbc8f; }
  50% { background-color: #1cb791; box-shadow: 0px 5px 40px #000000; }
  100% { background-color: #1cb791; box-shadow: 0px 5px 3px #000000; }
}

.download-section {
    position: relative;
    overflow: hidden;
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.download-section .bg-layer{
  position: absolute;
  width: 1280px;
  height: 345px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

#content_block_05 .content-box{
  position: relative;
  display: block;
  padding: 165px 0px 175px 0px;
}

#content_block_05 .content-box .sec-title h2{
  color: #022f28;
  text-shadow: 3px 6px 3px rgb(0 0 0 / 13%);
  font-size: 35px;
}

#content_block_05 .content-box .sec-title h2:after{
  background: #fff;
}

#content_block_05 .content-box .text1{
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 47px;
}

#content_block_05 .content-box .download-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 21px 12px 80px;
}

#content_block_05 .content-box .download-btn a:hover{
  background: #fff;
  color: #4527a4;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

#content_block_05 .content-box .download-btn a span{
  position: relative;
  display: block;
  font-size: 12px;
}

#content_block_05 .content-box .download-btn a i{
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 36px;
  color: #fff;
  transition: all 500ms ease;
}

#content_block_05 .content-box .download-btn a:hover i{
  color: #222;
}

#content_block_05 .content-box .download-btn .app-store-btn{
  margin-right: 37px;
}

#iamge_block_04 .image-box{
  position: relative;
  min-height: 650px;
  margin: 120px -55px 0px 30px;
}

#iamge_block_04 .image-box .image-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  z-index: 1;
}

#iamge_block_04 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
a.niwax-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #022f28;
    cursor: pointer;
    padding: 0 32px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a.niwax-btn3 {
    background: #062e28;
    box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
}
a.buy-now-btn {
    margin-top: -3px;
    margin-left: 16px;
    /* left: 30px; */
    z-index: 11;
    /* bottom: 15%; */
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffff !important;
    /* background-color: #8dc63f; */
    padding: 3px 15px 0px;
    font-size: 14px;
    font-weight: 500;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
a.niwax-btn3 span:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #1cb791;
}

/*parteners css*/
.s-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.feature-s4 {
    background: url(../images/feature-s4-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 340px;
    display: flex;
    align-items: center;
    position: relative;
}
.feature-area-inner > * {
    width: 35%;
}
.feature-s4 .badge {
    font-family: "Mulish";
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    color: #ffffff;
    background: #8fbc8f;
    width: 68px;
    height: 68px;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #f3f3f3;
    right: 92px;
    top: 20px;
    position: absolute;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    transition: all 0.2s ease-in-out 0s;
}
.feature-s4 .content {
    width: 280px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    padding: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 4px 4px 8px #9e9e9e6b, -4px -4px 8px #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
}
.feature-s4 .content h3 {
    font-size: 23px;
    line-height: 22px;
    color: #1c1c1c;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out 0s;
}
.feature-s4 .content p {
    line-height: 24px;
    color: #535353;
    margin-bottom: 0px;
    font-size: 15px;
}
.feature-s4.third {
    width: 30%;
    background: url(../images/feature-s4-shape2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.feature-s4:hover .content {
    box-shadow: none;
}


.season_tabs {
  position: relative;   
  min-height: 360px; /* This part sucks */
  clear: both;
/*  margin: 25px 0;*/
margin: 50px;
margin-left: -286%;

}
.season_tab {
  float: left;  
  clear: both;
  width: 286px;
  margin-top: -120px;
    padding-top: 143px;
 
}
.season_tab label {
    background: #eee;
    padding: 10px 10px;
    /* border: 1px solid #ccc; */
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relabackground: #eee;
    padding: 10px 10px;
    /* border: 1px solid #ccc; */
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    left: -28px;
    width: 300px;
    height: 68px;
    display: table-cell;
    background: var(--body-bg);
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffffb3;;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.season_tab [type=radio] {
  display: none;   
}
.season_content {
  position: absolute;
  top: 50px;
  left: 286px;
  right: 0;
  bottom: 0;
  padding: 20px;
 }

.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 2px solid #1cb791;
  
}
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.season_content span img{
    height: 500px;
    margin-top: -100px;
}
.how-para{
    color: black;
/*    margin-left: 25%;*/
    margin-top: -20%;
    font-weight: 600;
    margin-left: -90%;;
}
.how-para:hover{
    color: #1cb791;
}


/*.season_tabs:before{
    content: '';
    width: 2px;
    height: 225%;
    background: url(https://html.themexriver.com/appilo-update/img/gradient-sep.png) no-repeat center center;
    position: absolute;
    top: -148px;
    left: 10px;
}*/

.circle1{
    margin-top: -36%;
    /* margin-right: -63px; */
    margin-left: 45px;
}
.season_tab.circle2{
    margin-top: -20%;
    /* margin-right: -63px; */
    margin-left: 44px;
}
.season_tab.circle3{
    margin-top: -15%;
    /* margin-right: -63px; */
    margin-left: 44px;
}
.season_tab.circle4{
    margin-top: -15%;
    /* margin-right: -63px; */
    margin-left: 44px;
}
.season_tab.circle5{
   margin-top: -15%;
    /* margin-right: -63px; */
    margin-left: 44px;
}
.rodmap-content-text{
    margin-top: 20px;
}



.season_tab label:after {
       content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 40px;
    width: 2px;
    height: 116%;
    z-index: 400;
    z-index:-1;
}
.season_tab #no-border:after {
        background: #f6f8fb!important;
}
/*accordian css*/
.accordion{
/*    width: 65%;*/
    
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
}

.accordion .accordion-title{
    margin: 30px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 1.55rem;
}

.accordion .content-container .question{
    padding: 18px 0px;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #1cb791;
    position: relative;
    color: #022f28;
    font-weight: 800;
    font-family: 'Playfair Display';
}

.accordion .content-container .question::after{
    content: '+';
    position: absolute;
    right: -5px;
}

.accordion .content-container .answer{
   padding-top: 15px;
    font-size: 15px;
    line-height: 26px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: .5s;
    /* font-family: 'Poppins'; */
    color: #000;
}

/* JavaScript Styling Link */

.accordion .content-container.active .answer{
    height: 150px;
}

.accordion .content-container.active .question{
    font-size: 18px;
    transition: .5s;
}

.accordion .content-container.active .question::after{
    content: '-';
    font-size: 30px;
    transition: .5s;
}

.before-after{
    padding-top: 20px;
    padding-bottom: 50px;
}

.before-content{
    margin-top: 50px;
}
.after-content{
    margin-top: 50px;
}
.before-after h2{
    font-size: 35px;
}

.ptb-100 {
    padding-top: 20px;
   padding-bottom: 30px;
}
.about-content h3 {
    font-size: 38px;
    color: #000;
    margin: 12px 0 14px 0;
}
.about-content h3 span{
    color: #8fbc8f;
}
.about-content p {
    font-weight: 400;
    margin: 0 0 0 0;
    text-align: justify;
}

.pb-100 {
    padding-bottom: 49px;
    background: #fff;
}
.pt-130 {
    padding-top: 65px;
    background: #fff;
}
.service-wrap-4 {
    position: relative;
    padding: 40px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 30px;
    z-index: 1;
}
.service-wrap-4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #8fbc8f;
    z-index: -1;
    clip-path: polygon(3% 0%, 100% 5%, 100% 100%, 0% 95%);
}

.cs-moving_text_wrap {
   font-family: 'Akkurat',sans-serif;
  overflow-x: hidden;
  font-size: 5rem;
   text-transform: uppercase;
    letter-spacing: .01em;
    font-weight: 700;
  line-height: 1.2em;
  color: transparent;
  -webkit-text-stroke: 2px #1a191d;
}

.cs-moving_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  margin-bottom: 60px;
}

.cs-moving_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite;
}

.cs-moving_text > * {
  margin: 0 20px;
}
.cs-moving_text img{width:150px;}

/*.cs-moving_text_wrap.cs-type1 {
  color: #FF4A17;
}*/

.cs-moving_text_wrap.cs-type1 .cs-moving_text {
  padding: 0;
  -webkit-animation: slide-left 40s linear infinite;
          animation: slide-left 40s linear infinite;
}

.cs-moving_text_wrap.cs-type1 .cs-moving_text a:hover {
  color: transparent;
  -webkit-text-stroke: 2px #c32026;
}

.cs-moving_text_wrap.cs-type1:hover .cs-moving_text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.cs-reverse_animation {
  animation-direction: reverse !important;
}

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/** service-section **/

.service-section{
  position: relative;
  overflow: hidden;
  padding: 76px 0px 80px 0px;
  background:#fff;
}

.service-section .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.service-section .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -89px;
  margin-left: -5px;
  z-index: 1;
  width: 75%;
}

.service-section .left-column{
  position: relative;
  display: block;
  padding-right: 180px;
}

.service-section .right-column{
  position: relative;
  display: block;
  padding-left: 180px;
}

.service-block-one{
  position: relative;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
  padding: 20px 40px 35px 40px;
 
  margin-bottom: 70px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
}

.service-block-one .inner-box .icon-box{
  position: relative;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 27px;
  transition: all 500ms ease;
}

.service-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
    margin-bottom: 14px;
    color: #062e28;
}

.service-block-one .inner-box h4 a{
  display: inline-block;
  color: #172746;
}

.service-block-one .inner-box h4 a:hover{

}

.service-section .left-column .service-block-one:first-child,
.service-section .right-column .service-block-one:last-child{
  left: 70px;
}

.service-section .sec-title{
  margin-bottom: 57px;
}

.service-section .bg-shape-1{
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: rgb(243 243 245 / 41%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  display:none;
}

.service-section .bg-shape-2{
  position: absolute;
  left: 50%;
  bottom: 92px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.service-section .bg-shape-3{
  position: absolute;
  left: 50%;
  bottom: 211px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


   .heading-title {
    color:rgb(28 183 145 / 14%);
    font-size: 183px;
    line-height: 180px;
    z-index: -1;
    position: relative;
    margin-top: -185px;
    float: right;
    font-family: 'Playfair Display';
}

/***

====================================================================
24.		Call Section
====================================================================

***/

/*.call-to-section {*/
/*  position: relative;*/
/*  padding: 0;*/
/*  z-index: 1;*/
/*}*/

/*.call-to-section .shape-1 {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  width: 340px;*/
/*  max-width: 100%;*/
/*  height: 100%;*/
/*  background: url(https://linoor-nuxt.netlify.app//images/icons/call-to-shape-1.png) right top no-repeat;*/
/*  z-index: 1;*/
/*}*/

/*.call-to-section .shape-2 {*/
/*  position: absolute;*/
/*  right: 170px;*/
/*  top: 0;*/
/*  width: 410px;*/
/*  height: 54px;*/
/*  background: url(https://linoor-nuxt.netlify.app//images/icons/call-to-shape-2.png) right top no-repeat;*/
/*  z-index: 0;*/
/*}*/

/*.call-to-section .inner {*/
/*  position: relative;*/
/*  display: block;*/
/* padding: 28px 90px 1px 90px;*/
/*     border-radius: 20px;*/
/*  background:#8fbc8f;*/
/*  border-color: transparent;*/
/*    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);*/
/*    border-radius: 10px;*/
/*  color: var(--thm-black);*/
/*  border-radius: 7px;*/
/*  overflow: hidden;*/
/*  bottom: -60px;*/
/*  margin-top: -60px;*/
/*}*/

/*.call-to-section h2 {*/
/*  position: relative;*/
/*  float: left;*/
/*  display: block;*/
/*  font-size: 40px;*/
/*      line-height: 1.3em;*/
/*  text-transform: uppercase;*/
/*  color: #000;*/
/*  font-weight: 600;*/
/*  margin: 0px 0px 25px;*/
/*  z-index: 3;*/
/*font-family: 'Playfair Display';*/
/*}*/

/*.call-to-section .link-box {*/
/*  position: relative;*/
/*  float: right;*/
/*  padding-top: 12px;*/
/*  z-index: 3;*/
/*}*/

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
}

/*.cta-section:before{*/
/*	position:absolute;*/
/*	content:'';*/
/*	left:0px;*/
/*	top:0px;*/
/*	height:61px;*/
/*	right:0px;*/
/*    background-color: rgb(35 44 50);*/
/*}*/

.cta-section .auto-container{
	max-width:1440px;
}

.cta-section .icon-layer-one{
	position:absolute;
	left:20px;
	top:35px;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
}

.cta-section .icon-layer-two{
	position:absolute;
	left:42%;
	top:35px;
	width:31px;
	height:33px;
	background-repeat:no-repeat;
}

.cta-section .icon-layer-three{
	position:absolute;
	left:48%;
	bottom:0px;
	width:369px;
	height:94px;
	background-repeat:no-repeat;
}

.cta-section .inner-container{
	position:relative;
	padding:30px 70px;
	border-radius:4px;
       background-color: rgb(6 46 40);
}

.cta-section h3{
font-weight: 500;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
        word-spacing: 8px;
}

.cta-section h3 span {
    color: #1cb791;
    font-family: 'Playfair Display';
    font-size: 45px;
    animation: blinker 1.5s linear infinite;
    text-shadow: 3px 6px 3px rgb(255 255 255 / 20%);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.cta-section .icon-layer-one{
     animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}

.cta-section .icon-layer-two{
    animation-name: rotateme2;
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme2; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme2; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme2; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme2; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.cta-section .icon-layer-three{
    
 animation-name: float_left_right_two; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right_two; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right_two; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right_two; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right_two; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes float_left_right_two {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
}

@keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }

  50% {
    transform: translateX(0px);
    opacity: 0.80;
  }

  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}

/* Btn Style Five */

.banner-form-btn {
   font-size: 18px;
    color: #022f28;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 45px;
    box-shadow: 1px 0 0 3px rgb(0 0 0 / 20%);
    background: linear-gradient(45deg,#022f28 0,#1cb791 28%,#1cb791 91%,#022f28 100%);
    /* transform: perspective(500px) rotateY(-16deg); */
    text-shadow: 6px 3px 2px rgb(88 38 38 / 16%);
    transition: .5s;
    overflow: hidden;
    font-family: 'Poppins';
}
.banner-form-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,transparent,#fff,transparent);
    left: -100%;
    transition: .5s;
    top: 0;
}
.banner-form-btn:hover {
    transform: perspective(500px) rotateY(15deg);
    text-shadow: -6px 3px 2px rgb(0 0 0 / 20%);
    box-shadow: -2px 0 0 5px rgb(0 0 0 / 20%);
    color:#fff;
}

/*------------------------------
    04. START SLIDE STYLE
------------------------------*/

.slide {
    position: relative;
}

.slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0;
}

.slide .content-bottom {
    padding-top: 120px;
    position: relative;
    z-index: 1;
}
@media (min-width: 1600px){
    .slide .content-bottom {
            padding-top: 190px;
    }
    #iamge_block_04 .image-box{
            /*min-height: 850px;*/
    }
}

.slide .content-bottom h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
}

.slide .content-bottom p {
    color: #000;
    /*max-width: 400px;*/
}

@media (max-width: 1366px) {
    .slide .content-bottom {
        padding-top: 110px;
    }
}

@media (min-width: 992px) {
    .slide .content-bottom img {
        /*max-width: 350px;*/
    }
}

@media (max-width: 768px) {
    .slide .content-bottom h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

/*------------------------------
    04. END SLIDE STYLE
------------------------------*/

.slide #about-heading{
        font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 55px;
    margin-bottom:20px;
    width:100%;
}

/*** 

====================================================================
    Fluid Section One
====================================================================

***/

.fluid-section-one{
    position:relative;
    overflow:hidden;
    padding:0px 0px 0px;
}

.fluid-section-one .outer-container{
    position:relative;
    min-height:250px;
    /*background: #242525;*/
}

.fluid-section-one .image-column{
    position:absolute;
    left:0px;
    top:60px;
    width:55%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;  
}
.fluid-section-one .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
      background-color: rgb(243 243 245);
}

.fluid-section-one .image-column .image-box{
    position:relative;
    display:none;
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:50%;
    top:50%;
    color:#ffffff;
    font-size:30px;
    text-align:center;
    border-radius:50%;
    line-height: 120px;
    display:inline-block;
    z-index:1;
    width:120px;
    height:120px;
    margin-left:-60px;
    margin-top:-100px;
    padding-left:5px;
    background-color:#b12923;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    left:50%;
    top: 50%;
    z-index:99;
    color: #ffffff;
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:7px;
    display: inline-block;
    margin-top: -60px;
    margin-left:-60px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:120px;
    height:120px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255 , 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.fluid-section-one .content-column{
    position:relative;
    float:right;
    width:45%;
    z-index:1;
}

.fluid-section-one .content-column .pattern-layer{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:2;
    background-repeat:no-repeat;
    background-position:right top;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    max-width:580px;
    width:120%;
    float:left;
    z-index:3;
    padding-top:10px;
    padding-left:50px;
    padding-right:15px;
   /* padding-bottom:30px;*/
}

.fluid-section-one .content-column:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
  background-color: rgb(255 255 255);
    border-radius:20px 0px 0px 0px;
}

.fluid-section-one.style-two .outer-container{
    background-color:#ffffff;
}
 
 #specification li {
    font-size: 15px;
    font-weight: 500;
     color: #000;
   
    font-family: 'Open Sans', sans-serif;
}
ul.list-unstyled li {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    padding: 4px 0 6px 0px;
    text-transform: uppercase;
 
    font-family: 'Open Sans', sans-serif;
}

/*TEXT SLIDER*/


.content-2 {
   text-align: center;
    height: 66px;
    margin: auto;
    position: absolute;
    overflow: hidden;
    top: 42px;
    right: 258px;
    color: #8fbc8f;
    /* background: #fff; */
    padding: 5px 10px;
    border-radius: 10px;
    /* border-bottom: 1px solid white; */
    overflow: hidden;
    width: 0;
    transition: 1s ease; 
  }
  .content-2.loaded {
    width: 15%;
  }
  .four,
  .five,
  .six {
   position: absolute;
    text-align: center;
    margin: auto;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .75s ease;
    font-size: 15px;
    font-family: "Playfair Display";
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #fff
  }
.about-sec .word {
  margin: auto;
  text-shadow: 3px 6px 3px rgb(0 0 0 / 13%);
 color: #8fbc8f;
 font-size:32px;
}
.separator{
  display: flex;
    align-items: center;
    width: 80%;
    /* float: left; */
    margin-left: 10%;
}

.separator .line{
  height: 3px;
  flex: 1;
  background-color: #1cb791;
}

.separator h2{
 padding: 0 1rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* border: 1px solid #020202; */
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    font-family: 'Poppins';
    font-size: 20px;
    padding-top: 15px;
    padding-left: 19px;
    color: #022f28;
}
.rodmap-title i{
    font-size: 108px;
    color: #1cb791;
}


/*/APP DOWNLOAD/*/

/*-------------------------------------------------------------------------------------
    features area
---------------------------------------------------------------------------------------*/

#features-area {
    padding: 115px 0 125px;
}



.feature-screen {
    position: relative;
    margin: 54px 0 0
}

.feature-frame {
    background-image: url(../images/banner-phone1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 324px;
    height: 570px;
    position: absolute;
    top: -53px;
    left:188px;
    /*left: calc(50% + 11.9px);*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*z-index: 99;*/
}
.owl-carousel .owl-item img {
    display: block;
     width: auto!important;
    object-fit: cover!important;
    margin: 0 40px!important;
}

.feat-screen-single {
      padding: 10px 40px;
  
}

.features-single {
    margin: 0 0 20px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.features-single .icon {
    width: 20%;
    float: left;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.features-single:hover .icon i,
.features-single 
.features-single.v2 .icon i {
   color: #062e28;
}

/*.features-single.v3 .icon i,*/
/*.features-single.v3 .feature-link.active i {*/
/*    color: #062e28*/
/*}*/

.features-single .icon {
   /* font-size: 30px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    background-image: url(https://bigfundings.com/asset//images/icons/feat-icon-bg-1.png);
    width: 65px;
    height: 65px;
    display: inline-block;
    background-repeat: no-repeat;*/
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color:#1cb791;
    line-height: 100px;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
   /* margin: 20px auto 60px;*/
    position: relative;
    color:#fff;
}
.features-single .icon:before {

    position: absolute;
    content: '';
    left: 20px;
    top: 55px;
    width: 1px;
    bottom: -8px;
    /*background-color: #a19898;*/
     display: inline-block;
        -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.features-single .icon i{
 color: #fff;
    /* line-height: 6px; */
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    top: -25px;
    left: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
   
}
/*.features-single:hover i,*/
/*.features-single .feature-link.active i {*/
/*    background-image:red;*/
/*    color:#062e28;*/
/*}*/

/*.features-single.v2 .icon i,
.features-single.v3 .icon i {
    background-image: url(https://bigfundings.com/asset//images/icons/feat-icon-bg.png);
}
*/
.features-single .content {
    width: 83%;
    float: left;
    padding-left: 39px;
    padding-top: 10px;
}

.features-single .feature-link {
    padding: 25px 30px 10px;
    border-radius: 10px;
    display: block;
    overflow: hidden
}

/*.features-single .feature-link.active,*/
/*.features-single:hover .feature-link {*/
/*    background-color: #8bb38b4a*/
/*}*/

.features-single.v3 .feature-link.active,
.features-single.v3:hover .feature-link {
    background-color: #11aef1
}

.features-single .feature-link h4 {
       margin: 0 0 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 19px;
    color: #022f28;
}

/*.features-single .feature-link.active h4,
.features-single .feature-link.active p,
.features-single:hover h4,
.features-single:hover p,
.features-single.v2 h4,
.features-single.v2 p {
    color: #fff !important
}*/

.features-single.v2 .feature-link.active,
.features-single.v2 .feature-link:hover {
    background: #4021d7;
    background: -webkit-gradient(linear, right top, left top, from(#8e1dd7), to(#4021d7));
    background: linear-gradient(to left, #8e1dd7, #4021d7);
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.35) !important;
}

.features-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -175px;
    width: 100%;
    text-align: center;
    display:none;
}

.features-carousel .owl-nav div {
    background-color: #c1c8f6;
    width: 65px;
    height: 65px;
    font-size: 45px;
    display: inline-block;
    line-height: 65px;
    border-radius: 50%;
    color: #3445c7;
    margin: 0 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.features-carousel.style-two .owl-nav {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-carousel.style-two .owl-nav div {
    left: -110px;
    position: absolute
}

.features-carousel.style-two .owl-nav .owl-next {
    right: -110px;
    left: auto;
}

.features-carousel .owl-nav div:hover {
    background-color: #4358f6;
    color: #fff;
}

.features-carousel.style-two .owl-nav div {
    background: #e5d3ff;
    color: #5937a5;
}

.features-carousel.style-two .owl-nav div:hover {
    background: #4021d7;
    background: -webkit-gradient(linear, left top, right top, from(#8e1dd7), to(#4021d7));
    background: linear-gradient(to right, #8e1dd7, #4021d7);
    color: #fff
}

.features-carousel.dark .owl-nav div {
    background: #74787b;
    color: #fff
}

.features-carousel.dark .owl-nav div:hover {
    background: #12aded;
}

/*CSS*/
/*** 

====================================================================
    Fluid Section One
====================================================================

***/

.fluid-section-one{
    position:relative;
    overflow:hidden;
    padding:0px 0px 0px;
}

.fluid-section-one .outer-container{
    position:relative;
    min-height:250px;
    /*background: #242525;*/
}

.fluid-section-one .image-column{
    position:absolute;
    left:0px;
    top:60px;
    width:55%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;  
        padding: 50px 0;
}
.fluid-section-one .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
      background-color: rgb(243 243 245);
}

.fluid-section-one .image-column .image-box{
    position:relative;
    display:none;
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:50%;
    top:50%;
    color:#ffffff;
    font-size:30px;
    text-align:center;
    border-radius:50%;
    line-height: 120px;
    display:inline-block;
    z-index:1;
    width:120px;
    height:120px;
    margin-left:-60px;
    margin-top:-100px;
    padding-left:5px;
    background-color:#b12923;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    left:50%;
    top: 50%;
    z-index:99;
    color: #ffffff;
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:7px;
    display: inline-block;
    margin-top: -60px;
    margin-left:-60px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:120px;
    height:120px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255 , 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.fluid-section-one .content-column{
    position:relative;
    float:right;
    width:45%;
    z-index:1;
}

.fluid-section-one .content-column .pattern-layer{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:2;
    background-repeat:no-repeat;
    background-position:right top;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    
    width:95%;
    float:left;
    z-index:3;
    padding-top:10px;
    padding-left:50px;
    padding-right:15px;
   /* padding-bottom:30px;*/
}

.fluid-section-one .content-column:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
 background-color: rgb(28 183 145 / 28%);
    border-radius:20px 0px 0px 0px;
}

.fluid-section-one.style-two .outer-container{
    background-color:#ffffff;
}
 
 #specification li {
    font-size: 15px;
    font-weight: 400;

   
    font-family: 'poppins', sans-serif;
}

ul.list-unstyled li {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding: 4px 0 6px 0px;
    text-transform: Capitalize;
 
    font-family: 'Open Sans', sans-serif;
}

.up-down{
    animation: UpDown 1s linear infinite;
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}

#menu {
    position: relative;
    /* padding: 35px 30px; */
    background-color: #f2f2f2;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    margin-top: 34%;
    text-align: center;
    height: max-content;
}

@media(max-width: 767px) {
   #menu {margin-top: -70%;} 
   .bg-white{
       padding: 320px 50px 50px;
   }
   #box-menu{
    /*display: inline-block;*/
    margin-left: -60%;
    margin-right: 54%;
   }
   
   .bg-white .product-description-review-area #nop{
       padding: 40px 0px!important;
   }
   .product-review-tab:before {left:34%;}
}

.dist-bottom-row ul li b {
     font-size: 15px;
    text-transform: capitalize;
    color: #1cb791;
    font-family: 'Poppins';
    font-weight: 500;
    }

@media only screen and (min-width: 1399px) and (max-width: 1720px) {
.main-navigation {
    margin-left: 0;
}
.header-logo{
    margin-left:0;
}
}