/*

Template: iq-iq-iq-ad-block - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/*================================================
[  Table of contents  ]
================================================
::General
::Back to Top
::Loader
::Buttons
::Div Shadow
::Page Section Margin Padding 
::Text Weight 
::Text color
::Font size
::Background color
::BG Effects
::Background Gradient
::Section Title
::Header
::Banner
::How it Works
::Who is iq-iq-iq-ad-block?
::Software features
::Great screenshots
::Special features
::iq-iq-iq-ad-block specialities
::counter
::Loved By Our Customers
::Affordable Price
::Meet the team
::Compare services
::Frequently asked questions
::Latest Blog Post
::Our clients
::Subscribe Our Newsletter
::Get in touch
::Footer Info
::Breadcrumb inner page
::Blog Page
::Blog - sidebar
::404 Error
::Coming soon
======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
                               General
-----------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

a, .button {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: #333333;
}

    a:focus {
        text-decoration: none !important;
    }

    a:focus, a:hover {
        color: #029fd9;
        text-decoration: none !important;
    }

a, .button, input {
    outline: medium none !important;
    color: #029fd9;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
}

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: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #aaaaaa;
}

.label {
    color: #fff !important;
    font-size: 9px !important;
}

blockquote {
    border-left: 5px solid #029fd9;
    font-size: 16px;
}

*::-moz-selection {
    background: #029fd9;
    color: #757575;
    text-shadow: none;
}

::-moz-selection {
    background: #029fd9;
    color: #757575;
    text-shadow: none;
}

::selection {
    background: #029fd9;
    color: #757575;
    text-shadow: none;
}

.valign, .valign > [class*='col-'] {
    display: table-cell;
    float: none;
}

[data-valign-overlay="top"] {
    vertical-align: top;
}

[data-valign-overlay="bottom"] {
    vertical-align: bottom;
}

[data-valign-overlay="middle"] {
    vertical-align: middle;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.no-padding {
    padding: 0px !important;
}

.no-border {
    border: none !important;
}

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    background: #333333;
    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: #029fd9;
        color: #fff;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading {
    background-color: #eee;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    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: #029fd9;
    border: 5px solid white;
}

.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);
    }
}


/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/
.button {
    color: #fff;
    padding: 12px 36px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    position: relative;
    background: #029fd9;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .button:hover, .button:focus {
        color: #ffffff;
        background: #333333;
    }

    /* Buttons white */
    .button.bt-white {
        color: #fff;
        background: #42d819;
    }

        .button.bt-white:hover, .button.bt-white:focus {
            color: #42d819;
            background: #fff;
        }

    /* Buttons white 2 */
    .button.bt-black {
        color: #333;
        background: #fff;
    }

        .button.bt-black:hover, .button.bt-black:focus {
            color: #ffffff;
            background: #333;
        }
/*----------------------------------------------------------------------
                                Div Shadow
-----------------------------------------------------------------------*/
.iq-box-shadow {
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/

/*----------------
Section padding 
----------------*/
.overview-block-ptb {
    padding: 100px 0;
}

.overview-block-pt {
    padding: 100px 0 0;
}

.overview-block-pb {
    padding: 0 0 100px;
}

/*----------------
Padding All 
----------------*/
.iq-pall {
    padding: 0px;
}

.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;
}

/*----------------
Padding Top and Bottom 
----------------*/
.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;
}

/*----------------
Padding Left and right 
----------------*/
.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;
}

/*----------------
Padding top 
----------------*/
.iq-pt-0 {
    padding-top: 0px;
}

.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;
}

/*----------------
Padding Bottom 
----------------*/
.iq-pb-0 {
    padding-bottom: 0px;
}

.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;
}

/*----------------
Padding Left 
----------------*/
.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;
}

/*----------------
Padding Right 
----------------*/
.iq-pr-0 {
    padding-right: 0px;
}

.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;
}

/*----------------
Margin All 
----------------*/
.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;
}

/*----------------
Margin Top and Bottom 
----------------*/
.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;
}

/*----------------
Margin Left and Right 
----------------*/
.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;
}

/*----------------
Margin Top 
----------------*/
.iq-mt-0 {
    margin-top: 0px;
}

.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;
}

/*----------------
Margin Bottom 
----------------*/
.iq-mb-0 {
    margin-bottom: 0px;
}

.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;
}

/*----------------
Margin Left 
----------------*/
.iq-ml-0 {
    margin-left: 0px;
}

.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;
}

/*----------------
Margin Right
----------------*/
.iq-mr-0 {
    margin-right: 0px;
}

.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;
}

/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.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;
}

/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.iq-font-blue {
    color: #029fd9;
}

.iq-font-white {
    color: #ffffff;
}

.iq-font-black {
    color: #333333;
}

.iq-font-light {
    color: #666666;
}

/*---------------------------------------------------------------------
                            Font Size 
-----------------------------------------------------------------------*/
.iq-font-15 {
    font-size: 15px;
}

.iq-font-30 {
    font-size: 30px;
}

/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg {
    background: #ffffff;
}

.grey-bg {
    background: #f5f7fb;
}

.blue-bg {
    background: #029fd9;
}


#bg {
    position: relative;
    height: 600px;
    background-image: url('../images/banner/pfaeffikon.png');
    background-position: center center;
}

    #bg img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-bg {
    background-repeat: no-repeat;
    background-position-x: -50%;
    background-position-y: -50%;
}

.iq-bg-fixed {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed !important;
}

/*---------------------------------------------------------------------
                       Background Gradient 
---------------------------------------------------------------------*/
.iq-over-blue-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(216, 43, 19, 0.8);
}

.iq-over-blue-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(216, 43, 19, 0.9);
}

.iq-over-white-80:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+64,ffffff+70,7db9e8+100&1+70,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 44%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 44%,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.iq-over-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.9);
}

[class*='iq-over-']:before {
    z-index: 0;
}

/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 80px;
    text-align: center;
}

    .heading-title .title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

        .heading-title .title:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -40px;
            width: 80px;
            height: 2px;
            background: #029fd9;
        }

    .heading-title p {
        padding: 0 80px;
        display: block;
        margin-bottom: 50px;
    }

    /* Section title white */
    .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
-----------------------------------------------------------------------*/
header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    overflow: auto;
}

    header .navbar-header .navbar-brand img {
        height: 45px;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    header .navbar-default {
        background: #fff;
        border: none;
        border-radius: 0px;
        min-height: inherit;
        margin: 0;
        padding: 20px 0;
    }

        header .navbar-default .navbar-brand {
            height: inherit;
            padding: 0;
            cursor: default;
        }

    header .navbar-nav {
        margin-top: 0;
        transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

        header .navbar-nav > li {
            margin: 0 30px 0 0;
        }

            header .navbar-nav > li:last-child {
                margin-right: 0;
            }

    header .navbar-default .navbar-nav > li > a {
        color: #333333;
        padding: 10px 0;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
    }

        header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li.active > a, header .navbar-default .navbar-nav > li.active > a:focus, header .navbar-default .navbar-nav > li.active > a:hover {
            color: #029fd9;
            background: none;
            box-shadow: none;
        }

    header .nav > li a::before {
        background: #029fd9;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 0;
        transition: all 0.3s ease-out 0s;
    }

    header .nav > li.active > a::before, header .nav > li:hover > a::before, header .nav > li > a:hover::before {
        width: 100%;
    }

    header .button {
        margin-top: 0;
        margin-left: 60px;
    }

    /* Header sticky */
    header .menu-sticky {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }

        header .menu-sticky .navbar-header .navbar-brand img {
            height: 40px;
        }

        header .menu-sticky.navbar-default {
            padding: 13px 0;
        }

        header .menu-sticky .navbar-nav {
            margin-top: -3px;
        }

        header .menu-sticky .button {
            margin-top: 0px;
        }

/*---------------------------------------------------------------------
                            Banner
-----------------------------------------------------------------------*/
.iq-banner {
    position: relative;
    overflow: hidden;
}

    .iq-banner:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        height: 100%;
        width: 100%;
    }

    .iq-banner .banner-text {
        z-index: 9;
        position: relative;
        margin-top: 13%;
        margin-bottom: 16%;
    }

        .iq-banner .banner-text h1 {
            font-size: 55px;
            line-height: normal;
        }

    .iq-banner .banner-img {
        width: 110%;
    }

.iq-banner-video {
    position: relative;
}

.iq-banner .iq-video {
    background: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 29px;
    color: #029fd9;
    float: left;
    border-radius: 100%;
    line-height: 2.1;
    z-index: 9;
    position: absolute;
    left: 43%;
    top: 34%;
    margin-top: -30px;
    margin-left: -30px;
}

    .iq-banner .iq-video i {
        margin-left: 5px;
    }

.iq-banner .iq-waves {
    position: absolute;
    width: 384px;
    width: 14rem;
    height: 384px;
    height: 14rem;
    left: 29.44%;
    bottom: 51.44%;
    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, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.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(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.banner-objects {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

    .banner-objects .banner-objects-01 {
        position: absolute;
        left: 14%;
        opacity: 0.4;
    }

    .banner-objects .banner-objects-02 {
        position: absolute;
        margin-bottom: -125px;
        left: -5%;
        border: 15px solid rgba(255, 255, 255, 0.1);
        border-radius: 900px;
        height: 250px;
        width: 250px;
    }

    .banner-objects .banner-objects-03 {
        position: absolute;
        top: 19%;
        right: 36%;
        border: 20px solid rgba(255, 255, 255, 0.1);
        border-radius: 900px;
        height: 250px;
        width: 250px;
    }

    .banner-objects .banner-objects-04 {
        position: absolute;
        top: 25%;
        right: -3%;
        opacity: 0.4;
    }

#iq-home a.bt-white {
    margin-left: 15px;
}

/*---------------------------------------------------------------------
                     About-sections      
-----------------------------------------------------------------------*/
.iq-img-box img {
    margin-top: -35px;
    margin-left: -10px;
}

.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: 0%;
        border: 40px solid #029fd9;
        border-radius: 900px;
        height: 430px;
        width: 430px;
    }

/*---------------------------------------------------------------------
                            Software Features
-----------------------------------------------------------------------*/
.software {
    position: relative;
}

.iq-software-img {
    width: 130%;
    margin-left: -150px;
}

.iq-sofofc-img {
    width: 66%;
    margin-left: 200px;
}

/*---------------------------------------------------------------------
                          Loved By Our Customers
-----------------------------------------------------------------------*/
.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: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.06);
}

    .iq-client:before {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 5%;
        width: 90%;
        background: #4ac4f3;
        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 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, left 0.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 0.3s ease 0s, right 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    }

    .owl-carousel .owl-nav i {
        font-size: 24px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        line-height: 42px;
        padding-left: 0px;
        display: inline-block;
        color: #fff;
        background: #e7e7e7;
        font-weight: normal;
        text-align: center;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .owl-carousel .owl-nav i:hover {
            background: #4ac4f3;
            color: #fff;
        }

/*---------------------------------------------------------------------
                        Frequently Asked Questions
-----------------------------------------------------------------------*/
.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: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
            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: normal;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            transition: all 0.25s ease-in-out 0s;
            background: #029fd9;
        }

    .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 15px;
        color: #666666;
        line-height: 24px;
        border: 1px solid #eeeeee;
        border-top: none;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
    }

    .iq-accordion .iq-iq-ad-block {
        margin-bottom: 30px;
    }

        .iq-accordion .iq-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 #029fd9;
        border-radius: 900px;
        height: 350px;
        width: 350px;
    }

/*---------------------------------------------------------------------
                              Get in Touch
-----------------------------------------------------------------------*/
.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: #029fd9;
    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: 0px 5px;
    }

        .info-share li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: #666;
            background: transparent;
            border: 1px solid #666;
            text-align: center;
            border-radius: 50%;
        }

            .info-share li a:hover {
                background: #029fd9;
                border-color: #029fd9;
                color: #fff;
            }

.footer-copyright {
    border-top: 1px solid #efefef;
}


/*---------------------------------------------------------------------
                            Footer Info
-----------------------------------------------------------------------*/
.footer-info {
    position: relative;
}

    .footer-info iframe {
        border: 0px;
        width: 100%;
        height: 550px;
        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 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.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: #3c3b3b;
        border: 1px solid #e1e1e1;
    }

.label-active-text {
    color: #757575;
}

.control-label {
    color: #3c3b3b;
}

.contact-form .section-field select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #757575;
    border: 1px solid #e1e1e1;
}

.contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus {
    border: 1px solid #029fd9;
    box-shadow: none;
    outline: none;
}

.contact-form .section-field textarea {
    position: relative;
    width: 100%;
    /*margin-bottom: 20px;*/
    padding-top: 10px;
    border-radius: 4px;
    padding-left: 20px;
    height: 48px;
    line-height: 24px;
    clear: both;
    color: #b6b6b6;
    border: 1px solid #e1e1e1;
    resize: vertical;
}

.contact-form .section-field .file-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 {
    padding-top: 20px;
}

#formmessage {
    display: none;
}

.contact-info {
    position: relative;
}

    .contact-info:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        left: 15px;
        top: 0;
        background: #e5e5e5;
    }

.info-share {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
}

    .info-share li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0px 5px;
    }

        .info-share li a {
            display: block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 16px;
            color: #666;
            background: transparent;
            border: 1px solid #666;
            text-align: center;
            border-radius: 50%;
        }

            .info-share li a:hover {
                background: #029fd9;
                border-color: #029fd9;
                color: #fff;
            }

.section-field > .form-group {
    margin-bottom: 20px;
}

label.disabled-text {
    cursor: not-allowed;
    color: #aaaaaa;
}


input[type="text"], textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
}

    input[type="text"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    textarea { /* Firefox 19+ */
        color: #666;
        -ms-opacity: 1;
        opacity: 1;
    }

        textarea:placeholder-shown {
            color: #666;
            -ms-opacity: 1;
            opacity: 1;
        }

    input[type="text"]:-ms-input-placeholder, textarea { /* IE 10+ */
        color: #666;
    }

    input[type="text"]:-moz-placeholder, textarea { /* Firefox 18- */
        color: #666;
    }


.col-available-1 {
    width: 100% !important;
    padding: 0;
}

@media(max-width: 992px) {
    .col-available-1 {
        width: 100% !important;
        padding: 0;
    }
}

.modal-header {
    padding: 0 0 10px 0 !important;
    margin: 0 15px 0 15px;
}

#bg {
    height: 400px;
}

.inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#inputVisible {
    position: relative;
    width: 100%;
    /*margin-bottom: 20px;*/
    border-radius: 4px;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    clear: both;
    color: #757575;
    border: 1px solid #e1e1e1;
}

    #inputVisible::selection {
        background: #029fd9;
        color: #757575;
        text-shadow: none;
    }

.required:before {
    content: "*";
    padding-right: 3px;
}

label.required:after {
    content: '*';
    padding-left: 3px;
}

.mt-20 {
    margin-top: 20px;
}

.select2-selection--single {
    height: 47.99px;
    padding: 13px 0 13px 0;
}


.pq-grid, .pq-grid-center, div.pq-grid-cont, .pq-grid-cont-inner {
    overflow: visible !important;
}