/* ===================================
   Slider Section
====================================== */

.slider {
    padding: 100px 0 0 0;
}

.heading-area .heading{
    font-size: 36px;
    color: #26313c;
    font-weight: 600;
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin-bottom: 40px;
}

.heading-area .sub-heading {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.slider-icons .slider-social{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #26313c;
}

.slider-icons .slider-social li{
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #26313c;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #26313c;
    color: #ffffff;
}

.services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-slider {
    margin: -150px 0 0;
    min-height: 350px;
    z-index: 21;
}

.services-slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.services-slider .service-box {
    padding: 4rem 4rem;
    background: #d6d3ce;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
    height:300px;
}

.services-slider .service-box,
.services-slider .service-box>span {
    overflow: hidden;
}

.services-slider .service-box>span {
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 50px;
}

.services-slider .service-box h4 {
    font-size: 24px;
    font-weight: normal;
    padding-top:40px;
    color:black;
}

.services-slider .service-box p {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.services-slider .service-box:hover {
    cursor: pointer;
}

.services-slider .service-box:hover span {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.services-slider .owl-item.current .service-box {
    background: #116BA1;
    padding: 5rem 4rem;
    margin-top: -15px;
}
/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}

.feature-item {
    text-align: center;
}

.feature-item.innovative-border {
    border: 1px solid #ffb902;
    padding: 15px 10px 0 10px;
    position: relative;
}

.feature-item.innovative-border.arr-left::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid #ffb902;
    border-bottom: 1px solid #ffb902;
    background: #fff;
    top: calc(50% - 7px);
    right: -8px;
    transform: rotate(-45deg);
}

.feature-item.innovative-border.arr-right::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #ffb902;
    border-top: 1px solid #ffb902;
    background: #fff;
    top: calc(50% - 7px);
    left: -8px;
    transform: rotate(-45deg);
}

.feature-item img,
.feature-item .icon {
    display: inline-flex;
}

.feature-item.image {
   /* max-width: 250px;*/
    margin-top: 35px;
}

.feature-item h4 {
    font-size: 20px;
    color: #116BA1;
}

.feature-item .icon {
    text-align: center;
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffb902;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .text *,
.feature-item .icon i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-item .icon i{
    transition-delay: 0.15s;
}

.feature-item:hover .text span {
    color: #116BA1;
   
}

.feature-item:hover .icon {
    transform: translateY(-6px);
}
.feature-item:hover .icon i{
    transform: rotateY(180deg);
}

.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps>img {
    opacity: 0;
}

.image.mobile-apps.active>img {
    opacity: 1;
}


/*half sections*/

.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F1F1F1;
}


/*App Features ends*/
