body
{
}

/* Start Nav Section */

.nav img
{
    height: 80px;
    padding:5px 0
}

/* End Nav Section */

/* Start Header Section */

.header {
    background: url(../images/bg.png) no-repeat 100% 100%;
    background-size: cover;
    height: 630px;
    padding: 50px 0;
}

.header p
{
    margin-top:10px
}

header h1
{
    font-size: 62px;
    line-height: 52px;
}

.header .head-1
{
    color:#93D5F5;
}

.header .content {
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    height: 400px;
}

/* End Header Section */

/* Start educate Section */

.educate
{
    padding:10px 0
}

.educate .img-frame
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.educate .item
{
    padding:10px;
    border-radius: 10px;
    display: grid;
    min-height: 110px;
}

.educate .desc
{
    color:#333333;
    line-height: 30px;
    font-size: 20px;
}

.educate .desc:first-of-type
{
    margin-top:20px
}

.educate .item img
{
    height: 35px;
    margin-bottom: 10px;
    margin:0 auto 10px
}

.educate p
{
    font-weight: bold;
    color:#2A75BF;
    margin-top: 30px;
    font-size: 19px;
}

.educate h1
{
    line-height: 45px;
    color:#333333;
    font-size: 60px;

}

.educate ul
{
    text-align: left;
}

.educate ul li
{
    width:27%
}

.educate .desc:last-of-type
{
    margin-bottom: 30px;
}



.educate ul li .item h6
{
    font-size: 13px;
    margin:0;
}

.educate .item-style-1
{
    background:#E3E9F6
}

.educate .item-style-2
{
    background:#E3F1F0
}

.educate .item-style-3
{
    background:#F5F1EB
}

/* End educate Section */

.contact{
    padding: 50px 0 0 0;
    text-align: center;
    background: #eff0f5;
}
.contact-txt{
    max-width: 870px;
    margin: 0 auto;
}
.contact h2{
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #003a51;
}
.contact-p span{
    border-bottom: 2px solid #12cad1;
}
.contact-us-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 280px;
    margin-right: 35px;
}


form input {
    width: 50%;
    height: 50px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #b9e2e6;
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
form textarea{
    width: 50%;
    resize: none;
    height: 120px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #b9e2e6;
    margin: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
form button {
    width: 50%;
    margin: 10px;
    padding: 15px;
    background: #4dabe9;
    border: none;
    border-radius: 20px;
    color: #fff;
    height: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
form button:focus, form textarea:focus, form input:focus{
    outline: none;
}
