.card1681130662 {
    
}

.card1681130662 .mhead {
    
}

.card1681130662 .mtitle {
    
}

.card1681130662 .mdesc {
    
}

.card1681130662 .mbody {
    
}

.card1681130662 .mcontent {
    padding:60px;
}

.card1681130662  .card-image img {
    background: linear-gradient(270deg, #0a7bc6, #69a386);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 17s ease infinite;
    animation: AnimationName 17s ease infinite;
    border-radius: 67px;
    box-shadow: 2px 2px 5px #ddd;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.card1681130662 .row div:nth-child(2) div.card .card-image img{
    background: linear-gradient(232deg, #046b35, #69a255);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 12s ease infinite;
    animation: AnimationName 12s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}
@keyframes AnimationName {
    0%{background-position:96% 0%}
    50%{background-position:5% 100%}
    100%{background-position:96% 0%}
}

.card1681130662 .card{
    border:0;
}

.card1681130662 .card-background {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index:1;
}

.card1681130662 .card-foreground {
    background:rgba(255,255,255,0.1);
    z-index:2;
}

.card1681130662 .card-header {
    text-align:center;
}

.card1681130662 .card-title {
    text-align:center;
    font-family: 'YekanBakh';
    font-size: 18px;
    font-weight: 600;
}

.card1681130662 .card-body {
    text-align:center;
}

.card1681130662 .card-image {
    text-align: center;
}

.card1681130662 .card-icon {
    text-align: center;
    font-size: 75px;
    padding: 15px 0;
}

.card1647172899 .card-text {
    font-size:small;
    text-align:center;
    color: #6c6c6c;
}

.card1647172899 .card-body p.card-text{
    text-align:center;
    color: #6c6c6c;
    
}

.card1647172899 .image-link {
    text-align:center;
}

.card1681130662 .list-group {
    font-size:smaller;
}

.card1681130662 .list-group li {
    background:rgba(255,255,255,0.9);
}

.card1681130662 .card-link {
    font-size:smaller;
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}