
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    color: #000;
    font-family: "Lato", serif;
}


a, a:focus {
    text-decoration: none;
    outline: 0;
}

.outer-wrapper {
    overflow: hidden;
}


/* Content */
.content {
    font-size: 0;
    max-width: 1000px;
    padding: 0 25px;
    margin: 60px auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top {
    padding: 20px 40px 0 0;
    text-align: end;
}

.logo {
    max-width: 240px;
    width: 100%;
}

h2 {
    font-size: 60px;
    margin: 0 0 10px;
}

.underline {
    width: 100%;
    max-width: 600px;
    height: 8px;
    background-color: #778D9C;
    margin: 35px 0 50px;
}

a {
    color: #778D9C;
    text-decoration: none;
}

h3 {
    font-size: 30px;
    margin: 60px 0 10px;
}

.footer {
    bottom:0;
    width: 100%;
    padding: 10px 0;

    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}


.logo-box-footer {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.logo-box-left {
    width: 50%;
    margin-bottom:30px;
    display: flex;
    justify-content: center;
}

.logo-box-right {
    width: 50%;
    margin-bottom:30px;
    display: flex;
    justify-content: center;
}


.logo-1 {
    width: 100%;
    max-width: 90px;
    border:0;
    margin-top: 10px;
}

.logo-2 {
    width: 100%;
    max-width: 240px;
    height: 79px;
    border:0;
}


.text-box_all {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    padding: 0 36px 0 51px;
    position: relative;
    display: inline-block;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 35px;
}

.flies1 {
    max-width: 680px;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 30px;
}




@media screen and (max-width: 960px) {

    .text-box_all {
        padding: 0;
    }

}


@media screen and (max-width: 900px) {

    .content {
        margin-top:18px;
    }

    .text-box_all  h2 {
        margin: 0 0 10px;
    }

}


@media screen and (max-width: 820px) {
    .flies1 {
        margin-top: 0;
    }

    .top {
        padding: 20px 0 30px 31px;
        text-align: start;
    }

    .logo {
        max-width: 170px;
    }

    .logo-box-left {
        justify-content: start;
    }

}

@media screen and (max-width: 600px) {

    .text-box_all {
        font-size:18px;
        line-height:30px;
    }

    h3 {
        font-size: 20px;
    }

}


@media screen and (max-width: 416px) {


    .text-box_all {
        font-size:15px;
        line-height:24px;
        margin-bottom: 20px !important;
    }


}