body, html {
    margin: 0;
    border: none;
    padding: 0;
    transition: all .5s linear
}

body, button, div, h1, h2, h3, h4, h5, h6, input, label, li, p, select, textarea {
    font-family: 'Helvetica Neue' !important
}

a, a:hover {
    color: #cf2030;
    text-decoration: underline
}

a:hover {
    color: #c8c8c8
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 10px;
    color: #cf2030;
    font-weight: 700
}

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

a:active, a:focus, button:active, button:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    border: none;
    box-shadow: none;
    outline: 0
}

p {
    font-size: 18px;
    line-height: 26px;
    color: #64666a
}

h4.headingTitle {
    font-size: 42px;
    margin-top: 0;
    color: #cf2030;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px
}

.lineCenter8::after, .lineCenter::after, .lineLeft15::after, .lineLeft19::after, .lineLeft25::after, .lineLeft6::after, .lineLeft8::after, .lineLeft9::after, .lineLeft::after, .lineLeftThin::after, .lineLeftThinWhite::after {
    display: block;
    content: "";
    width: 25%;
    height: 4px;
    background: #cf2030;
    margin: 18px 0 20px
}

.lineCenter::after {
    margin: 18px auto 20px
}

.lineCenter8::after {
    width: 8%;
    height: 5px;
    margin: 20px auto 25px
}

.lineLeft::after {
    width: 15%
}

.lineLeft9::after {
    width: 9%
}

.lineLeft8::after {
    width: 8%
}

.lineLeft6::after {
    width: 6%
}

.lineLeft15::after {
    width: 15%
}

.lineLeftThin::after, .lineLeftThinWhite::after {
    width: 9%;
    height: 2px
}

.lineLeftThinWhite::after {
    background: #fff
}

.lineLeft19::after {
    width: 19%;
    margin: 15px 0 20px
}

.text-none {
    text-transform: none !important
}

span.triangle {
    content: "";
    width: 0;
    height: 0;
    border-color: #cf2030;
    border-style: solid;
    border-top-width: 80px;
    border-right: 80px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

article {
    margin-top: 75px
}

.clear {
    clear: both
}

.black {
    color:#000 !important;
}

.darkGrey {
    color: #64666a
}

.grey {
    color: #c8c8c8
}

.cherry {
    color: #cf2030
}

.redBg {
    background: #cf2030
}

.whiteBg {
    background: #fff
}

.greyBg {
    background: #c8c8c8
}

.darkGreyBg {
    background: #64666a
}

.lightGreyBg, .menuGreyBg {
    background: #f2f2f2
}

.darkGreyOpacityBg {
    background: rgba(100, 102, 106, .19)
}

.darkestGreyBg {
    background: #5d5d5d
}

.white {
    color: #fff
}

.p-40 {
    padding: 40px
}

.p-30 {
    padding: 30px
}

.p-20 {
    padding: 20px
}

.p-50 {
    padding: 50px
}

.p-100 {
    padding: 100px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-220 {
    padding-bottom: 220px;
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-150 {
    padding-top: 150px
}

.pb-150 {
    padding-bottom: 150px
}

.pl-25 {
    padding-left: 25px
}

.pr-25 {
    padding-right: 25px
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mt-150 {
    margin-top: 150px
}

.mb-150 {
    margin-bottom: 150px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-80 {
    margin-top: 80px
}

.mtop-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px
}

.mt-10{
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.w-25 {
    width: 25%
}

.w-33 {
    width: 33.3%
}

.w-50 {
    width: 50%
}

.w-65 {
    width: 65%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.position-initial {
    position: initial
}

ol li a, ol li a:hover, ul li a, ul li a:hover {
    text-decoration: none
}

.clear {
    clear: both
}

ol li a:hover, ul li a:hover {
    color: #c8c8c8
}

.imgShadow {
    box-shadow: 15px 15px 19px -16px #000
}

.height500 {
    height: 500px !important
}

.height600 {
    height: 600px !important
}

.height200 {
    height: 200px !important
}

#mainHeroBanner.height200::before {
    content: none
}

#mainHeroBanner.height200 {
    background: #ededed
}

.height200 .pageTitle {
    color: #cf2030 !important
}

.page-template-default .mainContainer ul , .page-template-default .mainContainer ol{
    margin-bottom: 20px;
}

.page-template-default .mainContainer li {
    list-style: disc;
    color:#64666a;
    font-size: 18px;
    margin-bottom:10px;
    margin-left: 25px;
}

.page-template-default .mainContainer ul li {
    list-style: disc;
}

.page-template-default .mainContainer ol li {
    list-style: decimal;
}

.commonLink a {
    text-decoration: none;
    transition: color .2s ease-in-out
}

.commonLink a:hover {
    color: #64666a
}

div#all_chapter_list .markericon {
    overflow: hidden
}

div#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    background: #cf2030;
    text-align: center;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

div#loading p {
    color: #fff;
    text-align: center
}

.cookie_table td {
    width: 70%;
    vertical-align: middle !important
}

.cookie_table td, .cookie_table th {
    border-color: #c8c8c8
}

.cookie_table td:first-child {
    width: 15%
}

.cookie_table td:nth-child(2) {
    width: 25%
}

input#locationName:focus {
    background: #fff !important;
}

body.login div#login p#nav {
    display: none;
}

body.login div#login form#loginform p.submit input#wp-submit {
    background-color: #cf2030 !important;
    border:2px solid transparent;
    font-weight:bold;
    transition:all 0.5s ease-in;
}

body.login div#login form#loginform p.submit input#wp-submit:hover {
    background-color: #ffffff !important;
    color:#cf2030;
    border:2px solid #cf2030;
}

body.login div#login form#loginform p.submit input#wp-submit:focus {
    outline:none;
    box-shadow: none;
}

.login .button.wp-hide-pw .dashicons,
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #cf2030;
}

#cookiebot_content {
    display:none;
}

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;
}

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
}

.greyGetInvited #homeGetInvitedBand, div#joinBNIPage #homeGetInvitedBand {
    background: rgba(200, 200, 200, .17)
}

.greyGetInvited section#homeGetInvitedBand h4, div#joinBNIPage section#homeGetInvitedBand h4 {
    color: #cf2030
}

.greyGetInvited section#homeGetInvitedBand p, div#joinBNIPage section#homeGetInvitedBand p {
    color: #64666a
}

.greyGetInvited section#homeGetInvitedBand a, div#joinBNIPage section#homeGetInvitedBand a {
    color: #fff;
    background: #cf2030
}

.greyGetInvited section#homeGetInvitedBand a:hover, div#joinBNIPage section#homeGetInvitedBand a:hover {
    color: #cf2030;
    border-color: #cf2030;
    background: 0 0
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}

label#LblsubscriptionNewsletter,
label#LblcontactAgreestoTandC {
    width: 100% !important;
    cursor: pointer;
}

label#LblsubscriptionNewsletter span, label#LblcontactAgreestoTandC span {
    margin-left: 30px;
    display: block;
    width: 90% !important;
    float: none !important;
    font-size: 18px !important;
    line-height: 24px;
    position: relative !important;
    margin-top: -3px;
    color: #64666A;
}

input#contactAgreestoTandC ,input#subscriptionNewsletter {
    webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto !important;
    cursor: pointer;
}

label#LblcontactAgreestoTandC {
    display: block;
}

label#LblcontactAgreestoTandC span {
    font-weight: normal !important;
}

@media only screen and (min-width: 1600px) {
    .largeContainer .container,
    #testimonial_slider {
        max-width: 1600px;
        width: 1583px;
    }

    .smallerContainer .container {
        max-width: 1150px;
        width: 1146px
    }
}

@media only screen and (max-width: 1600px) {
    .memberCount {
        font-size: 16px
    }
}

@media only screen and (max-width: 1440px) {
    #aboutOurMission h4, .blockCont h4, .rightChapterBlock h4, div#aboutCounterSection h4, h2.pageTitle, h4.headingTitle, section#homeGetInvitedBand h4, section#homeGrowthNumbersSection .counter_info h4, section#homeTestimonialSection .homeTestimonialBlock h4, section#homeTestimonialSection h4 {
        font-size: 36px !important
    }

    .lineCenter8::after, .lineCenter::after {
        margin: 10px auto 15px !important
    }

    .lineLeft15::after, .lineLeft19::after, .lineLeft25::after, .lineLeft6::after, .lineLeft8::after, .lineLeft9::after, .lineLeft::after, .lineLeftThin::after, .lineLeftThinWhite::after {
        margin: 10px 0 15px !important
    }

    .newsLetterBlock p br {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    #aboutOurMission h4, .blockCont h4, .rightChapterBlock h4, div#aboutCounterSection h4, h2.pageTitle, h4.headingTitle, section#homeGetInvitedBand h4, section#homeGrowthNumbersSection .counter_info h4, section#homeTestimonialSection .homeTestimonialBlock h4, section#homeTestimonialSection h4 {
        font-size: 32px !important
    }

    #mainHeroBanner.height200 {
        height: 150px !important
    }

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

@media only screen and (max-width: 992px) {
    h2.pageTitle {
        font-size: 32px !important
    }

    .height500 {
        height: 250px !important
    }

    .height200 {
        height: 150px !important
    }

    #aboutOurMission h4, .blockCont h4, .rightChapterBlock h4, div#aboutCounterSection h4, h4.headingTitle, section#homeGetInvitedBand h4, section#homeGrowthNumbersSection .counter_info h4, section#homeTestimonialSection .homeTestimonialBlock h4, section#homeTestimonialSection h4 {
        font-size: 24px !important;
        line-height: 30px
    }

    .lineCenter8::after, .lineCenter::after {
        margin: 10px auto 10px !important
    }

    .lineLeft15::after, .lineLeft19::after, .lineLeft25::after, .lineLeft6::after, .lineLeft8::after, .lineLeft9::after, .lineLeft::after, .lineLeftThin::after, .lineLeftThinWhite::after {
        margin: 10px 0 10px !important
    }

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

@media only screen and (max-width: 767px) {
    #aboutOurMission h4, .blockCont h4, .rightChapterBlock h4, div#aboutCounterSection h4, h4.headingTitle, section#homeGetInvitedBand h4, section#homeGrowthNumbersSection .counter_info h4, section#homeTestimonialSection .homeTestimonialBlock h4, section#homeTestimonialSection h4 {
        font-size: 30px !important;
        text-align: center;
        text-transform: uppercase !important
    }

    .lineCenter8::after, .lineCenter::after, .lineLeft15::after, .lineLeft19::after, .lineLeft25::after, .lineLeft6::after, .lineLeft8::after, .lineLeft9::after, .lineLeft::after, .lineLeftThin::after, .lineLeftThinWhite::after {
        margin: 10px auto 15px !important
    }

    section#homeGetInvitedBand h4 {
        font-size: 22px !important
    }

    h2.pageTitle {
        font-size: 36px !important
    }

    body.page-template-default .container {
        max-width: 760px !important;
        word-break: break-word
    }
}

@media only screen and (max-width: 576px) {
    #aboutOurMission h4, .blockCont h4, .rightChapterBlock h4, div#aboutCounterSection h4, h2.pageTitle, h4.headingTitle, section#homeGetInvitedBand h4, section#homeGrowthNumbersSection .counter_info h4, section#homeTestimonialSection .homeTestimonialBlock h4, section#homeTestimonialSection h4 {
        font-size: 26px !important
    }

    table.table.cookie_table.table-bordered {
        width: 700px
    }

    section#homeGetInvitedBand p {
        width: 90%
    }
}

/* newsletter in The Latest page, home page, footer  style starts */
form#mktoForm_1621 {
    position: relative;
    display: flex;
    width: 100% !important
}

.theLatest-newsLetter {
    width: 77%;
    margin: 0 auto !important
}

.theLatest-newsLetter .mktoFormRow input#Email {
    width: 100% !important
}

.theLatest-newsLetter .mktoFieldDescriptor.mktoFormCol, .theLatest-newsLetter .mktoForm .mktoFieldWrap, .theLatest-newsLetter .mktoForm .mktoFormRow {
    clear: both;
    width: 100%
}

.theLatest-newsLetter .mktoButtonRow {
    position: absolute;
    right: 0;
    top: 0
}

.theLatest-newsLetter button.mktoButton {
    display: flex;
    align-items: center;
    justify-content: center
}

.theLatest-newsLetter button.mktoButton::before {
    font-size: 20px !important
}

.mktoForm .mktoGutter, .mktoForm .mktoRequiredField label.mktoLabel, .mktoOffset {
    display: none
}

.mktoFormRow {
    position: relative
}

.mktoFormRow input#Email {
    width: 200px !important;
    padding: 10px;
    margin: 0;
    border-radius: 50px;
    height: 40px;
    border: none;
    box-shadow: 1px 4px 10px -8px #000
}

.mktoButtonRow {
    position: absolute !important;
    top: 0;
    right: 15px;
    width: auto !important
}

span.mktoButtonWrap.mktoNext {
    margin: 0 !important
}

.mktoForm .mktoFormCol {
    margin: 0 !important
}

button.mktoButton {
    padding: 0 !important;
    text-indent: -99999px;
    border: 0 !important;
    background: #64666a !important;
    margin: 0 !important;
    border-radius: 50px !important;
    height: 40px;
    box-shadow: none !important;
    width: 50px;
    position: relative !important;
    z-index: 1;
    font-family: "Font Awesome 5 Pro" !important
}

.mktoButton::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 16px !important;
    width: 50px !important;
    height: 40px;
    text-indent: 0;
    content: "\f178" !important;
    font-weight: 100 !important;
    display: flex !important;
    background: 0 0 !important;
    align-items: center;
    justify-content: center
}

.mktoForm .mktoButtonWrap.mktoNext .mktoButton:active {
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    position: relative;
    top: 0 !important
}

.mktoButton:hover::before {
    -webkit-animation: damaruShake 1s ease;
    animation: damaruShake 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

div#us_code {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .topNewsLetter {
        width: 100%;
        margin-right: 0;
        padding: 30px
    }
}

@media only screen and (max-width: 480px) {
    #theLatestPageSection .theLatest-newsLetter .mktoButtonRow {
        top: 10px
    }
}
/* newsletter style ends here */


/* introduction style starts here */

#mainHeroBanner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0 1px 3px 1px #c8c8c8
}

#mainHeroBanner h2.pageTitle {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 5px #000
}

#mainHeroBanner.height200 h2.pageTitle {
    text-shadow: none
}

#aboutIntroductionSection {
    padding: 80px 0
}

div#aboutIntroductionSection img {
    width: 100%
}

.aboutBNIContent {
    background: #fff;
    padding: 70px 40px;
    z-index: 99;
    left: 15px;
    box-shadow: 0 0 8px -2px #919191
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a#gc24_redirect_btn {
    width: fit-content;
    display: block;
    margin: 50px auto 0 auto;
    text-align: center;
    background: #cf2030;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 5px 20px;
    transition: background-color .5s, color .3s, border-width .3s;
}

a#gc24_redirect_btn:hover {
    background: #ffffff;
    color:#cf2030;
    border-color:#cf2030;
}

.h4_redirect {
    text-align: center;
    color: #64666a;
}

/* Recirect Page title Hide */
div#page-18295 h2.pageTitle {
    display: none;
}
@media only screen and (max-width: 1024px){
    /* Redirect Page banner height fix for responsive */
    .banner-18295{
        height:300px !important;
    }
}
@media only screen and (max-width: 992px) {
    .aboutBNIContent {
        padding: 25px 30px
    }
    #aboutIntroductionSection {
        padding: 40px 0;
        margin:80px 0;
    }

}

@media only screen and (max-width: 767px) {
    #aboutIntroductionSection {
        margin:0;
    }
    .banner-18295{
        height:250px !important;
    }
    section#aboutIntroductionSection .col-12 {
        flex-direction: column-reverse
    }

    .aboutBNIContent {
        padding: 25px 30px 0;
        position: relative !important;
        width: 70%;
        left: 0;
        z-index: 1;
        max-width: 100%;
        margin: -50px auto 0;
        height: 100% !important;
        max-height: 100% !important;
        box-sizing: content-box;
        text-align: center;
        box-shadow: 0 0 0 0 #000
    }
}

@media only screen and (max-width: 576px) {
    section#aboutIntroductionSection .col-12 {
        flex-direction: column-reverse;
        position: relative !important
    }

    section#aboutIntroductionSection .col-12 {
        justify-content: flex-end
    }

    #aboutIntroductionSection {
        padding: 50px 0 0
    }

    .aboutBNIContent {
        padding: 25px 10px;
        width: 85%
    }
    .banner-18295 {
        height: 125px !important;
    }
}


/* introduction style ends here*/
@media only screen and (max-width: 450px) {
    #bni_topBarMenu ul li a, .wpml-ls-legacy-dropdown a {
        font-size: 13px;
    }
}