section {
    position: relative;
}
.hash {
    position: absolute;
    top: -100px;
}
input.url{
    display: none;
}
.download-pdf,.whitepaper-right .contact-outer{
    display: none;
}
.contact-submit:hover{
    cursor: pointer;
}
.single-post,
.page-id-116,
.page-id-70,
.page-id-112,
.single-case-study,
.page-id-114,
.single-white-paper,
.page-id-98,
.page-id-22549,
.single-press-release,
.page-id-22552,
.single-media-coverage {
    background: #ffffff !important;
}
.page-id-70 .slider-in-container .item,
.page-id-98 .slider-in-container .item{
    height: 450px;
}
.page-id-70 .owl-wrapper .slider-image img,
.page-id-98 .owl-wrapper .slider-image img{
    width: 100%
}
body.tag,
body.category,
body.tax-media-coverage-category,
body.tax-press-release-category{
    background: #ffffff !important;
}
.white-post-box{
    box-shadow: 0px 3px 5.641px 0.36px rgba(0, 0, 0, 0.1);
}
.no-padding-top{
    padding-top: 0px !important;
}
/*
* Search Output Page Style
*/

section.search-output {
    text-align: inherit;
}
.search-output .inner{
    background: #fff;
    padding: 63px 115px 75px;
}
.search-output .search-input {
    width: 96%;
    border-bottom: 1px solid #333;
}
.search-output h3 {
    margin: 30px 0;
}
.search-output ul {
    margin: 63px 0 80px;
}
.search-output li {
    margin-bottom: 44px;
    position: relative;
}
.search-output li a {
    color: rgb(108,189,69);
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.search-output li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 6px;
}
.pagination a {
    padding: 0 30px;
    color: rgb(108,189,69);
    margin-bottom: -2px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}
.pagination .dots {
    display: none;
}
.pagination .current {
    color: #828282;
    padding: 0 30px;
}
.pagination a:hover {
    color: #828282;
}
.pagination a.next-page, .pagination a.prev-page {
    background: url(../images/green-arrow.png) no-repeat top right;
    width: 17px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
}
.pagination a.prev-page {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
/*
* Whitepapers Page Style
*/
.single-white-paper .whitepaper-form .inner{
    overflow: visible;
}
.whitepaper-img{
    position: absolute;
    left: 0;
    top: 0;
}
.whitepaper-img img{
    height: 583px;
    width: 100%;
}
.whitepaper-container .inner {
    background: #fff;
    padding: 0;
    position: relative;
    height: 583px;
//  height: 100%;
    overflow: hidden;
}
.whitepaper-outer{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.whitepaper-left {
    /*    background: url(../images/whitepaper-bg.jpg) no-repeat;
        background-size: cover;*/
    color: #fff;
    padding: 53px 61px;
    height: 583px;
    background: rgba(0,0,0,0.80);
}
.whitepaper-left h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.15px;
    margin-bottom: 25px;
}
.whitepaper-left p {
    margin-bottom: 15px;
}
.whitepaper-left .sub-text{
    max-height: 355px;
    overflow: hidden;
}
.whitepaper-right {
    color: #010101;
    padding: 83px 65px 90px;
    padding-bottom: 40px;
    padding-top: 40px;
    background: #fff;
}
.single-white-paper .whitepaper-right{
    box-shadow: 0px 0px 5.641px 0.36px rgba(0, 0, 0, 0.1);
}

.whitepaper-right .right-side{
    padding: 0;
}
.whitepaper-right .right-side input[type=text],
.whitepaper-right .right-side input[type=email],
.whitepaper-right .right-side textarea {
    width: 77%;
}
.whitepaper-right .right-side input[type=checkbox] {
    height: 14px;
    width: 14px;
}
.whitepaper-right .subscribe-check {
    float: left;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 300;
}

.whitepaper-right .contact-submit {
    float: right;
    margin-top: 25px;
    width: 160px;
}

@media (max-width: 767px) {
    .whitepaper-form .whitepaper-container {
        text-align: left;
    }
}
/*
* Blog filter
*/
@media (min-width:768px){
    .blog-filters .ins-search{
        width: 220px;
        float: right !important;
    }
    .blog-filters .ins-search .search-input{
        width: calc(100% - 40px);
    }
    .blog-filters .ins-categories{
        width: calc(100% - 220px);
    }
    .blog-filters .ins-categories >a{
        display: none;
    }
    .blog-filters .category-menu{
        position: relative;
        right: auto;
        top: auto;
        display: block !important;
        background: #fff;
        font-size: 0;
        max-width: inherit;
        text-align: left;
        padding: 0;
        height: auto !important;
    }
    .blog-filters .category-menu li{
        position: relative;
        display: inline-block;
        margin-right: 15px;
    }
    .blog-filters .category-menu li:last-child{
        margin-right: 0;
    }
    .blog-filters .category-menu li a{
        color: #000;
        font-size: 16px;
    }
    .blog-filters .category-menu li:after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0%;
        height: 2px;
        background: #6cbe45;
        transition: width 0.2s ease-in-out;
    }
    .blog-filters .category-menu li.active:after{
        width: 100%;
    }
    .blog-filters .category-menu li:hover:after{
        width: 100%;
    }
}

/*
* Insights Page Style
*/

.insight-right .underline, .press-release-left .underline {
    color: #6cbe45;
    font-weight: 900;
    text-transform: uppercase;
}
.insight-right ul.box-list li, .press-release-left ul.box-list li {
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.insight-right ul.box-list li:before, .press-release-left ul.box-list li:before {
    position: absolute;
    content: '';
    background: url(../images/arrow_down.png) no-repeat;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-size: 100%;
}
.insight-search {
    padding: 28px 0 30px 0;
}
.ins-search {
    width: 70%;
}
.ins-search .go-btn {
    margin-top: 10px;
    margin-left: 10px;
}
.ins-search .search-input {
    width: 755px;
    font-size: 14px;
    padding: 8px 5px;
}
.ins-search .search-input::-webkit-input-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
}
.ins-search .search-input::-moz-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
}
.ins-search .search-input:-ms-input-placeholder {
    color: #9C9C9C;
    font-family: museo-sans, sans-serif;
}
.ins-categories {
    width: 30%;
    text-align: right;
    padding-right: 25px;
    padding-top: 8px;
    position: relative;
}
.ins-categories > a {
    padding-right: 27px;
    position: relative;
    color: #6cbe45;
    font-family: museo-sans, sans-serif;
    font-weight: 700
}
.ins-categories > a:after {
    background: url(../images/green-arrow.png) no-repeat;
    content: ' ';
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0px;
    top: 4px;
    transform: rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/*
* Date Banner Style
*/

.date-banner {
    height: 450px;
    color: #fff;
}
.date-banner .container{
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    max-width: inherit;
}
.date-banner .container .inner{
    height: 100%;
    padding-top: 141px;
}
.date-banner .container .inner h4{
    margin-bottom: 14px;
}
.date-banner .container .inner h2{
    line-height: 44px;
    margin-top: 16px;
    margin-bottom: 16px;
}
#date-banner .inner > a > h2 {
    color: #fff;
}
.date-banner .banner-back-img {
    width: 100%;
    right: 0;
}
.date-banner .banner-back-img img {
    width: 100%;
}

/*
* Gray Section Style
*/

.gray .inner {
    max-width: 800px;
    width: 100%;
}
.gray h1.light-bold-text {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    text-align: center;
}
.gray h1.light-bold-text span {
    font-weight: 500;
}

/*
* Cyan Section Style
*/

.cyan .inner {
    text-align: center;
    width: 100%;
    max-width: 890px;
    padding: 0 15px;
}
.cyan h2 {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.cyan h2:before {
    background: none;
}

/*
* Customer Slider Style
*/

.logos-grid {
    perspective: 800;
    text-align: center;
}
.logos-grid .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.logos-grid .row .col {
    border-right: 1px solid #98a1be;
    padding: 1px;
    float: left;
    width: 25%;
}
.logos-grid .row .col:nth-child(4) {
    border-right: none;
}
.logos-grid .row:first-child {
    border-bottom: 1px solid #98a1be;
}
.logos-grid_data {
    display: none;
}
.logos-grid_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000;
}
.logos-grid_container img {
    display: block;
    width: 100%;
    height: auto;
}
.logos-grid_container img:not(.hidden) {
    position: relative;
    z-index: 1;
}
.logos-grid_container img.hidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.logos-grid .btn-clear {
    margin-top: 75px;
    margin-bottom: 15px;
}

/*
* Creative Slider Style
*/

.creative {
    text-align: center;
    background: #fff;
    padding-bottom: 150px;
}
.creative .slidetop {
    max-width: inherit;
    margin: 17px auto 17px;
    width: 100%;
}
.creative .owl-carousel{
    margin-bottom: 47px;
}
.creative .slidetop h3 {
    line-height: 22px;
    color: #5b5b5b;
    margin-top: 30px;
    font-weight: 500;
}
.creative .slider-outer {
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    display: block;
}
.creative .slider-outer img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.creative .demo-btn {
    /*
       // margin-top: 47px;
       // margin-bottom: 100px;
    */
}
.creative .owl-pagination {
    bottom: -165px;
}
.creative .owl-theme .owl-controls .owl-buttons .owl-prev, .creative .owl-theme .owl-controls .owl-buttons .owl-next{
    top:43.7%;
}

/*
*Responsive Styles
*/

@media (min-width:992px) and (max-width:1230px){
    section {
        padding: 70px 0;
    }
    h1{
        font-size: 42px;
        line-height: 40px;
    }
    h2{
        font-size: 32px;
        line-height: 50px;
    }
    h3{
        font-size: 24px;
        line-height: 36px;
    }
    h4{
        font-size: 18px;
        line-height: 24px;
    }
    p.highlighted-text{
        font-size: 22px;
        line-height: 48px;
    }
    p.sub-text{
        font-size: 14px;
    }
    p{
        font-size: 16px;
        line-height: 20px;
    }
    .colored h2{
        font-size: 28px;
        line-height: 30px;
    }
    .insight-right h1, .press-release-left h1 {
        line-height: 36px;
        margin-top: 32px;
        margin-bottom: 25px;
        font-size: 24px;
    }
    .demo-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .slidetop {
        margin: 0px auto 30px;
    }
    .slidetop p {
        margin-top: 20px;
        line-height: 22px;
    }
    .slide-text {
        margin: 20px 0;
    }
    #icon-contents .inner .two {
        padding: 50px 0px;
    }
    #icon-contents .text-container p {
        line-height: 22px;
    }
    #i-products .product-case .two{
        width: 49.5%;
    }
    #i-products .product-case .two:first-child{
        margin-right: 1%;
    }
    #pre-market .text-container .subject {
        width: 45%;
    }
    #rg-gallery .rg-image-wrapper .name-caption{
        width: 30%;
    }
    #rg-gallery .rg-image-wrapper .intro-text{
        width: 70%;
        padding-left: 5px;
    }
    .slider-small .two .slide-text {
        padding-right: 35px;
    }
    .slider-small .slide-text h2 {
        line-height: 38px;
    }
    .footer {
        padding: 70px 0 30px;
    }
    .color-block {
        padding: 70px 0;
    }
    .column.two .text-center h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .gray h1.light-bold-text {
        font-size: 28px;
        line-height: 34px;
    }
    .promotion .three.box1{
        padding-right: 20px;
    }
    .promotion .three.box2{
        padding-right: 10px;
        padding-left: 10px;
    }
    .promotion .three.box3{
        padding-left: 20px;
    }
    .promotion .three .text-container{
        height: 175px;
    }
    .whitepaper-left {
        padding: 50px 60px;
    // height: 520px;
    }
    .whitepaper-left h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .whitepaper-right {
        padding: 50px 60px;
    }
    .whitepaper-right .right-side input[type=text],
    .whitepaper-right .right-side input[type=email],
    .whitepaper-right .right-side textarea {
        width: 85%;
    }
    .search-output .inner {
        padding: 60px 90px;
    }
    .search-output ul {
        margin: 50px 0;
    }
    .search-output li {
        margin-bottom: 40px;
    }
    .search-output li a {
        font-size: 24px;
        line-height: 36px;
    }
    .search-output .search-input {
        width: 95%;
    }
    .creative .slider-outer {
        max-width: 962px;
        width: 90%;
    }
    .obj-next, .obj-prev{
        top: 155px;
    }
    .overlay-posts .post-data1{
        width: 40%;
    }
    .overlay-posts .post-data2{
        width: 46%;
    }
    .tab-slider .tab-slide-content{
        padding: 53px 0px 60px;
    }
    .tab-slider .tabs-links .tabs h2.sub-text{
        font-size: 26px;
    }
    .tab-slider .slides .slide-img{
        padding: 0px 15px;
    }
    .work-section-two .text-container {
        width: 360px;
    }
}
@media (min-width:768px) and (max-width:991px){
    section {
        padding: 60px 0;
    }
    h1{
        font-size: 38px;
        line-height: 40px;
    }
    h2{
        font-size: 30px;
        line-height: 50px;
    }
    .colored h2{
        font-size: 26px;
        line-height: 30px;
    }
    .colored h2:before {
        top: -10px;
    }
    h3{
        font-size: 22px;
        line-height: 30px;
    }
    h4{
        font-size: 16px;
        line-height: 20px;
    }
    p.highlighted-text{
        font-size: 20px;
        line-height: 48px;
    }
    p.sub-text{
        font-size: 14px;
    }
    p{
        font-size: 16px;
        line-height: 20px;
    }
    ul.bullet-list li{
        font-size: 16px;
    }
    .insight-right h1, .press-release-left h1 {
        line-height: 30px;
        margin: 25px 0;
        font-size: 22px;
    }
    .insight-right > p:first-child, .press-release-left > p:first-child {
        line-height: 30px;
        font-size: 22px;
    }
    .demo-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .slidetop {
        margin: 0px auto 30px;
    }
    .slidetop p {
        margin-top: 20px;
        line-height: 22px;
    }
    .slide-text {
        margin: 20px 0;
    }
    #icon-contents .inner .two {
        padding: 40px 0;
    }
    #icon-contents .text-container p {
        line-height: 22px;
        padding-bottom: 0;
        height: 60px;
    }
    #icon-contents .text-container h3 {
        padding: 25px 0px 5px;
    }
    #i-products .text-container p.highlighted-text {
        padding: 15px 0px 35px;
        line-height: 26px;
    }
    .count-average .container > .text-container p {
        line-height: 26px;
    }
    #i-products .product-case .two{
        width: 49.5%;
    }
    #i-products .product-case .two:first-child{
        margin-right: 1%;
    }
    #pre-market .text-container .subject {
        width: 50%;
    }
    #rg-gallery .rg-image-wrapper .name-caption {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        text-align: left;
        padding-bottom: 20px;
    }
    #rg-gallery .rg-image-wrapper .intro-text {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .solution-blocks .table-overlay p{
        padding: 0px 30px;
    }
    .solution-finder .border-content {
        padding: 27px 30px 30px 30px;
    }
    .solution-finder .dropdown button{
        font-size: 20px
    }
    .right-buttons{
        max-width: 240px;
        text-align: center;
    }
    /*    .home .red .btn-clear{
            display: inline-block;
        }*/
    .home .red .btn-clear:last-child{
        margin-left: 0px;
        margin-top: 10px;
    }
    .home .colored.red .container{
        display: table;
    }
    .home .colored.red .container h2{
        display: table-cell;
        vertical-align: middle;
    }
    .slider-small .two .slide-text {
        padding-right: 35px;
    }
    .slider-small .cutomer-logo {
        padding: 0 10px 0 40px;
    }
    .slider-small .slide-text h2 {
        line-height: 36px;
    }
    .footer {
        padding: 60px 0 30px;
    }
    .color-block {
        padding: 60px 15px;
    }
    .column.two .text-center h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .solution-blocks{
        height: 400px;
    }
    .blue-banner {
        height: 400px;
    }
    .blue-banner .inner h1 {
        padding-bottom: 15px;
    }
    .blue-banner .half-logo {
        width: 190px;
        bottom: -202px;
    }
    .gray h1.light-bold-text {
        font-size: 26px;
        line-height: 32px;
    }
    .home .colored.red h2:before{
        top: 32px;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 5px;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-next{
        right: 5px;
    }
    .promotion .three.box1{
        padding-right: 10px;
    }
    .promotion .three.box2{
        padding-right: 5px;
        padding-left: 5px;
    }
    .promotion .three.box3{
        padding-left: 10px;
    }
    .promotion .three .text-container{
        height: 185px;
    }
    .whitepaper-container .inner{
        height: 100%;
    }
    .whitepaper-left {
        padding: 50px 40px;
    //height: 500px;
    }
    .whitepaper-left h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .whitepaper-right {
        padding: 50px 40px;
    }
    .whitepaper-right .contact-submit {
        width: auto;
    }
    .whitepaper-right .right-side input[type=text],
    .whitepaper-right .right-side input[type=email],
    .whitepaper-right .right-side textarea {
        width: 100%;
    }
    .search-output .inner {
        padding: 50px 70px;
    }
    .search-output ul {
        margin: 50px 0;
    }
    .search-output li {
        margin-bottom: 35px;
    }
    .search-output li a {
        font-size: 22px;
        line-height: 30px;
    }
    .search-output .search-input {
        width: 95%;
    }
    .promotion .form-captcha{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        display: block;
        text-align: left;
        transform-origin: 0 0;
    }
    .creative .slider-outer {
        max-width: 738px;
        width: 90%;
    }
    .obj-next, .obj-prev{
        top: 200px;
    }
    .overlay-posts .post-data1{
        width: 40%;
    }
    .overlay-posts .post-data2{
        width: 46%;
    }
    .overlay-posts .title {
        width: 80px;
    }
    .overlay-posts .title p.sub-text{
        position: absolute;
        top: 0;
        padding-left: 3px;
    }
    .tab-slider .tab-slide-content{
        padding: 40px 0px 50px;
    }
    .tab-slider .tabs-links .tabs h2.sub-text{
        font-size: 20px;
    }
    .tab-slider .slides .slide-img{
        padding: 0px 15px;
    }
    .tab-slider .slides .text{
        width: 100%;
        padding: 0px 15px;
        min-height: 60px;
    }
    .work-section-one .text-container {
        padding: 20px 0px 0px 40px;
    }
    .work-section-two .banner-side-image{
        margin-top: 0px;
        padding-left: 310px;
    }
    .work-section-two .text-container {
        width: 300px;
        top: 0px;
        left: 30px;
    }
    .work-section-two .container{
        padding-bottom: 0px;
    }
    .work-section-two .text-container p{
        padding-top: 15px;
    }
    .work-section-two .text-container h2 {
        padding-right: 30px;
    }
    .work-section-three {
        height: 550px;
    }
    .work-section-three .inner{
        padding-top: 70px;
    }
    .work-section-three .text-container h4 {
        padding: 12px 10px 0px;
    }
}
@media (min-width:596px) and (max-width:767px){
    section {
        padding: 55px 0;
        text-align: center;
    }
    h1{
        font-size: 34px;
        line-height: 40px;
    }
    h2{
        font-size: 28px;
        line-height: 44px;
    }
    .colored h2{
        font-size: 20px;
        line-height: 26px;
    }
    h3{
        font-size: 20px;
        line-height: 26px;
    }
    h4{
        font-size: 14px;
        line-height: 20px;
    }
    p.highlighted-text{
        font-size: 18px;
        line-height: 48px;
    }
    p.sub-text{
        font-size: 14px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }
    ul.bullet-list li{
        font-size: 14px;
    }
    .insight-right h1, .press-release-left h1 {
        line-height: 26px;
        margin: 20px 0;
        font-size: 20px;
    }
    .insight-right > p:first-child, .press-release-left > p:first-child {
        line-height: 26px;
        font-size: 20px;
    }
    .demo-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .slidetop {
        margin: 0px auto 30px;
    }
    .slidetop p {
        margin-top: 20px;
        line-height: 20px;
    }
    .slide-text {
        margin: 20px 0;
    }
    #content-example .text-container p {
        line-height: 20px;
        height: 60px;
        padding-bottom: 0;
    }
    button.btn-clear, a.btn-clear {
        padding: 6px 12px;
        font-size: 14px;
    }
    a.btn-txt {
        font-size: 14px;
    }
    #icon-contents .inner .two {
        padding: 35px 0;
        width: 50%;
    }
    #icon-contents .text-container p {
        line-height: 20px;
        padding-bottom: 0;
    }
    #icon-contents .text-container h3 {
        padding: 20px 0px 5px;
    }
    .viewall a {
        font-size: 16px;
    }
    #i-products .text-container p.highlighted-text {
        padding: 15px 0px 30px;
        line-height: 24px;
    }
    .count-average .container > .text-container p {
        line-height: 24px;
    }
    #i-products .product-case .two{
        width: 49.5%;
    }
    #i-products .product-case .two:first-child {
        margin-right: 1%;
    }
    #icon-contents .left, #i-products .left, #pre-market .left {
        float: left;
    }
    #i-products .right {
        float: right;
    }
    #pre-market .text-container .subject {
        width: 60%;
    }
    #pre-market .text-container h1 {
        line-height: 40px;
    }
    #rg-gallery .rg-image-wrapper .name-caption {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        text-align: left;
        padding-bottom: 20px;
    }
    #rg-gallery .rg-image-wrapper .intro-text {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .solution-blocks.three{
        width: 500px;
        float: none;
        margin: 0 auto;
    }
    .solution-finder .dropdown button{
        font-size: 18px;
    }
    .solution-finder .dropdown button .caret-wh{
        margin-top: 0px;
    }
    .solution-finder .border-content p{
        line-height: 50px;
    }
    .solution-finder .border-content{
        padding: 30px 10px;
    }
    .right-buttons {
        float: none;
        margin-top: 25px;
    }
    .red .btn-clear:last-child{
        margin-left: 10px;
    }
    .colored h2:before{
        top: -10px;
    }
    .slider-small .slide-text h2 {
        line-height: 34px;
    }
    .slider-small h4 {
        margin-top: 20px;
    }
    .slider-small .two .slide-text {
        margin: 15px auto;
    }
    #slider-small {
        padding: 45px 0;
    }
    .count-average .three > .text-container h3 {
        line-height: 24px;
        padding-bottom: 5px;
        padding-top: 0;
    }
    .footer {
        padding: 55px 0 30px;
    }
    .footer-menuwrap {
        padding-top: 35px;
    }
    .color-block {
        padding: 55px 0;
    }
    .column.two .text-center h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .blue-banner {
        height: 400px;
    }
    .blue-banner .inner h1 {
        padding-bottom: 15px;
    }
    .blue-banner .half-logo {
        width: 190px;
        bottom: -202px;
    }
    .gray h1.light-bold-text {
        font-size: 24px;
        line-height: 30px;
    }
    .promotion .three.box1 , .promotion .three.box2, .promotion .three.box3{
        padding-left: 15px;
        padding-right: 15px;
    }
    .promotion .right-side input[type=text], .promotion .right-side input[type=email]{
        padding: 15px 0px 4px;
    }
    .promotion .three .demo-btn{
        margin-top: 25px;
    }
    .whitepaper-left {
        padding: 50px 60px;
        height: auto;
    }
    .whitepaper-left h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .whitepaper-right {
        padding: 50px 60px;
    }
    .whitepaper-right .contact-submit {
        margin-bottom: 0;
    }
    .whitepaper-right .right-side input[type=text],
    .whitepaper-right .right-side input[type=email],
    .whitepaper-right .right-side textarea {
        width: 100%;
    }
    .search-output .inner {
        padding: 40px;
    }
    .search-output ul {
        margin: 40px 0;
    }
    .search-output li {
        margin-bottom: 30px;
    }
    .search-output li a {
        font-size: 20px;
        line-height: 26px;
    }
    .search-output .search-input {
        width: 95%;
    }
    .creative .slider-outer{
        padding: 0;
        width: 85%;
        display: block;
    }
    .obj-next, .obj-prev{
        top: 175px;
    }
    .overlay-posts .post-data1, .overlay-posts .post-data2, .overlay-posts .post-data3{
        width: 100%;
    }
    .overlay-posts .post-data3{
        text-align: left;
    }
    .post-details p{
        padding-bottom: 5px;
    }
    .overlay-posts .title p.sub-text{
        position: absolute;
        top: 0;
        padding-left: 3px;
    }
    .tab-slider .tab-slide-content{
        padding: 35px 0px 45px;
    }
    .tab-slider .tabs-links .tabs h2.sub-text{
        font-size: 20px;
    }
    .tab-slider .slides .slide-img{
        padding: 0px 15px;
    }
    .tab-slider .slides .text{
        width: 100%;
        padding: 0px 15px;
        min-height: 60px;
    }
    .tab-slider .demo-btn{
        margin-bottom: 0px;
    }
    .tab-slider .top-heading p {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .tab-slider .tabs-links .tabs, .tab-slider .tabs-links .tabs:first-child {
        width: 50%;
        margin-bottom: 15px;
    }
    .work-section-one .container{
        padding-bottom: 0px;
    }
    .work-section-one .image-part {
        padding-top: 0px;
        padding-left: 0px;
    }
    .work-section-one .text-container{
        padding: 0px;
        margin-top: 20px;
    }
    .work-section-two .banner-side-image{
        margin-top: 0px;
        padding-left: 51%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .work-section-two .text-container h2{
        padding-right: 0px;
    }
    .work-section-two .text-container {
        width: 48%;
        top: 0px;
        left: 15px;
    }
    .work-section-two .container{
        padding-bottom: 0px;
    }
    .work-section-two .text-container p{
        padding-top: 15px;
    }
    .work-section-three {
        height: 450px;
    }
    .work-section-three .inner{
        padding-top: 70px;
    }
    .work-section-three .text-container h4 {
        padding: 12px 10px 0px;
    }
    .work-section-three .feature-img {
        margin-top: 40px;
    }
    .work-section-four .image-part {
        margin-top: 25px;
    }
    .work-section-four .text-container {
        padding-top: 45px;
    }
    .work-section-four .text-container h4{
        padding: 16px 0px 0px;
    }
    .work-section-five .text-container h2 {
        line-height: 36px;
    }
    .work-section-five .text-container h4 {
        padding-top: 5px;
    }
    .work-section-five .image-part {
        margin-top: 40px;
        padding-bottom: 0px;
    }
    .social-box a{
        width: 60px;
    }
}
@media (min-width:481px) and (max-width:595px){
    section {
        padding: 45px 0;
        text-align: center;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    h2{
        font-size: 24px;
        line-height: 36px;
    }
    .colored h2{
        font-size: 18px;
        line-height: 24px;
        padding-left: 40px;
    }
    h3{
        font-size: 18px;
        line-height: 24px;
    }
    h4{
        font-size: 14px;
        line-height: 20px;
    }
    p.highlighted-text{
        font-size: 16px;
        line-height: 48px;
    }
    p.sub-text{
        font-size: 14px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }
    .insight-right h1, .press-release-left h1 {
        line-height: 20px;
        margin: 15px 0;
        font-size: 18px;
    }
    .insight-right > p:first-child, .press-release-left > p:first-child {
        line-height: 24px;
        font-size: 18px;
    }
    .demo-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .slidetop {
        margin: 0px auto 30px;
    }
    .slidetop p {
        margin-top: 20px;
        line-height: 20px;
    }
    .slide-text {
        margin: 20px 0;
    }
    #content-example .text-container p {
        line-height: 20px;
    }
    #i-products .text-container p.highlighted-text {
        padding: 15px 0px 25px;
        line-height: 22px;
    }
    .count-average .container > .text-container p {
        line-height: 22px;
    }
    #pre-market .text-container h1 {
        line-height: 36px;
    }
    #rg-gallery .rg-image-wrapper .name-caption {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        text-align: left;
        padding-bottom: 20px;
    }
    #rg-gallery .rg-image-wrapper .intro-text {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        height: 240px;
        overflow: auto;
    }
    .solution-finder, .solution-blocks, .featured-case{
        height: 400px;
    }
    .solution-finder .dropdown button{
        font-size: 12px;
        padding: 7px 30px 7px 14px;

    }
    .solution-finder .dropdown button .caret-wh{
        margin-top: -4px;
        width: 10px;
    }
    .solution-finder .border-content p{
        line-height: 34px;
    }
    .solution-finder .border-content{
        padding: 20px 10px;
        margin-bottom: 16px;
    }
    .solution-finder p, .featured-case p{
        margin-bottom: 15px;
    }
    .blue-banner{
        height: 500px;
    }
    .right-buttons {
        float: none;
        margin-top: 20px;
    }
    .red .btn-clear:last-child{
        margin-left: 10px;
    }
    .colored h2:before{
        width: 30px;
        height: 30px;
        top: -4px !important;
        left: 0;
        background-size: 100%;
    }
    .slider-small .slide-text h2 {
        line-height: 30px;
    }
    .slider-small h4 {
        margin-top: 20px;
    }
    .slider-small .two .slide-text {
        margin: 15px auto;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 5px;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 5px;
    }
    #slider-small {
        padding: 40px 0;
    }
    .footer {
        padding: 45px 0 30px;
    }
    .footer-menuwrap {
        padding-top: 25px;
    }
    .color-block {
        padding: 45px 0;
    }
    .column.two .text-center h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .blue-banner {
        height: 400px;
    }
    .blue-banner .inner h1 {
        padding-bottom: 15px;
        line-height: 50px;
    }
    .blue-banner .half-logo {
        width: 170px;
        bottom: -182px;
    }
    .gray h1.light-bold-text {
        font-size: 22px;
        line-height: 28px;
    }
    .cyan h2 {
        text-align: center;
        padding: 0;
    }
    .contact-us .inner h2 {
        margin-top: 15px;
    }
    .contact-us .contact-outer .right-side{
        padding: 10px 0px 0px;
    }
    .contact-us .contact-outer .contact-submit{
        margin-top: 20px;
    }
    .contact-us .contact-outer textarea{
        margin-top: 25px;
    }
    .promotion .three.box1 , .promotion .three.box2, .promotion .three.box3{
        padding-left: 15px;
        padding-right: 15px;
    }
    .promotion .right-side input[type=text], .promotion .right-side input[type=email]{
        padding: 15px 0px 4px;
    }
    .promotion .three .demo-btn{
        margin-top: 25px;
    }
    .whitepaper-left {
        padding: 45px 25px 30px;
        height: auto;
    }
    .whitepaper-left h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .whitepaper-right {
        padding: 45px 25px;
    }
    .whitepaper-right .contact-submit {
        margin-bottom: 0;
        width: auto;
    }
    .whitepaper-right .right-side input[type=text],
    .whitepaper-right .right-side input[type=email],
    .whitepaper-right .right-side textarea {
        width: 100%;
    }
    .search-output .inner {
        padding: 40px 15px;
    }
    .search-output ul {
        margin: 30px 0;
    }
    .search-output li {
        margin-bottom: 25px;
    }
    .search-output li a {
        font-size: 18px;
        line-height: 24px;
    }
    .search-output li p {
        line-height: 22px;
    }
    .search-output .search-input {
        width: 90%;
    }
    .creative{
        padding-bottom: 110px;
    }
    .overlay-posts .post-data1, .overlay-posts .post-data2, .overlay-posts .post-data3{
        width: 100%;
    }
    .overlay-posts .post-data3{
        text-align: left;
    }
    .post-details p{
        padding-bottom: 5px;
    }
    .overlay-posts .title {
        width: 80px;
    }
    .overlay-posts .title p.sub-text{
        position: absolute;
        top: 0;
        padding-left: 3px;
    }
    .tab-slider .tab-slide-content{
        padding: 30px 0px 40px;
    }
    .tab-slider .tabs-links .tabs h2.sub-text{
        font-size: 16px;
    }
    .tab-slider .slides .slide-img{
        padding: 0px 15px;
    }
    .tab-slider .slides .text{
        width: 100%;
        padding: 0px 15px;
        min-height: 70px;
    }
    .tab-slider .demo-btn{
        margin-bottom: 0px;
    }
    .tab-slider .top-heading p {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .tab-slider .tabs-links .tabs, .tab-slider .tabs-links .tabs:first-child {
        width: 50%;
        margin-bottom: 10px;
    }
    .tab-slider .tab-slide-content .slides{
        padding-top: 0px;
    }
    .tab-slider .inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .work-section-one .container{
        padding-bottom: 0px;
    }
    .work-section-one .image-part {
        padding-top: 0px;
        padding-left: 0px;
        width: 80%;
        margin: 0 auto;
    }
    .work-section-one .text-container{
        padding: 0px;
        margin-top: 20px;
    }
    .work-section-two .banner-side-image{
        margin-top: 0px;
        padding-left: 0%;
        padding-top: 0%;
        width: 80%;
        margin: 0 auto;
    }
    .work-section-two .text-container h2{
        padding-right: 0px;
    }
    .work-section-two .text-container {
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        text-align: center;
        padding-top: 15px;
    }
    .work-section-two .container{
        padding-bottom: 0px;
    }
    .work-section-two .text-container p{
        padding-top: 5px;
    }
    .work-section-three {
        height: 400px;
    }
    .work-section-three .inner{
        padding-top: 50px;
    }
    .work-section-three .text-container h4 {
        padding: 12px 10px 0px;
    }
    .work-section-three .feature-img {
        margin-top: 40px;
    }
    .work-section-four .image-part {
        margin-top: 25px;
    }
    .work-section-four .text-container {
        padding-top: 45px;
    }
    .work-section-four .text-container h4{
        padding: 16px 0px 0px;
    }
    .work-section-five .text-container h4 {
        padding-top: 5px;
    }
    .work-section-five .text-container h2 {
        line-height: 36px;
    }
    .work-section-five .image-part {
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .feature-blog .three-colbox .three {
        height: 374px;
        overflow: hidden;
    }
    .feature-blog .three:hover .box-footer{
        margin-top: -38px;
    }
    .social-box a{
        width: 42px;
    }
}
@media (max-width:1420px){
    .header-inner .logo {
        padding: 10px 0px 0 15px;
    }
}
@media (max-width:1400px){
    .date-banner .banner-back-img {
        width: 1400px;
        right: 0;
        height: 450px;
    }

}
@media (max-width:1230px){
    #content-example .container, #i-products .container, #icon-contents .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    #pre-market {
        height: auto;
    }
    .pre-market .container .inner {
        margin-bottom: 40px;
    }
    #pre-market .text-container img.banner-image {
        padding: 0;
    }
    .slider-small .cutomer-logo img {
        width: 100%;
        max-width: 343px;
    }
    .hero .slideimg-left img {
        width: 100%;
        max-width: 580px;
    }
    .ins-search .search-input {
        width: 88%;
        margin-right: 0;
    }
    .ins-search .go-btn {
        margin-left: 2%;
        width: 10%;
    }
}
@media (max-width:991px){
    .header-wrapper {
        height: 70px;
    }
    .header-outer{
        height: auto;
    }
    .header-inner .logo {
        padding: 10px 0px 0 15px;
    }
    #content-example .text-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .toggle {
        width: 30px;
        height: 25px;
        margin:  20px 15px;
        display: block;
        float: right;
        cursor: pointer;
    }
    .toggle span {
        content: ' ';
        display: block;
        width: 30px;
        height: 3px;
        margin-bottom: 5px;
        background: #d5d5d5;
        transition: all .4s !important;
        -webkit-transition:all .4s !important;
        -moz-transition: all .4s !important;
    }
    .first-span {
        transform: rotate(49deg);
        -webkit-transform:rotate(49deg);
        -moz-transform: rotate(49deg);
        position: absolute;
        right: 15px;
        top: 33px;
        transition:all .2s;
    }
    .last-span {
        transform: rotate(-49deg);
        -webkit-transform:rotate(-49deg);
        -moz-transform: rotate(-49deg);
        position: absolute;
        right: 15px;
        transition:all .2s;
    }
    .mid-span {
        opacity: 0;
        transition:all .1s;
        -webkit-transition: all .1s;
        -moz-transition: all .1s;
    }
    .navigation-wrapper {
        float: right;
        width: 180px;
    }
    .mobile-menu {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .main-menu > ul {
        position: absolute;
        display: none;
        top: 69px;
        right: 15px;
        width: 230px;
        background: #fff;
        padding: 0px;
        z-index: 10;
        text-align: left;
        border-top: none;
        box-shadow: 0px 3px 5px 0px #ccc;
        -webkit-box-shadow: 0px 3px 5px 0px #ccc;
    }
    .main-menu > ul > li {
        border-bottom: 1px solid #B5B5B5;
        width: auto;
        border-left: 0;
        text-align: left;
        float: none;
        height: auto;
        padding: 0;
    }
    .main-menu > ul > li > a {
        padding: 8px 8px 8px 29px;
        font-size: 14px;
        display: block;
        line-height: 24px;
    }

    .main-menu > ul > li:hover, .main-menu li.black_arrow:hover {
        background:none;
    }
    .main-menu li.black_arrow > a:after {
        position: absolute;
        content: '';
        background: url(../images/arrow_down.png) no-repeat;
        top: 15px;
        right: 20px;
        width: 12px;
        height: 12px;
        background-size: 100%;
        transform: rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    .main-menu li.black_arrow > a.arrow_change:after {
        position: absolute;
        content: '';
        background: url(../images/arrow_down.png) no-repeat;
        top: 15px;
        right: 20px;
        width: 12px;
        height: 12px;
        background-size: 100%;
        transform: rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
    .mbl-link {
        display: block;
    }
    .main-menu > ul > li:nth-child(7) {
        background-color: #6cbd45;
    }
    .main-menu > ul > li:nth-child(7) > a {
        color: #fff;
    }
    .main-menu > ul > li:nth-child(8) {
        padding: 8px 20px 8px 23px;
    }
    .sub-menu {
        position: relative;
        background: #d5d5d5;
        margin-top: 0;
        padding: 0;
    }
    .sub-menu li {
        border-bottom: 1px solid #B5B5B5;
        margin-bottom: 0;
    }
    .sub-menu li:last-child {
        border-bottom: none;
    }
    .sub-menu li a {
        color: #000;
        font-size: 14px;
    }
    .sub-menu li:hover a, .sub-menu li.active a{
        color: #fff;
    }
    .sub-menu li {
        padding: 8px 8px 8px 26px;
    }
    .search-icon {
        position: relative;
        top: 3px;
        float: right;
    }
    .login-btn {
        display: none;
    }
    .navigation-wrapper .search {
        display: none;
    }
    .navigation-wrapper .search span{
        padding: 0px;
        margin-right: 10px;
    }
    .search-box {
        right: 65px;
        top: 19px;
    }
    .go-btn {
        float: right;
        padding-top: 5px;
    }
    .search-input {
        font-size: 14px;
        width: 88%;
    }
    .insight-right img, .press-release-left img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .insight-left, .press-release-right {
        padding-right: 0;
    }
    .ins-search .search {
        display: block;
    }
    .ins-search .search-input {
        border-bottom: 1px solid #333;
    }
    .hash {
        position: absolute;
        top: -70px;
    }
    .customers .btn-clear {
        margin-top: 50px;
    }
    .pagination a {
        padding: 0 15px;
    }
    .pagination .current {
        padding: 0 15px;
    }
    .promotion .three .demo-btn {
        margin-top: 10px;
    }
    .home-banner{
        height: 600px;
    }
}
@media (max-width:767px){
    .two {
        width: 100%;
    }
    .left, .right {
        float: none;
    }
    .whitepaper-left .sub-text{
        max-height: inherit;
        overflow: hidden;
    }
    .hero .slidetext-right, .hero .slideimg-left {
        width: 100%;
        padding-left: 0;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    #content-example .text-container {
        text-align: center;
        margin-top: 20px;
    }
    .icon-contents .text-container {
        max-width: inherit;
    }
    .slider-small .two {
        display: block;
    }
    .creative .demo-btn{
        margin-bottom: 0px;
    }
    .demo-btn {
        margin-bottom: 40px;
    }
    .pre-market .text-container .subject h1{
        padding: 15px 0px 3px 15px;
    }
    .dual-boxes .column:first-child .color-block, .dual-boxes .column:last-child .color-block{
        border: 0px;
    }
    .readmore {
        left: -14px;
    }
    .content-example .colorbar img{
        margin: 0 auto;
    }
    .ins-search{
        width: 100%;
    }
    .ins-categories {
        text-align: left;
        width: 100%;
        padding-top: 15px;
    }
    .clients-leverage .banner-back-img{
        width: 100%;
        left: 0;
    }
    .contact-us .contact-outer .dual-boxes .first, .contact-us .contact-outer .dual-boxes .last{
        padding-left: 0px;
        padding-right: 0px;
    }
    .promotion .three{
        width: 100%;
    }
    .promotion .container {
        padding-bottom: 0px;
    }
    .contact-us .container{
        padding: 0px 30px;
    }
    .contact-us .inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-us .inner .contact-outer{
        padding: 0px;
        max-width: 100%;
    }
    .logos-grid .row .col {
        border-right: 1px solid #98a1be;
        border-bottom: 1px solid #98a1be;
        padding: 1px;
        float: left;
        width: 50%;
    }
    .logos-grid .row:first-child {
        border-bottom: none;
    }
    .logos-grid .row .col:nth-child(2), .logos-grid .row .col:nth-child(4) {
        border-right: none;
    }
    .logos-grid .row:last-child .col:nth-child(3), .logos-grid .row:last-child .col:nth-child(4) {
        border-bottom: none;
    }
    .logos-grid .btn-clear {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .blog-col-outer .insight-left{
        text-align: left;
    }
}
@media (max-width:595px){
    button.btn-clear, a.btn-clear {
        padding: 6px 12px;
        font-size: 12px;
    }
    .customers .btn-clear {
        margin-top: 30px;
        margin-bottom: 0;
    }
    a.btn-txt {
        font-size: 12px;
    }
    #icon-contents .inner .two {
        padding: 25px 0;
    }
    #icon-contents .text-container p {
        line-height: 20px;
        padding-bottom: 0;
    }
    #icon-contents .text-container h3 {
        padding: 20px 0px 5px;
    }
    .viewall a {
        font-size: 14px;
    }
    .readmore {
        font-size: 14px;
    }
    #i-products .product-case .two:first-child{
        margin-right: 0;
        margin-bottom: 10px;
    }
    #pre-market .left {
        float: left;
    }
    #pre-market .text-container .subject {
        width: 75%;
    }
    .count-average .inner {
        padding-top: 25px;
    }
    .count-average .three:nth-child(3) {
        margin-bottom: 0;
    }
    .count-average .three > .text-container h3 {
        line-height: 30px;
        padding: 0;
    }
    .main-menu ul {
        width: 100%;
        right: 0px;
    }
    .insight-right p, .press-release-left p {
        margin: 15px auto;
    }
    .insight-left {
        margin-bottom: 15px;
    }
    .blog-col-outer {
        padding: 25px 15px;
        text-align: left;
    }
    .blog-container .inner {
        padding: 15px;
    }
    .blog-container h2 {
        line-height: 36px;
    }
    .creative .slidetop {
        margin: 0 auto 20px;
    }
    .creative .slidetop h3 {
        margin-top: 20px;
    }
    .creative .slider-outer {
        padding: 0;
        width: 85%;
        display: block;
    }
    .creative .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 0;
    }
    .creative .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }
    .contact-us .contact-top p{
        line-height: 24px;
    }
    .creative .owl-pagination {
        bottom: -135px;
    }
    .pagination a {
        padding: 0 7px;
        font-size: 14px;
    }
    .pagination .current {
        padding: 0 7px;
        font-size: 14px;
    }
    .logos-grid .btn-clear {
        margin-top: 35px;
    }
    .obj-next, .obj-prev{
        top: 175px;
    }
}
@media (max-width:480px){
    section {
        padding: 35px 0;
        text-align: center;
    }
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    h2{
        font-size: 24px;
        line-height: 36px;
    }
    .colored h2{
        font-size: 18px;
        line-height: 24px;
        padding-left: 40px;
        text-align: left;
    }
    h3{
        font-size: 18px;
        line-height: 24px;
    }
    h4{
        font-size: 14px;
        line-height: 20px;
    }
    p.highlighted-text{
        font-size: 16px;
        line-height: 48px;
    }
    p.sub-text{
        font-size: 14px;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }
    .insight-right h1, .press-release-left h1 {
        line-height: 20px;
        margin: 15px 0;
        font-size: 18px;
    }
    .insight-right > p:first-child, .press-release-left > p:first-child {
        line-height: 24px;
        font-size: 18px;
    }
    .demo-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
    .slidetop {
        margin: 0px auto 30px;
    }
    .slidetop p {
        margin-top: 20px;
        line-height: 20px;
    }
    .slide-text {
        margin: 20px 0;
    }
    .inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    #content-example .text-container p {
        line-height: 20px;
    }
    #i-products .text-container p.highlighted-text {
        padding: 15px 0px 25px;
        line-height: 22px;
    }
    .count-average .container > .text-container p {
        line-height: 22px;
    }
    #pre-market .text-container h1 {
        line-height: 36px;
    }
    #rg-gallery .rg-image-wrapper .name-caption {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        text-align: left;
        padding-bottom: 20px;
    }
    #rg-gallery .rg-image-wrapper .intro-text {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
        height: 240px;
        overflow: auto;
    }
    .solution-finder{
        height: 460px;
    }
    .solution-finder .dropdown button{
        font-size: 12px;
        padding: 7px 30px 7px 14px;
    }
    .solution-finder .dropdown button .caret-wh{
        margin-top: -4px;
        width: 10px;
    }
    .solution-finder .border-content p{
        line-height: 34px;
    }
    .solution-finder .border-content{
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }
    .solution-finder p, .featured-case p{
        margin-bottom: 10px;
    }
    .date-banner {
        height: 400px;
    }
    .date-banner .container .inner {
        padding-top: 100px;
    }
    .date-banner .container .inner h2 {
        line-height: 36px;
        font-size: 22px;
    }
    .featured-case{
        height: 400px;
    }
    .blue-banner{
        height: 400px;
    }
    .blue-banner h1.light-bold-text, .third-level-banner h1.light-bold-text{
        line-height: 40px;
    }
    .blue-banner .inner h1{
        padding-bottom: 20px;
    }
    .right-buttons {
        float: none;
        margin-top: 20px;
    }
    .home .red .btn-clear:last-child{
        margin-left: 10px;
    }
    .colored h2:before{
        top: 0px;
        left: 0px;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .scrollToTop{
        right: 15px;
    }
    .slider-small .slide-text h2 {
        line-height: 30px;
    }
    .slider-small h4 {
        margin-top: 20px;
    }
    .slider-small .two .slide-text {
        margin: 15px auto;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 5px;
        top: 52%;
    }
    .slider-small .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 5px;
        top: 52%;
    }
    #slider-small {
        padding: 35px 0;
    }
    .featured-case .text-container {
        margin-top: 40px;
    }
    .solution-blocks {
        height: 300px;
    }
    .pre-market .container .inner {
        padding-top: 40px;
    }
    .footer {
        padding: 35px 0 30px;
    }
    .footer-menuwrap {
        padding-top: 25px;
    }
    .color-block {
        padding: 35px 0;
    }
    .column.two .text-center h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blue-banner .half-logo {
        width: 170px;
        bottom: -182px;
    }
    .gray h1.light-bold-text {
        font-size: 22px;
        line-height: 28px;
    }
    .cyan h2 {
        text-align: center;
        padding: 0;
    }
    .team-slider ul li a{
        width: 65%;
        max-width: 300px;
        position: relative;
        display: inline-block;
    }
    .form-captcha{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7);
        display: block;
        text-align: left;
        transform-origin: 0 0;
    }
    .clients-leverage .solution-blocks {
        height: auto;
    }
    .contact-us .inner h2 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .contact-us .contact-outer .right-side{
        padding: 5px 0px 0px;
    }
    .contact-us .right-side input[type=text], .contact-us .right-side input[type=email]{
        padding: 15px 0 5px;
    }
    .contact-us .contact-outer textarea{
        margin-top: 15px;
        max-height: 125px;
    }
    .contact-us .contact-outer .contact-submit{
        margin-top: 0px;
    }
    .promotion .three.box1 , .promotion .three.box2, .promotion .three.box3{
        padding-left: 0px;
        padding-right: 0px;
    }
    .promotion .right-side input[type=text], .promotion .right-side input[type=email]{
        padding: 15px 0px 4px;
    }
    .promotion .three .demo-btn{
        margin-top: 0px;
    }
    .contact.icon-contents .two {
        padding: 45px 0px;
        height: 350px;
    }
    .right-side input[type=text], .right-side input[type=email], .right-side textarea{
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .whitepaper-left {
        padding: 40px 20px 25px;
        height: auto;
    }
    .whitepaper-left h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .whitepaper-right {
        padding: 40px 20px;
    }
    .whitepaper-right .contact-submit {
        margin-bottom: 0;
        width: auto;
    }
    .whitepaper-right .right-side input[type=text],
    .whitepaper-right .right-side input[type=email],
    .whitepaper-right .right-side textarea {
        width: 100%;
    }
    .search-output .inner {
        padding: 40px 15px;
    }
    .search-output ul {
        margin: 30px 0;
    }
    .search-output li {
        margin-bottom: 25px;
    }
    .search-output li a {
        font-size: 18px;
        line-height: 24px;
    }
    .search-output li p {
        line-height: 22px;
    }
    .search-output .search-input {
        width: 90%;
    }
    .creative{
        padding-bottom: 100px;
    }
    .overlay-posts .post-data1, .overlay-posts .post-data2, .overlay-posts .post-data3{
        width: 100%;
    }
    .overlay-posts .post-data3{
        text-align: left;
    }
    .post-details p{
        padding-bottom: 5px;
    }
    .overlay-posts .title {
        width: 80px;
    }
    .overlay-posts .title p.sub-text{
        position: absolute;
        top: 0;
        padding-left: 3px;
    }
    .overlay-posts .video-nav .prev-post{
        left: 5px;
    }
    .overlay-posts .video-nav .next-post{
        right: 5px;
    }
    .overlay-posts {
        padding: 20px 35px 20px 35px;
    }
    .tab-slider .tab-slide-content{
        padding: 30px 0px 40px;
    }
    .tab-slider .tabs-links .tabs h2.sub-text{
        font-size: 14px;
    }
    .tab-slider .slides .slide-img{
        padding: 0px 15px;
    }
    .tab-slider .slides .text{
        width: 100%;
        padding: 0px 15px;
        min-height: 100px;
    }
    .tab-slider .demo-btn{
        margin-bottom: 0px;
    }
    .tab-slider .top-heading p {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .tab-slider .tabs-links .tabs, .tab-slider .tabs-links .tabs:first-child {
        width: 50%;
        margin-bottom: 5px;
    }
    .tab-slider .tab-slide-content .slides{
        padding-top: 0px;
    }
    .tab-slider .inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .tab-slider .top-heading p.highlighted-text{
        line-height: 26px;
    }
    .tab-slider .top-heading h2 {
        line-height: 36px;
    }
    .work-section-one .container{
        padding-bottom: 0px;
    }
    .work-section-one .image-part {
        padding-top: 0px;
        padding-left: 0px;
        width: 90%;
        margin: 0 auto;
    }
    .work-section-one .text-container{
        padding: 0px;
        margin-top: 20px;
    }
    .work-section-one .text-container h2{
        line-height: 24px;
    }
    .work-section-two .banner-side-image{
        margin-top: 0px;
        padding-left: 0%;
        padding-top: 0%;
        width: 90%;
        margin: 0 auto;
    }
    .work-section-two .text-container h2{
        padding-right: 0px;
    }
    .work-section-two .text-container {
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        text-align: center;
        padding-top: 15px;
    }
    .work-section-two .container{
        padding-bottom: 0px;
    }
    .work-section-two .text-container p{
        padding-top: 5px;
    }
    .work-section-three {
        height: 440px;
    }
    .work-section-three .inner{
        padding-top: 50px;
    }
    .work-section-three .text-container h4 {
        padding: 12px 10px 0px;
    }
    .work-section-three .feature-img {
        margin-top: 25px;
    }
    .work-section-four .image-part {
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .work-section-four .text-container {
        padding-top: 35px;
    }
    .work-section-four .text-container h4{
        padding: 16px 0px 0px;
    }
    .work-section-five .text-container h4 {
        padding-top: 5px;
    }
    .work-section-five .text-container h2 {
        line-height: 36px;
    }
    .work-section-five .image-part {
        margin-top: 20px;
        padding-bottom: 0px;
    }
    .social-box a{
        width: 30px;
    }
}

/*
* Placeholder for error
*/
.has-error ::-webkit-input-placeholder {
    color: red !important;
}

.has-error ::-moz-placeholder {
    color: red !important;
}
/* firefox 19+ */
.has-error :-ms-input-placeholder {
    color: red !important;
} /* ie */

.video-playlist p{
    font-size: 15px;
}

/*
 * New fields for whitepaper.
 */
.whitepaper-right .subscribe-check.checkbox-wrapper{
    width: 100%;
    margin-top: 10px;
}

.whitepaper-right {
    padding-bottom: 40px;
    padding-top: 40px;
}
.contact-submit.demo-btn{
    margin-top: 20px;
    float: left;
}
.label-link{
    text-decoration: underline;
}
.label-link:hover{
    text-decoration: underline;
}
.has-error .label-link{
    color: red !important;
}
.inline.has-error{
    color: red !important;
}

@media (max-width: 991px) and (min-width: 768px) {
    .contact-submit.demo-btn{
        float: left;
    }
    .whitepaper-right .subscribe-check.checkbox-wrapper{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .whitepaper-right .subscribe-check.checkbox-wrapper{
        width: 100%;
        text-align: left;
    }
    .whitepaper-container .inner{
        height: auto !important;
    }
    .whitepaper-outer {
        position: relative;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: 100%;
    }
}

/*violator-bar design*/

.violator-bar {
    background-color: #b951b9;
    padding: 0;
    z-index: 98;
    margin-top: 0;
}
.violator-bar.fixed{
    position: fixed;
}

.violator-bar .content-wrapper {
    display: inline-block;
    padding: 11px 0;
}
.violator-bar p {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    padding: 5px 0px;
}
.violator-bar a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding: 5px 27px;
}
.violator-bar a:hover {
    text-decoration: underline;
}