

.bg {
    max-width: 1300px;

}
.logo {
    width: 513px;
    height: 315px;
    object-fit: contain;
    object-position: left top;

}

.fcb{
    background-image: url("images/facebook.jpg") ;
    background-repeat: no-repeat;
    width:53px;
    height:53px;
    overflow: hidden;
    float: right;
    margin-top: 100px;
}
.anchor{
    background-image: url("images/anchor.png") ;
    background-repeat: no-repeat;
    width:244px;
    height:481px;
    overflow: hidden;
    float: right;
    margin-top: 200px;
    opacity: 0.5;
}
.logo_bg{
    background-image: url("images/logo_bg.jpg") ;
    background-repeat: no-repeat;
    width:210px;
    height:139px;
    position: absolute;
    top:10px;
    right:20px;
    z-index: 1;

}
.img{
    max-width: 333px;
    margin: 0 auto;
    overflow: hidden;
    border:4px solid rgba(255, 255, 255, 0.54);
    margin-bottom: 40px;

}

h1{
    font-family: Arial;
    font-size: 48px;
    color: #52a7c7;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 5.5pt;
    position: relative;
    z-index: 2;
    margin-top: -10px;
}
h1 strong{ display: block;    font-weight: 800;}
h1 .logo_strong{
    font-size: 65px;
    color: #01aef0;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: 6.5pt;
    color:#01aef0
}

h2{
    font-family: Arial;
    font-size: 14px;
    color: #0e87b5;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.5pt;
}
h3{
    font-family: Arial;
    font-size: 12px;
    color: #525252;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.5pt;
}
p{
    font-family: Arial;
    font-size: 14px;
    color: #525252;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0.5pt;
    margin-bottom: 30px;
}

ul{    margin-bottom: 30px;}
ul li {
    font-family: Arial;
    font-size: 13px;
    color: #047ead;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0.5pt;
}
.footer ul{ list-style: none}
.footer ul li {
    padding-bottom: 10px;
    margin-right: 20px;
    min-height: 20px;
    float: left;
    color: #444444;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3pt;
}
.footer ul li a{color: #fff;    font-size: 16px;line-height: 18px; letter-spacing: 0.5pt;}

.footer .dsgned{ padding:10px}
.footer .dsgned a{color: #fff;font-size: 12px; line-height: 16px; letter-spacing: 0.3pt;}
.footer .dsgned a:hover{color: #fff;}