/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

/*For Magento Landing page */

@font-face {
    font-family: 'GilroyExtraBold';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyExtraBold.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyExtraBold.eot') format('embedded-opentype'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyExtraBold.woff2') format('woff2'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyExtraBold.woff') format('woff'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyExtraBold.ttf') format('truetype'),
         url('fonts/GilroyExtraBold.svg#GilroyExtraBold') format('svg');
}


@font-face {
    font-family: 'GilroyLight';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyLight.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyLight.eot') format('embedded-opentype'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyLight.woff2') format('woff2'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyLight.woff') format('woff'),
         url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/Gilroy/GilroyLight.ttf') format('truetype'),
         url('fonts/GilroyLight.svg#GilroyLight') format('svg');
}

@font-face {
    font-family: 'Avenir LT Std';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 body { overflow-x: hidden; height: 100%; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif !important; font-weight: 300; font-style: normal; font-stretch: normal; color: #182e47; }
 
 .container-fluid { padding-right: 0 !important; padding-left: 0 !important; }
 .row-fluid [class*="span"] { min-height: 0; }
 .row-fluid .container { float: none; margin: 0 auto !important; }
  
 ul,
 ol { margin: 0; padding-left: 0; padding-right: 0; }
dl, ol, ul { margin-top: 0; margin-bottom: 0 !important; }
 li { list-style-type: none; list-style: none; }
 a { text-decoration: none; outline: none; color: #f13624; }
 a:hover,
 a:active,
 a:focus { text-decoration: none; }
 input:focus { box-shadow: none; outline: none; }
 textarea:focus { box-shadow: none; outline: none; }
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-style: normal; font-stretch: normal; }
/*  p{ margin-bottom: 0 !important; } */
 a:not([href]):not([tabindex]) { color: #f13624; }
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ margin-bottom: 0; } */

.pos-rel{ position: relative; }
button:focus { outline: 0 !important; }
.marTop80{ margin-top: 80px; }
.text-center { text-align: center; }
.pad30-lft-ryt { padding-left: 60px; padding-right: 60px; }
.marTop50{ margin-top: 50px; }
.marTop100{ margin-top: 100px; }
.marTop70{ margin-top: 70px; }
.txt-lft h3{ text-align: left !important; width: 70%; }


/*----------------Buttons-----------------------*/
a.talk-us-btn-lg{ border-radius: 5px; background-color: #ff6c00; font-size: 20px; font-weight: normal; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif;   
  line-height: 1.33; letter-spacing: 0.55px; text-align: center; display: inline-block; color: #ffffff; text-transform: capitalize; /* height: 60px; width: 340px; border: 2px solid #ff6c00; box-shadow: 0 4px 0 0 #b94e00;*/ 
  position: relative; z-index: 9; padding: 15px 53px; overflow: hidden;  }
a.talk-us-btn-lg:before { content: ""; background: #b94e00; width: 100%; height: 7%; position: absolute; left: 0; bottom: 0; z-index: -1; 
  -webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }
a.talk-us-btn-lg:hover:before{ height: 100%; }

a.talk-us-btn-lg:hover,
a.talk-us-btn-lg:focus,
a.talk-us-btn-lg:active{ color: #fff; text-decoration: none; cursor: pointer; }
/* .animated a.talk-us-btn-lg{  transform: translateY(0%); opacity: 1; }
.active a.talk-us-btn-lg{  transform: translateY(0%); opacity: 1; } */

.talk-us-btn-xl{ border-radius: 5px; background-color: #ff6c00; font-size: 30px; font-weight: normal; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif;   
  line-height: 1.07; letter-spacing: 0.68px; text-align: center; display: inline-block; color: #ffffff; text-transform: capitalize; position: relative; z-index: 9; padding: 22px 75px; overflow: hidden;  }
a.talk-us-btn-xl:before { content: ""; background: #b94e00; width: 100%; height: 7%; position: absolute; left: 0; bottom: 0; z-index: -1; 
  -webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }
a.talk-us-btn-xl:hover:before{ height: 100%; }

a.talk-us-btn-xl:hover,
a.talk-us-btn-xl:focus,
a.talk-us-btn-xl:active{ color: #fff; text-decoration: none; cursor: pointer; }


.talk-btn-whyt{ display: inline-block; border: solid 3.6px #ffffff; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-size: 24px; line-height: normal; letter-spacing: normal; 
  color: #fff !important; padding: 20px 55px; position: relative;  z-index: 1; }
.talk-btn-whyt:before{ content: ""; background: #fff; width: 100%; height: 1%; position: absolute; left: 0; bottom: 0; z-index: -1; 
  -webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }

.talk-btn-whyt:hover:before{ height: 100%; }
.talk-btn-whyt:hover{ color: #ff6c00 !important; cursor: pointer; }


/*--------------------Heading-----------------------*/
.heading.aem-heading h3 { max-width: 70%;  text-align: left; }
.heading h3{ font-size: 60px; font-weight: normal; text-align: left; margin-bottom:0; line-height: 1.17; letter-spacing: -0.75px; color: #211f1f; }
.subheading{ font-size: 18px; line-height: 22px; margin-top: 20px; }
.sub-heading h4{ font-size: 24px; color: #211f1f; line-height: 36px; letter-spacing: -0.8px; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-weight: 300; margin-top: 20px; margin-bottom: 0; }
.heading-wyt h4{ font-size: 42px; color: #fff; font-weight: 700; }
.heading-lg h2{ font-size: 60px; line-height: 1.34; letter-spacing: -1.6px; color: #fff; position: relative; z-index: 2; margin-bottom: 0; }
.white-color{ color: #fff !important; }

.heading1{ padding: 0; position: relative; }
.heading1 h2{ font-size: 54px; line-height: 1; letter-spacing: normal; color: #000000;  }

/* .heading2 { position: relative; } */
.adobe-exp-heading .row-fluid-wrapper { position: relative; height: auto; }

.adobe-exp-heading .row-fluid{ position: relative; height: 100%; }
.heading2{ position: relative; top: auto; left: 0; margin: 35px 0 0; }
.heading2 h2{ font-size: 48px; font-style: normal; font-stretch: normal; line-height: 1.13; letter-spacing: -1px; color: #ffffff; margin-bottom: 0; }
.lg-heading-sm{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 30px; line-height: 1.13; letter-spacing: normal; color: #ffffff; padding: 25px 0 0; }


/*--------------custom Navbar---------------------*/
.top-get-quote>a { background: transparent; border: solid 2px #ff6c00; color: #ff6c00; border-radius: 3px; font-size: 24px; line-height: 1.33; letter-spacing: 0.55px; 
  font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-weight: normal; }
.header.activeback .navbar-light .navbar-nav .top-get-quote > a{ background: #ff6c00; }

.side-bar{ position: relative; }
.side-bar:before{ display: none; content: ""; position: absolute; right: 15px; width: 70px; min-width: 70px; height: 100%; background: #058bd0; background: linear-gradient(180deg,#058bd0 0,#00d1a1); }
.head-bg-img{ position: absolute; top: 0; left: 0; }


.banner-sec{ padding: 0 0 110px; position: relative; z-index: 2; }
.banner-detail{ padding: 125px 0 0; }
.banner-caption { position: relative; z-index: 2; padding: 55px 0 0; text-align: center; }
.banner-caption h1{ font-size: 60px; font-style: normal; font-stretch: normal; line-height: 1.17; letter-spacing: -1.5px; color: #201f1f; margin-bottom: 0; }
.banner-caption p{ font-size: 24px; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.42; letter-spacing: normal; 
  color: #444444; margin: 28px auto 37px; max-width: 960px; width: 100%; }


.magento-form{ background: #ff6c00; border-radius: 5px; box-shadow: 0px 0px 30px #aeaeae; padding: 30px 50px 30px; width: 100%; }
.page-form{ position: relative; }
.page-form input{ height: 50px; background-color: #fff; border: 1px solid #ddd; font-size: 14px; width: 100%; color: #444; padding: 0 20px; border-radius: 2px; box-shadow: none; margin-bottom: 0; }


.page-form textarea { background-color: #fff; border: 1px solid #ddd; font-size: 14px; width: 100%; color: #444; padding: 10px 20px; border-radius: 2px; 
  box-shadow: none; margin-bottom: 25px; height: 70px; }


.page-form .hs-form-required{ display: none; }

input:focus{ outline: none; }

.hs_submit.hs-submit { text-align: center; }

.page-form .hs-button{ height:60px; line-height:42px; width:100%; max-width:100%; border-radius: 5px; background-color:#ff6c00; font-size: 20px; border: 2px solid #fff; 
    padding: 0px; color: #ffffff; letter-spacing: -0.7px; -moz-transition: background-color 0.3s, color 0.3s; -webkit-transition: background-color 0.3s, color 0.3s; 
    transition: background-color 0.3s, color 0.3s; font-weight: normal; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; }

.page-form .hs-button:hover{ background: #fff; color: #ff6c00; }
 
 .page-form label { margin-bottom: 0; }
 
 .page-form .hs-error-msgs { position: relative; }
 
 .hs-error-msgs li label { color: blue; display: block; font-size: 12px; }
  
.hs-error-msgs { position: relative; margin-bottom: 0; }
.hs-error-msgs li label { color: blue; display: block; font-size: 12px; position: absolute; }
  
.hs-dependent-field { margin: 20px 0 15px; }
.hs_error_rollup { display: none; }

.hubspot-link__container.sproket{ display: none; }


.adobe-experinece{ padding: 0; position: relative; }
.adobe-experinece:before{ content: ""; background: url(https://cdn2.hubspot.net/hubfs/5865019/All-Themes-assets/images/dots-img.svg); position: absolute; right: 0; top: -150px; width: 280px; height: 280px; }
.adobe-experinece:after{ content: ""; background: url(https://cdn2.hubspot.net/hubfs/5865019/All-Themes-assets/images/dots-img.svg); position: absolute; right: 0; bottom: 180px; width: 280px; height: 280px; }
.adobe-bg-img{ padding: 0; position: relative; }

.adobe-bg-video{ padding: 0; position: relative; z-index: 1; }
.adobe-bg-video:before { content: ""; background: rgba(0, 0, 0, 0.4); position: absolute; top: 12px; bottom: auto; left: 0; width: 1288px; height: calc(100% - 12px); z-index: 9; }
.adobe-bg-video video{ width: 100%; height: 550px; max-width: 1300px; object-fit: cover; float: left; border-top: 12px solid #ff6c00; border-right: 12px solid #ff6c00; }

.partners{ padding: 13px 90px 63px; max-width: 378px; width: 100%; background-color: #f9fcff; position: absolute; top: auto; bottom: 8%; right: 0; border: 12px solid rgba(240, 240, 240, 0.4); 
  border-right-color: #ff6d00;  z-index: 1; }
.partners:before{ content: ""; background: #ff6d00; width: 45px; height: 12px; position: absolute; left: auto; right: -12px; top: -12px; bottom: auto; }
.partners:after{ content: ""; background: #ff6d00; width: 45px; height: 12px; position: absolute; left: auto; right: -12px; top: auto; bottom: -12px; }


.partners .partners-img{ margin-top: 50px !important; }

.adobe-exp-heading{ padding: 32px 50px; position: relative; height: 397px;  }

.services-sec{ padding: 0 0 150px; position: relative; }
.services-sec:after{ content: ""; background: url(https://cdn2.hubspot.net/hubfs/5865019/All-Themes-assets/images/dots-img.svg); position: absolute; right: 0; bottom: 0; width: 280px; height: 280px; }

.our-services{ padding: 0; }

/*--------------without flip---------------------*/
/* .services-data { background-color: #fff; width: 100%; height: 300px; perspective: 1000px; text-align: center; }
.service-inner { position: relative; width: 100% !important; max-width: 250px; height: 100%; text-align: center; transition: transform 0.6s; overflow: hidden;  }
.service-flap1{ padding: 66px 50px 50px; background: #fff; position: relative; border: 1px solid #edf2f7; border-radius: 3px; height: 296px; }
.service-flap1 h4{ font-size: 22px; font-style: normal; font-stretch: normal; line-height: 1.14; letter-spacing: -0.46px; color: #211f1f; margin: 29px 0 0; }
.hover-flap2 { position: absolute; background-color: #f9fcff; width: 100%; height: 0; bottom: -30%; left: 0; padding: 24px 15px; border: 0 none; 
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
.hover-flap2 h4{ font-size: 20px; font-style: normal; font-stretch: normal; line-height: 1.14; letter-spacing: -0.46px; color: #211f1f; margin-bottom: 0; }
.flap-txt{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 15px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.63; letter-spacing: normal; 
  color: #444444; margin: 15px 0 0; }
.services-data:hover .hover-flap2{ height: 100%; bottom: 0; } */



/*--------------with JS flip---------------------*/
.services-data { background-color: #fff; width: 100%; height: 300px; perspective: 800px; -webkit-perspective: 800px; text-align: center; }

.service-inner { width: 100% !important; max-width: 250px; height: 100%; text-align: center; transition: transform 0.6s; position: relative; }

.service-flap1{ padding: 66px 50px 50px; background: #fff; position: relative; border: 1px solid #edf2f7; border-radius: 3px; height: 296px; }

.service-flap1 h4{ font-size: 22px; font-style: normal; font-stretch: normal; line-height: 1.14; letter-spacing: -0.46px; color: #211f1f; margin: 29px 0 0; }

.hover-flap2 { position: relative; background-color: #f9fcff; width: 100%; padding: 24px 15px; border: 0 none; }

.hover-flap2 h4{ font-size: 20px; font-style: normal; font-stretch: normal; line-height: 1.14; letter-spacing: -0.46px; color: #211f1f; margin-bottom: 0; }

.flap-txt{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 15px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.63; letter-spacing: normal; 
  color: #444444; margin: 15px 0 0; } 

.learn-more{ padding: 10px 0 0; text-align: center;  }
.learn_btn{ display: block; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 15px; font-weight: 300; line-height: 1.63; letter-spacing: normal; color: #ff6c00; 
  text-decoration: underline; }
.learn_btn:hover,
.learn_btn:active,
.learn_btn:focus{ color: #ff6c00; } 

.service-flap1,
.hover-flap2{
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width:250px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	transition:0.8s;
}


.hover-flap2{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	background-position:right center;
}

.services-data:hover .service-flap1{
	/* When the container is hovered, flip the front side and hide it .. */
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}

.services-data:hover .hover-flap2{
	/* .. at the same time flip the back side into visibility */
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
} 


.dream-store{ margin: 80px 0 0; }
.dream-store h4{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 40px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 0.85; 
  letter-spacing: normal; text-align: center; color: #444444; }

.customer-sec{ padding: 145px 0 0; position: relative; /*overflow: hidden;*/ }
.customer-sec .container{ max-width: 1263px !important; }
.customer-sec:before{ content: ""; background: url(https://cdn2.hubspot.net/hubfs/3907246/All-Themes-assets/images/UX-design-services/circles.png); width: 1001px; height: 870px; position: absolute; 
  left: 0; right: 0; margin: 0 auto; top: 30%; }
.wid1{ max-width: 768px; width: 100%; }
.customer-slider-part{ margin-top: 0; }
.customer-slider{ padding: 0; position: relative; z-index: 1; }



.head-lg h2{ font-size: 80px; line-height: 1.13; position: relative; }

.client-saying{ position: relative; }
.client-details{ padding: 58px 64px 38px; border-radius: 3px; box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08); background-color: #f8f8ff; max-width: 600px; margin-bottom: 30px; position: relative; }

.quotes{ position: absolute; top:30px; left: 30px; }
.client-details p{ font-size: 20px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.5; letter-spacing: normal; color: #182e47; position: relative; min-height: 180px; }
.client-details p:after{ content: ""; position: absolute; bottom: -32px; left: 0; width: 60px; height: 3px; background: #ff6c00; }

ul.client-info{ margin-top: 64px; }
ul.client-info li{ display: inline-block; margin-right: 30px; position: relative; vertical-align: middle; }
ul.client-info li:last-child{ margin-right: 0; }
ul.client-info li h5{ font-size: 26px; font-weight: 800; font-style: normal; font-stretch: normal; line-height: 0.77; letter-spacing: normal; color: #000000; }
ul.client-info li h5 span{ display: block; font-size: 13px; line-height: 1.54; letter-spacing: 1px; color: #666666; padding: 10px 0 0; }
.videoIcon { position: absolute; bottom: -15px; right: -15px; }


.client-saying ul.slick-dots { left: -40px; top: 125px; right: auto; bottom: auto; width: auto; }
.client-saying .slick-dots li{ display: block; }
.client-saying .slick-dots li button{ font-size: 0; width: 4px; height: 10px; background: #ff6c00; padding: 0; opacity: 0.5; }
.client-saying .slick-dots li button:before{ display: none; }
.client-saying .slick-dots li { display: block; width: auto; height: auto; margin: 0; margin-bottom: 10px; }
.client-saying .slick-dots li.slick-active button{ height: 50px; opacity: 1; }

.develop-outsource-sec{ padding: 162px 0 83px; background: #ff6c00; margin-top: -170px; position: relative; }
.outsource-tagline{ font-size: 44px; font-family: 'GilroyLight', "Helvetica", "Arial", sans-serif; font-style: normal; font-stretch: normal; line-height: 1.23; letter-spacing: -1px; color: #fff; }
.outsource-btn{ margin: 50px 0 0; }

.all-trusted-brands{ padding: 0 0 84px; background: #ff6d00; }
.trusted-brands{ padding: 0; }
.brand-img{ padding: 0; text-align: center; width: 20% !important; margin-left: 0 !important; margin-top: 80px; }
.brand-img img { max-width: 75%; }

.our-work-sec{ padding: 122px 0 120px; background: #ff6d00; position: relative; background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/UX-PPC/sm-circle-1.png) no-repeat; 
  overflow: hidden; }
.our-work-sec:before{ content:""; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: #fff; }

.custm-heading { padding: 0; }

.custm-heading h4{ position: relative; font-size: 30px; line-height: 2; letter-spacing: normal; color: #fff; text-transform: uppercase; }
.custm-heading h4:before{ content: ""; width: 83px; height: 2px; border: solid 1px #b4abff; position: absolute; bottom: -10px; left: 0; display: none; }


.work-popup{ position: relative; }
.banner-popup { position: fixed; top: 50%; left: 50%; -webkit-transform: translate3d(-50%,-100%,0); transform: translate3d(-50%,-100%,0);
    background: transparent; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; box-shadow: 5px 5px 12px rgba(0,0,0,0.80); z-index: 2147483112; width: 60%; }

.banner-popup.popup-active { opacity: 1; visibility: visible; cursor: auto; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); }

.video-btn:hover { cursor: pointer; }

.close-icon-popup { position: absolute; width: 25px; top: -30px; right: 0; cursor: pointer; background: #ff6c00; z-index: 999; padding: 3px 5px; }
.about-video { width: 100%; height: 100%; position: relative; z-index: 1; }
.about-video iframe { width: 100%; height: 100%; border: 0 !important; }



/*-------------Our Work Case studies------------------*/
.case-studies-slider{ padding: 50px 0 0; position: relative; }
.case-studies-slider:before{ content: ""; background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/UX-PPC/dots.jpg); position: absolute; left: 50%; top: -29%; width: 151px;
    height: 100%; }
.case-studies-slider:after{ content: ""; background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/UX-PPC/dots.jpg); position: absolute; left: 50%; bottom: -18%; width: 151px;
    height: 140px; }

.work-slider{ position: relative; }
.work-details{ position: relative; }
.work-imgs { position: relative; height: 100%; }
.work-imgs img{ position: relative; }
img.on-img1{ position: absolute; right: 118px; bottom: 0px; z-index: 2;  }
img.on-img2{ position: absolute; left: 40px; bottom: 0; z-index: 2; }

.work-case-studies { min-height: 560px !important; position: relative; margin-left: 50px;  }
.work-case-studies h5 { font-size: 28px; line-height: 1.35; letter-spacing: -1px; color: #201f1f; margin: 50px 0 31px; max-width: 332px; width: 100%; }
.work-case-studies p { font-size: 20px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.6; letter-spacing: normal; color: #444444; max-width: 277px; width: 100%; }
.work-case-studies ul { position: absolute; bottom: 0; left: 0; }
.work-case-studies li { display: inline-block; margin-right: 80px; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #444444; }
.work-case-studies li:last-child{ margin-right: 0; }  
.work-case-studies li span{ font-family: 'GilroyExtraBold'; font-style: normal; font-stretch: normal; font-size: 16px; padding-bottom: 14px; letter-spacing: 0.67px; color: #000000; display: block; 
  text-transform: uppercase; }

.work-slider-info ul.slick-dots{ display: none !important; }

.slick-track:focus{ outline: none; }
.slick-slider:focus{ outline: none; }
.slick-initialized .slick-slide:focus{ outline: none; }

.work-slider-imgs .custom_paging { position: absolute; right: 2%; color: #ff6d00; bottom: 30%; }
.work-slider-imgs .custom_paging li { transform: rotateZ(90deg); display: none; font-size: 16px; }
.work-slider-imgs .custom_paging li.slick-active{ display: block; }
.work-slider-imgs .slick-next { background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento/right-arrow-orange.svg) no-repeat;
    background-color: rgba(255, 255, 255, 0.4); width: 47px; height: 47px; right: 2%; border-radius: 50%; text-align: center; background-position: center; top: 90%; 
  -webkit-transition: all 0.2s ease-in-out 0.2s; transition: all 0.2s ease-in-out 0.2s; }
.work-slider-imgs .slick-prev { background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento/back-arrow-orange.svg) no-repeat;
    background-color: rgba(255, 255, 255, 0.4); width: 47px; height: 47px; right: 2%; left: auto; border-radius: 50%; text-align: center; background-position: center; top: 80%; 
  -webkit-transition: all 0.2s ease-in-out 0.2s; transition: all 0.2s ease-in-out 0.2s; z-index: 1; }
.work-slider-imgs .slick-next:hover, .work-slider-imgs .slick-prev:hover { background-color: #fff;  }


span.close-modal{ padding: 0; position: relative; width: 30px; height: 30px;   }
span.close-modal img{ position: absolute; top: 0; right: 0; }




.make-different{ padding: 150px 0 0; background: url(https://cdn2.hubspot.net/hubfs/5865019/All-Themes-assets/images/dots-height-full.svg); background-repeat: no-repeat; background-position: 100% 128%; }
.makes-box{ margin-top: 75px; text-align: left; }
.make-box-heading h4{ font-size: 24px; line-height: 0.88; letter-spacing: -0.8px; color: #000000; margin: 0 0 20px; width: 100%; }
.make-disc { font-size: 18px; font-weight: 300; line-height: 1.56; letter-spacing: -0.6px; color: #311b1e; width: 90% !important; }

.looking-for{ margin-top: 150px; padding: 85px 0; position: relative; z-index: 1; /*background-color: #271302;*/ }
.looking-for:before{ content: ""; background: #182e47; position: absolute; top: 0; left: 0; right: auto; height: 100%; width: 84%; z-index: -1; }
.tag-line{ font-size: 22px; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-weight: 300; line-height: 1.45; letter-spacing: normal; color: #ffffff; max-width: 560px; width: 100%; 
  margin-top: 15px; }
.implmnt-btn{ margin-top: 95px; position: relative; z-index: 1; text-align: left; }

.heading-below{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 24px; font-weight: normal; line-height: 1.42; letter-spacing: normal; color: #444444; margin: 24px 0 0; }



.box-img { height: auto; }
.box-img img { max-width: 105px; }
.buttn-sec .implmnt-btn{ z-index: 0; }

.btn-effect1 { margin-top: 70px; }

.footer{ padding-top: 110px; }
.footer-copy-txt{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif !important; font-weight: normal !important; font-style: normal; }

#mediaModal .modal-content{ margin: 0; padding: 0; border: 0 none; background: transparent; }
#mediaModal .modal-header { margin: 0; padding: 0; border: 0 none; }
#mediaModal button.close { position: absolute; right: 23px; opacity: 1; width: 30px; top: -3px; color: #fff; font-size: 34px; z-index: 2; }


/*-----------------old page css----------------------*/

.our-partners-img{ padding: 0; position: relative; z-index: 9; }
.all-partners{ position: relative; }
.partner-img { text-align: center; }

.services-data { margin-top: 80px; }
.row-number-9 .services-data { margin-top:91px; }

.buttn-sec{ margin-top: 30px; position: relative; z-index: 1; }



/* .brand-img:last-child img{ width: 90% !important; } */

.brand-img{ padding: 0; margin-top: 80px;  }
.marTop0{ margin-top: 0 !important; }

.lets-build{ padding: 0 0 150px; }
.modal-btn { margin: 40px 0 0; }

.footer{ margin-top: 0; padding-bottom: 80px; }

/*---------------------------Footer-------------------------------------*/
/* .footer {
    margin-top: 130px;
    padding-bottom: 129px
} */

.locations {
    padding: 0;
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap; text-align: left;
}

.address-details {
    padding: 80px 0 20px;
    overflow: hidden;
    flex-basis: 20%;
    position: relative
}

.address-details img {
    position: absolute;
    top: 30px;
    left: 0
}

.address-details h4 {
    font-size: 22px;
    color: #201f1f;
    letter-spacing: -.7px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
    position: relative;
}

.address-line {
    padding: 0;
    position: relative;
}

.address-line p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.88;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0; letter-spacing: -0.53px;
}

.address-line a {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 300;
    font-style: normal; font-size: 16px; letter-spacing: -0.53px;
}

.address-line a:active,
.address-line a:focus,
.address-line a:hover {
    color: #4a4a4a;
    text-decoration: none
}

/* .foot1,.foot2,.foot3,.foot4,.foot5{transform: translateY(40%);-webkit-transition: all 0.8s ease-in-out 0s;transition: all 0.8s ease-in-out 0s;transform: translateY(40%);opacity: 0; visibility: hidden;}
.active .foot1{-webkit-transition: all 0.4s ease-in-out 1s;transition: all 0.4s ease-in-out 1s;transform: translateY(0%); opacity: 1; visibility: visible;}
.active .foot2{-webkit-transition: all 0.5s ease-in-out 1.2s;transition: all 0.5s ease-in-out 1.2s;transform: translateY(0%);opacity: 1; visibility: visible;}
.active .foot3{-webkit-transition: all 0.6s ease-in-out 1.4s;transition: all 0.6s ease-in-out 1.4s;transform: translateY(0%);opacity: 1; visibility: visible;}
.active .foot4{-webkit-transition: all 0.7s ease-in-out 1.6s;transition: all 0.7s ease-in-out 1.6s;transform: translateY(0%);opacity: 1; visibility: visible;}
.active .foot5{-webkit-transition: all 0.8s ease-in-out 1.8s;transition: all 0.8s ease-in-out 1.8s;transform: translateY(0%);opacity: 1; visibility: visible;} */



h4#show-adrs.active { position: relative; }

.address-details:before .active {
    content: url(https://cdn2.hubspot.net/hubfs/3907246/mvp-scope-creep/assets/images/minus-icon.svg);
    position: absolute;
    right: 0;
    top: -6px;
}

.copyright-Data { padding: 50px 0 0; }

.footer-copy-txt { line-height: normal; font-size: 14px; color: #666;  letter-spacing: -0.47px; text-align: left; font-style: normal; }

.modal-body.video-modal{ padding: 0; }

/*----------------------------//Footer---------------------------------*/

.contactForm .modal-body { padding: 45px 64px 35px; }
.magento-modal-form{ box-shadow: 0; }
.magento-modal-form input[type="submit"]{ background: #ff6c00; box-shadow: none; border: 2px solid #ff6c00; border-radius: 5px; }
.magento-modal-form input[type="submit"]:hover { background: #b94e00; border-color: #b94e00; }
.magento-modal-form h2{ color: #ff6c00; }
.contactForm .modal-header .close { right: 15px; top: 15px; }
/* .contactForm ul.no-list.hs-error-msgs.inputs-list { bottom: 0px; width: 100%; } */

.contactForm .modal-header { padding: 0; }
 
 .contactForm .modal-header .close {
     position: absolute;
     right: 30px;
     top: 30px;
     font-size: 28px;
     opacity: 1 !important;
     z-index: 2; color: #000; 
 }
  .contactForm .modal-header .close:focus{ box-shadow: none; outline: 0; }

  .contactForm .modal-header .close:hover{ opacity: 1 !important; }

  .close:hover{ color: #000; }
 
 .contactForm .modal-body { padding: 45px 64px 35px; }
 
 .contactForm h2 {
     font-size: 40px;
    color: #ff6c00;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px;
 }
 
 .contactForm label {
     display: none
 }
 
 .contact-us-form input {
     background-color: transparent;
     border: 0 none;
     border-bottom: 1px solid #d5d5d5;
     border-width: 0 0 1px;
     color: #7c7c7c;
     font-weight: 400;
     font-size: 17px;
     line-height: 21px;
     height: 38px;
     padding: 3px 0 13px;
     width: 100%;
     border-radius: 0px;
     box-shadow: none;
     letter-spacing: .3px;
     margin: 32px 0 0
 }
 
 .contact-us-form textarea {
     background-color: transparent;
     border: 0 none;
     border-bottom: 1px solid #d5d5d5;
     border-width: 0 0 1px;
     color: #7c7c7c;
     font-weight: 400;
     font-size: 17px;
     line-height: 21px;
     padding: 3px 0 13px;
     width: 100%;
     border-radius: 0px;
     box-shadow: none;
     letter-spacing: .3px;
     margin: 32px 0 0;
     resize: none
 }
 
 .contact-us-form input[type="submit"] {
    background: #ff6c00;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 38px;
    padding: 8px;
    border-radius: 5px;
    line-height: 32px;
    width: 100%;
    height: 50px; position: relative;
    text-align: center;
    border: 2px solid #ff6c00;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
   box-shadow: none;
 }
 
/*  .contact-us-form input[type="submit"]:before{
    content: "";
    background: #b94e00;
    width: 100%;
    height: 7%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
} */

.contact-us-form input[type="submit"]:hover:before { height: 100%; }

 .contact-us-form input:focus, .contact-us-form textarea:focus { box-shadow: none; outline: 0;  }
 
  
 .contact-us-form input[type="submit"]:hover, 
.contact-us-form input[type="submit"]:active, 
.contact-us-form input[type="submit"]:focus { background: #b94e00; border-color: #b94e00; }
  
 .contact-us-form p { color: #7c7c7c; font-weight: 400; font-size: 15px; line-height: 1.3; margin-top: 38px; clear: both; width: auto; margin-bottom: 0; letter-spacing: 0; display: inline-block; 
   position: relative; padding-left: 25px; }
 
 .contact-us-form p:before { content: ""; background-image: url(https://cdn2.hubspot.net/hubfs/3907246/new-mvp-scope-creep/assets/images/spritesheet-1.png); width: 18px; height: 20px;
     position: absolute; left: 0; top: 0;  background-position: -131px -60px; }


.contact-us-form { position: relative; }
.contact-us-form .hs-form-field{ position: relative; }
.contact-us-form .input{ position: relative; }
.contactForm label.hs-error-msg { display: block; color: red; font-size: 14px;  }
.contactForm ul.no-list.hs-error-msgs.inputs-list { position: absolute; left: 0; }
.contactForm label.hs-error-msg{ color: red; font-size: 12px; display: block; }

.contactForm .modal-header .close { right: 15px; top: 15px; }
.contactForm ul.no-list.hs-error-msgs.inputs-list { bottom: 0px; width: 100%; }
.contactForm .hs-phone .inputs-list li:last-child .hs-error-msg { top: 12px; }

.contactForm .hs-email .inputs-list li:last-child label { top: 12px; }
.contactForm .hs-email .inputs-list li:last-child label a { color: red; }
.contact-us-form p a{ color: red; text-decoration: none; }
.contactForm .hs-email .inputs-list li:last-child label.hs-error-msg { top: 0; }



@media screen and (max-width: 1440px){
.contact-us-form input[type="submit"] {
    font-size: 16px;
    height: 50px;
    line-height: 32px;
    padding: 8px;
}
  }


@media screen and (max-width: 767px){
  .contactForm .modal-body { padding: 30px 30px 30px; }
  
}

@media screen and (max-width: 576px){
.contactForm .modal-header .close{ top: 5px; right: 5px; }

}

/*----------- what makess diffrence-----------*/


/*--------------Media queries----------------------------------*/

@media screen and (min-width: 2200px)
{
  .adobe-bg-video video{ max-width: 100%; border-right: 0; }
  .adobe-bg-video::before{ width: 100%; }
  
  
}

@media screen and (max-width: 1680px)
{
  .banner-caption h1 { font-size: 58px; line-height: 0.44; }
  a.talk-us-btn-lg{ font-size: 20px; height: 60px; line-height: 31px; }
  .trusted-brands{ background-position: -7% 100%; }
  .make-different{ background-position: 105% 128%; }
 
  .brand-img img { max-width: 70%; }
  .looking-for:before{ width: 88%; }
  .heading2 { margin: 50px 0 0; }
  .heading2 h2 { font-size: 44px; }
  .lg-heading-sm{ font-size: 28px; }
  
  .head-lg h2 { font-size: 70px; }
  .outsource-tagline { font-size: 40px; }
  .talk-us-btn-xl{ font-size: 26px; }
  
  
}

@media screen and (max-width: 1550px)
{
  a.talk-us-btn-lg { font-size: 18px; height: 55px; /*width: 300px;*/ line-height: 24px; }
  .banner-caption p { font-size: 22px; }
  .adobe-experinece:after{ bottom: 50px; }
  .adobe-bg-img img { width: 73% !important; }
  .partners{ bottom: 0; max-width: 345px; }
  .adobe-exp-heading{ height: 365px; }
/*   .heading2 h2 { font-size: 58px; } */
  .services-data h4 { font-size: 28px; line-height: 1.47; }
  .services-disc { font-size: 20px; line-height: 1.54; width: 90% !important; }
  .service-flap1 { padding: 55px 40px 50px; }
  
  .adobe-bg-video:before { width: 1128px; }
  
  .services-data h4 { font-size: 24px; }
  
  .heading2 { margin: 30px 0 0; }
  
  .talk-us-btn-xl { font-size: 24px; padding: 20px 50px; }
  
  .buttn-sec { margin-top: 30px; }
  
  .heading h3 { font-size: 54px; }
  
  .trusted-brands { background-position: -13% 100%; }
  
  .heading-lg h2 { font-size: 52px; line-height: 1.21; }
  .tag-line { font-size: 20px; }
  
  .client-details { padding: 58px 64px 18px; }
  
  .make-different { background-position: 113% 128%; }
  
  .looking-for:before{ width: 91%; }
  .implmnt-btn { margin-top: 70px; }
  
  .heading1 h2 { font-size: 64px; }
  .subheading h4 { font-size: 22px; }
 
  .adobe-bg-video video{ height: 500px; max-width: 1140px; }
  .adobe-bg-video:before{ width: 1128px; }
}

@media screen and (max-width: 1500px)
{
  .adobe-bg-video video{ height: 450px; max-width: 1080px; }
  .adobe-bg-video:before{ width: 1068px; /*height: 97.4%;*/ }
  .adobe-bg-video:before { width: 1068px; /* height: 97.4%; */ }
  
}

@media screen and (max-width: 1440px)
{
  .banner-sec { padding: 0 0 80px; }
  
  .banner-caption h1 { font-size: 56px; }
  .banner-caption p { font-size: 20px; }
  .partners { bottom: 0; padding: 10px 75px 45px; }
  .adobe-exp-heading { height: 350px; padding: 32px 60px;  }
  
  .partners .partners-img { margin-top: 40px !important; }
  .partners-img img { max-width: 83%; }
  .partners-img:first-child img { max-width: 95%; }
  
  .row-number-9 .partners-img img { max-width: 85%; }
  .row-number-11 .partners-img img { max-width: 85%; }
  .row-number-12 .partners-img img { max-width: 85%; }
  
  .trusted-brands:after{ width: 63%; }
  
  .heading h3 { font-size: 50px; }
  
/*   .heading2 h2 { font-size: 55px; } */
  
  .banner-detail { padding: 85px 0 0; }
  .banner-img { padding: 75px 0 0; }
  
  .our-services { padding: 50px 0 0; }
  .buttn-sec { margin-top: 75px; }
  
  .our-work-sec { padding: 100px 0 100px; overflow: hidden; }
  
  .case-studies-slider { padding: 30px 0 0; }
  
/*   .brand-img img{ width: 57% !important; } */
  
  .services-data h4 { font-size: 20px; }
  
  .brand-img { margin-top: 60px; }
  
  .services-sec:after{ width: 130px; }
  
  a.talk-us-btn-lg { height: 55px; line-height: 27px; }
  .btn-effect::before { background-size: 272px; }
  
  .services-sec { padding: 0 0 130px; }
  
  .all-trusted-brands { padding: 15px 0 50px; }
  
  .talk-btn-whyt{ font-size: 22px; padding: 15px 45px; }
  
  .brand-img img { max-width: 55%; }
  
  .btn-effect1::before { background-size: 272px; left: 90px; }
  
  .customer-sec { padding: 120px 0 0; }
  
  .make-box-heading h4 { font-size: 22px; line-height: 1.17; margin: 20px 0 17px; }
  
  .sub-heading h4 { font-size: 20px; margin-top: 10px; }
  
  .services-disc { font-size: 18px; }
  
  .looking-for:before { width: 94%; }
  
  .implmnt-btn { margin-top: 70px; }
  .heading-lg h2 { font-size: 54px; }
  
  .make-different { padding: 130px 0 0; }
  
  .contact-us-form input[type="submit"] { font-size: 16px; height: 45px; line-height: 28px; padding: 8px; }
  
  
}

@media (min-width: 1400px){
  .container { max-width: 1170px !important; }

}



@media screen and (min-width: 1281px) and (max-width: 1479px)
{
  .adobe-experinece{ overflow: hidden; }
  .partners{ transform: translateX(0%); }
  .trusted-brands{ overflow-x: hidden; }
  
}



@media screen and (max-width: 1360px)
{
  .customer-sec .container{ max-width: 1140px !important; }
  
}



@media screen and (max-width: 1280px)
{
  
/* .banner-img { padding: 50px 0 0; text-align: right; }
  .banner-img img { width: 90% !important; } */
  .banner-caption p { font-size: 19px; }
  .partners { padding: 13px 65px 63px; max-width: 300px; right: 17px; }
  
  
  .adobe-bg-img img { width: 80% !important; }
  .adobe-experinece:before{ top: -70px; width: 140px; }
  .adobe-experinece:after{ width: 100px; }
/*   .adobe-exp-heading { width: 40% !important; background-size: cover; } */
  .heading-lg h2 { font-size: 54px; }
  
  .lg-heading-sm { font-size: 24px; }
  
  .trusted-brands { background-position: -25% 100%; }
  .our-services { padding: 50px 0 0; }
  .make-different { background-position: 120% 128%; }
  
  .services-sec:after{ height: 275px; }
  
  .partners { bottom: 7%; }
  
  .looking-for { padding: 100px 0; }
  .looking-for .implmnt-btn{ text-align: left; }
/*   .brand-img img{ height: 40px; } */
  
  .brand-img img { max-width: 60%; }
  
  .heading1 h2 { font-size: 56px; }
  .subheading h4 { font-size: 22px; }
  
  .wid1 { max-width: 700px; }
  .client-details { padding: 30px 30px 18px; }
  
  .client-details p { font-size: 20px; height: 160px; }
  
  .quotes { top: 10px; left: 20px; }
  
  .implmnt-btn { margin-top: 80px; }
  
  .sec-heading h4 { font-size: 34px; }
  .work-detail { font-size: 19px; }
  
  .client-info p { font-size: 22px; min-height: 180px; }
  .client-info h4 { font-size: 30px; }
  
  .client-img img{ position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; }
  
  .buttn-sec { margin-top: 50px; }
  
  ul.client-info li { margin-right: 20px; }
  
  .address-line p{ font-size: 15px;  }
  .address-line a{ font-size: 14px; }
  
  .footer { padding-top: 80px; }
  
}


@media screen and (max-width: 1200px)
{
   
}

@media screen and (max-width: 1199px)
{
  .banner-caption h1 { font-size: 50px; line-height: 0.20; }
  
  .partners { padding: 3px 45px 30px; bottom: 15%; }
  .partners-img img { max-width: 75%; }
  .partners .partners-img { margin-top: 20px !important; text-align: center; }
  .partners-img:first-child img { max-width: 70%; }
  
/*   .row-number-9 .partners-img img { max-width: 85%; }
  .row-number-11 .partners-img img { max-width: 85%; }
  .row-number-12 .partners-img img { max-width: 85%; } */
  
  
  .heading2 h2 { font-size: 32px; }
  .lg-heading-sm { font-size: 22px; }
  
  .adobe-experinece{ overflow: hidden; }
  .adobe-exp-heading { height: 300px; padding: 32px 40px; }
  
  a.talk-us-btn-lg { height: 50px; line-height: 22px; font-size: 16px; }
  
  .heading h3 { font-size: 42px; }
  
  .our-services { padding: 80px 0 0; }
  .trusted-brands{ overflow-x: hidden; }
  .trusted-brands:after{ right: 0; }
  
  .services-data { margin-top: 30px; }
  
  .services-data h4 { font-size: 17px; }
  
  .service-flap1 { padding: 35px 40px 30px; height: 270px; }
  
  .make-different { background-position: 133% 25%; padding: 100px 0 0; }
  .looking-for { padding: 100px 0; }
/*   .implmnt-btn { -webkit-transition: all 1s ease-in-out 1.2s; transition: all 1s ease-in-out 1.2s; } */
  .trusted-brands { background-position: -35% 100%; }
  
  .trusted-brands .row-depth-1 .span3:first-child.brand-img img{ max-width: 60%; }
  .trusted-brands .row-depth-1 .span3:nth-child(2).brand-img img{ max-width: 50%; }
  .trusted-brands .row-depth-1 .row-fluid .span2.brand-img img { max-width: 65%; }
  .trusted-brands .row-depth-1 .row-fluid .span2:last-child.brand-img img { max-width: 53%; }
  
  .services-sec { padding: 0 0 100px; }
  .trusted-brands { padding: 90px 0; }
  
  .case-studies-slider:before,
  .case-studies-slider:after{ display: none; }
  
  .work-case-studies h5 { font-size: 22px; }
  .work-case-studies { min-height: 480px !important; margin-left: 20px; }
  .work-case-studies li{ margin-right: 50px; }
  .work-case-studies p { font-size: 14px; }
  
  .adobe-bg-video video { height: 350px; }
  
  .trusted-brands .row-depth-1 .row-fluid .span2.brand-img img { max-width: 80%; }
 
  .buttn-sec { margin-top: 35px; }
  
  .tag-line{ max-width: 470px; }
  
  .make-disc { font-size: 16px; }
  .make-box-heading h4 { font-size: 20px; margin: 20px 0 12px; max-width: 160px; }
  
  .looking-for { margin-top: 100px; }
  .copyright-Data { padding: 30px 0 0; }
  .footer { padding-top: 100px;  padding-bottom: 40px; }
 
  .address-line a{ font-size: 14px; }
  
  .heading-lg h2 { font-size: 50px; }
  .tag-line { font-size: 19px; }


}


@media screen and (max-width:1080px) {
  
  .adobe-bg-video video{ border: 0 none; }
  .adobe-bg-video:before { width: 100%; height: 100%; top: 0; }


}


@media (min-width:1024px) and (max-width:1100px) {
    .footer { margin-top: 50px; padding-top: 50px; padding-bottom: 50px; } 
    .address-details h4 { font-size: 20px; font-weight: 700; }
    .address-line p { line-height: 24px; font-size: 14px; padding-right: 10px; }
    .footer-copy-txt { padding-top: 4px; }
    .social-icon a { margin-right: 10px!important; -webkit-transform: scale(.9); transform: scale(.9); }
  
  
  
}



@media screen and (max-width: 1024px)
{
  .customer-sec .container { max-width: 960px !important; }
  
  .adobe-bg-video video{ border: 0 none; }
  .adobe-bg-video:before { width: 100%; height: 100%; }
  
  .partners{ transform: translateX(0%); bottom: 0; }
  .partners-img img { max-width: 80%; }
  
  a.talk-us-btn-lg:hover:before{ height: 7%; }
  
  .wid1 { max-width: 700px; }
  
  .brand-img img{ height: auto; }
  
  .make-box-heading h4{ max-width: 100%; }
  
  .trusted-brands { padding: 30px 0 0; }
  
  ul.client-info { margin-top: 50px; }
  .client-details p { min-height: 105px; font-size: 17px; }
  
  ul.client-info li h5 { font-size: 22px; }
  ul.client-info li h5 span { font-size: 12px; }
  
  .customer-slider{ z-index: 1; }
  
  .service-flap1, .hover-flap2{ height: 270px; }
  .hover-flap2{ padding: 15px; }
  
  .flap-txt{ font-size: 14px; margin: 5px 0 0; }
  
  .looking-for::before { width: 100%; }
  
  a.talk-us-btn-xl:before{ display: none; }
  
  .quotes { top: 10px; left: 20px; }
  
  .our-work-sec { padding: 70px 0 70px; }
  
  .client-info li > img { height: 70px; }
  
  .work-slider-imgs .slick-next{ top: 91%; }
  
  div#mediaModal iframe { width: 100%; }
  
  
  
}

@media (min-width:992px) {
/*     .customer-sec .container { max-width: 960px !important; } */
}


@media screen and (max-width: 991px)
{
  .banner-caption{ padding: 0; }
  .banner-caption h1 { font-size: 40px; line-height: 1.21; }
  .banner-caption p{ line-height: 26px; font-size: 20px; margin: 10px auto 30px; }
  a.talk-us-btn-lg{ font-size: 16px; height: 50px; line-height: 20px; padding: 15px 40px; }
  
  .banner-sec { height: auto; padding: 0 0 50px; }
  
  .banner-detail { padding: 110px 0 0px; }

  .services-sec { padding: 0 0 80px; }
  
  .partners { padding: 0px 10px 30px; bottom: 0; }
  .services-data h4 { font-size: 22px; }
  .services-disc { font-size: 15px; }
  
  .heading2 { margin: 5px 0 0; }
  .heading2 h2 { font-size: 28px; line-height: 1.15; }
  .lg-heading-sm { font-size: 18px; padding: 15px 0 0; }
  
  .adobe-bg-video video{ height: 300px; }
  
  .all-trusted-brands { padding: 0 0 64px; }
  .trusted-brands{ padding: 0; }
  
  .partners-img:first-child img { max-width: 60%; }
  
  .hover-flap2{ bottom: -33%; padding: 25px 15px; }
  
  .service-flap1, .hover-flap2{ height: 250px; }
  
  .flap-txt { font-size: 15px; margin: 10px 0 0; }
  
  .wid1 { max-width: 500px; }
  
  .client-details { padding: 30px 20px 15px; }
  .quotes { top: 10px; left: 20px; }
  .looking-for { padding: 70px 0; }
  .looking-for::before { width: 100%; }
  
  .service-inner{ max-width: 100%; }
  .our-services .row-fluid .span3 { width: 48.618784527%; *width: 48.5655930376383%; }
  
  ul.client-info li h5 span br { display: none; }
  
  .client-info { padding: 0; min-height: auto; }
  
  ul.client-info{ margin-top: 40px; }
  
  ul.client-info li { vertical-align: bottom; margin-right: 0px; display: block; }
  
  .partners .partners-img { margin-top: 10px !important; }
  
  .row-number-12 .partners-img img{ height: 30px; }
  
  .client-details p { font-size: 15px; min-height: 145px; }
  
  ul.client-info li h5 { font-size: 16px; margin-top: 10px; }
  ul.client-info li h5 span { font-size: 11px; padding: 5px 0 0; }
  .client-details p:after{ bottom: -20px; }
  
  ul.client-info li > img { height: 60px; }
  
  .videoIcon { right: auto; left: 30px; }
  
  .custm-heading h4{ color: #000; }
  
  .trusted-brands { background: none; }
  
  .client-info p{ margin: 33px 0 0; }
  
  .work-case-studies h5, .work-case-studies p{ max-width: 100%; }
  
  .adobe-exp-heading { height: 225px; background-size: cover; }
  
  .make-different{ background: none; }
  .make-disc { min-height: 100px !important; }
  
  .make-different .span3:nth-child(3){ margin-left: 0; }
  
  .heading1 h2 { font-size: 48px; }
  .subheading h4 { font-size: 18px; }
  
  .sec-heading h4 { font-size: 24px; }
  .work-detail { font-size: 16px; margin-top: 10px; }
  
  .outsource-tagline { font-size: 30px; max-width: 65%; }
  
  .outsource-btn { margin: 20px 0 0; text-align: right; }
  
  .talk-btn-whyt { font-size: 20px; padding: 15px 25px; }
  
  .heading-below{ font-size: 20px; }
  
  .client-img { min-height: 330px; }
  .customer-sec:before{ display: none; }
  .client-saying .col-12 { flex: 0 0 100%; max-width: 100%; }
  
  .client-saying .slick-prev, .client-saying .slick-next{ display: none !important; }
/*   .xs-bot{ order: 2; }
  .xs-top{ order: 1; } */
  
  .implmnt-btn { margin-top: 55px; }
  
  .tag-line{ max-width: 400px; }
  
  .talk-us-btn-xl { font-size: 20px; padding: 20px 40px; }
  
  .client-img img { width: auto; max-width: 50%; }
  .client-info > img { width: 10%; }
  .client-info { padding: 0; min-height: auto; }
  
  .brand-img img { max-width: 75%; }
  
  .work-details .col-12 { flex: 0 0 100%; max-width: 100%; }
  .our-work-sec:before{ width: 100%; }
  
  .work-case-studies { min-height: auto !important; margin-left: 0; margin-top: 40px;  }

  .work-case-studies ul { position: relative; margin-top: 30px; }
  img.on-img1{ bottom: 0; }
  
  .our-work-sec { padding: 0; overflow: hidden; margin-bottom: 30px; }
  
  .ux-info{ padding: 30px 30px; font-size: 18px; line-height: 1.42; }
  .ux-perfected{ padding: 110px 0 110px; }
  
  .custm-heading h4{ font-size: 36px; }
  
  .make-different{ padding: 90px 0 0; }
  
  .work-case-studies p { font-size: 18px; }
  .work-case-studies h5 { font-size: 26px; }
  
  .talk-us-btn-xl { font-size: 20px; padding: 20px 40px; }
  
  .makes-box { margin-top: 50px; }
  
  .our-services { padding: 80px 0 0; }
  
  .services-data { margin-top: 20px; }
  .our-services .row-fluid .span3:nth-child(2n+1) { margin-left: 0; }
  .make-different .span3{ width: 48.618784527%; *width: 48.5655930376383%; }
  
  
  
  .heading h3 { font-size: 32px; }
  .heading-lg h2 { font-size: 38px; }
  .tag-line { font-size: 17px; }
  
  
}


@media (min-width:768px) and (max-width:991px) {
  
  .customer-sec .container { max-width: 720px !important; }
  
    .footer-address .row-fluid { display: block; }
    .footer-address .row-fluid .contact-info { width: 20%!important; min-height: 350px; margin-left: 0; }
    .contact-info { flex-basis: 1; }
    .address-details h4 { font-size: 20px; font-weight: 700; }
    .address-details { flex-basis: 33.33%; }
    .address-line p { line-height: 24px; font-size: 14px; }
    .footer-copy-txt { padding-top: 4px; }
    .footer { margin-top: 0px; padding-top: 50px; padding-bottom: 40px; }
  
  
  .trusted-brands .row-number-10 .row-fluid .span3:nth-child(2).brand-img img { width: 60% !important; }
 
  .trusted-brands .row-number-11 .row-fluid .span2:nth-child(n+3).brand-img img { width: 75% !important; }
  
  
}


@media screen and (max-width: 767px)
{
  .heading h3 { font-size: 30px; }
  
  .banner-sec { padding: 0 0 30px; }
  .banner-caption{ text-align: left; }
  .banner-caption h1 { font-size: 36px; line-height: 40px; }
  .banner-caption p{ margin: 10px 0 20px; font-size: 16px; line-height: 25px; }
  .adobe-bg-img img { width: 100% !important; }
  .adobe-exp-heading{ width: 100% !important; z-index: 1; background-size: cover; background-repeat: no-repeat; }
  
/*   .adobe-exp-heading{  } */
  
  .heading2 h2 { font-size: 25px; }
  
  .adobe-bg-video video{ height: 250px; }
  
  .partners{ position: relative; max-width: 100%; right: 0; margin: 20px 0 70px; padding: 0px 0px 35px; border-right-color: rgba(240, 240, 240, 0.4); }
  .partners:before, .partners:after{ display: none; }
  
  .partners-img img{ margin: 0 auto; }
  
  header .navbar-brand{ padding-left: 0; }
  .ipad-get-icon{ right: 15px; top: 4px; }
  
  .sprite-ipad-get-icon-black{ background-image: url(https://cdn2.hubspot.net/hubfs/3907246/All-Themes-assets/images/mail-black-top-icon.svg); }
  
  .banner-detail { padding: 75px 0 0; }
  
  
/*   .our-services .row-fluid .span3:nth-child(2n+1) { margin-left: 0; }
  .make-different .span3{ width: 99.99999998999999%; *width: 99.94680850063828%; } */
  
  .our-services .row-fluid .span3 { width: 99.99999998999999%; *width: 99.94680850063828%; }
  
  
  .btn-effect::before { background-size: 198px; }
  a.talk-us-btn-lg{ font-size: 16px; height: 50px; line-height: 11px; padding: 20px 40px; }
  
  .services-sec { padding: 20px 0 80px; }
  
  .partner-img { width: 50% !important; float: left !important; height: 60px; }
  .our-services { padding: 60px 0 0; }
  .partner-img:nth-child(n+2) { text-align: center; }
  
  .heading.aem-heading h3 { max-width: 100%; text-align: left; font-size: 28px; }
  
  .services-data h4 { font-size: 26px; margin: 5px 0 10px; }
  .services-disc { font-size: 16px; width: 100% !important; }
  .services-data { margin-top: 0px; }
  .buttn-sec {  margin-top: 50px; }
  
  
  .services-data img { width: 55% !important; }
  
  .sub-heading h4 { font-size: 18px; line-height: 26px; }
  
  .trusted-brands { padding: 20px 0 40px; }
  .txt-lft h3 { width: 100%; }
  
  .makes-box { margin-top: 40px; }
/*   .box-img { height: 50px; } */
  
  .make-box-heading h4{ margin: 0px 0 12px; }
  
  .talk-us-btn-xl { font-size: 16px; padding: 15px 30px; }
  
  .marTop0 { margin-top: 50px !important; }
/*   .brand-img { margin-top: 50px; text-align: center; }
  .brand-img img { width: 40% !important; } */
  .make-different { padding: 70px 0; }
  
  .dream-store h4{ font-size: 36px; }
  
  .service-flap1, .hover-flap2{ width: 100% !important; }
  
  
  .make-different .span3{ width: 100%; *width: 100%; }
  
  .looking-for { padding: 70px 0; margin-bottom: 70px; }
  .heading-lg h2 { font-size: 34px; text-align: left; }
  
  .tag-line { font-size: 16px; }
  
  .btn-effect::before{  width: 200px; }
  .btn-effect1::before { background-size: 193px; left: 45px; width: 200px; }
  
  .contactForm .modal-body { padding: 35px 34px 35px; }
  .contactForm h2 { font-size: 34px; margin-bottom: 0; }
  
  a.talk-us-btn-lg, .banner-caption h1, .banner-caption p, .partners, .adobe-exp-heading{ transform: translateY(0%); opacity: 1; }
  .adobe-bg-img:after{ display: none; }
  
  .case-studies-slider .custom_paging, .case-studies-slider .slick-next{ display: none !important; }
  
  .work-slider-imgs ul.new{ display: none !important; }
  
  .client-details p { font-size: 16px; height: 140px; }
  
  .banner-popup{ width: 90%; }
  
  .work-case-studies{ margin-top: 10px; }
  
  .talk-btn-whyt:before{ display: none; }
  .talk-btn-whyt:hover { color: #fff !important; }
  
  
  .ux-bg-img:before { content: ""; background: rgba(70, 51, 223, 0.7); position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
  .sp-img { text-align: center; }
  .sponsers:after { width: 100%; }
  
  .how-we-work { padding: 70px 0 100px; }
  
  .case-studies-slider { padding: 0; }
  
/*   .client-info{ min-height: 430px; } */
  
  .client-info p { font-size: 18px; margin: 23px 0 25px; }
  
  .our-work-sec { padding: 0; }
  
  .heading1 h2 { font-size: 32px; }
  .heading1 h2 br{ display: none; }
  
  .outsource-tagline{ max-width: 100%; font-size: 26px; }
  .outsource-btn{ text-align: left; }
  
  .heading-lg h2 br{ display: none; }
  
/*   .case-studies-slider .custom_paging { right: 0%; bottom: auto; top: 15%; } */
  .case-studies-slider .slick-next { display: none; }
  .work-slider-imgs .slick-prev { display: none !important; }

  .work-slider-info ul.slick-dots{ display: block !important; }
  .work-slider-info .slick-dots li { width: 25%; margin: 0; }
  .work-slider-info .slick-dots li button{ width: 100%; height: 5px; background: #ff6d00; padding: 0; }
  .work-slider-info .slick-dots li button:before{ opacity: 1; }
  
  .work-slider-info .slick-dots li button:before{ content: ""; opacity: 1; color: transparent; }
  
  .work-slider-info .slick-dots li.slick-active button:before{ background: #b94e00; width: 100%; height: 5px; }
  
  .client-img { min-height: 350px; }
  
  
  .adobe-bg-img { -webkit-transition: none; transition: none; }
  
  .work-data { padding-top: 70px; }
  
  .work-info { margin: 50px 0 0; }
  .wd2 { padding-top: 80px; }
  
  .work-imgs img{ width: 100%; }
  img.on-img1{ max-width: 40%; }
  img.on-img2{ max-width: 40%; }
  
  .work-case-studies h5 { font-size: 24px; margin: 20px 0 20px; }
  .work-case-studies p { font-size: 16px; max-width: 100%; }
  
  .client-img img { width: auto; max-width: 85%; }
  
  .page-cta { margin-top: 60px; }
  .sponsers-imgs .row-fluid [class*="span"] { width: 48%; display: inline-block; }
  
/*   .xs-bot{ order: 2; }
  .xs-top{ order: 1; } */
  
  .customer-slider-part { margin-top: 40px; }
  
    
  ul.custom-new-dot{ width: 100%; }
  
  ul.custom-new-dot li { font-size: 0; background: #f5f5f5; width: 16.6666%; float: left; height: 4px; }
  
  ul.custom-new-dot li.slick-active { background: #4633df; }
  
  .ux-perfected { padding: 70px 0 70px; }
  
  .wd1:before, .wd2:before{ display: none; }
  
  .trusted-brands .row-fluid [class*="span"]{ width: 50% !important; float: left; }
  .brand-img{ margin-top: 50px; }
  
  .all-trusted-brands { padding: 0 0 34px; }
  
  .brand-img img { max-width: 80%; height: auto; }
  
  .trusted-brands .row-number-10 .row-fluid .span2:nth-child(4).brand-img img { width: 80% !important; }
  .trusted-brands .row-number-11 .row-fluid .span2:nth-child(n+3).brand-img img { width: 75% !important; }
  
  .trusted-brands .row-fluid [class*="span"]:last-child { display: none; }
   
  .looking-for:before { width: 100%; }
  .looking-for { margin-top: 70px; margin-bottom: 0; }
  .implmnt-btn { text-align: left; margin-top: 20px; z-index: 2; }
  
  .make-different { padding: 40px 0 0; }
  .footer { padding-top: 70px; padding-bottom: 40px; }
  .copyright-Data{ margin-top: 0; }
  
  /*   .all-brands .row-number-6 .brand-img:last-child img{ width:100% !important; max-width: 50%; max-height: 50%; } */
  
  .contactForm label.hs-error-msg{ line-height: 1;  }
  .contactForm .hs-phone .inputs-list li:last-child .hs-error-msg { top: 4px; }
  
  
  /*----------------Footer---------------------*/
  .footer { margin-top: 60px; padding-top: 30px; padding-bottom: 0; }
    .footer-copyright { margin-top: 160px; }
    .footer-address .row-fluid { flex-wrap: wrap; }
    .contact-info { margin-bottom: 40px; flex-basis: 100%; padding: 20px; background: #f8f8f8; text-align: center; }
    .contact-info:last-of-type { margin-bottom: 0; }
    .footer-copyright { margin-top: 160px; text-align: center; }
    .address-details { flex-basis: 100%; padding: 0; margin-bottom: 30px; }
    .address-line { display: none; }
    .address-details img { position: relative; top: 0; display: none; }
    .copyright-Data { padding: 20px 0 60px 0; border-top: 1px solid #575757; margin-top: 25px; }
    .address-details h4 { font-weight: 700; font-size: 18px; margin-bottom: 10px; margin-top: 0; display: block;
      background-image: url(https://ww1.netsolutions.com/hubfs/Netsolutions-LandingPage-MVP/assets/plus-icon.svg); background-repeat: no-repeat; background-position: right; }
  
   .address-details h4:hover{ cursor: pointer; }
   .address-details h4.active{ background-image: url(https://cdn2.hubspot.net/hubfs/3907246/hire-mobile-app-developers/assets/images/minus_icon.svg); }
   .footer-icons { margin: 15px 0; text-align: left; display: block; width: 100%; }
  
  .video-modal .modal-dialog{ margin: 0 auto; width: 90% !important; top: 50%; transform: translateY(-50%) !important; }
  
  #mediaModal .modal-dialog { margin-left: auto; margin-right: auto; top: 50%; transform: translateY(-50%); }
  #mediaModal button.close{right: 20px; top: -1px; font-size: 24px;}
  
  
  .navbar-light .navbar-toggler{ border:none; background:none; visibility:hidden; }
  .navbar-light .navbar-toggler span{ display:none; }
  
  

  
}


@media (min-width: 576px){
  div#mediaModal .modal-dialog { max-width: 65% !important; overflow: hidden; }
.modal-body.video-modal iframe { width: 100%; }

}


@media screen and (min-width: 376px) and (max-width: 767px)
{
  .heading2 h2{ max-width: 300px; }
  .services-data img { width: 25% !important; }
  .all-brands .row-number-7 .brand-img:last-child img { padding-top: 30px; }
  .implmnt-btn { text-align: left; margin-top: 30px; }
  
}

@media screen and (min-width: 375px) and (max-width: 400px)
{
  .client-details p { height: 100px; }
  ul.client-info li h5 span { font-size: 11px; }
  .client-details { padding: 30px 20px 15px; }
  
}

  @media screen and (min-width: 414px) and (max-width: 767px)
{
  .brand-img img { width: 55% !important; }
  .all-brands .row-number-5 .brand-img:first-child img { width: 62% !important; }
  .all-brands .row-number-5 .brand-img:nth-child(2) img { width: 55% !important; }
  .all-brands .row-number-5 .brand-img:last-child img { width: 80% !important; }
  .all-brands .row-number-7 .brand-img:first-child img { width: 50% !important; }
  .all-brands .row-number-7 .span4:last-child{ padding: 40px 0 0; }
  
}

@media screen and (max-width: 374px)
{
  .services-sec { padding: 20px 0 80px; }
  .heading1 h2 { font-size: 31px; }
  
  .heading2 h2 { font-size: 22px; }  
  .adobe-exp-heading{ padding: 30px; }
  .dream-store h4{ font-size: 32px; }
  
  .hover-flap2{ padding: 10px 15px; }
  .services-data h4{ font-size: 22px; margin: 5px 0 5px; }
  .flap-txt{ margin: 0; }
  
}


