/*
================================================
7. CTA Wrapper
================================================
*/

.cta-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #ffcb36;
}

/*** CTA Text ***/

.cta-text {
    color: #003769;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.cta-inner:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 2px;
    background: #c29000;
}

.cta-inner {
    border-radius: 4px;
    padding: 0px 20px;
    position: relative;
    transition: all 400ms linear 0s;
}

/*** CTA ***/

.cta img {
    float: left;
    width: auto;
    margin: 6px 10px 0 0;
}

.cta h3 {
    color: #003769;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 38px;
}

.cta h3 span {
    font-size: 44px;
    font-weight: 600;
}

/*** CTA Button ***/

.cta-inner.cta-btn:after {
    display: none;
}

.cta-btn {
    margin-top: 10px;
}

.cta-btn a {
    font-size: 19px;
    color: #fff;
    background: #003769;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 30px;
}

.cta-btn a:hover,
.cta-btn a:focus {
    background: #fff;
    color: #003769;
}

.cta-btn a:hover i {
    color: #003769;
}

.cta-btn a i {
    color: #ffcb36;
    margin: 0 0 0 8px;
    font-size: 20px;
}

@media (max-width: 690px) {
    .cta-text {
        font-size: 15px;
        line-height: 22px;
    }
    .cta-inner {
        padding: 0 10px;
    }
    .cta-inner.cta {
        padding: 10px 0 5px;
    }
    .cta img {
        float: left;
        margin: 9px 10px 0 0;
        width: 19%;
    }
    .cta h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .cta h3 span {
        font-size: 25px;
        display: inline-block;
    }
    .cta-btn a {
        padding: 10px 12px;
        font-size: 15px;
        margin-top: 10px
    }
    .cta-inner:after {
        display: none;
    }
}

/*
================================================
8. Our Services
================================================
*/

.our-services-wrapper {
    padding: 73px 0 0;
    background: #ededed;
}

.our-services-wrapper .title-border-color {
    background: #ededed;
}

.our-services-wrapper .title {
    margin: 0 0 80px;
    margin-top: 50px;
}

i {
    transition: all 0.4s ease-in-out 0s;
}

.title-border-color {
    background: #ffffff none repeat scroll 0 0;
    color: #ffcb37;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: auto;
    margin-left: -20px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 42px;
    width: 40px;
    margin-top: 10px;
}

div.title {
    display: inline-block;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
    position: relative;
}

div.title h2 {
    color: #003769;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

div.title h2::after {
    background-color: #ffc41f;
    border: medium none;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 250px;
}

/*** Single Service ***/

.single-services {
    margin: 0 0 80px;
}

.services-inner {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    margin-left: 35px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.services-inner:hover {
    background: #ffcb36;
}

.services-inner:hover h3,
.services-inner:hover p {
    color: #000;
}

.services-inner:hover .our-services-icon span:after {
    border-top: 40px solid #fff;
}

.services-inner:hover a {
    background: #1c1c1c;
    color: #fff;
}

.our-services-icon {
    float: left;
    margin-left: -35px;
    margin-right: 25px;
    margin-top: -35px;
}

.our-services-icon span {
    width: 70px;
    height: 70px;
    background: #08b3ab;
    border-radius: 50%;
    line-height: 67px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.our-services-icon span:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 40px solid #dfdfdf;
    content: "";
    height: 0;
    left: 46px;
    position: absolute;
    top: 53px;
    transform: rotate(-40deg);
    width: 0;
    z-index: -1;
}

.our-services-icon span img {
    width: auto;
}

.our-services-text {
    overflow: hidden;
    padding: 20px 10px 25px 0;
}

.our-services-text h3 {
    color: #003769;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    line-height: 22px;
}

.our-services-text p {
    font-size: 15px;
}