.blog-card .blog-card-text-area {
    height: 250px !important;
    text-align: center;
}

.card-image {
    height: 285px!important;
}

.contact-card {
    height: 210px!important;
}

.contact-card i {
    width: 30px !important;
    height: 40px !important;
    font-size: 30px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #02a855 !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    left: 25px
}

.card-image1 {
    height: 356px !important;
    width: 450px !important;
}

.default-button {
    background-color: black;
}

.logo {
    width: 70% !important;
}

.navbar-expand-md {
    display: flex !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-nav nav .navbar-nav .nav-item a {
        font-size: 13px;
        font-weight: bold;
        margin-left: 10px!important;
        margin-right: 10px !important;
    }
}

.get-in-touch {
    padding: 8px 20px !important;
    border-radius: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border: 1px solid var(--mainColor);
    overflow: hidden !important;
    color: var(--whiteColor);
    background-color: black!important;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--fontFamily2)
}

@media only screen and (max-width: 1199px) {
    .mobile-nav .logo {
        /*  top: 18px;*/
        top: 0px!important;
        left: 0;
        z-index: 999;
        position: absolute;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        width: 62px !important;
    }
}


/*------------------------*/

.image-effect-one {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.project-mas p {
    margin-bottom: 0px;
}

table,
th,
td {
    border: 1px solid black;
}

.team-name-size {
    font-size: 15px!important;
    text-align: center;
    font-weight: bold;
}