#homeVideoBlock {
    max-height: 75vh;
    overflow: hidden
}

#homeVideoBlock .homeVideoBlockOverlay {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    /*max-height: 75 vh;*/
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#homeVideoBlock .homeVideoBlockOverlay.video {
    /* background-image: none;*/
    /* max-height: 75 vh;*/
    overflow: hidden
}

#homeVideoBlock .homeVideoBlockOverlay video {
    display: none
}

#homeVideoBlock .homeVideoBlockOverlay.video video {
    display: block;
    width: 100%
}

.videoTitleBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.videoTitleBlock h2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 6px 10px #64666a;
    line-height: 85px
}

.videoTitleBlock a.videoButton {
    font-size: 31px;
    font-family: Arial;
    font-weight: 700;
    background: #ffbe3d;
    color: #000;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    border: 2px solid transparent;
    transition: all .5s ease-in
}

.videoTitleBlock a.videoButton:hover {
    color: #fff;
    border-color: #fff;
    background-color: #cf2030
}

#homeVideoAfterSections {
    padding: 10px 0 80px;
}

.homeVideoAfterBlocks .row {
    margin-bottom: 20px
}

.homeVideoAfterBlocks .row:last-child {
    margin-bottom: 0
}

.blockImg {
    position: relative;
    padding: 30px 30px 0
}

.blockImg span {
    width: 0;
    height: 0;
    border-top: 200px solid #cf2030;
    border-bottom: 0 solid transparent;
    border-right: 200px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.blockImg img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    box-shadow: 15px 15px 19px -16px #000
}

.blockCont h4 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    color: #292727;
    line-height: 40px
}

.blockCont p, .bni_counter_text, .counter_info p, .homeTestimonialBlock p {
    font-size: 18px;
    font-family: Arial;
    color: rgba(100, 102, 106, .7)
}

section#homeGetInvitedBand {
    padding: 50px 0;
    box-shadow: 0 3px 15px -5px #000
}

section#homeGetInvitedBand h4 {
    color: #fff;
    font-size: 46px;
    font-weight: 700
}

section#homeGetInvitedBand p {
    color: #EEEEEE;
    font-size: 16px;
    width: 65%;
    margin: 30px auto 40px;
}

.ytViewMore a, section#homeGetInvitedBand a {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 5px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #fff;
    transition: all .5s linear
}

section#homeGetInvitedBand a:hover {
    text-decoration: none;
    background: 0 0;
    color: #fff;
    border-color: #fff
}

/* New design starts */

.bni_counter_testimonial {
    padding: 40px 0;
}

section#homeGrowthNumbersSection {
    margin-top: 10px;
    margin-bottom: 80px
}

section#homeGrowthNumbersSection .homeGrowthNumbersBlock {
    height: 100%;
    margin-top: 60px;
    width: 90%;
}

.homeGrowthNumbersBlock h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.homeGrowthNumbersBlock p {
    color: #000000;
    margin: 0;
}

section#homeGrowthNumbersSection .counterSectionImg img {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -60px;
}

.counter_info {
    background: rgba(241, 241, 241, 0.5);
}

#counter_info_2, #counter_info_3 {
    background: rgba(241, 241, 241, 1);
}

section#homeGrowthNumbersSection h4.bni_counter_info {
    color: #cf2030;
    display: flex;
    font-size: 37px;
    margin-bottom: 0;
    font-weight: 700;
    justify-content: center;
    line-height: 50px;
}

section#homeGrowthNumbersSection .bni_counter_text p {
    line-height: 26px;
    margin-bottom: 0px;
    color: rgba(54, 53, 53, 1);
    font-size: 19px;
    text-align: center;
    font-family: Arial !important;
}

section#homeGrowthNumbersSection .bni_counter_text span {
    display: block
}

p.counter_center_text {
    position: absolute;
    z-index: 99;
    background: #64666a;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 7px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: bold;
    font-family: Arial !important;
    margin-bottom: 0;
}

div#bniCounterTestimonials {
    margin-top: -25px;
}

div#bniCounterTestimonials .carousel-inner {
    height: auto !important;
}

#bniCounterTestimonials .carousel-item-next,
#bniCounterTestimonials .carousel-item-prev,
#bniCounterTestimonials .carousel-item.active {
    display: flex;
}

.bni_counter_testimonial {
    align-items: center;
    justify-content: center;
}

#bniCounterTestimonials .bni_counter_testimonial img {
    width: 180px;
    margin-right: 35px;
}

.bni_counter_testimonial_inner {
    width: 85%;
    margin: 0 auto;
}

.counter_testimonial_content {
    background: white;
    padding: 40px 40px 40px 20px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.16);
    position: relative;
    min-height: 200px;
}

.counter_testimonial_content::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: -55px;
    border-style: solid;
    border-width: 0 60px 50px 0;
    border-color: transparent #ffffff transparent transparent;
    -webkit-filter: drop-shadow(-10px 0px 4px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(-10px 0px 6px rgba(0, 0, 0, 0.16));
}

.quote_icon {
    font-size: 32px;
    color: #cf2030;
    line-height: 0px;
    position: relative;
    top: -10px;
    padding: 0 20px 0 5px;
}

.quote_content p {
    line-height: 27px;
    color: #000000;
}

.quote_content h6 {
    color: #000;
    margin-bottom: 0;
    font-family: Arial !important;
}

.quote_content h6 span {
    color: #64666a;
    margin: 0px 5px;
}

#bniCounterTestimonials .carousel-control-next,
#bniCounterTestimonials .carousel-control-prev {
    top: 46%;
    bottom: inherit;
    width: 40px;
    opacity: 1;
    color: #64666a !important;
    height: 20px;
    font-size: 24px;
}

.three_ways_heading_section {
    width: 75%;
}

.three_ways_heading_section h4 {
    font-size: 35px;
    line-height: 57px;
    font-family: Arial !important;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}

.three_ways_heading_section p {
    font-size: 21px;
    font-family: Arial !important;
    line-height: 31px;
    letter-spacing: 0.42px;
    margin: 0;
    color: #000000;
}

.three_ways_description_section h5 {
    font-size: 21px;
    margin: 20px 0;
    line-height: 27px;
    letter-spacing: 0.42px;
}

.three_ways_description_section p {
    font-size: 16px;
    margin: 0;
    line-height: 23px;
    color: #000000;
}

#three_ways_experiences {
    margin-bottom: 50px;
}

#bniCounterTestimonials .carousel-control-next-icon,
#bniCounterTestimonials .carousel-control-prev-icon {
    background-image:none !important;
}

/* new home design ends */

/* home marketo form */
.successnet_newsletter{
    min-height:280px;
}

section#successnet {
    margin-bottom: 80px;
}

#successnet h3 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.72px;
    font-weight: bold;
    color:#ffffff;
    font-family: Arial !important;
}

.lastStep_newsLetterSubscribe .mktoFormRow input#Email {
    border: 1px solid #cf2030;
}

#successnet .successnet_newsletter h3 {
    margin-bottom: 30px;
    color:#cf2030;
    line-height: 32px;
}

.lastStep_newsLetterSubscribe h3 sup {
    font-size: 22px;
}

.lastStep_newsLetterSubscribe p {
    font-size: 21px;
    color: #64666A !important;
}

.lastStep_newsLetterSubscribe .mktoFormRow input#Email {
    font-size: 18px !important;
}

.lastStep_newsLetterSubscribe .theLatest-newsLetter {
    width:90%;
}

#anothernewsform i.fal.fa-check-circle {
    color:#cf2030 !important;
    font-size: 65px;
}

.lastStep_newsLetterSubscribe .theLatest-newsLetter .mktoButtonRow {
    right: 0;
    top: inherit;
}

/* home marketo form ends */

section#homeTestimonialSection {
    margin-bottom: 80px
}

section#homeTestimonialSection h4 {
    color: #cf2030;
    font-weight: 700;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 50px
}

div#homeTestimonialcarousel {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
}

.carousel-inner .col-sm-5, div#homeTestimonialcarousel .carousel-inner .col-sm-7 {
    padding: 0
}

div#homeTestimonialcarousel .homeTestimonialVideoBlock {
    padding-bottom: 65%;
    position: relative;
    margin: 0;
}

div#homeTestimonialcarousel .homeTestimonialVideoBlock iframe, div#homeTestimonialcarousel .homeTestimonialVideoBlock img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

div#homeTestimonialcarousel .homeTestimonialVideoBlock img {
    z-index: 11
}

section#homeTestimonialSection .col-sm-5 {
    box-shadow: 15px 1px 15px -6px #b8b8b8;
    position: initial
}

div#homeTestimonialcarousel .homeTestimonialBlock {
    padding: 0px 20px;
}

div#homeTestimonialcarousel .homeTestimonialAuthorImg {
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 100%
}

div#homeTestimonialcarousel .homeTestimonialAuthorImg img {
    width: 100%;
    border-radius: 100%
}

section#homeTestimonialSection .homeTestimonialBlock h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 5px;
    color: #cf2030;
    letter-spacing: -0.36px;
    text-transform: none !important;
}

section#homeTestimonialSection .homeTestimonialBlock h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 18px;
    position: relative;
    color: #363535;
}

section#homeTestimonialSection .homeTestimonialBlock h5::after {
    width: 9%;
    height: 3px !important;
    margin-top: 10px
}

.homeTestimonialBlock p {
    font-size: 18px;
    font-family: Arial !important;
    color: #363535;
    line-height: 25px;
}

section#homeTestimonialSection .homeTestimonialBlock h6 {
    font-size: 24px;
    color: #000000;
}

div#homeTestimonialcarousel .homeCarouselArrows {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 25px;
    left: 20px;
    z-index: 99
}

div#homeTestimonialcarousel .homeCarouselArrows .carousel-control-next, div#homeTestimonialcarousel .homeCarouselArrows .carousel-control-prev {
    position: relative;
    background: #ffbe3d;
    border: 1px solid #64666a;
    width: 60px;
    height: 60px;
    opacity: 1;
    color: #64666a;
    text-decoration: none;
    transition: all .3s ease
}

div#homeTestimonialcarousel .homeCarouselArrows .carousel-control-next:hover, div#homeTestimonialcarousel .homeCarouselArrows .carousel-control-prev:hover {
    background: #cf2030;
    border-color: #fff;
    color: #fff
}

div#homeTestimonialcarousel .carousel-control-next-icon, div#homeTestimonialcarousel .carousel-control-prev-icon {
    background-image: none !important;
    font-size: 32px !important;
    width: auto;
    height: auto;
    margin-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center
}

div#homeTestimonialcarousel .carousel-item-next, div#homeTestimonialcarousel .carousel-item-prev {
    display: flex
}

div#homeTestimonialcarousel .carousel-item {
    padding-right: 20px
}

.leftChapterSection {
    background: url(/wp-content/uploads/2024/02/Getting-Started-IMG-100KB.jpg) no-repeat center center/cover
}

.rightChapterSection {
    padding: 60px;
    -webkit-box-shadow: inset 0 -30px 100px -50px #000;
    -moz-box-shadow: inset 0 -30px 100px -50px #000;
    box-shadow: inset 0 -30px 100px -50px #000
}

.rightChapterBlock h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: inherit !important;
    margin-bottom: 10px;
    position: relative
}

.rightChapterBlock h4::after {
    background: #fff;
    height: 4px;
    width: 12%
}

.rightChapterBlockIcon {
    margin: 30px 0 50px;
}

.rightChapterBlockIcon p {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.rightChapterBlockIcon ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    width: 120%;
    left: -10%;
}

.rightChapterBlockIcon ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 9;
    flex: 1;
}

.rightChapterBlockIcon ul li span {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
}

.rightChapterBlockIcon ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    margin-bottom: 15px;
}

.rightChapterBlockIcon ul li:first-child p::after {
    content: "";
    width: 75%;
    height: 1px;
    border-top: 2px dashed #fff;
    position: absolute;
    left: 13%;
    z-index: -1;
}

.rightChapterBlockIcon ul li p i {
    background: #ffffff;
    color: #cf2030;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

a.findChapterBtn {
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #232323;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: bold;
    cursor: pointer;
    min-width: 65%;
    transition: all .5s ease-in-out;
}

a.findChapterBtn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

#homeTheLatestBlogSection {
    padding: 60px 0 0
}

#homeTheLatestBlogSection h4.headingTitle {
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 40px
}

#homeTheLatestBlogSection h4.headingTitle::after {
    width: 8%;
    height: 5px
}

div#homeCarouselBlogSection {
    position: absolute;
    z-index: 9;
    top: -100px;
    left: -12%
}

figure.homeGreyLatestSectionBlock {
    margin-bottom: 100px;
    position: relative;
    box-sizing: content-box;
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 3px 10px 20px -10px #000
}

figure.homeGreyLatestSectionBlock img {
    position: relative;
    display: block
}

figure.homeGreyLatestSectionBlock figcaption {
    padding: 2em
}

figure.homeGreyLatestSectionBlock figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.homeGreyLatestSectionBlock figcaption {
    transition: all .5s linear
}

figure.homeGreyLatestSectionBlock figcaption > div {
    position: absolute;
    bottom: -14%;
    left: 3%;
    width: 94%;
    height: 30%;
    background: #fff;
    color: #cf2030;
    padding: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    transition: height .5s ease
}

figure.homeGreyLatestSectionBlock h5 {
    font-size: 28px;
    text-transform: capitalize
}

figure.homeGreyLatestSectionBlock h5, figure.homeGreyLatestSectionBlock p {
    margin: 0
}

figure.homeGreyLatestSectionBlock p {
    color: #64666a;
    text-transform: none;
    font-size: 10px;
    opacity: 0;
    text-align: center;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition-delay: 2s;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, height .2s, overflow .2s, transform .35s
}

figure.homeGreyLatestSectionBlock p a {
    display: inline-flex;
    justify-content: center;
    margin: 10px auto 0;
    padding: 5px 25px;
    border-radius: 10px;
    font-size: 16px;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease-in
}

figure.homeGreyLatestSectionBlock p a:hover {
    color: #cf2030;
    text-decoration: none;
    border-color: #cf2030
}

figure.homeGreyLatestSectionBlock h5 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

figure.homeGreyLatestSectionBlock:hover p {
    opacity: 1;
    font-size: 18px
}

figure.homeGreyLatestSectionBlock figcaption:hover > div {
    height: 75%
}

figure.homeGreyLatestSectionBlock:hover h5, figure.homeGreyLatestSectionBlock:hover p {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: visible
}

#carouselBlog {
    box-shadow: 0 0 25px -11px #000;
    background: #fff;
    padding-bottom: 30px;
    width: 105%
}

#homeTestimonialcarousel .carousel-item .row {
    width: 100%
}

#carouselBlog .carousel-indicators {
    justify-content: space-evenly;
    bottom: 26px
}

.homeBlogBlocks {
    padding: 20px 30px 30px
}

.carousel-item img {
    width: 100%;
    height: auto
}

p.date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 8px;
    background: #cf2030;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    border-radius: 12px;
    top: 2%;
    right: 2%;
    line-height: 26px
}

p.date span:first-child {
    font-size: 26px
}

.homeBlogBlocks h5 {
    color: #cf2030;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.homeBlogBlocks span {
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 18px;
    text-transform: capitalize
}

span.newDate {
    font-weight: normal !important;
    font-size: 14px !important;
    margin: 0 !important;
    color: #cf2030;
    text-transform: uppercase !important;
}

.homeBlogBlocks span a {
    color: #000000;
}

div#homeTestimonialcarousel .homeTestimonialVideoBlock {
    background-size: cover;
}

span.carouselBlogCatName {
    font-weight: 400
}

.homeLatestBlockImg {
    height: 250px;
    overflow: hidden;
    box-shadow: 0 0 25px -11px #000
}

.homeBlogBlocks p {
    font-family: Arial;
    font-size: 18px;
    color: #64666a
}

.homeBlogBlocks a {
    text-decoration: none
}

.homeBlogBlocks a:hover {
    color: #64666a;
    text-decoration: none
}

#carouselBlog .carousel-indicators li, div#homeTestimonialcarousel .carousel-indicators li {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100%;
    background-color: rgba(200, 200, 200, .3)
}

#carouselBlog .carousel-indicators .active, div#homeTestimonialcarousel .carousel-indicators .active {
    background-color: rgba(100, 102, 106, .3)
}

div#homeTestimonialcarousel ol.carousel-indicators {
    left: 20%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    bottom: -20px;
    width: auto;
    transition: all .5s linear
}

div#homeTestimonialcarousel .carousel-indicators li {
    margin: 0 10px !important
}

.homeGreyLatestSection {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 40px
}

.homeGreyLatestSection h4 {
    color: #cf2030;
    font-size: 42px;
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 10px
}

.counter_blocks {
    margin-bottom: 0px
}

.bniCounterNumberBlock .col-6 {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeFindAChapterSection, .getInvitedTemplate {
    width: 100%;
    overflow: hidden
}

.blogThumbnail img {
    width: 100%;
    height: auto
}

.homeBlogBlocks span a:hover, span.carouselBlogCatName a:hover {
    color: #cf2030
}

figure.homeGreyLatestSectionBlock.last2blogs {
    margin-bottom: 30px !important
}

.b-lazy {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1
}

.flex-grow-inherit {
    flex-grow: inherit;
}

section#partnerLogos img {
    opacity: 0.3;
}

section#partnerLogos img:hover {
    opacity: 0.7;
}

.align-items-bottom-end {
    align-items: end;
}

@media only screen and (min-width: 2000px) {
    figure.homeGreyLatestSectionBlock {
        height: 320px;
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 1600px) {
    #homeVideoBlock {
        min-height: 500px
    }
}

@media only screen and (max-width: 1440px) {
    .videoTitleBlock h2 {
        font-size: 35px;
        line-height: 40px
    }

    .videoTitleBlock a.videoButton {
        font-size: 17px;
        margin-top: 25px
    }

    .homeBlogBlocks h5 {
        font-size: 20px
    }

    .homeBlogBlocks span {
        font-size: 16px
    }

    .homeBlogBlocks p {
        font-family: Arial;
        font-size: 15px;
        color: #64666a;
        line-height: 20px
    }

    #carouselBlog .carousel-indicators li {
        width: 20px;
        height: 20px
    }

    p.date {
        padding: 10px 5px;
        font-size: 18px;
        line-height: 20px
    }

    p.date span:first-child {
        font-size: 20px
    }

    #successnet h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    p {
        font-size: 14px;
        line-height: 20px
    }

    .blockCont h4 {
        line-height: 32px;
        margin-bottom: 0
    }

    .ytViewMore a, section#homeGetInvitedBand a {
        font-size: 18px
    }

    section#homeTestimonialSection .homeTestimonialBlock h4 {
        line-height: 32px;
    }

    section#homeTestimonialSection .homeTestimonialBlock h5 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 0
    }

    p.date {
        padding: 10px 5px;
        font-size: 16px;
        line-height: 20px
    }

    p.date span:first-child {
        font-size: 18px
    }

    section#homeGrowthNumbersSection h4.bni_counter_info {
        font-size: 28px
    }

    .homeBlogBlocks h5 {
        font-size: 16px
    }

    .homeBlogBlocks span {
        font-size: 12px
    }

    .homeBlogBlocks {
        padding: 10px 10px 30px
    }

    .homeBlogBlocks p {
        font-size: 14px;
        line-height: 17px
    }

    figure.homeGreyLatestSectionBlock h5 {
        font-size: 16px
    }

    figure.homeGreyLatestSectionBlock p a {
        padding: 1px 10px;
        font-size: 14px
    }

    div#homeTestimonialcarousel .homeTestimonialAuthorImg {
        width: 130px;
        height: 130px
    }


    div#homeCarouselBlogSection {
        left: -17%
    }

    .banner-text-box img {
        width: 180px !important
    }

    .banner-text-box h2 {
        margin: 20px 0 0 !important;
        font-size: 32px !important;
        line-height: 32px !important
    }

    .banner-text-box .description1, .banner-text-box .description2 {
        font-size: 18px !important;
        margin: 16px 0 28px !important
    }

    .banner-text-box a {
        padding: 13px 40px !important;
        font-size: 14px !important
    }

    .banner-text-box .description2 {
        margin-top: 20px
    }

    .rightChapterBlockIcon ul li p i {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .rightChapterBlockIcon ul li span {
        font-size: 18px;
        line-height: 24px;
    }

    .three_ways_heading_section {
        width: 90%;
    }

    #successnet h3 {
        font-size: 36px;
        line-height: 46px;
    }

}

@media only screen and (max-width: 992px) {
    p {
        line-height: 20px
    }

    .videoTitleBlock h2 {
        margin-top: 0
    }

    .blockCont h4 {
        line-height: 26px
    }

    .ytViewMore a, section#homeGetInvitedBand a {
        font-size: 16px
    }

    .blockCont p, .bni_counter_text, .counter_info p, .homeTestimonialBlock p {
        font-size: 16px
    }

    section#homeGrowthNumbersSection h4.bni_counter_info {
        font-size: 26px
    }

    #homeVideoAfterSections {
        padding: 10px 0 50px
    }

    section#homeTestimonialSection h4 {
        margin-bottom: 30px
    }

    section#homeTestimonialSection .homeTestimonialBlock h4 {
        line-height: 26px;
    }

    div#homeTestimonialcarousel .homeTestimonialAuthorImg {
        width: 120px;
        height: 120px
    }

    .homeGreyLatestSection {
        margin-left: 0
    }

    section#homeTestimonialSection .homeTestimonialBlock h5, section#homeTestimonialSection .homeTestimonialBlock h6 {
        font-size: 20px;
        line-height: 20px
    }

    .rightChapterSection {
        padding: 40px
    }

    .rightChapterBlockIcon ul li p {
        width: 50px;
        height: 50px
    }

    .rightChapterBlockIcon ul li span {
        font-size: 16px;
        line-height: 20px;
    }

    div#homeCarouselBlogSection {
        position: relative;
        z-index: 9;
        top: 0;
        left: 0;
        margin-top: 50px !important
    }

    figure.homeGreyLatestSectionBlock h5 {
        font-size: 22px
    }

    #homeTheLatestBlogSection {
        padding: 0 0 0
    }

    #homeTheLatestBlogSection h4.headingTitle {
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 0;
        text-align: center
    }

    #homeTheLatestBlogSection h4.headingTitle::after {
        margin: 5px auto 15px
    }

    .homeBlogBlocks {
        padding: 20px 30px 30px
    }

    .homeBlogBlocks h5 {
        font-size: 20px;
        line-height: 26px
    }

    .homeBlogBlocks span {
        font-size: 14px
    }

    .homeBlogBlocks p {
        font-size: 16px;
        line-height: 22px
    }

    figure.homeGreyLatestSectionBlock h5 {
        font-size: 22px
    }

    #carouselBlog .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%
    }


    #carouselBlog {
        width: 100%
    }

    .banner-text-box img {
        width: 120px !important
    }

    .banner-text-box .description1, .banner-text-box .description2 {
        font-size: 16px !important;
        margin: 10px 0 20px !important
    }

    .banner-text-box a {
        padding: 10px 24px !important;
        font-size: 14px !important
    }

    .banner-text-box .description2 {
        margin-top: 20px !important
    }

    .rightChapterBlock h4::after {
        width: 10%;
    }

    /* new home style css */
    section#homeGrowthNumbersSection {
        margin-top: 15px;
        margin-bottom: 50px
    }

    .counter_testimonee_details {
        display: block;
    }

    .counter_testimonee_details span:first-child {
        display: none;
    }

    .homeGrowthNumbersBlock h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .quote_content h6 span {
        margin: 0px 10px;
    }

    section#homeGrowthNumbersSection .bni_counter_text p {
        line-height: 20px;
        font-size: 14px;
    }

    .three_ways_heading_section {
        width: 100%;
    }

    .three_ways_heading_section h4 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .three_ways_heading_section p {
        font-size: 18px;
        line-height: 26px;
    }

    .three_ways_description_section h5 {
        font-size: 18px;
    }

    .three_ways_description_section p {
        font-size: 14px;
        line-height: 20px;
    }

    /* new home style css ends */
}

@media only screen and (max-width: 767px) {
    p {
        line-height: 22px !important;
        font-size: 16px !important
    }

    /* New home style css */
    section#homeGrowthNumbersSection {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    section#homeGrowthNumbersSection .homeGrowthNumbersBlock {
        background: 0 0;
        height: auto;
        width: 85%;
        padding: 40px 0;
        text-align: center;
        position: relative;
        margin: 0 auto;
    }

    .homeGrowthNumbersBlock h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    section#homeGrowthNumbersSection .bni_counter_text p {
        line-height: 24px;
        font-size: 16px;
    }

    section#homeGrowthNumbersSection .counterSectionImg img {
        width: 100%;
        display: block;
        position: absolute;
        margin-top: 0;
        top: 0;
        left: 0;
    }

    .bniCounterNumberBlock {
        position: relative;
        margin: 0 auto;
        padding: 0px 15px;
    }

    div#bniCounterTestimonials {
        margin-top: 25px;
    }

    #bniCounterTestimonials .bni_counter_testimonial img {
        margin-right: 15px;
        width: 150px;
    }

    .counter_testimonial_content {
        padding: 30px 20px 30px 10px;
    }

    .quote_icon {
        font-size: 24px;
        top: -8px;
        padding: 0 10px 0 0px;
    }

    .three_ways_heading_section {
        width: 100%;
        text-align: center;
        align-items: center !important;
        margin-bottom: 50px;
        height: auto !important;
    }

    div#homeTestimonialcarousel .homeTestimonialBlock {
        padding: 0px;
    }

    div#homeTestimonialcarousel .carousel-inner {
        padding: 0 20px;
    }

    /* New home style css ends */
    #homeTestimonialcarousel .carousel-item .row {
        width: auto
    }

    .videoTitleBlock h2 {
        font-size: 24px;
        line-height: 30px
    }

    .videoTitleBlock a.videoButton {
        padding: 6px 20px;
        font-size: 16px;
        margin-top: 15px
    }

    .homeVideoAfterBlocks .col {
        flex-basis: auto
    }

    .blockImg img {
        box-shadow: 15px 15px 10px -20px #000
    }

    .blockImg {
        padding: 20px 20px 0;
        margin: 0 auto 20px
    }

    .blockCont {
        margin: 20px 0 60px
    }

    .blockCont h4 {
        line-height: 34px
    }

    .blockCont p, .bni_counter_text, .counter_info p, .homeTestimonialBlock p {
        font-size: 18px;
        line-height: 24px;
        text-align: center
    }

    #homeVideoAfterSections {
        padding: 10px 0 0
    }

    div#homeTestimonialcarousel .carousel-item, div#homeTestimonialcarousel .homeTestimonialBlock {
        padding-right: 0
    }

    div#homeTestimonialcarousel .homeTestimonialAuthorImg {
        width: 150px;
        height: 150px;
        margin: -125px auto 0;
        position: relative;
        z-index: 999;
        border-radius: 100%
    }

    div#homeTestimonialcarousel .homeTestimonialBlock {
        text-align: center
    }

    section#homeTestimonialSection .homeTestimonialBlock h4 {
        line-height: 40px;
        margin: 20px 0;
        font-size: 32px !important;
    }

    div#homeTestimonialcarousel ol.carousel-indicators {
        left: 0;
        bottom: -50px;
        justify-content: center
    }

    section#homeTestimonialSection .homeTestimonialBlock h6 {
        font-weight: 400
    }

    .rightChapterBlock form {
        margin-top: 0 !important
    }

    .leftChapterSection {
        padding-top: 65%
    }

    .rightChapterSection h4 {
        font-size: 24px
    }

    .rightChapterBlock h4::after {
        width: 6%;
        margin-left: 0
    }

    .rightChapterBlockIcon ul {
        justify-content: space-between;
        width: auto;
        left: 0;
    }

    .rightChapterBlockIcon ul li {
        flex: inherit;
    }

    .rightChapterBlockIcon ul li:first-child p::after {
        width: 87%;
        left: 4%;
    }

    .banner-text-box img {
        display: none
    }

    .banner-text-box {
        padding: 20px 0 0 !important
    }

    #successnet .col-md-6 {
        min-height: 250px;
        text-align: center;
        justify-content: center;
    }

    section#successnet {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 576px) {
    /* new home style css */
    .bni_counter_testimonial_inner {
        flex-direction: column;
    }

    .counter_testimonial_content::before {
        top: -40px;
        left: 0;
        border-width: 40px 40px 0px 40px;
        border-color: transparent transparent transparent #ffffff;
        -webkit-filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.16));
        filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.16));
    }

    .counter_testimonial_content {
        padding: 20px 10px 20px 10px;
    }

    .quote_icon {
        font-size: 20px;
        top: -3px;
        padding: 0 5px 0 0px;
    }

    .quote_content h6 {
        font-size: 14px;
    }

    #bniCounterTestimonials .carousel-control-prev {
        left: -10px;
    }

    #bniCounterTestimonials .carousel-control-next {
        right: -10px;
    }

    .three_ways_description_section {
        margin-bottom: 60px;
        text-align: center;
    }

    #three_ways_experiences {
        margin-bottom: 20px;
    }

    /* new home style css ends */
    .homeVideoAfterBlocks .row:last-child {
        margin-bottom: -25px
    }

    section#homeGrowthNumbersSection .homeGrowthNumbersBlock {
        background-position: 50% 70%
    }

    .counter_info {
        width: 90%
    }

    .counter_info h4::after, section#homeTestimonialSection h4::after {
        margin: 10px auto 0
    }

    div#homeTestimonialcarousel .homeTestimonialVideoBlock {
        margin: 0
    }

    .counter_info {
        width: 88%
    }

    div#homeTestimonialcarousel .homeTestimonialAuthorImg {
        width: 100px;
        height: 100px;
        margin: -45px auto 0
    }

    .homeTestimonialBlock h4::after {
        content: none !important
    }

    #homeTheLatestBlogSection h4.headingTitle::after {
        width: 15%;
        text-transform: uppercase
    }

    .postThumbnail {
        background-position: center center !important
    }

    p.date {
        flex-direction: row
    }

    #carouselBlog .carousel-indicators {
        width: 35%;
        margin-right: 0;
        margin-left: 0;
        right: auto;
        left: 32.5%;
        padding-left: 0
    }

    figure.homeGreyLatestSectionBlock, figure.homeGreyLatestSectionBlock.last2blogs {
        height: 350px;
        margin-bottom: 150px !important
    }

    figure.homeGreyLatestSectionBlock figcaption {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: center
    }

    figure.homeGreyLatestSectionBlock figcaption > div {
        position: relative;
        bottom: -115px;
        left: 0;
        width: 94%;
        height: auto
    }

    figure.homeGreyLatestSectionBlock figcaption:hover > div {
        height: auto
    }

    figure.homeGreyLatestSectionBlock p {
        overflow: visible;
        height: auto;
        opacity: 1
    }

    div#homeCarouselBlogSection {
        margin-top: 20px !important
    }

    #homeTheLatestBlogSection .darkGreyOpacityBg {
        background: 0 0
    }

    .homeGreyLatestSection {
        background: rgba(100, 102, 106, .19);
        padding-top: 50px
    }

    figure.homeGreyLatestSectionBlock h5 {
        font-size: 20px
    }

    figure.homeGreyLatestSectionBlock p a {
        font-size: 14px;
        font-weight: 700
    }

    .bottomFooter .row {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .bottomFooter ul {
        justify-content: center
    }

    .bottomFooter .row .col {
        flex-basis: auto;
        margin-bottom: 15px
    }

    .footerSignUP, .newsLetterBlock {
        width: 85%
    }

    .footerSignUP .mktoFormRow input#Email, .footerSignUP button.mktoButton, .footerSignUP button.mktoButton::before {
        height: 50px !important;
        font-size: 18px
    }

    .footerSignUP button.mktoButton {
        width: 65px !important
    }

    .blockImg {
        padding: 15px 15px 0
    }

    section#homeGetInvitedBand p {
        width: 90%
    }

    .rightChapterBlock h4::after {
        width: 9%;
    }

    .rightChapterBlockIcon ul {
        justify-content: space-between;
        width: 120%;
        left: -10%;
    }

    .rightChapterBlockIcon ul li {
        flex: 1;
    }

    .rightChapterBlockIcon ul li:first-child p::after {
        width: 70%;
        left: 15%;
    }

    a.findChapterBtn {
        font-size: 18px;
    }
    #successnet h3 {
        font-size: 28px;
        line-height: 38px;
    }

}

@media only screen and (max-width: 400px) {
    .rightChapterBlockIcon ul li span {
        font-size: 14px;
        line-height: 20px;
    }
}


/*accordion style starts */
/*
.accordion-group li:nth-child(4) .accordion-overlay {
    background-color: #333;
    opacity: 0.8;
}

.accordion-group li:nth-child(4).out .accordion-overlay {
    background-color: #333;
    opacity: 0;
}
 */

.accordion-group li:nth-child(3) .accordion-overlay {
    background-color: #000000;
    opacity: 0.55;
}

.accordion-group li:nth-child(3).out .accordion-overlay {
    opacity: 0;
}

.accordion-group li:nth-child(2) .accordion-overlay {
    background-color: #64666A;
    opacity: 0.7;
}

.accordion-group li:nth-child(2).out .accordion-overlay {
    opacity: 0;
}

.accordion-group li:nth-child(1) .accordion-overlay {
    background-color: #000000;
    opacity: 0.55;
}

.accordion-group li:nth-child(1).out .accordion-overlay {
    opacity: 0;
}

.accordion-group {
    overflow: hidden;
    margin: 0 auto 80px;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-group li {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin: 0;
    padding: 24px;
    list-style: none;
    width: 33.3333%;
    height: inherit;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li h3 {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    line-height: 40px;
}

.accordion-group li h3 i {
    display: block;
    font-size: 36px;
    margin-top: 15px;
}

.accordion-group li.out h3 {
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    opacity: 0;
}

.accordion-group li .accordion-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li section {
    display: flex;
    align-items: center;
    height: 0;
    width: 0;
    overflow: hidden;
}

.accordion-group li.out section {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
    overflow: visible;
}

.accordion-group li section.big-section {
    width: 100%;
}

.accordion-group li.out section article {
    right: 0;
}

.accordion-group li section article {
    display: block;
    vertical-align: middle;
    padding: 40px;
    position: relative;
    margin: 0;
    right: -200%;
    background: rgba(255, 255, 255, 0.88);

    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

}

.accordion-group li section article h4 {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 48px;
    color: #292727;
    font-weight: bold;
    margin: 0;
}

.accordion-group li section article h4::after {
    content: "";
    width: 10%;
    height: 4px;
    background: #cf2030;
    display: block;
    margin: 15px 0 20px;
}

.accordion-group li section article p {
    font-size: 21px;
    letter-spacing: 0.42px;
    font-family: Arial !important;
    margin: 0;
    line-height: 27px;
    color: #000000;
}

.accordion-group li section article p:before,
.accordion-group li section article p:after {
    content: "";
    display: block;
    height: 1px;
}

.accordion-group li.out {
    width: 60%;
}

.accordion-group li.out section article {
    right: 0;
}

@media only screen and (max-width: 1360px) {
    .accordion-group li section article h4 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

    .accordion-group li {
        width: 25%;
        padding: 25px;
    }

    .accordion-group li h3 {
        font-size: 20px;
        line-height: 28px;
        left: -10px;
    }

    .accordion-group li section article h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .accordion-group li section article h4::after {
        width: 15%;
    }

    .accordion-group li section article p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 767px) {
    .accordion-group {
        height: 360px;
    }

    .accordion-group li {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 20px;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
    }

    .accordion-group li.out h3 {
        opacity: 0;
    }

    .accordion-group li h3 {
        opacity: 1;
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        top: -65px;

        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: rotate(
                90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(
                90deg);
    }

    .accordion-group li h3 i {
        display: block;
        font-size: 20px;
        margin-top: 0;
    }

    .accordion-group li section article {
        padding: 15px;
    }

    .accordion-group li section article h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .accordion-group li section article h4::after {
        width: 15%;
        margin: 5px 0 10px;
    }

    .accordion-group li section article p {
        line-height: 20px !important;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 576px) {
    .accordion-group {
        height: auto;
        flex-direction: column;
    }

    .accordion-group li {
        min-height: 200px;
        align-items: flex-end;
        padding: 20px;
    }

    .accordion-group li,
    .accordion-group li.out {
        width: 100%;
        padding: 25px;
    }

    .accordion-group li h3 {
        top: 0px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media only screen and (max-width: 420px) {
    #bni_topBarMenu ul .menu-item-has-children::after, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
        width: 8px;
        height: 4px;
    }

    #bni_topBarMenu ul li a, .bni_mainMenu ul li a, .wpml-ls-legacy-dropdown a {
        font-size: 10px;
    }
    .gc2023 {
        margin: 0 1px 0 0;
        padding: 0 3px;
    }
    #bni_topBarMenu ul li a, .bni_mainMenu ul li a, .wpml-ls-legacy-dropdown a, .gc2023 {
        font-size: 9px;
    }
}

@media only screen and (max-width: 400px) {
    .rightChapterBlockIcon ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .rightChapterBlock h4 {
        font-size: 20px !important;
    }

    .slider-rightChapterSection .rightChapterBlockIcon ul li span {
        font-size: 11px !important;
        line-height: 14px !important;
        font-weight: bold !important;
    }

    .slider-rightChapterSection .successnet_newsletter p {
        font-size: 14px !important;
    }
    .rightChapterBlockIcon ul li p i {
        width: 50px;
        height: 30px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 350px) {
    .bni_headerContact {
        font-size: 10px !important;
        text-align: center;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*accordion style ends */