.headerimg
{
    width:100%;
    height:350px;
    background-position: center;
    background-size:cover;
    display:flex;
    align-items:center;
}
.hitxt
{
    color:#ffffff;
    display: flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding:20px;
    background-color:rgba(0,0,0,0.4);
    width:70%;
    margin:0 auto;
}
.hitxt span
{
    font-family:'Raleway';
    font-size:28px;
}
.hitxt p
{
    margin:5px 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:16px;
}
.hitlink
{
    margin:20px 0;
}
.hitlink a
{
    text-decoration:none;
    color:#ffffff;
    padding:15px;
    background-color:#b99b65;
}
.services
{
    display:flex;
    justify-content:space-between;
}
.icontain
{
    width:1366px;
    margin:auto;
    display:flex;
    justify-content:space-between;
}
.index
{
    width:18%;
    margin:4% 0;
}
.index li
{
    display:flex;
    flex-direction: column;
}
.index li a
{
    font-family:'Raleway';
    color:#333333;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    height:50px;
    width:100%;
    padding:15px 10px;
    display:flex;
    border-bottom:1px dotted #999999;
}
.index li a:hover
{
    color:#002366;
    border-left:4px solid #b99b65;
    background-color:#eeeeee;
}
.navlinks li:nth-child(1) a
{
    color:#b99b65;
}
.content
{
    width:70%;
    margin:4% 2%;
    display:flex;
    flex-direction:column;
}
.content img
{
    width:100%;
}
.content h1
{
    color:#101010;
    font-family:'Raleway';
    margin:2% 0;
}
.content span
{
    font-size:26px;
    margin:2% 0;
    color:#101010;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style:italic;
}
.content p
{
    font-size:18px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin:2% 0;
    color:#101010;
}
.content ul li a
{
    text-decoration:none;
    font-size:16px;
}
.content ul li
{
    margin:5px 0;
}
.econtain
{
    background-color:rgba(0,35,102,0.9);
    width:100%;
    display:flex;
}
.econtent
{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:40%;
    height:auto;
    color:#ffffff;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin:auto;
}
.econtain .econtent p
{
    font-size:16px;
    font-style:italic;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.econtain .econtent .eclist
{
    font-size:16px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.eclist li
{
    margin:5px 0;
}
.ecimg
{
    width:50%;
    display:flex;
    align-items:center;
}
.ecimg img
{
    width:100%;
    height:auto;
}
@media only screen and (max-width:992px)
{
    .econtain{flex-direction:column;}
    .ecimg,.econtent{width:96%;margin:auto;}
    .hitxt{width:100%;}
}
@media only screen and (max-width:768px)
{
    .icontain{flex-direction:column;}
    .index{width:96%;margin:4% 2%;}
    .content{width:96%;margin:4% 2%;}
}