.row .card-box {
    width: 48%;
    /* height: 500px; */
    /* height: 50; */
    margin: 20px 0px;
}
.card-box img{
    height: 400px;
    width: 90%;
 
}
a{
text-decoration: none;
}


.row .card-box2 {
    width: 50%;
    padding: 1em;
}
.card-title{
    font-size: 1.3rem;
    font-weight: bold;
    font-family: vollkorn;
    letter-spacing: 1px;
}
.card-text{
    font-size: 1rem;
    font-family: poppins;
    letter-spacing: 1px;
    word-break: break-all !important;
    text-align: justify;
    padding: 10px;
}

.services-card {
    box-shadow: 0 2px 0 0 #888888;
    padding: 20px;
    
}

.card-img-top {
    padding: 20px;
}

.card {
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 0 rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    height: 670px !important;
}

.icon {
    font-size: 48px;
    color: #e6e6e6;
}

.equal-height-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
}

.equal-columns-content {
    height: 100%;
}

.service-column{
    min-width: 100%;
    
}


/*Expolore Us*/

.bg-text {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    text-align: center;
}

.bg-text h1 {
    margin-top: 15px;
    font-size: 4rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn-explore {
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 20px;
    font-weight: 500;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.btn-explore:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    transition: 1s;
}

.services-card span{
    font-weight: bolder;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1400px) {
    .card {
        height: 725px !important;
    }
}

@media only screen and (max-width: 992px) {
    .banner-content h3 {
        font-size: 3em;
    }
    .banner-content p {
        font-size: 1.2em;
        padding: 30px;
    }
    .card-box2 .services-card p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .row .card-box2 {
        width: 100%;
    }
    .card {
        width: 100% !important;
        height: 850px !important;
    }
}

@media only screen and (max-width: 580px) {
    .row .card-box {
        width: 100%;
        margin-top: 0px;
    }
    .bg-text h1 {
        font-size: 3rem;
    }
    .services-card span{
        font-size: 1rem;
    }
    .services-card ol li{
        font-size: 0.8rem;
    }
    .card-box img{
        height: 250px;
        width: 70%;
        
    }
    .card{
        height: 100% !important;
    }
}