/*BODY*/
html, body { border: 0pt none; margin: 0pt; padding: 0pt; }
h1, h2, h3, h4, h5, h6 { margin: 0pt; padding: 0pt; font-weight: normal; }
p, ul, ol { margin: 0pt; padding: 0pt 0pt 1.25em; }
html { width:100%;height: 100%; -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; }
body {width:100%; height: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px;background: #527dbb;}
p { font-size: 16px; line-height: 20px; padding: 0px 0px 10px 0; text-align:left;}
a:active, a:focus, input {    outline: 0;    outline-style:none;    outline-width:0;}
a  {border: none;text-decoration:none; color:#fff; }
a img { border: none; }
img {border: none; }
ul {list-style: none;}
input, select {    -webkit-appearance: none;  border-radius: 0;}
.clear {clear:both; }
.row{
    height:100%;

}

.left{
    text-align:center;
    align-items: center;
    display:flex;
    align-content:center;
    justify-content: space-evenly;
    float:left;
    width:58%;
    height:100vh;
    background: #fff;
}

.logo img{
    max-width: 400px;
}

.right{
    position:relative;
    background-color: #527dbb;
    float:right;
    width:38%;
    padding:0 2% 0 2%;
    height:100vh;
    display: flex;
    align-items: center;

}
.right h4, .right h4 a{
    font-size:20px;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    margin-bottom:10px;
}

.right h4 i{
    padding:5px;
    background:#577abb;
    color:#ffffff;
}
.lala {
	display: flex;
}
.lala i {
	margin-top: 7px;
	margin-right: 6px;
}

.lala1 {
	display: flex;
}
.lala1 i {
	margin-top: 6px;
    margin-right: 7px;
}
.lala2 {
	display: flex;
}
.lala2 i {
	margin-top: 7px;
    margin-right: 7px;
}
/*texts and logo*/
.text{
    color:white;
    font-family: 'Open Sans', sans-serif;
}

.text h4{
    line-height:2;

}
.logo-small{
    display:none;
}

.text a{
    color:white;
}

@media (max-width:1399px){
    .left{
        width:50%;
    }
    .right{
        width:46%
    }

}

@media (max-width:1099px){
    .logo img{
        max-width: 300px;
    }
    
    .right h4, .right h4 a{
        font-size:16px;
    }
    .right h4 i{
        font-size:16px;
    }

}

@media (max-width:959px){
    .logo img{
        max-width: 300px;
        width: 80%;
    }

  .left{
      width:100%;
      height:calc(85vh - 180px);
  }
  .right{
      width:100%;
      height:180px;
      padding: 0;
      /* text-align: center; */
      align-items: center;
      flex-direction: column-reverse;
      /* flex-wrap: wrap; */
      justify-content: space-evenly;
  }
}


@media (max-width:420px){
    .right h4, .right h4 a, .right h4 i{
        font-size:14px;
    }
    .right h4 i{
        padding: 3px;
    }
    .lala i {
        margin-top: 3px;
    }
    .lala1 i {
        margin-top: 2px;        
    }
    .lala2 i {
        margin-top: 3px;
    }
}