html {
    font-size: 100%;
}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
.container {
    height: 100%;
}
.container .left-col,
.container .right-col,
.container .middle-col {
    position: absolute;
    top: 0;
    bottom: 0;
}
.container .left-col {
    left: 0;
    width: 25%;
    background-image: url(img-left.jpg);
    background-size: cover;
}
.container .right-col {
    right: 0;
    width: 25%;
    background-image: url(img-right.jpg);
    background-size: cover;
}
.container .middle-col {
    left: 25%;
    right: 25%;
    box-sizing: border-box;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;   
}

.bottom-image {
    background-image: url(img-center.jpg);
    background-size: cover;
    height: 50%;
}
h2 {
font-family: Arial;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
h2 strong {
    font-size: 20px;
    position: relative;
    top: 1px;  
}

h3{
    font-family: Arial;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #02395a;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 2px;
}

.no-icon:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d95a1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 26px;
    opacity: 0;
        text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.mail-icon:before {
    font-family: FontAwesome;
    content: "\f003";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d95a1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 26px;
        text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.phone-icon:before {
    font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d95a1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 26px;
        text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.phone-icon:before, .mail-icon:before, .no-icon:before  {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d95a1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 25px;
    width: 24px;
    text-align: center;
    line-height: 23px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.content {
    background: #ffffff;
    height: 50%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
}
.content img.logo {
    box-sizing: border-box;
    max-width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 4%;
}
.comming-soon {
    background: #00395a;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.border-outline {
    margin: 5px;
    border: 1px solid #4d95a1;
    padding: 10px;
}


.content-table {
    display: table;
    height: 100%;
    width: 100%;
}
.content-cell {
    vertical-align: middle;
    display: table-cell;
    border-bottom: 53px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    background: #ffffff;
}


@media only screen and (max-width: 1000px) {
.container .left-col {
    left: 0;
    width: 15%;
}
.container .right-col {
    right: 0;
    width: 15%;
}
.container .middle-col {
    left: 15%;
    right: 15%;  
}
h3{
    font-family: Arial;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #02395a;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
}
.mail-icon:before, .no-icon:before, .phone-icon:before  {
font-family: FontAwesome;
    content: "\f003";
    font-size: 10px;
    margin-right: 8px;
    height: 19px;
    width: 19px;
    line-height: 16px;
}
.border-outline {
    margin: 4px;
    border: 1px solid #4d95a1;
    padding: 5px;
}
}

@media only screen and (max-width: 600px) {
.container .left-col {
    left: 0;
    width: 50px;
}
.container .right-col {
    right: 0;
    width: 50px;
}
.container .middle-col {
    left: 50px;
    right: 50px;  
}
.content img.logo {
    margin-bottom: 20px;
    max-width: 80%;
}
h2 {
    font-size: 13px;
    line-height: 16px;
}
h2 strong {
    font-size: 16px;
}
}
@media only screen and (max-width: 400px) {
.container .left-col {
display:none;
}
.container .right-col {
display:none;
}
.container .middle-col {
    left: 0px;
    right: 0px;  
}
.bottom-image {
    background-image: url(img-left.jpg);
    background-position: center;
}
}


