h1,
h2 {
    font-family: 'sofia_problack';
    font-weight: normal;
}
p {
    line-height: 1.5;
}
.line,
.line-thin {
    margin: 20px 0;
}
.intelligence-section-one-wrapper {
    background: #0b0b0b;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 240px;
}
#boltt-wave {
    background: #000;
    position: relative;
    top: -40px;
}
#boltt-wave:after {
    position: absolute;
    right: 0;
    top: 15%;
    height: 85%;
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(1%, rgb(11, 11, 11)), color-stop(40%, rgb(11, 11, 11)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgb(11, 11, 11) 1%, rgb(11, 11, 11) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    width: 15%;
    z-index: 2;
}
#boltt-wave:before {
    position: absolute;
    left: 0;
    top: 15%;
    height: 85%;
    content: "";
    width: 15%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(11, 11, 11)), color-stop(40%, rgb(11, 11, 11)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(11, 11, 11) 1%, rgb(11, 11, 11) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
#boltt-wave canvas {
    height: 400px !important;
    width: 100% !important;
    opacity: 0.3;
    vertical-align: top;
}
.intelligence-section-one-wrapper .intelligence-section-one-content {
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
}
.intelligence-section-one-wrapper .intelligence-section-one-content .line-thin {
    margin: 20px auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.intelligence-section-one-wrapper .intelligence-section-one-content h1 {
    font-size: 40px;
}
.intelligence-section-one-wrapper .intelligence-section-one-content p {
    font-size: 18px;
    margin-top: 5%;
}
/* glow circle */

.intelligence-section-one-wrapper .glow-bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: none;
}
.intelligence-section-one-wrapper .glow-bg-wrapper .glow-bg {
    background: radial-gradient(ellipse at center, rgba(9, 24, 44, 1) 0%, rgba(0, 0, 0, 0) 70%);
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 800px;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* glow circle */
/* end of section one */
.intelligence-section-two-wrapper {
    background-image: url(../images/intelligence/sec-two-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.intelligence-section-two-wrapper .intelligence-section-two-content {
    color: #1a1a1a;
    position: relative;
    text-align: center;
}
.intelligence-section-two-wrapper .intelligence-section-two-content h1 {
    font-size: 40px;
    margin-bottom: 70px;
    text-transform: Capitalize;
    text-align: left;
    font-family: 'bebas_neuebold';
}
.intelligence-section-two-wrapper .intelligence-section-two-content .intelligence-section-two-image {
    width: 100%;
    max-width: 75%;
    margin: auto;
    position: absolute;
    top: 50%;
    right: -15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intelligence-section-two-wrapper .intelligence-section-two-content .intelligence-section-two-image img {
    width: 100%;
}
.section.intelligence-section-two-slider {
    height: auto;
    min-height: 0;
    padding: 0;
}
.intelligence-section-two-slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.intelligence-section-two-slide ul li img {
    width: 100%;
    margin: auto;
}
.intelligence-slide-two-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.intelligence-slide-two-content p {
    font-size: 28px !important;
	line-height: 1.1;
    color: #fff;
    text-transform: capitalize;
    font-family: 'sofia_problack';
}
.intelligence-slide-two-content p span {
    display: block;
}
/*
.blink{
    background: url(../images/intelligence/blink.png) no-repeat center top;
    width: 100%;
    height: 559px;
    position: absolute;
    top:0;
    left:0;
    animation: blink 1s linear infinite
}
@keyframes blink {
    0% {
        opacity: .6;
        filter: alpha(opacity=60)
    }
    50% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        opacity: .6;
        filter: alpha(opacity=60)
    }
}

*/
/* end of section two */
.intelligence-section-three-wrapper.section {
    min-height: 700px;
    height: auto;
    background: black;
}
.intelligence-section-three-wrapper .intelligence-section-three-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.intelligence-section-three-wrapper .intelligence-section-three-video .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: transparent;
}
.intelligence-section-three-wrapper .intelligence-section-three-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.intelligence-section-three-wrapper .intelligence-section-three-content {
    color: #ffffff;
    position: relative;
    z-index: 10;
    text-align: center;
}
.intelligence-section-three-wrapper .intelligence-section-three-content h1 {
    font-size: 40px;
}
.intelligence-section-three-wrapper .intelligence-section-three-content p {
    font-size: 17px;
    width: 80%;
    margin: auto;
}
.intelligence-section-three-wrapper .intelligence-section-three-content .line-thin {
    margin: 20px auto 50px auto;
    width: 150px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
/* end of section three */
.intelligence-section-four-wrapper {
    background: url(../images/intelligence/sec-four-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.intelligence-section-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.intelligence-section-four-wrapper .container {
    position: relative;
    z-index: 2;
    padding: 0;
}
.intelligence-section-four-wrapper .intelligence-section-four-content {
    color: #ffffff;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 300px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content .line-thin {
    margin: auto;
    margin-top: 5px;
    max-width: 150px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.intelligence-section-four-wrapper .intelligence-section-four-content h1 {
    font-size: 40px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content p {
    font-size: 17px;
    width: 80%;
    margin: auto;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 305px;
    z-index: 5;
    width: 100%;
    text-align: center;
    background: #e7e7e7;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul {
    padding: 0;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li {
    text-align: center;
    cursor: pointer;
    color: #282828;
    margin: 0px 10px;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    list-style: none;
    width: 14%;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li .icon {
    background: url(../images/intelligence/sec-four-icon.png) no-repeat;
    width: 20px;
    height: 25px;
    background-size: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li p {
    font-size: 14px;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li .line {
    margin: auto;
    margin-top: 5px;
    height: 2px;
    visibility: hidden;
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.intelligence-section-four-wrapper .intelligence-section-four-content-four ul li:hover .line {
    visibility: visible;
    animation: heading-bar ease-in-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/

    -webkit-animation: heading-bar ease-in-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/

    -moz-animation: heading-bar ease-in-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/

    -o-animation: heading-bar ease-in-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/

    -ms-animation: heading-bar ease-in-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
/* end of section four */
.intelligence-section-five-wrapper {
    background-image: url(../images/intelligence/sec-five-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
}
.intelligence-section-five-wrapper .container {} .intelligence-section-five-wrapper .intelligence-section-five-content {
    color: #ffffff;
    position: relative;
    z-index: 10;
    text-align: right;
    top: 0px;
}
.intelligence-section-five-wrapper .intelligence-section-five-content .line {
    margin: 20px auto 50px auto;
    width: 185px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.intelligence-section-five-wrapper .intelligence-section-five-content h1 {
    font-size: 38px;
}
.intelligence-section-five-wrapper .intelligence-section-five-content p {
    font-size: 17px;
    margin-top: 20px;
}
/* end of section five */
.intelligence-section-six-wrapper {
    background: #fff;
    position: relative;
    min-height: 500px;
}
.intelligence-section-six-wrapper .mobile-container {} .intelligence-section-six-wrapper .mobilev {
    position: absolute;
    width: 318px;
    height: 643px;
    background: url(../images/intelligence/sec-six-phone-vertical.png) no-repeat;
    background-size: cover;
    z-index: 5;
    visibility: hidden;
}
.intelligence-section-six-wrapper .mobilev .mobile-content,
.intelligence-section-six-wrapper .mobileh .mobile-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.intelligence-section-six-wrapper .mobilev .mobile-content p,
.intelligence-section-six-wrapper .mobileh .mobile-content p {
    /*font-size: 24px;*/
    font-size: 20px;
    color: #282828;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
.intelligence-section-six-wrapper .mobilev .mobile-content .icon,
.intelligence-section-six-wrapper .mobileh .mobile-content .icon {
    max-width: 66px;
    margin: auto;
    margin-bottom: 15px;
}
.intelligence-section-six-wrapper .mobilev .mobile-content .icon img,
.intelligence-section-six-wrapper .mobilev .mobile-content .icon svg,
.intelligence-section-six-wrapper .mobileh .mobile-content .icon svg {
    max-width: 100%;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
.intelligence-section-six-wrapper #two svg {
    fill: #fa6c4f;
}
.intelligence-section-six-wrapper #three svg {
    fill: #09b90e;
}
.intelligence-section-six-wrapper #four svg {
    fill: #4481f1;
}
.intelligence-section-six-wrapper #five svg {
    fill: #e646e4;
}
.intelligence-section-six-wrapper .mobilev:hover .mobile-content .icon svg,
.intelligence-section-six-wrapper .mobileh:hover .mobile-content .icon svg {
    fill: #ffffff;
}
.intelligence-section-six-wrapper .mobileh {
    position: absolute;
    width: 643px;
    height: 318px;
    background: url(../images/intelligence/sec-six-phone-horizontal.png) no-repeat #fff;
    background-size: cover;
    z-index: 5;
    text-align: center;
    border-radius: 18px;
}
.intelligence-section-six-wrapper #one {
    left: -110px;
    top: -400px;
}
.intelligence-section-six-wrapper #two {
    right: 367px;
    top: -100px;
}
.intelligence-section-six-wrapper #three {
    bottom: -140px;
    right: -40px;
}
.intelligence-section-six-wrapper #four {
    bottom: 100px;
    left: -130px;
}
.intelligence-section-six-wrapper #five {
    bottom: -50px;
    left: 590px;
}
.intelligence-section-six-wrapper #six {
    top: 0;
    right: -365px;
}
.intelligence-section-six-wrapper .container {
    position: relative;
    left: -90px;
}
.intelligence-section-six-wrapper .intelligence-section-six-content {
    color: #000;
    display: inline-block;
    position: relative;
    left: 230px;
    top: 83px;
    z-index: 10;
}
.intelligence-section-six-wrapper .intelligence-section-six-content h1 {
    font-size: 30px;
}
.intelligence-section-six-wrapper .intelligence-section-six-content p {
    /*font-size: 18px;*/
    font-size: 15px;
    margin-top: 15px;
}
/* end of section six */
.intelligence-section-seven-wrapper {
    position: relative;
    text-align: center;
    height: auto;
    min-height: 100px;
    background: #e7e7e7;
}
.intelligence-section-seven-wrapper .app-icon img {
    width: 60px;
}
.intelligence-section-seven-wrapper .container {} .intelligence-section-seven-wrapper .intelligence-section-seven-top {
    position: relative;
    color: #333333;
    margin-top: 60px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-top h3 {
    font-size: 20px;
    margin: 5px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-top h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-top .app-icon-wrapper {
    margin: 40px 0px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-top .app-icon-wrapper p {
    font-size: 24px;
    margin-bottom: 10px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-top p {
    font-size: 16px;
    margin-bottom: 30px;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 325px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #ffffff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.intelligence-section-seven-wrapper .content a {
    color: #ffffff;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    background: #000000;
    overflow: hidden;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper:nth-child(1) {
    border-right: solid 5px #ffffff;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper .left-image {
    background: url(../images/intelligence/sec-seven-left-image.jpg) no-repeat;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper .right-image {
    background: url(../images/intelligence/sec-seven-right-image.jpg) no-repeat;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper .left-image,
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper .right-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow: hidden;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper:hover .left-image,
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper:hover .right-image {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .content {
    width: 100%;
    position: relative;
    z-index: 5;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .content h2 {
    font-size: 32px;
    color: #ffffff;
}
.intelligence-section-seven-wrapper .intelligence-section-seven-bottom .content p {
    font-size: 16px;
    color: #ffffff;
}
/*.visible-desktop {
        display: block;
    }*/
.visible-mobile {
    display: none;
}
/* end of section seven */
/* media screen global */

@media (max-width: 1350px) {
    .intelligence-section-six-wrapper .mobilev {
        width: 280px;
        height: 566px;
    }
    .intelligence-section-six-wrapper .mobileh {
        width: 566px;
        height: 280px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content p,
    .intelligence-section-six-wrapper .mobileh .mobile-content p {
        /*font-size: 20px;*/
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content {
        position: relative;
        left: 100px;
        top: 280px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content h1 {
        /*font-size: 48px;*/
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content p {
        /*font-size: 15px;*/
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper #one {
        top: -370px;
        left: -35px;
    }
    .intelligence-section-six-wrapper #two {
        right: 0px;
        top: -60px;
        margin: auto;
        left: 13%;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: -4%;
        top: 24%;
    }
    .intelligence-section-six-wrapper #four {
        bottom: 5%;
        left: -16%;
    }
    .intelligence-section-six-wrapper #five {
        bottom: -5%;
        left: 32%;
    }
    .intelligence-section-six-wrapper #six {
        top: -15%;
        right: -20%;
    }
    /* end of section six */
}
@media (max-width: 1200px) {
    .intelligence-section-six-wrapper .mobilev {
        width: 247px;
        height: 500px;
    }
    .intelligence-section-six-wrapper .mobileh {
        width: 500px;
        height: 247px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content p,
    .intelligence-section-six-wrapper .mobileh .mobile-content p {
        font-size: 16px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content {
        position: relative;
        left: 80px;
        top: 360px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content h1 {
        font-size: 40px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content p {
        /*font-size: 16px;*/
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper #one {
        top: -150px;
        left: -15px;
    }
    .intelligence-section-six-wrapper #two {
        right: 0px;
        top: -60px;
        margin: auto;
        left: 4%;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: 2%;
        top: 19%;
    }
    .intelligence-section-six-wrapper #four {
        bottom: 10%;
        left: -60px;
    }
    .intelligence-section-six-wrapper #five {
        bottom: -5%;
        left: 45%;
    }
    .intelligence-section-six-wrapper #six {
        top: -10%;
        right: -15%;
    }
    /* end of section six */
}
@media (max-width: 1024px) {
    .intelligence-section-four-wrapper,
    .intelligence-section-five-wrapper {
        background-attachment: inherit;
        background-size: cover;
    }
    .intelligence-section-six-wrapper .mobilev {
        width: 198px;
        height: 400px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content p,
    .intelligence-section-six-wrapper .mobileh .mobile-content p {
        font-size: 12px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content {
        position: relative;
        left: 80px;
        top: 360px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content h1 {
        font-size: 40px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content p {
        font-size: 16px;
    }
    .intelligence-section-six-wrapper .mobileh {
        width: 400px;
        height: 198px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper #one {
        top: -130px;
        left: -15px;
    }
    .intelligence-section-six-wrapper #two {
        right: 0px;
        top: 15px;
        margin: auto;
        left: 10%;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: -10px;
        top: 30%;
    }
    .intelligence-section-six-wrapper #four {
        bottom: 10%;
        left: -40px;
    }
    .intelligence-section-six-wrapper #five {
        bottom: 10px;
        left: 48%;
    }
    .intelligence-section-six-wrapper #six {
        top: 5%;
        right: -200px;
    }
    /* end of section six */
}
@media (max-width: 800px) {
    .visible-desktop {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .intelligence-section-one-wrapper {
        padding: 50px 0px 0px 0px;
        margin-bottom: -80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .intelligence-section-one-wrapper .intelligence-section-one-content {
        top: 30px;
    }
    .intelligence-section-one-wrapper .intelligence-section-one-content h1 {
        font-size: 28px;
    }
    .intelligence-section-one-wrapper .intelligence-section-one-content .line-thin {
        margin: 10px auto;
        max-width: 70%;
    }
    .intelligence-section-one-wrapper .intelligence-section-one-content p {
        font-size: 14px;
    }
    #boltt-wave {
        top: -60px;
    }
    #boltt-wave canvas {
        height: 300px !important;
    }
    /* section one end */
    .intelligence-section-two-wrapper .intelligence-section-two-content h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .intelligence-slide-two-content {
        text-align: right;
        width: 60%;
        right: 0px;
        left: inherit;
    }
    .intelligence-slide-two-content p {
        font-size: 22px;
        text-align: right;
        letter-spacing: 1px;
    }
    /* section two end */
    .intelligence-section-three-wrapper.section {
        height: auto;
        min-height: unset;
        background: white;
        padding: 10px 0 20px;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-video {
        display: none;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-content {
        color: #282828;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-video video {
        height: 100%;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-content h1 {
        font-size: 28px;
        margin: 10px auto;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-content .line-thin {
        display: none;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-content p {
        font-size: 14px;
        width: 100%;
    }
    .intelligence-section-three-wrapper .intelligence-section-three-content .line {
        margin: 20px auto 20px auto;
    }
    /* section three  end */
    .intelligence-section-four-wrapper {
        background-position: center top;
        background-size: 100%;
        display: block;
        padding-bottom: 0;
        background-attachment: inherit;
        height: inherit;
    }
    .intelligence-section-four-wrapper .intelligence-section-overlay {
        background: white;
        z-index: -1;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content h1 {
        text-align: right;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content p > br,
    .intelligence-section-four-wrapper .intelligence-section-four-content .line-thin {
        display: none;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content {
        margin-bottom: 0px;
        background: white;
        margin-top: 200px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content h1 {
        font-size: 26px;
        position: absolute;
        top: -150px;
        right: 15px;
        z-index: 10;
        color: white;
    }
    .mobile-intelligence-four-wrap{
    	background: #eaeaea;
    	padding: 20px 0;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content h3 {
        font-size: 18px;
        color: #282828;
        padding: 0 0 10px;
        margin: 0;
    }

    .intelligence-section-four-wrapper .intelligence-section-four-content p {
        font-size: 14px;
        color: #282828;
        width: 100%;
        padding: 0px 15px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content-four {
        height: auto;
        padding: 50px 0px 0px 0px;
        background: white;
        z-index: 100;
        position: relative;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content-four ul {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px 10px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content-four ul li {
        margin: 0px;
        width: 33%;
        margin-bottom: 30px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content-four ul li .line {
        visibility: visible;
    }
    /* section four end */
    .intelligence-section-five-wrapper {
        background: none;
        min-height: unset;
        padding: 0;
        display: block;
    }
    .intelligence-section-five-wrapper .intelligence-section-overlay {
        display: none;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content {
        text-align: center;
        margin-top: -83px;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content h1 {
        font-size: 28px;
        margin: 0 auto 25px;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content p {
        font-size: 14px;
        background: #eaeaea;
        padding: 10px;
        color: #282828;
        margin: 0;
    }


    /* end of section five */
    .intelligence-section-six-wrapper .mobilev {
        width: 148px;
        height: 300px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content p,
    .intelligence-section-six-wrapper .mobileh .mobile-content p {
        font-size: 12px !important;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper .mobileh {
        width: 300px;
        height: 148px;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content h1 {
        font-size: 24px;
        margin: 5px auto;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content h1 > br {} .intelligence-section-six-wrapper .intelligence-section-six-content p {
        font-size: 14px;
        width: 70%;
    }
    /* end of section six */
    .intelligence-section-seven-wrapper {
        background: #eaeaea;
        padding: 2em 0px 0px 0px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top {
        margin-top: 0px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top h3 {
        font-size: 26px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top h2 {
        font-size: 26px;
        margin: 10px 0px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top .app-icon-wrapper {
        margin: 0px 0px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top .app-icon-wrapper p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top p {
        padding: 0px 20px;
        display: block;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-top p > br {
        display: none;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom {
        position: relative;
        height: auto;
        margin-top: 20px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper {
        width: 50%;
        padding: 30px 10px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom .content h2 {
        font-size: 30px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom .content p {
        font-size: 14px;
    }
    /* end of section seven */
    .intelligence-section-six-wrapper #one {
        left: -20px;
        top: -130px;
        display: none;
    }
    .intelligence-section-six-wrapper #two {
        top: -60px;
        right: 0%;
        visibility: visible;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: -10px;
        top: -35px;
        visibility: visible;
    }
    .intelligence-section-six-wrapper #four {
        bottom: 40px;
        left: -90px;
    }
    .intelligence-section-six-wrapper #five {
        bottom: -20px;
        left: 45%;
    }
    .intelligence-section-six-wrapper #six {
        top: 0;
        right: -160px;
        display: none;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content {
        left: 110px;
        top: 0px;
    }
    /* end of section six */
}
@media (min-width: 481px and max-width: 640px) {
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        margin-bottom: 15px;
        width: 40px;
        margin: auto;
        margin-top: 15px;
    }
    .intelligence-section-six-wrapper #one {
        top: -130px;
        left: -110px;
    }
    .intelligence-section-six-wrapper #two {
        right: 0px;
        top: -110px;
        margin: auto;
        left: 170px;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: -10px;
        top: -75px;
    }
    .intelligence-section-six-wrapper #four {
        bottom: 20px;
        left: -40px;
    }
    .intelligence-section-six-wrapper #five {
        bottom: 10px;
        left: 371px;
    }
    .intelligence-section-six-wrapper #six {
        top: 0;
        right: -160px;
        display: none;
    }
    /* end of section six */
}
@media (max-width: 480px) {
    .intelligence-section-four-wrapper .intelligence-section-four-content-four ul li {
        margin: 0px;
        width: 50%;
        margin-bottom: 30px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content-four {
        position: relative;
        height: auto;
        padding: 20px 0px 0px 0px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content h1 {
        top: -120px;
    }
    .intelligence-section-four-wrapper .intelligence-section-four-content {
        margin-top: 130px;
    }
    .intelligence-section-five-wrapper {
        background-size: 100%;
        height: auto;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content {
        margin-bottom: 30px;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content .line {
        margin: 20px auto 20px auto;
    }
    .intelligence-section-five-wrapper .intelligence-section-five-content p > br {
        display: none;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper {
        width: 100%;
        padding: 30px 10px;
    }
    .intelligence-section-seven-wrapper .intelligence-section-seven-bottom .wrapper:nth-child(1) {
        border-right: none;
    }
    .intelligence-section-six-wrapper .mobile-container {
        position: relative;
        width: 100%;
        max-width: 320px;
        margin: auto;
        top: -20px;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content .icon,
    .intelligence-section-six-wrapper .mobileh .mobile-content .icon {
        width: 18px;
        margin: 0px auto;
    }
    .intelligence-section-six-wrapper .mobilev .mobile-content p,
    .intelligence-section-six-wrapper .mobileh .mobile-content p {
        font-size: 10px !important;
    }
    .intelligence-section-six-wrapper .mobilev {
        width: 94px;
        height: 190px;
    }
    .intelligence-section-six-wrapper .mobileh {
        width: 190px;
        height: 94px;
        background-size: 97% 97%;
        background-position: center center;
    }
    .intelligence-section-six-wrapper #one {
        top: -130px;
        display: none;
    }
    .intelligence-section-six-wrapper {
        min-height: 500px;
        height: auto;
    }
    .intelligence-section-six-wrapper #two {
        right: inherit;
        top: 150px;
        margin: inherit;
        left: 15px;
        visibility: visible;
    }
    .intelligence-section-six-wrapper #three {
        bottom: inherit;
        right: 15px;
        top: 230px;
        visibility: visible;
    }
    .intelligence-section-six-wrapper #four {
        bottom: inherit;
        left: 15px;
        top: 360px;
    }
    .intelligence-section-six-wrapper #five {
        bottom: inherit;
        left: inherit;
        right: 10px;
        top: 125px;
    }
    .intelligence-section-six-wrapper #six {
        top: 0;
        right: -160px;
        display: none;
    }
    .intelligence-section-six-wrapper .container {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0;
        width: 100%;
        text-align: center;
        right: 0;
    }
    .intelligence-section-six-wrapper .intelligence-section-six-content {
        left: 0px;
        top: 0px;
        width: 95%;
        margin: auto;
    }
	.intelligence-section-six-wrapper .intelligence-section-six-content p br{
		display: none;
	}
    .intelligence-section-six-wrapper .intelligence-section-six-content p {
    
        font-size: 14px;
        width: 100%;
        margin: 5px auto;
    }
    /* end of section six */
}
@media (max-width: 360px) {
    .intelligence-section-two-wrapper .intelligence-section-two-content .intelligence-section-two-image {
        max-width: 300px;
    }
}
