:root {
    --mainColor: #008cff;
}

header .main-header {
    padding: 30px 150px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

.navbar {
    padding: 0
}

header .mega-menu * {
    font-family: nunito, sans-serif;
    text-transform: capitalize
}

header .mega-menu .badge.badge-danger {
    color: #fff
}

header .mega-menu .menu-logo>li>a img {
    width: auto;
    position: relative;
    top: -5px;
    left: 0;
    bottom: 0;
    height: 100px;
    margin-top: 6px
}

header .mega-menu.desktopTopFixed .menu-logo>li>a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100px;
    border-radius: 50%;
}

header .mega-menu.desktopTopFixed .menu-logo>li>a img {
    height: 90px;
    margin-top: 8px
}

.menu-sidebar {
    line-height: 10px;
    float: right
}

header .mega-menu .drop-down-multilevel {
    top: 70px
}

header .mega-menu.desktopTopFixed .drop-down-multilevel {
    top: 65px
}

header .mega-menu .drop-down-multilevel ul,
header .mega-menu.desktopTopFixed .drop-down-multilevel ul {
    top: 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    float: left;
    width: 100%;
    z-index: 999
}

header .container-fluid {
    padding: 0 150px
}

header .mega-menu>.menu-list-items {
    background: 0 0;
    padding-top: 25px
}

header .mega-menu .menu-links>li {
    line-height: normal
}

header .mega-menu.desktopTopFixed .menu-list-items,
header .mega-menu.mobileTopFixed .menu-list-items {
    background: #fff;
    padding: 15px 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)
}

header .mega-menu .menu-logo>li>a {
    padding: 0;
    font-family: nunito, sans-serif
}

header .mega-menu .menu-search-bar input:focus {
    background: #fff;
    color: #868894;
    max-width: 220px;
    border: 1px solid #9680dd
}

header.header-one .menu-contact a {
    color: var(--mainColor);
    min-height: auto;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

header .mega-menu .drop-down-multilevel a {
    padding: 10px 15px
}

header.header-one .mega-menu.desktopTopFixed .menu-contact {
    color: #000
}

header .mega-menu .menu-links>li:hover,
.mega-menu .menu-logo>li>a:hover {
    background: 0 0
}

header .mega-menu .menu-links>li>a {
    font-size: 16px;
    padding: 0 10px;
    color: #555;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative
}

header .mega-menu .menu-links .subtitle {
    font-size: 12px;
    background: #ee050a;
    font-weight: 300;
    color: #fff;
    padding: 0 7px;
    position: absolute;
    top: -5px;
    left: 20px;
    border-radius: 4px;
    line-height: 18px;
    text-transform: none
}

header .mega-menu .menu-links .subtitle::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ee050a;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px
}

header .mega-menu .drop-down-multilevel a {
    font-size: 16px;
    min-height: auto;
    letter-spacing: normal
}

header .mega-menu .menu-links>li>a:hover,
header .mega-menu .menu-links>li>a.active {
    color: #333;
}

header .mega-menu .menu-links>li>a.active::before,
header .mega-menu .menu-links>li>a:hover:before {
    content: ". . .";
    position: absolute;
    bottom: -12px;
    color: #333;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 15px;
    font-weight: 800
}

header .mega-menu .menu-search-bar li {
    width: auto;
    margin-left: 30px;
    position: relative
}

header .mega-menu .menu-search-bar input {
    box-shadow: none
}

header .mega-menu .drop-down-multilevel i.fas {
    float: right;
    line-height: normal;
    padding-right: 0;
    padding-top: 3px
}

.menu-contact a {
    color: #fff
}

header .mega-menu.desktopTopFixed .menu-contact a,
header .mega-menu.mobileTopFixed .menu-contact a {
    color: var(--mainColor)
}

header .mega-menu .menu-links {
    padding-left: 100px
}

header .mega-menu .drop-down-multilevel {
    max-width: 230px
}

header .mega-menu .menu-search-bar input {
    margin: 0;
    height: 48px;
    position: absolute;
    right: 32px;
    width: 230px;
    z-index: 2;
    border: 0;
    padding: 0
}

header .mega-menu .menu-search-bar li:hover i.fas.fa-search {
    background: var(--mainColor)
}

li.menu-contact {
    position: relative
}

li.menu-contact::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    background: #9680dd;
    width: 1px;
    height: 30px;
    top: 10px
}

header .mega-menu .menu-search-bar i.fas.fa-search {
    cursor: pointer;
    background: var(--mainColor);
    border-radius: 90px;
    right: 30px;
    height: 48px;
    width: 48px;
    line-height: 48px
}

header .mega-menu .menu-search-bar i.fas.fa-search:hover {
    background: var(--mainColor)
}

header .mega-menu .drop-down-multilevel li:hover,
header .mega-menu .drop-down-multilevel li.active {
    background: var(--mainColor)
}

header .mega-menu .drop-down-multilevel li:hover>a,
header .mega-menu .drop-down-multilevel li.active>a {
    color: #fff
}

header .mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: var(--mainColor)
}

header .mega-menu .drop-down-multilevel {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15)
}

header.header-three .mega-menu .menu-links>li>a {
    color: #333
}

header.header-three .mega-menu .menu-links>li>a:hover,
header.header-three .mega-menu .menu-links>li>a.active {
    color: var(--mainColor)
}

header.header-three .mega-menu .menu-links>li>a.active::before,
header .mega-menu .menu-links>li>a:hover::before {
    display: none
}

header.header-three .menu-contact {
    color: var(--mainColor)
}

header.header-one .menu-contact a:hover {
    color: var(--mainColor);
}

#menu-1 .menu-sidebar a {
    background: var(--mainColor);
    color: #fff
}

#menu-1 .menu-sidebar a:hover {
    background: var(--mainColor)
}

#menu-1 .iq-language {
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #e6e6e6
}

#menu-1 .menu-sidebar li {
    display: inline-block;
    padding: 0 0 0 20px
}

header.header-three .mega-menu.desktopTopFixed .menu-list-items {
    background: #fff
}

.header-top-bar {
    padding: 10px 0;
    border-bottom: 1px solid #9680dd
}

header .header-top-bar ul li {
    display: inline-block;
    margin: 0 8px
}

header.header-two {
    background: var(--mainColor)
}

header.header-two .mega-menu .menu-search-bar i.fas.fa-search {
    right: 0
}

header.header-two .mega-menu .menu-search-bar input {
    right: 5px
}

header.header-two .mega-menu>section.menu-list-items {
    padding-top: 20px;
    padding-bottom: 20px
}

.header-top-bar li a {
    color: #fff
}

.header-top-bar li a:hover {
    color: var(--mainColor)
}

header.header-two .mega-menu .menu-search-bar i.fa.fa-search {
    right: 0
}

header.header-two .mega-menu .menu-links {
    padding-left: 150px
}

header.header-two .mega-menu .menu-links>li>a {
    color: #fff
}

header.header-two .mega-menu .menu-links>li>a:hover,
header.header-two .mega-menu .menu-links>li>a.active {
    color: var(--mainColor)
}

header.header-two .mega-menu.desktopTopFixed .menu-list-items,
header.header-two .mega-menu.mobileTopFixed .menu-list-items {
    background: var(--mainColor);
    padding: 15px 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)
}

header.header-three .menu-contact {
    float: left
}

header.header-three .menu-contact a {
    color: var(--mainColor);
    line-height: 50px
}

header.header-three .menu-contact li {
    position: relative
}

header.header-three .menu-contact li::before {
    content: "";
    position: absolute;
    left: 0;
    background: #e3e3e3;
    width: 1px;
    height: 30px;
    top: 10px
}

header.header-three .menu-contact a:hover {
    color: var(--mainColor)
}

header.header-three .mega-menu .menu-links {
    padding-left: 100px
}

.header-navbar .navbar {
    padding: 0 50px 0 0
}

.header-navbar .navbar .navbar-nav .nav-link {
    color: var(--mainColor);
    padding: 15px 25px
}

.header-navbar .navbar .navbar-nav .nav-link:hover {
    color: var(--mainColor)
}

header.header-two .mega-menu.desktopTopFixed .hamburger {
    top: 30px;
    right: 150px;
    position: fixed
}

header.header-two .mega-menu.desktopTopFixed #masthead.is-active {
    position: fixed;
    width: 100%;
    margin-top: 27px
}

.iq-banner {
    float: left;
    width: 100%;
    position: relative
}

.entry-content .rev_slider a,
.rev_slider a {
    color: #FFF;
}

.tp-parallax-wrap .tp-caption.rev-btn.button a {
    direction: rtl;
}

.iq-slolution-details {
    display: block;
    width: 210px;
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -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-slolution-details:hover {
    top: -10px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1)
}

.iq-slolution-details .icon {
    background: var(--mainColor);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 9px 30px 0 rgba(124, 96, 213, .4)
}

.iq-slolution-details .icon i {
    font-size: 40px;
    color: #fff
}

.iq-slolution-left {
    margin: 100px 7% 100px 0;
    float: left
}

.iq-slolution-right {
    float: left
}

.choose-one {
    position: absolute;
    bottom: -350px;
    right: 0;
    z-index: 1
}

.iq-choose-info .iqwork-one {
    bottom: 50px
}

.iq-choose-info .iqwork-left {
    position: absolute;
    bottom: -360px;
    left: 0;
    z-index: 1
}

.iq-choose-info .iqwork-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.iq-choose-info p {
    z-index: 2;
    position: relative
}

.iq-choose-info .fancybox {
    z-index: 2;
    position: relative
}

.choose-left {
    position: absolute;
    left: 0;
    bottom: 0
}

.success-images {
    z-index: 1;
    position: relative
}

.success-images img {
    padding-right: 40px
}

.iq-address h4 i {
    color: var(--mainColor);
    width: 30px;
    text-align: center
}

.iq-choose-info .card .title h6 {
    font-size: 18px
}

.iq-choose-info .card .collapse {
    border-top: 1px solid transparent
}

.iq-choose-info .card .collapse.show {
    border-top: 1px solid var(--mainColor)
}

.iq-choose-info .iq-ad-title {
    cursor: pointer;
    position: relative
}

.iq-choose-info .card {
    border: none
}

.iq-choose-info .card .card-header {
    background: 0 0;
    padding: 0;
    margin-bottom: 10px;
    border: none
}

.iq-choose-info .card .card-body {
    padding: 20px 0
}

.iq-choose-info .user-info img {
    width: 80px
}

.iq-banner .left-img {
    position: absolute;
    left: 0;
    top: -15%;
    z-index: -1;
    opacity: .6
}

.iq-banner .right-img {
    position: absolute;
    right: 0;
    top: 15%;
    z-index: -1
}

.iq-banner.banner-three {
    overflow: initial
}

.iq-banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

/* .iq-breadcrumb {
    position: relative;
    padding: 6% 0 3%
} */

.iq-breadcrumb-info {
    z-index: 9;
    position: relative
}

.iq-breadcrumb-info .row > div:first-child {
    padding-right: 70px;
}

.iq-breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0
}

.iq-breadcrumb .breadcrumb-one {
    position: absolute;
    bottom: 0;
    left: 0
}

.iq-breadcrumb .breadcrumb-two {
    position: absolute;
    top: 0;
    right: 0
}

.iq-breadcrumb nav ol {
    background: 0 0;
    margin: 0;
    padding-left: 0
}

.iq-breadcrumb .breadcrumb-item a {
    font-weight: 500;
    color: #868894
}

.iq-breadcrumb .breadcrumb-item a:hover {
    color: var(--mainColor)
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item {
    margin-left: 5px
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: var(--mainColor);
    height: 6px;
    margin-top: -8px;
    padding: 0;
    width: 6px;
    display: inline-block;
    border-radius: 90px;
    margin-right: 10px
}

.iq-breadcrumb .breadcrumb-item.active {
    color: var(--mainColor)
}

.iq-breadcrumb .breadcrumb-item:last-child:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 80px;
    background: var(--mainColor);
    margin-left: 10px
}

.iq-works .iq-way {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 92%;
    height: 227px;
    z-index: 0
}

.iq-workinfo {
    z-index: 9;
    position: relative
}

.iq-work {
    margin-top: 120px;
    transform: scale(1);
    z-index: 1;
    background: #fff;
    position: relative
}

.work-content {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    margin: 0 15px
}

.iq-work-detail {
    padding: 30px 20px
}

.iq-work-detail img {
    width: 70%
}

.iq-work .readmore {
    display: block;
    padding: 15px 30px;
    border-top: 1px solid #ebebeb;
    color: #868894
}

.iq-work .readmore i {
    line-height: 32px
}

.iq-work .readmore:hover {
    color: var(--mainColor)
}

.iq-work-id {
    font-size: 20px;
    line-height: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -120px;
    height: 50px;
    width: 50px;
    border-radius: 90px;
    background: #fff;
    color: var(--mainColor);
    z-index: 9
}

.iq-work:hover .iq-work-id {
    background: var(--mainColor);
    color: #fff
}

.iq-works .iq-way-top {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: 75px;
    z-index: 0
}

.way-one {
    left: 17%;
    position: absolute
}

.way-two {
    left: 51%;
    position: absolute
}

.work-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.iq-workinfo .service-shap {
    border: 10px solid var(--mainColor);
    background: #fff;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    margin: 0 auto
}

.iq-work:after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    top: -95px;
    right: 0;
    background-image: linear-gradient(to right, silver 50%, transparent 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: iq-work-before;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.iq-work:before {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    top: -95px;
    left: 0;
    background-image: linear-gradient(to right, silver 50%, transparent 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: iq-work-before;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.iq-work.first-line:before {
    content: none
}

.iq-work.last-line:after {
    content: none
}



.iq-portfolio a img {
    height: 350px;
    object-fit: fill;
}
.iq-portfolio:hover a img {
    filter: blur(3px);
}

.btn_popup {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    color: #FFF;
    font-size: 1.8rem;
    transform: scale(0);
    transition: .5s;
}

.iq-portfolio:hover .btn_popup {
    transform: scale(1.1);
}


@keyframes iq-work-before {
    0% {
        background-position: 0% bottom
    }

    100% {
        background-position: 100% bottom
    }
}

.iq-videos img {
    overflow: hidden;
    border-radius: 10px
}

.iq-video:before {
    position: absolute;
    content: "";
    background: url(../images/video/4.png) no-repeat 0 0;
    background-size: 100%;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block
}

.video-play {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #fff;
    color: var(--mainColor);
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 90%
}

.video-play i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 80px
}

.video-play:hover {
    background-color: var(--mainColor);
    color: #fff
}

.video-people {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0
}

.video-people .one {
    position: absolute;
    bottom: -80px;
    left: 30px
}

.video-people .two {
    position: absolute;
    bottom: -80px;
    right: 30px
}

.iq-videos:before {
    content: "";
    height: 500px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    background: url(../images/others/video-bottom.jpg)no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block
}

.video-image {
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.video-people .left-one {
    position: absolute;
    top: 25px;
    left: -85px;
    z-index: 1
}

.video-people .left-two {
    position: absolute;
    bottom: 40px;
    left: -85px;
    z-index: 1
}

.video-people .right-one {
    position: absolute;
    top: 18px;
    right: -95px;
    z-index: 1
}

.video-people .right-two {
    position: absolute;
    bottom: 35px;
    right: -93px;
    z-index: 1
}

.waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.iq-waves {
    position: relative;
    width: 14rem;
    height: 14rem;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    float: right
}

.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-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(.2, .2);
        transform: scale(.2, .2);
        opacity: 0;
        -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)"
    }
}

a.canvasjs-chart-credit {
    display: none
}

#chartContainer {
    width: 100%;
    height: 300px
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 2;
    position: relative
}

.legend li {
    width: 50%;
    height: 1.25em;
    padding: 0 15px 0 0;
    float: left;
    margin-bottom: .7em
}

.legend em {
    font-style: normal
}

.legend span {
    float: right
}

.services {
    background: #fff;
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1)
}

.services-info {
    padding: 30px;
    border-bottom: 1px solid #f2f2f2
}

.services a {
    padding: 15px 30px;
    display: block;
    line-height: 18px;
    color: var(--mainColor);
    font-weight: 400
}

.services a span {
    font-weight: 800
}

.services .service-shap {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    position: relative;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    overflow: hidden;
    float: left;
    margin-right: 25px
}

.services .service-shap i {
    font-size: 40px
}

.service-shap.green {
    background-color: #d6f9ec;
    color: var(--mainColor);
    background-image: linear-gradient(-45deg, #d6f9ec 0%, #d6f9ec 100%)
}

.service-shap.purple {
    background-color: #9680dd;
    color: #fff;
    background-image: linear-gradient(-45deg, #9680dd 0%, #9680dd 100%)
}

.service-shap.yellow {
    background-color: #fbefd5;
    color: #eeb744;
    background-image: linear-gradient(-45deg, #fbefd5 0%, #fbefd5 100%)
}

.service-shap.red {
    background-color: #ffdede;
    color: #fe6263;
    background-image: linear-gradient(-45deg, #ffdede 0%, #ffdede 100%)
}

.services:hover {
    border-color: transparent;
    background-color: var(--mainColor);
    color: #fff;
    -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
}

.services:hover h5,
.services:hover a {
    color: #fff;
    -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
}

.service-one {
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: 1
}

.service-two {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 1
}

.service-three {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 15%
}

.iqwork-one {
    position: absolute;
    right: 27px;
    bottom: 398px;
    z-index: 2
}

.iqwork-two {
    position: absolute;
    right: 0;
    bottom: -275px;
    z-index: 1
}

.services.purple:hover {
    background-color: rgba(124, 96, 213, .7);
    border-color: transparent
}

.services.green:hover {
    background-color: rgba(51, 226, 116, .6)
}

.services.yellow:hover {
    background-color: rgba(238, 183, 68, .6)
}

.services.red:hover {
    background-color: rgba(254, 98, 99, .7)
}

.services:hover .services-info {
    border-color: rgba(255, 255, 255, .2)
}

.iq-service-info {
    background: 0 0
}

.iq-service-info .service-shap {
    background: var(--mainColor);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite
}

.service-info {
    z-index: 1;
    letter-spacing: normal;
    position: relative;
    padding: 20px;
    top: 0;
    border-radius: 10px;
    -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
}

.media.service-info:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.service-info p {
    line-height: 30px
}

.iq-service-info .service-shap i {
    font-size: 35px;
    color: #fff
}

.service-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 15%
}

h2>sup {
    font-size: 24px;
    font-weight: 900;
    vertical-align: top;
    line-height: 35px;
    left: -18px
}

.display-2 {
    line-height: .7
}

.iq-portfolio-page .section-title h2>sup {
    line-height: 30px;
    left: -18px
}

.iq-portfolio {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px
}

.iq-portfolio .portfolio-info {
    position: absolute;
    padding: 15px;
    bottom: -65px;
    background: #fff;
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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-portfolio:hover .portfolio-info {
    bottom: 15px
}

.iq-portfolio .portfolio-info a span {
    font-size: 16px;
    -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-portfolio .portfolio-info a:hover span {
    color: var(--mainColor)
}

.portfolio-info h6 {
    font-size: 16px;
    color: var(--mainColor)
}

.iq-recentwork {
    padding: 80px 0 50px
}

.pricing-info {
    z-index: 1;
    border: 1px solid #ececec;
    position: relative;
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
    -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
}

.pricing-list li {
    width: 33.33%;
    float: left;
    list-style: none
}

.project-one {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1
}

#portfolio-carousel {
    z-index: 2
}

.project-overlay-left {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1
}

.portfolio-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.iq-portfolio img {
    transition: transform 1.5s;
    -webkit-transition: all1.5sease-out0s;
    -moz-transition: all 1.5s ease-out 0s;
    -ms-transition: all 1.5s ease-out 0s;
    -o-transition: all 1.5s ease-out 0s;
    transition: all 1.5s ease-out 0s
}

.iq-portfolio:hover img {
    transform: scale(1.2);
}

.iq-portfolio .portfolio-info a.text-uppercase.text-gray.float-right {
    font-size: 14px
}

.purchase {
    padding: 9px 25px
}

.iq-pricing-table .nav-pills {
    display: block
}

.iq-pricing-table .nav-pills .nav-item {
    display: inline-block
}

.iq-pricing-table .nav-pills .nav-link {
    border: none;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 2px;
    background: #f4f4f4;
    padding: 10px 30px;
    font-size: 16px
}

.iq-pricing-table .nav-pills .nav-link.active::before,
.iq-pricing-table v.nav-pills .show>.nav-link::before {
    display: none
}

.iq-pricing-table .nav-pills .nav-link.active,
.iq-pricing-table .nav-pills .show>.nav-link,
.iq-pricing-table .nav-pills .nav-link:hover {
    background: var(--mainColor);
    color: #fff;
    -webkit-box-shadow: 0 6px 20px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 20px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, .2)
}

.iq-pricing {
    padding: 30px 15px;
    text-align: center;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0;
    border: 1px solid #f2f2f2;
    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-pricing:hover,
.iq-pricing.active {
    margin-top: -5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.iq-pricing li {
    letter-spacing: normal
}

.iq-ourclients {
    background: url("../images/testimonials/11.png")no-repeat center bottom;
    background-size: 90% 76%
}

.iq-ourclients {
    position: relative
}

.iq-ourclients .owl-carousel button.owl-dot {
    outline: none !important
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots {
    margin-top: 20px
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span {
    border: none
}

.iq-ourclients .owl-carousel .owl-dots {
    text-align: left
}

.iq-ourclients .owl-carousel .owl-item {
    color: #212529;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.testimonial-box {
    text-align: center;
    padding: 0 20%;
    position: relative
}

.testimonial-box::before {
    background: url("../images/testimonials/12.png")no-repeat 0 0;
    content: "";
    position: absolute;
    left: 43%;
    right: 43%;
    text-align: center;
    top: 58%;
    height: 156px;
    width: 170px;
    z-index: -1
}

.testimonial-box .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    color: #212121
}

.testimonial-box .testimonial-info {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
    color: #212121
}

.testimonial-box h6 {
    font-size: 24px;
    color: var(--mainColor);
    font-weight: 800
}

.testimonial-box h6 span {
    font-size: 18px;
    margin-left: 15px;
    color: #868894
}

.owl-carousel .owl-item img.img-shap {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    margin: 0 auto
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span {
    -webkit-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
    -moz-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
    box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: url(../images/testimonials/01.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    transition: all .3s ease-in-out 0s
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot span:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transform: scale(1.1)
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efecec;
    border-radius: 25% 75% 40% 60%/25% 30% 70% 75%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background: url(../images/testimonials/02.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 25%;
    left: 13%;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background: url(../images/testimonials/03.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 80px;
    top: 65%;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) span {
    background: url(../images/testimonials/04.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 15%;
    right: 20%;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) span {
    background: url(../images/testimonials/05.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15%;
    top: 35%;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) span {
    background: url(../images/testimonials/06.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 20%;
    border-radius: 20% 80% 30% 60%/25% 30% 70% 75%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(7) span {
    background: url(../images/testimonials/07.jpg) no-repeat 0 0 !important;
    background-size: cover !important;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background: 0 0
}

.iq-ourclients .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid var(--mainColor)
}

#clients-slider .owl-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#clients-slider .owl-item img:hover {
    -webkit-filter: none;
    filter: none
}

.iq-testimonial {
    overflow: hidden
}

.iq-testimonial .owl-carousel {
    width: 126%
}

.testimonial-block {
    padding: 0 0 0 45px
}

.iq-testimonial .testimonial-box {
    padding: 0 15px;
    position: relative;
    margin-bottom: 65px
}

.testimonial-block .owl-carousel .owl-nav {
    left: -172%;
    top: 80%
}

.testimonial-block .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.testimonial-block .owl-carousel .owl-nav .owl-next {
    left: 85px;
    right: auto
}

.iq-testimonial .testimonial-box::before {
    left: 35%;
    right: 35%
}

.iq-testimonial .testimonial-box::after {
    background: #f3f3f3;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: -2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.testimonial-box img {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s
}

.testimonial-box img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s
}

.testimonial-box.white {
    padding: 0 15px
}

.testimonial-box.white::before {
    content: none
}

.testimonial-box.white .testimonial-info,
.testimonial-box.white h6,
.testimonial-box.white span {
    color: #fff
}

.testimonial-content {
    padding-bottom: 120px
}

.testimonial-content .owl-carousel .owl-nav {
    bottom: 0;
    top: inherit
}

.testimonial-content .owl-carousel {
    background: url(../images/testimonials/13.png);
    background-size: contain
}

.iq-faq-list {
    border: none;
    float: right;
    text-align: right;
    display: block
}

.iq-faq-list .nav-link {
    border: none;
    font-size: 18px
}

.iq-faq-list li {
    list-style: none
}

.iq-faq-list li a {
    font-size: 22px;
    text-align: right
}

.iq-faq-list li a span {
    display: none
}

.iq-faq-list .nav-link.active {
    color: var(--mainColor)
}

.iq-faq-list .nav-link.active span {
    display: inline-block
}

.ad-title {
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    color: var(--mainColor);
    padding: 15px 15px 15px 0;
    float: left;
    width: 100%;
    position: relative
}

.ad-title:before {
    cursor: pointer;
    content: "\f216";
    font-family: ionicons;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 14px 0;
    color: var(--mainColor);
    font-size: 20px;
    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
}

.iq-accordion .ad-active .ad-title:before {
    content: "\f207";
    color: var(--mainColor)
}

.ad-details {
    float: left;
    width: 100%;
    padding: 30px 0;
    display: none
}

.iq-accordion .ad-active .ad-details {
    display: block
}

footer,
footer.footer-bg {
    color: #666;
    background-color: var(--mainColor);
    overflow: hidden;
    display: inline-block;
    width: 100%;
    clear: both;
    float: left
}

.form-control,
footer.footer-one .subscribe-form input,
footer.footer-one .subscribe-form input.form-control {
    border: none !important;
    height: 58px
}

footer.footer-one .title-box {
    padding-right: 50px
}

footer .fshap-after {
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    height: 205px;
    background-size: cover;
    display: inline-block;
    position: absolute
}

.iq-subscribe {
    padding: 60px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    background: url('../images/footer/5.jpg')no-repeat 0 bottom
}

.footer .social-media {
    padding-left: 50px
}

footer .lang .iq-language,
footer .lang .iq-language:focus {
    background: 0 0;
    border: none;
    outline-offset: 0;
    outline: none;
    color: #666;
    cursor: pointer
}

footer h5,
footer a {
    color: #FFF !important;
}

footer .contact a {
    color: #FFF;
    font-weight: 500
}

footer .contact a:hover {
    color: var(--mainColor)
}

.footer-three {
    background: #f4f4f4;
    padding: 60px 0 30px
}

.footer-three hr {
    border-bottom: 0;
    border-top: 1px solid #e8e8e8;
    margin: 60px 0 20px
}

footer.footer-three .social-media {
    padding-left: 0
}

footer.footer-two {
    position: relative
}

footer.footer-two .footer-link {
    padding-left: 50px;
    z-index: 6
}

footer.footer-two .footer-link li {
    width: 50%;
    float: left
}

footer.footer-two .footer-link li a {
    color: #fff;
    z-index: 4;

    transition: .5s;
}

footer.footer-two .footer-link li a:hover {
    color: var(--mainColor)
}

footer.footer-two .footer-link li a:hover::before {
    background: var(--mainColor)
}

footer.footer-two .footer-links li a {
    color: #e6e6e6;
    padding-right: 25px
}

footer.footer-two .social-media {
    padding-left: 0;
    z-index: 6
}

footer.footer-two .footer-links li a:hover,
footer.footer-two .social-media a:hover {
    color: var(--mainColor)
}

footer.footer-two .social-media a {
    color: #fff;
    font-weight: 500
}

footer.footer-two .footer-one {
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    height: 197px;
    background-size: cover;
    display: inline-block;
    position: absolute
}

.footer-top {
    padding: 220px 0 50px
}

footer.footer-two .footer-two {
    position: absolute;
    bottom: 0;
    left: 0
}

footer.footer-two .iq-footer-logo {
    padding-right: 50px;
    z-index: 6
}

footer.footer-two .subscribe-form .bt-subscribe {
    border: none;
    background: 0 0;
    padding: 6px 0
}

footer.footer-two .subscribe-form {
    padding: 0;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

footer.footer-two .subscribe-form input[type=email] {
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b0a0e6;
    padding-left: 0;
    font-size: 16px;
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

footer.footer-two .footer-copyright {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 6
}

footer.footer-two .footer-copyright a {
    color: var(--mainColor)
}

footer.footer-two .footer-copyright a:hover {
    color: #fff
}

footer.footer-two .footer-three {
    position: absolute;
    top: -110px;
    right: 0
}

footer.footer-two .footer-four {
    position: absolute;
    left: -30px;
    bottom: 85px
}

footer.footer-two .footer-five {
    position: absolute;
    top: 85px;
    right: 160px
}

footer.footer-two .footer-six {
    position: absolute;
    left: 145px;
    bottom: 80px
}

footer.footer-two .footer-seven {
    position: absolute;
    right: 50px;
    bottom: 50px
}

footer.footer-two .footer-eight {
    position: absolute;
    bottom: 50px;
    left: 30%
}

footer.footer-two .footer-nine {
    position: absolute;
    bottom: 50px;
    right: 30%
}

footer.footer-two .footer-ten {
    position: absolute;
    bottom: 20px;
    left: 25%
}

footer.footer-two .footer-eleven {
    position: absolute;
    bottom: 20px;
    right: 25%
}

footer.footer-two .row.no-gutters {
    z-index: 6
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

footer.footer-two .bottom-wave {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%
}

footer.footer-two .main-wave {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px
}

footer.footer-two .waveone {
    z-index: 3;
    opacity: .5
}

footer.footer-two .wavetwo {
    z-index: 2;
    opacity: .75
}

footer.footer-two .wavethree {
    z-index: 1
}

footer.footer-two .wave-effect {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

footer.footer-two .wave-top {
    background-size: 50% 100px
}

footer.footer-two .wave-top {
    background-image: url(../images/others/wave-one.png);
    background-size: 50% 100px
}

footer.footer-two .wave-middle {
    background-image: url(../images/others/wave-two.png);
    background-size: 50% 120px
}

footer.footer-two .wave-bottom {
    background-image: url(../images/others/wave-three.png);
    background-size: 50% 100px
}

footer.footer-two .wave-animation .wave-top {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

footer.footer-two .wave-animation .wave-middle {
    animation: move_wave 10s linear infinite
}

footer.footer-two .wave-animation .wave-bottom {
    animation: move_wave 15s linear infinite
}

footer .subscribe-form {
    padding-left: 0;
    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;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%)
}

.social-media .social {
    list-style: none
}

.social-media .social li {
    float: left;
    padding: 0 10px;
    position: relative
}

.social-media .social li:first-child {
    padding-left: 0
}

.social-media .social li::before {
    /* content: ""; */
    background: var(--mainColor);
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 90px;
    top: 10px;
    left: -5px;
    line-height: 26px;
    vertical-align: middle
}

.social-media .social li:first-child::before {
    display: none
}

.lang i {
    margin-left: 5px
}

.social-media .social li i {
    font-size: 20px
}

.contact {
    width: 100%
}

.contactno {
    font-size: 16px
}

.contactno i {
    padding-right: 5px
}

.email {
    padding-left: 5px;
    font-size: 16px
}

.email::before {
    content: "|";
    padding-right: 5px
}

.contactinfo {
    padding: 75px 0 45px
}

footer h5 {
    margin-bottom: 15px;
    color: var(--mainColor)
}

.footer-link li {
    margin-bottom: 10px
}

.footer-link li:last-child {
    margin-bottom: 0
}

.footer-link li a {
    position: relative;
    font-size: 16px;
    color: #666;
    -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
}

.footer-link li a:hover {
    color: var(--mainColor);
    padding-left: 10px
}

.footer-link li a:hover::before {
    content: "";
    background: var(--mainColor);
    height: 6px;
    width: 6px;
    position: relative;
    display: inline-block;
    border-radius: 90px;
    line-height: 26px;
    vertical-align: middle;
    right: 10px
}

.testimonials .desc {
    position: relative;
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 45px
}

.testimonials .desc p {
    font-size: 14px;
    position: relative;
    line-height: 24px
}

.testimonials .desc::before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -27px;
    left: 30px;
    content: "";
    display: block;
    border-top: 28px solid #e5e5e5;
    border-right: 28px solid transparent
}

.testimonials .author i {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background: #1da1f2;
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.testimonials .author img {
    width: 80px;
    height: 80px;
}

.testimonials .author .details {
    font-size: 14px;
    color: #FFF
}

.testimonials .author .overview {
    margin-top: -5px
}

footer .email a {
    color: #FFF;
    font-weight: 500
}

footer .email a:hover {
    color: var(--mainColor)
}

.form-control,
.footer-three input,
.footer-three input.form-control {
    height: 60px
}

.login-info {
    margin: 16.2% 150px
}

.login-info form {
    margin: 45px 0 0
}

.login-footer-one {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px
}

.login-footer-two {
    position: absolute;
    left: 0;
    top: 0
}

.login-footer-three {
    position: absolute;
    right: 0;
    bottom: 0
}

.reset-form .login-info {
    margin: 25.6% 150px
}

.social-list {
    position: absolute;
    right: 45px;
    top: 55%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social-list li {
    margin-bottom: 15px;
    list-style: none
}

.social-list li:last-child {
    margin-bottom: 0
}

.social-list li a {
    border: 1px solid #d5d5d8;
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 19px;
    color: #d5d5d8;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.social-list li a:hover {
    border: 1px solid var(--mainColor);
    color: #fff;
    background: var(--mainColor)
}

.iq-pagenotfound .pagenotfound-info {
    padding: 135px 0 70px;
    overflow: hidden
}

.maintenance-center {
    margin-bottom: 80px
}

.pagenotfound-left {
    position: absolute;
    left: 0;
    bottom: 0
}

.pagenotfound-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.iq-thankyou .thankyou-info {
    padding: 158px 0 100px;
    overflow: hidden
}

.maintenance-center {
    margin-bottom: 80px
}

.thankyou-left {
    position: absolute;
    left: 0;
    bottom: 0
}

.thankyou-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.iq-maintenance {
    padding: 150px 0 90px;
    overflow: hidden
}

.maintenance-center {
    margin-bottom: 80px
}

.maintenance-left {
    position: absolute;
    left: 0;
    top: 0
}

.maintenance-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.clients-info {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 150px 70px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.clients-hover {
    -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;
    position: absolute;
    top: -410px;
    background: var(--mainColor);
    padding: 30px 15px 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    opacity: 0
}

.clients-details:hover .clients-hover {
    top: 0;
    opacity: 1
}

.clients-people {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    opacity: 0;
    -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
}

.clients-people .one {
    position: absolute;
    bottom: -20px;
    left: 0
}

.clients-people .two {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 130px
}

.clients-details:hover .clients-people {
    opacity: 1
}

.overlay-right {
    position: absolute;
    right: 0;
    bottom: 190px
}

.countdown-page .login-info {
    margin: 153px 100px 160px
}

.iq-countdown {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    float: left
}

.iq-countdown li {
    position: relative;
    list-style: none;
    border: 1px solid #e4e4e4;
    margin-right: 58px;
    display: inline-block;
    width: 103px;
    padding: 15px 0;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 13px 25px 0 rgba(77, 54, 206, .2);
    -moz-box-shadow: 0 13px 25px 0 rgba(77, 54, 206, .2);
    box-shadow: 0 13px 25px 0 rgba(77, 54, 206, .2)
}

.header-navbar .iq-countdown li:last-child {
    margin-right: 0
}

.iq-countdown li span {
    color: var(--mainColor);
    font-size: 32px;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px
}

.iq-countdown li p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #868894;
    line-height: normal
}

.iq-countdown li::after {
    position: absolute;
    content: ":";
    right: -155px;
    color: #7b5fd4;
    top: 0;
    font-size: 37px;
    line-height: 99px
}

.iq-countdown li:last-child::after {
    display: none
}

.countdown-page .login-info .subscribe-form {
    margin: 0 80px;
    clear: both
}

.iq-marketing {
    overflow: hidden
}

.iq-marketing .owl-carousel {
    width: 143%
}

.marketing-block {
    padding: 30px 0 0 60px
}

.marketing-block:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 40%;
    background: var(--mainColor);
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border: 0 solid #000
}

.marketing-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    display: inline-block;
    width: 100%;
    height: 40%;
    background: var(--mainColor);
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: 0 solid #000
}

.work-box {
    padding: 30px 15px;
    background: #fff;
    position: relative;
    margin: 30px 15px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    z-index: 9
}

.work-box .big-title {
    color: #ebe7f9;
    font-size: 90px;
    line-height: 90px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    font-weight: 900;
    font-family: nunito, sans-serif;
    z-index: -1
}

.marketing-block .owl-carousel .owl-nav {
    left: -91%;
    top: 70%
}

.marketing-block .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.marketing-block .owl-carousel .owl-nav .owl-next {
    left: 85px;
    right: auto
}

.owl-carousel .owl-nav {
    width: 160px;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    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;
    display: block;
    position: relative;
    text-indent: inherit;
    top: 85%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    z-index: 999
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-align: center;
    text-indent: inherit;
    left: 0;
    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: 0;
    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 {
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    font-size: 24px;
    border-radius: 25px;
    width: 74px;
    height: 38px;
    line-height: 38px;
    padding-left: 0;
    display: inline-block;
    background: #fff;
    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: var(--mainColor);
    color: #fff
}

.iq-recentwork .owl-carousel .owl-nav {
    top: -75px;
    right: 70px;
    left: auto;
    width: auto
}

.iq-recentwork .owl-carousel .owl-nav .owl-prev {
    right: 18px;
    left: auto
}

.iq-recentwork .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -70px
}

.owl-carousel .owl-nav i::before {
    line-height: 38px
}

.owl-carousel .owl-controls .owl-dot {
    margin-top: 20px;
    display: inline-block
}

.owl-carousel .owl-dots {
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer
}

.owl-carousel .owl-dots .owl-dot span {
    background: var(--mainColor);
    display: inline-block;
    border-radius: 90px;
    margin: 0 3px;
    height: 12px;
    width: 12px;
    border: 1px solid var(--mainColor);
    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-dots .owl-dot:hover span {
    background: var(--mainColor);
    border: 1px solid var(--mainColor)
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--mainColor);
    border: 1px solid var(--mainColor)
}

.iq-progress {
    position: relative;
    z-index: 1
}

.iq-progress-bar {
    background: #e6e6e6 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 8px;
    margin: 0;
    position: relative;
    width: 100%;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.iq-progress-bar>span {
    background: var(--mainColor) none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.iq-progress.pink .iq-progress-bar>span {
    background: var(--mainColor);
}

.iq-progress.light-purple .iq-progress-bar>span {
    background: var(--mainColor)
}

.iq-progress.purple .iq-progress-bar>span {
    background: var(--mainColor);
}

.iq-progress.green .iq-progress-bar>span {
    background: var(--mainColor);
}

.iq-progress.light-green .iq-progress-bar>span {
    background: var(--mainColor);
}

.progressbar {
    display: inline-block;
    width: 130px;
    margin: 0 30px 0 0
}

.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center
}

.circle canvas {
    vertical-align: middle
}

.circle div {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    color: var(--mainColor);
    font-weight: 900
}

.circle strong i {
    font-style: normal;
    font-size: .6em;
    font-weight: 400
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px
}

.isotope-filters {
    display: table;
    margin: 0 auto 40px;
    text-align: center
}

.isotope-filters button {
    z-index: 2;
    position: relative;
    border: none;
    background: 0 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    color: #868894;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.isotope-filters button::before {
    content: "";
    background: var(--mainColor);
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 90px;
    top: 13px;
    left: 0;
    line-height: 26px;
    vertical-align: middle
}

.isotope-filters button:first-child::before {
    display: none
}

.isotope-filters button.active,
.isotope-filters button:hover {
    color: var(--mainColor)
}

.isotope-filters button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0
}

.isotope.no-padding .iq-grid-item {
    padding: 0 !important
}

.iq-masonry.no-padding .iq-masonry-item {
    padding: 0 !important
}

.isotope,
.iq-masonry {
    margin: 0 -15px 0 0;
    float: left;
    width: 100%;
    z-index: 2
}

.isotope .iq-grid-item {
    padding: 0 15px 30px
}

.isotope .iq-grid-item img,
.iq-masonry .iq-masonry-item img {
    width: 100%
}

.isotope.iq-columns-1 .iq-grid-item {
    width: 100%
}

.isotope.iq-columns-2 .iq-grid-item {
    width: 50%
}

.isotope.iq-columns-3 .iq-grid-item {
    width: 33.33333333%
}

.isotope.iq-columns-4 .iq-grid-item {
    width: 25%
}

.isotope.iq-columns-5 .iq-grid-item {
    width: 20%
}

.iq-masonry.iq-columns-2 .iq-masonry-item {
    width: 50%;
    padding: 0 15px 15px 0
}

.iq-masonry.iq-columns-3 .iq-masonry-item {
    width: 33.33333333%;
    padding: 0 15px 15px 0
}

.iq-masonry.iq-columns-4 .iq-masonry-item,
.isotope.iq-columns-4 .iq-grid-item {
    width: 25%;
    padding: 0 15px 15px 0
}

.iq-masonry.iq-columns-5 .iq-masonry-item {
    width: 20%;
    padding: 0 15px 15px 0
}

.isotope.full-grid,
.iq-masonry.full-grid {
    margin: 0 -15px 0 0
}

.isotope.full-grid .iq-grid-item {
    padding: 0 15px 15px 0
}

@media(max-width:1199px) {

    .iq-masonry.iq-columns-4 .iq-masonry-item,
    .isotope.iq-columns-4 .iq-grid-item {
        width: 33.3%
    }

    .isotope.iq-columns-5 .iq-grid-item {
        width: 25%
    }
}

@media(max-width:992px) {

    .iq-masonry.iq-columns-4 .iq-masonry-item,
    .isotope.iq-columns-4 .iq-grid-item {
        width: 50%
    }

    .isotope.iq-columns-3 .iq-grid-item,
    .isotope.iq-columns-5 .iq-grid-item {
        width: 50%
    }
}

@media(max-width:767px) {

    .iq-masonry.iq-columns-4 .iq-masonry-item,
    .isotope.iq-columns-4 .iq-grid-item,
    .isotope.iq-columns-2 .iq-grid-item,
    .isotope.iq-columns-3 .iq-grid-item,
    .isotope.iq-columns-5 .iq-grid-item {
        width: 100%
    }
}

.font-c {
    font-family: nunito, sans-serif
}

#iq-tab li.nav-item {
    width: 18%;
    margin-right: 25px;
    text-align: center
}

#iq-tab li.nav-item:last-child {
    margin-right: 0
}

#iq-tab li.nav-item .nav-link {
    background: #fff;
    padding: 20px 10px 30px;
    text-align: center;
    color: var(--mainColor);
    font-size: 16px;
    font-weight: 600;
    position: relative
}

#iq-tab li.nav-item .nav-link img {
    display: block;
    margin: 0 auto 20px
}

#iq-tab li.nav-item .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--mainColor);
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .15);
    color: #fff
}

.nav-pills .nav-link.active::before,
.nav-pills .show>.nav-link::before {
    content: ". . .";
    position: absolute;
    bottom: 15px;
    color: var(--mainColor);
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 30px;
    font-weight: 900
}

#iq-tab .tab-content {
    margin-top: 60px
}

#iq-tab .tab-content .services {
    border: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#iq-tab .tab-content .services .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#iq-tab .tab-content .services:hover {
    background: 0 0;
    color: #868894
}

#iq-tab .tab-content .services:hover h6 {
    color: var(--mainColor)
}

.services-tab .nav-pills {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px
}

#iq-tab li a span {
    display: inherit
}

#iq-tab li a i {
    font-size: 40px
}

.iq-breadcrumb {
    position: relative;
    padding: 6% 0 0 0;
    margin-bottom: 50px;
    background: transparent;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.iq-breadcrumb-info {
    z-index: 9;
    position: relative
}

.iq-breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0
}

.iq-breadcrumb .row img {
    max-height: 250px;
}

.iq-breadcrumb .breadcrumb-one {
    position: absolute;
    bottom: 0;
    left: 0
}

.iq-breadcrumb .breadcrumb-three {
    position: absolute;
    right: 0;
    bottom: 20%
}

.iq-breadcrumb nav ol {
    background: 0 0;
    margin: 0;
    padding-left: 0
}

.iq-breadcrumb .breadcrumb-item {
    font-family: nunito, sans-serif
}

.iq-breadcrumb .breadcrumb-item a {
    font-weight: 500;
    color: #868894;
    font-family: nunito, sans-serif
}

.iq-breadcrumb .breadcrumb-item a:hover {
    color: var(--mainColor)
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item {
    margin-left: 5px;
    font-weight: 600
}

.iq-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: var(--mainColor);
    height: 6px;
    margin-top: -8px;
    padding: 0;
    width: 6px;
    display: inline-block;
    border-radius: 90px;
    margin-right: 10px
}

.iq-breadcrumb .breadcrumb-item.active {
    color: var(--mainColor)
}

.iq-breadcrumb .breadcrumb-item:last-child:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 80px;
    background: var(--mainColor);
    margin-left: 10px
}

.iq-breadcrumb .scrollme img {
    z-index: 1
}

.main-blog {
    background: #fff;
    margin-bottom: 50px;
    -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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

section.iq-blogs {
    overflow: hidden
}

.main-blog {
    background: #fff;
    margin-bottom: 50px;
    -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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.main-blog:hover {
    box-shadow: 0 0 10px 1px rgba(124, 96, 213, .2);
    -webkit-box-shadow: 0 0 10px 1px rgba(124, 96, 213, .2);
    -moz-box-shadow: 0 0 10px 1px rgba(124, 96, 213, .2);
    box-shadow: 0 0 10px 1px rgba(124, 96, 213, .2)
}

.iq-blogs .blog-img {
    overflow: hidden
}

.iq-blogs .blog-img img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: transform 1.5s;
    -webkit-transition: all 1.5s ease-out 0s;
    -moz-transition: all 1.5s ease-out 0s;
    -ms-transition: all 1.5s ease-out 0s;
    -o-transition: all 1.5s ease-out 0s;
    transition: all 1.5s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .7;
}

.iq-blogs .main-blog:hover .blog-img img {
    transform: scale(1.2) rotate(10deg);
    opacity: 1;
}

.main-blog .blog-detail {
    padding: 15px
}

.main-blog .blog-detail .blog-info {
    border-top: 1px solid #e1e1e1;
    padding: 15px 0 0;
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.main-blog .blog-detail .blog-info ul li {
    margin-right: 10px
}

.main-blog .blog-detail .blog-info ul li:last-child {
    margin-right: 0
}

.main-blog .blog-detail .blog-info ul li a i {
    color: var(--mainColor);
    margin-right: 5px;
    -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
}

.main-blog .blog-detail .blog-info ul li a:hover i {
    color: var(--mainColor)
}

.iq-blogs .pagination li {
    margin-right: 10px
}

.iq-blogs .pagination li a {
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15)
}

.main-blog .blog-detail a {
    font-family: nunito, sans-serif
}

.main-blog .blog-detail a:hover h5 {
    color: var(--mainColor)
}

.main-blog .blog-detail h5 {
    margin-bottom: 5px
}

.main-blog .blog-info ul li a {
    line-height: 50px
}

.owl-carousel .main-blog {
    margin: 15px
}

.iq-blogs .blog-one {
    width: 18%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.iq-blogs .owl-carousel .owl-nav {
    top: auto;
    bottom: 0
}

.blog-left {
    position: absolute;
    left: 0;
    top: 0
}

.reply-btn:hover {
    color: var(--mainColor)
}

.reply-btn i {
    vertical-align: middle
}

.iq-blogs .blog-img .comments-box img {
    width: auto
}

.page-item:first-child .page-link i,
.page-item:last-child .page-link {
    text-align: center;
    color: var(--mainColor)
}

.iq-blogs .page-item .page-link:hover i {
    color: #fff
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 10px 40px;
    border-radius: 90px;
    text-align: center;
    width: auto;
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    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-blogs .page-link {
    border-radius: 90px;
    width: 45px;
    height: 45px;
    line-height: 28px;
    text-align: center;
    color: #000
}

.iq-blogs .page-item.active .page-link,
.iq-blogs .page-item .page-link:hover,
.iq-blogs .page-item .page-link:focus {
    background: var(--mainColor);
    border-color: var(--mainColor);
    border-radius: 90px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    box-shadow: 0 8px 14.4px 1.6px rgba(0, 0, 0, .15);
    z-index: 1
}

.iq-blogs .pagination li {
    z-index: 1
}

.iq-project-info .media {
    z-index: 2;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -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-project-info .media:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.iq-project-info .media i {
    font-size: 40px;
    color: #fff;
    float: right;
    background: var(--mainColor);
    line-height: 60px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%
}

.iq-project-info .media span {
    font-size: 18px;
    font-weight: 400;
    color: #868894
}

.iq-project-info .media:hover h5 a,
.iq-service-info .media:hover h5 a {
    color: var(--mainColor)
}

ul.iq-project-info {
    margin-left: -20px
}

ul.iq-project-info li {
    margin-bottom: 15px
}

ul.iq-project-info li:last-child {
    margin-bottom: 0
}

h3.d-inline-block.iq-fw-8 {
    z-index: 2;
    position: relative
}

.iq-blogs .media a h6:hover {
    color: var(--mainColor)
}

.iq-blogs .iq-widget-search a {
    position: absolute;
    top: 0;
    right: 6px;
    color: #fff;
    cursor: pointer;
    width: 48px;
    height: 100%;
    line-height: 55px;
    background: var(--mainColor);
    font-size: 18px;
    /* border-radius: 90px; */
    text-align: center
}

.iq-blogs .comments-box img {
    width: 100px;
}

.iq-sidebar-widget ul li a span {
    margin-top: 4px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: var(--mainColor);
    line-height: 24px;
    text-align: center;
    border-radius: 90px;
    color: #fff;
    float: right;
    font-weight: 400
}

.blog-title-img {
    border: 1px solid #e4e4e4;
    padding: 30px 15px
}

.blog-title-img img {
    width: 120px;
    height: 120px
}

.iq-mt-80 {
    margin-top: 45px
}

.left-side-blog {
    padding-right: 20px
}

.right-side-blog {
    padding-left: 20px
}

.main-blog .blog-detail .blog-info .user-img {
    width: 50px;
    height: 50px
}

.left-side-blog .media img,
.right-side-blog .media img {
    width: 80px;
    /* -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px */
}

.iq-tags li {
    padding-left: 2px;
    display: inline-block;
    padding-right: 2px;
    margin: 0 0 26px
}

.iq-tags li a {
    background: #f4f6fd;
    color: #000;
    padding: 8px 10px;
    border: 1px solid #e4e4e4;
    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: var(--mainColor);
    background: var(--mainColor);
    color: #fff
}

.blog-finding ul li a i {
    color: #868894;
    margin-right: 5px;
    -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
}

.blog-finding ul li a:hover i {
    color: var(--mainColor)
}

.iq-blockquote h5 {
    padding: 45px 60px
}

.iq-blockquote:before {
    background: url(../images/blog/01.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: 95px;
    content: "";
    width: 356px;
    position: absolute
}

.blog-finding ul {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    margin-top: 15px;
    display: inline-block;
    width: 100%
}

.double-quotes:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 44px;
    color: #f0f0f0;
    line-height: normal
}

.comments-box {
    padding: 30px;
    border: 1px solid #e1e1e1
}

.iq-history-info {
    margin: 0 200px;
    padding: 60px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.team-box {
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.team-box.light-brd {
    border: 1px solid rgba(255, 255, 255, .2)
}

.team-detail {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.team-detail .team-info {
    -ms-flex: 1;
    flex: 1
}

.team-detail .team-info span {
    font-size: 14px
}

.team-hover p {
    line-height: 20px
}

.team-plus {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background-color: var(--mainColor);
    color: #fff;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-right: 15px;
    align-self: center !important
}

.team-plus i.fas.fa-plus {
    line-height: 45px
}

.team-hover {
    background-color: var(--mainColor);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 65%;
    opacity: 0;
    top: 0%;
    left: 0;
    color: #fff;
    padding: 20px 20px 0;
    font-size: 14px;
    line-height: 26px;
    -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
}

.team-hover:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--mainColor);
    position: absolute;
    content: "";
    bottom: -10px;
    left: 43px
}

.team-hover ul li {
    margin: 0 5px
}

.team-hover ul li a {
    font-size: 18px;
    color: #fff
}

.team-hover ul li a:hover {
    color: var(--mainColor)
}

.team-box:hover .team-plus {
    background-color: var(--mainColor);
    color: #fff
}

.team-box:hover .team-hover {
    opacity: 1
}

.team-box:hover .team-plus {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.iq-aboutteam {
    margin-bottom: 80px;
}

.iq-aboutteam .team-box {
    border-color: #8970d9
}

.team-one {
    position: absolute;
    top: -98px;
    left: 0
}

.team-two {
    position: absolute;
    bottom: 0;
    left: 0
}

.about-one {
    position: absolute;
    top: -140px;
    right: 0
}

.iq-bestteam:after {
    content: "";
    height: 165px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    display: inline-block;
    background: url(../images/others/timeline-bottom.png) no-repeat
}

.iq-bestteam {
    padding-bottom: 200px
}

.iq-bestteam .team-box {
    border: 1px solid rgba(255, 255, 255, .2)
}

.iq-team-details .download-link a i {
    font-size: 25px
}

.iq-team-details .contact-btn {
    padding: 10px 30px
}

.team-name .media i {
    font-size: 25px;
    color: var(--mainColor);
    line-height: 40px
}

.iq-team-details .team-name {
    width: 330px;
    position: absolute;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    top: 26%;
    right: 10%;
    box-shadow: 0 13px 36.8px 3.2px rgba(0, 0, 0, .1)
}

.iq-team-details .download-link a {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    color: var(--mainColor);
    width: 100%
}

.owl-carousel .owl-item img.user-img {
    width: 50px;
    display: inline-block
}

.team-name .media {
    padding: 45px 30px 0
}

.iq-team-details .download-link a:hover {
    color: var(--mainColor)
}

.iq-team-info .download-link a i {
    font-size: 25px
}

.iq-team-info .contact-btn {
    padding: 10px 30px
}

.team-info .media i {
    font-size: 25px;
    color: var(--mainColor);
    line-height: 40px
}

.iq-team-info .team-info {
    width: 330px;
    position: absolute;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    right: 47px;
    top: 122px;
    box-shadow: 0 13px 36.8px 3.2px rgba(0, 0, 0, .1)
}

.iq-team-info .personal-detail {
    padding: 0 0 0 30px
}

.iq-team-info .download-link a {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    color: var(--mainColor);
    float: left;
    width: 100%
}

.team-info .media {
    padding: 25px 30px 0
}

.team-info .media:first-child {
    padding: 50px 30px 0
}

.iq-team-info .download-link a:hover {
    color: var(--mainColor)
}

.iq-team-info .download-link a i {
    font-size: 25px
}

.iq-team-info .contact-btn {
    padding: 10px 30px
}

.team-info .media i {
    font-size: 25px;
    color: var(--mainColor);
    line-height: 40px
}

.iq-team-info .team-info {
    width: 330px;
    position: absolute;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    right: 47px;
    top: 122px;
    box-shadow: 0 13px 36.8px 3.2px rgba(0, 0, 0, .1)
}

.iq-team-info .personal-detail {
    padding: 0 0 0 30px
}

.iq-team-info .download-link a {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    color: var(--mainColor);
    float: left;
    width: 100%
}

.team-info .media {
    padding: 25px 30px 0
}

.team-info .media:first-child {
    padding: 50px 30px 0
}

.iq-team-info .download-link a:hover {
    color: var(--mainColor)
}

.process-shap {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    right: -49px;
    position: absolute;
    background-color: var(--mainColor);
    background-image: linear-gradient(-45deg, var(--mainColor) 0%, var(--mainColor) 100%);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    overflow: hidden
}

.animationnew-shap {
    position: absolute;
    top: 0%;
    right: 0
}

.animation-shap {
    position: absolute;
    top: 0%;
    left: 0
}

.animation-shap {
    position: absolute;
    top: 0%;
    left: 0
}

.animation-shap .shap-bg,
.animationnew-shap .shap-bg {
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 515px;
    height: 515px;
    margin: auto;
    position: relative;
    background-color: var(--mainColor);
    background-image: linear-gradient(-45deg, var(--mainColor) 0%, var(--mainColor) 100%);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    animation: one-animated 5s infinite;
    overflow: hidden
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2)
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2)
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

@keyframes two-animated {
    0% {
        border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2)
    }

    25% {
        border-radius: 40% 80% 30% 90%/72% 65% 35% 28%
    }

    50% {
        border-radius: 65% 35% 45% 55%/22% 48% 52% 78%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2)
    }

    75% {
        border-radius: 24% 76% 10% 90%/44% 68% 32% 56%
    }
}

@keyframes three-animated {
    0% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2)
    }

    25% {
        border-radius: 72% 28% 30% 90%/15% 46% 54% 85%
    }

    50% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        box-shadow: -10px -5px 50px rgba(0, 0, 0, 0.2)
    }

    75% {
        border-radius: 18% 82% 10% 90%/24% 68% 32% 76%
    }
}

.process-shap.shap-bg {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    right: -49px;
    position: absolute;
    background-color: var(--mainColor);
    background-image: linear-gradient(-45deg, var(--mainColor) 0%, var(--mainColor) 100%);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    overflow: hidden
}

.process-shap span {
    text-align: center;
    line-height: 86px;
    font-size: 30px;
    color: #fff
}

.process-main {
    margin: 0;
    border: 2px dashed rgba(0, 0, 0, .3);
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px
}

.right-side {
    border-top: 0;
    border-left: 0
}

.process-detail {
    padding-right: 90px
}

.process-main.left-side {
    border-top: 0;
    border-right: 0
}

.process-shap.shap-left {
    left: -49px
}

.process-left {
    padding-left: 90px
}

.main-process:before {
    border-right: 2px dashed rgba(0, 0, 0, .3);
    position: absolute;
    right: 0;
    bottom: -90px;
    height: 90px;
    content: ""
}

.main-process:after {
    background: url(../images/others/arrow.png);
    width: 34px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: -14px;
    bottom: -104px;
    height: 38px
}

.process-main:first-child::before {
    height: 20px;
    width: 20px;
    background: #e2e3ea;
    content: "";
    border-radius: 90px;
    position: absolute;
    right: -10px;
    top: -21px
}

.timeline-top {
    z-index: 2
}

.timeline-shap {
    position: absolute;
    top: -57px;
    left: 6px
}

.right-detail {
    width: 50%;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 15px;
    margin-left: 10%
}

.left-detail {
    padding: 74px 30px 74px 0;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    width: 40%
}

.first-detail {
    padding: 100px 30px 74px 0;
    width: 40%
}

.left-detail:before {
    height: 20px;
    width: 20px;
    background: var(--mainColor);
    content: "";
    border-radius: 90px;
    position: absolute;
    right: -10px;
    top: 40%
}

.left-details:before {
    height: 20px;
    width: 20px;
    background: var(--mainColor);
    content: "";
    border-radius: 90px;
    position: absolute;
    right: -10px;
    top: 47%
}

.iq-brand-list {
    overflow: hidden
}

.iq-brand-list .owl-item .item img {
    width: auto
}

.iq-brand-list .owl-item .item {
    list-style: none;
    border: 1px solid #e5e5e6;
    display: inline-block;
    margin: 30px;
    padding: 15px;
    border-radius: 90px;
    -webkit-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
    -moz-box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3);
    box-shadow: 0 14px 65px 0 rgba(124, 96, 213, .3)
}

.iq-brand-list .owl-item:nth-child(even) {
    margin: 80px 0;
    vertical-align: bottom
}

.contact-icon {
    font-size: 24px;
    color: var(--mainColor)
}

.contact-ifream {
    height: 400px;
    border: none
}

.iq-works .iq-way {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 92%;
    height: 227px;
    z-index: 0
}

.iq-workinfo {
    z-index: 9;
    position: relative
}

.iq-work {
    margin-top: 120px;
    transform: scale(1);
    z-index: 1;
    background: #fff;
    position: relative
}

.work-content {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1);
    margin: 0 15px
}

.iq-work-detail {
    padding: 30px 15px
}

.iq-work-detail img {
    width: 70%
}

.iq-work .readmore {
    display: block;
    padding: 15px 30px;
    border-top: 1px solid #ebebeb;
    color: var(--mainColor)
}

.iq-work .readmore span {
    font-size: 24px;
    line-height: 24px
}

.iq-work .readmore:hover {
    color: var(--mainColor)
}

.iq-work-id {
    font-size: 20px;
    line-height: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 30px -2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -120px;
    height: 50px;
    width: 50px;
    border-radius: 90px;
    background: #fff;
    color: var(--mainColor);
    z-index: 9
}

.iq-work:hover .iq-work-id {
    background: var(--mainColor);
    color: #fff
}

.iq-works .iq-way-top {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    height: 75px;
    z-index: 0
}

.way-one {
    left: 17%;
    position: absolute
}

.way-two {
    left: 51%;
    position: absolute
}

.work-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.iq-workinfo .service-shap {
    border: 10px solid var(--mainColor);
    background: #fff;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: one-animated 10s infinite;
    margin: 0 auto
}

.iq-work:after {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    top: -95px;
    right: 0;
    background-image: linear-gradient(to right, silver 50%, transparent 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: iq-work-before;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.iq-work:before {
    content: ' ';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    top: -95px;
    left: 0;
    background-image: linear-gradient(to right, silver 50%, transparent 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: iq-work-before;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.iq-work.first-line:before {
    content: none
}

.iq-work.last-line:after {
    content: none
}

@keyframes iq-work-before {
    0% {
        background-position: 0% bottom
    }

    100% {
        background-position: 100% bottom
    }
}

#iq-tab li.nav-item {
    width: 18%;
    margin-right: 25px;
    text-align: center
}

#iq-tab li.nav-item:last-child {
    margin-right: 0
}

#iq-tab li.nav-item .nav-link {
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    color: var(--mainColor);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    border-radius: 10px
}

#iq-tab li.nav-item .nav-link img {
    display: block;
    margin: 0 auto 20px
}

#iq-tab li.nav-item .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--mainColor);
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .15);
    color: #fff
}

.nav-pills .nav-link.active::before,
.nav-pills .show>.nav-link::before {
    content: ". . .";
    position: absolute;
    bottom: 15px;
    color: var(--mainColor);
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 30px;
    font-weight: 900
}

#iq-tab .tab-content {
    margin-top: 60px
}

#iq-tab .tab-content .services {
    border: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#iq-tab .tab-content .services .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#iq-tab .tab-content .services:hover {
    background: 0 0;
    color: #868894
}

#iq-tab .tab-content .services:hover h6 {
    color: var(--mainColor)
}

.services-tab .nav-pills {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px
}

#iq-tab li a span {
    display: inherit
}

#iq-tab li a i {
    font-size: 50px;
    color: var(--mainColor)
}

#iq-tab li.nav-item .nav-link.active i,
.nav-pills .show>.nav-link i {
    color: #fff
}

.iq-solutions .media {
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 15px 35px 0 transparent;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -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-solutions .media:hover {
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1)
}

.iq-solutions .media i {
    font-size: 40px;
    color: #fff;
    float: right;
    background: var(--mainColor);
    border-radius: 100%;
    box-shadow: 0 9px 30px 0 rgba(124, 96, 213, .4);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px
}

.iq-solutions .media span {
    font-size: 36px;
    font-weight: 800;
    color: var(--mainColor)
}

.iq-solutions .media .counter {
    position: relative
}

.iq-solutions .media .counter:after {
    position: absolute;
    right: -15px;
    top: -5px;
    content: "+";
    font-size: 24px;
    font-weight: 700
}

.iq-solutions img {
    max-height: 400px;
    margin: auto;
    display: block;
}

span.counter {
    font-size: 60px
}

.team-three {
    overflow: hidden
}

.team-three .team-bg {
    position: relative;
    overflow: hidden
}

.team-three .team-bg img {
    width: 100%;
    border-radius: 10px
}

.team-three .social-box {
    padding: 15px 0;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    text-align: center;
    background: #fff;
    -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
}

.team-three:hover .social-box {
    left: 0
}

.team-three .social-box a i {
    font-size: 24px;
    color: #1d1e34;
    margin: 0 10px
}

.team-three .social-box a:hover i {
    color: #815ded
}

.team-three .team-content {
    margin-top: 15px
}

.team-three .team-content h5 {
    font-weight: 800
}

.team-three .team-content p {
    font-size: 14px;
    margin-bottom: 0
}

.circle {
    top: 40%;
    left: 5%
}

.team-three:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    border-radius: 10px
}

.features {
    background: #f4f4f4
}

.features .iq-slolution-details {
    width: 100%;
    padding: 30px;
    background: #fff
}

.features .iq-slolution-details p {
    font-size: 14px;
    line-height: 24px
}

.cd-horizontal-timeline .events-content ol {
    padding: 0
}

.iq-choose-info .video-play {
    position: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0;
    margin-top: 0;
    background-color: var(--mainColor);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    display: block
}

.iq-choose-info .video-play:hover {
    background-color: #06d9b5
}

.iq-choose-info .video-play i {
    font-size: 16px;
    vertical-align: inherit;
    line-height: 50px
}

.iq-choose-info img {
    width: auto !important
}




.page_order .title_orders {
    margin-bottom: 50px;
}

.form-control,
input,
input.form-control {
    text-align: left;
    border-radius: 0;
}







.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 55px;
    background-color: transparent;
}

.select-styled {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    /* background-color: var(--mainColor); */
}

.select-styled:active,
.select-styled.active {
    /* background-color: var(--mainColor); */
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    height: 190px;
    overflow-y: scroll;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #CCC;
    color: #666;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #FFF;
    background: var(--mainColor);
}

.select-options li[rel="hide"] {
    display: none;
}



.paddin_top_bottom_80 {
    padding: 80px 0;
}



.blog_details .blog-img img {
    height: 450px;
    opacity: 1;
}

.blog_details .media-body a:hover h6 {
    color: var(--mainColor);
}


.page-about {
    padding: 80px 0;
    margin-bottom: 80px;
}

.page-about .item {
    position: relative;
    cursor: cell;
}

@media (max-width: 767px) {
    .page-about .item {
        margin-bottom: 40px;
    }
}

.page-about .item .icon-about i {
    color: rgb(0, 140, 255);
}

.modal-about {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 70%;
    height: 70%;
    border-radius: 30%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 50px;
    background-color: rgba(0, 140, 255, 0.9);
    box-shadow: 0 0 50px rgba(0, 139, 255, 0.6);
    z-index: 999;

    transition: .5s;

    overflow: hidden;
}

.modal-about p {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 25px;
    line-height: 2em;
    padding: 50px;

    transition: 2s;
}

.modal-about p.animaee {
    top: 60%;
}

.page-about .item h3 {
    margin-top: 20px;
}

.page-about .item:hover h3 {
    color: var(--mainColor);
}

.page-about .item .modal-about i,
.page-about .item .modal-about h3 {
    color: #FFF;
    transition: 3s;
}

.anime-modal {
    transform: scale(1)
}

.page-about .item .modal-about.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}




.slider-home {
    clear: both;
    overflow: hidden;
}

.slick-slider-home {
    height: 90vh;
}
.slick-slider-home {
    position: relative;
}

.slick-slider-home .slick-list {
    position: relative;
    top: 90px;
}

.slick-slider-home .item {
    position: relative;
    outline: 0;
    padding: 0 150px;
}

.slick-slider-home .slide__img {
    /* width: 100%; */
    /* height: auto; */
    /* overflow: hidden; */
    /* max-height: 600px */
}

/* @media (min-width: 992px) {
    .slick-slider-home .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
 */
.slick-slider-home .slide__img img {
    max-width: 100%;
    height: 560px;
    margin: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.slick-slider-home .slide__content {

}

.slick-slider-home .slide__content--headings {
    text-align: right;
    color: #333;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
}

.slick-slider-home .slide__content--headings h2 {
    font-size: 4rem;
    margin: 10px 0;
    margin-bottom: 30px;
    /* color: #333; */
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
strong.font-sans {
    display: block;
    font-family: sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase;
}


.slick-slider-home .slide__content--headings h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: var(--mainColor);
}

.slick-slider-home .slide__content--headings p {
    font-size: 1.3rem;
}

.slick-slider-home .slide__content--headings .animated {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.slick-slider-home [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
/* 
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
} */

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}