/*
Theme Name: Iquanti
Theme URI: https://iquanti.com/
Author: Iquanti
Author URI: https://iquanti.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button, input { line-height: normal }
button, select { text-transform: none }
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
input[type=checkbox], input[type=radio] { -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; box-sizing: content-box }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {-webkit-appearance:none}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
textarea { overflow: auto; vertical-align: top }

sup {
    font-size: 12px;
    vertical-align: top;
    position: relative;
    top: -7px;
}
ul.companies sup { top: 0px; }
.company-details h1 sup { top: 3px; }
.inner-container p sup, .footer sup {
    font-size: 10px;
    top: -3px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a { text-decoration: none; }
a:focus {outline:none;}
.clear { clear: both; }
.pull-left { float: left; }
.pull-right { float: right; }
body { 
    font-family: 'Lato', sans-serif; 
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}
.inner-container {
    width: 100%;
    max-width: 1170px;
    margin:auto; 
}
.inner-padding { padding: 55px 0; }
.slides h1, .company-details h1, .casestudies-banner h1 { font-family: "bebas-neue",sans-serif; }
h2 { 
    font-size: 35px;
    text-transform: uppercase;
    color: #232323;
    line-height: 30px;
    padding-bottom: 26px;
}
.orange-container { background: #f7941e; }
.ash-container { background: #f0f0f0; }
.cyan-container { background: #00a1ba; }

/* header starts here */

.header-outer {
    height: 86px;
    border-top: solid 5px #f7941e;
    padding-top: 20px;
}
.social-media-container { padding-bottom: 20px; }
.social-media {
    width: 15px;
    height: 15px;
    background: url(images/icon-sprite.png) no-repeat top left;
    float: right;
    margin-right: 10px;
}
.twitter { background-position: -15px top; }
.linkedin { background-position: -30px top; }
.logo { float: left; }
ul.nav-menu { 
    float: right;
    padding-top: 7px;
    /*padding-top: 15px;*/
}
ul.nav-menu li {
    text-transform: uppercase;
    float: left;
    margin-left: 30px;
    /*padding-left: 60px;*/
}
ul.nav-menu li a {
    font-size: 16px;
    color: #232323;
    float: left;
    padding: 8px 15px;
}
ul.nav-menu  > li:hover {border-bottom:10px solid #fff;}
ul.nav-menu li a:hover {
    color: #fff;
    background: #232323; 
}
ul.nav-menu li.active a, ul.nav-menu li.hovered a {
    color: #fff;
    /*color: #f79622; */
    background: #232323;
    /*padding: 8px 15px;
    margin-top: -8px;*/
}
.resp_menu { display:none; }
ul.nav-menu li ul {
    width: 160px;
    position: absolute;
    z-index: 1000;
    top: 111px;
    display: none;
}
ul.nav-menu li ul li {
    width: 100%;
    margin-left: 0; 
}
ul.nav-menu li ul li a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    text-transform: none;
    background: #232323;
}
ul.nav-menu li ul li a:hover { color: #f79825; }
a { 
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;	
}
ul.nav-menu li ul ul {
    left:100%; top:0; display:none; border-left:1px solid #ccc;
}
/*.social-media a, .social-media:hover  {
         transform: rotate(0deg) scale(1) skew(0deg) translateY(-10px);
        -webkit-transform: rotate(0deg) scale(1) skew(0deg) translateY(-10px);
        -moz-transform: rotate(0deg) scale(1) skew(0deg) translateY(-10px);
        -o-transform: rotate(0deg) scale(1) skew(0deg) translateY(-10px);
        -ms-transform: rotate(0deg) scale(1) skew(0deg) translateY(-10px);
}*/

/* flexslider starts here */

.flexslider {
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.slides { zoom: 1; }
.flex-viewport {
    /*height: 658px !important;*/
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0; }
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    /*width: 40px;
    height: 40px;*/
    /*margin: -20px 0 0;*/
    position: static;
    /* position: absolute;*/
    top: 50%;
    z-index: 10;
    overflow: hidden;
    /*opacity: 0;*/
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 25px 0;
    background: #f4f3f3;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    /*content: '\f001';*/
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before { /*content: '\f002';*/ }
.flex-direction-nav .flex-prev {
    /*left: -50px;*/
    display: none;
}
.flex-direction-nav .flex-next {
    font-size: 0;
    right: -50px;
    text-align: center;
    background-image: url(images/slider-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center center; 
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav {
    position: fixed;
    top: 40%;
    /*bottom: 0px;*/
    right: 0;
    text-align: center;
}
.flex-control-nav li {
    margin: 5px 20px;
    /*display: inline-block;*/
    zoom: 1;
    *display: inline;
    overflow: hidden;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #9facaf;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: right;
    clear: both;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #f7941e;
    /*background: rgba(0, 0, 0, 0.9);*/
    cursor: default;
}
.flex-control-paging li a.customebutton.flex-active { background: #fff; }

/* slider starts here */

#companiesslider { display: none; }
ul.slides > li { 
    position: relative;
    padding-top: 50px;
    /*margin-bottom: 60px; */
}
ul.slides > li:last-child { margin-bottom: 75px; }
.slide-one, .slide-two, .slide-three, .slide-four, .slide-five {
    height: 650px;
    box-sizing: border-box;
    /*height: 515px;
    height: 628px;*/
    /*padding: 0 0 30px 0;*/
    /*height: 658px;*/ 
}
ul.slides > li.slide-one { padding: 170px 0; }
ul.slides > li.slide-two { padding: 90px 0; }
ul.slides > li.slide-three { padding: 80px 0; }
.slide-one { background: url(images/slide-one.jpg) no-repeat top center #dff2f9;  background-size: cover; }
.slide-two { background: url(images/slide-two.jpg) no-repeat top center #f4f3f3; }
.slide-three { background: url(images/slide-three.png) no-repeat top center  #f7941e; background-size: cover; background-position: 100px 0; }
.slide-four { background: url(images/slide-four.jpg) no-repeat top center #23586a; background-size: cover; }
.slide-five { height: 575px; background: #f4f3f3; }
.slides { 
    text-align: center;
    /*margin-top: -90px;*/
}
ul.slides > li > span {
    width: 100%;
    content: '';
    background: url(images/slider-arrow-black.png) no-repeat center center #f4f3f3;
    display: block;
    padding: 30px 0;
    position: absolute;
    bottom: -60px;
    cursor: pointer;
    display: none;
}
ul.slides li.slide-two > span { background: url(images/slider-arrow-white.png) no-repeat center center #f7941e; }
ul.slides li.slide-three > span { background: url(images/slider-arrow-white.png) no-repeat center center #225769; }
ul.slides li.slide-five > span { display: none; }
ul.slides > li.slide-one {
    /*height: 628px;
    padding-top: 30px;
    height: 558px;
    padding-top: 100px; */
}
.slide-one-inner { 
    width: 770px;
    /*width: 691px;*/
    margin: auto;
}
.slide-three .slide-one-inner { width: 695px\9; }
.slides h1 {
    font-size: 45px;
    border: solid 7px #232323;
    display: inline-block;
    padding: 14px;
    margin: 0 0 30px 0;
    /*margin: 50px 0 50px 0;*/
}
.slides p { 
    font-weight: 300;
    font-size: 30px;
    line-height: 50px;
}
a.learn-more {
    max-width: 150px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 16px;
    text-transform: uppercase;
    background: #f7941e;
    padding: 10px 15px;
    float: right;
    margin-top: 42px;
    /*margin-top: 63px;
    margin-top: -5px;*/
}
.learn-more:hover { color: #232323; }
/*.slide-one a.learn-more { margin-top: 174px; }*/
a.learn-more span.text {
    width: 100px;
    float: left; 
}
a.learn-more span.arrow {
    width: 15px;
    height: 30px;
    background: url(images/icon-sprite.png) no-repeat -47px top; 
    float: right;
}
.slide-two p, .slide-three p, .slide-four p { 
    width: 810px;
    /*font-size: 20px;
    line-height: 30px;*/
    margin: auto;
}
.slide-two img { padding-top: 125px; }
.slides h1.metholodogy {
    color: #fff;
    border: solid 7px #fff;
}
.slide-three p, .slide-four p { 
    width: 1090px;
    /*width: 665px;*/
    color: #fff;
}
.slide-three p { width: 960px; /*width: 920px; width: 880px;*/ }
.slide-two ul.logos {
    overflow: hidden;
    padding-top: 85px;
}
.slide-two ul.logos li {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.slide-two ul.logos li img { 
    display: block;
    padding: 0 0 35px 0;
}
.slide-two a.learn-more, .slide-three a.learn-more, .slide-four a.learn-more { background: #232323; }
.slide-two .learn-more:hover, .slide-three .learn-more:hover, .slide-four .learn-more:hover { color: #f7941e; }
.slide-two a.learn-more, .slide-four a.learn-more { margin-top: -108px; }

.slide-three ul.items { padding-top: 30px; /*padding-top: 70px;*/ }
.slide-three ul.items li {
    width: 11.8%;
    /*width: 12%;*/
    font-size: 18px;
    color:#fff;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 30px;	
}
.slide-three ul.items li:nth-child(3) { width: 15%; }
.slide-three ul.items li:first-child { width: 10%; }
.slide-three ul.items li span.company-icons {
    width: 166px;
    height: 126px;
    display: block;
    background: url(images/icon-sprite.png) no-repeat top left;
    margin: 0 auto 25px auto;
}
.slide-three ul.items li span.company-icons.seventy { background: url(images/icon-sprite.png) no-repeat -14px -132px; }
.slide-three ul.items li span.company-icons.hashone { background: url(images/icon-sprite.png) no-repeat -170px -131px; }
.slide-three ul.items li span.company-icons.eightyeight { background: url(images/icon-sprite.png) no-repeat -330px -131px; }
.slide-three ul.items li span.company-icons.twenty { background: url(images/icon-sprite.png) no-repeat -493px -131px; }
.slide-three a.learn-more { margin-top: -87px; }


.slide-four .slide-one-inner { width: 620px; }
.slide-four a.learn-more { margin-top: 214px; }
.slide-five .slide-one-inner { width: 850px; }
.slide-five ul.companies {
    width: 1110px;
    margin: 22px auto;
    overflow: hidden;	
}
.slide-five ul.companies li:first-child { 
    /*width: 235px;*/
    padding-left: 0;
}
/*.slide-five ul.companies li:first-child strong { font-size: 29px; }*/
.slide-five ul.companies li:first-child p { padding-bottom: 20px; }
.slide-five ul.companies li {
    width: 29%;
    /*width: 20%;*/
    height: 250px;
    max-height: 250px;
    overflow: hidden;
    text-align: left;
    border-right: solid 1px #9e9e9e;
    float: left;
    padding: 0 28px;
}
.slide-five ul.companies li small { font-size: 12px; }
.slide-five ul.companies li strong {
    font-weight: normal;
    font-size: 38px;
    color: #232323;
    display: block;
    margin: 0 0 30px 0;
}
.slide-five ul.companies li strong:hover { color: #f7941e;  }
.slide-five ul.companies li .content-logo { height: 65px; }
.slide-five ul.companies li strong img { 
    display: block;
    padding-bottom: 15px;
}
.slide-five ul.companies li p { 
    font-size: 19px;
    color:  #57575a;
    line-height: 28px;
    padding-bottom: 26px;
}
/*.slide-five ul.companies li.blog-class1 img { padding-bottom: 15px; }*/
.slide-five ul.companies li.blog-class2 p { 
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 36px;
}
.slide-five ul.companies li.blog-class3 p {
    font-size: 16px;
    padding-bottom: 44px;	
}
.slide-five ul.companies li:last-child { border: none; }
.slide-five ul.companies li.blog-class4 p:before {
    width: 65px;
    height: 201px;
    content: "";
    background: url(images/testimonial-icon.png) no-repeat top left;
    float: left;
}
.slide-five ul.companies li.blog-class4 p {
    height: 265px;
    font-weight: 300;
    font-size: 31px;
    font-style: italic;
    color: #f7961e;
    line-height: 30px;
}
.slide-five .inc-container { 
    max-width: 100%;
    background: #fff;
    padding: 45px 0;
    clear: both;
}
.slide-five a.learn-more {
    line-height: 29px;
    margin-top: -43px;
    margin-bottom: 17px;
    position: relative;
    top: 65px;
}
.slide-five .inc-container ul li:nth-child(2) img { height: 73px; }
.slide-five .inc-container ul li:first-child img, .slide-five .inc-container ul li:last-child img { height: 68px; }
/*li.slide-one:after, .slide-two:after, .slide-three:after, .slide-four:after, .slide-five:after {
        content:'';
        height: 100px;
        background: #000;	
}*/
.flex-next.slide-five { display: none; }


/* about us starts here */

.inner-banner { 
    height: 400px;
    padding-top: 30px;
}
.about-banner { 
    background: url(images/about-banner.jpg) no-repeat top center #a9b1b5;
    background-size: cover;
}
.company-details {
    width: 280px;
    min-height: 280px;
    background: rgba(0, 0, 0, 0.5);	
    padding: 45px;
    float: left;
}
.company-details h1 { 
    font-size: 32px;
    color: #fff;
    border: solid 5px #fff;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.company-details p {
    font-weight: 300;
    font-size: 25px; 
    color: #fff;
    line-height: 30px;
}
.company-details ul { margin-top:5px;}
.company-details ul li {
    background: url(images/accordion-inactive-white.png) no-repeat 0 4px;
    padding-left: 15px;
    padding-bottom:15px;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}
.company-details ul li:last-child {padding-bottom:0;}
.inc-container { text-align: center; }
.inc-container ul li {
    border-right: solid 1px #ccc;
    display: inline-block;
    padding: 0 40px; 
}
.inc-container ul li:nth-child(2) img { height: 73px; }
.inc-container ul li:first-child img, .inc-container ul li:last-child img { height: 68px; }
.inc-container ul li:last-child { border: none; }
.team-container {
    color: #fff;
    text-align: center;
    background: #f7941e; 
}
.team-container h2 { color: #fff; }
.team-container p { 
    /*width: 760px;*/
    font-size: 18px;
    /*font-size: 20px;*/
    text-align: left;
    line-height: 25px;
    margin: auto;
}
.team-container p:last-child { padding-bottom: 0; }
.team-container .services-left h3 { color: #fff; }
.team-container h3, .team-container li { text-align: left; }
.team-container ul.services-list li {
    border: none;
    text-transform: inherit;
    background: url(images/accordion-inactive-white.png) no-repeat 0 4px;
    padding-bottom: 0;
    padding-left: 15px;
}
.team-container ul.services-list li:first-child { 
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    background: none;
    margin-left: -15px;
}
.team-container b { font-weight: bold; }
.our-culture ul li {
    width: 387px;
    height: 387px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0 3px 3px 0;
}
.our-culture ul li:nth-child(3), .our-culture ul li:last-child { margin-right: 0; }
.our-culture ul li:nth-child(4), .our-culture ul li:nth-child(5), .our-culture ul li:nth-child(6) { margin-bottom: 0; }
.our-culture ul li > strong {
    font-family: "bebas-neue",sans-serif;
    font-size: 160px;
    display: block;
    padding: 70px 0;
}
.our-culture ul li strong > span {
    font-family: "bebas-neue",sans-serif;
    font-size: 80px; 
    padding-top: 30px;
    display: inline-block;
    vertical-align: top;
}
.our-culture ul li span { 
    font-size: 24px;  
    line-height: 30px; 
}
.our-culture ul li span strong { font-weight: bold; }
.our-culture ul li.culture-one {    
    background: url(images/culture-one.jpg) no-repeat; 
    background-size: cover;
    padding: 0 30px;
}
.our-culture ul li.culture-two { background: url(images/culture-two.jpg) no-repeat; background-size: cover; }
.our-culture ul li.culture-three { background: url(images/culture-three.jpg) no-repeat; background-size: cover; }
.our-culture ul li.culture-four { background: url(images/culture-four.jpg) no-repeat; background-size: cover; }
.our-culture ul li.culture-five { background: url(images/culture-five.jpg) no-repeat; background-size: cover; }
.our-culture ul li.culture-six { background: url(images/culture-six.jpg) no-repeat; background-size: cover; }
.our-team { 
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.our-team ul { 
    padding-top: 30px;
    display: inline-block;
}
.our-team ul li {
    font-size: 20px;
    padding-top: 10px;
    text-align: left;	
}
.our-team ul li:before {
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat -67px top;
    display: inline-block;
    content: '';
    position: relative;	
}
.leaders-outer {
    font-size: 20px;
    text-align: center;
    background: #f7f7f7; 
}
.leaders-container {
    font-size: 18px;
    text-align: left;
    border-bottom: solid 1px #ccc;
    padding: 30px 0;
}
.leaders-outer > .inner-container > p { padding-bottom: 25px; }
.leaders-container.last { 
    border: none;
    padding-bottom: 0;
}
.leader { 
    width: 142px;
    height: 142px;
    border-radius: 70px;
    /*float: left;*/
    overflow: hidden;
}
.leader-desc {
    width: 900px;
    /*float: left;
    padding: 0 0 30px 0;*/
    margin-left: 35px;	
}
.leader, .leader-desc {
    vertical-align: middle;	
    display: inline-block;
}
.leader-desc h3 { font-weight: 700; }
.leader-desc p {
    font-size: 18px;
    color: #57575a;
    line-height: 23px;
    text-align: justify;
    padding-top: 15px; 
}

/* footer starts here */

.footer .inner-padding { padding: 30px 0; }
.footer {
    font-size: 15px;
    color: #cfcfcf;
    background: #232323; 
}
.footer-left {
    width: 550px;
    float: left;	
}
.footer ul li a {
    font-size: 14px;
    color: #cfcfcf;
    text-transform: uppercase;
    float: left;
    border-right: solid 1px #cfcfcf;
    padding: 0 10px;
}
.footer ul li:first-child a { padding-left: 0; }
.footer ul li:last-child a { border: none; }
.footer ul li a:hover { color: #f79622; }
.footer ul li.active a { color: #f79622; }
.footer span { 
    font-size: 13px;
    display: inline-block;
    padding-top: 20px;
}
.footer-right {
    width: 225px;
    float: right; 
}
.footer-right input {
    width: 213px;
    border: none;
    padding: 3px 6px;
    margin-top: 10px; 
}
.footer-right ::-webkit-input-placeholder { color: #737373; }
.footer-right input[type="text"]::-moz-placeholder { color: #737373; }
.footer-right :-ms-input-placeholder { color: #737373; }
.footer-right input[type="submit"] {
    width: 225px;
    font-family: 'Lato', sans-serif; 
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #f7941e;
    padding: 3px 0;
}

/* services starts here */

.services-banner { 
    background: url(images/services-banner.jpg) no-repeat top center;
    background-size: cover;
}
ul.services li { 
    width: 195px;
    font-size: 18px;
    color: #232323;
    text-align: center;
    line-height: 20px;
    float: left;
    border-right: solid  1px #dadada;
    padding: 65px 48px;
}
ul.services li a { color: #232323; }
ul.services li a:hover { color: #f7941e; }
ul.services li:last-child { border: none; }
ul.services li span.icons {
    width: 119px;
    height: 102px;
    background: url(images/icon-sprite.png) no-repeat;
    display: block;
    margin: 0 auto;
}
ul.services li span.icons.management { background: url(images/icon-sprite.png) no-repeat 0 -40px; }
ul.services li span.icons.demand { background: url(images/icon-sprite.png) no-repeat -122px -40px; }
ul.services li span.icons.analytics { background: url(images/icon-sprite.png) no-repeat -240px -40px; }

ul.services li span.icons.optimization { background: url(images/icon-sprite.png) no-repeat -355px -40px; }
.orange-container h2, .cyan-container h2, .grey-container h2, .cyan-container .services-left h3, .orange-container .services-left h3  { color: #fff; }
.services-left {
    width: 680px;
    color: #fff;
    float: left;
}
.services-left p { 
    line-height: 22px;
    padding-bottom: 25px;
}
a.contact-us { 
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.contact-us:hover { text-decoration: none; }
a.contact-us span { 
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat -61px top;
    display: inline-block;
}
ul.services-list { 
    width: 300px;
    color: #fff;
    float: right;
    padding-top: 3px;
}
ul.services-list li { 
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    padding: 0  0 13px 0;
    margin: 0 0 13px 0;
}
ul.services-list li:last-child, .ash-container ul.services-list li:last-child { 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ash-container .services-left, .ash-container ul.services-list, .ash-container a.contact-us { color: #57575a; }
.services-left h3 { 
    font-weight: bold;
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.ash-container ul.services-list li { border-bottom: solid 1px #cccccc; }
.ash-container a.contact-us span { background: url(images/icon-sprite.png) no-repeat -61px -16px; }

/* work starts here */

.work-banner {
    background: url(images/work-banner.jpg) no-repeat top center #57575a;
    background-size: cover;
}
.work-logos {
    text-align: center;
    padding: 55px 0 25px 0;
    overflow: hidden;
}
.work-logos ul.logos li {
    width: 23%;
    display: inline-block; 
    vertical-align: top;
}
.work-logos ul.logos li img {
    padding-bottom: 30px;
    vertical-align: top;
}
.case-studies-inner { padding-bottom: 30px; }
.case-studies-inner:last-child { padding-bottom: 0; }
.case-studies-container h2 { text-align: center; }
.case-studies {
    width: 320px;
    text-align: center;
    background: #fff;
    float: left;
    padding: 25px;
    margin: 0 30px 0 0;
}
.case-studies .case-icons {
    width: 164px;
    height: 143px;
    background: url(images/icon-sprite.png) no-repeat top left;
    display: inline-block;
}
.case-icon-mobile {
    font-family: "bebas-neue",sans-serif;
    font-size: 60px;
    color: #fff;
    display: none;
}
.case-icon-mobile small { font-size: 30px; }
.case-studies .case-icons.increase { background-position: 0px -260px; }
.case-studies .case-icons.conversion { background-position: -160px -260px; }
.case-studies .case-icons.quality { background-position: -325px -265px; }
.case-studies .case-icons.traffic { background-position: 0 -410px; }
.case-studies .case-icons.searchrank { background-position: -160px -405px; }
.case-studies .case-icons.cost { background-position: -325px -405px; }
.case-studies.extreme { margin-right: 0; }
.case-studies h3 a {
    font-weight: bold;
    font-size: 20px;
    color: #232323;
    text-transform: uppercase; 	
}
.case-studies h3 a:hover { text-decoration: underline; }
.case-studies p {
    font-size: 16px;
    color: #57575a;
    padding: 10px 0;
}
a.learnmore.cs-learn {
    color: #f7961e;
    text-decoration: underline;
}
.learnmore.cs-learn:hover { text-decoration: none; }
a.learnmore.cs-learn span {
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat -80px 0px;
    display: inline-block;
}

/* tools starts here */

.tools-banner {
    background: url(images/tools-banner.jpg) no-repeat top center;
    background-size: cover;
}
.tools-container { padding-bottom: 50px; }
.tools-container:last-child { padding-bottom: 0; }
.tools-services {
    width: 370px;
    float: left;
    margin: 0 30px 0 0;
}
.tools-services.extreme { margin: 0; }
.tools-services .tools-icon {
    width: 95px;
    height: 80px;
    background: url(images/icon-sprite.png) no-repeat top left;
    display: block;	
}
.tools-services .tools-icon.qsm { background-position: -30px -545px; }
.tools-services .tools-icon.alps { background-position: -125px -545px; }
.tools-services .tools-icon.futurist { background-position: -228px -545px; }
.tools-services .tools-icon.hmvt { background-position: -335px -545px; }
.tools-services .tools-icon.ivdyo { background-position: -430px -545px; }
.tools-services h2 {
    font-size: 35px;
    color: #232323;
    padding: 15px 0;
}
.tools-services h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #232323;
    padding: 10px 12px;
}
.tools-services p, .tools-services ol, .tools-services ul {
    font-size: 18px;
    color: #57575a;
    line-height: 23px;
    padding: 30px 0;	
}
.tools-services ol { 
    padding-top: 0;
    margin-left: 23px;
}
.tools-services ol li { list-style: decimal; }
.tools-services h6 { 
    font-size: 18px;
    padding-bottom: 10px;
}
.tools-services a.learnmore.cs-learn {
    font-size: 18px;
    /*display: inherit;*/
    display: inline-block;
    padding-bottom: 5px;
}

/* case studies starts here */

.casestudies-banner {
    height: auto;
    /*height: 330px;*/
    text-align: center;
    background: #00a1ba;
    padding: 40px 0;
    /*padding-top: 100px;*/
}
.casestudies-banner h1 {
    font-size: 45px;
    color: #fff;
    border: solid 7px #fff;
    display: inline-block;
    padding: 14px; 
}
.casestudies-banner p { 
    /*width: 660px;*/
    font-weight: 300;
    font-size: 25px;
    /*font-size: 30px;*/
    color: #fff;
    line-height: 30px;
    /*line-height: 35px;*/
    padding-top: 25px;
    margin: auto;
}
ul.casestudie-icons {
    padding: 35px 0 50px 0;
    overflow: hidden;
}
ul.casestudie-icons li {
    width: 20%;
    /*width: 11%;*/
    font-size: 18px;
    color: #232323;
    text-align: center;
    text-transform: uppercase;
    float: left;
    box-sizing: border-box;
    padding: 0px 12px;
    /*padding: 0px 75px;*/
}
/*ul.casestudie-icons li:first-child { width: 15%; }*/
ul.casestudie-icons li span.case-icons {
    width: 176px;
    height: 140px;
    /*height: 160px;*/
    display: block;
    background: url(images/icon-sprite.png) no-repeat top left;
    margin: auto;
}
ul.casestudie-icons li span.case-icons.sixty  { background-position: 0px -817px; }
ul.casestudie-icons li span.case-icons.seventy  { background-position: -170px -817px; }
ul.casestudie-icons li span.case-icons.four-points  { background-position: -348px -820px; }
ul.casestudie-icons li span.case-icons.twenty  { background-position: -525px -814px; }
ul.casestudie-icons li span.case-icons.websites  { background-position: -697px -814px; }
/*ul.casestudie-icons li span.case-icons.sixty  { background-position: 13px -627px; }
ul.casestudie-icons li span.case-icons.seventy  { background-position: -200px -627px; }
ul.casestudie-icons li span.case-icons.four-points  { background-position: -365px -627px; }
ul.casestudie-icons li span.case-icons.twenty  { background-position: -523px -627px; }*/

ul.casestudie-icons.rci li {
    width: 23%;
    padding: 0px 40px;	
}
ul.casestudie-icons.rci li:nth-child(2) { width: 30%; }
ul.casestudie-icons.rci li span.case-icons.six  { background-position: 0px -1010px; }
ul.casestudie-icons.rci li span.case-icons.sevenmillion  { width: 230px; background-position: -200px -1010px; }
ul.casestudie-icons.rci li span.case-icons.eightypercent  { background-position: -450px -1002px; }
ul.casestudie-icons.rci li span.case-icons.fivepercent { background-position: -625px -1000px; }
ul.casestudie-icons.rci li span.case-icons.one { background-position: -815px -1010px; }

ul.casestudie-icons.open li { 
    width: 25%;
    padding: 0px 40px;
}
ul.casestudie-icons.open li span.case-icons.twosixtypercent { background-position: 0px -1185px; }
ul.casestudie-icons.open li span.case-icons.fivex  { background-position: -170px -1185px; }
ul.casestudie-icons.open li span.case-icons.oneclassification  { background-position: -350px -1195px; }
ul.casestudie-icons.open li span.case-icons.link { background-position: -525px -1185px; }

.case-detail-banner {
    height: 270px;
    background: url(images/case-detail-banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0;
}
.case-detail-banner p {
    width: 320px;
    height: 220px;
    /*width: 270px;
    height: 170px;*/
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    font-style: italic;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    float: right;
    padding: 25px;
    /*padding: 50px;*/
}
.tools-services ul { padding-bottom: 0; }
.tools-services ul li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;	
}
.tools-services ul li:last-child { border: none; }
ul.tools-used h3 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}
ul.tools-used li {
    width: 50%;
    text-align: center;
    float: left;
    border: none;
}
ul.tools-used li .tools-icon { 
    display: inline-block;
    transform: scale(0.8); 
}
ul.tools-used li .tools-icon.qsm { background-position: -8px -545px; }
ul.tools-used li .tools-icon.ivdyo { background-position: -425px -545px; }
ul.tools-used li .tools-icon.alps { background-position: -110px -545px; }
ul.tools-used li .tools-icon.hmvt { background-position: -322px -545px; }
.contact-container {
    font-weight: 300;
    font-size: 16px; 
    color: #fff;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}
.contact-container .learn-left {
    width: 550px;
    float: left;
}
.contact-container h2 {
    font-size: 29px;
    text-transform: uppercase;
    padding-bottom: 34px;
}
.contact-container h6 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.contact-container .learn-left > div {
    width: 260px;
    float: left; 
}
.contact-container ul li { padding-bottom: 10px; }
.contact-container ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline; 
}
.contact-container ul li a:before {
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat -67px top;
    display: inline-block;
    content: '';
    position: relative;	
}
.contact-container ul li a:hover { text-decoration: none; }
.contact-container.contact .learn-left { width: auto; }
.contact-container .learn-right {
    width: 270px;
    float: right;
    /*padding-right: 100px;*/
}
.contact-container .learn-right a {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    text-decoration: underline;
}
.contact-container .learn-right a:hover { text-decoration: none; }
.grey-container { background: #57575a; }

/* blog starts here */

.blog-ash-container { background: #f7f7f7; }
.blog-banner {
    background: url(images/blog-banner.jpg) no-repeat top center;
    background-size: cover;
}
.media-banner { background: url(images/media-banner.jpg) no-repeat top center; }
.media-banner-single { background: url(images/media-banner-nocollage.jpg) no-repeat top center; display: none;  }
.inner-banner.media-banner { height: 298px; }
.media-banner .company-details { min-height: 0; }
.blog-left {
    width: 805px;
    float: left; 
}
.blog-container, .white-container {
    border: solid 1px #e4e4e4;
    background: #fff;
    padding: 23px 28px;
    margin-bottom: 30px;
}
.blog-container h2 {
    font-size: 30px;
    color: #232323;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 17px;
}
.blog-container h2 a { color: #232323; }
.blog-container h2 a:hover { color: #f79622; }
.blog-container h2 strong { display: block; }
.blog-container h2 span.icons {
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat top left;
    display: inline-block;
}
.blog-container h2 span.icons.clock-icon { background-position: -101px -1px; }
.blog-container h2 span.icons.comment-icon { background-position: -126px -1px; }
.blog-container h2 small { 
    font-size: 12px;
    margin-right: 10px;
}
.blog-content-banner img { 
    width: 100%;
    max-width: 100%;
}
.blog-content {
    /*height: 150px;*/
    overflow: hidden;
}
.blog-content.blogpart { height: auto; }
.blog-content p {
    font-size: 16px;
    color: #57575a;
    line-height: 25px;
    padding: 24px 0;
}
.blog-content ul li {
    font-size: 16px;
    color: #57575a;	
    padding-bottom: 10px;
}
.blog-logo {
    width: 230px;
    float: left;
    text-align: center;
    margin: 32px 15px 0 0;
}
.blog-content img {
    padding: 10px;
    /*float: left;
    border: solid 1px #D6D6D6;
    margin: 32px 15px 0 0;*/
}
.blog-content.blogpart p { padding: 0 0 24px 0; }
.blog-content a { 
    color: #f79622;
    text-decoration: underline;
}
.blog-content a:hover { text-decoration: none; }
.blog-content p i { font-style: italic; }
.blog-content.blogpart { padding-top: 24px; }
.blog-content.blogpart img { margin: 0px 20px 20px 0; }
.blog-content h4, .blog-content h5, .blog-content h6 {
    font-size: 26px;
    padding: 24px 0;
}
.blog-content h5 { font-size: 22px; }
.blog-content h5 { color: #f79622; }
.blog-content h5 a { color: #f79622; }
.blog-content h5 a:hover { text-decoration: underline; }
.blog-content h6 { font-size: 18px; }
.blog-content.blogpart p img {
    float: left;
    padding: 0 20px 20px 0;
}
.blog-container a.read-more {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #f79622;
    display: inline-block;
    padding: 10px 15px;
}
.blog-container a.read-more:hover { background: #232323; }
.blog-right {
    width: 331px;
    float: right; 
}
.white-container h4 { 
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 17px;
    position: relative;
}
.white-container h4:after {
    content: "";
    width: 110px;
    height: 3px;
    background: #f79622;
    position: absolute;
    left: 0;
    bottom: -1px;
}
ul.tags li { border-bottom: dashed 1px #e2e2e2; }
ul.tags li a {
    font-weight: bold;
    font-size: 16px !important;
    color: #737373;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
}
ul.tags li:last-child { border-bottom: none; }
ul.tags li:last-child a { padding-bottom: 0; }
ul.tags li a:hover { color: #f79622; }
ul.pagination { text-align: center; }
ul.pagination li { 
    display: inline-block;
    margin-right: 2px;
}
ul.pagination li a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #57575a;
    padding: 5px 10px;
}
ul.pagination li a:hover { background: #f79622; }
ul.pagination li.active span.current {
    color: #fff;
    background: #f79622;
    padding: 5px 10px;
    margin-right: 0px;
}
.blog-iframe > div { 
    display: inline-block; 
    margin: 0 10px 20px 0; 
}
.vine-content img { float: none; }
.blog-text {
    width: 66%;
    float: left;
}

/* contact starts here */

.contact-banner {
    /*background: url(images/contact-banner.jpg) no-repeat top center #00a1ba;*/
    background: url(images/enterprise-seo-banner.jpg) no-repeat top left #5badef;
    background-size: auto 100%;
}
/*.contact-banner .company-details {
        width: 400px;
        background: none;
        padding: 0;	
}
.contact-banner .company-details h1 {
        border: none;
        padding: 0;
        margin-bottom: 10px;	
}*/
.contact-banner input[type="text"], .contact-banner select, .contact-banner textarea {
    font-family: 'Lato', sans-serif;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    /*border: none;*/
    border: solid 0px #00a1ba;
    padding: 7px 10px;
    margin-bottom: 10px;
    box-sizing:border-box;
}
.contact-banner select { color: #757575; }
.contact-banner ::-webkit-input-placeholder { color: #757575; }
/*.contact-container input[type="text"]::-moz-placeholder { color: #b4b4c7; }*/
.contact-banner :-ms-input-placeholder { color: #757575; }
.contact-banner select {
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: 30px;
}
.contact-banner textarea {
    height: 70px;
    resize: none; 
}
.contact-banner input[type="submit"] {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #232323;
    border: none;
    padding: 5px 0;
}
.map-container {
    height: 482px;
    background: url(images/map.jpg) no-repeat top center;
    font-size: 14px;
    color: #57575a;
    position:relative;
}
.map-container .location {
    width: auto;
    min-width:150px;
    float:left;
    background: #f7f6f6;
    box-shadow: 2px 2px 2px #cacaca;
    padding: 18px 20px;
    position: absolute;
    text-align:center;
}
.map-container .location.chicago {
    top: 95px;
    left: 140px;
}
.map-container .location.toronto {
   left: 345px;
    top: 75px;
}
.map-container .location.mexico {
    top: 274px;
    left: 110px;
}
.map-container .location.newyork {
    width: 260px;
    left: 370px;
    top: 226px;
    text-align:left;
}
.map-container .location.bangalore { 
    left: 775px;
    bottom: 272px;
}
.map-container .location.london{
    left: 560px;
    top: 82px;
}
.map-container.ind-map .location.newyork {width:auto; text-align:center; left:360px; top:205px;}
.map-container.ind-map .location.bangalore {width:300px; text-align:left; bottom:290px;}

.map-container .location h2 {
    font-weight: bold;
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.map-container .location span { 
    display: block;
    padding-bottom: 5px;
}
.contact-container p {
    font-size: 18px;
    line-height: 23px;
    /*padding-bottom: 35px;*/
}
.contact-container p a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}
.contact-container.contact a.contact-us {
    font-weight: normal;
    margin-top: 25px;
    display: inline-block;
}
.contact-container p a:hover { text-decoration: none; }
.contact-container.contact .learn-left ul { margin-left: 20px; }
.contact-container.contact .learn-left ul li {
    padding-bottom: 10px;
    list-style-type: disc;	
}
.contact-container.contact .learn-left ul li:first-child { padding-top: 10px; }
.contact-container.contact .learn-left ul li { 
    font-weight: bold;
    text-transform: uppercase;
}
.contact-container.contact .learn-left ul li ul li { 
    font-weight: normal;
    text-transform: none;
}
/*.contact-container .learn-right.contact-form { 
        width: 315px;
        text-align: center;
}
.contact-container .learn-right.contact-form h4 { text-align: left; }
.contact-container .learn-right input[type="text"], .contact-container .learn-right select, .contact-container .learn-right textarea {
        width: 295px;
        font-size: 16px;
        color: #000;
        border: none;
        padding: 7px 10px;
        margin-bottom: 10px;
}
.contact-container .learn-right select { color: #757575; }
.contact-container ::-webkit-input-placeholder { color: #757575; }
.contact-container input[type="text"]::-moz-placeholder { color: #b4b4c7; }
.contact-container :-ms-input-placeholder { color: #757575; }
.contact-container .learn-right select { 
        width: 315px;
        line-height: 30px;
}
.contact-container .learn-right textarea {
        height: 153px;
        font-family: 'Lato', sans-serif;
        font-size: 17px;
        resize: none; 
}
.contact-container .learn-right input[type="submit"] {
        width: 125px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        background: #232323;
        border: none;
        padding: 5px 0;
}*/
.thankmsg {
    font-weight: bold;
    color: #ff0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.subscribe_msg {
    font-size: 13px;
    color: #f7941e;
    padding-top: 10px;	
}
#popup { 
    height: auto;
    background-color: #fff;
    border-radius: 15px;
    color: #f00;
    box-sizing: border-box;
    display: none; 
    padding: 20px;	
}
#popup li { padding-bottom: 5px; }
.b-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
.contactUsError { /*color: #f00 !important;*/ 
     box-shadow: 0 0 0 2px red inset;
/*    border: 1px solid red !important; */



}

/* subscribe form */

.msg-blog{ 
    min-height:15px;
    font-size: 13px;
    color: #f7941e;
    padding-top: 10px;
}
.error::-webkit-input-placeholder { color:    #CC0000; }
.error:-moz-placeholder { color: #CC0000; opacity:  1; }
.error::-moz-placeholder { color: #CC0000 !important; opacity:  1; }
.error:-ms-input-placeholder { color: #CC0000; }
input.error{color : #cc0000 !important; }

/* privacy starts here */

.privacy-container, .sitemap-container, .error-page {
    font-size: 16px;
    color: #57575a;
    background: #f9f9f9;
}
.privacy-container h1, .sitemap-container h1, .error-page h1 {
    font-family: "bebas-neue",sans-serif;
    font-size: 44px;
    color: #232323;
    text-align: center;
    padding-bottom: 20px;
}
.privacy-container h2 { padding-top: 15px; }
.privacy-container h6 {
    font-weight: bold;
    font-size: 18px;
    color: #232323;
    padding: 9px 0 20px 0;
}
.privacy-container p {
    line-height: 20px;
    padding: 0 0 15px 0;	
}
.privacy-container p a { 
    color: #f79622;
    text-decoration: underline;
}
.privacy-container p a:hover { text-decoration: none; }

/* sitemap starts here */

ul.sitemap { 

    padding: 0 30px;
}
ul.sitemap li a:before {
    width: 15px;
    height: 11px;
    background: url(images/icon-sprite.png) no-repeat -85px top;
    display: inline-block;
    content: '';
    position: relative;
}
ul.sitemap li a {
    font-weight: bold;
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
}
ul.sitemap li a:hover { text-decoration: underline; }
ul.sitemap li ul { margin-left: 20px; }
ul.sitemap li ul li a:before {
    width: 10px;
    background: url(images/sitemap-arrow.png) no-repeat center left;
}
ul.sitemap li ul li a { 
    font-weight: normal;
    text-transform: inherit;
}

/* 404 starts here */

.error-page { 
    min-height: 20px;
    padding: 150px 0;  
}
.error-page p { text-align: center; }

/* services innner starts here */

.services-banner-inner {
    height: 390px;
    background: #5badef;
    padding-top: 0;
}
.services-banner-inner .inner-container {
    height: 390px;
    background: url(images/enterprise-seo-banner.jpg) no-repeat top left;
    padding-top: 30px;
}

/* services inner starts here */

.banner-content {
    width: 730px;
    float: left; 
}
.banner-content h1 {
    font: normal 45px "bebas-neue",sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.banner-content p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-top: 10px;
}
.banner-form {
    width: 375px;
    float: right;
    box-sizing: border-box;
    background: #808080;
    padding: 30px;
    margin-top: 15px;
}
.banner-form input, .sticky-form input {
    width: 100%;
    font: bold 15px 'Lato', sans-serif; 
    border: none;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.banner-form input:focus, .sticky-form input:focus { outline: none; }
.banner-form input[type="submit"], .sticky-form input[type="submit"] {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #f7941e;
    margin-bottom: 0;
}
.banner-form input[type="submit"]:hover, .sticky-form input[type="submit"]:hover { background: #000; }
ul.services.seo-service li {
   /* width: 16.65%;*/
    font-size: 20px;
    text-transform: uppercase;
    padding: 65px 13px;
    box-sizing: border-box;
}
ul.services.seo-service li strong  {
    font-weight: bold;
    color: #f7941e;
    display: block;
}
ul.seo-services-list li {
    background: url(images/accordion-inactive.png) no-repeat 0 3px;
    padding: 0 0 15px 20px;
}
#seo-serv {
        display: table;
    margin: auto;
}
.orange-container ul.seo-services-list li , .cyan-container ul.seo-services-list li { background: url(images/accordion-inactive-white.png) no-repeat 0 3px; }
.sticky-contact {
    width: 345px;
    position: fixed;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    display: none;
}
.sticky-contact span {
    width: 22px;
    height: 32px;
    background: url(images/phone-icon.png) no-repeat 50% -35% #f16542;
    float: left;
    padding: 10px 15px;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}
.sticky-contact .opened span { background-position: 50%  110%; }
.sticky-contact a h6  {
    font: normal 35px "bebas-neue",sans-serif;
    width: 100%;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #404041;
    float: left;
}
.sticky-form {
    clear: both;
    background: #fff;
    display: none;
    padding: 15px;
}
.sticky-form input { border: solid 1px #cacaca; }

/*Service Submenu Carousel*/
.ash-container.stickyContainer {height:170px; overflow-y:hidden;}
.ash-container.sticked {width:100%; height:auto; position:absolute; box-shadow:3px 0 5px rgba(0,0,0,0.4);}
.ash-container.sticked ul.services li a {font-size:16px; line-height:16px;}
.flexslider.submenu-carousel {}
.flexslider.submenu-carousel li:last-child {margin-bottom:0;}

.flexslider.submenu-carousel .flex-direction-nav .flex-prev, .flexslider.submenu-carousel .flex-direction-nav .flex-next {width:40px; height:40px; background:rgba(0,0,0,0) url(images/menu-car-arrows2.png) no-repeat 0 0; color:#fff; display:block; position:absolute; top:50%; margin-top:-20px; padding:0;}

.flexslider.submenu-carousel .flex-direction-nav a:focus {outline:none;}
.flexslider.submenu-carousel .flex-direction-nav .flex-prev {left:-50px; background-position:12px center;}
.flexslider.submenu-carousel .flex-direction-nav .flex-next {right:-50px; background-position:-32px center;}
.flexslider.submenu-carousel .flex-direction-nav .flex-disabled {display:none;}

/* media starts here */

.media-container h2 {
    width: 67%;
    font-size: 25px;
    line-height: 30px;
    text-transform: inherit;
    border: none;
    float: left;
    padding-bottom: 0;
}
.media-container .blog-logo { margin-top: 0; }
.media-detail h2 { text-transform: inherit; }
.blog-container a.read-more.back { 
    background: #bebebe;
    margin-right: 10px;
}
.blog-container a.read-more.back:hover { background: #000; }

/* careers bamboo starts here */

#BambooHR { 
    width: 100%;
    padding-top: 50px;
}
#BambooHR-ATS .BambooHR-ATS-board h2 {
    font-family: inherit;
    font-weight: 300;
    font-size: 29px;
    color: #fff;
    border-bottom: none !important;
}
#BambooHR-ATS .BambooHR-ATS-board li { color: #92560F; }
#BambooHR-ATS .BambooHR-ATS-Department-Header {
    font-size: 18px;
    color: #fff;
}
#BambooHR-ATS .BambooHR-ATS-board ul ul { border-bottom:0;}
#BambooHR-ATS ul.BambooHR-ATS-Department-List > li > ul {padding-bottom:0; margin-bottom:0;}
#BambooHR-ATS ul.BambooHR-ATS-Department-List > li {border-bottom: 1px dotted #fff; margin-bottom:20px !important;}
#BambooHR-Footer { display: none; }

/*Career USA starts here*/
.contact-container .learn-left div.open-positions-usa {width:100%; padding-top:50px;}
.contact-container .learn-left div.open-positions-usa h2 {padding-bottom:19px;}
.contact-container .learn-left div.open-positions-usa ul {width:100%; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; moz-box-sizing:border-box;}
.contact-container .learn-left div.open-positions-usa ul li {list-style:none;}
.contact-container .learn-left div.open-positions-usa > ul > li {border-bottom:1px dotted #fff; margin-bottom:20px;}

.contact-container .learn-left div.open-positions-usa ul .fleft {width:36%; float:left;}
.contact-container .learn-left div.open-positions-usa ul .fright {width:36%; float:right;}

.contact-container .learn-left div.open-positions-usa ul li {width:100%; float:left; }
.contact-container .learn-left div.open-positions-usa ul div ul {padding-left:20px;}
.contact-container .learn-left div.open-positions-usa ul li li {font-weight:bold; padding-bottom:10px; line-height:30px;}
.contact-container .learn-left div.open-positions-usa ul li li:first-child {padding-top:10px;}
.contact-container .learn-left div.open-positions-usa ul ul li:before { width: 15px; height: 11px; background: url(images/icon-sprite.png) no-repeat -67px top; 	display: inline-block; content: ''; position: relative;	}
.contact-container .learn-left div.open-positions-usa ul li strong {display:block; font-size:18px;}


/* service inner pages styles */
.websiteTraffic li {
    background: rgba(0, 0, 0, 0) url("images/accordion-inactive-white.png") no-repeat scroll 0 4px;
    color: #fff;
    font-size: 16px;
    /*font-weight: 300*/;
    padding-bottom: 15px;
    padding-left: 15px;
    line-height: 16px;
}
.websiteTraffic{
    color: #fff;

    padding-left: 57px;
    padding-top: 8px;
}
.digital-service-page li{
    width: 30.65% !important;
}

/* media query starts here */

@media screen and (min-width: 800px) and (max-width: 1280px) {
    .contact-container .learn-right select { height: 35px; text-indent: 10px; }
}
@media screen and (width: 1024px) {
    .slide-five ul.companies li strong { min-height: 150px; }
    .our-culture ul li { width: 33.1% !important; }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
    a.learn-more { margin-top: 169px; }
    .slide-two a.learn-more, .slide-three a.learn-more { margin-top: -3px; }
    .slide-four a.learn-more { margin-top: 279px; }
    .slide-two ul.logos li { width: 20%; }
    #companiesslider_desk { padding: 0 20px; }

    ul.services li { padding: 65px 30px; }
    .map-container .location.newyork { left: 150px !important; }
    .map-container .location.bangalore { left: 600px !important; }
    .casestudies-banner { padding-top: 50px !important; }
    /*ul.casestudie-icons li:first-child { width: 30%; }
    ul.casestudie-icons li {
            width: 23%;
            box-sizing: border-box;
            padding: 0 50px;
    }	*/
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .header-outer { padding: 10px; }
    .inner-padding, .footer .inner-padding { padding: 30px 15px; }
    .inner-padding { box-sizing: border-box; }
    .inner-banner { padding: 15px; }
    .leader-desc { width: 80%; }


    #companiesslider { padding: 0 20px; }
    .slide-five ul.companies li {
        width: 26%;
        padding: 0 18px; 
    }
    .slide-five ul.companies li strong { font-size: 35px; }
    .slide-three { background-position: top center; }
    .slide-five ul.companies { width: 100%; }
    .slide-five ul.companies li { width: 30%; }
    ul.slides > li.slide-one, ul.slides > li.slide-two, ul.slides > li.slide-three { padding-top: 50px; }
    .slide-three ul.items li:nth-child(3) { width: 21%; }
    .slides p { line-height: 40px; }
    .slide-four p { width: 810px; }
    .our-culture ul li { width: 33.05%; }

    /* work starts here */

    .case-studies {
        width: 27%;
        margin-right: 15px;	
    }
    .case-studies-inner { padding-bottom: 15px; }

    /* tools starts here */

    .tools-services {
        width: 320px;
        margin: 0 15px 0 0;
    }

    /* blog starts here */

    .blog-left { width: 680px; }
    .blog-right { width: 300px; }

    /* contact starts here */

    .map-container .location.newyork { left: 75px; }
    .map-container .location.bangalore { left: 400px; }
    /*.contact-container.contact .learn-left { width: 53%; }*/
    .contact-container.contact .learn-right.contact-form {
        width: 40%;
        padding-right: 0;
    }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right select, .contact-container .learn-right textarea { width: 90%; }
    .contact-container .learn-right select { width: 96%; height: 35px; }
}
@media only screen and (max-width : 800px) {

    /* common styles */

    .team-container p, .blog-left, .blog-right,
    .contact-container .learn-right, .contact-container .learn-left { width: 100%; }
    .inner-padding, .footer .inner-padding { padding: 30px 15px; }
    .inner-padding, ul.casestudie-icons li { box-sizing: border-box; }
    img { max-width: 100%; }

    /* common styles */

    .header-outer { 
        height: 75px; 
        padding: 10px; 
    }
    ul.nav-menu { padding-top: 10px; }
    ul.nav-menu li { margin-left: 0; }
    ul.nav-menu  > li:hover { border-bottom: 0; }
    /*ul.nav-menu li { padding-left: 22px; }	*/
    .inner-banner { padding: 15px; }
    .leader-desc { 
        width: 75%;
        /*padding: 20px 0;*/
    }
    .footer-left { width: 67%; }
    .footer span { padding-top: 20px; }

    /* flex slider starts here */

    .slide-two p, .slide-three p, .slide-four p { 
        width: auto;
        padding: 0 25px;
    }
    .slide-two ul.logos li { width: 20%; }
    .slide-three ul.items { padding: 20px 0 40px; }
    .slide-three ul.items li, .slide-three ul.items li:nth-child(3) { 
        width: 21%;
        padding: 0 15px;
    }
    .slide-three ul.items li:first-child { width: 18%; }
    .slide-three ul.items li span.company-icons { 
        margin: 0 auto 10px;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    .slide-one-inner { width: 85%; }
    .slide-five .slide-one-inner { width: 93%; }
    .slides h1 { font-size: 38px; }
    .slide-one, .slide-two, .slide-three, .slide-four, .slide-five { position: relative; }
    .slide-two ul.logos { padding: 50px 0; }
    .inc-container ul li:first-child img, .inc-container ul li:last-child img { height: auto; }
    a.learn-more {
        position: absolute;
        left: 40%;
        bottom: 2%;	
    }
    .slide-three { background-position: top center; }
    .slide-five .inc-container { display: none; }
    #companiesslider { position: relative; }
    #companiesslider .flex-control-nav { 
        left: 0;
        position: absolute;
        top: 100%;
    }
    #companiesslider .flex-next { display: none; }
    #companiesslider .flex-control-nav li {
        display: inline-block;
        margin: 5px;	
    }
    .slide-five ul.companies li{
        min-height: 150px;
        height: auto;
        padding: 0 1px;
        border: none;	
    }
    .slide-five ul.companies li.blog-class4 p { height: auto; }
    .slide-five ul.companies li.blog-class4 p::before { height: 44px; }

    /* services starts here */

    ul.services li {
        width: 16.9%;
        min-height: 162px;
        font-size: 16px;
        padding: 30px;
    }
    .services-left { width: 65%; }
    ul.services-list { width: 30%; }

    /* work starts here */

    .case-studies {
        width: 25%;
        margin-right: 15px;	
    }
    .case-studies-inner { padding-bottom: 15px; }

    /* case studies starts here */

    .casestudies-banner { height: auto !important; padding-top: 50px; }
    ul.casestudie-icons { padding: 25px 0; }
    ul.casestudie-icons li { 
        font-size: 15px;
        padding: 0 20px;
    }
    ul.casestudie-icons li span.case-icons.four-points, ul.casestudie-icons li span.case-icons.twenty, 
    ul.casestudie-icons li span.case-icons.websites { margin-left: -30px; }
    /*ul.casestudie-icons li:first-child { width: 28%; }
    ul.casestudie-icons { padding: 15px 0 30px; }
    ul.casestudie-icons li {
            width: 24%;
            padding: 0 25px;	
    }*/
    ul.casestudie-icons li span.case-icons { 
        -webkit-transform: scale(0.7);
        transform: scale(0.7); 
    }
    .case-detail-banner { padding: 20px; }

    .contact-container .learn-left { width: 60%; }
    .contact-container .learn-left > div { width: 50%; }
    .contact-container .learn-right { width: 35%; }

    /* tools starts here */

    .tools-services {
        width: 225px;
        margin: 0 30px 0 0;
    }

    /* blog starts here */

    .blog-left, .blog-right { float: none; }
    .blog-container {
        padding: 15px 20px;
        margin-bottom: 20px;
    }	
    ul.pagination { height: 40px; }	
}
@media only screen and (max-width : 768px) {
    .tools-services { margin: 0 20px 0 0; }
    .our-culture ul li > strong { padding: 50px 0; }
    .twitter-feeds iframe { max-width: 100% !important; }
}
@media only screen and (max-width : 736px) {
    ul.nav-menu, .services-left, ul.services-list, .tools-services,
    .map-container .location.newyork, .map-container .location.chicago, .map-container .location.bangalore { width: 100%; }
    .map-container .location { box-sizing: border-box; }
    .case-studies .case-icons, .case-studies p, .flex-control-nav { display: none; }
    ul.slides > li.slide-one, ul.slides > li.slide-two, ul.slides > li.slide-three { padding-top: 20px; }
    #companiesslider .flex-control-nav { display: block; }
    h2 { 
        font-size: 30px;
        padding-bottom: 20px;
    }
    .inner-padding { padding: 15px; }
    .team-container p, .leaders-outer { 
        font-size: 18px;
        line-height: 22px;
    }
    .social-media-container, ul.nav-menu { display: none; }
    .header-outer { height: auto; }
    .logo img { height: 26px; }
    .resp_menu{ display: inline;}
    .resp_menu {
        width: 30px;
        height: 25px;
        background: url(images/rwd_menu_icon.png) no-repeat center left;
        float: right;
    }
    ul.nav-menu {
        background: #fff;
        position: absolute;
        top: 52px;
        left: 0;
        z-index: 10;
    }
    ul.nav-menu li, ul.nav-menu li a { 
        float: none;
        display: block;
        padding: 5px;
    }
    /*ul.nav-menu li, ul.nav-menu li.active a { padding: 0; }*/
    ul.nav-menu li.active a {
        background: #fff;
        color: #f7941e;
        padding-top: 8px;
    }
    ul.nav-menu li {
        border-bottom: solid 1px #d2d2d2;
        padding: 5px;
        /*padding: 10px;*/
    }

    /* flex slider starts here */

    .slide-five .inc-container  { display: none; }
    ul.slides > li { padding-top: 20px; }
    ul.slides > li.slide-one, ul.slides > li.slide-two, ul.slides > li.slide-three, ul.slides > li.slide-four { padding: 20px 0 30px 0; }
    .slide-two p, .slide-three p, .slide-four p { padding: 0 40px; }
    .slides h1 { font-size: 35px; }
    .slide-one, .slide-two, .slide-three, .slide-four, .slide-five { 
        min-height: 200px;
        height: auto;
        padding-top: 0;
    }
    .slides p {
        font-size: 18px;
        line-height: 25px; 
    }
    .slides h1 { 
        font-size: 32px;
        margin: 20px 0 10px 0;
    }
    .slide-two ul.logos { padding-top: 30px; padding-bottom: 0; }
    a.learn-more, .slide-two a.learn-more, .slide-three a.learn-more, .slide-four a.learn-more, .slide-five a.learn-more {
        max-width: inherit;
        /*bottom: 0;*/
        display: inline-block;
        float: none;
        margin: 20px 0; 
        position: static;
    }
    a.learn-more span.text { width: auto; }
    a.learn-more span.arrow { display: none; }
    .slide-three ul.items { padding: 0; }
    .slide-three ul.items li { font-size: 17px; }
    .slide-five ul.companies li strong { 
        font-size: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .slide-five ul.companies li p, .slide-five ul.companies li.blog-class2 p { font-size: 17px; }
    #companiesslider {
        width: 92.5%;
        margin: auto;    
    }
    .slide-five ul.companies li { padding: 0; }
    .slide-five ul.companies li { min-height: 230px; }

    /* about starts here */

    .inner-banner { height: 220px; }
    .about-banner { background-position: 80% 0; }
    .company-details {
        width: 50%;
        min-height: 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }
    .company-details p { 
        font-size: 20px;
        line-height: 25px;
    }
    .company-details ul {margin-top:0;}
    .company-details ul li {padding-bottom: 10px; font-size:14px;}
    .our-culture ul li { 
        width: 49.77%;
        height: auto;
        padding: 30px !important;
    }
    .our-culture ul li > strong { 
        font-size: 120px;
        padding: 0; 
    }
    .our-culture ul li span { font-size: 20px; }
    .our-culture ul li.culture-two, .our-culture ul li.culture-four { margin-right: 0; }
    .our-culture ul li:nth-child(3) { margin-right: 3px; }
    .leaders-outer .inner-padding { padding: 15px 0; }
    .leaders-container { padding: 15px; }
    .leaders-outer p { padding: 0 15px; }
    .leader-desc { width: 70%; }
    .leader-desc, .leader-desc p { font-size: 17px; }
    .leader-desc p { padding: 0; }
    .leader, .leader-desc { vertical-align: top; }
    .footer { font-size: 14px; }
    .footer-left { width: 65%; }
    .footer-right { width: 33%; }
    .footer-right input { width: 94%; }
    .footer-right input[type="submit"] { width: 100%; }

    /* services starts here */

    ul.services-list { padding-top: 40px; }
    ul.services li {
        width: 16%;
        padding: 15px 29px;
    }
    ul.services li span.icons {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
    }
    .accordion .accordion-container { 
        display: none;
        padding: 15px;
    }
    .accordion .inner-padding { padding: 0; }
    .accordion h2 {
        font-size: 22px;
        background: url(images/accordion-inactive.png) no-repeat 97% center;
        padding: 10px 15px;
        margin-bottom: 1px;
        cursor: pointer;
    }
    .orange-container.accordion .accordion-container { display: block; }
    .orange-container.accordion h2, .cyan-container.accordion h2 { background: url(images/accordion-inactive-white.png) no-repeat 97% center; }
    .ash-container.accordion h2.active { background: url(images/accordion-active-black.png) no-repeat 97% center; }
    .accordion h2.active { background: url(images/accordion-active.png) no-repeat 97% center; }	

    /* work starts here */

    .case-studies-container { overflow: hidden; }
    .case-studies-inner {
        width: 100%;
        /*width: 47%;*/
        border-right: solid 1px #fbc788;
        float: left;
        margin-right: 20px;
        box-sizing: border-box;
    }
    .case-studies-inner:last-child { 
        border: none;
        margin: 0;
    }
    .case-studies {
        width: 100%;
        /*width: auto;*/
        color: #fff;
        text-align: left;
        background: none;
        padding: 10px;
        margin: 0;

    }
    .case-icon-mobile, .case-studies h5 { 
        display: block;
        padding-bottom: 5px;
    }
    .case-studies h5, .case-studies-container a.learnmore.cs-learn { color: #fff; }
    .case-studies-container a.learnmore.cs-learn span { background-position: -61px 0; }

    /* case studies starts here */

    .casestudies-banner { padding-top: 15px; }
    .casestudies-banner h1 { font-size: 35px; }
    .casestudies-banner p {
        width: auto;
        font-size: 25px;
        line-height: 30px; 
        /*padding: 15px; */
    }
    /*ul.casestudie-icons li:first-child { width: 29%; }
    ul.casestudie-icons li {
            width: 23%;
            padding: 0 15px;
    }*/
    .case-detail-banner { 
        position: relative;
        padding: 0;
    }
    .case-detail-banner p {
        width: auto;
        height: auto;
        font-size: 25px;
        line-height: 30px;
        padding: 20px;
        position: absolute;
        bottom: 0;
    }	
    .tools-services ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    ul.services-list li { font-size: 14px; }
    .grey-container .case-studies-container .case-studies-inner { border-right: 1px solid #a6a6a8; }
    .grey-container .case-studies-container .case-studies-inner:last-child { border: none; }
    ul.tools-used li { width: 17%; }
    ul.casestudie-icons.open li, ul.casestudie-icons.open li:last-child,
    ul.casestudie-icons.rci li, ul.casestudie-icons.rci li:nth-child(2) {
        width: 25%;
        padding: 0;
    }
    .case-studies h3 a { 
        color: #fff;
        padding-bottom: 5px;
        display: inline-block;
    }

    /* tools starts here */

    .tools-container { padding-bottom: 10px; }
    .tools-services { margin: 0 0 10px; }
    .tools-services h2 { font-size: 25px; }	
    .tools-services p, .tools-services ol, .tools-services ul { padding: 15px 0; }
    .tools-services p, .tools-services ol, .tools-services ul, .tools-services h6, .tools-services a.learnmore.cs-learn { font-size: 16px; }
    .tools-services a.learnmore.cs-learn { display: block; }

    /* blog starts here */

    .blog-content { height: auto; }
    .blog-content img {
        float: none;
        margin: 0; 
    }
    .blog-container h2 { 
        font-size: 25px;
        line-height: 30px;
    }
    .blog-content p { padding: 15px 0; }

    /* contact starts here */

    .contact-banner .company-details, .contact-banner #info { width: 100%; }
    .contact-banner #info { box-sizing: border-box; }
    .inner-banner.contact-banner {
        height: auto;
        overflow: hidden;
    }
    .contact-banner .company-details { text-align: center; }
    .contact-banner .company-details h1 {
        text-align: left;
        display: block; 
    }
    .contact-banner #firstName, .contact-banner #mail, .contact-banner #mobile, .contact-banner #listmenu {
        width: 49%;
        box-sizing: border-box;	
    }
    .contact-banner #firstName, .contact-banner #mobile { float: left; }
    .contact-banner #mail, .contact-banner #listmenu { float: right; }
    .map-container { 
        height: auto;
        background: none;
    }
    .map-container .location {
        margin-bottom: 15px;
        position: static; 
    }
    .map-container .location:last-child { margin-bottom: 10px; }
    .contact-container.contact .learn-left { width: 53%; }
    .contact-container .learn-right.contact-form { width: 40%; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right select, .contact-container .learn-right textarea { width: 90%; }
    .contact-container .learn-right select { width: 98%; height: 35px; }
    #popup { width: 94%; }
    .privacy-container h1, .sitemap-container h1, .error-page h1 { font-size: 30px; }
}
@media only screen and (width : 667px) {
    .slide-three ul.items li {
        width: 20%; 
        font-size: 15px; 
    }
    .inc-container ul li { padding: 0 30px; }
    ul.casestudie-icons li span.case-icons.sixty, ul.casestudie-icons li span.case-icons.seventy,
    ul.casestudie-icons li span.case-icons.twenty, ul.casestudie-icons li span.case-icons.websites { margin-left: -35px; }
    ul.casestudie-icons li span.case-icons.four-points { margin-left: -45px; }
}
@media only screen (width : 640px) {
    .slide-three ul.items li span.company-icons.seventy { background-position: -30px -132px; }
}
@media only screen and (max-width : 640px) {
    .contact-container.contact .learn-left, .contact-container .learn-right.contact-form,
    .contact-container .learn-right { width: 100%; }

    .slide-two ul.logos li { width: 22%; }
    .slide-four .slide-one-inner { width: 80%; }
    .slide-five .slide-one-inner { width: 95%; }
    /*.flex-control-nav { display: none; }*/
    .slide-three ul.items li { 
        font-size: 15px;
        padding: 0 5px;
    }
    .slide-three ul.items li:first-child { width: 19%; }
    .slide-four { 
        background-size: 100%;
        background-image: url(images/slide-four-mob.jpg);
        background-position: center bottom;
    }
    .slide-one-inner { width: 90%; }
    .inc-container ul li { padding: 0 27px; }
    .company-details { width: 65%; }
    .our-culture ul li { width: 49.75%; }

    /* services starts here */

    ul.services li { 
        width: 15.5%;
        min-height: 140px;
        padding: 10px 29px;
    }

    ul.services li span.icons { height: 80px; }
    ul.services li span.icons.demand { background-position: -130px -40px; }
    ul.services li span.icons.analytics { background-position: -250px -40px; }
    ul.services li span.icons.optimization { background-position: -370px -42px; }

    /* work starts here */

    .case-icon-mobile { font-size: 50px; }
    .case-icon-mobile small { font-size: 25px; }
    .case-studies h5 { font-size: 16px; }

    /* case studies starts here */

    ul.casestudie-icons li:first-child { width: 27%; }
    ul.casestudie-icons li {
        font-size: 14px;
        padding: 0 15px;
    }
    .contact-container .learn-left { width: 80%; }

    /* case studies starts here */

    ul.casestudie-icons li span.case-icons { height: 115px; }
    ul.casestudie-icons li:first-child, ul.casestudie-icons li { width: 50%; }
    ul.casestudie-icons.open li, ul.casestudie-icons.open li:last-child,
    ul.casestudie-icons.rci li, ul.casestudie-icons.rci li:last-child { width: 25%; }
    ul.casestudie-icons li:last-child { width: 100%; }
    ul.casestudie-icons li span.case-icons.four-points, ul.casestudie-icons li span.case-icons.twenty, 
    ul.casestudie-icons li span.case-icons.websites { margin-left: auto; }

    /* contact starts here */

    /*.contact-container .learn-right.contact-form { overflow: hidden; }*/
    .contact-container h2 { 
        font-size: 24px;
        padding-bottom: 15px;
    }
    .contact-container.contact .learn-left { margin-bottom: 25px; }
    .contact-container .learn-right { padding-top: 15px; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 96%; }
    .contact-container .learn-right select { width: 99.5%; }
}
@media only screen and (width : 568px) {
    .slide-three ul.items li { width: 20%; }
    .slide-three ul.items li:nth-child(3) { width: 25%; }
    .slide-three ul.items li span.company-icons.twenty { background-position: -510px -131px; }
    .slide-three ul.items li span.company-icons.seventy { background-position: -37px -132px; }
}
@media only screen and (max-width : 568px) {
    .footer-left, .footer-right { width: 100%; }
    .inc-container ul li { padding: 0 15px; }
    .inc-container ul li img { height: 55px !important; }
    .slide-one-inner { width: 98%; }
    .leader-desc { 
        width: 65%;
        /*padding: 10px 0;*/
        margin-left: 15px;
    }	
    .footer-right { padding-bottom: 20px; }
    .footer-right input { width: 97.5%; }

    /* services starts here */

    ul.services li {   
        width: 25%;
        min-height: 162px;
        font-size: 15px;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .accordion h2 { font-size: 17px; }
    .services-left h3, .team-container ul.services-list li:first-child { font-size: 15px; }

    /* work starts here  */

    .work-logos ul.logos li { width: 100%; }
    .work-logos ul.logos li img {
        width: 30%;
        padding-right: 30px; 
    }
    ul.casestudie-icons.open li, ul.casestudie-icons.open li:last-child, 
    ul.casestudie-icons.rci li, ul.casestudie-icons.rci li:last-child { width: 50%; }
    ul.casestudie-icons.rci li:nth-child(2) { width: 45%; }

    /* tools starts here */

    .tools-banner { background-position: 50% 0; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 96%; }
    .contact-container .learn-right select { width: 99.5%; }
    .our-culture ul li { width: 49.7%; }
}
@media only screen and (max-width : 480px) {
    .slide-two ul.logos li, .company-details { width: 100%; }
    .team-container p, .leaders-outer { font-size: 16px; }
    .slide-one-inner, .slides p { text-align: left; }
    .slides p { font-size: 16px; }
    .slides h1 { padding: 5px; }
    .slide-two ul.logos li img {
        width: 30%;
        padding-right: 30px;	
        display: inline-block;
    }
    .slide-two ul.logos li img+img { padding-right: 0; }
    .slide-two p, .slide-three p, .slide-four p { padding: 0 25px; }
    .slide-one-inner, .slide-four .slide-one-inner { width: 90%; }
    .inner-banner {
        height: 250px;
        padding: 0; 
    }
    .slide-three ul.items li, .slide-three ul.items li:first-child, .slide-three ul.items li:nth-child(3) { width: 43%; /*width: 40%;*/ }
    .company-details { 
        box-sizing: border-box;
        /*width: auto;*/
        height: 250px;
        padding: 30px 15px;
    }
    .company-details p { font-size: 18px; }
    .contact-banner .company-details {
        height: auto;
        padding: 30px 15px;	
    }
    .our-culture ul li, .our-culture ul li:nth-child(4), .our-culture ul li:nth-child(5) { 
        width: 100%;
        margin-bottom: 3px; 
    }
    .leader {
        width: 125px;
        height: 125px;	
    }
    .leader-desc, .leader-desc p { font-size: 15px; }

    /* services starts here */

    .services-banner { background-position: 80% 0; }
    ul.services li {
        width: 50%;
        min-height: 142px;
        font-size: 14px;
        padding: 10px 18px;
    }

    /* work starts here */

    .work-banner { background-position: 80% 0; }
    .case-icon-mobile { font-size: 45px; }
    .work-logos ul.logos li img { width: 30%; }

    /* case studies starts here */

    .inner-banner.casestudies-banner { padding: 15px; }
    .contact-container .learn-left { width: 100%; }
    ul.tools-used li { width: 24%; }
    ul.casestudie-icons { padding: 0 0 15px; }
    /*ul.casestudie-icons li { min-height: 200px; }*/
    ul.casestudie-icons li span.case-icons {
        /*height: 145px;*/
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
    /*ul.casestudie-icons li span.case-icons.seventy { background-position: -170px -627px; }*/
    .case-detail-banner { height: 200px; }
    .casestudies-banner p { 
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    .case-detail-banner p {
        font-size: 20px;
        line-height: 20px;
    }

    /* tools starts here */

    .tools-services h5 { font-size: 17px; }

    /* blog starts here */

    .blog-banner { background-position: 60% 0; }
    .contact-container .learn-right select { width: 99%; }	
    .privacy-container h6 { line-height: 20px; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 95%; }
}
@media only screen and (max-width : 414px) {
    .leader-desc, .contact-container .learn-left > div { width: 100%; }
    .inc-container.inner-padding { padding: 0; }
    .inc-container ul li {
        border-right: none; 
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 15px;
    }
    .leader {
        float: none;
        margin: auto;	
    }
    .leader-desc { 
        text-align: center;
        margin-left: 0;
    }
    .leader, .leader-desc {	display: block; }
    .leader-desc { padding: 10px 0; }
    .footer ul li a {
        border: none;
        display: inline-block;
        float: none;
        padding: 0 0 5px;			
    }
    .footer-right input {  width: 97%; }
    .tools-banner { background-position: 60% 0; }
    .contact-container .learn-left > div { padding-bottom: 15px; }
    .contact-container .learn-left > div:last-child { padding-bottom: 0; }
    ul.tools-used li { width: 50%; }
    .casestudies-banner h1 {
        font-size: 30px;
        text-align: left;
    }
    /*ul.casestudie-icons li span.case-icons.sixty { background-position: -12px -627px; }*/
    .contact-container .learn-right select { width: 99%; }
    .privacy-container h2 { line-height: 30px; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 94%; }
    ul.casestudie-icons.rci li, ul.casestudie-icons.rci li:last-child { width: 47%; }
}
@media only screen and (max-width : 375px) {
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 94%; }
    .contact-container .learn-right select { width: 100%; }
}
@media only screen and (max-width : 360px) {
    ul.services li { min-height: 162px; }
    .footer-right input { width: 96%; }
    .case-studies-inner { 
        /*width: 48%;*/
        margin-right: 10px;
    }
    /*ul.casestudie-icons li span.case-icons.seventy { background-position: -200px -627px; }*/
    ul.casestudie-icons li span.case-icons.four-points, ul.casestudie-icons li span.case-icons.twenty { margin-left: -10px; }
    .contact-container .learn-right input[type="text"], .contact-container .learn-right textarea { width: 93%; }
    .contact-banner #firstName, .contact-banner #mail, .contact-banner #mobile, .contact-banner #listmenu { width: 100%; }
    .contact-container .learn-right select { width: 99%; }
    ul.casestudie-icons.rci li span.case-icons.sevenmillion { margin-left: -20px; }
}
@media only screen and (max-width : 321px) {

    ul.casestudie-icons li span.case-icons.four-points, ul.casestudie-icons li span.case-icons.twenty { margin-left: -20px; }	
}

/* styles for alps product page */
.alps .bg-center {background:transparent none no-repeat center; background-size:cover; }
.alps .ash-container {
    background: white none repeat scroll 0 0;
}
.alps-center{
    text-align: center;
}
.alps .forecast {
    background-image: url("images/alps_sec01.jpg");
}

.f-text-section {
    font-size: 20px;
    line-height: 32px;
}
.alps-even{
    float:right
}
.alps-odd{
    float:left;
}
.services-right.inner-padding {
    //   opacity: 0.8;

}
.alps .simulation{
    background-image:url("images/alps_sec02.jpg") ;

}
.alps .simulation p{font-size: 16px;line-height: 22px;}
.alps .comprehansive{
    background-image:url("images/alps_sec03.jpg");

}

.req-demo {
    //min-height: 300px;
    padding: 52px;
    text-align: center;

}
.alps .e2e{
    background-image:url("images/alps_sec04.jpg");

}
.bc-white{ 
    color:#404041;
    background:rgba(255, 255, 255, 0.7);
}
.bc-skyblue{
    background: rgba(29, 175, 236, 0.7);
    color: #FFFFFF;
}
.bc-skyblue h2{
    color: #FFFFFF;
}
.bc-orange{
    background: rgba(247, 148, 30, 0.7);
    color: #FFFFFF;

}
.bc-orange-demo{
    background: rgba(247, 148, 30,1);
}
.bc-orange h2{
    color: #FFFFFF;

}


[class*="alps-even"] {
    width: 35%;
    position: relative;
    padding: 100px 60px;
}
[class*="alps-odd"] {
    width: 35%;
    position: relative;
   padding: 100px 60px;
}
[class*="alps-odd"]:before {
    content: '';
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity:0.7;
}
[class*="alps-odd"]:before {
    right: 100%;
}
[class*="alps-even"]:before {
    left: 100%;
}
.alps-even p,.alps-odd p{
    min-height: 150px;
   
}
.alps-even .f-text-section, .alps-odd .f-text-section {
    min-height: 210px;
}
.testimonial.accordion {
    padding: 55px;
}
.alsp-test-left {
    float: left;
    width: 10%;
    min-height: 115px;
}
.alsp-test-right > p {
    min-height: 76px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
}
.testimonial.accordion h3 {
    text-align: center;
}
.alps .inner-banner.services-banner {
    text-align: center;
    background: rgba(0, 0, 0, 0) url("images/alps_bnr.jpg") no-repeat scroll center top / cover ;
   position: relative;
    
}
.alps-section-divider {
    background: #57575a none repeat scroll 0 0;
    height: 10px;
}
.hiden-desc {
    background: #57575a none repeat scroll 0 0;
    color: #ffffff;
    padding: 45px 0;
    display: none;
    
}
#demo-form{
    display:none;
}
.alps-demo-req-slider.alps-center > h2 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 30px;
    text-transform: none;
    color:#404041;
}
.banner-form.alps{
    float:none;
    margin: auto;
    background: none;
}
.alps-demo-req .demo-content-block h3,.alps-center h3 {
    color: #FFFFD4;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
   // text-transform: uppercase;
}
.alps-center h3{color:#404041; padding-bottom: 30px; font-size: 26px;}
.alps-demo-req .demo-content-block h2 a{
    color: #FFFFD4;
    font-size: 35px;
    line-height: 30px;
    //padding-bottom: 26px;
    //text-transform: uppercase;
    display:inline-block;
}
.alps-demo-req {
    display: inline-flex;

}
.demo-content-block {
    
}
.alps-banner h1{
    font-size: 70px;
    font-weight: bold;
    padding-top: 148px;
}
.alps-banner h1 strong
{
    font-size: 28px;
    font-weight: bold;
}

ul.alps-service-ico li span.icons {
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 15px 0;
    display: block;
    height: 102px;
    margin: 0 auto;
    width: 119px;
}
ul.alps-service-ico li span.icons.management {
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 15px 0px;
}
ul.alps-service-ico li span.icons.demand {
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 15px -120px;
}

ul.alps-service-ico li span.icons.analytics {
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll  15px -240px;
}
ul.alps-service-ico li span.icons.optimization {
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 15px -360px;
}
.alsp-ico{
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 0 0px;
    display: block;
    height: 95px;
    margin: 0 auto;
    width: 119px;
}
.alsp-ico.alsp-test-ico-0{
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 0 -485px;
}
.alsp-ico.alsp-test-ico-1{
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 0 -632px;
}
.alsp-ico.alsp-test-ico-2{
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 0 -936px;
}
.alsp-ico.alsp-test-ico-3{
    background: rgba(0, 0, 0, 0) url("images/alps_sprite.png") no-repeat scroll 0 -936px;
}


.sub-testimonial {
    float: left;
    width: 100%;
}
alps-box-scroll-section alps-center h3{padding-bottom: 20px;}
.shw-desc {
    color: black;
    text-decoration: underline;
    
}
.shw-desc span{
    background: rgba(0, 0, 0, 0) url("images/icon-sprite.png") no-repeat scroll -61px -16px;display: inline-block;
    height: 11px;
    width: 15px;
    
}
.alsp-test-right {
    float: right;
    width: 90%;
}
.bx-prev{
    left:-70px !important;
}
.bx-next{
    right:-70px !important;
}
.readmoreActive span{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.alps-demo-req-slider.alps-center > h3 {
    padding-bottom: 26px;
}
.alps-box-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    line-height: 20px;
}
.alps-box-list li:before, .alps-box-list li:after {
    background: rgba(29, 175, 236,1);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alps-box-list li:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    width: 16px;
    top: 15px;
}
.hiden-desc p {
    line-height: 22px;
}
.hiden-desc p:first-child {
    //margin-bottom: 30px;
}
.hiden-desc strong {
    font-weight: bold;
}
#req-demo-form {
    color: #fff;
    width: 440px;
    text-align: left;
    font-size: 32px;
    display: block;
}
.alps_wtsapp_image {
    background: rgba(0, 0, 0, 0) url(images/req-a-demo.png) no-repeat scroll 0 0;
    display: block;
    height: 129px;
    width: 128px;
    margin-right: 20px;
    float: left;
    background-size: cover;
}
#req-demo-form h4 {
    padding-bottom: 10px;
    font-weight: bold;
    padding-top: 30px;
}
.text-emo-relat {
    display: block;
    font-size: 50%;
}

#alps-box-scroll-section{padding-bottom: 0px;}
#alps-box-scroll-section .alps-center h3{padding-bottom:40px;}
.sticky-contact-alps {
    bottom: 0;
    //display: none;
    overflow: visible;
    position: absolute;
    right: 0;
    width: 345px;
    z-index: 8888;
}
.sticky-contact-alps.fixed {
    position:fixed;
    bottom:70px;
    right:0;
   /* transition: all 0.5s ease;*/
}
/* css for chrom */
.sticky-contact-alps:not(*:root) {
/*    bottom: 121px;
    //display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 345px;
    z-index: 99999*/
}
.sticky-contact-alps a h6 {
    background: #404041 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: 35px/52px "bebas-neue",sans-serif;
    text-align: center;
    width: 100%;
}
.sticky-contact-alps span {
    background: #f16542 url("images/req-a-demo.png") no-repeat scroll 50% -35%;
    float: left;
    height: 32px;
    padding: 10px 15px;
    transition: all 0.6s ease 0s;
    width: 22px;
    background-size: cover;
}
.sticky-contact-alps .opened span {
   
    background:#f16542 url("images/phone-icon.png") no-repeat scroll;
    background-position: 50% 110%;
}
.services.alps-service-ico li a{font-size: 20px;}
.detail-container{margin:0 auto;max-width: 920px;font-size: 20px;line-height: 32px;}
.alps-demo-req-slider h3{font-size: 20px;}
.case-alps-hide{margin-top:30px;}
.inner-container.alps-banner {
    margin-top: 124px;
}
ul.alps-service-ico li{    padding: 26px 48px;margin-bottom: 40px;}
.ash-container.inner-padding{padding:40px 0;}
.snameErr,.smobErr,.semailErr,.scmpErr,.snameErrbtn,.smobErrbtn,.semailErrbtn,.scmpErrbtn,.scodeErr{color:red;padding-bottom:10px;text-align: left;}
.close_thk {
    position: absolute;
    right: -14px;
    top: -18px;
}
.close_thk span {
    background: #000000 url(images/phone-icon.png) no-repeat scroll 50% 110%;
    float: left;
    height: 21px;
    padding: 15px;
    transition: all 0.6s ease 0s;
    width: 19px;
    border-radius: 70px;
}
.alps-mb_stk{
        background: #404041 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: 35px/52px "bebas-neue",sans-serif;
    text-align: center;
    width: 100%;
}
.sub-test-content{padding:55px}
.thankyou-alps {
    font-size: 32px;
    padding: 116px;
    border-radius: 10px;
}
.mob_stk{display:none;}
/* home page banner */
.alps_home_banner{
    background: rgba(0, 0, 0, 0) url("images/alps-herov2.jpg") no-repeat scroll center top / cover ;
    position: relative;
    text-align: center;
    
    
}
.alps_home_banner p{color: #ffffff;}
ul.slides > li.alps_home_banner {
    padding: 170px 0;
    /*height: 650px;*/
}
.bxslider li {
    line-height: 80px;
}
.bxslider li img {
    display: inline-block !important;
    vertical-align: middle;
}
.new_alps_il_added{padding-top: 0 !important;}
//#slide01{padding: 0px;}
.alps_home_banner{cursor: pointer;}
.alps_bnr_span{padding-right:5px;position: relative;top: 6px;}
/* rwd for alps page */
.new_alps_il_added .bx-wrapper .bx-viewport{height: 569px !important;border:none;left:0;}
.slide-one .learn-more {
    position: absolute;
    right:0;
}

.new_alps_il_added .bx-wrapper{margin:0 auto;}
.new_alps_il_added .bx-wrapper .bx-pager, .new_alps_il_added .bx-wrapper .bx-controls-auto{bottom: 8px;}
.alps_home_banner .learn-more{position: absolute;right: 0;bottom: 38px;}

//.alps-inner-container { max-width: 1170px;margin:0 auto;}
@media only screen and (max-width : 1024px) {
          ul.alps-service-ico li {
        width: 15.9%;
}
.alsp-test-right {
    float: right;
    width: 80%;
}
ul.alps-service-ico li{ padding: 26px 45px;}
}
@media (width: 800px){
    .alps-learnmor-cta{bottom: 35% !important;}
    .slide-five a.learn-more{position: static;}
    .slide-one .learn-more{
        position: absolute;
    right: 0;
    bottom: initial;
    margin-top: 139px;
}
}

@media (width: 768px){
    ul.nav-menu li a {
        padding: 8px 12px;
    }
    ul.alps-service-ico li{ padding: 26px 33px;}
    .hiden-desc {
    padding: 15px;
}
.bx-wrapper .bx-viewport{left:-21px !important}
.bx-prev{left: -40px !important;}
.bx-next {
    right: -31px !important;
}
[class*="alps-even"]{ width:40%;}
[class*="alps-odd"]{width:40%;}
.alps-learnmor-cta{bottom: 35% !important;}
ul.slides > li.alps_home_banner{height: 305px;}
.slide-five a.learn-more{position: static;}
.slide-one .learn-more,.alps_home_banner .learn-more{
        position: absolute;
    right: 0;
    bottom: initial;
    margin-top: 139px;
}
.alps_home_banner .learn-more{
     margin-top: 20px;
}
}
@media (max-width: 767px) {
    /* slider */
    .bx-next{right:10px !important;}
    .bx-prev{left:10px !important;}
    .bx-viewport{ width:80% !important;}
    .bx-wrapper .bx-viewport{left:35px !important;}
    .req-demo{ padding:5px;}
     .alps-demo-req .demo-content-block h2 a{font-size: 17px;}
    .alps-demo-req .demo-content-block h3,.alps-center h3 {  font-size: 15px;}
    .alps.banner-form{ width:100%;}
    .testimonial.accordion { padding: 0px;}
    [class*="alps-even"] {
        padding: 15px;
        width: 100%;
    }
    [class*="alps-odd"] {
        width: 100%;
        padding: 15px;
    }
    .accordion-container-thissectionneedtoremove inner-pading{
        padding:0px;
    }
    .sub-test-content {
        padding: 0px;
    }
    .hiden-desc{padding:15px;}
    .alps-even p, .alps-odd p{min-height: 120px}
    .alps-banner h1 {
        font-size: 32px;
        line-height: 33px;
        padding: 70px;
    }
    .alps-demo-req {
        display: block;
    }
    .req-demo {
        padding: 15px;
    }
    .alsp-test-right {
        width: 65%;
    }
    /* wriiten for test */
    ul.alps-service-ico li {
    width: 15.9%;
    }
    .alps .social-media-container {
    padding-bottom: 0px;
}
.alsp-test-right {
    width: 84%;
    margin-bottom: 20px;
}
.sub-test-content{
        margin-top: 10px;
}

.alps-banner h1 {
    padding: 70px 40px;
}
.inner-container.alps-banner{margin-top:20px;}
.inner-container.alps-banner img{width:50%;margin-top: 93px;}
.f-text-section,.alsp-test-right > p,.detail-container{font-size: 18px;line-height: 30px;}
.alps_wtsapp_image{background-size: 70px auto;height: 69px;width:69px;}
#req-demo-form h4{padding-top:0;font-size: 26px;padding-bottom: 16px;}
#req-demo-form{width:100%;}
#demo-form{clear:both;}
.sticky-contact-alps{display:none;}
.mob_stk{display:block;}
.mob_stk a{
       background: #404041 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font: 27px/52px "bebas-neue",sans-serif;
    text-align: center;
    width: 100%;
    /* padding: 10px; */
    position: fixed;
    bottom: 0;
    right: 0;
    width: 167px;
    z-index: 8888;
}
.thankyou-alps {
      padding: 50px;
   }
   ul.nav-menu li ul{
       top:inherit;
   }    
   ul.slides > li.alps_home_banner {
    padding: 20px 0 30px;
    height: 378px !important;
}
.alps_home_banner h1 img{width: 50%;display: inline-block;}
.new_alps_il_added .bx-wrapper .bx-viewport{height: 378px !important;}
.alps_home_banner p{text-align: center;}
.ul.slides > li.slide-one{height: 378px !important;}
.slide-one .learn-more{position: static;}
.alps_bnr_span{position: static;}
.alps_home_banner .learn-more{position: static;}
}

@media only screen and (max-width : 736px) {
    .bx-wrapper .bx-viewport {
    left: 67px !important;
}
 ul.alps-service-ico li {
     padding: 26px 33px;
}
.inner-container.alps-banner img {
    margin-top: 50px;
}
.alps-demo-req{margin-left: 176px;}
.slide-one{height: 378px !important;}
}

@media screen and (max-width : 667px) {
   .bx-wrapper .bx-viewport{left:60px !important;}
.alsp-test-right {
    width: 80%;
    }
   ul.alps-service-ico li {
    width: 14.9%;
    padding: 26px 33px;
} 
.inner-container.alps-banner img {
      margin-top: 46px;
}
.alps-demo-req{margin-left: 153px;}
}
@media screen and (max-width : 640px) {
   ul.alps-service-ico li {
    width: 16.9%;
}
ul.alps-service-ico li {
       padding: 26px 33px;
    padding-left: 18px;
}
}
@media only screen and (max-width : 568px) {
     ul.alps-service-ico li {
    width: 24.9%;
} 
ul.alps-service-ico li {
    padding: 26px 14px;
}
.services.alps-service-ico li a{font-size: 18px;}
.alps-demo-req {
    margin-left: 74px;
}
}

@media only screen and (max-width : 414px) {
        ul.alps-service-ico li {
    width: 48.9%;
} 
.alsp-test-right {
    width: 69%;
    margin-bottom: 20px;
}
     ul.alps-service-ico li:nth-child(2) {
    border-right: none;
} 
.bx-prev {
    left: -12px !important;
}
.bx-next {
    right: -12px !important;
}
.bx-wrapper .bx-viewport {
    left: 34px !important;
}
.inner-container.alps-banner img {
    margin-top: 90px;
}
.alps-demo-req{margin-left: 0px;}
}

@media only screen and (max-width : 375px) {
    .alsp-test-right {
    width: 59%;
    }
    .bx-prev {
    left: -13px !important;
}
.bx-next {
    right: -11px !important;
}
.bx-wrapper .bx-viewport {
    left: 31px !important;
}
.inner-container.alps-banner img {
    margin-top: 89px;
}
#req-demo-form span{font-size: 42%;}
}
@media only screen and (max-width : 360px) {
    .bx-wrapper .bx-viewport {
    left: 26px !important;
}

}
@media only screen and (max-width : 320px) {
   .services.alps-service-ico li a {
    font-size: 17px;
}
#req-demo-form h4{font-size: 22px;}
#req-demo-form span {
    font-size: 34%;
    padding-bottom: 11px;
}
}
/* secure code  captcha*/
.captcha {
    float: left;
    width: 100%;
}
.captcha > input {
    float: left;
    width: 50% !important;
    padding: 10px !important;
}
.captcha > img {
    float: left;
    height: 39px;
    width: 38%;
}
.banner-form{
    margin-top: 0;
    padding: 21px;
}
.thankmsgalps{
    color:#F16542;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}
/* captcha styles */
img.refresh_cpt {
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
img.toggle_cpt{
     -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.refresh_cpt{
    cursor: pointer;
}

/* service page version 4 */
.hideThisService{display:none;}
.hiden-desc-service{background: #57575a none repeat scroll 0 0;color: #ffffff;
}
.service-section-divider{background: #57575a none repeat scroll 0 0;height: 10px;}
ul.services.seo-service li{font-size: 19px;}