body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-weight: 500;
}



a {
    color: #0A6050;
}

    a:hover {
        color: #111;
    }

p {
    color: #494949;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 25px;
}

ul {
    color: #494949;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 25px;
}

.link {
    /*color: #00a4e5;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;*/
}

.doc-box {
    background: #f6f0e5;
    border-radius: 10px;
    padding: 18px;
}

.doc-box-details {
    border: 1px solid #d9b661;
    padding: 30px;
    border-radius: 10px;
}

    .doc-box-details h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 38px;
    }

    .doc-box-details p {
        font-size: 19px;
    }

.studies span {
    word-break: break-all;
}

.studies {
    font-size: 11px;
    line-height: 21px;
    color: grey !important;
}

.small-text2 {
    font-size: 11px;
    line-height: 21px;
    color: grey !important;
}

.studies a {
    color: grey !important;
}

.btn-01 {
    background: #0A6050;
    color: white;
    font-size: 20px;
    padding: 8px;
    font-weight: 600;
    padding: 10px 30px;
}

    .btn-01:hover {
        background: #278b78;
        color: white;
    }

.bold {
    font-weight: 600;
}

h1, h2, h3, h4 {
    font-family: "Georgia", Sans-serif !important;
}

header {
    /*background: url(../images/header1.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: #195745;
}

.overlay {
    padding: 5px 0px 30px 0px;
    /*background: rgba(0,0,0,0.18);*/
}

.p-head {
    color: #0A6050;
    font-family: "Georgia", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 38px;
}


header .logo {
    margin-bottom: 2px;
    width: 270px;
}

.bg-greens {
    background: #0A6050;
    color: white;
    font-size: 18px;
    padding: 8px;
}


.box-image {
    max-width: 700px;
    margin: auto;
}

.top-link {
    text-align: center;
    color: #d5d1d1;
}

    .top-link a {
        color: #d5d1d1;
        font-size: 16px;
    }

        .top-link a:hover {
            text-decoration: none;
        }

.border-line {
    border: 3px solid #00a4e5;
    width: 135px;
    margin-top: 20px;
}

header h1 {
    color: white;
    font-size: 46px;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-family: timepos;
    font-weight: 800;
    letter-spacing: 0.9px;
    margin-top: 30px;
}



header h2 {
    color: white;
    font-size: 40px;
    line-height: 49px;
    font-family: timepos-light;
    font-weight: 600;
    letter-spacing: 0.7px;
}

footer {
    background: #eeeeee;
    padding: 10px 0px 5px 0px;
    margin-top: 60px;
}

    footer p {
        font-size: 17px;
        line-height: 25px;
        margin-top: 50px !important;
        color: #111;
        /*font-family: Helvetica,Arial,sans-serif;*/
    }

    footer ul a {
        font-size: 14px;
        line-height: 24px;
        color: #111 !important;
        /*text-decoration: underline;*/
        font-family: Helvetica,Arial,sans-serif;
        display: inline-block;
        font-weight: 300;
    }

        footer ul a:first-child {
            padding-left: 0px !important;
        }


        footer ul a:hover {
            color: #444 !important;
            text-decoration: underline;
        }

#footer-pre-light p {
    line-height: 20px !important;
}

.underline {
    text-decoration: underline;
}



@media(min-width:1200px) {
    .container {
        max-width: 1000px;
    }
}


@media(min-width:992px) {

    .sz-image {
        max-width: 750px;
    }


    footer ul a {
        padding: 10px 15px;
    }

    header {
        background-attachment: fixed;
    }

    .lg-title {
        font-size: 64px;
        line-height: 79px;
    }

    .lg-title-2 {
        font-size: 53px;
        line-height: 71px;
    }
}

@media(min-width:1200px) {
    .br-block {
        display: block;
    }
}

@media(min-width:768px) {
    .wid-im {
        width: 75% !important;
    }
}


@media(max-width:767px) {

    .studies {
    }

        .studies a {
            margin-top: 6px;
            display: inline-block;
        }

    .overlay {
        padding: 5px 0px 20px 0px;
    }

    p {
        font-size: 19px;
        line-height: 29px;
    }

    .doc-box-details {
        padding: 20px 20px 0px 20px;
    }

    footer ul a {
        font-size: 13px;
    }

    .p-head {
        font-size: 26px;
    }

    ul {
        font-size: 18px;
    }

    header h1 {
        font-size: 34px;
        line-height: 40px;
    }

        header h1 span {
            font-size: 32px;
        }


    .overlay {
        padding-top: 5px !important;
    }



    header h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
