.header-type-one .main-menu .navigation > li {
    margin-left: 20px;
}
.header-type-one .header-top {
    background-color: #a0c34b;
}

.header-type-one .nav-outer {
    padding-right: 0;
}

.main-menu .navigation>li>ul {
    border-top: 3px solid #a0c34b;
}

.header-type-one .nav-outer .main-menu .navigation>li>a {
    padding: 0;
}

.header-type-one .main-menu .navigation>li.dropdown a {
    padding-right: 15px;
}

.main-footer {
    background-color: #a0c34b;
    border-top: 1px solid #a0c34b;
}

.main-footer .footer-nav li {
    border-right: 1px solid #e4e6eb;
}

.list-style-one li .icon {
    color: #e4e6eb;
}

.services-style-one .inner-box {
    /* border: 1px solid #f2f2f2; */
    margin-left: -1px;
}

.services-section {
    padding: 50px 0px 30px;
}

.sec-title {
    margin-bottom: 20px;
}

.causes-section {
    padding: 50px 0px 30px;
}

.project-section {
    padding: 50px 0px 30px;
}

.title-section {
    padding: 80px 0px 0;
}

.egs-pic {
    margin: -10px;
}

.egs-pic>div {
    padding: 10px;
}

.contact-section {
    padding: 80px 0px;
}

.egs-contact .contact-way {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.egs-contact ul {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.egs-contact li {
    text-align: left;
    display: block;
    padding: 0;
}

.egs-contact li i {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #a0c34b;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.egs-contact li p {
    margin-top: 0;
    display: table-cell;
    text-align: left;
    height: 70px;
    vertical-align: middle;
    padding-left: 15px;
}

.egs-contact li span {
    display: block;
    text-transform: uppercase;
    color: #222328;
}

.egs-code {
    text-align: center;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

.egs-code>* {
    max-width: 158px;
}

.egs-code img {

    width: 100%;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    background-color: #ffffff;
}

.egs-feedback {
    display: flex;
    justify-content: space-between;
}

.egs-feedback .left {
    width: 45%;
}

.egs-feedback .left h2 {
    color: #a0c34b;
    text-align: center
}

.egs-feedback .right {
    width: 45%;
    background: url(/wp-content/feedback01.jpg) no-repeat center;
    background-size: cover;
    border-radius: 30px;
}

.btn-style-one {
    background-color: #a0c34b;
    border: 2px solid #a0c34b;
}

.btn-style-one:hover {
    color: #a0c34b;
}

.egs-pro .auto-container {
    background-color: #ffffff;
    padding: 15px 25px;
    font-family: 'Lato', sans-serif;
}

.egs-pro .probox {
    display: flex;
    justify-content: space-between;
}

.egs-pro .protext {
    width: 55%;
    font-size: 18px;
    line-height: 3em;
    color: rgba(0, 0, 0, 0.40);
    padding: 25px;
}

.egs-pro .protext h3 {
    color: #a0c34b;
    margin-bottom: 30px;
}

.egs-pro .protext h4 {
    color: #13355B;
    display: inline-block;
}

.egs-pro .protext h6 {
    font-size: 18px;
    color: #222328;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.egs-pro .protext p {
    margin: 0;
}

.egs-pro .propic {
    width: 42%;
}

.egs-pro .propic img {
    width: 100%;
    margin: 10px 0;
}

.egs-pro .propic .flex {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: -10px;
    margin: 10px 0;
}

.egs-pro .propic .flex img {
    margin: 0;
}

.egs-pro .Pinepic {
    max-width: 250px;
}

.egs-pro .Hypnumpic {
    max-width: 350px;
    margin: 0 auto;
}

.leaftitle h2{
    color:#49AA41;
    font-size: 24px;
    display: inline-block;
    content: '';
    background: url(/wp-content/leaf.png) no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.20);
}
/*
.leaftitle span{
    display: inline-block;
    content: '';
    background: url(/wp-content/leaf.png) no-repeat left center;
    background-size: 18px;
    width: 30px;
    height: 100%;
}*/
.leaftitle::after{
    display: block;
    content: '';
    height: 2px;
    width: 200px;
    background-color:#49AA41;
    margin: auto;
    margin-top: 10px;
}
.social-icon-two li{
    margin-right: 20px;
}
.social-icon-two li a{
    border: none;
    color: #ffffff;
    font-size: 24px;
    width: initial;
    height: initial;
}

@media only screen and (min-width: 768px) {
    .partnerright {
        padding: 0 0 0 10px;
    }

    .partnerleft {
        padding: 0 10px 0 0;
        float: left;
    }

    .header-type-one .nav-outer .main-menu .navigation>li>a:hover {
        color: #a0c34b;
    }

    .main-menu .navigation>li.dropdown:hover>a {
        color: #a0c34b;
    }

    .main-menu .navigation>li>ul>li:hover>a {
        background: #a0c34b;
    }

    .main-header .sticky-header .main-menu .navigation>li>a:hover {
        background: #a0c34b;
    }

    .main-header .sticky-header .main-menu .navigation>li.dropdown:hover>a {
        background: #a0c34b;
    }

    .services-style-one .inner-box h3 a:hover {
        color: #a0c34b;
    }

    .causes-block .inner-box .lower-box h3 a:hover {
        color: #a0c34b;
    }

    .btn-style-five:hover {
        background: #a0c34b;
        border: 2px solid #a0c34b;
    }

    .social-icon-two li a:hover{
        border: none;
        background-color: initial;
    }
}

/*ipad尺寸*/
@media screen and (max-width:991px) {
    .egs-contact .contact-way {
        display: block;
    }

    .egs-contact ul {
        width: 100%;
    }

    .egs-code {
        justify-content: flex-start;
        margin-top: 35px;
    }

    .egs-feedback .left h2 {
        font-size: 32px;
    }

}

@media screen and (max-width: 767px) {
    .egs-contact .contact-way {
        margin-top: 30px;
    }

    .egs-contact li i {
        float: initial;
        background-size: 36px;
        width: 40px;
        height: 40px;
        display: block;
    }

    .egs-contact li p {
        margin: 10px 0 0 0;
        display: block;
        height: initial;
        padding: 0;
    }

    .egs-feedback {
        display: block;
    }

    .egs-feedback .left {
        width: 100%;
    }

    .egs-feedback .right {
        width: 100%;
        padding-top: 45%;
        margin-top: 30px;
        border-radius: 15px;
    }

    .egs-code>* {
        width: 50%;
    }

    .egs-pro .probox {
        display: block;
    }

    .egs-pro .protext,
    .egs-pro .propic {
        width: 100%;
    }

    .egs-pro .Pinepic {
        max-width: initial;
    }
}

/* Vector 1 */
.page-title1 {

    position: absolute;
    width: 100%;
    height: 200px;
    left: 0px;
    top: 575px;
    z-index: 99;
    background-image: url('/wp-content/themes/arasco/images/Banner_Pattern.png');
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */

}

@media (max-width: 600px) {

    .mob-spec-size {
        font-size: 14px !important;
    }

    .mob-spec-size-button {
        font-size: 10px !important;
        padding: 25px 10px;
    }

    .page-title1 {

        position: absolute;
        width: 100%;
        height: 50px;
        left: 0px;
        top: 85%;
        z-index: 99;
        background-image: url('/wp-content/themes/arasco/images/Banner_Pattern.png');
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */

    }

    .mobile-capt-en {
        margin-left: 10px !important;
    }
}

.cust-hover:hover {
    color: #185a93;
    opacity: 0.5;
}


@media (min-width: 600px) {
    .scrolling-text {
        margin: 0;
        padding: 0;

        overflow-x: hidden;
    }

    h2.spec_scroll {
        margin: 0;
        padding: 0;
        position: fixed;

        white-space: nowrap;

        left: 100vw;
    }
}



/* Vector 3 */
.page-title2 {

    position: absolute;
    width: 384.06px;
    height: 65.84px;
    left: 1055.94px;
    top: 410.16px;

    background: linear-gradient(90.37deg, #1C77BD -0.47%, #0E395E 101.86%);

}


@media (min-width: 600px) {
    .scrolling-text {
        margin: 0;
        padding: 0;

        overflow-x: hidden;
    }

    h2.spec_scroll {
        margin: 0;
        padding: 0;
        position: fixed;

        white-space: nowrap;

        left: 100vw;
    }
}



.history_scroll {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #000000 0%,
            #13355b 29%,
            #ffffff 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



.index-services-container img {
    height: 400px;
    width: 300px;
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.index-services-container img:hover {
    transform: scale(1.1);
    /* 鼠标悬停时放大图片 */
}

.index-services-container .text {
    /* height: 216px; */
}

.scale-hover {
    transition: transform 0.3s ease;
}

.scale-hover:hover {
    transform: scale(1.1);
}

#zoomContainer {
    position: fixed;
    z-index: 999;
    pointer-events: none;
    width: 500px;
    height: 500px;
    top: -500px;
    background-color: #fff;
}

/* 手机版不显示放大镜 */
@media (max-width: 767px) {
    #zoomContainer {
        display: none;
    }
}

.cursor {
    cursor: pointer;
}

.zoom-img {
    cursor: zoom-in;
}

.pine-bark-pieces-container{
    display: flex;
}

.pine-bark-pieces-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px ;
}

.pine-bark-pieces-item span {
    line-height: 1.5em;
    text-align: center;
    /* margin-right: 10px; */
    /* width: 200px; */
}

.pine-bark-pieces-item img {
    /* height: 40px; */
}

.layui-layer-dialog .layui-layer-content {
    word-break: break-word !important;
}

.blue-h4{
    color: #13355B;
    display: inline-block;
}


.tally{position:fixed;right:2px;top:250px;z-index:1000;}
.tally a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:3px;
	margin-top:5px;
    background-size: 100%;
    background-position: center center;
}
.tally .icon01{background-image:url('/wp-content/icon04.png');background-color:#a0c34b;}
/* .tally .icon02{background-image:url(../images/svg02.png);background-color:#03aceb;} */
/* .tally .icon03{background-image:url(../images/svg04.png);background-color:#4dc247;} */
/* .tally .icon04{background-image:url(../images/svg05.png);background-color:#1da1f2;} */
.tally a:hover{background-color:#7f9a3e;}
/* .tally .icon03 img{display:none;}
.tally .icon03:hover img{
	display:block;
	position:fixed;
	right:45px;
	top:313px;
	box-shadow:0px 0px 6px #c8c8c8;
	width:117px;
	height:117px;
} */



.upward {
    transition: transform 0.3s ease;
    /* 添加过渡效果 */
}

.upward:hover {
    transform: translateY(-5px)
    /* 鼠标悬停时上移 */
}