﻿body {
    font-size: 16px;
    font-family: "Microsoft Yahei",sans-serif;
    color: #333;
}

.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}


@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #141414;
    padding-top: 25px;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 505px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 500px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 500px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px) .mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

section.team-wrap.ptb-100.pb-75 {
    background-color: #f4f4f4;
}

a.footer-company {
    font-size: 24px;
    color: #fff;
}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #0078a9;
    font-size: 16px;
    line-height: 0.8;
}


.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #009eee;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #00a9ee;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007aab;
    border-color: #007dad;
    cursor: default;
}

.menu-container {
    margin: 0 auto;
    background: #eeeeee;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #0079aa;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #0079aa;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px) .main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

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

.instagram__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__img img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.instagram__img-icon a:hover {
    color: var(--agrion-primary);
}

.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #fff;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: #141414;
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #141414;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #0079aa;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #141414;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #0079aa;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #0079aa;
    padding-left: 22px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: #0079aa;
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #0078a9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #0079aa;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #0079aa;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #0079aa;
}

.blog-card .blog-metainfo li a:hover {
    color: #007aab;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #007aab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #141414;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #141414;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #141414;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

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

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #141414;
}


.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

.footer-wrap {
    position: relative;
    background-color: #333333;
    z-index: 1;
    overflow: hidden;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #141414;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .row.pt-100.pb-75 {
        display:none;
    }
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

p.recommend_time {
    color: #0078aa;
}
.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #0079aa;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #0079aa;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #0079aa;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #0079a9;
}

.contact-item .contact-info li:hover i {
    color: #0079aa;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #0079aa;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #141414;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

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

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #141414;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}


@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #141414;
    padding-top: 25px;
    text-transform: uppercase;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 695px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 760px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 694px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px) .mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

section.team-wrap.ptb-100.pb-75 {
    background-color: #f4f4f4;
}

a.footer-company {
    font-size: 24px;
    color: #fff;
}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #0078a9;
    font-size: 16px;
    line-height: 0.8;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #141414;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #141414;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #141414;
    border-color: #141414;
    cursor: default;
}

.menu-container {
    margin: 0 auto;
    background: #eeeeee;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #141414;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px) .main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

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


.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__img img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.instagram__img-icon a:hover {
    color: var(--agrion-primary);
}

.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item .contact-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 90px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #141414;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: #141414;
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #1e804c;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #141414;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #141414;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #141414;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #141414;
    padding-left: 22px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: #141414;
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #141414;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #141414;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #141414;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #141414;
}

.blog-card .blog-metainfo li a:hover {
    color: #141414;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #141414;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #141414;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #141414;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

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

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #141414;
}
.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

.footer-wrap {
    position: relative;
    background-color: #333333;
    z-index: 1;
    overflow: hidden;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #141414;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .row.pt-100.pb-75 {
        display:none;
    }
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

p.recommend_time {
    color: #0078aa;
}

.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #141414;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #141414;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #141414;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #141414;
}

.contact-item .contact-info li:hover i {
    color: #141414;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #141414;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #141414;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

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

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #141414;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

button.btn.style2.add-cart a {
    color: #fff;
}

.section-title.style1.text-center.mb-40.news-Subtitle span {
    color: #fff;
}

.section-title.style1.text-center.mb-40.news-Subtitle h2 {
    color: #fff;
}

p.Founder {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.service-card {
    margin-bottom: 25px;
}

.service-card .service-info h3 {
    font-size: 22px;
}

.service-card.style1 .service-icon {
    width: 100px;
    height: 125px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.service-card.style1 .service-icon i {
    font-size: 44px;
    line-height: 1;
    margin: 0 auto;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style1 .service-info {
    width: calc(100% - 115px);
    margin-left: 15px;
}

.service-card.style1 .service-info h3 {
    margin: 0 0 7px;
}

.service-card.style1 .service-info p {
    margin: 0;
}

.service-card.style1:hover .service-icon {
    background-color: #141414;
}

.service-card.style1:hover .service-icon i {
    color: #fff;
}

.service-card.style1:hover .service-info h3 a {
    color: #024E32;
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 25px;
    position: relative;
    margin: 0 0 25px;
}

.service-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #024E32;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-card-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(2,78,50,0.1);
    text-align: center;
    margin: 0 0 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon i {
    font-size: 34px;
    line-height: 1;
    color: #024E32;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-info h3 {
    margin: 0 0 10px;
}

.service-card.style2 .service-info h3:hover a {
    color: #024E32;
}

.service-card.style2 .service-info p {
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.service-card.style2:hover .service-card-shape {
    opacity: 1;
}

.service-card.style2:hover .service-icon {
    background-color: #fff;
}

.service-card.style2:hover .service-icon i {
    color: #024E32;
}

.service-card.style2:hover .service-info h3 a {
    color: #fff;
}

.service-card.style2:hover .service-info p {
    color: rgba(255,255,255,0.8);
}

.service-wrap.style1 .service-img-wrap {
    margin-bottom: 25px;
}

.service-img-wrap img {
    display: block;
    margin: 0 auto;
}

.cta-shape.introduction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    z-index: -1;
}

.lack-of-content a {
    color: #141414;
}

.contact-icon {
    font-size: 30px;
    color: #141414;
}

h3.contact-title {
    font-size: 20px;
    margin: 10px;
}

section.contact-us-wrap.pt-110.pb-105 {
    padding: 120px 0px 20px;
}

.product-card.style3 .product-img {
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    padding: 50px;
}

.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #141414;
    padding-top: 25px;
}

a {
    color: #666;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 505px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 500px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 500px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px) .mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

section.team-wrap.ptb-100.pb-75 {
    background-color: #f4f4f4;
}

a.footer-company {
    font-size: 24px;
    color: #fff;
}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #deeef5;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #0078a9;
    font-size: 16px;
    line-height: 0.8;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #009eee;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #00a9ee;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #007aab;
    border-color: #007dad;
    cursor: default;
}

.menu-container {
    margin: 0 auto;
    background: #eeeeee;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #eeeeee;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #090d2f;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 60%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        padding: 150px 0px 120px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #0079aa;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px) .main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

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

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__img img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.instagram__img-icon a:hover {
    color: var(--agrion-primary);
}

.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #1e804c;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: #141414;
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #1e804c;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #dcbe4a;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#1e804c),color-stop(99.88%,#1e804c));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#f4b027 0%,#f4b027 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #0079aa;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #141414;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}


.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #0079aa;
    padding-left: 22px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: #0079aa;
}



.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #0079aa;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #0079aa;
}

.blog-card .blog-metainfo li a:hover {
    color: #007aab;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #007aab;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #141414;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #fff;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-card .team-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #141414;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

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

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #141414;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#141414 0%,#141414 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg,#00aaef 0%,#0079aa 99.88%);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

.footer-wrap {
    position: relative;
    background-color: #333333;
    z-index: 1;
    overflow: hidden;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #141414;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .row.pt-100.pb-75 {
        display:none;
    }
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

p.recommend_time {
    color: #0078aa;
}

.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #0079aa;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: #0079aa;
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #0079aa;
}

.pp-post-item .pp-post-info h6 a {
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #666666;
}

.pp-post-item .pp-post-info {
    width: 230px;
    margin-left: 15px;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #0079aa;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #0079a9;
}

.contact-item .contact-info li:hover i {
    color: #0079aa;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #0079aa;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #141414;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

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

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #141414;
    z-index: -1;
}

.offer-content {
    padding-left: 30px;
}

.APPLICATION {
    background-color: #f9f9f9;
}

.APPLICATION p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.hero-wrap .hero-content span {
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.hero-wrap .hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap.style1 {
    background-color: #024E32;
    padding: 170px 0 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-wrap.style1 .hero-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-four {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-wrap.style1 .hero-img-wrap {
    position: relative;
}

.hero-wrap.style1 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-wrap.style1 .hero-img-wrap .discunt-price {
    position: absolute;
    top: 120px;
    left: calc(50% + 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #DCBE4A;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    z-index: 10;
}

.hero-wrap.style2 {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    padding: 0px;
}

.hero-wrap.style2 .hero-shape-one,.hero-wrap.style2 .hero-shape-two,.hero-wrap.style2 .hero-shape-three,.hero-wrap.style2 .hero-shape-four,.hero-wrap.style2 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-shape-one {
    top: 80px;
    left: 45%;
    opacity: 0.5;
}

.hero-wrap.style2 .hero-shape-two {
    top: 50%;
    right: 0;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrap.style2 .hero-shape-three {
    bottom: 120px;
    right: 20%;
}

.hero-wrap.style2 .hero-shape-four {
    top: 0;
    left: 0;
    height: 100%;
}

.hero-wrap.style2 .hero-shape-five {
    bottom: -1px;
    left: -2px;
    height: 80px;
    width: 100%;
}

.hero-wrap.style2 .hero-img-wrap {
    position: relative;
    padding: 0px;
    border-radius: 0px;
}

.hero-wrap.style2 .hero-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
}

@media only screen and (max-width: 767px) {
    .hero-wrap.style2 .hero-img-wrap img {
        display:block;
        margin: 0 auto;
        border-radius: 0px;
    }
}

.hero-wrap.style1 .hero-content h1,.hero-wrap.style3 .hero-content h1 {
    color: #fff;
}

.hero-wrap.style1 .hero-content p,.hero-wrap.style3 .hero-content p {
    color: rgba(255,255,255,0.8);
}

.hero-wrap.style3 {
    position: relative;
    z-index: 1;
    padding: 180px 0 322px;
    background-color: #024E32;
}

.hero-wrap.style3 .hero-shape-one,.hero-wrap.style3 .hero-shape-two,.hero-wrap.style3 .hero-shape-three {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style3 .hero-shape-one {
    top: 30%;
    left: 100px;
}

.hero-wrap.style3 .hero-shape-two {
    bottom: 30%;
    right: 100px;
}

.hero-wrap.style3 .hero-shape-three {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-wrap.style3 .hero-content {
    text-align: center;
}

.hero-slider-one {
    position: relative;
}

.hero-slider-one.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one.owl-carousel .owl-dots {
        position:absolute;
        top: 80%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 140px;
    }
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 10px;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button {
    background-color: transparent;
    border: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before,.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    position: absolute;
    top: 12px;
    right: -30px;
    content: "";
    width: 25px;
    height: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:after {
    width: 25px;
    background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot button:before {
    width: 0;
    background-color: #DCBE4A;
    visibility: hidden;
    z-index: 1;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button {
    color: #DCBE4A;
}

.hero-slider-one.owl-carousel .owl-dots .owl-dot.active button:before {
    width: 25px;
    visibility: visible;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-cat,.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-metainfo {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width:1320px;
    }
}

.section-title.style1 span,.content-title.style1 span {
    color: #ffffff;
    padding-top: 25px;
    text-transform: uppercase;
}

a {
    color: #262626;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apply-form {
    background-color: #f4f4f4;
    padding: 60px;
    height: 695px;
}

@media only screen and (max-width: 767px) {
    .apply-form {
        background-color:#f4f4f4;
        padding: 50px 25px 50px 25px;
        height: 760px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.pb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.video-wrap {
    height: 694px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .video-wrap {
        height:290px;
        position: relative;
    }
}

i.flaticon-bag {
    display: none;
}

@media only screen and (max-width: 991px) .mobile-bar-wrap .shopcart-btn span {
    top:-2px;
    width:20px;height:20px;font-size:10px;line-height:20px;display:none;}

section.team-wrap.ptb-100.pb-75 {
    background-color: #262626;
}

a.footer-company {
    font-size: 24px;
    color: #fff;
}

.section-title span,.content-title span {
    display: inline-block;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-left: 0px;
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev,.feature-product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #fff;
    background-color: #262626;
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-prev {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-slider.owl-carousel .owl-nav button.owl-next {
        position:absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 5px solid #fff;
        background-color: #deeef5;
        right: 10px;
    }
}

.content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #0078a9;
    font-size: 16px;
    line-height: 0.8;
}

.product-card .product-info h3:hover a {
    color: #1e804c;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #0079aa;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 12px;
    right: -13px;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
    color: #fff;
}

.shopcart-btn span {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #FF3838;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #666666;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #00a9ee;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: -1px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1e804c;
    border-color: #1e804c;
    cursor: default;
}

.menu-container {
    margin: 0 auto;
    background: #181818;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    font-weight: 900;
    content: "\eeba";
    font-family: remixicon!important;
    font-size: 1rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    font-weight: 900;
    content: "\ea4d";
    font-family: remixicon!important;
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1.5em;
    background: #ffffff52;
    color: #333;
    margin-top: 12px;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul:before,.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #181818;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
    color: #ffffffc9;
}

.menu > ul > li:hover {
    background: #e8e8e8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,.menu > ul > li > ul:after {
    content: "";
    display: t006db8able;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}

.menu > ul > li > ul.normal-sub > li a:hover {
    color: #0079aa;
    background: #ffffff00;
}

.menu > ul > li a:hover {
    color: #ffffff;
    background: #1e804c;
}
.menu > ul > li.active a {
    color: #ffffff;
    background: #1e804c;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
    background: #e8e8e8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.09);
}

.menu > ul > li > ul.normal-sub > li {
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.5em 0;
}

@media only screen and (max-width: 959px) {
    .menu-container {
        width:100%;
    }

    .menu-mobile {
        display: block;
        color: #fff;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
    }

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 75px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-wrap {
        position:relative;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        padding: 50px 0px 50px 0px;
        overflow: hidden;
    }
}

.sidebar-item.social-sidebar ul {
    margin-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #07569f none repeat scroll 0 0;
    border: medium none;
    color: #1e804c;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 0;
    text-align: center;
    width: 40px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
}

.breadcrumb-title h2 {
    color: #fff;
    font-weight: 400;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb-wrap.bg-f.br-1 {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    li.nav-item.d-lg-none {
        display:none;
    }
}

@media only screen and (max-width: 991px) .main-menu-wrap {
    width:100%;
    position:fixed;background:#f6f6f6;z-index:999;top:0;height:100vh;-webkit-transition:0.5s;transition:0.5s;left:-100%;padding:55px 20px 30px;overflow-y:auto;-webkit-transition:0.4s;transition:0.4s;}

.instagram {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: #262626;
    min-height: 600px;
}

.instagram .container {
    max-width: 1380px;
}

.instagram__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.instagram__title h3 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--agrion-font);
    letter-spacing: 0.2em;
    color: var(--agrion-gray);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.instagram__title h3:before {
    position: absolute;
    top: 8px;
    left: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

.instagram__title h3:after {
    position: absolute;
    top: 8px;
    right: -135px;
    width: 120px;
    height: 1px;
    background-color: #ece9e0;
    content: "";
}

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

.instagram__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid #ddd;
    z-index: 1;
}

.instagram__img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3333338a;
    border-radius: var(--agrion-bdr-radius);
    -webkit-transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease;
    transition: opacity 500ms ease,visibility 500ms ease,transform 500ms ease,-webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.instagram__single:hover .instagram__img:before {
    border-radius: var(--agrion-bdr-radius);
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.instagram__img img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.instagram__single:hover .instagram__img img {
    transform: scale(1.05);
    border-radius: var(--agrion-bdr-radius);
}

.instagram__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.instagram__img-icon a {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
}

.instagram__single:hover .instagram__img-icon a {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.instagram__img-icon a:hover {
    color: var(--agrion-primary);
}

.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq__image {
    position: relative;
}

.vide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 80px;
    text-align: center;
    font-size: 48px;
}

.vide-button a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width:1400px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px) {
    .vide-button a::before {
        left:0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}

.vide-button a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.vide-button-3 {
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vide-button-3 a::before {
    text-align: center;
    margin: 0 auto;
}

.vide-button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .video__area {
        height:400px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px),(max-width:575px) {
    .video__area {
        height:400px;
    }
}

.video__button-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-2 a {
    width: 120px;
    height: 120px;
    background: var(--tp-theme-1);
    border-radius: 50%;
    color: var(--tp-common-white);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-2 a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.video__button-2 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.video__button-3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.video__button-3 a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

.video__button-3 a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.video__button-3 a::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

p.video-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.contact-item {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
    padding: 25px 30px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    height: 180px;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
    background-color: #1e804c;
}

.contact-item .contact-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 90px;
}

.contact-item h3 {
    font-size: 22px;
    margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .ptb-100 {
        padding-top:50px;
        padding-bottom: 100px;
    }
}

.contact-item .contact-info li p,.contact-item .contact-info li a {
    color: #666666;
    margin-bottom: 0;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .contact-item .contact-info li p,.contact-item .contact-info li a {
        color:#666666;
        margin-bottom: 0;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.sidebar-info.product-recommend {
    display: flex;
    padding: 25px;
}

.col-lg-6.recommend img {
    width: 100%;
    border-radius: 4px;
}

.col-lg-6.recommend-title {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar-item.category {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    border-radius: 4px;
}

.sidebar-item.category h4 {
    border-bottom: 3px solid #0079aa;
    margin: 25px;
}

section.product-details-wrap.pt-100 {
    padding: 120px 0px;
}

ul.sidebar__category-list.list-unstyled {
    padding-top: 20px;
}

.product-blog-img {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

p.picture-title {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

h3.home-product a {
    color: #fff;
    font-size: 18px;
}

.team-card .team-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 220px;
    text-align: center;
    z-index: 10;
    background: #2f96bfb5;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-wrap .navbar .navbar-nav .nav-item a:hover,.header-wrap .navbar .navbar-nav .nav-item a:focus,.header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #1e804c;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span,.offer-pproduct-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 32px;
    background-color: #141414;
}

.counter-card-wrap .counter-card .counter-text .counter-num {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    color: #1e804c;
}

@media only screen and (max-width: 767px) {
    .counter-card-wrap .counter-card .counter-text .counter-num {
        font-size:48px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 10px;
        color: #1e804c;
    }
}

.btn.style2:before {
    background: -webkit-gradient(linear,left top,right top,from(#1e804c),color-stop(99.88%,#1e804c));
    background: linear-gradient(90deg,#1e804c 0%,#1e804c 99.88%);
}

.btn.style2:after {
    background: -webkit-gradient(linear,right top,left top,from(#1e804c),color-stop(99.88%,#1e804c));
    background: linear-gradient(-90deg, #1e804c 0%, #56b668 99.88%);
}

.header-wrap.style2 .navbar .other-options .option-item .searchbtn i {
    color: #ffffff;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #1e804c;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #1e804c;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: rgb(255 255 255 / 80%);
    padding-left: 22px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    background-color: rgb(255 255 255 / 80%);
}

.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #262626;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #1e804c;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.link:hover {
    color: #141414;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-card:hover .blog-info h3 a {
    color: #1e804c;
}

.blog-card .blog-metainfo li a:hover {
    color: #141414;
}

.blog-card .blog-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #141414;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right:60px;
    }
}

.product-cat-card.style2 .product-cat-info h3 {
    margin-bottom: 15px;
}

.product-cat-card.style2:hover .product-cat-info h3 {
    color: #fff;
}

.btn.style1:before {
    background: -webkit-gradient(linear,left top,right top,from(#1e804c),color-stop(99.88%,#1e804c));
    background: linear-gradient(90deg,#1e804c 0%,#1e804c 99.88%);
}

.btn.style1:after {
    background: -webkit-gradient(linear,right top,left top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(-90deg,#00aaef 0%,#0079aa 99.88%);
}

.promo-card .promo-title .promo-icon i {
    font-size: 26px;
    line-height: 1;
    color: #1e804c;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #fff;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-card .team-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}
.team-card .team-info h3 a{
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background-color: #141414;
}

.team-card {
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 50px;
}

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

.post-metainfo li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #1e804c;
}

.col-lg-8.recommend-title {
    padding-top: 40px;
}

.swiper-button-next,.swiper-button-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding:30px;
    }

    .swiper-button-prev.swiper-button-white.swiper-button-disabled.swiper-button-lock {
        padding: 30px;
    }
}

.newsletter-wrap .newsletter-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #666666;
    text-align: left;
    padding: 15px 128px 12px 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newsletter-wrap .newsletter-form button {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    padding: 5px 28px;
    height: calc(100% - 16px);
    background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
    background: linear-gradient(90deg,#1e804c 0%,#1e804c 99.88%);
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .newsletter-wrap .newsletter-form button {
        position:absolute;
        top: 75px;
        right: 0px;
        border: none;
        padding: 5px 28px;
        height: calc(100% - 16px);
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg, #262626 0%, #262626 99.88%);
        border-radius: 0;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
}

.pb-75 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767px) {
    .pt-150 {
        padding-top:80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-75 {
        padding-bottom:50px;
    }
}

.footer-wrap {
    position: relative;
    background-color: #1e804c;
    z-index: 1;
    overflow: hidden;
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ffffff;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgb(255 255 255);
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
    display: block;
}

.copyright-text a {
    color: #ffffff;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .row.pt-100.pb-75 {
        display:none;
    }
}

.feature-product-slider.owl-carousel .owl-nav button.owl-prev:hover,.feature-product-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #141414;
}

p.recommend_time {
    color: #0078aa;
}

section.feature-product-wrap.pb-100.bg-albastor {
    background-color: #181818;
}

.blog-card.style1 .blog-info h3 {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.blog-card.style1 .blog-info p {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post-metainfo {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-para {
    padding-top: 15px;
}
.post-para p {
    color: #fff;
}
.post-para a {
    color: #fff;
}
.sidebar {
    padding: 50px 35px 50px 35px;
    background-color: #1e804c;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-post-item .pp-post-info span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 12px;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: rgb(255 255 255 / 80%);
}

.pp-post-item .pp-post-info h6 a {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: -20px;
}

.pp-post-item .pp-post-img {
    width: 85px;
    border-radius: 4px;
    padding-top: 10px;
}

article p a,.service-desc p a,.terms-wrap p a {
    color: #666666;
}

article p a:hover,.service-desc p a:hover,.terms-wrap p a:hover {
    text-decoration: underline;
    color: #1e804c;
}

.pp-post-item .pp-post-info {
    width: auto;
    margin-left: 0px;
    margin-top: 2px;
}

.pp-post-item .pp-post-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: hsl(0deg 0% 100% / 70%);
}

@media only screen and (max-width: 767px) {
    .pp-post-item .pp-post-info {
        width:190px;
        margin-left: 15px;
        margin-top: 2px;
    }
}

.contact-item .contact-info li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info li p:hover,.contact-item .contact-info li a:hover {
    color: #141414;
}

.contact-item .contact-info li:hover i {
    color: #141414;
}

.contact-item .contact-info li:hover p,.contact-item .contact-info li:hover a {
    color: #141414;
}

.bg-albastor {
    background-color: #262626;
}

.product-cat-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #141414;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-cat-card .product-cat-icon i {
    font-size: 34px;
    line-height: 1;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.benefit-wrap .benefit-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

section.offer-wrap-talent.ptb-100 {
    background-color: #f4f4f4;
}

.picture2 {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        text-align:right;
        margin-left: 14px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: -webkit-gradient(linear,left top,right top,from(#A8DC51),color-stop(99.88%,#4CA754));
        background: linear-gradient(90deg, #1e804c 0%, #1e804c 99.88%);
    }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #f6f6f6;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }
}

span.odometer-formatting-mark {
    display: none;
}

.cta-wrap .cta-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #141414;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer-content {
    padding-left: 30px;
}

.APPLICATION {
    background-color: #262626;
    text-align: center;
}

.APPLICATION p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

button.btn.style2.add-cart a {
    color: #fff;
}

.section-title.style1.text-center.mb-40.news-Subtitle span {
    color: #fff;
}

.section-title.style1.text-center.mb-40.news-Subtitle h2 {
    color: #fff;
}

p.Founder {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.service-card {
    margin-bottom: 25px;
}

.service-card .service-info h3 {
    font-size: 22px;
}

.service-card.style1 .service-icon {
    width: 100px;
    height: 125px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.service-card.style1 .service-icon i {
    font-size: 44px;
    line-height: 1;
    margin: 0 auto;
    color: #141414;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style1 .service-info {
    width: calc(100% - 115px);
    margin-left: 15px;
}

.service-card.style1 .service-info h3 {
    margin: 0 0 7px;
}

.service-card.style1 .service-info p {
    margin: 0;
}

.service-card.style1:hover .service-icon {
    background-color: #141414;
}

.service-card.style1:hover .service-icon i {
    color: #fff;
}

.service-card.style1:hover .service-info h3 a {
    color: #024E32;
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 25px;
    position: relative;
    margin: 0 0 25px;
}

.service-card.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #024E32;
    visibility: hidden;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-card-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(2,78,50,0.1);
    text-align: center;
    margin: 0 0 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-icon i {
    font-size: 34px;
    line-height: 1;
    color: #024E32;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-info h3 {
    margin: 0 0 10px;
}

.service-card.style2 .service-info h3:hover a {
    color: #024E32;
}

.service-card.style2 .service-info p {
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.service-card.style2:hover .service-card-shape {
    opacity: 1;
}

.service-card.style2:hover .service-icon {
    background-color: #fff;
}

.service-card.style2:hover .service-icon i {
    color: #024E32;
}

.service-card.style2:hover .service-info h3 a {
    color: #fff;
}

.service-card.style2:hover .service-info p {
    color: rgba(255,255,255,0.8);
}

.service-wrap.style1 .service-img-wrap {
    margin-bottom: 25px;
}
.service-img-wrap {
  overflow: hidden; /* 核心：裁剪超出容器的图片部分 */
}
.service-img-wrap a {
  display: block;
}
.service-img-wrap img {
  transition: transform 0.3s ease; /* 平滑动画 */
}
/* 悬浮：上移5px + 放大1.05倍 */
.service-img-wrap a:hover img {
  transform: translateY(-5px) scale(1.05);
}
.service-img-wrap img {
    display: block;
    margin: 0 auto;
}

.cta-shape.introduction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    z-index: -1;
}

.lack-of-content a {
    color: #141414;
}

.contact-icon {
    font-size: 30px;
    color: #ffffff;
}

h3.contact-title {
    font-size: 20px;
    margin: 10px;
}

section.contact-us-wrap.pt-110.pb-105 {
    padding: 120px 0px 20px;
}

.product-card.style3 .product-img {
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    padding: 50px;
}

.celluloid span {
    color: #141414;
    font-weight: 600;
}

.Celluloid-wrap {
    height: 465px;
    position: relative;
}

.apply-form-Celluloid {
    background-color: #f4f4f4;
    padding: 60px;
    height: 465px;
}

.apply-form-Celluloid .Celluloid-title {
    margin-bottom: 30px;
}

.section-title.style1 span,.Celluloid-title.style1 span {
    color: #fff;
    padding-top: 25px;
    text-transform: uppercase;
}

.breadcrumb-title h2,.section-title h2,.Celluloid-title h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.Celluloid-title p {
    padding-right: 25px;
}

section.testimonial-wrap.ptb-100.bg-albastor {
    background-color: #f9f9f9;
}

.testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 0px;
}

.testimonial-card .client-quote {
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1.5;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 25px;
    position: relative;
    height: 320px;
    z-index: 1;
    padding: 40px;
}

.History-Celluloid h3 {
    font-size: 24px!important;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.application-content {
    border: 1px solid #141414;
    padding: 20px;
    border-radius: 15px;
}

.application-txt p {
    padding-bottom: 30px;
}

.application-content i {
    font-size: 40px!important;
    color: #141414;
}

.application-content h5 {
    padding-top: 20px;
}

.product-card.style5 .product-info,.product-card.style6 .product-info {
    text-align: center;
    padding: 5px 0 0;
}

.product-card.style2 .product-info,.product-card.style5 .product-info {
    padding: 0px 25px 0px;
    text-align: center;
    background-color: #fff;
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-card {
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.11);
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .offer-content {
        padding-left:0px;
    }

    .Celluloid-wrap {
        height: 255px;
        position: relative;
    }

    .apply-form-Celluloid {
        background-color: #f4f4f4;
        padding: 30px 30px;
        height: 500px;
    }

    section.product-details-wrap.pt-100 {
        padding: 50px 0px;
    }

    .breadcrumb-title {
        position: relative;
        z-index: 1;
        /* text-align: center; */
        width: 100%;
    }

    .application-content {
        border: 1px solid #141414;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .sidebar {
        padding: 50px 35px 50px 35px;
        background-color: #f4f4f4;
        display: none;
        border-radius: 10px;
    }
}

.product-cat-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -85px;
    right: 0;
    display: none;
}

.product-cat-card.style1 .product-cat-info h3 {
    margin: 0 0 12px;
    color: #141414;
    font-weight: 600;
}

.product-cat-card .count-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 80px;
    color: #DCBE4A;
    opacity: 0.1;
    line-height: 1;
}

.product-cat-slider .product-cat-card {
    margin: 15px 10px;
    height: 160px;
}

.product-cat-card .product-cat-info p {
    margin: 0;
    line-height: 1.5;
}

p.Application-Title {
    text-align: center;
    padding: 15px 0px;
    background-color: #1e804c;
    color: #fff;
}

.hero-slide-item {
    height: 900px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-container {
    padding: 280px 0px;
    padding-left: 300px;
}

h1.hero-title.aos-init.aos-animate {
    font-size: 48px;
}

p.hero-Introduce.aos-init.aos-animate {
    color: #fff;
    font-size: 20px;
    padding-right: 130px;
}

p.hero-Introduce.aos-init {
    color: #fff;
}

.apply-form.founder {
    background-color: #f4f4f4;
    padding: 60px;
    height: 682px;
}

@media only screen and (min-width: 3840px) {
    .hero-slide-item {
        height:1200px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .owl-container {
        padding: 380px 0px;
        padding-left: 500px;
    }
}

@media only screen and (max-width: 1920px) {
    .hero-slide-item {
        height:900px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .owl-container {
        padding: 280px 0px;
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size:18px;
    }

    .owl-container {
        padding: 280px 0px;
        padding-left: 300px;
    }
}

@media only screen and (max-width: 1440px) {
    .owl-container {
        padding:200px 0px;
        padding-left: 100px;
    }

    .hero-slide-item {
        height: 700px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    p.hero-Introduce.aos-init.aos-animate {
        color: #fff;
        font-size: 18px;
        padding-right: 130px;
    }

    h1.hero-title.aos-init.aos-animate {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-container {
        padding:20px 0px 0px;
        padding-left: 0px;
    }

    .hero-slide-item {
        height: 400px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .apply-form.founder {
        background-color: #f4f4f4;
        padding: 25px;
        height: 732px;
    }

    .Celluloid-title p {
        padding-right: 0px;
    }

    .apply-form-Celluloid.celluloid {
        background-color: #f4f4f4;
        padding: 30px 30px;
        height: 370px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrap .navbar .other-options .option-item {
        margin:0 0 0 25px;
    }
}

.shopcart-btn {
    font-size: 16px;
    line-height: 0.8;
    padding: 5px;
    background-color: #1e804c;
    color: #fff;
}

.shopcart-btn {
    position: relative;
    top: 0px;
}

@media only screen and (max-width: 767px) {
    .mobile-bar-wrap .shopcart-btn {
        margin-left:11px;
        padding: 10px;
        top: 0px;
    }

    .mobile-menu {
        display: inline-block;
        position: relative;
        top: 0px;
    }
}

section.offer-wrap.ptb-100 {
    background-color: #262626;
}

.logo-light {
    max-width: 200px;
}
.cta-wrap.pt-100.pb-75 {
    background-color: #262626;
}
section.product-details-wrap.pt-100 {
    background-color: #262626;
}

li.text-gray {
    color: #fff;
}
li.text-gray a {
    color: #fff;
}
.product-card.style5 .product-info h3,.product-card.style6 .product-info h3 a {
    color: #fff;
}
.shop-wrap.ptb-100 {
    background-color: #262626;
}
section.blog-wrap {
    background-color: #262626;
}
.blog-details-wrap{
    background-color: #262626;
}
article {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
section.about__area-2 {
    background-color: #262626;
}
section.about__area-2 p {
    color: #ffffff;
}
section.contact-us-wrap {
    background-color: #262626;
}
.lack-of-content p {
    color: #ffffff;
}
.lack-of-content p a {
    color: #ffffff;
}
.section.section-nav.section-padding {
    background-color: #181818;
}
.bc-black {
    background-color: #262626;
}

.cl-white {
    color: #fff;
}
@media screen and (max-width: 768px) {
.breadcrumb-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
}
.home-banner {
    height:auto;
    overflow:hidden;
    position:relative;
}
.home-banner video,.home-banner img {
    width:100%;
    display: block;
    margin-top: 80px;
}
.home-banner img {
    display:none;
}
.video-text {
    width:100%;
    position:absolute;
    left:0px;
    top:50%;
    transform:translateY(-50%);
}
.video-text h1 {
    font-size: 70px;
    color:#fff;
    line-height: 1.5;
    margin-bottom: 30px;
}
.section-nav {
    background-color:#eee;
}
.images-box .gallery-top .swiper-slide img{width: 79%;}
.images-box .gallery-top .swiper-slide{
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .video-text h1 {
        font-size:30px;
    }
 .home-honor h2 {
    font-size:30px;
}
  .home-pro-fl h2 {
    font-size:30px;
}
    .home-banner img {
    display: block;
}
    .home-banner video {
        display:none;
    }
    .home-more {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
    .images-box .gallery-top .swiper-slide img{width:100%;}
.sidebar-item.social-sidebar {
    display: none;
}
      }

