body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow-x: hidden
}

p {
    font-size: 14px
}

.button, a {
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    color: #333
}

.button, a, input {
    outline: medium none !important;
    color: #1e50e2
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway,sans-serif;
    font-weight: 400;
    color: #333;
    margin-top: 0;
    margin-bottom: 0
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

h1 {
    font-size: 54px;
    font-style: normal;
    line-height: 66px
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 42px
}

h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 24px
}

.lead {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #aaa
}

::selection {
    background: #1e50e2;
    color: #fff;
    text-shadow: none
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0;
    color: #fff;
    background: #be5613;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    #back-to-top .top:hover {
        background: #e89926;
        color: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
    }

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999
}

.imagemLoader {
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px
}

.button {
    color: #fff;
    padding: 12px 36px;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: Raleway,sans-serif;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin: 2px;
    background-image: linear-gradient(to right,#e89926 0,#ea6711 51%,#e89926 100%);
    background-size: 200% auto;
    flex: 1 1 auto
}

    .button:focus, .button:hover {
        color: #fff;
        background-position: right center;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.1)
    }

    .button.bt-white {
        background: #fff;
        color: #666;
        box-shadow: none
    }

        .button.bt-white:hover {
            background: #333;
            color: #fff
        }

    .button.bt-gray {
        background: #666;
        color: #fff;
        box-shadow: none
    }

        .button.bt-gray:hover {
            background: #ffab00;
            color: #3e3d3d
        }

    .button.button-icon {
        line-height: 34px;
        border: 2px solid #fff;
        background: 0 0;
        padding: 8px 35px
    }

        .button.button-icon:hover {
            color: #1e50e2;
            border: 2px solid #fff;
            background: #fff
        }

        .button.button-icon i {
            font-size: 32px;
            display: inline-block;
            float: left;
            margin-right: 10px
        }

.iq-box-shadow {
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}

.overview-block-ptb {
    padding: 100px 0;
}

.iq-pall-40 {
    padding: 40px
}

.iq-pall-50 {
    padding: 50px
}

.iq-ptb-20 {
    padding: 20px 0
}

.iq-ptb-50 {
    padding: 50px 0
}

.iq-ptb-70 {
    padding: 70px 0
}

.iq-ptb-80 {
    padding: 80px 0
}

.iq-pt-50 {
    padding-top: 50px
}

.iq-mtb-40 {
    margin: 40px 0
}

.iq-mt-25 {
    margin-top: 25px
}

.iq-mt-40 {
    margin-top: 40px
}

.iq-mt-50 {
    margin-top: 50px
}

.iq-mb-10 {
    margin-bottom: 10px
}

.iq-mb-15 {
    margin-bottom: 15px
}

.iq-mb-30 {
    margin-bottom: 30px
}

.iq-mb-40 {
    margin-bottom: 40px
}

.iq-mb-60 {
    margin-bottom: 60px
}

.iq-ml-25 {
    margin-left: 25px
}

.iq-mr-15 {
    margin-right: 15px
}

.iq-mr-20 {
    margin-right: 20px
}

.iq-tw-5 {
    font-weight: 500
}

.iq-tw-6 {
    font-weight: 600
}

.iq-tw-8 {
    font-weight: 800
}

.iq-font-white {
    color: #fff
}

.white-bg {
    background: #fff
}

.grey-bg {
    background: #f5f7fb
}

.green-bg {
    background: #e89926;
    background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
    background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: linear-gradient(to right,#e89926 0,#ea6711 100%)
}

.orange-bg {
    background: #ea6711;
    background: -moz-linear-gradient(left,#ea6711 0,#e89926 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#ea6711),color-stop(100%,#e89926));
    background: -webkit-linear-gradient(left,#ea6711 0,#e89926 100%);
    background: -o-linear-gradient(left,#ea6711 0,#e89926 100%);
    background: -ms-linear-gradient(left,#ea6711 0,#e89926 100%);
    background: linear-gradient(to right,#ea6711 0,#e89926 100%)
}

.iq-bg {
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0
}

.iq-bg-fixed {
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed !important
}

.iq-over-black-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(234,103,17,.8);
    background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
    background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: linear-gradient(to right,#e89926 0,#ea6711 100%)
}

[class*=iq-over-]:before {
    z-index: 0;
    opacity: .9
}

.heading-title {
    margin-bottom: 80px;
    text-align: center
}

    .heading-title .title {
        position: relative
    }

    .heading-title .divider {
        border: 2px solid #f1c294;
        position: relative;
        display: inline-block;
        width: 30px;
        margin-top: 30px
    }

        .heading-title .divider:after {
            position: absolute;
            content: "";
            top: -8px;
            left: 0;
            width: 50px;
            height: 1px;
            background: #ea6711;
            transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out
        }

        .heading-title .divider:before {
            position: absolute;
            content: "";
            bottom: -8px;
            right: 0;
            width: 50px;
            height: 1px;
            background: #e89826;
            transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out
        }

    .heading-title p {
        padding: 0 50px;
        display: block;
        margin-bottom: 15px;
        margin-top: 20px;
        font-size: 18px
    }

    .heading-title .divider.white {
        border-color: #fff
    }

        .heading-title .divider.white:after {
            background: #fff
        }

        .heading-title .divider.white:before {
            background: #fff
        }

section:hover .heading-title .divider:after {
    width: 70px
}

section:hover .heading-title .divider:before {
    width: 70px
}

.heading-left {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px
}

    .heading-left:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 60px;
        height: 2px;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        background: #e89926;
        background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
        background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: linear-gradient(to right,#e89926 0,#ea6711 100%)
    }

    .heading-left.white:before {
        background: #fff
    }

header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

    header .navbar-header .navbar-brand img {
        height: 90px;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }

    header .navbar-default {
        background: 0 0;
        border: none;
        border-radius: 0;
        min-height: inherit;
        margin: 20px 0;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }

        header .navbar-default .navbar-brand {
            height: inherit;
            padding: 0
        }

    header .navbar-nav {
        margin-top: 18px;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }

        header .navbar-nav > li {
            margin: 0 30px 0 0
        }

    header .navbar-default .navbar-nav li:last-child {
        margin-right: 0
    }

    header .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding: 10px 0;
        font-family: Raleway,sans-serif;
        font-size: 15px
    }

        header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:focus, header .navbar-default .navbar-nav > li.active > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background: 0 0;
            box-shadow: none
        }

    header .nav > li a::before {
        background: #fff;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 0;
        transition: all .3s ease-out 0s
    }

    header .nav > li.active > a::before, header .nav > li:hover > a::before, header .nav > li > a:hover::before {
        width: 100%
    }

    header.affix {
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        background: #e89926;
        background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
        background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: linear-gradient(to right,#e89926 0,#ea6711 100%)
    }

        header.affix .navbar-header .navbar-brand img {
            height: 60px
        }

        header.affix .navbar-default {
            margin: 10px 0
        }

        header.affix .navbar-nav {
            margin-top: 6px
        }

.banner-03 {
    color: #fff;
    font-family: Raleway,sans-serif;
    position: relative
}

    .banner-03 h1 {
        font-size: 60px;
        line-height: 110px;
        text-shadow: 0 20px 10px rgba(0,0,0,.1);
        margin-top: 15%;
        letter-spacing: 2px
    }

        .banner-03 h1 small {
            font-size: 18px;
            display: block;
            text-shadow: 0 0 0 rgba(0,0,0,.1)
        }

    .banner-03 .link {
        position: absolute;
        bottom: 230px;
        left: 0;
        display: inline-block;
        width: 330px;
        text-align: center
    }

        .banner-03 .link h2 {
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            font-size: 20px;
            font-style: normal;
            line-height: 30px
        }

            .banner-03 .link h2:before {
                position: absolute;
                top: 20px;
                content: "";
                width: 61px;
                height: 58px
            }

        .banner-03 .link a {
            width: 90%;
            text-align: center
        }

.iq-mobile-app .iq-mobile-box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: -190px;
    margin-top: -30px
}

    .iq-mobile-app .iq-mobile-box .iq-mobile-img {
        position: relative;
        z-index: 9
    }

.iq-mobile-app .iq-mobile-icon {
    position: absolute
}

.iq-mobile-app .icon-01 {
    left: -30px;
    top: 50px
}

.iq-mobile-app .icon-02 {
    left: -50px;
    top: 200px
}

.iq-mobile-app .icon-03 {
    right: -20px;
    top: 100px;
    z-index: 9
}

.iq-mobile-app .icon-04 {
    right: -50px;
    top: 300px
}

.iq-mobile-app .icon-05 {
    left: 20px;
    bottom: 145px;
    z-index: 9
}

.iq-fancy-box {
    position: relative;
    padding: 30px 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    text-align: center;
    min-height: 400px
}

    .iq-fancy-box:before {
        position: absolute;
        content: "";
        left: -80px;
        top: 0;
        height: 2px;
        width: 70px;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        background: #e89926;
        background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
        background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: linear-gradient(to right,#e89926 0,#ea6711 100%)
    }

    .iq-fancy-box:after {
        position: absolute;
        content: "";
        right: -80px;
        bottom: 0;
        height: 2px;
        width: 70px;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        background: #ea6711;
        background: -moz-linear-gradient(left,#ea6711 0,#e89926 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#ea6711),color-stop(100%,#e89926));
        background: -webkit-linear-gradient(left,#ea6711 0,#e89926 100%);
        background: -o-linear-gradient(left,#ea6711 0,#e89926 100%);
        background: -ms-linear-gradient(left,#ea6711 0,#e89926 100%);
        background: linear-gradient(to right,#ea6711 0,#e89926 100%)
    }

    .iq-fancy-box h3 {
        margin: 30px 0 15px;
        font-size: 24px
    }

.iq-about-bg:before {
    background: url(../../../Images/Appino/images/banner/bg.jpg);
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-attachment: fixed
}

.iq-about-bg:after {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: #f5f7fb
}

.iq-about .about-img {
    position: relative;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
    height: 100%
}

    .iq-about .about-img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5)
    }

    .iq-about .about-img img {
        width: 100%;
        height: 100%
    }

.iq-video {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 38px;
    color: #09b3ef;
    border-radius: 100%;
    line-height: 2.1;
    z-index: 9
}

    .iq-video i {
        margin-left: 7px
    }

    .iq-video:focus, .iq-video:hover {
        color: #1e50e2
    }

.iq-waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

    .iq-waves .waves {
        position: absolute;
        width: 384px;
        width: 24rem;
        height: 384px;
        height: 24rem;
        background: rgba(255,255,255,.2);
        opacity: 0;
        border-radius: 320px;
        background-clip: padding-box;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite
    }

    .iq-waves .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .iq-waves .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .iq-waves .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0
    }
}

.iq-app:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    height: 100%;
    width: 100%
}

.iq-app-info {
    padding: 30px 15% 0 29%
}

    .iq-app-info .link {
        margin-top: 20px;
        display: inline-block;
        width: 330px
    }

        .iq-app-info .link li {
            margin: 0 5px
        }

            .iq-app-info .link li a {
                font-size: 80px;
                color: #fff;
                text-shadow: 0 2px 10px rgba(0,0,195,.15)
            }

        .iq-app-info .link h3 {
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            font-size: 20px
        }

        .iq-app-info .link h5:before {
            position: absolute;
            top: 40px;
            right: -35px;
            content: "";
            background: url(../../../Images/Appino/images/arrow.png) no-repeat 0 0;
            width: 61px;
            height: 58px
        }

.home-screen-slide {
    position: relative;
    padding: 72px 0 76px 36px;
    margin-left: -100px
}

    .home-screen-slide:before {
        background: url(../../../Images/Appino/images/screenshots/phone.png) no-repeat 0 0;
        background-size: 100% 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 301px
    }

    .home-screen-slide .owl-carousel .item {
        width: 236px
    }

.iq-app .owl-carousel .owl-item a {
    position: relative;
    display: inline-block;
    width: 100%
}

    .iq-app .owl-carousel .owl-item a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "\f4a4";
        font-size: 30px;
        color: #fff;
        line-height: 15;
        font-family: Ionicons;
        text-align: center;
        vertical-align: center;
        background: rgba(232,153,38,.8);
        z-index: 9;
        opacity: 0
    }

    .iq-app .owl-carousel .owl-item a:hover:before {
        opacity: 1;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

.iq-loved-customers .owl-carousel .owl-item .item {
    padding: 10px 10px 20px
}

.iq-client {
    position: relative;
    margin-top: 40px;
    padding: 0 30px 15px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 16px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.06)
}

    .iq-client:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        height: 2px;
        width: 100px;
        background: #e89926;
        background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
        background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: linear-gradient(to right,#e89926 0,#ea6711 100%)
    }

    .iq-client .client-img {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 90px;
        margin-top: -40px
    }

.client-name {
    padding-left: 60px;
    position: relative
}

    .client-name:before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 44px;
        color: #f0f0f0;
        line-height: normal
    }

.client-info p {
    line-height: 28px
}

.client-info h4 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px
}

    .client-info h4 .sub-title {
        display: block;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        overflow-x: hidden
    }

    .client-info h4 .iq-tw-6 {
        font-weight: 600
    }

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999
}

    .owl-carousel .owl-nav .owl-prev {
        display: block;
        position: absolute;
        text-align: center;
        text-indent: inherit;
        left: -8%;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity .3s ease 0s,left .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,left .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,left .3s ease 0s;
        -o-transition: opacity .3s ease 0s,left .3s ease 0s;
        transition: opacity .3s ease 0s,left .3s ease 0s
    }

    .owl-carousel .owl-nav .owl-next {
        display: block;
        position: absolute;
        text-align: center;
        text-indent: inherit;
        right: -8%;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity .3s ease 0s,right .3s ease 0s;
        -moz-transition: opacity .3s ease 0s,right .3s ease 0s;
        -ms-transition: opacity .3s ease 0s,right .3s ease 0s;
        -o-transition: opacity .3s ease 0s,right .3s ease 0s;
        transition: opacity .3s ease 0s,right .3s ease 0s
    }

    .owl-carousel .owl-nav i {
        font-size: 24px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        line-height: 42px;
        padding-left: 0;
        display: inline-block;
        color: #f5f7fb;
        background: #e7e7e7;
        font-weight: 400;
        text-align: center;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

        .owl-carousel .owl-nav i:hover {
            background: #ea6711;
            color: #f5f7fb
        }

.iq-team {
    position: relative;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}

    .iq-team:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        background: #e89926;
        background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
        background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
        background: linear-gradient(to right,#e89926 0,#ea6711 100%);
        opacity: 0
    }

.iq-team-info {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
    width: 100%;
    display: inline-block;
    color: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

    .iq-team-info h3 {
        font-size: 24px;
        font-style: normal;
        line-height: 24px
    }

        .iq-team-info h3::before {
            line-height: 48px
        }

.iq-team:hover:before {
    opacity: .8
}

.iq-team:hover .iq-team-info {
    opacity: 1
}

.counter {
    position: relative;
    font-family: Roboto,sans-serif;
    min-height: 60px
}

    .counter i {
        font-size: 40px;
        line-height: 45px;
        display: inline-block
    }

        .counter i:before {
            font-size: 60px
        }

    .counter span {
        display: block;
        font-size: 36px;
        margin: 10px 0;
        margin-bottom: 5px;
        line-height: 40px
    }

    .counter label {
        font-weight: 600;
        font-size: 15px;
        position: relative;
        margin: 10px 0;
        margin-bottom: 0;
        text-transform: uppercase
    }

.iq-blog-box {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 6px 16px 0 rgba(0,0,0,.06);
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.06)
}

    .iq-blog-box .iq-blog-image img {
        width: 100%
    }

.iq-blog-detail {
    padding: 20px 15px 15px
}

    .iq-blog-detail .blog-title a h3, .iq-blog-detail a {
        color: #666;
        transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out
    }

.blog-title a h3 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px
}

.iq-blog-meta {
    margin: 15px 0
}

.blog-button {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 15px 0 0
}

.iq-our-clients {
    border-top: 1px solid #ededed
}

    .iq-our-clients .owl-carousel .owl-nav {
        margin-top: -20px
    }

.iq-newsletter .form-inline {
    text-align: center
}

.iq-newsletter .form-group {
    width: 40%
}

.iq-newsletter .form-control {
    border-radius: 90px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: none
}

.newsletter-phone {
    margin-bottom: -180px
}

.iq-info-box {
    padding: 25px
}

    .iq-info-box .info-icon {
        border-radius: 90px;
        height: 70px;
        width: 70px;
        display: inline-block;
        line-height: 70px;
        text-align: center;
        color: #fff;
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

        .iq-info-box .info-icon i {
            font-size: 30px
        }

.info-share {
    margin: 90px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ededed;
    text-align: center
}

    .info-share li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 5px
    }

        .info-share li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: #666;
            background: 0 0;
            border: 1px solid #666;
            text-align: center;
            border-radius: 50%
        }

.iq-our-info h3 {
    font-size: 24px;
    font-style: normal;
    line-height: 24px
}

    .iq-our-info h3 .lead {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        font-family: 'Open Sans',sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #666;
        font-weight: 600
    }

    .iq-our-info h3 .lead {
        margin-top: 15px
    }

.iq-map iframe {
    border: 0;
    width: 100%;
    height: 450px
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left
}

    .contact-form .section-field input, .contact-form .section-field select {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 90px;
        padding-left: 20px;
        height: 48px;
        line-height: 48px;
        clear: both;
        color: #b6b6b6;
        border: 1px solid #e1e1e1
    }

    .contact-form .section-field.textarea textarea {
        width: 100%;
        float: left;
        color: #b6b6b6;
        border: 1px solid #e1e1e1;
        border-radius: 20px;
        padding: 15px 0 0 20px;
        resize: none
    }

#formmessage {
    display: none
}

.iq-get-in {
    position: relative;
    margin-top: -12%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left
}

    .contact-form .section-field input {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 90px;
        padding-left: 20px;
        height: 48px;
        line-height: 48px;
        clear: both;
        color: #666;
        border: 1px solid #e1e1e1
    }

    .contact-form .section-field.textarea textarea {
        width: 100%;
        float: left;
        color: #b6b6b6;
        border: 1px solid #e1e1e1;
        border-radius: 20px;
        padding: 15px 0 0 20px;
        resize: none
    }

#formmessage {
    display: none
}

.info-share {
    margin: 90px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ededed;
    text-align: center
}

    .info-share li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 5px
    }

        .info-share li a:hover {
            background: #e89926;
            border-color: #e89926;
            color: #fff
        }

.footer-copyright {
    border-top: 1px solid #ededed
}

.footer-info {
    padding: 0 40px
}

    .footer-info img {
        height: 80px
    }

.btnAcesseSuaConta {
    -moz-box-shadow: inset 0 1px 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 #fff;
    box-shadow: inset 0 1px 1px 0 #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#e9e9e9));
    background: -moz-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -webkit-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -o-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9 100%);
    background-color: #f9f9f9;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 24px !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}

    .btnAcesseSuaConta:hover {
        background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e9e9e9),color-stop(1,#f9f9f9));
        background: -moz-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
        background: -webkit-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
        background: -o-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
        background: -ms-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);
        background: linear-gradient(to bottom,#e9e9e9 5%,#f9f9f9 100%);
        background-color: #e9e9e9
    }

    .btnAcesseSuaConta:active, btnAcesseSuaContaXS:active {
        position: relative;
        top: 1px
    }

.btnAcesseSuaContaXS {
    -moz-box-shadow: inset 0 1px 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 1px 0 #fff;
    box-shadow: inset 0 1px 1px 0 #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#e9e9e9));
    background: -moz-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -webkit-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -o-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: -ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);
    background: linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9 100%);
    background-color: #f9f9f9;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 8px;
    right: 50px
}

.sessaoDemonstracaoSM {
    margin: 100px auto 40px;
    text-align: center
}

.modal {
    top: 30px;
    bottom: 30px
}

#footer-lgpd.footer-lgpd-opened {
    transition: .1s ease-in-out;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

#footer-lgpd {
    position: fixed;
    z-index: 9999;
    transition: .3s ease-in-out;
    background: #fff;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 10px;
    box-shadow: 0 0 5px #ff6a00;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    margin: 0 auto
}
