﻿.grid1 {
    text-align: center;
    background: #fff;
    padding: 25px 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    margin-top: 30px;
    cursor: pointer;
        height: 351px;
}

    .grid1 p {
        font-size: 14px;
        letter-spacing: .5px;
        color: #6b6b6b;
        font-family: 'Hind', sans-serif;
        line-height: 26px;
        font-weight: 300;
    }

.btn p a {
    color: #fff;
    font-size: 17px;
    background: rgba(16, 37, 46, 0.7); /*Theme Color*/
    padding: 10px 17px 8px 18px;
    font-family: 'Hind', sans-serif;
    line-height: 26px;
    font-weight: 300;
}

.grid1:hover {
    background: #31b395;
}

    .grid1:hover h4 {
        color: #fff;
    }

    .grid1:hover p {
        color: #fff;
    }

.grid1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0 20px;
    color: #47bfa3;
    font-weight: 600;
}
.section-title h2 {
    position: relative;
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    line-height: 1.1;
    color: #333;
    text-align:center;
        margin-bottom: 20px;
}
/*.section-title.center:before {
    left: 50%;
    margin-left: -25px;
}

.section-title:before {
    content: "";
    position: absolute;
    top: 411px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #48c7ec;
        box-sizing: border-box;
}*/

.section-title.center hr {
    width: 50px;
    /* align-content: center; */
    /* left: 79px; */
    /* margin-left: -25px; */
        height: 4px;
    background: #48c7ec;
}

button.carousel-buttons {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
}


img.carousel-icons-img.img-responsive {
    height: 55px;
    width: 85px;
    margin-top: 15px;
}
.item img {
    width: 100%;
    height: 236px;
}

.carousel-control.left {
    right: auto;
    left: 0;
    margin-left: 0;
    padding-top: 0;
    color: #fff;
    /* width: 0; */
    height: 235px;
    border: none;
    /* line-height: 1.42857143; */
}

.carousel-control.right {
    right: 0;
    left: auto;
    margin-left: 0;
    padding-top: 0;
    color: #fff;
    /*width: 37px;*/
    height: 235px;
    border: none;
    /*border: 1px solid #7f9aa0;*/
}

/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
        line-height: 1.42857143;
}*/