a{
    outline: none !important;
    text-decoration: none !important;
}
#mainNav .navbar-brand{
    font-family: Arial, sans-serif !important;
}
.heading-block{
    padding-top: 160px;
    padding-bottom: 87px !important;
}
.left-heading-block{
    display: flex;
    flex-flow: column;
    align-items: start;
    align-content: flex-start;
}
.left-heading-block h3{
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
}
.left-heading-block p{
    display: block;
    padding-top: 40px !important;
    text-align: left !important;
}
.left-heading-block .btnx{
    float: left;
    border-radius: 0 !important;
    font-size: 22px;
    padding: 8px;
    margin-top: 8px;
    color: white;
    text-decoration: none;
    line-height: 35px;
    width: 180px;
    background-image: linear-gradient(to bottom right, #1d9f7b, rgba(36, 205, 161, 0.68));
}
.heading-social-links{
    margin-left: 0;
    margin-top: 22px;
}
.heading-social-links i{
    padding-right: 12px;
    font-size: 22px;
}
.right-heading-block{
    overflow: hidden;
}
.contact-agent-list{
    margin-top: 12px;
    height: auto;
    min-height: 200px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.contact-agent-list .col-lg-6{
    margin-bottom: 50px;
}

.contact-agent-list .col-lg-6 .contact-card{
    background-image: linear-gradient(to bottom right, rgba(19, 134, 99, 0.6), rgba(30, 156, 116, 0.97));
    color: white;
    width: 100%;
    height: max-content;
    min-height: 100%;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
}
.contact-card div{
    align-items: center;
    align-content: center;
}
.profile-contact-card{
    padding: 25px;
}
.contact-card .profile{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.contact-card .profile img{
    transform: scale(1.2,1.2);
}
.contact-card .agent-detail{
    display: flex;
    flex-flow: column;
    line-height: 30px;
}
.contact-card .agent-detail .agent-name{
    font-size: 22px;
    font-weight: 600;
}
.contact-card .agent-detail .agent-description{
    font-size: 17px;
}
.contact-card .agent-detail .agent-link a{
    display: block;
    font-size: 18px;
    border-radius: 25px;
    width: 200px;
    color: white !important;
    border: 1px solid white;
    margin-top: 8px;
    text-align: center;
    padding: 5px;
    background-image: linear-gradient(to bottom right, rgba(19, 117, 87, 0.37), rgba(29, 139, 102, 0.91));
}

.contact-card .agent-detail .agent-link a:hover{
    color: rgba(33, 152, 112, 0.81) !important;
    border: 1px solid rgba(35, 203, 161, 0.6);
    background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(255, 255, 255));
    transition-duration: 200ms;
}

.img-effect{
    margin-top: 80px;
}
.img-effect div{
    position: absolute;
    width: 400px !important;
    height: 400px !important;
    left: 0;
    right: 0;
}
.img-effect-1{
    z-index: 20;
}
.img-effect-1 .img{
    min-width: 200px !important;
    min-height: 200px !important;
    display: block;
    background-image: url("../img/movkup_2-01.png");
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.img-effect-1 .img.show{
    transition-duration: 2s;
    opacity: 1;
    position: absolute;
    bottom: -70px !important;
    right: 20px !important;
}
.img-effect-2{
    z-index: 3;
    bottom: 0;
}
.img-effect-2 .img{
    opacity: 0;
}
.img-effect-2 .img.show{
    transition-duration: 2s;
    opacity: 1;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
}
.img-effect-3{
    z-index: 4;
}

.img-effect-3 .img{
    opacity: 0;
    right: -35px;
}
.img-effect-3 .img.show{
    transition-duration: 3s;
    opacity: 1;
    position: absolute !important;
    right: -25px !important;
    top: -50px !important;
}
.img-effect-4{
    z-index: 5;
}

.img-effect-4 .img{
    opacity: 0;
    right: 75px;
}

.img-effect-4 .img.show{
    transition-duration: 3s;
    opacity: 1;
    position: absolute !important;
    right: 68px !important;
    top: -50px !important;
}

.img-effect-5{
    z-index: 6;
}

.img-effect-5 .img{
    opacity: 0;
    top: -80px;
    right: 25px;
}

.img-effect-5 .img.show{
    transition-duration: 3s;
    opacity: 1;
    position: absolute !important;
    right: 50px !important;
    top: -60px !important;
}

.img-effect-1 > .img{
    margin-right: -20px !important;
}