.new-home-slide {
    min-height: 1px;
    height: auto !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-home-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/new-slide-overlay.png);
    background-repeat: repeat-y;
    background-size: contain;
}

.new-home-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: 0;
    background-image: url(../images/Wave_Home_Page.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    background-position: bottom center;
}

.new-home-slide .download-top-block {
    z-index: 1;
    width: 100%;
    max-width: 535px;
    height: 55vh;
    margin: 0;
    text-align: left;
    padding: 15vh 1vw 5vh 1vw;
    position: relative;
}

@media(min-width:1025px) and (max-width: 1550px){
    .new-home-slide .download-top-block {
       height: 70vh !important;
    }
}


.new-home-slide .download-top-block h1 {
    font-size: 42px;
    color: #ffffff;
    margin: 0;
    line-height: 82px;
}

.new-home-slide .download-top-block .news-subtitle {
    display: block;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.home-banner-new-one {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Homepage_Banner1.jpg);
}

.home-banner-new-two {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Homepage_Banner2.jpg);
}

.home-banner-new-three {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Homepage_Banner3.jpg);
}

.home-banner-new-four {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Homepage_Banner4.jpg);
}
.home-banner-new-five {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Challenges-ww-banner.jpg);
}
.home-banner-new-six {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Challenges-ootw-banner.jpg);
}
.home-banner-new-seven {
    background-image: url(/assets_v2/2019/images/banners/aug_19/Challenges-cg-banner.jpg);
}

.new-home-page {
    position: relative;
}

.new-home-page .blogtop-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/nh-oval.svg);
    background-repeat: no-repeat;
    display: block;
    width: 230px;
    height: 230px;
    background-size: contain;
}

.new-home-page .slick-dots {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 60%;
    bottom: 45px;
}

.new-home-page .slick-dots li button:hover,
.new-home-page .slick-dots li.slick-active button {
    background-color: #ff2e75;
}

.new-home-page .slick-dots li button:active {
    outline: 0;
}

.home-body-section {
    position: relative;
    padding-bottom: 45px;
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(242, 250, 255, 0.6) 80%);
    background: -webkit-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(242, 250, 255, 0.6) 80%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(242, 250, 255, 0.6) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#F2FAFF", GradientType=1);
}

.explore-list-blocks-new {
    margin-bottom: 102px;
    position: relative;
}

.explore-list-blocks-new .container {
    font-size: 0;
}

.explore-list-blocks-new::before {}

.explore-list-blocks-new .explore-list {
    width: calc(21% - 20px);
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.explore-list-blocks-new .explore-blocks {
    width: calc(79% - 20px);
    display: inline-block;
    vertical-align: middle;
}

.explore-list-blocks-new .explore-blocks h2 {
    margin: 0 0 20px;
    font-size: 35px;
}


.new-product-grid {
    position: relative;
    display: none;
}

.new-product-grid.active {
    display: block;
}

.new-product-grid .product-block {
    float: left;
    width: calc(24.15% - 5px);
    margin: 5px;

}

.new-product-grid .product-block.latest {
    width: calc(48.75% - 5px);
}

.new-product-grid .product-block .product-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 5px;
    display: block;
    transition: all 0.5s ease;
}

.new-product-grid .product-block .product-image:hover {
    transform: scale(1.02);
}

.new-product-grid .product-block .product-image:after {
    content: "";
    width: calc(100% - 0px);
    height: 30%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.77;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.80) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.80) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.80) 100%);
    border-radius: 5px;
}

.new-product-grid .product-block .product-image .product-image-text {
    position: absolute;
    color: #fff;
    padding: 10px;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.new-product-grid .product-block .product-image .product-image-text .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.new-product-grid .product-block.latest .product-image .product-image-text .title {
    font-size: 25px;
}

.new-product-grid .product-block .product-image .product-image-text .desc {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.explore-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.explore-list ul a {
    display: block;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    text-decoration: none;
    padding: 15px 35px 15px 42px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    height: 67px;
    position: relative;
}

.explore-list ul li.active a,
.explore-list ul li:hover a {
    font-weight: 600;
    color: #ff2e75;
}


.explore-list ul li:hover a::before,
.explore-list ul li.active a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #ff2e75;
    left: 23px;
    top: 23px;
    display: inline-block;
}

.pexplore-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pexplore-list ul a {
    display: block;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    text-decoration: none;
    padding: 15px 35px 15px 42px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    height: 67px;
    position: relative;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.pexplore-list ul li:hover a {
    color: #ff2e75;
    font-weight: 600;
    background-image: url('../images/arrow-pink.svg');
}

.pexplore-list ul li:hover a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #ff2e75;
    left: 23px;
    top: 23px;
    display: inline-block;
}

.explore-list .drop,
.pexplore-list .drop {
    display: none;
}

.featured-list-blocks-new .explore-list ul {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.featured-list-blocks-new .explore-list ul li {
    display: inline-block;
    font-size: 0;
}

.featured-list-blocks-new .explore-list ul li a {
    border-bottom: 0px;
    border-right: 1px solid rgba(151, 151, 151, 0.2);
    height: auto;
    padding: 0 40px;
    line-height: 1;
}

.featured-list-blocks-new .explore-list ul li:last-child a {
    border: 0;
}

.featured-list-blocks-new .explore-list ul li:hover a::before,
.featured-list-blocks-new .explore-list ul li.active a::before {
    top: 3px;
}

.new-product-block {
    margin-bottom: 45px;
}

.new-product-block .last {
    margin-bottom: 0;
}

.new-product-block-inner {
    background: #FFFFFF;
    box-shadow: 0 10px 40px 0 rgba(10, 84, 125, 0.07);
    border-radius: 5px;
    padding: 48px 80px;
    float: left;
    width: 100%;
}

.product-right-block {
    width: 100%;
    max-width: 420px;
    float: right;
    margin-left: 20px;
}

.product-left-block {
    width: calc(100% - 460px);
    float: left;
    margin-right: 20px;
}

.product-left-block h2 {
    font-size: 35px;
    line-height: 66px;
    margin: 0;
}

.product-left-block .contant {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 26px;
    margin: 32px 0;
}

.product-right-block .product-image {
    max-width: 420px;
    padding-bottom: 100%;
    border-radius: 5px;
}



.product-left-block .button.white {
    border: 1px solid;
    margin-left: 20px;
}

.new-product-block-alt .product-right-block {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.new-product-block-alt .product-left-block {
    margin-left: 20px;
    margin-right: 0;
}

.featured-list-blocks-new {
    margin: 5% 0;
}

.featured-list-blocks-new h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.featured-list-blocks-new .new-product-grid .product-block {
    width: calc(20% - 20px);
    margin: 10px;
}

.post-list-blocks {
    padding-top: 128px;
    margin-bottom: 95px;
    position: relative;
}

.post-list-blocks::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/green-downloads-1.png);
    width: 240px;
    height: 160px;
    z-index: -1;
    opacity: 0.5;
}

.post-list-blocks .pexplore-list {
    width: 21.5%;
    padding-left: 20px;
    margin-top: 30px;
    float: right;
}

.post-list-blocks .explore-blocks {
    width: 78.5%;
    float: left;
    padding-right: 20px;
    padding-left: 4%;
}

.post-list-blocks .explore-blocks .new-product-grid .product-block {
    width: calc(44.15% - 5px);
}

.post-list-blocks .explore-blocks .new-product-grid .product-block.latest {
    width: calc(53.75% - 5px);
}

.post-list-blocks .explore-blocks .new-product-grid .product-block .product-image {
    padding-bottom: 59.5%;
}

.post-list-blocks .explore-blocks .new-product-grid .product-block.latest .product-image {
    padding-bottom: 100%;
}

.post-list-blocks .explore-blocks .new-product-grid .product-block .product-image:after {
    content: "";
    width: calc(100% - 0px);
    height: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    /*
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    background: -webkit-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#000000", GradientType=1);
*/

    opacity: 0.77;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.50) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.50) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.00) 3%, rgba(0, 0, 0, 0.50) 100%);
    border-radius: 5px;
}

.post-list-blocks .explore-blocks .new-product-grid .product-block .product-image .post-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    z-index: 99;
}

.post-list-blocks .explore-blocks .new-product-grid .product-block .product-image .post-meta h3 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin: 0
}

.post-list-blocks .explore-blocks .new-product-grid .product-block .product-image .post-meta span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}


.new-home-page .client-logos {
    margin-bottom: 80px;
}

.new-home-page .client-logos h2 {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    margin: 0 0 50px;
}

.new-home-page .client-logos .logos {
    font-size: 0;
    margin-bottom: 85px;
    text-align: center;
}

.new-home-page .client-logos .logo {
    display: inline-block;
    width: 100%;
    max-width: 14.28%;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

@media (max-width:1100px) {
    .new-home-slide .download-top-block h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    .new-home-slide .download-top-block .news-subtitle {
        font-size: 20px;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .new-product-block-inner {
        padding: 48px;
    }
}

@media (max-width:975px) {

    .pexplore-list ul a,
    .explore-list ul a {
        font-size: 21px;
        line-height: 21px;
        height: 55px;
    }

    .post-list-blocks .explore-blocks .new-product-grid .product-block .product-image .post-meta h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .post-list-blocks .explore-blocks .new-product-grid .product-block .product-image .post-meta span {
        font-size: 13px;
        line-height: 15px;
    }

    .product-left-block h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .product-left-block .contant {
        font-size: 14px;
        line-height: 25px;
        margin: 25px 0;
    }

    .button {
        font-size: 13px;
        padding: 15px 25px 13px;
    }

    .explore-list-blocks-new .explore-blocks h2 {
        font-size: 30px;
    }

    .featured-list-blocks-new {
        text-align: center;
    }

    .featured-list-blocks-new .new-product-grid {
        font-size: 0;
    }

    .featured-list-blocks-new .new-product-grid .product-block {
        float: none;
        display: inline-block;
        width: calc(33.3% - 20px);
        text-align: left;
    }
}

@media (max-width:768px) {
    .new-home-slide {
        min-height: 375px;
    }

    .new-home-page .slick-dots {
        bottom: 21px;
    }

    .explore-list-blocks-new .explore-list {
        margin-top: 0;
    }

    .pexplore-list ul a,
    .explore-list ul a {
        font-size: 18px;
        line-height: 18px;
        height: 50px;
    }

    .explore-list-blocks-new .explore-list {
        width: 100%;
        padding-right: 0;
    }

    .explore-list-blocks-new .explore-blocks {
        width: 100%;
        float: right;
        padding-left: 0;
    }

    .explore-list-blocks-new .explore-list {
        height: 67px;
        overflow: visible;
        position: relative;
        z-index: 3;
        margin: auto;
    }

    .pexplore-list,
    .explore-list {
        position: relative;
    }

    .pexplore-list ul,
    .explore-list ul {
        position: relative;
        background: #fff;
    }

    .pexplore-list ul li,
    .explore-list ul li {
        display: none;
    }

    .pexplore-list.active ul li,
    .explore-list.active ul li {
        display: block;
    }

    .pexplore-list ul li.active,
    .explore-list ul li.active {
        display: block;
        position: relative;
    }

    .pexplore-list .drop,
    .explore-list .drop {
        display: block;
        position: absolute;
        right: 15px;
        top: 14px;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .pexplore-list .drop:after,
    .explore-list .drop:after {
        text-align: center;
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 30px;
        color: #ff2e75;
    }

    .new-product-block-inner {
        padding: 30px;
    }

    .product-left-block {
        width: 45%;
    }

    .product-right-block {
        width: 45%;
        max-width: initial;
    }

    .post-list-blocks .pexplore-list {
        width: 100%;
        padding-left: 0;
    }

    .post-list-blocks .explore-blocks {
        margin-top: 25px;
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }

    .new-home-page .client-logos .logos {
        text-align: center;
    }

    .new-home-page .client-logos .logo {
        max-width: 33.33%;
        margin: 10px 0;
    }

    .explore-list-blocks-new .explore-blocks h2 {
        font-size: 25px;
    }

    .explore-list ul li:hover a::before,
    .explore-list ul li.active a::before {
        top: 14px;
    }

    .pexplore-list ul li:hover a::before,
    .pexplore-list ul li.active a::before {
        top: 14px;
    }

    .featured-list-blocks-new .explore-list ul {
        background-color: transparent;
    }

    .featured-list-blocks-new .explore-list ul li a {
        margin: 5px;
        padding: 0 35px;
    }

    .featured-list-blocks-new .explore-list ul li.active {
        display: inline-block;
    }

    .featured-list-blocks-new .explore-list ul li:hover a::before,
    .featured-list-blocks-new .explore-list ul li.active a::before {
        top: 0;
        height: 18px;
    }
    
    .product-left-block .button.white,
    .product-left-block .button {
        margin: 5px;
    }
}

@media (max-width:640px) {
    .new-home-page .slick-dots {
        bottom: 0;
        left: 50%;
    }

    #exploreTop .new-product-grid .product-block {
        width: 50%;
        margin: 0;
        padding: 5px;
    }

    #exploreTop .new-product-grid .product-block.latest,
    .post-list-blocks .explore-blocks .new-product-grid .product-block,
    .post-list-blocks .explore-blocks .new-product-grid .product-block.latest {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    #exploreTop .new-product-grid .product-block.latest {
        margin-bottom: 0;
    }

    .product-left-block {
        width: 100%;
        margin: 0 !important;
        padding-top: 20px;
        text-align: center;
    }

    .product-right-block {
        width: 100%;
        max-width: initial;
        margin: 0;
    }

    .product-right-block .product-image {
        max-width: initial;
    }

    .new-home-page .client-logos .logo {
        max-width: 50%;
        margin: 10px 0;
    }

    .explore-list-blocks-new {
        margin-bottom: 40px;
    }

    .post-list-blocks {
        margin-bottom: 50px;
    }

    .new-product-grid .product-block .product-image .product-image-text .title {
        font-size: 15px;
    }

    .new-product-grid .product-block.latest .product-image .product-image-text .title {
        font-size: 20px;
    }

    .new-product-grid .product-block .product-image .product-image-text .desc {
        font-size: 15px;
    }
}


.home-banner-slider .new-home-slide .logo {
    width: 200px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.home-banner-slider .new-home-slide .logo.ww {
    width: 200px;
    height: 100px;
    /*        margin: 20px 0 -30px 0;*/
}

.home-banner-slider .new-home-slide .logo.ootw {
    width: 200px;
    height: 100px;
    /*        margin: 20px 0 -30px 0;*/
}

.home-banner-slider .new-home-slide .logo.cg {
    width: 200px;
    height: 170px;
    /*        margin: 0 0 -30px 0;*/
}

.home-banner-slider .new-home-slide h6 {
    margin-top: 10px;
    color: #fff;
    display: none;
}

.home-banner-slider .new-home-slide h4 {
    margin-bottom: 10px;
}

.home-banner-slider .new-home-slide h1 {
    margin-top: 0;
}

 .featured-in .links {
    text-align:  center;
    width: 100%;
    margin: 5vh auto;
}
.featured-in ul{
    margin: 0;
    padding: 0;
}

.featured-in ul li{
    display: inline-block;
    margin: 0px;
}
.featured-in ul li a{
    padding: 10px;
    color: #333333;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
}
.text-gray-59 {
    color: #595757;
}
.text-gray-B3 {
    color: #B3B3B3;
}
.footer-white-shadow {
    box-shadow: 0px 0px 5px #E8E8E8;
}
.grid-window-background {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.25;
    position:absolute;
    z-index: 998;
    top: 0px;
    display: none;
}

.privacy-first-child>li {
    margin-left: 2em;
    list-style-type: disc;
}

.privacy-second-child>li {
    margin-left: 2em;
    list-style-type: circle;
}

.privacy-third-child>li {
    margin-left: 2em;
    list-style-type: square;
}