
* {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans';
    margin:0 0 0 0;
    padding: 0 0 0 0;
}
img {
    max-width:100%;
}
.blue { color:#003f7d;}
.contain {
    width:100%;
    max-width:1400px;
    padding-left:50px;
    padding-right:50px;
    margin:0 auto;
}

.flexbox { display: flex; flex-direction:row;}


.btn {
    background-color:#003366;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    display:inline-block;
    padding:10px 25px;
    font-size:18px;
    font-weight:600;
    text-align:center;
    border-radius:5px;
    transition:.25s;
}
.btn:hover {
    background-color:#003f7d;
}
.top-bar {
    height: 35px;
    background-color:#003366;
    padding:5px;
}
.top-bar .contain {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.top-bar p {
    color:#fff;
    font-weight:300;
    font-size: 13px;
    letter-spacing:0.5px;
    margin:0 15px;
    display:inline-block;
}
nav .nav-inner {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
nav .logo {
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
    padding-top:6px;
    padding-bottom:6px;
}
nav .logo img:first-of-type {
    max-height:75px;
    width:auto;
}
nav .logo img:nth-of-type(2) {
    max-height:30px;
    width:auto;
    margin-left:8px;
}
nav .nav-inner ul {
    display:flex;
    flex-direction:row;
    display:none;
}
nav .nav-inner ul li {
    list-style:none;
    padding:0 10px;
}
nav .nav-inner ul li a {
    font-size: 16px;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:0.8px;
    font-family: 'ABeeZee';
    color:#000;
}
nav .nav-inner ul li::after {
    display:block;
    content: "";
    width:0px;
    height:2px;
    background-color:#000;
    margin:2px auto 0;
    transition:.2s;
}
nav .nav-inner ul li:hover::after {
    width:100%;
}
#hero {
    width:100%;
    height:auto;
    /* background-image:url(img/1000004789.jpg); */
    background-size: cover;
    background-position:center center;
}
#hero .slider-bg {
    max-height:600px;
    overflow:hidden;

}
#hero .slider-bg img {
    max-height:600px;
    width:100%;
    object-fit:cover;
    object-position:center;
}
#hero .slick-arrow {
    display:none !important;
}
#hero .inner {
    width:100%;
    min-height:600px;
    /* padding-bottom:100px; */
    background:rgba(0,0,0,.5);
    background: linear-gradient(90deg, rgba(0,24,48,0.9) 0%, rgba(0,24,48,0.5) 60%, rgba(0,0,0,0) 100%);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    position:absolute;
    top:122px;
    z-index:99999;
}
#hero h1, #hero h2 {
    text-transform:uppercase;
    color:#fff;
    
    margin:0 0 0 0;
    letter-spacing:1px;
}
#hero h1 {
    font-size: 64px;
    line-height:1;
    margin-bottom:0;
}
#hero h2 {
    font-size:40px;
    margin-top:0;
}
#hero ul li {
    color:#fff;
    list-style:none;
    font-size: 20px;
    font-weight:600;
    margin-bottom:5px;
}

#hero ul li i {
    font-size: 24px;
}
#hero .btn {
    font-size: 24px;
}
#hero .flexbox > div.left {
    flex: 0 0 60%;
    /* padding-top:25px; */
}
#hero .flexbox >div.right {
    flex: 0 0 40%;
}

#hero .flexbox div .form {
    background-color:#003366;
    width:85%;
    height:300px;
}

.intro .contain  {
    display: flex;
    padding-top:60px;
    justify-content:center;
    align-items:center;
    padding-bottom:100px;
}
.intro .contain div.left {
    flex: 0 0 55%;
    padding-right:100px;
}
.intro .contain div.left h3{
    margin-bottom:0;
    text-transform:uppercase;
}
.intro .contain div.left h2 {
    font-size: 32px;
    line-height:34px;
    margin-top:0;
    margin-bottom:15px;
    text-transform:uppercase;
}
.intro .contain div.left p {
    margin-top:5px;
}
.intro .contain div.left .btn {
    margin-top:15px;
}
.intro .contain div.right  {
    flex: 0 0 45%;
    padding-right:35px;
    position:relative;
}
.intro .contain div.right .sq {
    background-color:#fd7702;
    height:100%;
    width:calc(100% - 30px);
    display:block;
    position:absolute;
    right:0;
    bottom:-30px;
    z-index:0;
    border-radius:2px;
}
.intro .contain div.right img {
    position:relative;
    z-index:9;
}

.services {
    padding-top:50px;
    background-color:#eef1f6;
}
.services h3 {
    margin-bottom:0;
    text-align:center;
    font-size:21px;
    line-height:21px;
}
.services h2,
.other-services h2 {
    margin-top:0;
    margin-bottom:0;
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
    text-align:center;
}
.services .inner,
.other-services .inner {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.services .inner > div,
.other-services .inner > div {
    flex: 0 0 33.33%;
    /* background-color:#003366; */
    /* border-right:1px solid #fff; */
    text-align:center;
    padding:25px 10px 50px 0;
    transition:.2s;
    position:relative;
    overflow:hidden;
}
.services .inner > div .headline {
    height:250px;
    width:100%;
    background-size:110%;
    background-position:center;
    border-radius:2px;
    transition:.3s;
}
.services .inner > div .headline:hover {
    background-size:100%;
}
.services .inner > div .headline .txt {
    height:100%;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    background-color:rgba(0,0,0,.3);
    transition:.3s;
    padding-top:25px;
    padding-left:15px;
    padding-right:15px;
}
.services .inner > div .headline:hover .txt {
    background-color:rgba(0,0,0,.5);
}
.services .inner > div:last-of-type {
    border-right:none;
}

.services .inner > div i,
.other-services .inner >div i {
    font-size: 58px;
    color:#003f7d;
}
.services .inner > div h3,
.other-services .inner > div h3 {
    font-weight:700;
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:0;
    padding-bottom:0;
    overflow-x:hidden;
    font-size: 24px;
    line-height:1;
    text-shadow:1px 1px 3px 5px rgba(0,0,0,.5);
}
.services .inner > div p {
    font-size:14px;
    font-weight:600;
    margin-top:5px;
    padding-top:0;

    opacity:0;
    transition:.35s;
    transform:scale(1.3);
}
.services .inner > div .headline:hover p {
    opacity:1;
    transform:scale(1);
}

.other-services {
    padding-top:50px;
    padding-bottom:50px;
}
.other-services h2 {
    font-size: 24px;
    text-align:center;
}
.other-services .inner {
    justify-content:center;
}
.other-services .inner > div {
    flex: 0 0 18%;
}
.other-services .inner > div h3 {
    font-size: 16px;
    margin-top:35px;
}


.fw {
    width:100%;
    background-image:url(img/lv.webp);
    background-size:cover;
    background-position:center center;
    color:#fff;
}

.fw .inner {
    background-color:rgba(0,24,48,0.5);
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:300px;
    padding-left:25px;
    padding-right:25px;
}

.fw h3 {
    text-transform:uppercase;
    font-size:32px;
    text-align:center;
}

footer .top {
    border-top:1px solid #eef1f6;

}
footer .top > .flexbox {
    align-items:center;
    justify-content:space-between;
}
footer .top > .flexbox > div {
    flex: 0 0 50%;
}
footer .top > .flexbox .logo {
    max-width:150px;
}
footer .top > .flexbox .left {
    display:flex;
    flex-direction:row;
    align-items:center;
}
footer .top > .flexbox .left > div:nth-of-type(2) {
    text-align:center;
    padding-left:50px;
}
footer .top > .flexbox .left h2,
footer .top > .flexbox .left h3 {
    margin:0 0 0 0;
}
footer .top > .flexbox .left h2,
footer .top > .flexbox .left .social a:hover {
    color:#fd7702;
}
footer .top > .flexbox .left h3,
footer .top > .flexbox .left .social a {
    color:#003366;
    transition:.25s;
}
footer .top > .flexbox .left .social {
    margin-top:10px;
}
footer .top > .flexbox .left .social a {
    display:inline-block;
    margin-left:3px;
    margin-right:3px;
}
footer .top > .flexbox .left .social a i {
    font-size: 21px;
}
footer .top .right .flexbox {
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
}
footer .top .right .flexbox img {
    margin-left:10px;
    max-width:100px;
    width:auto;
    max-height:70px;
}
footer .bottom {
    background-color:#003366;
    padding:10px 0;
}

footer p {
    color:rgba(255,255,255,.8);
    text-align:center;
    font-size: 13px;
    margin:0 0 0 0;
}
@media (max-width:1300px) {
    .intro .contain div.left {
        padding-right:65px;
    }
}
@media (max-width:1200px) {
    p { font-size: 15px; }
    .contain {
        padding-left:35px;
        padding-right:35px;
    }
    #hero .flexbox > div.left {
        flex: 0 0 100%;
    }
    #hero .flexbox > div.right {
        flex: 0 0 0%;
    }
}
@media (max-width:1100px) {
    .services .inner > div:last-of-type .headline p br {
        display:none;
    }
    .services .inner > div p {
        font-size:13px;
        font-weight:400;
    }
}
@media (max-width:1050px) {
    .intro .contain {
        align-items:flex-start;
        padding-bottom:60px;
    }
    .services .inner > div:last-of-type .headline p br {
        display:none;
    }
}
@media (max-width:991px) {
    p {
        font-size:14px;
    }
    .contain {
        padding-left:25px;
        padding-right:25px;
    }
    .intro .contain div.left {
        flex: 0 0 60%;
        padding-right: 50px;
    }
    .intro .contain div.right {
        flex: 0 0 40%;
        padding-right:0;
    }
    .services .inner > div h3 {
        font-size: 21px;
    }
    .services .inner > div .headline {
        height: 215px;
    }
    .services .inner > div p {
        font-size:12px;
        font-weight:400;
    }
   
    .other-services .inner > div {
        flex: 0 0 22%;
    }
}
@media (max-width:875px) {
    .intro .contain {
        flex-direction:column;
        padding-bottom:35px;
    }
    .intro .contain div.left  {
        padding-right:0;
        padding-bottom:50px;
    }
    .intro .contain div.right {
        width:100%;
    }
    .intro .contain div.right img {
        width:100%;
        max-height:300px;
        object-fit:cover;
        object-position:center -150px;
    }
    .intro .contain div.left h2
    .services h2, .other-services h2, .fw h3  {
        font-size: 28px;
    }
    .services h3 {
        font-size:18px;
        line-height:18px;
    }
    .services {
        padding-top:35px;
        padding-bottom:35px;
    }
    .services .inner {
        flex-direction:column;
    }
    .services .inner > div .headline {
        height:350px;
    }
    .services .inner > div {
        padding:15px 0 0 0;
    }
    .other-services .inner > div {
        flex: 0 0 25%;
    }
    
}

@media (max-width:768px) {
    #hero .slider-bg,
    #hero .inner {
        min-height:450px;
        max-height: 450px;
    }
    #hero .slider-bg img {
        height:450px;
    }
    footer .top {
        padding-bottom:15px;
    }
    footer .top > .flexbox {
        flex-direction:column;
        width:100%;
    }
    footer .top .left {
        width:100%;
        justify-content:space-around;

    }
    footer .top .right .flexbox img {
        max-width:80px;
        max-height:60px;
    }
}

@media (max-width:700px) {
    .top-bar p.e {
        display:none;
    }
    #hero h1 {
        font-size:54px;
    }
    #hero h2 {
        font-size: 32px;
    }
    #hero ul li {
        font-size: 18px;
    }
    #hero .btn {
        font-size: 21px;
    }
    .services .inner > div .headline {
        background-size:cover;
    }
    .services .inner > div .headline .txt {
    background-color: rgba(0, 0, 0, .4);
    }
    .services .inner > div h3 {
        margin-top:0;
    }
    .services .inner > div p {
        transform:scale(1);
        opacity:1;
        font-size:13px;
    }
    .other-services .inner > div h3 {
        font-size: 14px;
    }
}

@media (max-width:550px) {
    #hero h1 {
        font-size: 42px;
    }
    #hero h2 {
        font-size: 28px;
    }
    .intro .contain div.right img {
        object-position:center;
    }
    .services .inner > div .headline {
        height:300px;
    }
    .other-services .inner > div {
        flex: 0 0 50%;
    }
    footer .top > .flexbox .logo {
        max-width: 135px;
    }
    
}

@media (max-width:435px) {
    #hero .slider-bg, #hero .inner {
        min-height: 420px;
        max-height: 420px;
    }
    #hero .slider-bg img {
        height:420px;
    }
    #hero h1 {
        font-size: 36px;
    }
    .services .inner > div .headline {
        height: 250px;
    }
}