.orange-links a{
    color:#1B4633;
}
.inner-content {
    margin: 0 auto;
    padding: 10rem 2rem 2rem 2rem;
    background: #ffffff;
}

.bannerimg {
    background: url(img/franchise/banner.jpg) no-repeat top left;
    width: 100%;
    height: 15.2rem;
}

.franchise {
    background: #fff;
}

.franchise p {
    color: #000000;
    font-family: 'ItalianPlateNo1Regular',Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

[dir=rtl] .franchise p {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}

.welcome-img {
    position: relative;
    background: url(img/franchise/welcome.jpg) no-repeat top right;
    width: 38.1rem;
    height: 41.8rem;
    float: right;
}

[dir=rtl] .welcome-img {
    background: url(img/franchise/welcome.jpg) no-repeat top left;
    float: left;
}

.welcome-box {
    position: relative;
}

.welcome-cnt {
    position: absolute;
    right: 38.1rem;
}

[dir=rtl] .welcome-cnt {
    right: 0;
    left: 38.1rem;
}

.welcome-box p.wif-intro,
.welcome-box p{
    color: #1B4633;
    font-family: 'ItalianPlateNo1Regular',Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 1.4rem
}

[dir=rtl] .welcome-box p.wif-intro {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 2.7rem;
    line-height: 3.4rem;
}


[dir=rtl] .welcome-box p {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}

.franchise-banner {
    position: relative;
    height: 29.6rem;
    margin-top: 1rem;
}

.franchise-banner-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    background: url(img/franchise/banner-mid.jpg) no-repeat top left;
    height: 29.6rem;

}

.franchise-text {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2.5rem 3rem;
    width: 48rem;
    height: 29.6rem;
    box-sizing: border-box;
    color: #ffffff;
    z-index: 3;
}

.franchise-text p {
    color: #fff;
}

[dir=rtl] .franchise-text h2 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 6rem;
    line-height: 6rem;
}

.franchise-more {
    background: #fff;
    margin-bottom: 1.4rem;
}

h2.main-title{
    margin-top:5rem;
    margin-bottom:5rem;
}

[dir=rtl] .franchise-more h2 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 4.5rem;
}

.franchise-more ul {
    overflow: hidden;
    margin-bottom: 3rem;
    text-align: center;
}

.franchise-more ul li {
    display: inline-block;
    text-align: center;
    width: 21%;
    overflow: hidden;
}

.franchise-more ul li + li {
    margin-left: 1.6%;
}

.franchise-more ul li a {
    text-decoration: none;
    display: inline-block;
}

.franchise-more ul li h3 {
    font-family: 'ItalianPlateNo1Medium';
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #9EE0D9;
    margin-bottom: 1.5rem
}

[dir=rtl] .franchise-more ul li h3 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
}

.franchise-more ul li img {
    width: 100%;
    max-width: 19.7rem;
    height:auto;
    display: inline-block;
}

.franchise-more p {
    text-align: center;
}

.franchise-more p + p {
    margin-top: 2.5rem;
}

.franchise-more p a {
    text-decoration: none;
    color: #9EE0D9;
    font-family: 'ItalianPlateNo1Medium';
}

[dir=rtl] .franchise-more p a {
    font-family: GEDinarOneMedium, Helvetica, Arial, sans-serif;
}

.franchise-more p a.button {
    background: #1B4633;
    color: #fff;
    font-family: 'ItalianPlateNo1Medium';
    font-size: 1.3rem;
    padding: 0.9rem 3rem;
    margin: 1rem 0;
    border-radius: 1.3rem;
}

[dir=rtl] .franchise-more p a.button {
    font-family: GEDinarOneMedium, Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 989px) {
    .welcome-img {
        position: relative;
        background: url(img/franchise/mobile/welcome.jpg) no-repeat top right;
        padding-bottom: 0.1rem;
        width: 30.5rem;
        height: 67.1rem;
    }

    [dir=rtl] .welcome-img {
        padding-bottom: 4rem;
    }

    .welcome-cnt {
        right: 32.5rem;
    }

    [dir=rtl] .welcome-cnt {
        left: 32.5rem;
        right: auto;
    }

    .franchise-banner {
        height: 30.8rem;
    }

    .franchise-banner-img {
        height: 30.8rem;
        background-size:auto 30.8rem;
    }

    .franchise-banner .inner-bg {
        position: absolute;
        background: url(img/franchise/green-bg.png);
        opacity: 0.9;
        width: 30.5rem;
        right: 0;
        height: 36.9rem;
        z-index: 2;

    }

    .franchise-text {
        padding: 2.5rem 3.5rem 2rem 2.5rem;
        width: 30.5rem;
        right: 0;
    }

    .franchise-text h2 {
        margin-top: 3rem;
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    [dir=rtl] .franchise-text h2 {
        font-size: 4.6rem;
        line-height: 5rem;
    }

    .franchise-more ul li {
        width: 23%;
    }

}

@media only screen and (max-width: 768px) {
    .welcome-img,
    [dir=rtl] .welcome-img{
        float: none;
        background: url(img/franchise/mobile/400/welcome.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 45.1rem;
    }
    .welcome-cnt {
        width: 100%;
        position: static;
        margin: 0;
        right: auto;
    }

    .franchise-banner {
        margin-top: 0;
        height: auto;
    }

    .franchise-banner-img {
        position: static;
    }

    .franchise-banner .inner-bg {
        display: none;
    }

    .franchise-text {
        position: static;
        width: 100%;
        height: auto;
        background: #1B4633;
    }

    .franchise-more ul li {
        width: 34%;
    }

    .franchise-more ul li:nth-child(3) {
        margin-left: 0 !important;
    }

    .franchise-more ul li h3 {
        font-size:3.3rem;
        margin-top: 1.5rem;
    }
    .last-two .franchise-more ul li h3{
        margin-top:4rem;
    }
    .welcome-box p.wif-intro,
    .welcome-box p,
    .franchise p{
        font-size:2.7rem;
        line-height:1.3;
    }
}