/*--------------------------------------------------------------
# Services1
--------------------------------------------------------------*/

.services1 .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 250px;
    position: relative;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.services1 .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #124e57;
}

.services1 .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.services1 .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.services1 .title a {
    color: #343a40;
}

.services1 .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #124e57;
}

.services1 .icon-box:hover .icon i {
    color: #124e57;
}

.services1 .icon-box:hover .title a {
    color: #ffffff;
}

.services1 .icon-box-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}

.services1 .icon-box-body:hover {
    background: #124e57;
    color: #fff;
}


/*--------------------------------------------------------------
# Video1
--------------------------------------------------------------*/

.video1 .section {
    background: #ffffff;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}