/*--dragon-boat---*/
.dragon-boat h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 61px;
    margin: 30px 0 40px;
    text-align: center;
    color: #d52b1e;
}

.dragon-boat-banner {
    height: 450px;
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}

.dragon-boat-banner .bg {
    background-image: url(../images/dragon-boat/bg.jpg);
    overflow: hidden;
    min-height: 450px;
    width: 100%;
    background-size: cover;
}
.dragon-boat-banner .banner-text {
    background-image: url(../images/dragon-boat/text.png);
    position: absolute;
    z-index: 11;
    top: 10%;
    left: 48%;
    min-height: 354px;
    width: 183px;
    background-repeat: no-repeat;
    background-size: 173px;
    -moz-animation: bounce 10s ease-in-out infinite;
    -webkit-animation: bounce 10s ease-in-out infinite;
    animation: bounce 10s ease-in-out infinite;
}

.dragon-boat-banner .leaves {
    background-image: url(../images/dragon-boat/leaves.png);
    position: absolute;
    top: 0;
    left: 0;
}

.dragon-boat-banner .fishes-left {
    background-image: url(../images/dragon-boat/fish-left-right.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 632px;
    height: 570px;
    z-index: 10;
    -moz-animation: bounce 10s ease-in-out infinite;
    -webkit-animation: bounce 10s ease-in-out infinite;
    animation: bounce 10s ease-in-out infinite;
}

.dragon-boat-banner .fishes-center {
    background-image: url(../images/dragon-boat/fishes.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 670px;
    height: 570px;
    z-index: 10;
    -moz-animation: bounce 10s ease-in-out infinite;
    -webkit-animation: bounce 10s ease-in-out infinite;
    animation: bounce 10s ease-in-out infinite;
}

@-moz-keyframes bounce {

    0%,
    50%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-webkit-keyframes bounce {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {

    0%,
    50%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.dragon-boat-banner .fishes-right {
    background-image: url(../images/dragon-boat/fish-left-right.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 632px;
    height: 570px;
    z-index: 10;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.dragon-boat-banner .boat-left {
    background-image: url(../images/dragon-boat/boat-left.png);
    position: absolute;
    left: 22%;
    width: 200px;
    height: 476px;
    z-index: 10;
    background-size: 200px;
    animation: boat-left 10s linear infinite;
}

.dragon-boat-banner .boat-left-shadow {
    background-image: url(../images/dragon-boat/boat-left-shadow.png);
    position: absolute;
    left: 20.3%;
    background-size: 322px;
    width: 293px;
    height: 467px;
    z-index: 9;
    mix-blend-mode: multiply;
    animation: boat-left 10s linear infinite;
} 
@keyframes boat-left {
    0% {
        top:100%;
        transform: rotate(3deg);
    }
    100% {
        top:-100%;
        transform: rotate(-3deg);
    }
}

.dragon-boat-banner .boat-right {
    background-image: url(../images/dragon-boat/boat-right.png);
    position: absolute;
    right: 20%;
    width: 200px;
    height: 499px;
    background-size: 200px;
    z-index: 10;
    animation: boat-right 10s linear infinite;
    animation-delay: 1.4s;
}

.dragon-boat-banner .boat-right-shadow {
    background-image: url(../images/dragon-boat/boat-right-shadow.png);
    position: absolute;
    right: 19.9%;
    background-size: 252px;
    width: 255px;
    height: 500px;
    z-index: 9;
    mix-blend-mode: multiply;
    animation: boat-right 10s linear infinite;
    animation-delay: 1.4s;
}
@keyframes boat-right {
    0% {
        top:110%;
        transform: rotate(3deg);
    }
    100% {
        top:-110%;
        transform: rotate(-3deg);
    }
}
.dragon-boat .services-section .services-wrap {
    min-height: 370px;
    width: 48%!important;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: -12px 11px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transform-style: preserve-3d;
    margin-top: 30px;
    border: 1px solid #868686;
}

.mr-0 {
    margin-right: 0!important;
}

.dragon-boat .services-section .services-wrap.translation-top,
.dragon-boat .services-section .services-wrap.publication-service-top,
.dragon-boat .services-section .services-wrap.editing-top,
.dragon-boat .services-section .services-wrap.tie-top {
    min-height: 475px;

}

.dragon-boat .services-section .services-wrap.tie-top h3 {
    margin-bottom: 10px;
}

.dragon-boat .services-section .services-wrap.tie-top .box-txt-wrap p {
    margin-bottom: 0;
}

.dragon-boat .services-section .services-wrap .new-cta {
    margin: 20px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 48px;
}

.dragon-boat .services-section .services-wrap .service-link {
    position: absolute;

    right: 18px;
    bottom: 17px;
}

.dragon-boat .services-section .services-wrap .ulBasic li {
    background: none;
    padding: 0;
    line-height: 24px;
    margin: 10px auto;
    font-size: 16px;
}

.dragon-boat .services-section .services-wrap .ulBasic {
    border-bottom: 1px solid #0000001c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dragon-boat .services-wrap .head {
    background: none;
    color: #303030;
    text-align: center;
    padding: 10px 0 12px;
    letter-spacing: 4px;
    font-size: 30px !important;
    line-height: 42px !important;
    transform: translateZ(20px);
    display: block;
}

.dragon-boat .services-wrap.editing-top .head::before {
    content: "";
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 45px;
    background: url(../images/dragon-boat/ps-icon.png) 0px 0px no-repeat;
    background-size: 40px;
    background-position: center;
    position: inherit;
    padding: 0;
    margin-right: 10px;
}

.dragon-boat .services-wrap.tie-top .head::before {
    content: "";
    display: inline-block;
    text-align: center;
    background-image: url(../images/dragon-boat/translation-icon.png);
    width: 51px;
    height: 43px;
    background-position: center;
    position: inherit;
    padding: 0;
    margin-right: 0;
}

.dragon-boat .services-wrap.tie-top .head::after {
    display: none;
}

.dragon-boat ul.subservice {
    padding: 0 0 15px;
    border-top: 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #00000012;
    display: block;
}

.dragon-boat ul.subservice li {
    display: block;
    margin: 0 15px;
    font-size: 16px;
}

.dragon-boat ul.subservice li span.price {
    font-size: 15px;
}

.dragon-boat ul.subservice li h4 {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0;
    letter-spacing: 3px;
}

.dragon-boat .services-wrap table.table-pricing {
    width: 97%;
    margin: 0 auto 10px;
}

.dragon-boat .services-wrap table.table-pricing tr th,
.dragon-boat .services-wrap table.table-pricing tr td {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.dragon-boat .services-wrap table.table-pricing tr th h4 {
    font-weight: bold;
    margin: 5px 0;
}
.dragon-boat .services-wrap p.disclaimer {
    font-size: 14px;
    padding: 0;
    padding-left: 20px;
    text-align: left;
}
.dragon-boat .services-wrap.ae table.table-pricing tr th.advance-editing:before {
    display: none;
}

.dragon-boat .services-wrap.ae table.table-pricing tr th.normal-editing:before {
    display: none;
}

.dragon-boat .services-wrap table.table-pricing tr td span.price {
    font-size: 16px;
    font-weight: bold;
}

.dragon-boat .new-cta {
    margin: 12px 0 35px 0;
}
.dragon-boat .new-cta a{
    padding:10px 60px 10px!important;
}

.dragon-boat footer {
    margin-top: 30px;
}

.dragon-boat .footer-client-logo {
    display: block;
}

.dragon-boat .code-text {
    background: #e10019;
    background: -moz-linear-gradient(top, #e10019 0%, #ff7504 100%);
    background: -webkit-linear-gradient(top, #e10019 0%, #ff7504 100%);
    background: linear-gradient(to bottom, #e10019 0%, #ff7504 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e10019', endColorstr='#ff7504', GradientType=0);
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}

.dragon-boat .code-text #code {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 3px 40px 5px 15px;
    border: #fff 2px dashed;
    border-radius: 10px;
    text-align: center;
    margin: 0;
}

.dragon-boat .copy_spincode:after {
    content: "\f0c5";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: -30px;
    right: -67px;
    padding-left: 15px;
}

.dragon-boat .copy_spincode:after::hover {
    color: #000;
}

.dragon-boat span.copy_spincode {
    position: absolute;
    right: 81px;
    cursor: pointer;
}

.dragon-boat .single-cta {
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 0;
    padding-top: 0;
    float: left;
    width: 100%;
}
.dragon-boat .single-cta.cta-wrap a {
    float: left;
}
.dragon-boat .single-cta.cta-wrap a:before {
    display: none;
}
.dragon-boat .single-cta.cta-wrap a:first-child {
    margin-left: 6%;
    float: left;
    font-size: 22px;
    padding: 10px 140px;
}
.dragon-boat .single-cta.cta-wrap a:last-child {
    margin-right: 10%;
    float: right;
    font-size: 22px;
    padding: 10px 90px;
}
.dragon-boat .cta-main-wrap {
    margin: 40px auto 10px;
}
.dragon-wrapper{
    background: #f7f7f7;
    padding: 0 0 12px;
}
.dragon-wrapper--usps{
    background: #ffffff;
    padding: 30px 0 5px;
}
.dragon-wrapper .home-h1 {
    font-weight: bold;
    font-size: 48px;
    color: #000;
    line-height: 56px;
    margin-bottom: 0px;
    padding-top: 25px;
}
.dragon-subhead {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    line-height: 56px;
    margin-bottom: 0px;
    padding-top: 0;
    text-align: center;
    margin-top: 0;
}
.mt30{
    margin-top: 30px;
}
.dragon-wrapper--usps .txtwrap-wrapper{
    margin-bottom: 40px;
}
.paddingmanage{
    padding: 17px 0 13px;
}
.dragon-logowrap{
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
}
.dragon-wrapper--usps .txtwrap{
    background: #f6f6f6;
    margin-top: 20px;
    text-align: center;
    min-height: 380px;
    box-shadow: -12px 11px 20px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #eceaea;
    border-radius: 8px;
    border: 1px solid #868686;
}
.dragon-wrapper--usps .txtwrap span{
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 11px;
    display: block;
    font-weight: bold;
    min-height: 60px;
}
.dragon-wrapper--usps .txtwrap p{
    font-size: 14px;
    line-height: 1.7;
    padding: 0 20px 0;
    display: block;
}
.dragon-wrapper--usps .txtwrap .imgwrap{
    text-align: center;
}
.dragon-wrapper--usps .txtwrap .imgwrap img{
    width: auto;
    max-width: 100%;
}
.dragon-wrapper .new-cta .cta-card{
    text-align: center;
    padding: 11px 40px 9px !important;
    display: inline-block;
    color: #000;
    font-size: 16px;
    background: #ffb502;
    border-radius: 3px;
    border-bottom: 5px solid #d89901;
    line-height: 22px;
    text-decoration: none;
    vertical-align: bottom;
    margin-left: 10px;
}


@media only screen and (min-width:960px) and (max-width:1368px) {
    .dragon-boat-banner .boat-left-shadow {
        left: 19.4%;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .dragon-boat .new-cta a {
        padding: 10px 23px 10px!important;
    }
    .dragon-boat .services-section .services-wrap.translation-top, .dragon-boat .services-section .services-wrap.publication-service-top, .dragon-boat .services-section .services-wrap.editing-top, .dragon-boat .services-section .services-wrap.tie-top {
        margin-bottom: 17px!important;

    }
    .winning-key .key-box {
        border-right: #eee 1px solid;
        width: 33%;
        float: left;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .dragon-boat .services-section .services-wrap.translation-top, .dragon-boat .services-section .services-wrap.publication-service-top, .dragon-boat .services-section .services-wrap.editing-top, .dragon-boat .services-section .services-wrap.tie-top {
        width: 100%!important;
    }
    .dragon-boat .new-cta a {
        padding: 10px 23px 10px!important;
    }
}

@media only screen and (max-width:479px) {
    .dragon-boat .services-section .services-wrap.translation-top, .dragon-boat .services-section .services-wrap.publication-service-top, .dragon-boat .services-section .services-wrap.editing-top, .dragon-boat .services-section .services-wrap.tie-top {
        width: 100%!important;
    }
    .dragon-boat-banner .bg {
        min-height: 300px;
        background-size: cover;
    }
    .dragon-boat-banner {
        height: 300px;
        min-height: 300px;
    }
    .dragon-boat-banner .banner-text {
        top: 10%;
        left: 35%;
        background-size: 112px;
    }
    .dragon-boat-banner .boat-left {
        left: -84px;
    }
    .dragon-boat-banner .boat-left-shadow {
        left: -118px;
    }
    .dragon-boat-banner .boat-right {
        right: -20%;
    }
    .dragon-boat-banner .boat-right-shadow {
        right: -20.8%;
    }
    @keyframes boat-left {
        0% {
            top:100%;
            transform: rotate(3deg);
        }
        100% {
            top:-150%;
            transform: rotate(-3deg);
        }
    }
    @keyframes boat-right {
        0% {
            top:100%;
            transform: rotate(3deg);
        }
        100% {
            top:-150%;
            transform: rotate(-3deg);
        }
    }
    .dragon-boat h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 15px 0 20px;
    }
    .dragon-boat .services-wrap table.table-pricing {
        width: 100%;
    }
    .dragon-boat .services-wrap table.table-pricing tr th h4 {
        font-size: 15px;
    }
    .dragon-boat .services-wrap table.table-pricing tr td span.price {
        font-size: 14px;
    }
    .dragon-boat .services-wrap table.table-pricing tr td span.price strike {
        display: block;
    }
    .dragon-boat .services-section .services-wrap .new-cta {
        margin: 20px 0 0;
        position: static;
    }
    .dragon-boat .code-text {
        margin-bottom: 18px;
    }
    .dragon-boat .services-section .services-wrap.translation-top, .dragon-boat .services-section .services-wrap.publication-service-top, .dragon-boat .services-section .services-wrap.editing-top, .dragon-boat .services-section .services-wrap.tie-top {
        padding-bottom: 60px;
    }
    .dragon-boat .cta-main-wrap {
        margin: 0;
    }
    .dragon-boat footer {
        margin-top: 0;
    }
}