.homeServices {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px 40px;
    background-color: #fafafa;
    position: relative;
}

.homeServices .service{
    display: inline-block;
    text-align: center;
    font-size: 24px;
}
.col6 img {
    max-height: 400px;
    display: block;
    margin: 0px auto;
}
.homeServices .service img{
    display: block;
    margin:0 25px;
}
.bt-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #59585e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bt-icon:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    border-radius: 50%;
    background-color: #59585e;
    position: absolute;
    content: "";
    transform: scale(0);
}
.bt-service-wrap:hover .bt-icon:before {
    transform: scale(1);
}
.bt-service-wrap:hover .bt-icon i {
    filter: brightness(0) invert(1);
}
.bt-icon i {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bt-service {
    text-align: right;
    padding-left: 0;
    padding-right: 105px;
    height: 150px;
    position: relative;
}
.bt-service h3{
    padding-top: 10px;
    margin-bottom: 1px;
    font-size: 23px;
    color: inherit;
}
.rightside .bt-icon {
    left: 0px;
    right: auto;
}
.rightside p {
    text-align: left;
}
.rightside .bt-service {
    text-align: left;
    padding-left: 105px;
    padding-right: 0px;
}
.homeServices {
    color: #111;
}
.col6 {
    width: 33.33%;
    float: left;
    color: #fff;
    padding:0px 15px;
    box-sizing: border-box;
}
.col6 p {
    text-align: right;
}
.swirlyheadline {
    font-size: 35px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    color: #111;
    font-family: "Great Vibes";
    display: block;
}

.sectionheadline {
    font-size: 40px;
    color: inherit;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
}
.sectionheadline p {
    display: none;
}
.homeServices p {
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: inherit;
}
.bt-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5a595f;
}
.bt-icon i {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
.bt-service:hover .bt-icon {
    -webkit-animation-delay: 0s, 0.5s;
    animation-delay: 0s, 0.5s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 0.3s, 2s;
    animation-duration: 0.3s, 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}
.rightside .bt-service {
    text-align: left;
    padding-left: 105px;
    padding-right: 0px;
}
.rightside p {
    text-align: left;
}
.bt-service a {
    color: #111;
}
.rightside .bt-icon {
    left: 0px;
    right: auto;
}
.sectionheadline span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 1px;
    background: #111;
    margin: 0 5px;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:before, .sectionheadline span:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 3px;
    width: 1px;
    height: 5px;
    background: #888;
    display: block !important;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:after {
    left: auto;
    right: 3px;
}
@media screen and (max-width: 1100px) {
    .col6 {
        width: 50%;
    }
    .col6:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width: 880px) {
    .col6 p {
        text-align: right;
        max-width: 320px;
        margin: auto;
        text-align: center !important;
    }
    .bt-service {
        position: relative;
        padding: 0px;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .rightside .bt-service {
        padding: 0px;
        text-align: center;
    }
    .bt-icon {
        margin:0px auto;
    }
    .bt-service {
        margin-bottom: 30px;
        text-align: center;
    }
    .bt-icon {
        position: relative;
        text-align: center;
    }
    .col6 {
        width: 100%;
    }
}