i.fas.prefix.grey-text.url_svg:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size:  auto 100%;
    background-image: url(../img/svg/global.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    top: 4px;
}
section.mt-5.wow.fadeIn ul {
    overflow: hidden;
}
div.error_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: #d00000;
    font-family: Roboto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
    align-content: center;
}
div.success_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    color: #379418;
    font-family: Roboto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
    align-content: center;
}
.closed_error {
    position: absolute;
    top: 10px;
    height: 30px;
    width: 30px;
    right: 10px;
    background-image: url(../img/close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.2s;
}
.closed_error:hover {
    opacity: 1;
}
i.fas.prefix.grey-text.user_svg:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(../img/svg/mail.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    top: 4px;
}
@media (max-width: 740px){
	iframe{
		height: 330px!important;
	}
}
.view,body,html{height:100%}@media (max-width:740px){.full-page-intro{height:1000px}}.carousel{height:50%}.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item{height:100%}@media (max-width:776px){.carousel{height:100%}}.navbar{background-color:rgba(0,0,0,.3)}.page-footer,.top-nav-collapse{background-color:#1C2331}@media only screen and (max-width:768px){.navbar{background-color:#1C2331}}