.ia-iphone-x .device {
    width: 375px;
    height: 812px;
    padding: 26px;
    background: #fdfdfd;
    -webkit-box-shadow: inset 0 0 11px 0 black;
    box-shadow: inset 0 0 11px 0 black;
    border-radius: 66px;
    position: relative;
    -webkit-box-sizing: content-box;
    -webkit-transform-origin: 25% 0;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.ia-iphone-x .overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 66px;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.shadow{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
}

.device .screen{
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
    text-align: left;
    /* text-indent: -999px; */
    display: block;
    overflow: hidden;
}

.ias-devide-content{
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
}

.is-ias-carousel.single-carousel, .is-ias-carousel.single-carousel .swiper, .is-ias-carousel.single-carousel img{
    height: 100%;
}

.ia-iphone-x .shadow {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%)
}

.ia-iphone-x .shadow--tl {
    top: -20px;
    left: -20px
}

.ia-iphone-x .shadow--tr {
    top: -20px;
    right: -20px
}

.ia-iphone-x .shadow--bl {
    bottom: -20px;
    left: -20px
}

.ia-iphone-x .shadow--br {
    bottom: -20px;
    right: -20px
}

.ia-iphone-x .device:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    content: '';
    left: 5px;
    border-radius: 61px;
    background: black;
    z-index: 1;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.ia-iphone-x .inner-shadow {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    overflow: hidden;
    left: 10px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    z-index: 1
}

.ia-iphone-x .inner-shadow:before {
    -webkit-box-shadow: inset 0 0 20px 0 #FFFFFF;
    box-shadow: inset 0 0 20px 0 #FFFFFF;
    width: 100%;
    height: 116%;
    position: absolute;
    top: -8%;
    content: '';
    left: 0;
    border-radius: 200px / 112px;
    z-index: 2
}

.ia-iphone-x .screen {
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ia-iphone-x .top-bar,
.ia-iphone-x .bottom-bar {
    width: 100%;
    position: absolute;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    left: 0
}

.ia-iphone-x .top-bar {
    top: 80px
}

.ia-iphone-x .bottom-bar {
    bottom: 80px
}

.ia-iphone-x .volume,
.ia-iphone-x .volume:before,
.ia-iphone-x .volume:after,
.ia-iphone-x .sleep {
    width: 3px;
    background: #b5b5b5;
    position: absolute
}

.ia-iphone-x .volume {
    left: -3px;
    top: 116px;
    height: 32px
}

.ia-iphone-x .volume:before {
    height: 62px;
    top: 62px;
    content: '';
    left: 0
}

.ia-iphone-x .volume:after {
    height: 62px;
    top: 140px;
    content: '';
    left: 0
}

.ia-iphone-x .sleep {
    height: 96px;
    top: 200px;
    right: -3px
}

.ia-iphone-x .camera {
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 100%;
    position: absolute;
    left: 154px;
    background: #0d4d71
}

.ia-iphone-x .speaker {
    height: 6px;
    width: 60px;
    left: 50%;
    position: absolute;
    top: 9px;
    margin-left: -30px;
    background: #171818;
    border-radius: 6px
}

.ia-iphone-x .notch {
    position: absolute;
    width: 210px;
    height: 30px;
    top: 25px;
    left: 108px;
    z-index: 4;
    background: black;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.ia-iphone-x .top-bar, .ia-iphone-x .bottom-bar{
    width: 100%;
    position: absolute;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    display: block;
}

.ia-iphone-x .notch:before,
.ia-iphone-x .notch:after {
    content: '';
    height: 8px;
    position: absolute;
    top: 1px;
    width: 8px
}

.ia-iphone-x .notch:after {
    background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
    left: -8px
}

.ia-iphone-x .notch:before {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
    right: -8px
}

.ia-iphone-x.landscape .device {
    height: 375px;
    width: 812px
}

.ia-iphone-x.landscape .top-bar,
.ia-iphone-x.landscape .bottom-bar {
    width: 8px;
    height: 100%;
    top: 0
}

.ia-iphone-x.landscape .top-bar {
    left: 80px
}

.ia-iphone-x.landscape .bottom-bar {
    right: 80px;
    bottom: auto;
    left: auto
}

.ia-iphone-x.landscape .volume,
.ia-iphone-x.landscape .volume:before,
.ia-iphone-x.landscape .volume:after,
.ia-iphone-x.landscape .sleep {
    height: 3px
}

.ia-iphone-x.landscape .inner-shadow:before {
    height: 100%;
    width: 116%;
    left: -8%;
    top: 0;
    border-radius: 112px / 200px
}

.ia-iphone-x.landscape .volume {
    bottom: -3px;
    top: auto;
    left: 116px;
    width: 32px
}

.ia-iphone-x.landscape .volume:before {
    width: 62px;
    left: 62px;
    top: 0
}

.ia-iphone-x.landscape .volume:after {
    width: 62px;
    left: 140px;
    top: 0
}

.ia-iphone-x.landscape .sleep {
    width: 96px;
    left: 200px;
    top: -3px;
    right: auto
}

.ia-iphone-x.landscape .camera {
    left: 9px;
    bottom: 154px;
    top: auto
}

.ia-iphone-x.landscape .speaker {
    width: 6px;
    height: 60px;
    left: 9px;
    top: 50%;
    margin-top: -30px;
    margin-left: 0
}

.ia-iphone-x.landscape .notch {
    height: 210px;
    width: 30px;
    left: 26px;
    bottom: 108px;
    top: auto;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0
}

.ia-iphone-x.landscape .notch:before,
.ia-iphone-x.landscape .notch:after {
    left: 0
}

.ia-iphone-x.landscape .notch:after {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
    bottom: -8px;
    top: auto
}

.ia-iphone-x.landscape .notch:before {
    background: radial-gradient(circle at top right, transparent 0, transparent 70%, black 70%, black 100%);
    top: -8px
}

/*features carousel*/
.features-control-item {
    position: relative;
    padding: 35px 0px 15px;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.features-control-item .media {
    transition: all .35s ease;
    padding-left: 10px;
}

.second-features-col .features-control-item .media {
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.features-control-item.active .media {
    padding-left: 0;
    padding-right: 10px;
}

.second-features-col .features-control-item.active .media {
    padding-left: 10px;
    padding-right: 0;
}

.features-control-item:before {
    content: ' ';
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 100%;
    height: 1px;
    background-color: #999;
    background-color: rgba(153, 153, 153, .5);
    transition: all .3s;
}

.dark-div .features-control-item:before {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.features-control-item.active:before {
    opacity: 1;
    right: -25px;
}

.second-features-col .features-control-item:before {
    left: 100%;
    right: 40px;
}

.second-features-col .features-control-item.active:before {
    left: -25px;
}

.features-control-item:after {
    content: ' ';
    opacity: 0;
    position: absolute;
    z-index: 55;
    bottom: -19px;
    right: 100%;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #3CC;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .2);
    transition: all .3s, opacity .2s linear .1s;
}

.features-control-item.active:after {
    opacity: 1;
    right: -60px;
    box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    -webkit-animation: pointing .5s ease .25s;
    animation: pointing .5s ease .25s;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

.second-features-col .features-control-item:after {
    left: 100%;
}

.second-features-col .features-control-item.active:after {
    left: -60px;
}

@-webkit-keyframes pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 15px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    }
}

@keyframes pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 15px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    }
}

@media(max-width:991px) {
    .features-control-item {
        padding: 20px 0px 10px;
    }

    .features-control-item .media {
        padding-left: 0;
        padding-right: 0;
    }

    .features-control-item:before {
        left: 100%;
        right: 0;
    }

    .features-control-item.active:before {
        left: -25px;
        right: 0;
    }

    .features-control-item:after {
        left: 100%;
    }

    .features-control-item.active:after {
        left: -60px;
    }

    .features-control-item .ia-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .features-control-item.active .media {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:767px) {
    .features-control-item {
        padding: 10px 0px 10px;
    }

    .features-control-item .media-heading {
        font-size: 16px;
    }
}

@media(max-width:520px) {
    .showcase-style-features .feature-col {
        width: 100%;
    }

    .feature-col-devide {
        text-align: center;
    }

    .features-control-item {
        padding: 20px 20px 0px;
    }

    .features-control-item .media-heading {
        font-size: 18px;
    }

    .features-control-item:before,
    .features-control-item:after {
        display: none;
    }

    .features-control-item .ia-icon {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
}


.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px;
    float: left;
}

.media>.pull-right {
    margin-left: 10px;
    float: right;
}
.text-right{
    text-align: right;
}
.ias-devide-wrap{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    padding: 8px 5px;
}
.media-list {
    padding-left: 0;
    list-style: none
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.dark-div .ia-icon, .dark .ia-icon {
    color: #fff;
    border-color: #fff;
}

.ia-icon, .light .ia-icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 78px;
    text-align: center;
    color: #5ec19e;
    border: solid 1px #5ec19e;
    font-size: 28px;
    display: inline-block;
    transition: all .2s;
    font-family: "Lato";
    display: flex;
    justify-content: center;
    align-items: center;
}
.cel-image{
    width: 50px;
    transition: all ease 2000ms;
    opacity: 1;
}
.media p{
    transition: all ease 2000ms;
    opacity: 1;
}

.media-heading{
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 21px;
}
.media-body p{
    font-size: 14px;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}