*::-moz-selection {
    background: #004e92;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #004e92;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #004e92;
    color: #fff;
    text-shadow: none
}

body {
    font-family: open sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    overflow-x: hidden
}

a, .button {
    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
}

    a:focus {
        text-decoration: none !important
    }

    a:focus, a:hover {
        color: #004e92;
        text-decoration: none !important
    }

a, .button, input {
    outline: medium 0 !important;
    color: #004e92
}

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: 52px;
    font-style: normal;
    line-height: 58px
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px
}

h3 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px
}

h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 24px
}

h5 {
    font-size: 20px;
    font-style: normal;
    line-height: 30px
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 28px
}

.lead {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #aaa
}

.label {
    color: #fff !important;
    font-size: 9px !important
}

.blockquote, blockquote {
    border-left: 5px solid #004e92;
    font-size: 16px
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: 0 !important
}

.container {
    max-width: 1170px
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0;
    color: #fff;
    background: #333;
    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: #004e92;
        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: #eee;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

.loader {
    width: 3em;
    height: 3em;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
        transform: rotateX(-37.5deg) rotateY(45deg)
    }

    50% {
        -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
        transform: rotateX(-37.5deg) rotateY(405deg)
    }

    100% {
        -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
        transform: rotateX(-37.5deg) rotateY(405deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
        transform: rotateX(-37.5deg) rotateY(45deg)
    }

    50% {
        -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
        transform: rotateX(-37.5deg) rotateY(405deg)
    }

    100% {
        -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
        transform: rotateX(-37.5deg) rotateY(405deg)
    }
}

.cube, .cube * {
    position: absolute;
    width: 71px;
    height: 71px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.sides {
    -webkit-animation: rotate 3s ease infinite;
    animation: rotate 3s ease infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg)
}

.cube .sides * {
    box-sizing: border-box;
    background-color: rgba(74,196,243,.8);
    border: 5px solid #fff
}

.cube .sides .top {
    -webkit-animation: top-animation 3s ease infinite;
    animation: top-animation 3s ease infinite;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes top-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(35px);
        transform: rotateX(90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(35px);
        transform: rotateX(90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }
}

@keyframes top-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(35px);
        transform: rotateX(90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(35px);
        transform: rotateX(90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(90deg) translateZ(90px);
        transform: rotateX(90deg) translateZ(90px)
    }
}

.cube .sides .bottom {
    -webkit-animation: bottom-animation 3s ease infinite;
    animation: bottom-animation 3s ease infinite;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes bottom-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(35px);
        transform: rotateX(-90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(35px);
        transform: rotateX(-90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }
}

@keyframes bottom-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(35px);
        transform: rotateX(-90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(35px);
        transform: rotateX(-90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(-90deg) translateZ(90px);
        transform: rotateX(-90deg) translateZ(90px)
    }
}

.cube .sides .front {
    -webkit-animation: front-animation 3s ease infinite;
    animation: front-animation 3s ease infinite;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes front-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(35px);
        transform: rotateY(0deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(35px);
        transform: rotateY(0deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }
}

@keyframes front-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(35px);
        transform: rotateY(0deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(35px);
        transform: rotateY(0deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translateZ(90px);
        transform: rotateY(0deg) translateZ(90px)
    }
}

.cube .sides .back {
    -webkit-animation: back-animation 3s ease infinite;
    animation: back-animation 3s ease infinite;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes back-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(35px);
        transform: rotateY(-180deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(35px);
        transform: rotateY(-180deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }
}

@keyframes back-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(35px);
        transform: rotateY(-180deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(35px);
        transform: rotateY(-180deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(-180deg) translateZ(90px);
        transform: rotateY(-180deg) translateZ(90px)
    }
}

.cube .sides .left {
    -webkit-animation: left-animation 3s ease infinite;
    animation: left-animation 3s ease infinite;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes left-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(35px);
        transform: rotateY(-90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(35px);
        transform: rotateY(-90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }
}

@keyframes left-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(35px);
        transform: rotateY(-90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(35px);
        transform: rotateY(-90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(-90deg) translateZ(90px);
        transform: rotateY(-90deg) translateZ(90px)
    }
}

.cube .sides .right {
    -webkit-animation: right-animation 3s ease infinite;
    animation: right-animation 3s ease infinite;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-webkit-keyframes right-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(35px);
        transform: rotateY(90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(35px);
        transform: rotateY(90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }
}

@keyframes right-animation {
    0% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }

    20% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(35px);
        transform: rotateY(90deg) translateZ(35px)
    }

    70% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(35px);
        transform: rotateY(90deg) translateZ(35px)
    }

    90% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(90deg) translateZ(90px);
        transform: rotateY(90deg) translateZ(90px)
    }
}

.button {
    color: #fff;
    cursor: pointer;
    padding: 12px 36px;
    background-size: 200% auto;
    font-weight: 500;
    font-size: 16px;
    border: 0;
    position: relative;
    font-family: raleway,sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(to right,#246bad 0%,#004e92 51%,#246bad 100%)
}

    .button:hover, .button:focus {
        color: #fff;
        background-position: right center
    }

    .button.bt-white {
        color: #333;
        background: #fff
    }

        .button.bt-white:hover, .button.bt-white:focus {
            color: #fff;
            background: #004e92
        }

    .button.bt-black {
        color: #333;
        background: #fff
    }

        .button.bt-black:hover, .button.bt-black:focus {
            color: #fff;
            background: #333
        }

.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
}

.overview-block-pt {
    padding: 100px 0 0
}

.overview-block-pb {
    padding: 0 0 100px
}

.iq-pall {
    padding: 0
}

.iq-pall-10 {
    padding: 10px
}

.iq-pall-15 {
    padding: 15px
}

.iq-pall-20 {
    padding: 20px
}

.iq-pall-25 {
    padding: 25px
}

.iq-pall-30 {
    padding: 30px
}

.iq-pall-40 {
    padding: 40px
}

.iq-pall-50 {
    padding: 50px
}

.iq-pall-60 {
    padding: 60px
}

.iq-pall-70 {
    padding: 70px
}

.iq-pall-80 {
    padding: 80px
}

.iq-pall-90 {
    padding: 90px
}

.iq-pall-100 {
    padding: 100px
}

.iq-ptb-0 {
    padding: 0
}

.iq-ptb-10 {
    padding: 10px 0
}

.iq-ptb-15 {
    padding: 15px 0
}

.iq-ptb-20 {
    padding: 20px 0
}

.iq-ptb-25 {
    padding: 25px 0
}

.iq-ptb-30 {
    padding: 30px 0
}

.iq-ptb-40 {
    padding: 40px 0
}

.iq-ptb-50 {
    padding: 50px 0
}

.iq-ptb-60 {
    padding: 60px 0
}

.iq-ptb-70 {
    padding: 70px 0
}

.iq-ptb-80 {
    padding: 80px 0
}

.iq-ptb-90 {
    padding: 90px 0
}

.iq-ptb-100 {
    padding: 100px 0
}

.iq-plr-0 {
    padding: 0
}

.iq-plr-10 {
    padding: 0 10px
}

.iq-plr-15 {
    padding: 0 15px
}

.iq-plr-20 {
    padding: 0 20px
}

.iq-plr-25 {
    padding: 0 25px
}

.iq-plr-30 {
    padding: 0 30px
}

.iq-plr-40 {
    padding: 0 40px
}

.iq-plr-50 {
    padding: 0 50px
}

.iq-plr-60 {
    padding: 0 60px
}

.iq-plr-70 {
    padding: 0 70px
}

.iq-plr-80 {
    padding: 0 80px
}

.iq-plr-90 {
    padding: 0 90px
}

.iq-plr-100 {
    padding: 0 100px
}

.iq-pt-0 {
    padding-top: 0
}

.iq-pt-10 {
    padding-top: 10px
}

.iq-pt-15 {
    padding-top: 15px
}

.iq-pt-20 {
    padding-top: 20px
}

.iq-pt-25 {
    padding-top: 25px
}

.iq-pt-30 {
    padding-top: 30px
}

.iq-pt-40 {
    padding-top: 40px
}

.iq-pt-50 {
    padding-top: 50px
}

.iq-pt-60 {
    padding-top: 60px
}

.iq-pt-70 {
    padding-top: 70px
}

.iq-pt-80 {
    padding-top: 80px
}

.iq-pt-90 {
    padding-top: 90px
}

.iq-pt-100 {
    padding-top: 100px
}

.iq-pb-0 {
    padding-bottom: 0
}

.iq-pb-10 {
    padding-bottom: 10px
}

.iq-pb-15 {
    padding-bottom: 15px
}

.iq-pb-20 {
    padding-bottom: 20px
}

.iq-pb-25 {
    padding-bottom: 25px
}

.iq-pb-30 {
    padding-bottom: 30px
}

.iq-pb-40 {
    padding-bottom: 40px
}

.iq-pb-50 {
    padding-bottom: 50px
}

.iq-pb-60 {
    padding-bottom: 60px
}

.iq-pb-70 {
    padding-bottom: 70px
}

.iq-pb-80 {
    padding-bottom: 80px
}

.iq-pb-90 {
    padding-bottom: 90px
}

.iq-pb-100 {
    padding-bottom: 100px
}

.iq-pl-0 {
    padding-left: 0
}

.iq-pl-10 {
    padding-left: 10px
}

.iq-pl-15 {
    padding-left: 15px
}

.iq-pl-20 {
    padding-left: 20px
}

.iq-pl-25 {
    padding-left: 25px
}

.iq-pl-30 {
    padding-left: 30px
}

.iq-pl-40 {
    padding-left: 40px
}

.iq-pl-50 {
    padding-left: 50px
}

.iq-pl-60 {
    padding-left: 60px
}

.iq-pl-70 {
    padding-left: 70px
}

.iq-pl-80 {
    padding-left: 80px
}

.iq-pl-90 {
    padding-left: 90px
}

.iq-pl-100 {
    padding-left: 100px
}

.iq-pr-0 {
    padding-right: 0
}

.iq-pr-10 {
    padding-right: 10px
}

.iq-pr-15 {
    padding-right: 15px
}

.iq-pr-20 {
    padding-right: 20px
}

.iq-pr-25 {
    padding-right: 25px
}

.iq-pr-30 {
    padding-right: 30px
}

.iq-pr-40 {
    padding-right: 40px
}

.iq-pr-50 {
    padding-right: 50px
}

.iq-pr-60 {
    padding-right: 60px
}

.iq-pr-70 {
    padding-right: 70px
}

.iq-pr-80 {
    padding-right: 80px
}

.iq-pr-90 {
    padding-right: 90px
}

.iq-pr-100 {
    padding-right: 100px
}

.iq-mall-0 {
    margin: 0
}

.iq-mall-10 {
    margin: 10px
}

.iq-mall-15 {
    margin: 15px
}

.iq-mall-20 {
    margin: 20px
}

.iq-mall-25 {
    margin: 25px
}

.iq-mall-30 {
    margin: 30px
}

.iq-mall-40 {
    margin: 40px
}

.iq-mall-50 {
    margin: 50px
}

.iq-mall-60 {
    margin: 60px
}

.iq-mall-70 {
    margin: 70px
}

.iq-mall-80 {
    margin: 80px
}

.iq-mall-90 {
    margin: 90px
}

.iq-mall-100 {
    margin: 100px
}

.iq-mtb-0 {
    margin: 0
}

.iq-mtb-10 {
    margin: 10px 0
}

.iq-mtb-15 {
    margin: 15px 0
}

.iq-mtb-20 {
    margin: 20px 0
}

.iq-mtb-25 {
    margin: 25px 0
}

.iq-mtb-30 {
    margin: 30px 0
}

.iq-mtb-40 {
    margin: 40px 0
}

.iq-mtb-50 {
    margin: 50px 0
}

.iq-mtb-60 {
    margin: 60px 0
}

.iq-mtb-70 {
    margin: 70px 0
}

.iq-mtb-80 {
    margin: 80px 0
}

.iq-mtb-90 {
    margin: 90px 0
}

.iq-mtb-100 {
    margin: 100px 0
}

.iq-mlr-0 {
    margin: 0
}

.iq-mlr-10 {
    margin: 0 10px
}

.iq-mlr-15 {
    margin: 0 15px
}

.iq-mlr-20 {
    margin: 0 20px
}

.iq-mlr-25 {
    margin: 0 25px
}

.iq-mlr-30 {
    margin: 0 30px
}

.iq-mlr-40 {
    margin: 0 40px
}

.iq-mlr-50 {
    margin: 0 50px
}

.iq-mlr-60 {
    margin: 0 60px
}

.iq-mlr-70 {
    margin: 0 60px
}

.iq-mlr-80 {
    margin: 0 80px
}

.iq-mlr-90 {
    margin: 0 80px
}

.iq-mlr-100 {
    margin: 0 100px
}

.iq-mt-0 {
    margin-top: 0
}

.iq-mt-5 {
    margin-top: 5px
}

.iq-mt-10 {
    margin-top: 10px
}

.iq-mt-15 {
    margin-top: 15px
}

.iq-mt-20 {
    margin-top: 20px
}

.iq-mt-25 {
    margin-top: 25px
}

.iq-mt-30 {
    margin-top: 30px
}

.iq-mt-40 {
    margin-top: 40px
}

.iq-mt-50 {
    margin-top: 50px
}

.iq-mt-60 {
    margin-top: 60px
}

.iq-mt-70 {
    margin-top: 70px
}

.iq-mt-80 {
    margin-top: 80px
}

.iq-mt-90 {
    margin-top: 90px
}

.iq-mt-100 {
    margin-top: 100px
}

.iq-mb-0 {
    margin-bottom: 0
}

.iq-mb-10 {
    margin-bottom: 10px
}

.iq-mb-15 {
    margin-bottom: 15px
}

.iq-mb-20 {
    margin-bottom: 20px
}

.iq-mb-25 {
    margin-bottom: 25px
}

.iq-mb-30 {
    margin-bottom: 30px
}

.iq-mb-40 {
    margin-bottom: 40px
}

.iq-mb-50 {
    margin-bottom: 50px
}

.iq-mb-60 {
    margin-bottom: 60px
}

.iq-mb-70 {
    margin-bottom: 70px
}

.iq-mb-80 {
    margin-bottom: 80px
}

.iq-mb-90 {
    margin-bottom: 90px
}

.iq-mb-100 {
    margin-bottom: 100px
}

.iq-ml-0 {
    margin-left: 0
}

.iq-ml-10 {
    margin-left: 10px
}

.iq-ml-15 {
    margin-left: 15px
}

.iq-ml-20 {
    margin-left: 20px
}

.iq-ml-25 {
    margin-left: 25px
}

.iq-ml-30 {
    margin-left: 30px
}

.iq-ml-40 {
    margin-left: 40px
}

.iq-ml-50 {
    margin-left: 50px
}

.iq-ml-60 {
    margin-left: 60px
}

.iq-ml-70 {
    margin-left: 70px
}

.iq-ml-80 {
    margin-left: 80px
}

.iq-ml-90 {
    margin-left: 90px
}

.iq-ml-100 {
    margin-left: 100px
}

.iq-mr-0 {
    margin-right: 0
}

.iq-mr-10 {
    margin-right: 10px
}

.iq-mr-15 {
    margin-right: 15px
}

.iq-mr-20 {
    margin-right: 20px
}

.iq-mr-25 {
    margin-right: 25px
}

.iq-mr-30 {
    margin-right: 30px
}

.iq-mr-40 {
    margin-right: 40px
}

.iq-mr-50 {
    margin-right: 50px
}

.iq-mr-60 {
    margin-right: 60px
}

.iq-mr-70 {
    margin-right: 70px
}

.iq-mr-80 {
    margin-right: 80px
}

.iq-mr-90 {
    margin-right: 90px
}

.iq-mr-100 {
    margin-right: 100px
}

.iq-tw-1 {
    font-weight: 100
}

.iq-tw-2 {
    font-weight: 200
}

.iq-tw-3 {
    font-weight: 300
}

.iq-tw-4 {
    font-weight: 400
}

.iq-tw-5 {
    font-weight: 500
}

.iq-tw-6 {
    font-weight: 600
}

.iq-tw-7 {
    font-weight: 700
}

.iq-tw-8 {
    font-weight: 800
}

.iq-tw-9 {
    font-weight: 900
}

.iq-font-blue {
    color: #004e92
}

.iq-font-white {
    color: #fff
}

.iq-font-black {
    color: #333
}

.iq-font-light {
    color: #666
}

.iq-font-15 {
    font-size: 15px
}

.iq-font-30 {
    font-size: 30px
}

.white-bg {
    background: #fff
}

.grey-bg {
    background: #f5f7fb
}

.blue-bg {
    background: #246bad;
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,1)),color-stop(100%,rgba(0,200,200,1)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.dark-bg {
    background: #222
}

.iq-parallax {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat
}

.iq-bg-over {
    position: relative
}

.iq-over-blue-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.1);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.1) 0%,rgba(0,200,200,0.1) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.1)),color-stop(100%,rgba(0,200,200,0.1)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.1) 0%,rgba(0,200,200,0.1) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.1) 0%,rgba(0,200,200,0.1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.1) 0%,rgba(0,200,200,0.1) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.1) 0%,rgba(0,200,200,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-20:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.2);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.2) 0%,rgba(0,200,200,0.2) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.2)),color-stop(100%,rgba(0,200,200,0.2)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.2) 0%,rgba(0,200,200,0.2) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.2) 0%,rgba(0,200,200,0.2) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.2) 0%,rgba(0,200,200,0.2) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.2) 0%,rgba(0,200,200,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-30:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.3);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.3) 0%,rgba(0,200,200,0.3) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.3)),color-stop(100%,rgba(0,200,200,0.3)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.3) 0%,rgba(0,200,200,0.3) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.3) 0%,rgba(0,200,200,0.3) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.3) 0%,rgba(0,200,200,0.3) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.3) 0%,rgba(0,200,200,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.4);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.4) 0%,rgba(0,200,200,0.4) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.4)),color-stop(100%,rgba(0,200,200,0.4)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.4) 0%,rgba(0,200,200,0.4) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.4) 0%,rgba(0,200,200,0.4) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.4) 0%,rgba(0,200,200,0.4) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.4) 0%,rgba(0,200,200,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-50:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.5);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.5) 0%,rgba(0,200,200,0.5) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.5)),color-stop(100%,rgba(0,200,200,0.5)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.5) 0%,rgba(0,200,200,0.5) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.5) 0%,rgba(0,200,200,0.5) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.5) 0%,rgba(0,200,200,0.5) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.5) 0%,rgba(0,200,200,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-60:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.6);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.6) 0%,rgba(0,200,200,0.6) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.6)),color-stop(100%,rgba(0,200,200,0.6)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.6) 0%,rgba(0,200,200,0.6) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.6) 0%,rgba(0,200,200,0.6) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.6) 0%,rgba(0,200,200,0.6) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.6) 0%,rgba(0,200,200,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.7);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.7) 0%,rgba(0,200,200,0.7) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.7)),color-stop(100%,rgba(0,200,200,0.7)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.7) 0%,rgba(0,200,200,0.7) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.7) 0%,rgba(0,200,200,0.7) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.7) 0%,rgba(0,200,200,0.7) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.7) 0%,rgba(0,200,200,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.8);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.8) 0%,rgba(0,200,200,0.8) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.8)),color-stop(100%,rgba(0,200,200,0.8)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.8) 0%,rgba(0,200,200,0.8) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.8) 0%,rgba(0,200,200,0.8) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.8) 0%,rgba(0,200,200,0.8) 100%);
    background: linear-gradient(135deg, rgba(0, 4, 40, 0.8) 0%, rgba(0, 78, 146, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-85:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.85);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.85) 0%,rgba(0,200,200,0.85) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.85)),color-stop(100%,rgba(0,200,200,0.85)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.85) 0%,rgba(0,200,200,0.85) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.85) 0%,rgba(0,200,200,0.85) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.85) 0%,rgba(0,200,200,0.85) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.85) 0%,rgba(0,200,200,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-900:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(239, 239, 239, 0.9);
    background: -moz-linear-gradient(-45deg,rgba(239, 239, 239, 0.9) 0%,rgba(239, 239, 239, 0.9) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(255, 255, 255, 0.9)),color-stop(100%,rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
    background: -o-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
    background: -ms-linear-gradient(-45deg,rgba(239, 239, 239, 0.9) 0%,rgba(239, 239, 239, 0.9) 100%);
    background: linear-gradient(135deg, rgba(239, 239, 239, 0.9) 0%, rgba(239, 239, 239, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.9);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.9) 0%,rgba(0,200,200,0.9) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.9)),color-stop(100%,rgba(0,200,200,0.9)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.9) 0%,rgba(0,200,200,0.9) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.9) 0%,rgba(0,200,200,0.9) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.9) 0%,rgba(0,200,200,0.9) 100%);
    background: linear-gradient(135deg, rgba(0, 4, 40, 0.9) 0%, rgba(0, 78, 146, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-blue-95:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(36,107,173,.95);
    background: -moz-linear-gradient(-45deg,rgba(36,107,173,0.95) 0%,rgba(0,200,200,0.95) 100%);
    background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,0.95)),color-stop(100%,rgba(0,200,200,0.95)));
    background: -webkit-linear-gradient(-45deg,rgba(36,107,173,0.95) 0%,rgba(0,200,200,0.95) 100%);
    background: -o-linear-gradient(-45deg,rgba(36,107,173,0.95) 0%,rgba(0,200,200,0.95) 100%);
    background: -ms-linear-gradient(-45deg,rgba(36,107,173,0.95) 0%,rgba(0,200,200,0.95) 100%);
    background: linear-gradient(135deg,rgba(36,107,173,0.95) 0%,rgba(0,200,200,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
}

.iq-over-black-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.1)
}

.iq-over-black-20:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.2)
}

.iq-over-black-30:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.3)
}

.iq-over-black-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.4)
}

.iq-over-black-50:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.5)
}

.iq-over-black-60:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.6)
}

.iq-over-black-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.7)
}

.iq-over-black-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.8)
}

.iq-over-black-85:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.85)
}

.iq-over-black-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.9)
}

.iq-over-black-95:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,.95)
}

[class*=iq-over-]:before {
    z-index: 0
}

.heading-title {
    margin-bottom: 80px;
    text-align: center
}

    .heading-title .title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px
    }

        .heading-title .title:before {
            content: "";
            border-radius: 5px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -40px;
            width: 80px;
            height: 4px;
            background: #246bad;
            background: -moz-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
            background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,1)),color-stop(100%,rgba(0,200,200,1)));
            background: -webkit-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
            background: -o-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
            background: -ms-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
            background: linear-gradient(135deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
        }

    .heading-title p {
        padding: 0 80px;
        display: block;
        margin-bottom: 50px
    }

    .heading-title.white .title {
        color: #fff
    }

        .heading-title.white .title:before {
            background: #fff
        }

.iq-fadebounce {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-moz-keyframes fadebounce {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes fadebounce {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }

    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes fadebounce {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1
    }

    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadebounce {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(20px);
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 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 .container-fluid {
        padding: 0 100px
    }

    header .navbar {
        padding: 0
    }

        header .navbar .navbar-brand {
            padding: 0
        }

            header .navbar .navbar-brand img {
                height: 60px;
                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 .navbar-nav {
            margin-top: 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 .navbar-nav > li {
                margin: 0 30px 0 0;
                position: relative
            }

                header .navbar .navbar-nav > li:last-child {
                    margin-right: 0
                }

            header .navbar .navbar-nav .nav-item a {
                color: #333;
                padding: 10px 0;
                font-family: raleway,sans-serif;
                font-size: 16px
            }

                header .navbar .navbar-nav .nav-item a:hover, header .navbar .navbar-nav .nav-item a:focus, header .navbar .navbar-nav .nav-item a.active, header .navbar .navbar-nav .nav-item a.active:focus, header .navbar .navbar-nav .nav-item a.active:hover {
                    color: #333;
                    background: 0 0;
                    box-shadow: none
                }

                header .navbar .navbar-nav .nav-item a::before {
                    background: #333;
                    bottom: 0;
                    content: "";
                    height: 2px;
                    left: 0;
                    position: absolute;
                    width: 0;
                    transition: all .3s ease-out 0s
                }

                header .navbar .navbar-nav .nav-item a.active::before, header .navbar .navbar-nav .nav-item:hover > a::before, header .navbar .navbar-nav .nav-item > a:hover::before {
                    width: 100%
                }

    header .button {
        margin-top: 0;
        margin-left: 40px
    }

    header.menu-sticky {
        padding: 10px 0;
        -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: rgba(36,107,173,.9);
        background: -moz-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
        background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(255, 255, 255, 0.9)),color-stop(100%,rgba(255, 255, 255, 0.9)));
        background: -webkit-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
        background: -o-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
        background: -ms-linear-gradient(-45deg,rgba(255, 255, 255, 0.9) 0%,rgba(255, 255, 255, 0.9) 100%);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1)
    }

        header.menu-sticky .navbar .navbar-brand img {
            height: 50px
        }

    header.header-fancy .button {
        margin-left: 30px;
        padding: 11px 20px;
        font-size: 28px
    }

    header.header-fancy .navbar .navbar-nav {
        background: #fff;
        border-radius: 4px
    }

        header.header-fancy .navbar .navbar-nav .nav-item a {
            color: #333;
            padding: 12px 20px;
            font-weight: 500
        }

        header.header-fancy .navbar .navbar-nav > li {
            margin: 0
        }

        header.header-fancy .navbar .navbar-nav .nav-item a::before {
            display: none
        }

        header.header-fancy .navbar .navbar-nav .nav-item a:hover, header.header-fancy .navbar .navbar-nav .nav-item a:focus, header.header-fancy .navbar .navbar-nav .nav-item a.active, header.header-fancy .navbar .navbar-nav .nav-item a.active:focus, header.header-fancy .navbar .navbar-nav .nav-item a.active:hover {
            color: #004e92;
            background: 0 0;
            box-shadow: none
        }

    header.header-white {
        background: #fff
    }

        header.header-white .navbar .navbar-nav .nav-item a::before {
            background: #004e92
        }

        header.header-white .navbar .navbar-nav .nav-item a {
            color: #333
        }

            header.header-white .navbar .navbar-nav .nav-item a:hover, header.header-white .navbar .navbar-nav .nav-item a:focus, header.header-white .navbar .navbar-nav .nav-item a.active, header.header-white .navbar .navbar-nav .nav-item a.active:focus, header.header-white .navbar .navbar-nav .nav-item a.active:hover {
                color: #004e92;
                background: 0 0;
                box-shadow: none
            }

.iq-banner {
    position: relative;
    overflow: hidden
}

    .iq-banner .container-fluid {
        padding: 0 90px
    }

    .iq-banner:after {
        content: "";
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 78px;
        background: url(../images/banner/02.png) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        position: absolute
    }

    .iq-banner .banner-text {
        z-index: 9;
        position: relative;
        margin-top: 13%
    }

        .iq-banner .banner-text h1 {
            font-size: 64px;
            line-height: normal
        }

    .iq-banner .banner-img {
        width: 110%
    }

    .iq-banner .iq-video {
        background: #fff;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 29px;
        color: #004e92;
        float: left;
        border-radius: 100%;
        line-height: 2.1;
        z-index: 9;
        position: relative
    }

        .iq-banner .iq-video i {
            margin-left: 5px
        }

    .iq-banner .waves-box {
        position: relative
    }

    .iq-banner .iq-waves {
        position: absolute;
        width: 14rem;
        height: 14rem;
        left: -90px;
        top: -90px;
        z-index: 2;
        float: right
    }

        .iq-banner .iq-waves .waves {
            position: absolute;
            width: 384px;
            width: 15rem;
            height: 384px;
            height: 15rem;
            background: rgba(255,255,255,.2);
            opacity: 0;
            -ms-filter: "alpha(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-banner .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

        .iq-banner .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }

        .iq-banner .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;
        -ms-filter: "alpha(opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "alpha(opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "alpha(opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

.iq-banner .banner-objects {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%
}

    .iq-banner .banner-objects .banner-objects-01 {
        position: absolute;
        left: -8%;
        bottom: -20%;
        opacity: .1
    }

    .iq-banner .banner-objects .banner-objects-02 {
        position: absolute;
        bottom: 50%;
        margin-bottom: -125px;
        left: -13%;
        border: 15px solid rgba(255,255,255,.1);
        border-radius: 900px;
        height: 250px;
        width: 250px
    }

    .iq-banner .banner-objects .banner-objects-03 {
        position: absolute;
        top: 0%;
        right: -15%;
        border: 30px solid rgba(255,255,255,.1);
        border-radius: 900px;
        height: 400px;
        width: 400px
    }

.iq-banner-02 {
    position: relative
}

    .iq-banner-02:after {
        content: "";
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 78px;
        background: url(../images/banner/04.html) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        position: absolute
    }

    .iq-banner-02 .banner-text {
        z-index: 9;
        position: relative;
        margin-top: 13%
    }

        .iq-banner-02 .banner-text h1 {
            font-size: 64px;
            line-height: normal
        }

    .iq-banner-02 .banner-img {
        margin-bottom: -80px
    }

    .iq-banner-02 .banner-objects {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

        .iq-banner-02 .banner-objects .banner-objects-01 {
            position: absolute;
            right: 0%;
            bottom: 20%;
            opacity: .2
        }

        .iq-banner-02 .banner-objects .banner-objects-02 {
            position: absolute;
            bottom: 50%;
            margin-bottom: -280px;
            left: -20%;
            border: 30px solid rgba(255,255,255,.2);
            border-radius: 900px;
            height: 400px;
            width: 400px
        }

        .iq-banner-02 .banner-objects .banner-objects-03 {
            position: absolute;
            top: 50%;
            right: 25%;
            border: 20px solid rgba(255,255,255,.2);
            border-radius: 900px;
            height: 300px;
            width: 300px
        }

        .iq-banner-02 .banner-objects .banner-objects-04 {
            position: absolute;
            top: 20%;
            left: 10%;
            opacity: .2
        }

.iq-banner-03 {
    position: relative;
    overflow: hidden
}

    .iq-banner-03:after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 230px;
        background: url(../images/banner/06.html) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        position: absolute
    }

    .iq-banner-03 .banner-text {
        z-index: 9;
        position: relative;
        margin-top: 13%;
        margin-bottom: 5%
    }

        .iq-banner-03 .banner-text h1 {
            font-size: 55px;
            line-height: normal
        }

    .iq-banner-03 .banner-img {
        width: 110%
    }

    .iq-banner-03 .iq-banner-video {
        position: relative
    }

    .iq-banner-03 .iq-video {
        background: #fff;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 29px;
        color: #004e92;
        float: left;
        border-radius: 100%;
        line-height: 2.1;
        z-index: 9;
        position: relative
    }

        .iq-banner-03 .iq-video i {
            margin-left: 5px
        }

    .iq-banner-03 .waves-box {
        position: absolute;
        top: 28%;
        left: 39%
    }

    .iq-banner-03 .iq-waves {
        position: absolute;
        width: 14rem;
        height: 14rem;
        left: -90px;
        top: -90px;
        z-index: 2;
        float: right
    }

        .iq-banner-03 .iq-waves .waves {
            position: absolute;
            width: 384px;
            width: 15rem;
            height: 384px;
            height: 15rem;
            background: rgba(255,255,255,.2);
            opacity: 0;
            -ms-filter: "alpha(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-banner-03 .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

        .iq-banner-03 .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }

        .iq-banner-03 .iq-waves .wave-3 {
            -webkit-animation-delay: 2s;
            animation-delay: 2s
        }

    .iq-banner-03 .banner-objects {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%
    }

        .iq-banner-03 .banner-objects .banner-objects-01 {
            position: absolute;
            left: 14%;
            opacity: .4
        }

        .iq-banner-03 .banner-objects .banner-objects-02 {
            position: absolute;
            margin-bottom: -125px;
            left: -5%;
            border: 15px solid rgba(255,255,255,.1);
            border-radius: 900px;
            height: 250px;
            width: 250px
        }

        .iq-banner-03 .banner-objects .banner-objects-03 {
            position: absolute;
            top: 19%;
            right: 36%;
            border: 20px solid rgba(255,255,255,.1);
            border-radius: 900px;
            height: 250px;
            width: 250px
        }

        .iq-banner-03 .banner-objects .banner-objects-04 {
            position: absolute;
            top: 25%;
            right: -3%;
            opacity: .4
        }

.iq-banner-04 {
    position: relative;
    overflow: hidden
}

    .iq-banner-04 .container-fluid {
        padding: 0 90px
    }

    .iq-banner-04:after {
        content: "";
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 78px;
        background: url(../images/banner/02.png) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        position: absolute;
        z-index: 99
    }

    .iq-banner-04 .banner-text {
        z-index: 9;
        position: relative;
        margin-top: 2%
    }

        .iq-banner-04 .banner-text h1 {
            font-size: 64px;
            line-height: normal
        }

    .iq-banner-04 .banner-img {
        width: 100%
    }

    .iq-banner-04 .iq-video {
        background: #fff;
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 29px;
        color: #004e92;
        float: left;
        border-radius: 100%;
        line-height: 2.1;
        z-index: 9;
        position: relative
    }

        .iq-banner-04 .iq-video i {
            margin-left: 5px
        }

    .iq-banner-04 .waves-box {
        position: relative
    }

    .iq-banner-04 .iq-waves {
        position: absolute;
        width: 14rem;
        height: 14rem;
        left: -90px;
        top: -90px;
        z-index: 2;
        float: right
    }

        .iq-banner-04 .iq-waves .waves {
            position: absolute;
            width: 384px;
            width: 15rem;
            height: 384px;
            height: 15rem;
            background: rgba(255,255,255,.2);
            opacity: 0;
            -ms-filter: "alpha(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-banner-04 .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

        .iq-banner-04 .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }

        .iq-banner-04 .iq-waves .wave-3 {
            -webkit-animation-delay: 2s;
            animation-delay: 2s
        }

    .iq-banner-04 .banner-objects {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 100%;
        height: 100%
    }

        .iq-banner-04 .banner-objects .banner-objects-01 {
            position: absolute;
            left: -8%;
            bottom: -20%;
            opacity: .1
        }

        .iq-banner-04 .banner-objects .banner-objects-02 {
            position: absolute;
            bottom: 50%;
            margin-bottom: -125px;
            left: -13%;
            border: 15px solid rgba(255,255,255,.1);
            border-radius: 900px;
            height: 250px;
            width: 250px
        }

        .iq-banner-04 .banner-objects .banner-objects-03 {
            position: absolute;
            top: 0%;
            right: -15%;
            border: 30px solid rgba(255,255,255,.1);
            border-radius: 900px;
            height: 400px;
            width: 400px
        }

#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute
}

.iq-works-box {
    border: 1px solid #f7f7f7;
    background: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    position: relative;
    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-works-box .icon-bg {
        margin:0px auto;
        height: 140px;
        width: 140px;
    }

        .iq-works-box .icon-bg i {
            font-size: 50px;
            line-height: 100px;
            color: #004e92
        }

    .iq-works-box .step {
        font-size: 20px;
        background: #fff;
        border-radius: 100px;
        border: 1px solid #f7f7f7;
        color: #004e92;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        position: absolute;
        top: 40px
    }

    .iq-works-box:hover {
        border: solid transparent 1px;
        box-shadow: 0 0 40px rgba(36,107,173,.6);
        -webkit-box-shadow: 0 0 40px rgba(36,107,173,.6);
        -moz-box-shadow: 0 0 40px rgba(36,107,173,.6)
    }

    .iq-works-box.no-shadow {
        border: 0;
        box-shadow: none
    }

        .iq-works-box.no-shadow:hover {
            border: 0;
            box-shadow: none
        }

    .iq-works-box.round-icon {
        padding: 10px 20px 0;
        border: 0;
        box-shadow: none
    }

        .iq-works-box.round-icon .icon-bg {
            background: 0 0;
            height: 100px;
            width: 100px;
            display: inline-block;
            border-radius: 100px;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
            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-works-box.round-icon .icon-bg i {
                font-size: 50px;
                line-height: 100px;
                color: #004e92
            }

        .iq-works-box.round-icon .step {
            font-size: 20px;
            background: #fff;
            border-radius: 100px;
            border: 1px solid #f7f7f7;
            color: #004e92;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            position: absolute;
            top: 40px
        }

        .iq-works-box.round-icon:hover {
            border: 0;
            box-shadow: none
        }

            .iq-works-box.round-icon:hover .icon-bg {
                box-shadow: 0 0 40px rgba(74,195,243,.6);
                -webkit-box-shadow: 0 0 40px rgba(74,195,243,.6);
                -moz-box-shadow: 0 0 40px rgba(74,195,243,.6)
            }

.iq-border-block {
    border: 1px solid #f7f7f7;
    padding: 50px 20px;
    position: relative
}

    .iq-border-block .icon-bg {
        height: 100px;
        width: 100px;
        border-radius: 100px
    }

        .iq-border-block .icon-bg i {
            font-size: 50px;
            line-height: 100px;
            color: #004e92
        }

    .iq-border-block .step {
        font-size: 20px;
        background: #fff;
        border-radius: 100px;
        border: 1px solid #f7f7f7;
        color: #004e92;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        position: absolute;
        top: 40px
    }

.iq-border-block {
    display: inline-block;
    overflow: hidden;
    position: relative
}

    .iq-border-block:before, .iq-border-block:after, .iq-border-block > .border-box:before, .iq-border-block > .border-box:after {
        content: "";
        background: #004e92;
        position: absolute;
        transition: all .3s ease 0s
    }

    .iq-border-block:before, .iq-border-block:after {
        bottom: 0;
        right: 0
    }

    .iq-border-block:before {
        width: 100%;
        height: 2px;
        transform: translateX(-100%);
        transition-delay: .9s
    }

    .iq-border-block:after {
        width: 2px;
        height: 100%;
        transform: translateY(100%);
        transition-delay: .6s
    }

    .iq-border-block > .border-box:before, .iq-border-block > .border-box:after {
        top: 0;
        left: 0
    }

    .iq-border-block > .border-box:before {
        width: 100%;
        height: 2px;
        transform: translateX(100%);
        transition-delay: .3s
    }

    .iq-border-block > .border-box:after {
        width: 2px;
        height: 100%;
        transform: translateY(-100%);
        transition-delay: 0s
    }

    .iq-border-block:hover:before, .iq-border-block:hover:after, .iq-border-block:hover > .border-box:before, .iq-border-block:hover > .border-box:after {
        transform: translate(0,0)
    }

    .iq-border-block:hover:before {
        transition-delay: 0s
    }

    .iq-border-block:hover:after {
        transition-delay: .3s
    }

    .iq-border-block:hover > .border-box:before {
        transition-delay: .6s
    }

    .iq-border-block:hover > .border-box:after {
        transition-delay: .9s
    }

.how-works {
    position: relative;
    overflow: hidden
}

.iq-works-img {
    width: 120%
}

.iq-objects {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: -1
}

    .iq-objects .iq-objects-01 {
        position: absolute;
        bottom: 10%;
        left: 0
    }

    .iq-objects .iq-objects-02 {
        position: absolute;
        top: 10%;
        right: 35%
    }

    .iq-objects .iq-objects-03 {
        position: absolute;
        top: 30%;
        right: 0
    }

    .iq-objects .iq-objects-04 {
        position: absolute;
        top: 0%;
        right: -13%;
        border: 56px solid #004e92;
        border-radius: 900px;
        height: 600px;
        width: 600px
    }

.software {
    position: relative
}

.iq-software-demo {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 712px;
    left: 50%;
    margin-left: -356px;
    margin-top: -367px;
}

.iq-list li {
    margin-bottom: 15px;
    line-height: 26px
}

    .iq-list li i {
        float: left
    }

    .iq-list li span {
        display: table-cell
    }

.iq-objects-software {
    position: absolute;
    left: 0;
    top: 309px;
    display: inline-block;
    width: 100%;
    height: 70%;
    /*z-index: -1;*/
}

    .iq-objects-software .iq-objects-01 {
        position: absolute;
        top: 0;
        left: 0
    }

    .iq-objects-software .iq-objects-02 {
        position: absolute;
        bottom: 5%;
        left: 15%
    }

    .iq-objects-software .iq-objects-03 {
        position: absolute;
        top: 0%;
        left: 10%;
        border: 40px solid #004e92;
        border-radius: 900px;
        height: 600px;
        width: 600px;
    }

.iq-screenshots {
    overflow: hidden;
    position: relative
}

@keyframes heartbeat {
    0% {
        transform: scale(0)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.screenshots-slider {
    display: inline-block;
    width: 100%;
    min-height: 580px
}

.slider-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 580px;
    margin: -300px 0 0 -390px
}

    .slider-container .slider-content {
        position: relative;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%)
    }

        .slider-container .slider-content .slider-single {
            position: absolute;
            z-index: 0;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: z-index 0ms 250ms
        }

            .slider-container .slider-content .slider-single .slider-single-image {
                position: relative;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                box-shadow: 0 10px 40px rgba(0,0,0,.2);
                transition: 500ms cubic-bezier(.17,.67,.55,1.43);
                transform: scale(0);
                opacity: 0
            }

            .slider-container .slider-content .slider-single.preactivede .slider-single-image {
                transform: translateX(-50%) scale(0)
            }

            .slider-container .slider-content .slider-single.preactive {
                z-index: 1
            }

                .slider-container .slider-content .slider-single.preactive .slider-single-image {
                    opacity: .3;
                    transform: translateX(-25%) scale(.8)
                }

            .slider-container .slider-content .slider-single.proactive {
                z-index: 1
            }

                .slider-container .slider-content .slider-single.proactive .slider-single-image {
                    opacity: .3;
                    transform: translateX(25%) scale(.8)
                }

            .slider-container .slider-content .slider-single.proactivede .slider-single-image {
                transform: translateX(50%) scale(0)
            }

            .slider-container .slider-content .slider-single.active {
                z-index: 2
            }

                .slider-container .slider-content .slider-single.active .slider-single-image {
                    opacity: 1;
                    transform: translateX(0%) scale(1)
                }

    .slider-container .slider-left {
        position: absolute;
        z-index: 3;
        display: block;
        right: 115%;
        top: 50%;
        color: #fff;
        transform: translateY(-50%);
        padding: 20px 15px;
        font-size: 60px
    }

    .slider-container .slider-right {
        position: absolute;
        z-index: 3;
        display: block;
        left: 115%;
        top: 50%;
        color: #fff;
        transform: translateY(-50%);
        padding: 20px 15px;
        font-size: 60px
    }

.no-shadow .slider-container .slider-content .slider-single .slider-single-image {
    box-shadow: none
}

.no-shadow .slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 0
}

.no-shadow .slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 0
}

.iq-amazing-tab .nav.nav-tabs {
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 100%
}

    .iq-amazing-tab .nav.nav-tabs li {
        margin-bottom: 0;
        display: inline-block;
        float: none;
        width: 25%;
        position: relative
    }

.iq-amazing-tab .nav-tabs > li a.active, .iq-amazing-tab .nav-tabs > li a.active:hover, .iq-amazing-tab .nav-tabs > li a.active:focus {
    background-color: #f5f7fb !important
}

.iq-amazing-tab .nav.nav-tabs li a {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 40px;
    margin-right: 0;
    text-align: center;
    color: #666;
    border: 0;
    position: relative
}

.iq-amazing-tab .nav-tabs li a i {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: middle;
    text-align: right
}

.iq-amazing-tab .nav.nav-tabs li a span {
    font-size: 18px;
    font-family: raleway,sans-serif;
    font-weight: 600;
    line-height: 40px;
    vertical-align: sub;
    text-align: left
}

.iq-amazing-tab .nav.nav-tabs li a:hover {
    color: #004e92;
    background: 0 0;
    border: 0
}

    .iq-amazing-tab .nav.nav-tabs li a:hover i {
        color: #004e92
    }

.iq-amazing-tab .nav.nav-tabs li a.active, .iq-amazing-tab .nav.nav-tabs li a.active:hover, .iq-amazing-tab .nav.nav-tabs li a.active:focus {
    color: #333;
    background: 0 0;
    border: 0
}

    .iq-amazing-tab .nav.nav-tabs li a.active i, .iq-amazing-tab .nav.nav-tabs li a.active:hover i, .iq-amazing-tab .nav.nav-tabs li a.active:focus i {
        color: #004e92
    }

.iq-amazing-tab .nav.nav-tabs li a:before, .iq-amazing-tab .nav.nav-tabs li a:hover:before, .iq-amazing-tab .nav.nav-tabs li a:focus:before {
    position: absolute;
    left: -100%;
    bottom: -1px;
    height: 3px;
    width: 100%;
    content: "";
    opacity: 0;
    background: #004e92;
    -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-amazing-tab .nav.nav-tabs li a.active:before, .iq-amazing-tab .nav.nav-tabs li a.active:hover:before, .iq-amazing-tab .nav.nav-tabs li a.active:focus:before, .iq-amazing-tab .nav.nav-tabs li a:hover {
    opacity: 1;
    left: 0%
}

.info-box {
    border: 1px solid #eee;
    height: 140px;
    width: 140px;
    border-radius: 70px;
    text-align: center;
    display: inline-block
}

    .info-box .info-icon i {
        font-size: 56px
    }

    .info-box .info-icon {
        border-radius: 50px;
        box-shadow: 0 0 30px 5px #eee;
        height: 100px;
        width: 100px;
        text-align: center;
        margin: 20px;
        line-height: 94px
    }

.iq-fancy-box {
    padding: 40px 15px 25px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    height:500px;
}

    .iq-fancy-box .iq-icon {
        border-radius: 90px;
        display: inline-block;
        height: 86px;
        width: 86px;
        line-height: 86px;
        text-align: center;
        color: #004e92;
        background: #f4f4f4;
        -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-fancy-box:hover .iq-icon {
        color: #f4f4f4;
        background: #004e92
    }

    .iq-fancy-box .iq-icon i {
        font-size: 46px
    }

    .iq-fancy-box .fancy-content h5 {
        z-index: 9;
        position: relative
    }

.counter {
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: flex-start
}

    .counter i {
        font-size: 60px;
        line-height: 65px;
        display: inline-block;
        float: left;
        margin-right: 20px
    }

.counter-date {
    flex: 1
}

.counter span {
    display: inline-block;
    width: auto;
    font-size: 40px;
    margin: 0;
    margin-bottom: 5px;
    line-height: 40px
}

.counter label {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    float: left
}

.counter-info {
    border-top: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    width: 100%;
    position: relative
}

.counter-info-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 200px
}

    .counter-info-img img {
        margin-top: -30px;
        margin-bottom: -135px
    }

.counter-info .iq-video {
    background: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 32px;
    color: #004e92;
    float: left;
    border-radius: 100%;
    line-height: 2.6;
    z-index: 9;
    position: relative
}

    .counter-info .iq-video i {
        margin-left: 7px
    }

.counter-info .waves-box {
    position: absolute;
    top: 10.8%;
    left: 20%
}

.counter-info .iq-waves {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -80px;
    top: -80px;
    z-index: 2;
    float: right
}
/*.counter-info .waves-box {
    position: absolute;
    top: 6%;
    left: 27.5%
}

.counter-info .iq-waves {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: 93px;
    top: 33px;
    z-index: 2;
    float: right
}*/


.counter-info .iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255,255,255,.2);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite
}

.counter-info .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.counter-info .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.counter-info .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.iq-loved-customers .owl-carousel .owl-item .item {
    padding: 10px 10px 20px
}

.iq-client {
    position: relative;
    margin-top: 40px;
    padding: 30px;
    text-align: center;
    border: 1px solid #f2f2f2;
    -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-client:before {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 5%;
        width: 90%;
        background: #246bad;
        background: -moz-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
        background: -webkit-gradient(left top,right bottom,color-stop(0%,rgba(36,107,173,1)),color-stop(100%,rgba(0,200,200,1)));
        background: -webkit-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
        background: -o-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
        background: -ms-linear-gradient(-45deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
        background: linear-gradient(135deg,rgba(36,107,173,1) 0%,rgba(0,200,200,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#246bad',endColorstr='#004e92',GradientType=1);
        height: 8px;
        display: inline-block;
        z-index: -1
    }

    .iq-client .client-img {
        width: 80px;
        height: 80px;
        display: inline-block;
        border-radius: 90px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.client-info {
    margin-top: 30px
}

.client-name:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 44px;
    color: #f0f0f0;
    line-height: normal
}

.client-name:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 44px;
    color: #f0f0f0;
    line-height: normal
}

.client-info p {
    line-height: 28px
}

.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: #fff;
        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: #004e92;
            color: #fff
        }

.owl-carousel .owl-controls .owl-dot {
    margin-top: 20px;
    display: inline-block
}

.owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #333;
    display: inline-block;
    border-radius: 30px;
    margin: 0 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #004e92;
    border: 1px solid #004e92
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #004e92;
    border: 1px solid #004e92
}

.owl-carousel.arrow-1 {
    overflow: hidden
}

    .owl-carousel.arrow-1 .owl-nav {
        display: block;
        position: absolute;
        text-indent: inherit;
        top: 50% !important;
        margin-top: -20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        width: 100%;
        cursor: pointer
    }

        .owl-carousel.arrow-1 .owl-nav .owl-prev {
            display: block;
            position: absolute;
            text-indent: inherit;
            left: -44px;
            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.arrow-1 .owl-nav .owl-next {
            display: block;
            position: absolute;
            text-indent: inherit;
            right: -44px;
            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.arrow-1 .owl-nav i {
            font-weight: 400;
            font-size: 24px;
            color: #fff;
            background: rgba(34,34,34,.7);
            padding: 0 12px;
            border-radius: 0;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

            .owl-carousel.arrow-1 .owl-nav i:hover {
                background: #004e92
            }

        .owl-carousel.arrow-1 .owl-nav .owl-prev {
            left: 0;
            display: inline-grid
        }

        .owl-carousel.arrow-1 .owl-nav .owl-next {
            right: 0;
            display: inline-grid
        }

    .owl-carousel.arrow-1 .owl-stage-outer {
        overflow: hidden
    }

.iq-pricing {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ededed;
    background: #fff
}

    .iq-pricing .price-title {
        padding: 35px 20px;
        position: relative
    }

        .iq-pricing .price-title:after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            background: url(../images/drive/09.png) no-repeat center bottom;
            background-size: 100%;
            height: 100%;
            width: 100%
        }

    .iq-pricing.pricing-02 .price-title:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: url(../images/drive/11.html) no-repeat center bottom;
        background-size: 100%;
        height: 100%;
        width: 100%
    }

    .iq-pricing.pricing-03 .price-title:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: url(../images/drive/12.html) no-repeat center bottom;
        background-size: 100%;
        height: 100%;
        width: 100%
    }

    .iq-pricing .price-title h2 {
        font-family: open sans,sans-serif;
        line-height: 60px;
        font-size: 50px;
        position: relative
    }

        .iq-pricing .price-title h2 small {
            font-size: 16px;
            color: #fff;
            vertical-align: super;
            padding: 0 5px
        }

            .iq-pricing .price-title h2 small:first-child {
                font-size: 24px
            }

    .iq-pricing .price-title span {
        letter-spacing: 6px;
        position: relative
    }

    .iq-pricing ul {
        margin: 20px 0 0
    }

        .iq-pricing ul li {
            line-height: 50px
        }

    .iq-pricing .price-footer {
        padding: 30px 0;
        z-index: 9;
        position: relative
    }

.iq-team {
    position: relative;
    overflow: hidden
}

    .iq-team .iq-team-info {
        padding: 10px 0
    }

        .iq-team .iq-team-info span {
            font-family: raleway,sans-serif;
            font-weight: 600
        }

    .iq-team .share {
        background: 0 0;
        position: absolute;
        left: -65px;
        top: 10px;
        width: 40px;
        -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-team:hover .share {
        left: 15px
    }

    .iq-team .share ul li {
        margin: 5px 0
    }

        .iq-team .share ul li a {
            color: #fff;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background: #333;
            color: #fff;
            border-radius: 90px;
            text-align: center;
            display: inline-block
        }

            .iq-team .share ul li a:hover {
                background: #004e92
            }

    .iq-team .iq-team-img {
        position: relative
    }

        .iq-team .iq-team-img img {
            width: 100%
        }

        .iq-team .iq-team-img:before {
            content: "";
            bottom: 0;
            opacity: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            background: transparent;
            background: -moz-linear-gradient(top,rgba(0,200,200,0) 0%,rgba(0,200,200,1) 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,200,200,0)),color-stop(100%,rgba(0,200,200,1)));
            background: -webkit-linear-gradient(top,rgba(0,200,200,0) 0%,rgb(0, 78, 146) 100%);
            background: -o-linear-gradient(top,rgba(0,200,200,0) 0%,rgb(0, 78, 146) 100%);
            background: -ms-linear-gradient(top,rgba(0,200,200,0) 0%,rgb(0, 78, 146) 100%);
            background: linear-gradient(to bottom,rgba(0,200,200,0) 0%,rgb(0, 78, 146) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004e92',endColorstr='#004e92',GradientType=0);
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s
        }

    .iq-team:hover .iq-team-img:before {
        opacity: 1
    }

.iq-services-box .iq-icon i {
    font-size: 60px;
    float: left;
    margin-right: 20px
}

.iq-services-box .services-content {
    display: table-cell
}

.iq-progress-bar-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #004e92;
    position: relative;
    margin-top: 50px
}

    .iq-progress-bar-text span {
        float: right;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
        position: relative;
        bottom: 50px;
        right: 0
    }

        .iq-progress-bar-text span:before {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -7px;
            bottom: -7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0;
            border-color: #fff transparent transparent transparent
        }

.iq-progress-bar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 8px;
    margin: 0;
    position: relative;
    width: 100%
}

    .iq-progress-bar > span {
        background: #333 none repeat scroll 0 0;
        display: block;
        height: 100%;
        width: 0
    }

.iq-asked {
    position: relative
}

.iq-accordion {
    z-index: 9;
    position: relative
}

    .iq-accordion .ad-title {
        position: relative;
        padding: 15px 50px 15px 15px;
        font-size: 16px;
        line-height: normal;
        cursor: pointer;
        background-color: #f5f7fb;
        display: block;
        text-align: left;
        color: #2c3e50;
        text-decoration: none;
        border-radius: 4px
    }

        .iq-accordion .ad-title:before {
            -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.06);
            -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.06);
            box-shadow: 0 5px 15px 0 rgba(0,0,0,.06);
            cursor: pointer;
            content: "\f3d0";
            font-family: ionicons;
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            padding: 14px 20px;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            height: 100%;
            font-weight: 400;
            -webkit-transition: all .25s ease-in-out 0s;
            -moz-transition: all .25s ease-in-out 0s;
            transition: all .25s ease-in-out 0s;
            background: #004e92
        }

    .iq-accordion .ad-active .ad-title:before {
        content: "\f3d8";
        font-family: ionicons
    }

    .iq-accordion .ad-details {
        display: none;
        overflow: hidden;
        text-align: left;
        padding: 15px;
        color: #666;
        line-height: 24px;
        background: #fff;
        border: 1px solid #eee;
        border-top: 0;
        -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-accordion .iq-ad-block {
        margin-bottom: 30px
    }

        .iq-accordion .iq-ad-block:last-child {
            margin-bottom: 0
        }

.iq-objects-asked {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%
}

    .iq-objects-asked .iq-objects-01 {
        position: absolute;
        bottom: 10%;
        left: 0
    }

    .iq-objects-asked .iq-objects-02 {
        position: absolute;
        top: 37%;
        left: 35%
    }

    .iq-objects-asked .iq-objects-03 {
        position: absolute;
        top: 28%;
        left: 13%;
        border: 25px solid #004e92;
        border-radius: 900px;
        height: 350px;
        width: 350px
    }

.iq-blog-box {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.06)
}

    .iq-blog-box .iq-blog-image {
        position: relative
    }

        .iq-blog-box .iq-blog-image img {
            width: 100%
        }

.iq-blog-detail {
    padding: 20px 15px 15px;
    background: #fff
}

    .iq-blog-detail a, .iq-blog-detail .blog-title a h5 {
        color: #333;
        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-blog-detail a:hover, .iq-blog-detail .blog-title a:hover h5 {
            color: #004e92
        }

.iq-blog-meta {
    margin: 15px 0 5px;
    border-top: 1px solid #ececec;
    padding-top: 15px
}

    .iq-blog-meta ul li {
        margin: 0 15px 0 0;
        padding: 0;
        font-size: 16px
    }

        .iq-blog-meta ul li:last-child {
            margin: 0
        }

.iq-bolg-video {
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden
}

    .iq-bolg-video video, .iq-bolg-video embed, .iq-bolg-video iframe, .iq-bolg-video object {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        border: 0
    }

.media-wrapper video {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.players {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.iq-our-clients {
    border-top: 1px solid #ededed
}

    .iq-our-clients .owl-carousel .owl-nav {
        margin-top: -20px
    }

.iq-newsletter .form-group {
    width: 72%
}

.iq-newsletter .form-control {
    border-radius: 4px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: 0
}

.iq-footer-box .iq-icon i {
    font-size: 26px;
    float: left;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    background: #f4f4f4;
    text-align: center;
    line-height: 60px;
    color: #004e92;
    border-radius: 90px
}

.iq-footer-box .footer-content {
    display: table-cell
}

.info-share {
    margin: 30px 0 0;
    padding: 0;
    text-align: left
}

    .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%
        }

            .info-share li a:hover {
                background: #004e92;
                border-color: #004e92;
                color: #fff
            }

.footer-copyright {
    border-top: 1px solid #efefef
}

.footer-info {
    position: relative
}

    .footer-info .map {
        border: 0;
        width: 100%;
        height: 950px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%)
    }

.iq-get-in {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08)
}

.contact-form .section-field {
    position: relative;
    width: 100%;
    float: left
}

    .contact-form .section-field input {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 4px;
        padding-left: 20px;
        height: 48px;
        line-height: 48px;
        clear: both;
        color: #b6b6b6;
        border: 1px solid #e1e1e1
    }

        .contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus {
            border: 1px solid #004e92;
            box-shadow: none;
            outline: 0
        }

    .contact-form .section-field.textarea textarea {
        width: 100%;
        float: left;
        color: #b6b6b6;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        padding: 15px 0 0 20px;
        resize: none
    }

#formmessage {
    display: none
}

#success {
    display: none;
    margin-top: 10px
}

.contact-info {
    position: relative
}

    .contact-info:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        left: 15px;
        top: 0;
        background: #e5e5e5
    }

.info-share {
    margin: 0;
    padding: 0;
    text-align: left
}

    .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%
        }

            .info-share li a:hover {
                background: #004e92;
                border-color: #004e92;
                color: #fff
            }

.iq-footer {
    background: #111
}

    .iq-footer hr {
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    .iq-footer.gray-footer {
        background: #000
    }

    .iq-footer .iq-contact .contact-block {
        color: #fff;
        display: inline-block
    }

        .iq-footer .iq-contact .contact-block .title {
            font-size: 20px
        }

        .iq-footer .iq-contact .contact-block span {
            font-size: 20px
        }

        .iq-footer .iq-contact .contact-block i {
            color: #004e92;
            font-size: 40px;
            line-height: 40px;
            vertical-align: middle;
            margin-right: 15px;
            display: table;
            float: left
        }

        .iq-footer .iq-contact .contact-block .content {
            display: table-cell
        }

    .iq-footer .footer-menu li {
        margin: 0
    }

        .iq-footer .footer-menu li a {
            font-weight: 500;
            background: transparent;
            padding: 8px 0;
            display: block;
            color: #fff
        }

            .iq-footer .footer-menu li a:hover {
                background: rgba(255,255,255,.2);
                color: #004e92;
                padding: 8px 15px
            }

    .iq-footer .iq-post li {
        width: 100%;
        float: left;
        margin-top: 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
        display: inline-block;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .iq-footer .post-blog {
        display: table-cell
    }

        .iq-footer .post-blog a {
            vertical-align: top;
            font-size: 16px;
            color: #fff
        }

            .iq-footer .post-blog a:hover {
                color: #004e92
            }

        .iq-footer .post-blog .iq-date {
            font-size: 13px;
            display: table
        }

        .iq-footer .post-blog i {
            font-size: 14px
        }

    .iq-footer .iq-post li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .iq-footer .post-img {
        display: table;
        float: left;
        margin-right: 15px
    }

        .iq-footer .post-img img {
            vertical-align: top;
            height: 65px;
            width: 65px;
            border-radius: 2px
        }

    .iq-footer ul {
        margin-right: 0
    }

    .iq-footer .input-group-addon {
        padding: 0
    }

    .iq-footer .newsletter-form .input-group .form-control {
        border: 0;
        padding: 15px 10px
    }

    .iq-footer .newsletter-form .input-group-addon {
        border: 0
    }

    .iq-footer .newsletter-form .button {
        padding: 11px 20px;
        border-radius: 0 4px 4px 0
    }

    .iq-footer .iq-copyright, .iq-footer .iq-copyright a {
        color: #fff
    }

        .iq-footer .iq-copyright a:hover {
            color: #004e92
        }

    .iq-footer .footer-bottom {
        background: #000
    }

.iq-breadcrumb {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.iq-breadcrumb-title .title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 46px
}

    .iq-breadcrumb-title .title span {
        font-family: open sans,sans-serif
    }

.iq-breadcrumb .breadcrumb {
    background: #fff;
    padding: 14px 25px;
    border-radius: 90px;
    display: inline-block;
    position: relative;
    bottom: -32px;
    margin-bottom: 0;
    -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)
}

    .iq-breadcrumb .breadcrumb li a {
        color: #2c3e50
    }

        .iq-breadcrumb .breadcrumb li a i {
            padding-right: 5px
        }

        .iq-breadcrumb .breadcrumb li a:hover {
            color: #004e92
        }

    .iq-breadcrumb .breadcrumb li {
        color: #2c3e50;
        font-size: 16px;
        font-weight: 500;
        float: left
    }

        .iq-breadcrumb .breadcrumb li.active {
            color: #004e92
        }

    .iq-breadcrumb .breadcrumb > li + li:before {
        color: #2c3e50
    }

.pagination .page-item.active .page-link {
    background-color: #004e92;
    border-color: #004e92
}

.pagination .page-link {
    color: #004e92
}

    .pagination .page-link:hover {
        color: #333
    }

.iq-page-blog .iq-blog-box {
    box-shadow: none;
    border: 1px solid #ededed
}

.iq-blog-box .iq-get-in {
    margin-top: 0;
    box-shadow: none
}

.iq-post-author {
    position: relative;
    min-height: 130px
}

.iq-post-author-pic {
    float: left
}

.iq-post-author a {
    color: #fff
}

    .iq-post-author a:hover {
        text-decoration: underline;
        color: #fff
    }

.iq-comment-list li {
    margin-top: 25px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0
}

.iq-comment-list .iq-comments-media {
    padding: 15px 15px 30px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start
}

.iq-comment-list li:last-child .iq-comments-media {
    border-bottom: 0;
    padding-bottom: 0
}

.iq-comment-list ul {
    padding-left: 60px
}

.iq-comment-list .iq-comments-photo {
    padding-right: 20px
}

    .iq-comment-list .iq-comments-photo a img {
        width: 80px;
        height: auto
    }

.iq-comment-list .iq-comments-info {
    position: relative;
    flex: 1
}

    .iq-comment-list .iq-comments-info .title {
        margin: 0;
        line-height: 22px
    }

.iq-comment-list .iq-comment-metadata {
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 10px
}

    .iq-comment-list .iq-comment-metadata a {
        color: #333
    }

    .iq-comment-list .iq-comment-metadata i {
        padding-right: 7px;
        color: #004e92
    }

.iq-comment-list .reply {
    position: absolute;
    line-height: 22px;
    margin: 0;
    padding: 2px 16px;
    font-size: 11px;
    right: 0;
    top: 0;
    font-weight: 500
}

.iq-comment-list .iq-comments-media .iq-comments-info .reply {
    color: #fff
}

.iq-comment-list .iq-comments-info p {
    margin-top: 5px;
    margin-bottom: 0
}

.iq-post-sidebar {
    height: 100%
}

.iq-sidebar-widget {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 0
}

    .iq-sidebar-widget:last-child {
        margin-bottom: 0
    }

    .iq-sidebar-widget .iq-widget-title {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 24px
    }

.iq-widget-menu {
    position: relative
}

    .iq-widget-menu ul li a {
        font-size: 14px;
        display: block;
        color: #2c3e50;
        position: relative
    }

    .iq-widget-menu i {
        padding-top: 4px;
        position: absolute;
        right: 18px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    .iq-widget-menu ul li a span {
        padding: 5px 10px 5px 0;
        display: block;
        font-size: 14px
    }

        .iq-widget-menu ul li a span:hover {
            text-decoration: none;
            color: #004e92
        }

    .iq-widget-menu ul li.active {
        border-bottom: 0
    }

    .iq-widget-menu ul li.hover a {
        color: #004e92
    }

        .iq-widget-menu ul li.hover a span {
            background: 0 0;
            color: #004e92
        }

    .iq-widget-menu ul ul li a span {
        color: #333
    }

        .iq-widget-menu ul ul li a span:hover {
            color: #004e92
        }

    .iq-widget-menu ul ul {
        display: none;
        padding-left: 20px
    }

        .iq-widget-menu ul ul a {
            display: block;
            color: #333;
            font-size: 14px
        }

            .iq-widget-menu ul ul a:hover {
                color: #004e92
            }

    .iq-widget-menu ul li.active i {
        transform: rotate(90deg)
    }

.iq-sidebar-widget .iq-widget-search {
    position: relative
}

    .iq-sidebar-widget .iq-widget-search input {
        padding-right: 40px;
        box-shadow: none;
        border-radius: 90px;
        color: #2c3e50;
        height: 50px;
        border: 2px solid #f2f2f2;
        background: #fff;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

        .iq-sidebar-widget .iq-widget-search input:focus {
            background: #fff
        }

    .iq-sidebar-widget .iq-widget-search i {
        position: absolute;
        right: 8px;
        color: #004e92;
        cursor: pointer;
        padding: 16px 12px;
        font-size: 18px
    }

    .iq-sidebar-widget .iq-widget-search input:focus {
        border-color: #004e92
    }

.iq-sidebar-widget .iq-recent-post {
    margin-top: 20px
}

    .iq-sidebar-widget .iq-recent-post .media-body > a {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #2c3e50
    }

        .iq-sidebar-widget .iq-recent-post .media-body > a:hover {
            color: #004e92
        }

    .iq-sidebar-widget .iq-recent-post .media-body span {
        color: #666
    }

        .iq-sidebar-widget .iq-recent-post .media-body span .fa {
            color: #333;
            margin-right: 5px
        }

.iq-tags li {
    padding-left: 2px;
    display: inline-block;
    padding-right: 2px;
    margin: 0 0 15px
}

    .iq-tags li a {
        background: 0 0;
        color: #666;
        padding: 4px 8px;
        border: 1px solid #666;
        border-radius: 90px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

        .iq-tags li a:hover {
            border-color: #004e92;
            background: 0 0;
            color: #004e92
        }

.iq-widget-archives li {
    margin: 10px 0
}

    .iq-widget-archives li a {
        color: #666
    }

        .iq-widget-archives li a i {
            font-size: 16px;
            margin-right: 5px
        }

        .iq-widget-archives li a:hover {
            margin-left: 5px;
            color: #004e92
        }

.iq-error .big-text {
    font-size: 180px;
    font-family: open sans,sans-serif;
    line-height: 180px;
    color: #333
}

.iq-error h6 {
    background-color: #004e92;
    color: #fff;
    display: inline-block
}

.iq-error .form-inline.iq-subscribe {
    text-align: center;
    display: inline-block;
    width: 100%
}

.iq-error .iq-subscribe .form-group {
    width: 40%;
    display: inline-block
}

.iq-error .iq-subscribe .form-control {
    border-radius: 90px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: 0;
    background: #f4f4f4
}

.iq-coming .big-text {
    font-size: 80px;
    font-family: open sans,sans-serif;
    text-transform: uppercase;
    color: #333
}

.iq-coming img {
    width: 140px
}

.iq-coming .form-inline.iq-subscribe {
    text-align: center;
    display: inline-block;
    width: 100%
}

.iq-coming .iq-subscribe .form-group {
    width: 40%;
    display: inline-block
}

.iq-coming .iq-subscribe .form-control {
    border-radius: 90px;
    height: 50px;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    box-shadow: none;
    border: 0;
    background: #f4f4f4
}

.iq-coming .countdown-timer {
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 300px;
    margin: 50px auto
}

    .iq-coming .countdown-timer h5 {
        font-size: 14px;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 10px;
        text-shadow: none
    }

    .iq-coming .countdown-timer .timer {
        padding: 10px;
        text-align: center;
        padding-top: 15px
    }

        .iq-coming .countdown-timer .timer .timer-wrapper {
            display: inline-block;
            width: 200px;
            height: 50px
        }

            .iq-coming .countdown-timer .timer .timer-wrapper .time {
                font-size: 80px;
                font-weight: 700;
                color: #333;
                margin: 0 50px;
                float: left
            }

            .iq-coming .countdown-timer .timer .timer-wrapper .text {
                font-size: 20px
            }

#countdown {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: block;
    text-align: center;
    display: inline-block
}

    #countdown li {
        display: inline-block
    }

        #countdown li span {
            font-size: 50px;
            font-weight: 800;
            line-height: 80px;
            margin: 0 30px
        }

        #countdown li.seperator {
            font-size: 50px;
            line-height: 40px;
            vertical-align: top;
            margin-top: 15px
        }

        #countdown li p {
            color: #a7abb1;
            font-size: 20px
        }

.jarallax {
    position: relative;
    z-index: 0
}

    .jarallax > .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit:cover; ';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

.terms-of-service .btn.btn-link {
    color: #004e92;
    text-decoration: none;
    font-weight: 700
}

    .terms-of-service .btn.btn-link.collapsed {
        color: #333
    }
