/* .container{
    background-color: unset;
    padding: unset;
} */
.subscribe-call-to-acton{
    padding: 20px 0 0 20px;
}
.post-item-date {
    align-items: center;
    justify-content: center;
    display: flex;
}

.header-two .logo img {
    height: 60px;
}

.shuffle-item .project-img-container img {
    -webkit-transform: perspective(1px) scale3d(0.95, 0.95, 1);
    transform: perspective(1px) scale3d(0.95, 0.95, 1);
    border-radius: 1em;
    transition: all 400ms;
}

.shuffle-wrapper .col-1{
    flex: unset;
    max-width: unset;
}
#row_iframe{
    justify-content: center;
}

/* .overlay{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.modal-dialog .overlay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -1px;
    z-index: 1052;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .7);
    color: #666f76;
    border-radius: .3rem;
}

.card-title{
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 10px;
}

@media (min-width: 993px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}


.form-group{
    margin-bottom: 15px;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 10% !important;
}
.swal2-title{
	line-height: 20px !important;
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fa-whatsapp {
    background-color: green;
}

#main-container .container .row{
    justify-content: flex-end;
}