h1 {
    font-size: 48px;
    line-height: 1.2;
}

h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
}

/* Banner */
.banner {
    padding: 80px 0 30px;
    position: relative;
}

    .banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.3);
    }

    .banner h1 {
        padding: 10px;
        position: relative;
    }

/* Common Button Style */
.btn.button,
.common-btn {
    font-family: "Cabin", sans-serif;
    padding: 12px 20px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.btn-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


/* Image Content Start */
.image-content .inner {
    padding: 30px 0;
}

    .image-content .inner .h2head {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 25px;
        font-weight: 800;
    }

    .image-content .inner p.bold {
        font-weight:800;
        font-size:18px;
    }

    .image-content .inner .container {
        display: flex;
        gap: 40px;
    }

    .image-content .inner:nth-child(even) .container {
        flex-direction: row-reverse;
    }

    .image-content .inner .content {
        width: 60%;
    }

        .image-content .inner .content *:last-child {
            margin-bottom: 0;
        }

    .image-content .inner .img-wrap {
        width: 40%;
    }

        .image-content .inner .img-wrap img {
            width: 100%;
        }

/*.image-content .common-btn {
    margin-top: 30px;
}*/

.image-content .inner ul.styled-list {
    margin-bottom: 30px
}

/*.image-content .inner:first-child .container {
    align-items: center;
}*/
/* Image Content End */

/* Standard Content Start*/

.standard-content .head-2 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 800;
}

.standard-content h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 800;
}

.standard-content .inner .container > p {
    font-size: 23px;
    margin-bottom: 30px;
}

.standard-content .inner {
    padding: 50px 0;
}


    .standard-content .inner .wrapper .box-wrap .box {
        width: 100%;
        margin: 0;
    }

    .standard-content .inner .wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }

    .standard-content .inner .box {
        padding: 20px;
        width: calc(50% - 20px);
        margin: 10px;
    }

    .standard-content .inner .wrapper .box-wrap {
        width: calc(50% - 20px);
        margin: 10px;
    }

        .standard-content .inner .wrapper .box-wrap .box {
            width: 100%;
        }

    .standard-content .inner .box p + .styled-list {
        margin-top: -8px;
    }

    .standard-content .inner .wrapper ul.styled-list {
        margin-bottom: 30px
    }

        .standard-content .inner .wrapper ul.styled-list:last-child {
            margin-bottom: 0;
        }

    .standard-content .inner .box ul {
        padding-left: 30px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

        .standard-content .inner .box ul li a {
            transition: all ease-in-out 0.3s;
        }

        .standard-content .inner .box ul:last-child {
            margin-bottom: 0;
        }
/* Standard Content End*/

/* Reviews Section Start */
.reviews {
    padding: 0 0 40px 0;
}

    .reviews h2,
    .reviews .h2head {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 800;
    }

    .reviews .inner {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .reviews .review {
        width: calc(20% - 16px);
        padding: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

.review * {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

    .review *:last-child {
        margin-bottom: 0;
    }
/* Reviews Section End */

/* Start-Journey Section Start */
.start-journey {
    padding: 50px 0;
}

    .start-journey .h2head {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 800;
    }

    .start-journey .inner {
        display: flex;
        margin-bottom: 30px;
        gap: 20px;
    }

        .start-journey .inner .box {
            /*width: 33.33%;*/
            width: 25%;
            padding: 20px;
        }

    .start-journey h2 {
        text-align: center;
    }

    .start-journey h3 {
        margin: 0;
    }

    .start-journey p.box-head {
        margin-top: 20px;
        margin-bottom: 0;
    }
/* Start-Journey Section End */

/* Content with image for about and homepage */
.content-with-image {
    position: relative;
    padding: 40px 0 70px;
}

    .content-with-image:after {
        position: absolute;
        content: '';
        width: 100%;
        bottom: 0;
        background-image: url(images/pattern-2.PNG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 127px;
    }

    .content-with-image .inner {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        gap: 20px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .content-with-image .img-wrap {
        width: 60%;
    }

        .content-with-image .img-wrap img {
            width: 100%;
            max-width: 79%;
            margin: 0 auto;
            display: block;
        }

    .content-with-image .content {
        width: 40%;
        padding-left: 20px;
    }

        .content-with-image .content h2 {
            font-size: 41px;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .content-with-image .content ul {
            padding-left: 35px;
        }

            .content-with-image .content ul li {
                margin-bottom: 4px;
            }

    .content-with-image .common-btn {
        margin-top: 40px;
    }
/* Content with image for about and homepage end */

/*Local Resources: start */

.local-resources {
    padding-top: 50px;
}

    .local-resources .inner {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }

    .local-resources .wrap {
        flex: 1 1 0;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .local-resources .wrap p {
            font-size: 16px;
            margin-bottom: 0;
            min-height: 36px;
            margin-top:10px;
        }

        .local-resources .wrap a {
            font-size: 14px;
            margin-top: 25px;
        }
/*Local Resources: end*/


/* Media Queries Start Here */
@media screen and (max-width:1024px) {
    .banner {
        padding: 120px 0 40px;
    }

        .banner h1 {
            padding: 0;
        }

    .reviews .review {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
    }

    .start-journey .inner .box {
        width: 100%;
    }

    .image-content .inner .container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .image-content .inner .content,
    .image-content .inner .img-wrap {
        width: 100%;
    }

    .image-content .inner .img-wrap {
        order: 2;
    }

    .standard-content .inner .wrapper {
        flex-wrap: wrap;
    }

        .standard-content .inner .wrapper .box-wrap,
        .standard-content .inner .wrapper .box {
            width: 100%;
        }
}

@media screen and (max-width:575px) {

    .common-btn {
        width:100%;
    }

    .start-journey .inner {
        flex-wrap: wrap;
    }

    .reviews .review {
        width: 100%;
    }
}