/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    color: #124e57;
}

.faq .faq-list2 {
    padding: 0 100px;
}

.faq .faq-list2 p {
    margin-bottom: 0;
    padding: 0;
}

.faq .faq-list2 ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list2 li+li {
    margin-top: 0px;
}

.faq .faq-list2 li {
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list2 a {
    color: #F37344;
    padding: 0px;
    display: contents;
}

.faq .faq-list h4 {
    font-size: 18px;
    color: #777777;
}

.faq .faq-list .icon-help {
    font-size: 22px;
    position: absolute;
    right: 10px;
    left: 20px;
    color: #124e57;
    line-height: 24px;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 10px 10px 20px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #124e57;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}