@import url('domestic-opportunities1.css');

.inner-page-banner-section.domestic-page-banner::after {
    height: 8px;
    background: #6D4198;
}

.domestic-page-banner {
    padding: 12% 0 12%;
}

.domestic-page-banner .props-image{
    position: absolute;
   content: '';
   width: 54%;
   height: 104%;
   left: -110px;
   bottom: 0;
   }
.domestic-page-banner .props-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position:bottom center;
}
.domestic-page-banner.inner-page-banner-section .inner-page-banner-content {
    padding-left: 25%;
}

.domestic-page-banner.inner-page-banner-section .inner-page-banner-content p {
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px 3px rgba(109, 65, 152, 0.6);
}

.domestic-page-banner.inner-page-banner-section .inner-page-banner-content h1 {
    font-size: 70px;
}

.content-has-background .efk-image-content {
    padding: 50px 0 0;
}

.content-has-background .efk-image-content .efk-content-block {
    position: relative;
    z-index: 1;
}

.content-has-background .efk-image-content .efk-content-block::before {
    position: absolute;
    content: '';
    background-image: url(../images/efk-franchise-domestic-opportunities-blue-gears.png);
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    background-repeat: no-repeat;
    height: 130%;
    width: 130%;
    right: -35%;
    top: -60px;
}

.content-has-background.has-content-first .efk-image-content .efk-content-block::before {
    background-image: url(../images/efk-franchise-domestic-opportunities-green-gears.png);
    left: -90px;
    height: 140%;
    width: 160%;
    top: -60px;
    right: unset;
    opacity: 0.6;
}

.border-box-img-section .efk-image-block .efk-inner-img::before {
    content: '';
    position: absolute;
    width: 30px;
    height: calc(100% - 18%);
    background-color: #B4111A;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.border-box-img-section .efk-image-content .efk-image-block .efk-inner-img img {
    border-radius: 0;
    padding-left: 25px;
}

.has-content-first.border-box-img-section .efk-image-block .efk-inner-img::before {
    right: 0;
    left: unset;
}

.has-content-first.border-box-img-section .efk-image-block .efk-inner-img img {
    padding-right: 25px;
    padding-left: 0;
}

.shining-see-block .title-wrapper h2 {
    color: #6D4198;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.shining-see-block .efk-content-block h3 {
    color: #6D4198;
    margin-bottom: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.shining-see-block .efk-content-block p+p {
    margin-top: 15px;
}

.shining-see-block .efk-content-block p {
    line-height: 1.3;
    font-family: "diavlo", sans-serif;
}

.shining-see-block.ekf-image-content-section .efk-image-content .efk-image-block {
    max-width: 48%;
    flex: 0 0 48%;
}

.shining-see-block.ekf-image-content-section .efk-image-content .efk-content-block {
    max-width: 52%;
    flex: 0 0 52%;
}

.shining-see-block.ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
    padding-bottom: 78%;
}

.shining-see-block.content-has-background .efk-image-content {
    align-items: center;
    padding-top: 0;
}

.shining-see-block.border-box-img-section .efk-image-block .efk-inner-img::before {
    background-color: #8CC63E;
}

/* market-section css start */
.market-section {
    padding: 60px 0 70px;
    position: relative;
}

.market-section .title-wrapper h2 {
    text-align: center;
    color: #6D4198;
    text-transform: uppercase;
}

.market-section .efk-content-block p {
    line-height: 1.3;
    font-family: "diavlo", sans-serif;
}

.market-section .efk-content-block p span {
    color: #6D4198;
}

.market-section .efk-content-block p+p {
    margin-top: 15px;
}

.market-section.ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
    padding-bottom: 75%;
}

.market-section.border-box-img-section .efk-image-block .efk-inner-img::before {
    background-color: #0c8294;
}

.market-section.ekf-image-content-section.white-background:before {
    display: none;
}

.market-section.ekf-image-content-section .efk-image-content .efk-image-block::before {
    position: absolute;
    content: '';
    left: 0;
    top: -70px;
    height: 100%;
    width: 530px;
    background-image: url('../images/domestic-opportunities-rocket-image.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    z-index: -1;
}

.market-section.ekf-image-content-section.white-background {
    overflow: inherit;
    z-index: 1;
    padding-bottom: 0;
}

.market-section.ekf-image-content-section.white-background .market-section-inner {
    overflow: hidden;
    padding-bottom: 70px;
}

/* market-section css end */
/* community-section css start */
.community-section {
    background-color: #E7F0F2;
    position: relative;
    margin-top: 100px;
    padding-top: 110px;
}

.community-section .community-inner-wrapper::before {
    position: absolute;
    content: '';
    right: 200px;
    bottom: 0;
    background-image: url(../images/roadmap-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    height: 80%;
    width: 80%;
    opacity: 0.3;
}

.community-section .community-inner-wrapper {
    overflow: hidden;
}

.community-section .title-wrapper {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.community-section .title-wrapper img {
    height: 200px;
    width: auto;
}

.community-section .community-content-wrapper p {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    position: relative;
}

.community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
    padding-bottom: 80%;
}

.community-section .ekf-image-content-section.white-background:before,
.community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img::before {
    display: none;
}

.community-section .ekf-image-content-section .efk-image-content .efk-content-block h3 {
    color: #6e4199;
    margin-bottom: 10px;
    font-size: 30px;
}

.community-section p {
    font-family: 'Diavlo', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.3;
}

.community-section .ekf-image-content-section .efk-image-content .efk-content-block p+p {
    margin-top: 10px;
}

.community-section .efk-content-inner-block+.efk-content-inner-block {
    margin-top: 30px;
}

.community-section .ekf-image-content-section.white-background {
    padding: 30px 0 70px;
}

/* community-section css end */
@media(max-width:1366px) {
    .community-section .community-content-wrapper .title-wrapper {
        top: -100px;
    }

    .market-section.ekf-image-content-section .efk-image-content .efk-image-block::before {
        width: 40%;
    }
}

@media(max-width: 1280px) {
    .community-section .community-inner-wrapper::before {
        right: 0px;
        height: 80%;
        width: 80%;
        bottom: -50px;
    }
    .domestic-page-banner .props-image{
        left: -40px;
    }
}

@media(max-width:1199px) {
    .community-section .community-inner-wrapper::before {
        height: 65%;
        width: 65%;
    }

    .domestic-page-banner .props-image {
        width: 50%;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content p {
        font-size: 40px;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content h1 {
        font-size: 55px;
    }

    .shining-see-block.ekf-image-content-section {
        padding: 50px 0 80px;
    }

    .shining-see-block .title-wrapper h2 {
        margin-bottom: 10px;
    }

    .shining-see-block .title-wrapper h2 {
        font-size: 36px;
    }

    .market-section {
        padding: 50px 0 70px;
    }

    .community-section .community-content-wrapper .title-wrapper img {
        height: auto;
        width: 100%;
    }

    .community-section .community-content-wrapper .title-wrapper {
        top: -80px;
    }

    .community-section {
        margin-top: 50px;
    }

    .border-box-img-section .efk-image-content .efk-image-block .efk-inner-img img {
        padding-left: 20px;
    }

    .has-content-first.border-box-img-section .efk-image-block .efk-inner-img img {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media(max-width:1023px) {
    .community-section .community-content-wrapper .title-wrapper {
        top: -80px;
    }
}

@media(max-width:991px) {
    .community-section .community-inner-wrapper::before {
        display: none;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content {
        padding-left: 0;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content p {
        font-size: 34px;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content h1 {
        font-size: 45px;
    }

    .domestic-page-banner .props-image {
        width: 34%;
        left: 50%;
        transform: translateX(-45%);
    }

    .content-has-background .efk-image-content {
        padding: 20px 0 0;
    }

    .shining-see-block.ekf-image-content-section {
        padding: 50px 0;
    }

    .shining-see-block.ekf-image-content-section .efk-image-content .efk-content-block,
    .shining-see-block.ekf-image-content-section .efk-image-content .efk-image-block {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .market-section.ekf-image-content-section .efk-image-content .efk-image-block::before {
        display: none;
    }

    .content-has-background .efk-image-content .efk-content-block::before,
    .content-has-background.has-content-first .efk-image-content .efk-content-block::before {
        display: none;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
        padding-bottom: 54%;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img img {
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-content-block {
        text-align: center;
    }

    .community-section .community-content-wrapper p {
        margin-top: 20px;
    }

    .community-section {
        padding-top: 70px;
    }

    .community-section .community-content-wrapper p {
        font-size: 18px;
    }

    .community-section .ekf-image-content-section.white-background {
        padding: 20px 0 50px;
    }
    .domestic-page-banner {
        padding: 5% 0 30%;
    }
}

@media(max-width: 860px) {
    .community-section {
        padding-top: 50px;
        margin-top: 30px;
    }

    .community-section .community-content-wrapper .title-wrapper {
        top: -70px;
    }
}

@media(max-width:767px) {
    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content p {
        font-size: 28px;
    }

    .domestic-page-banner.inner-page-banner-section .inner-page-banner-content h1 {
        font-size: 38px;
    }

    .market-section {
        padding: 40px 0;
    }

    .market-section.ekf-image-content-section.white-background .market-section-inner {
        padding-bottom: 60px;
    }

    .shining-see-block .title-wrapper h2 {
        font-size: 32px;
    }

    .content-has-background .efk-image-content {
        padding: 10px 0 0;
    }

    .market-section.content-has-background .efk-image-content {
        padding-top: 20px;
    }

    .community-section .community-content-wrapper .title-wrapper {
        top: -60px;
    }

    .shining-see-block.ekf-image-content-section {
        padding: 40px 0;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-content-block h3 {
        font-size: 26px;
    }
}

@media(max-width:676px) {
    .community-section {
        padding-top: 30px;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-content-block .h4 {
        font-size: 26px;
    }
}

@media(max-width: 574px) {
    .community-section {
        padding-top: 50px;
        margin-top: 10px;
    }

    .community-section .community-content-wrapper .title-wrapper img {
        transform: scale(1.4);
    }

    .community-section .community-content-wrapper .title-wrapper {
        top: -40px;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
        padding-bottom: 80%;
    }
}

@media(max-width: 479px) {
    .community-section .community-content-wrapper .title-wrapper img {
        transform: scale(1.5);
    }
}

@media(max-width: 426px) {
    .domestic-page-banner .props-image {
        width: 100%;
        max-width: 180px;
    }

    .community-section .community-content-wrapper .title-wrapper img {
        transform: scale(1.7);
    }

    .community-section {
        padding-top: 40px;
    }

    .community-section .ekf-image-content-section .efk-image-content .efk-image-block .efk-inner-img {
        padding-bottom: 80%;
    }
    .domestic-page-banner {
        padding: 10% 0 40%;
    }
}

@media(max-width: 374px) {
    .community-section .community-content-wrapper .title-wrapper {
        top: -30px;
    }

    .community-section .community-content-wrapper p {
        margin-top: 10px;
    }
    .domestic-page-banner {
        padding: 15% 0 50%;
    }
}