*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 1400px){
    .container{
        max-width: 1440px;
    }
}
body {
    position: relative;
  }

body::after {
    content: '';
    display: block;
    height: 250px; /* Set same as footer's height */
  }
    /*FOOTER 121619 404B69*/
footer{
    width:100%;
    background-color:#323e53;
    color:#ebedef;
    position: absolute;
    bottom: 0;
    height: 250px;
}
.divider-line2{
    background: #455164 none repeat scroll 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #455164;
    width: 100%;
    height: 1px;
    /* top: 3px; */

}
/*.fa-facebook{
    color: #FFFFFF;
    height: 30px;
    font-size: 20px;
}
.fa-facebook:hover{
	background: #FFFFFF;
    color: #323e53;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
    height: 30px;
    font-size: 20px;
}*/
.border-shape:hover {
    background: #ebedef none repeat scroll 0 0;
    color: #ebedef;
    display: block;
    height: 4px;
    left: 0;
    margin: 10px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
    animation: divider2 2s;
}
@keyframes divider2 {
    0%, 100% {
        transform: scaleX(0);
      }
      40%, 60% {
        transform: scaleX(1);
    }
  }
.border-shape {
    background: #ebedef none repeat scroll 0 0;
    color: #ebedef;
    display: block;
    height: 4px;
    left: 0;
    margin: 10px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
    animation: divider 2s;
}
@keyframes divider {
    0%, 100% {
        transform: scaleX(0);
      }
      40%, 60% {
        transform: scaleX(1);
    }
  }
.border-shape::before {
    background: #ebedef none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 360px;
}
.border-shape::after {
    background: #ebedef none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 360px;
}
.bottom_content{
    background-color:#323e53;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
}
.bottom_content section{
    width: 50%;
    display: block;
    margin: 1.5rem 0 1.5rem 0;
    text-align: center;
    letter-spacing: 1px;

}
#total_visitor{
    font-weight: bold;
    font-size: 15px;
    padding: 0.4rem;
    letter-spacing: 1px;

}
#visitor:hover{
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.clock{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
@media(max-width:740px){
  .border-shape::before{
    width:100px;
  }
  .border-shape::after{
    width:100px;
  }
}
