/*------------------------*/
/*   DEVSIDE              */
/*------------------------*/
.required:after {
    content: ' *';

}

.required-explain:before {
    content: '(*) ';

}

.lan_box_ser .ser_icon i {
    font-size: 58px;
}

.img-cert {
    height: 300px;
    width: auto;
}

.spinner-style {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.privacy {
}

.privacy section {
    margin: 40px 0 0 0;
    padding: 10px 0;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-bg {
    background-image: url("../images/hello-world.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-partnership {
    position: relative;
    background-image: url("../images/collaboration.jpg");
    background-size: cover;
    background-position: center center;
}

.last-updated {
    font-size: smaller;
    font-style: italic;
}

.policy-section, .policy-section a {
    color: white;
}

/*IMPROVE*/
.fot_social .social-icon {
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}
.fot_social .social-icon:hover {
    border-color: #9f9f9f;
    color: #9f9f9f !important;
    transform: rotate(360deg);
}