/*
 Theme Name:   Cocomate Theme Child
 Theme URI:    http://wordpress.org
 Description:  Cocomate Theme
 Author:       Manoj Wijerathne
 Author URI:   http://saberion.com
 Template:     cocomate-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  cocomate-theme-child
*/

.fullwidth {
    float: left;
    width: 100%;
}

.halfwidth {
    width: 100%;
    float: left;
}

br {
    display: block !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0px solid #fff !important;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    color: black;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #32BF62;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

a:visited {
    text-decoration: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section {
    padding: 0px;
}

img {
    border-radius: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Avenir Next' !important;
    background: #fff;
}

header {
    float: left;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 0px;
}

header .logo {
    float: left;
    width: 228px;
    height: 70px;
    padding: 7px 0px 0 0;
}

@media (max-width: 767px) {
    header .logo {
        width: 100%;
    }
}

header .menu {
    float: left;
    width: calc(100% - 240px);
}

@media (max-width: 767px) {
    header .menu {
        width: 100%;
    }
}

header .menu .topdata {
    text-align: right;
    padding: 25px 0px;
}

@media (max-width: 767px) {
    header .menu .topdata {
        text-align: center;
    }
}

header .menu .topdata span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #393B41;
    line-height: 26px;
    padding-left: 30px;
    margin-left: 20px;
}

header .menu .topdata span.phone {
    background: url("images/icon-phone.png") left center no-repeat;
}

header .menu .topdata span.email {
    background: url("images/icon-enlope.png") left center no-repeat;
}

header .menu .main-menu .menu-toggle {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    header .menu .main-menu .menu-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
    header .menu .main-menu .menu-toggle {
        position: absolute;
        top: 14px;
        right: 15px;
        background-color: #dc5900;
        color: white;
    }
}

header .menu .main-menu #site-navigation {
    margin: 0;
    float: right;
    width: 100%;
    margin-top: -17px;
    margin-bottom: -14px;
}

header .menu .main-menu #site-navigation div.menu {
    display: none !important;
}

header .menu .main-menu .primary-navigation {
    float: right;
}

@media (max-width: 767px) {
    header .menu .main-menu .primary-navigation {
        display: block;
    }
}

header .menu .main-menu .primary-navigation ul {
    width: 100%;
    text-align: right;
    margin: 6px;
}

header .menu .main-menu .primary-navigation ul li {
    float: none;
    display: inline-block;
    margin-left: -4px;
    padding: 22px;
}

header .menu .main-menu .primary-navigation ul li a {
    padding: 0px 0px 20px 0px;
    border-bottom: 4px solid #fff;
    font-size: 16px;
    color: #393B41;
    line-height: 26px;
    font-weight: bolder;
}

header .menu .main-menu .primary-navigation ul li a:hover {
    color: #32BF62;
}

header .menu .main-menu .primary-navigation ul li.current-menu-item a {
    color: #db5800;
    border-bottom: 4px solid #db5800;
    font-size: 17px;
    font-weight: bolder;
}

header .menu .main-menu .primary-navigation ul li .sub-menu {
    width: auto;
    background: #ffffff;
    padding: 0px;
}

header .menu .main-menu .primary-navigation ul li .sub-menu li {
    margin: 0px;
}

header .menu .main-menu .primary-navigation ul li .sub-menu li a {
    padding: 0px 0px 4px 0px;
    /* border-bottom: 156px; */
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 0px;
    background: #ffffff;
}


}
header .menu .main-menu .primary-navigation ul li .sub-menu li a:hover {
    background: #fff;
    color: #32BF62;
}
@media (max-width: 991px) {
    header .menu .main-menu .primary-navigation ul li .sub-menu {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 0;
        padding-top: 0px;
    }
}
@media (max-width: 991px) {
    header .menu .main-menu .primary-navigation ul {
        display: none;
        position: absolute;
        padding: 15px 30px;
        background: #fff;
        z-index: 10;
        width: 100%;
        left: 0;
        margin-top: 45px;
    }
    
    header .menu .main-menu .primary-navigation ul[aria-expanded="true"] {
        display: block;
    }
    
    header .menu .main-menu .primary-navigation ul li {
        width: 100%;
        margin: 0px;
    }
    
    header .menu .main-menu .primary-navigation ul li a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    header .menu .main-menu .primary-navigation ul {
        display: none;
        position: absolute;
        padding: 15px 30px;
        background: #fff;
        z-index: 10;
        width: 100%;
        left: 0;
        margin-top: 0px;
    }
    
    header .menu .main-menu .primary-navigation ul[aria-expanded="true"] {
        display: block;
    }
    
    header .menu .main-menu .primary-navigation ul li {
        width: 100%;
        margin: -19px;
        text-align: left;
    }
    
    header .menu .main-menu .primary-navigation ul li a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
footer {
    float: left;
    width: 100%;
    background: #824f1d;
}
footer .footer-widgets {
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
footer .footer-widgets .widget-title {
    padding: 0px 0px 2px 0px;
    margin: 0px;
    font-size: 13px;
    color: #47CD74;
    line-height: 38px;
    font-weight: 500;
    border: 0px;
}

}
footer .footer-widgets .menu {
    width: 100%;
    float: left;
}
footer .footer-widgets .menu li {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0 0 15px 0;
}
footer .footer-widgets .menu li a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
footer .footer-widgets .menu li a:hover {
    color: #47CD74;
}
footer .footer-widgets .menu li:before {
    content: '';
}
footer .footer-widgets .footer-widget-2 p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}
footer .footer-widgets .footer-widget-2 p a {
    color: #FFFFFF;
}
footer .footer-widgets .footer-widget-2 p.address {
    background: url("images/icon-location.png") left top 5px no-repeat;
}
footer .footer-widgets .footer-widget-2 p.phone {
    background: url("images/icon-phone.png") left top 5px no-repeat;
}
footer .footer-widgets .footer-widget-2 p.email {
    background: url("images/icon-email.png") left top 5px no-repeat;
}
footer .footer-widgets .footer-widget-3 img {
    float: left;
    margin-right: 20px;
}
@media (max-width: 1024px) {
    footer .footer-widgets .footer-widget-3 img {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    footer .footer-widgets .footer-widget-1 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    footer .footer-widgets .footer-widget-2 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    footer .footer-widgets .footer-widget-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    footer .footer-widgets .footer-widget-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    footer .footer-widgets .footer-widget-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
}
footer .footer-btm {
    border-top: 1px solid #8C8C8C;
    font-weight: 500;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 26px;
    padding: 20px 0px;
}
footer .footer-btm .footer-left {
    width: 50%;
    float: left;
    text-align: left;
}
@media (max-width: 767px) {
    footer .footer-btm .footer-left {
        width: 100%;
        text-align: center;
    }
}
footer .footer-btm .footer-right {
    width: 50%;
    float: left;
    text-align: right;
}
@media (max-width: 767px) {
    footer .footer-btm .footer-right {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
}
footer .footer-btm .footer-right a {
    color: #A6A6A6;
}
footer .footer-btm .footer-right a:hover {
    text-decoration: underline;
}
.pagebanner {
    background-position: center;
    background-size: cover;
}
.pagebanner h1 {
    text-align: center;
    padding: 15vh 0px;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    line-height: 65px;
    text-shadow: 0 4px 5px rgba(0,
    0,
    0,
    0.15);
    font-weight: 500;
}
.pagebanner h1 span {
    float: left;
    width: 100%;
    font-weight: 700;
}
.submenu {
    background: #47CD74;
    text-align: center;
    top: 0;
    z-index: 100;
}
.submenu.fixed {
    position: fixed;
    top: 0;
}
@media (max-width: 767px) {
    .submenu.fixed {
        position: relative;
        top: auto;
    }
}
.submenu a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 15px 0px 11px 0px;
    display: inline-block;
    margin: 0px 10px;
    border-bottom: 4px solid #47CD74;
}
@media (max-width: 767px) {
    .submenu a {
        width: 100%;
    }
}
.submenu a.active {
    border-bottom: 4px solid #FAE15D;
}
.submenu a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.submenu a:not([href]):not([tabindex]):hover {
    color: #fff;
}
.grecaptcha-badge {
    display: none !important;
}
.home-page .home-slider-wrap .home-slider .slider-item {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(99vh - 318px);
}
.home-page .home-slider-wrap .home-slider .slider-item img {
    float: left;
    width: 100%;
}
@media (max-width: 991px) {
    .home-page .home-slider-wrap .home-slider .slider-item {
        height: 227px;
    }
}
.home-page .home-slider-wrap .home-slider-txt {
    height: 0;
}
.home-page .home-slider-wrap .home-slider-txt .home-slider-txt-data {
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.home-page .home-slider-wrap .home-slider-txt h2 {
    font-family: 'Kaushan Script',
    cursive;
    font-weight: 400;
    font-size: 50px;
    color: #db5800;
    line-height: 65px;
    margin: 0;
}
.home-page .home-slider-wrap .home-slider-txt h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    border: 0px;
}
.home-page .home-slider-wrap .home-slider-txt p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.home-page .home-slider-wrap .home-slider-txt .slider-link {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    background: url("images/play-icon.png") center left no-repeat;
    padding-left: 60px;
    line-height: 45px;
    margin: 10vh 0 70px 0px;
}
.home-page .home-slider-wrap .scroll-btm-btn {
    position: relative;
    z-index: 12;
    text-align: center;
}
.home-page .home-slider-wrap .scroll-btm-btn img {
    margin-top: -110px;
    display: inline-block;
    float: none;
}
.home-page .home-intro {
    background: url("images/home/homeintro-bg.png") center no-repeat;
    background-size: cover;
    margin-top: -10px;
}
.home-page .home-intro .container {
    width: 100%;
    max-width: 100%;
}
.home-page .home-intro .home-intro-title {
    background: url("images/home/home-intro-left.png") left center no-repeat;
    background-attachment: fixed;
}
.home-page .home-intro .home-intro-title .home-intro-inner {
    float: right;
    padding: 200px 0px;
    width: 100%;
    max-width: 425px;
}
.home-page .home-intro .home-intro-title .home-intro-inner h3 {
    font-family: 'Kaushan Script',
    cursive;
    font-size: 40px;
    color: #CD954F;
    line-height: 26px;
    padding-bottom: 20px;
}
.home-page .home-intro .home-intro-title .home-intro-inner h4 {
    font-weight: 700;
    font-size: 27px;
    color: #dc5800;
    line-height: 46px;
}
@media (max-width: 767px) {
    .home-page .home-intro .home-intro-title .home-intro-inner {
        padding: 100px 0;
        text-align: center;
        max-width: 100%;
    }
}
.home-page .home-intro .home-intro-txt {
    background: url("images/home/home-intro-right.png") right center no-repeat;
    background-attachment: fixed;
}
.home-page .home-intro .home-intro-txt .home-txt-inner {
    float: left;
    padding: 45px 49px;
    width: 100%;
    max-width: 632px;
}
.home-page .home-intro .home-intro-txt .home-txt-inner p {
    font-size: 18px;
    color: #393B41;
    line-height: 29px;
    text-align: justify;
}
.home-page .home-products {
    background: url("images/home/home-cocoproduct-bg.png") left center no-repeat #fff;
    background-size: 100% 100%;
    padding: 50px 0px 100px 0px;
}
.home-page .home-products .container {
    width: 100%;
    max-width: 100%;
}
.home-page .home-products .product-slider-inner {
    float: right;
    width: 100%;
    max-width: 400px;
}
.home-page .home-products .product-slider-inner h3 {
    font-family: 'Kaushan Script',
    cursive;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 40px;
    color: #CD954F;
    line-height: 60px;
}
.home-page .home-products .product-slider-inner h4 {
    font-weight: 700;
    font-size: 50px;
    color: #47CD74;
    line-height: 60px;
    padding: 10px 0 20px 0px;
    margin: 0;
}
.home-page .home-products .product-slider-inner p {
    font-size: 18px;
    color: #4F5054;
    line-height: 29px;
}
@media (max-width: 767px) {
    .home-page .home-products .product-slider-inner {
        max-width: 100%;
    }
}
.home-page .home-products .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 100%;
    z-index: 10;
}
.home-page .home-products .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.home-page .home-products .slick-arrow.slick-next {
    background: url("images/arrow-left.png") center no-repeat;
    right: 70px;
}
.home-page .home-products .slick-arrow.slick-prev {
    background: url("images/arrow-right.png") center no-repeat;
    right: 0;
}
.home-page .home-productions {
    margin: 50px 0px 0px 0px;
    background: url("images/home/production-process-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.home-page .home-productions .process-wrap {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px;
}
.home-page .home-productions .process-wrap .process-discription {
    position: relative;
    float: left;
    width: calc(100% - 650px);
}
.home-page .home-productions .process-wrap .process-discription h3 {
    font-family: 'Kaushan Script',
    cursive;
    font-size: 40px;
    color: #CD954F;
    line-height: 26px;
    padding-bottom: 20px;
    margin: 0;
}
.home-page .home-productions .process-wrap .process-discription h4 {
    font-weight: 700;
    font-size: 50px;
    color: #47CD74;
    line-height: 60px;
    padding: 0px 0 20px 0px;
    margin: 0;
}
.home-page .home-productions .process-wrap .process-discription .process-info {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding-right: 40px;
}
.home-page .home-productions .process-wrap .process-discription .process-info h5 {
    font-weight: 500;
    font-size: 20px;
    color: #393B41;
    line-height: 26px;
    padding: 0 0 20px 0px;
    margin: 0;
}
.home-page .home-productions .process-wrap .process-discription .process-info p {
    font-size: 18px;
    color: #4F5054;
    line-height: 29px;
    padding: 0;
}
.home-page .home-productions .process-wrap .process-discription .process-info a {
    font-weight: 500;
    font-size: 18px;
    color: #32BF62;
    line-height: 26px;
}
@media (max-width: 1200px) {
    .home-page .home-productions .process-wrap .process-discription {
        width: 100%;
        float: left;
        height: auto !important;
    }
    .home-page .home-productions .process-wrap .process-discription .process-info {
        position: relative;
    }
}
.home-page .home-productions .home-process-tabs {
    float: right;
    width: 650px;
}
.home-page .home-productions .home-process-tabs .process-img-box {
    float: left;
}
.home-page .home-productions .home-process-tabs .process-img-box .process-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
}
.home-page .home-productions .home-process-tabs .process-img-box .process-img img {
    transition: all 0.3s ease;
}
@media (max-width: 767px) {
    .home-page .home-productions .home-process-tabs .process-img-box {
        width: 100%;
        height: auto;
    }
    .home-page .home-productions .home-process-tabs .process-img-box .process-img {
        width: 100%;
        height: auto;
    }
    .home-page .home-productions .home-process-tabs .process-img-box img {
        width: 100%;
    }
}
.home-page .home-productions .home-process-tabs .process-img-txt {
    padding-left: 110px;
    background: url("images/home/Oval.png") left top no-repeat;
    min-height: 380px;
    float: left;
    margin-left: -70px;
    margin-top: 10px;
    width: calc(100% - 350px);
}
.home-page .home-productions .home-process-tabs .process-img-txt a {
    float: left;
    width: 100%;
    padding-left: 35px;
    background: url("images/home/process-point.png") left 7px center no-repeat;
    font-size: 18px;
    color: #434343;
    line-height: 26px;
    height: 30px;
    min-width: 200px;
    float: left;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.active {
    color: #32BF62;
    background: url("images/home/process-point-sel.png") left center no-repeat;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.link-0 {
    margin-top: -15px;
    margin-left: -121px;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.link-1 {
    margin-top: 60px;
    margin-left: -40px;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.link-2 {
    margin-top: 65px;
    margin-left: -17px;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.link-3 {
    margin-top: 65px;
    margin-left: -34px;
}
.home-page .home-productions .home-process-tabs .process-img-txt a.link-4 {
    margin-top: 70px;
    margin-left: -115px;
}
@media (max-width: 767px) {
    .home-page .home-productions .home-process-tabs .process-img-txt {
        width: 100%;
        padding: 30px;
        background-image: none;
        margin: 0px;
        min-height: 50px;
    }
    .home-page .home-productions .home-process-tabs .process-img-txt a {
        margin: 0px 0px 10px 0px !important;
        text-align: left;
    }
}
@media (max-width: 1200px) {
    .home-page .home-productions .home-process-tabs {
        width: 100%;
        text-align: center;
    }
    .home-page .home-productions .home-process-tabs .process-tab-wrap {
        float: none;
        display: inline-block;
        width: auto;
    }
}
.home-page .numeric-row {
    padding: 50px 0 0 0;
}
.home-page .numeric-row .numeric-item {
    text-align: center;
    padding-bottom: 50px;
}
.home-page .numeric-row .numeric-item h3 {
    float: left;
    width: 108%;
    font-weight: 600;
    font-size: 50px;
    color: #de6309;
    line-height: 26px;
}
.home-page .numeric-row .numeric-item span {
    font-family: AvenirNext-Medium;
    font-size: 24px;
    color: #393B41;
    text-align: center;
    line-height: 26px;
    float: left;
    width: 100%;
}
.home-page .numeric-row .side-coco {
    position: absolute;
    right: 0;
    margin-top: -150px;
}
.home-page .global-presence-row {
    padding: 50px 0px;
}
.home-page .global-presence-row h2 {
    font-family: 'Kaushan Script',
    cursive;
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    color: #CD954F;
    line-height: 60px;
    padding-bottom: 40px;
}
.home-page .global-presence-row h2 span {
    font-weight: 700;
    color: #47CD74;
    font-family: 'Avenir Next';
    padding-left: 15px;
}
.home-page .global-presence-row .global-img {
    text-align: center;
}
.home-page .global-presence-row .global-img img {
    float: none;
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.home-page .global-presence-row .global-presence {
    position: absolute;
    left: 0;
    margin-top: -150px;
}
.home-page .testimonials-row {
    background: #F4F9FE;
    padding: 50px 0px;
}
.home-page .testimonials-row .testimonials-heading {
    border-right: 1px solid #D6DFE8;
}
.home-page .testimonials-row .testimonials-heading h2 {
    text-align: left;
    font-family: 'Kaushan Script',
    cursive;
    font-size: 50px;
    color: #CD954F;
    line-height: 60px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.home-page .testimonials-row .testimonials-heading h2 span {
    color: #47CD74;
    font-weight: 700;
    float: left;
    width: 100%;
    font-family: 'Avenir Next';
}
@media (max-width: 767px) {
    .home-page .testimonials-row .testimonials-heading {
        border: 0px;
        height: auto !important;
    }
    .home-page .testimonials-row .testimonials-heading h2 {
        text-align: center;
    }
}
.home-page .testimonials-row .testimonials-slider {
    padding-left: 50px;
}
.home-page .testimonials-row .testimonials-slider .slider-item p {
    font-size: 20px;
    color: #393B42;
    text-align: center;
    line-height: 30px;
}
.home-page .testimonials-row .testimonials-slider .slider-item span {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #47CD74;
    line-height: 26px;
}
.home-page .testimonials-row .slick-dots {
    position: relative;
    bottom: 0px;
    padding: 40px 0px 0 0;
}
.home-page .testimonials-row .slick-dots li button:before {
    background: #DADFE5;
}
.home-page .testimonials-row .slick-dots li.slick-active button:before {
    background: #47CD74;
}
.home-page .clients-row {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0px;
}
@media (max-width: 767px) {
    .home-page .clients-row .container {
        max-width: 100%;
    }
}
.home-page .clients-row .clients-heading {
    border-right: 1px solid #D6DFE8;
}
.home-page .clients-row .clients-heading h2 {
    text-align: left;
    font-weight: 500;
    font-size: 50px;
    color: #B6C3CF;
    line-height: 60px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Kaushan Script',
    cursive;
}
.home-page .clients-row .clients-heading h2 span {
    color: #B6C3CF;
    font-weight: 700;
    float: left;
    width: 100%;
    font-family: 'Avenir Next';
}
@media (max-width: 767px) {
    .home-page .clients-row .clients-heading {
        border-right: 0px;
        height: auto !important;
    }
    .home-page .clients-row .clients-heading h2 {
        text-align: center;
        padding-bottom: 30px;
    }
    .home-page .clients-row .clients-heading h2 span {
        width: auto;
        float: none;
    }
}
.home-page .clients-row .clients-slider {
    padding-left: 50px;
}
.home-page .clients-row .clients-slider .slider-item {
    text-align: center;
}
.home-page .clients-row .clients-slider .slider-item img {
    float: none;
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.home-page .subscriber-row {
    background: #47CD74;
}
.home-page .subscriber-row .widget-subscribe {
    padding-top: 20px;
    padding-bottom: 30px;
}
.home-page .subscriber-row .widget-subscribe .nsu-error {
    position: absolute;
    width: auto;
    background: #fff;
    padding: 5px 15px;
    left: 15px;
    margin-top: 70px;
    color: #4c1010;
    border: 1px solid #4c1010;
    font-size: 12px;
    line-height: 14px;
}
.home-page .subscriber-row .widget-subscribe h2 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0 0 15px 0px;
}
@media (max-width: 768px) {
    .home-page .subscriber-row .widget-subscribe h2 {
        text-align: center;
    }
}
.home-page .subscriber-row .widget-subscribe form {
    padding: 0;
    margin: 0;
}
.home-page .subscriber-row .widget-subscribe .nsu-field {
    float: left;
    width: 100%;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    color: #C0C9D3;
}
.home-page .subscriber-row .widget-subscribe .nsu-submit {
    background: url("images/home/send-arow-head.png") center right 3px no-repeat #fff;
    background-size: 10px;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: #32BF62;
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
    margin-top: -60px;
    margin-right: 15px;
    padding: 0 20px;
    float: right;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.home-page .subscriber-row .widget-subscribe .nsu-submit:hover {
    background-size: 15px;
}
@media (max-width: 768px) {
    .home-page .subscriber-row .widget-subscribe {
        width: 100%;
        float: left;
        max-width: 100%;
        flex: 100%;
    }
}
@media (max-width: 768px) {
    .home-page .subscriber-row .widget-socialmedia {
        width: 50%;
        float: left;
        max-width: 100%;
        flex: 50%;
    }
}
@media (max-width: 767px) {
    .home-page .subscriber-row .widget-socialmedia {
        width: 100%;
        float: left;
        max-width: 100%;
        flex: 100%;
    }
}
.home-page .subscriber-row .menu-social-links-container {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
}
@media (max-width: 768px) {
    .home-page .subscriber-row .menu-social-links-container {
        padding: 20px 0 0 0;
    }
}
.home-page .subscriber-row .menu-social-links-container ul {
    float: left;
    width: 100%;
    text-align: center;
}
.home-page .subscriber-row .menu-social-links-container ul li {
    display: inline-block;
    margin: 0 10px;
}
.home-page .subscriber-row .menu-social-links-container ul li:hover {
    opacity: 0.8;
}
.home-page .subscriber-row .menu-social-links-container ul li a {
    font-size: 0;
    width: 30px;
    height: 25px;
    float: left;
}
.home-page .subscriber-row .menu-social-links-container ul li.menu-item-72 {
    background: url("images/home/icon-fb.png") center no-repeat;
}
.home-page .subscriber-row .menu-social-links-container ul li.menu-item-73 {
    background: url("images/home/icon-tw.png") center no-repeat;
}
.home-page .subscriber-row .menu-social-links-container ul li.menu-item-74 {
    background: url("images/home/icon-youtube.png") center no-repeat;
}
.home-page .subscriber-row .menu-social-links-container ul li.menu-item-75 {
    background: url("images/home/icon-ins.png") center no-repeat;
}
.home-page .subscriber-row .widget-downloads {
    padding-top: 50px;
    text-align: right;
}
.home-page .subscriber-row .widget-downloads p {
    padding: 0 0 0 65px;
    width: auto;
    display: inline-block;
    background: url("images/home/broucher-icon.png") left center no-repeat;
    line-height: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 50px;
}
.home-page .subscriber-row .widget-downloads p a {
    color: #fff;
}
@media (max-width: 768px) {
    .home-page .subscriber-row .widget-downloads {
        width: 50%;
        float: left;
        max-width: 100%;
        flex: 50%;
        padding: 20px 0 0 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .home-page .subscriber-row .widget-downloads {
        width: 100%;
        float: left;
        max-width: 100%;
        flex: 100%;
    }
}
.product-slider .slider-item {
    text-align: center;
    padding: 0 0 30px 0px;
}
.product-slider .slider-item .slider-item-inner {
    float: none;
    display: inline-block;
    border-radius: 5px;
    width: 90%;
    border-radius: 5px;
}
.product-slider .slider-item .slider-item-inner .product-img {
    float: left;
    width: 100%;
    margin-bottom: -255px;
}
.product-slider .slider-item .slider-item-inner .product-txt {
    float: left;
    width: 100%;
    padding: 30px;
}
.product-slider .slider-item .slider-item-inner .product-txt h2 {
    font-weight: 1000;
    font-size: 24px;
    color: rgb(255,
    255,
    255);
    line-height: 26px;
    margin: -7px 0px 0px;
    padding: 0px 0px 10px;
    transition: all 0.3s ease 0s;
}
.product-slider .slider-item .slider-item-inner .product-txt a {
    font-weight: 500;
    font-size: 20px;
    color: #47CD74;
    line-height: 26px;
    border: 0px;
    font-weight: 500;
    height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
.product-slider .slider-item .slider-item-inner:hover {
    box-shadow: 7px 12px 18px 0 rgba(109,
    120,
    131,
    0.44);
}
.product-slider .slider-item .slider-item-inner:hover .product-txt h2 {
    margin: 0;
}
.product-slider .slider-item .slider-item-inner:hover .product-txt a {
    height: 30px;
}
.about-page h2 {
    font-weight: 700;
    font-size: 50px;
    color: #47CD74;
    line-height: 60px;
}
.about-page .history-row {
    background: url("images/about/histry-side-branch.png") top right no-repeat;
    background-attachment: fixed;
    padding: 100px 0px;
}
.about-page .history-row .history-side-img {
    float: left;
    width: 440px;
}
@media (max-width: 991px) {
    .about-page .history-row .history-side-img {
        width: 100%;
        text-align: center;
    }
}
.about-page .history-row .history-side-img img {
    float: left;
    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .about-page .history-row .history-side-img img {
        float: none;
        display: inline-block;
    }
}
.about-page .history-row .history-side-txt {
    float: left;
    width: calc(100% - 440px);
}
@media (max-width: 991px) {
    .about-page .history-row .history-side-txt {
        width: 100%;
    }
}
.about-page .history-row .history-side-txt p {
    font-size: 18px;
    color: #393B41;
    line-height: 29px;
}
.about-page .history-row .history-side-txt ul {
    float: left;
    width: 100%;
    padding: 10px 0 0 20px;
    margin: 0 0 0 10px;
}
.about-page .history-row .history-side-txt ul li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    font-size: 18px;
    color: #393B41;
    line-height: 29px;
    font-family: "Avenir Next";
    list-style-image: url("images/about/list-img.png");
}
.about-page .history-slider img {
    width: 100%;
}
.about-page .history-slider .slick-dots {
    bottom: 30px;
}
.about-page .mission-row {
    text-align: center;
    padding: 50px 0px;
}
.about-page .mission-row .visionbox {
    background: url("images/about/vision-bg.png") left top no-repeat;
}
.about-page .mission-row .visionbox .vision-inner {
    min-height: 500px;
    padding: 200px 50px 0px 250px;
    background-size: cover;
}
.about-page .mission-row .visionbox .vision-inner h3 {
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}
.about-page .mission-row .visionbox .vision-inner p {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0 2px 4px rgba(0,
    0,
    0,
    0.15);
    text-align: left;
}
@media (max-width: 767px) {
    .about-page .mission-row .visionbox .vision-inner {
        padding: 130px 30px 0px 200px;
    }
    .about-page .mission-row .visionbox .vision-inner h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-page .mission-row .visionbox .vision-inner p {
        line-height: 22px;
        font-size: 18px;
    }
}
.about-page .mission-row .missionbox {
    background: url("images/about/mission-bg.png") right top no-repeat;
}
.about-page .mission-row .missionbox .vision-inner {
    min-height: 500px;
    padding: 140px 200px 0px 50px;
    background-size: cover;
}
.about-page .mission-row .missionbox .vision-inner h3 {
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}
.about-page .mission-row .missionbox .vision-inner p {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0 2px 4px rgba(0,
    0,
    0,
    0.15);
    text-align: left;
}
@media (max-width: 767px) {
    .about-page .mission-row .missionbox .vision-inner {
        padding: 130px 170px 0px 30px;
    }
    .about-page .mission-row .missionbox .vision-inner h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-page .mission-row .missionbox .vision-inner p {
        line-height: 22px;
        font-size: 18px;
    }
}
.about-page .strength-row p {
    font-size: 18px;
    color: #393B42;
    line-height: 30px;
}
.about-page .strength-row p strong {
    font-size: 25px;
    color: #393B42;
    font-weight: 400;
    line-height: 30px;
}
.about-page .strength-row p span {
    text-decoration: none !important;
    font-weight: 500;
    font-size: 25px;
    color: #393B42;
    line-height: 30px;
    padding: 30px 0px;
    float: left;
    width: 150%;
}
@media (max-width: 991px) {
    .about-page .strength-row p span {
        width: 100%;
    }
}
.about-page .strength-row p strong span {
    color: #47CD74;
    padding: 0px;
    width: auto;
    float: none;
}
.about-page .strength-row ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
    width: 150%;
}
@media (max-width: 991px) {
    .about-page .strength-row ul {
        width: 100%;
    }
}
.about-page .strength-row ul li {
    font-size: 18px;
    color: #393B42;
    text-align: justify;
    line-height: 30px;
    background: url("images/about/list-img.png") left top 10px no-repeat;
    width: 100%;
    float: left;
    padding-bottom: 15px;
    padding-left: 30px;
}
.about-page .strength-imgs {
    margin: 0 0;
    float: right;
    width: 50%;
}
.about-page .strength-imgs img {
    float: left;
    width: 100%;
}
@media (max-width: 991px) {
    .about-page .strength-imgs {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .about-page .strength-imgs {
        width: 50%;
    }
}
.about-page .chairman-row {
    background: url("images/about/chairman-bg.jpg") right center no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.about-page .chairman-row h2 {
    float: right;
    width: calc(90% - 260px);
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
    padding-left: 40px;
    padding-top: 100px;
}
@media (max-width: 768px) {
    .about-page .chairman-row h2 {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 40px;
        text-align: center;
        padding-left: 0px;
    }
}
.about-page .chairman-row .chairman-photo {
    float: left;
    width: 100%;
    max-width: 260px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 5px 4px 19px -10px rgba(0,
    0,
    0,
    0.75);
    -moz-box-shadow: 5px 4px 19px -10px rgba(0,
    0,
    0,
    0.75);
    box-shadow: 5px 4px 19px -10px rgba(0,
    0,
    0,
    0.75);
    margin-bottom: 80px;
    margin-left: 10%;
}
.about-page .chairman-row .chairman-photo img {
    float: left;
    width: 100%;
}
.about-page .chairman-row .chairmen-txt {
    background: #F4F9FE;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 80px;
    float: left;
    width: 100%;
}
.about-page .chairman-row .chairmen-txt:before {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #F4F9FE;
    content: '';
    position: absolute;
    margin-top: -120px;
    margin-left: 10%;
}
@media (max-width: 767px) {
    .about-page .chairman-row .chairmen-txt {
        padding: 80px 20px;
    }
}
.about-page .directors-row {
    padding: 50px 0px 30px 0px;
}
.about-page .directors-row h2 {
    text-align: center;
}
.about-page .directors-row .directors-list {
    padding-top: 30px;
}
.about-page .directors-row .directors-list .director-item {
    margin-bottom: 20px;
}
.about-page .directors-row .directors-list .director-item .director-img {
    text-align: center;
    width: 300px;
    float: left;
}
@media (max-width: 767px) {
    .about-page .directors-row .directors-list .director-item .director-img {
        width: 100%;
    }
}
.about-page .directors-row .directors-list .director-item .director-img span {
    width: 240px;
    height: 240px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.about-page .directors-row .directors-list .director-item .director-text {
    float: left;
    width: calc(100% - 300px);
    text-align: left;
}
@media (max-width: 767px) {
    .about-page .directors-row .directors-list .director-item .director-text {
        width: 100%;
    }
}
.about-page .directors-row .directors-list .director-item .director-text h3 {
    font-size: 28px;
    color: #393B42;
    line-height: 35px;
    padding-top: 50px;
}
@media (max-width: 767px) {
    .about-page .directors-row .directors-list .director-item .director-text h3 {
        padding-top: 20px;
    }
}
.about-page .directors-row .directors-list .director-item .director-text p {
    font-size: 18px;
    color: #393B42;
    line-height: 30px;
}
.production-wrap {
    padding: 50px 0px;
}
.production-wrap .slider-process {
    display: none;
}
.production-wrap .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0,
    -50%);
    -ms-transform: translate(0,
    -50%);
    transform: translate(0,
    -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}
.production-wrap .slick-prev {
    background: url("images/about/green-arrow-left.png") center no-repeat;
    left: -60px;
}
@media (max-width: 1030px) {
    .production-wrap .slick-prev {
        left: 15px;
    }
}
.production-wrap .slick-next {
    background: url("images/about/green-arrow-right.png") center no-repeat;
    right: -60px;
}
@media (max-width: 1030px) {
    .production-wrap .slick-next {
        right: 15px;
    }
}
.process-tabs {
    background: #47CD74;
}
.process-tabs ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.process-tabs ul li {
    display: inline-flex;
    padding: 15px 0px 0px 0px;
    margin: 0 20px;
    max-width: 160px;
    list-style-type: none;
}
.process-tabs ul li a {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 4px solid #47CD74;
}
.process-tabs ul li a .img {
    width: 100%;
    float: left;
    height: 55px;
}
.process-tabs ul li a .img img {
    float: none;
    display: inline-block;
}
.process-tabs ul li a .txt {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}
.process-tabs ul li a.active {
    border-bottom: 4px solid #FAE15D;
}
@media (max-width: 991px) {
    .process-tabs ul li {
        margin: 0 10px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .process-tabs ul li {
        margin: 0 10px;
        width: 100%;
        max-width: 100%;
    }
    .process-tabs ul li a {
        width: 100%;
        float: left;
        text-align: center;
    }
}
.news-details {
    padding: 25px 0px;
}
.news-details .news-item-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.news-details .news-item-wrap .news-item {
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0,
    0,
    0,
    0.06);
}
.news-details .news-item-wrap .news-item .news-img img {
    float: left;
    width: 100%;
}
.news-details .news-item-wrap .news-item .news-txt {
    padding: 30px;
}
.news-details .news-item-wrap .news-item .news-txt .date {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    color: #757D84;
    letter-spacing: 0;
    line-height: 25px;
}
.news-details .news-item-wrap .news-item .news-txt a h2 {
    font-weight: 500;
    font-size: 20px;
    color: #47CD74;
    letter-spacing: 0;
    line-height: 30px;
}
.news-details .news-item-wrap .news-item .news-txt a h2:hover {
    color: #111;
}
.news-details .news-item-wrap .news-item .news-txt .event-data {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #757D84;
    letter-spacing: 0;
    line-height: 30px;
}
.news-details .news-item-wrap .news-item .news-txt p {
    font-weight: 500;
    font-size: 16px;
    color: #9EA6AD;
    letter-spacing: 0;
    line-height: 25px;
}
.news-details .news-item-wrap .news-item .news-txt .link-blog {
    font-weight: 500;
    font-size: 20px;
    color: #47CD74;
    line-height: 26px;
    background: url("images/news/arrow-right.png") right center no-repeat;
    padding-right: 15px;
}
.news-details .news-item-wrap .news-item .news-txt .link-blog:hover {
    padding-right: 20px;
}
.single-banner img {
    width: 100%;
    float: left;
}
.blog-single {
    padding: 40px 0px;
}
.blog-single .single-heading a {
    font-weight: 500;
    font-size: 20px;
    color: #47CD74;
    line-height: 26px;
    background: url("images/news/arrow-left.png") center left no-repeat;
    padding-left: 15px;
}
.blog-single .single-heading a:hover {
    padding-left: 20px;
}
.blog-single .single-heading h1 {
    font-weight: 500;
    font-size: 40px;
    color: #47CD74;
    letter-spacing: 2.59px;
    line-height: 58px;
    padding: 40px 0px 20px 0px;
    margin: 0px;
}
.blog-single .single-heading .event-data {
    font-weight: 500;
    font-size: 24px;
    color: #CD954F;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0px 0px 20px 0px;
}
.blog-single .single-heading .meta-date {
    font-size: 18px;
    color: #757D84;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0px 0px 20px 0px;
}
.blog-single .single-content p {
    font-size: 20px;
    color: #686D72;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
}
.blog-single .single-content p strong {
    font-size: 24px;
    color: #686D72;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
}
.blog-single .single-content p a {
    color: #47CD74;
}
.blog-single .single-footer a {
    margin-right: 10px;
}
.blog-single .single-footer a:hover {
    opacity: 0.8;
}
.contact-info-wrap .halfwidth {
    float: left;
    width: 50%;
}
@media (max-width: 1024px) {
    .contact-info-wrap .halfwidth {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .contact-info-wrap .halfwidth.contact-map {
        height: 60vh !important;
    }
}
.contact-info-wrap .halfwidth #gmap {
    float: left;
    width: 100%;
    height: 100%;
}
.contact-info-wrap .contact-info .contact-info-top {
    background: #47CD74;
    float: left;
    width: 100%;
    padding: 50px;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner {
    float: left;
    width: 100%;
    max-width: 600px;
}
@media (max-width: 1024px) {
    .contact-info-wrap .contact-info .contact-info-top .contact-info-inner {
        max-width: 100%;
    }
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-address {
    float: left;
    width: 50%;
}
@media (max-width: 1024px) {
    .contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-address {
        width: 100%;
    }
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-address p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 25px;
    float: left;
    width: 100%;
    padding-left: 30px;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-address p.address {
    background: url("images/contact/icon-location.png") left top no-repeat;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone {
    float: left;
    width: 50%;
}
@media (max-width: 767px) {
    .contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone {
        width: 100%;
    }
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 25px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin: 0px;
    padding-left: 30px;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p.phone {
    background: url("images/contact/icon-phone.png") left top no-repeat;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p.email {
    background: url("images/contact/icon-email.png") left top no-repeat;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p.fax {
    background: url("images/contact/icon-fax.png") left top no-repeat;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p span {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p a {
    color: #fff;
}
.contact-info-wrap .contact-info .contact-info-top .contact-info-inner .contact-info-phone p a:hover {
    text-decoration: underline;
}
.contact-info-wrap .contact-info .contact-info-bottom {
    float: left;
    width: 100%;
    padding: 50px;
    background: #F4F9FE;
    border: 1px solid #ECF1F6;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner {
    float: left;
    width: 100%;
    max-width: 600px;
}
@media (max-width: 1024px) {
    .contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner {
        max-width: 100%;
    }
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner h2 {
    font-weight: 500;
    font-size: 28px;
    color: #47CD74;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 0 30px 0;
    margin: 0px;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box {
    float: left;
    width: 50%;
}
@media (max-width: 767px) {
    .contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box {
        width: 100%;
        padding-bottom: 30px;
    }
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box .sales-name {
    padding: 0 0 30px 30px;
}
@media (max-width: 767px) {
    .contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box .sales-name {
        padding: 0 0 10px 0px;
    }
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box h3 {
    font-weight: 500;
    font-size: 20px;
    color: #686D72;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 0 10px 0;
    margin: 0;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box h4 {
    font-weight: 500;
    font-size: 16px;
    color: #9EA6AD;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box p {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 15px 30px;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box p a {
    font-weight: 500;
    font-size: 20px;
    color: #686D72;
    letter-spacing: 0;
    line-height: 30px;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box p.sales-email {
    background: url("images/contact/icon-mail-green.png") top 7px left no-repeat;
}
.contact-info-wrap .contact-info .contact-info-bottom .contact-info-inner .seles-box p.sales-phone {
    background: url("images/contact/icon-call-green.png") top 7px left no-repeat;
}
.contact-info-wrap .form-wrapper {
    padding: 100px 0 150px 0px;
    background: url("images/contact/coco-btm.png") bottom right no-repeat;
}
.contact-info-wrap .form-wrapper .side-img {
    position: absolute;
    z-index: 3;
    right: 0;
    margin-top: -200px;
}
.infoboxmap {
    background: #F4F9FE;
    border: 1px solid #ECF1F6;
    padding: 10px;
    width: 200px;
}
.infoboxmap h2 {
    font-weight: 500;
    font-size: 16px;
    color: #9EA6AD;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 0 0 0px;
    margin: 0px;
}
.page-template-template-contact .grecaptcha-badge {
    display: block !important;
}
.form-wrapper-inner {
    float: left;
    width: 100%;
    max-width: 750px;
}
.form-wrapper-inner h2 {
    font-weight: 500;
    font-size: 32px;
    color: #47CD74;
    letter-spacing: 2.07px;
    line-height: 58px;
    padding-bottom: 30px;
    margin: 0;
}
.form-wrapper-inner .form-item {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}
.form-wrapper-inner .form-item span {
    float: left;
    width: 100%;
    font-size: 13px;
    padding-top: 10px;
}
.form-wrapper-inner .form-item .form-half {
    float: left;
    width: 50%;
    padding-right: 30px;
}
@media (max-width: 767px) {
    .form-wrapper-inner .form-item .form-half {
        width: 100%;
        padding-right: 0px;
    }
}
@media (max-width: 767px) {
    .form-wrapper-inner .form-item .form-half.form-half-left {
        padding-bottom: 40px;
    }
}
.form-wrapper-inner .form-item.full-item {
    padding-right: 30px;
}
@media (max-width: 767px) {
    .form-wrapper-inner .form-item.full-item {
        padding-right: 0px;
    }
}
.form-wrapper-inner .form-item label {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #79838E;
    line-height: 26px;
    padding-bottom: 10px;
}
.form-wrapper-inner .form-item input[type="text"] {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDD5DC;
    border-radius: 4px;
    padding: 0 15px;
    height: 58px;
    line-height: 58px;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0);
    color: #666;
    font-size: 16px;
}
.form-wrapper-inner .form-item input[type="email"] {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDD5DC;
    border-radius: 4px;
    padding: 0 15px;
    height: 58px;
    line-height: 58px;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0);
    color: #666;
    font-size: 16px;
}
.form-wrapper-inner .form-item textarea {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDD5DC;
    border-radius: 4px;
    padding: 0 15px;
    height: 250px;
    box-shadow: inset 0 1px 1px rgba(0,
    0,
    0,
    0);
    resize: none;
    color: #666;
    font-size: 16px;
}
.form-wrapper-inner .form-item .form-half-right {
    float: right;
}
.form-wrapper-inner .form-item .form-half-right input[type="submit"] {
    background: #47CD74;
    font-size: 20px;
    border: 1px solid #47CD74;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    float: right;
    height: 55px;
    line-height: 55px;
    padding: 0px 50px;
    border-radius: 4px;
}
.form-wrapper-inner .form-item .form-half-right input[type="submit"]:hover {
    color: #47CD74;
    background: #fff;
}
.form-wrapper-inner .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0;
}
.product-all-wrap {
    padding: 50px 0px;
}
.product-all-wrap .product-side {
    position: absolute;
    left: 0;
    margin-top: 50px;
    z-index: 10;
}
@media (max-width: 480px) {
    .product-all-wrap .product-side {
        display: none;
    }
}
.product-all-wrap .product-all-first {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-all-wrap .product-all-first .product-all-inner {
    background: url("images/products/product-first-bg.png") center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}
.product-all-wrap .product-all-first .product-all-inner .product-heading {
    float: left;
    padding: 30% 15%;
}
.product-all-wrap .product-all-first .product-all-inner .product-heading h3 {
    font-weight: 500;
    font-size: 40px;
    color: #CD954F;
    line-height: 60px;
    font-family: 'Kaushan Script',
    cursive;
}
.product-all-wrap .product-all-first .product-all-inner .product-heading h2 {
    font-weight: 700;
    font-size: 42px;
    color: #47CD74;
    line-height: 52px;
}
.product-all-wrap .product-all-item {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-all-wrap .product-all-item a .product-all-inner {
    background: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgba(137,
    153,
    168,
    0.34);
    float: left;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.product-all-wrap .product-all-item a .product-all-inner .product-img {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.product-all-wrap .product-all-item a .product-all-inner .product-img img {
    float: none;
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.product-all-wrap .product-all-item a .product-all-inner .product-heading {
    float: left;
    width: 100%;
    padding: 0px 30px 30px 30px;
}
.product-all-wrap .product-all-item a .product-all-inner .product-heading h2 {
    font-weight: 500;
    font-size: 24px;
    color: #434343;
    text-align: center;
    line-height: 30px;
}
.product-all-wrap .product-all-item a .product-all-inner .product-info-box {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
    position: absolute;
    bottom: -100%;
    transition: all 0.3s ease;
}
.product-all-wrap .product-all-item a .product-all-inner .product-info-box h2 {
    font-weight: 500;
    font-size: 24px;
    color: #47CD74;
    text-align: center;
    line-height: 26px;
    float: left;
    width: 100%;
}
.product-all-wrap .product-all-item a .product-all-inner .product-info-box p {
    font-weight: 500;
    font-size: 16px;
    color: #9EA6AD;
    text-align: center;
    line-height: 24px;
    float: left;
    width: 100%;
}
.product-all-wrap .product-all-item a .product-all-inner .product-info-box span {
    font-weight: 400;
    font-size: 20px;
    color: #47CD74;
    line-height: 26px;
    float: left;
    width: 100%;
}
.product-all-wrap .product-all-item:hover .product-all-inner {
    background: #FFFFFF;
    box-shadow: 1px 10px 25px 0 rgba(137,
    153,
    168,
    0.48);
}
.product-all-wrap .product-all-item:hover .product-all-inner .product-info-box {
    bottom: 0;
}
.single-product-wrap .breadcumb-line {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: AvenirNext-DemiBold;
    font-size: 20px;
    color: #CFD9E2;
    line-height: 26px;
}
.single-product-wrap .breadcumb-line a {
    padding-left: 20px;
    background: url("images/news/arrow-left.png") left center no-repeat;
    color: #47CD74;
}
.single-product-wrap .product-info .product-img .product-gallery {
    border: 1px solid #ededed;
}
.single-product-wrap .product-info .product-img .product-gallery .slide-item {
    text-align: center;
    padding: 30px;
}
.single-product-wrap .product-info .product-img .product-gallery .slide-item img {
    float: none;
    display: inline-block;
    max-width: 100%;
}
.single-product-wrap .product-info .product-img .product-thumbs {
    margin: 30px 0px 50px 0px;
}
.single-product-wrap .product-info .product-img .product-thumbs .slide-item {
    padding: 20px;
    border: 1px solid #fff;
}
.single-product-wrap .product-info .product-img .product-thumbs .slide-item img {
    float: left;
    width: 100%;
}
.single-product-wrap .product-info .product-img .product-thumbs .slick-current .slide-item {
    border: 1px solid #47CD74;
}
.single-product-wrap .product-info .product-img .product-thumbs .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 100%;
    z-index: 10;
    -webkit-transform: translate(0,
    -50%);
    -ms-transform: translate(0,
    -50%);
    transform: translate(0,
    -50%);
    top: 50%;
}
.single-product-wrap .product-info .product-img .product-thumbs .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.single-product-wrap .product-info .product-img .product-thumbs .slick-arrow.slick-next {
    background: url("images/arrow-left.png") center no-repeat;
    background-size: 30px;
    left: 10px;
}
.single-product-wrap .product-info .product-img .product-thumbs .slick-arrow.slick-prev {
    background: url("images/arrow-right.png") center no-repeat;
    background-size: 30px;
    right: 10px;
}
.single-product-wrap .product-info {
    padding-bottom: 40px;
}
.single-product-wrap .product-info h1 {
    font-weight: 500;
    font-size: 42px;
    color: #47CD74;
    line-height: 26px;
    padding-bottom: 40px;
    margin: 0px;
}
.single-product-wrap .product-info p {
    font-size: 18px;
    color: #393B41;
    line-height: 29px;
}
@media (max-width: 768px) {
    .single-product-wrap .product-data .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 30px;
    }
}
.single-product-wrap .product-data .packaging-box {
    float: left;
    width: 100%;
    border: 1px solid #E5EFF9;
    background: #BFCEDD;
}
.single-product-wrap .product-data .packaging-box .packge-line {
    float: left;
    width: 100%;
}
.single-product-wrap .product-data .packaging-box .packge-line .package-head {
    line-height: 50px;
    width: 200px;
    padding: 0px 20px;
    background: #BFCEDD;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    float: left;
}
.single-product-wrap .product-data .packaging-box .packge-line .package-text {
    float: left;
    width: calc(100% - 200px);
    line-height: 50px;
    padding: 0px 20px;
    font-size: 18px;
    color: #3C3E43;
}
.single-product-wrap .product-data .packaging-box .packge-line .package-text span {
    float: left;
    padding-right: 15px;
}
.single-product-wrap .product-data .packaging-box .packge-line.odd .package-text {
    background: #F4F7FB;
}
.single-product-wrap .product-data .packaging-box .packge-line.even .package-text {
    background: #fff;
}
.single-product-wrap .product-data .neutrition-wrap {
    float: left;
    width: 100%;
    border: 1px solid #E5EFF9;
}
.single-product-wrap .product-data .neutrition-wrap .neutrition-head {
    float: left;
    width: 100%;
    background: #BFCEDD;
}
.single-product-wrap .product-data .neutrition-wrap .neutrition-head .neutrion-type {
    float: left;
    width: 50%;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
}
.single-product-wrap .product-data .neutrition-wrap .neutritionline-inner {
    float: left;
    width: 100%;
}
.single-product-wrap .product-data .neutrition-wrap .neutritionline-inner .neutrion-type {
    float: left;
    width: 50%;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 18px;
    color: #3C3E43;
    line-height: 50px;
}
.single-product-wrap .product-data .neutrition-wrap .neutritionline-inner.odd {
    background: #F4F7FB;
}
.single-product-wrap .product-data .neutrition-wrap .neutritionline-inner.even {
    background: #fff;
}
.single-product-wrap .product-bttns {
    padding-top: 50px;
    padding-bottom: 100px;
}
.single-product-wrap .product-bttns .inquery-block {
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #D8D8D8;
}
.single-product-wrap .product-bttns .inquery-block a {
    background: #47CD74;
    font-size: 20px;
    border: 1px solid #47CD74;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    float: right;
    height: 55px;
    line-height: 55px;
    padding: 0px 50px;
    border-radius: 4px;
}
.single-product-wrap .product-bttns .inquery-block a:hover {
    background: #fff;
    color: #47CD74;
}
@media (max-width: 1200px) {
    .single-product-wrap .product-bttns .inquery-block {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .single-product-wrap .product-bttns .inquery-block a {
        float: left;
    }
}
.single-product-wrap .product-bttns .contact {
    float: left;
    line-height: 55px;
    background: url("images/contact/icon-call-green.png") left center no-repeat;
    padding-left: 30px;
    font-size: 20px;
    color: #393B41;
    height: 55px;
    line-height: 55px;
}
.relative-productbox {
    padding-bottom: 50px;
}
.relative-productbox .relative-title h2 {
    font-weight: 700;
    font-size: 42px;
    color: #434343;
    line-height: 60px;
    padding-bottom: 30px;
}
.relative-productbox .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 100%;
    z-index: 10;
    -webkit-transform: translate(0,
    -50%);
    -ms-transform: translate(0,
    -50%);
    transform: translate(0,
    -50%);
    top: 50%;
}
.relative-productbox .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
}
.relative-productbox .slick-arrow.slick-next {
    background: url("images/arrow-left.png") center no-repeat;
    left: 10px;
}
.relative-productbox .slick-arrow.slick-prev {
    background: url("images/arrow-right.png") center no-repeat;
    right: 10px;
}
.product-inquery-wrap {
    display: none;
}
.fancybox-slide .form-wrapper-inner {
    max-height: 90vh;
    float: none;
    margin: 0px auto;
}

/*# sourceMappingURL=style.css.map */