* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #494949;
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}




/*==Video CSS==*/

#home-video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: fill;
    display: flex;
    vertical-align: top;
}

.video {
    position: relative;
    z-index: 1;
    width: 100%;
    display: table;
    height: 100vh;
    overflow: hidden;
}


.preloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: #fff;
    color: #fff;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader img {
    width: 70vw;
    animation: pulse 2s infinite
}



.preloader h2 {
    font-size: 30px;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1, 1);
        opacity: .5
    }

    50% {
        transform: scale(1.21, 1.21);
        opacity: 1
    }
}







/*==Lutran Menu CSS==*/

.lutran-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2000000;
}

.lutran-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lutran-menu li {
    width: 100%;
    text-align: center;
    line-height: 65px;
    margin-bottom: 1px;
}

.lutran-menu li a {
    width: 65px;
    height: 65px;
    display: block;
    font-size: 32px;
    color: #FFF;
    background: #3A5876;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lutran-menu li a img {
    max-width: 60%;
    vertical-align: middle;
}

li.wos-pdf-ico {
    line-height: 58px;
}

.lutran-menu li a:hover {
    background: #2b4259;
}




/*==Login CSS==*/

.lutran-login {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 10%;
    transform: translateX(-50%);
    z-index: 99;
}

.login-page-wrapper {
    background-color: rgba(255, 255, 255, 0.60);
    transition: all 0.2 ease-in-out;
    border-radius: 12px;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding: 35px;
}

.login-page-wrapper:hover {
    background: rgba(58, 88, 118, 0.50);
}

.login-LuTran-logo {
    margin-bottom: 30px;
    text-align: center;
}

.login-LuTran-logo img {
    max-width: 60%;
}

.input-group-addon.wos-key {
    padding: 3px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #49cbf6;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px;
}



.form-control {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    height: inherit;
    padding: 12px;
}

.key-ico {
    background-image: url(../img/key-ico.png);
    height: 39px;
    padding: 0;
    width: 41px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.input-group-addon i {
    color: #49cbf6;
}

.lutran-login .btn {
    font-size: 22px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 30px;
    background-color: #b7b7b7;
    border-radius: 0;
    border: transparent;
}

.lutran-login .btn:hover {
    color: #fff;
    background-color: #2B4259;
}

.login-page-wrapper .form-control {
    border-color: #49cbf6;
    color: #2B4259;
}


#loading {
    width: 100%;
    height: 100%;
    top: 325px;
    left: -210px;
    position: fixed;
    display: block;
    opacity: 0.7;
    text-align: center;

}



@media all and (max-width:900px) {

  

p.address {
    font-size: 19px;
}

.login-page-wrapper {
    width: 265px !important;
    margin-left: 65px;
    margin-top: 30px;
}

.login-LuTran-logo img {
    max-width: 90%;
}
a.modal-close-button {
    top: 5px;
}


.light_box_content {
    position: relative;
    width: 85%;
    left: 16%;
    top: 0px;
}
.top-contact {
    margin-top: -35px;
}
 h2.page-heading.wos_connect {
    font-size: 26px;
}
 .address span {
    font-size: 18px;
}

i.home-ico {
    margin-top: 5px;
}
 
  
}









