/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800'); */

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

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

/* These includes are optional, but helpful. */
/* 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;}



@font-face {
    font-family: 'SF Pro Display';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SF Pro Display';+
    font-display: swap;
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.eot');
    src: url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.woff2') format('woff2'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.woff') format('woff'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.ttf') format('truetype'),
        url('https://ww1.netsolutions.com/hubfs/All-Themes-assets/fonts/SF-Pro-Display/SFProDisplay-Black.svg#SFProDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@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');
}



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

 body { overflow-x: hidden; height: 100%; font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif !important; font-weight: 200; font-style: normal; font-size: 18px; }
 
 .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; }
 li { list-style-type: none; }
 a { text-decoration: none; outline: none; }
 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; }

button:focus { outline: 0 !important; }
.marTop80{ margin-top: 80px; }
 .text-center { text-align: center; }
 .pad30-lft-ryt { padding-left: 60px; padding-right: 60px; }

img title {display: none !important;}

/*----------------------Button-------------------------------*/
a.talk-us-btn-lg{ border-radius: 32.5px; font-size: 20px; color: #ffffff !important; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-style: normal; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.34); 
  background-color: #e9003f; text-transform: uppercase; position: relative; z-index: 9; width: 210px; height: 65px; text-align: center; line-height: 60px; display: inline-block; -webkit-transition: all 0.2s ease-in-out 0s; 
  transition: all 0.2s ease-in-out 0s; border: 2px solid #e9003f; }
a.talk-us-btn-lg:hover{ cursor: pointer; background: #fff; color: #e9003f !important; }

a.process-btn{ border-radius: 32.5px; font-size: 20px; color: #ffffff !important; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-style: normal; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.34); 
  background-color: #e9003f; text-transform: uppercase; position: relative; z-index: 9; padding:16px 44px; height: 65px; text-align: center; line-height: 30px; display: inline-block; -webkit-transition: all 0.2s ease-in-out 0s; 
  transition: all 0.2s ease-in-out 0s; border: 2px solid #e9003f; }
a.process-btn:hover{ cursor: pointer; background: #fff; color: #e9003f !important; }

a.talk-us-btn-lg2{ border-radius: 32.5px; font-size: 20px; color: #ffffff !important; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-style: normal; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.34); 
  background-color: #e9003f; text-transform: uppercase; position: relative; z-index: 9; width: 331px; height: 65px; text-align: center; line-height: 60px; display: inline-block; -webkit-transition: all 0.2s ease-in-out 0s; 
  transition: all 0.2s ease-in-out 0s; border: 2px solid #e9003f; }
a.talk-us-btn-lg2:hover{ cursor: pointer; background: #fff; color: #e9003f !important; }


/*----------------Page style----------------------------*/
.sub-heading-sm{ padding: 18px 0 0; font-size: 24px; font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-weight: 200; line-height: 1.5; letter-spacing: normal; color: #201f1f; 
  max-width: 476px; width: 100%; }
.sub-heading-lg{ padding: 15px 0 0; font-size: 24px; font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-weight: 200; line-height: 1.42; letter-spacing: normal; color: #444444; }


/*--------------------navigation style------------------------------*/



/*-------------------//navigation style------------------------------*/

.nav-sec { padding: 30px 0 0; position: fixed; top: 0; left: 0; z-index: 9; transition: all 0.5s ease 0s; width: 100% !important; }
.scrl-hide{ display: block }
.scrl-show{ display: none !important; }

.fixed .nsi-logo .scrl-hide{ display: none !important; }
.fixed .nsi-logo .scrl-show{ display: block !important; }
.fixed { background: #fff; }
.nav-sec.fixed{ padding: 10px 0 8px; }


.fixed .nsi-logo{ padding-top: 10px; }

.nav-sec.fixed .scrl-show img{ max-width: 90%; transition: all 0.5s ease 0s; }
.nav-sec.fixed .getin-touch-Btn{ background: #e9003f; color: #fff !important; transition: all 0.5s ease 0s; margin-top: 9px; }

.nsi-logo{ position: relative; }
/* .animated .nsi-logo{ transform: translateY(0%); opacity: 1; } */

.getinBtn{  position: relative; }
/* .animated .getinBtn{ transform: translateY(0%); opacity: 1; } */

.banner-sec{ padding: 80px 0; position: relative; height: 752px; z-index: 2; }
.banner-caption{ height: 100%; padding: 50px 0 0; }
.banner-caption h1{ font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-size: 58px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.17; letter-spacing: -0.4px; color: #ffffff; margin: 33px 0 35px; }
.banner-caption h1 span{ font-weight: bold; display: block; }

.sml-heading{ font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-size: 24px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.42; letter-spacing: 0.5px; 
  color: #ffffff; max-width: 460px; }

.counter-part{ height: 180px; background: #191D33; padding: 25px 36px 0; border-top-left-radius: 4px; border-top-right-radius: 4px; position: relative; z-index: 1; }
.counter-part p{ font-size: 24px; font-stretch: normal; font-weight: normal; line-height: 1.42; letter-spacing: normal; text-align: center; color: #ffffff; margin-bottom: 27px; }
.counter-part p span{ display: block; font-weight: 700; }

ul.days_counter{ padding: 0; }
ul.days_counter li { text-transform: uppercase;
  font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fc7225;
    padding: 18px 10px; 
     border-radius: 4px;
  box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.08);
  background-color: #ffffff; display: inline-block; width: 97px; margin-right: 20px;
    text-align: center; height: 97px;
}

ul.days_counter li:last-child{ margin-right: 0; }


ul.days_counter li span{ display: block; font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444; }

.banner-form-sec{ position: relative; margin-top: 60px; z-index: 2; }
.banner-form-area{ max-width: 530px; width: 100%; position: relative; float: right !important; }

.banner-form { background: #fdfdfe; padding: 55px 40px 44px; box-shadow: 2px 4px 30px 8px rgba(0, 0, 0, 0.09); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

.banner-form .hs-form-required { display: none; }
.banner-form input { height: 50px; border-radius: 0; background-color: #fff; border: 0 none; border-bottom: solid 0.8px #b1b1b1; font-size: 14px; color: #666666; padding: 0 20px; border-radius: 0; box-shadow: none; width: 100%; 
  font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-weight: 500; }

.banner-form .hs-error-msgs { position: relative; margin-bottom: 0; }
.banner-form .hs-error-msgs li label { color: red; display: block; font-size: 13px; position: absolute; font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; background: #fff; font-weight: 200;
    top: -14px; right: 10px; padding: 5px; }
.banner-form textarea{ height: 90px; border: 0 none; border-bottom: solid 0.8px #b1b1b1; font-size: 14px; color: #666666; padding: 15px 20px; border-radius: 0; box-shadow: none; width: 100%; 
  font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-weight: 500; resize: none; }

.banner-form ul.hs-error-msgs li:nth-child(even) label { top: 7px; }

.banner-form .hs-button {
    height: 60px;
    max-width: 100%;
    border-radius: 0;
    background-color: #fc7225;
    font-size: 20px;
    border: 2px solid #fc7225;
    padding: 0;
    color: #fff;
    font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif;
    line-height: normal;
    margin-top: 25px;
    -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;
}

.banner-form .hs-button:hover{ background-color: transparent; color: #fc7225; }

.hubspot-link__container.sproket{ display: none; }
.banner-form .hs_error_rollup { position: relative; margin-top: -7px; }


.getin-touch-Btn{ display: inline-block; background: #fff; padding: 12px 25px; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; border-radius: 25px; border: 2px solid #f13624; font-size: 15px; font-weight: normal; 
  font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #e9003f !important; float: right; -webkit-transition: all 0.2s ease-in-out 0.2s; 
  transition: all 0.2s ease-in-out 0.2s; cursor: pointer; }
.getin-touch-Btn:hover,
.getin-touch-Btn:active,
.getin-touch-Btn:focus{ background: #e9003f; color: #fff !important; }
.getin-mobile-Btn > p { display: none; }




.cta-btn{ position: relative; }

.page-cta{ position: relative;  }

.banner-bottm-sec{ position: relative; margin: 85px 0 0; }
.pos-rel{ position: absolute; top: calc(-25%); right: 20%; left: auto; }
.pos-rel .row-fluid{ position: relative; }

.ux-bg-img{ position: relative; -webkit-transition: all 0.5s ease-in-out 1s; transition: all 0.5s ease-in-out 1s; opacity: 1; background: #fbfbfe; }

.active .ux-bg-img{ opacity: 1; }
.active .ux-bg-img:after { transform: translateX(100%); }

/* .ux-bg-img:after{ content: ''; background: #fff; position: absolute; left: 0; width: 100%; height: 100%; top: 0;
    transition: transform 1.5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.5s cubic-bezier(.215, .61, .355, 1); transform: translateX(0); transition-delay: 2.9s; }
.animated .ux-bg-img{ opacity: 1; }
.animated .ux-bg-img:after { transform: translateX(100%); } */

.banner-img-info{ max-width: 500px; width: 500px !important; height: auto; background-color: #4633df; padding: 48px 52px; font-size: 24px; font-weight: 300; line-height: 1.42; letter-spacing: normal; color: #ffffff; 
position: absolute; top: 0; right: 0; }

.sponsers{ position: relative; margin-top: 0; z-index: 1; padding: 145px 0 0; background: #fff; }
.sponsers-imgs{ padding: 32px 0 0; }
.sp-img{ text-align: right; }
.serv1 img { max-width: 150px; }
.serv2 img { max-width: 160px; }
.serv3 img { width: 114px; }
.serv6 img{ width: 123px; }

.serv3 { text-align: center; }


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

.subheading h4{ font-size: 24px; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; line-height: 1.42; letter-spacing: normal; color: #201f1f; font-weight: normal; }

.sec-heading h4{ font-size: 36px; line-height: 1; letter-spacing: normal; color: #4633df; }

.how-we-work{ padding: 150px 0; background: #fff; }

.migration-sec{ padding: 70px; box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.06); background-color: #f8fbff; }
.migration-features{ margin: 0;  }


.mg-feature{ padding: 0; margin-top: 85px; }
.mg-feature button{ width: 100%; position: relative; padding: 0; box-shadow: none; border-radius: 0; border: 0 none; font-size: 20px; font-weight: 500; font-style: normal; font-stretch: normal; 
  line-height: 1.35; letter-spacing: -0.74px; color: #102e49; background: transparent; text-align: left; padding-left: 100px; }

.mg-feature button[aria-expanded="false"]{ background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/arrow.svg); background-repeat: no-repeat; 
  background-position: right center; }
.mg-feature button[aria-expanded="true"]{ background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/arrow-up.svg); background-repeat: no-repeat; 
  background-position: right center; }

.mg-feature button img { position: absolute; left: 0; top: -7px; }

.mg-feature button:hover,
.mg-feature button:active,
.mg-feature button:focus{ background-color: transparent; box-shadow: none; border: 0 none; outline: none; color: #102e49; }

.mg-feature .btn-primary:not(:disabled):not(.disabled).active, 
.mg-feature .btn-primary:not(:disabled):not(.disabled):active, 
.mg-feature .show>.btn-primary.dropdown-toggle{ background: transparent; box-shadow: none; border: 0 none; outline: none; color: #102e49; }

.mg-feature .btn-primary:not(:disabled):not(.disabled).active:focus, 
.mg-feature .btn-primary:not(:disabled):not(.disabled):active:focus, 
.mg-feature .show>.btn-primary.dropdown-toggle:focus{ box-shadow: none; }
.mg-feature .card{ background: transparent; border: 0 none; padding-left: 100px; }

.ofc-bg{ /*background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/parallax_banner.jpg); background-position: center;
    background-attachment: fixed; */ height: 100%; width: 100%; position: relative; overflow: hidden; }


.parallax-background {
  width: 100%;
  height: 636px;
  position: relative;
  overflow: hidden;
}

.parallax { position:relative; height: 636px; }
.parallax:before{ content:""; background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/parallax_banner.jpg); height: 1000px; position:fixed; 
  top:0; left:0; width:100%; z-index: -11; }


/*Edge*
@supports ( -ms-accelerator:true ) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
} */


.we-offer{ padding: 135px 0 120px; background: #FCFBFF; }
.we-offer-data{ padding: 40px 25px; background: #fff; box-shadow: 0 8px 13px 2px rgba(0, 0, 0, 0.06); margin-top: 84px; max-width: 344px; width: 100% !important; height: 425px; 
  transition: all .3s ease-in-out 0s; }
.we-offer-data:hover { transform: scale(1.1); }

.data-img{ padding: 0; }
.data-heading { padding: 15px 8px; }
.data-heading h4{ font-size: 18px; font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.33; letter-spacing: -0.45px; 
  color: #000000;  }
.list1{ font-size: 18px; font-weight: 200; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; color: #444444; position: relative; padding: 20px 0 0 20px; }
.list1:before{ content:""; background: #f57823; width: 6px; height: 6px; position: absolute; left: 0; top: 32px; border-radius: 50%; }

.migration-diagram{ padding: 150px 0; text-align: center; background: #fff; }

.marLft{ margin-left: 70px !important; }
  
.page-header{ margin: 110px 0 0; text-align: center; }
.page-header-heading h3{ font-size: 40px; font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 0.85; 
  letter-spacing: normal; text-align: center; color: #000000; }
.page-header-sub-heading{  font-size: 20px; font-weight: 200; font-style: normal; font-stretch: normal; line-height: 1.7; letter-spacing: normal; margin: 11px 0 0; color: #444444; }

.custm-btn{ margin-top: 50px;  background: #FCFBFF; }
a.getin-btn-lg{ width: 280px; height: 60px; background-color: #fc7225; font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-size: 20px;font-weight: 600; font-style: normal; 
  font-stretch: normal; line-height: 1.6; letter-spacing: 0.45px; display: inline-block; color: #ffffff; padding: 14px 0 0; border: 2px solid #fc7225; position: relative;
  transition: background .35s, color .35s, box-shadow .35s; }
a.getin-btn-lg:hover{ text-decoration: none; color: #fc7225; background: #FCFBFF;  }
.ss{ display: inline-block; -webkit-animation-name: ripple; animation-name: ripple; transition: background .35s, color .35s, box-shadow .35s; }
.pos-set{ position: absolute; left: 0; bottom: 0; right: 0; top: 0; pointer-events: none; }         
.ss:hover .gf { box-shadow: inset 0 0 0 1px #fc7225; }
.ss:hover{ background: #fff; color: #fc7225; border: 2px solid #fc7225; box-shadow: inset 2px 1px 2px 1px rgba(76,94,127,.3); box-shadow: none; cursor: pointer; }
        
.ss .gf {
    box-shadow: inset 0 0 0 1px #fc7225;
    -webkit-animation: a 4.2s linear 0s infinite;
    animation: ripple 4.2s linear 0s infinite;
}

.ss .spd2 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }

.ss .gj { -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }

.ss .gf { box-shadow: inset 0 0 0 1px #6b97e5; }
.ss .gf {
    box-shadow: inset 0 0 0 1px #fc7225;
    -webkit-animation: a 4.2s linear 0s infinite;
    animation: ripple 4.2s linear 0s infinite;
}
 
.ss .gf {
    box-shadow: inset 0 0 0 1px #fc7225;
    -webkit-animation: a 4.2s linear 0s infinite;
    animation: ripple 4.2s linear 0s infinite;
}
        
.ss .spd2 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.ss .gj { -webkit-animation-delay: 2.8s; animation-delay: 2.8s; }
        

        
        @-webkit-keyframes ripple {
    0% {
        opacity: .8
    }
    to {
        -webkit-transform: scale3d(1.65, 2.22, 1);
        transform: scale3d(1.65, 2.22, 1);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        opacity: .8
    }
    to {
        -webkit-transform: scale3d(1.65, 2.22, 1);
        transform: scale3d(1.65, 2.22, 1);
        opacity: 0
    }
}



/* @-webkit-keyframes btn-anim1 {
    0% {
        opacity: .8;
    }
    to {
        -webkit-transform: scale3d(1.65, 2.22, 1);
        transform: scale3d(1.65, 2.22, 1);
        opacity: 0;
    }
}

@keyframes btn-anim1 {
    0% {
        opacity: .8;
    }
    to {
        -webkit-transform: scale3d(1.65, 2.22, 1);
        transform: scale3d(1.65, 2.22, 1);
        opacity: 0;
    }
} */



.looking-for { padding: 85px 0; position: relative; z-index: 1;  background: #fff; }
.looking-for:before { content: ""; background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/BG2.jpg); position: absolute; top: 0; left: 0; right: auto; height: 100%; 
  width: 84%; z-index: -1; background-repeat: no-repeat; }
.heading-full-lg h2{ font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-size: 40px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.4; letter-spacing: normal; 
  color: #ffffff; }

.heading-full-lg h2 span{ font-weight: 600; }

.implmnt-btn{ margin-top:90px; }
.talk-us-btn-xl { font-family: 'SF Pro Display', "Helvetica", "Arial", sans-serif; font-size: 20px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1.6; letter-spacing: 0.5px;
  text-align: center; color: #ffffff; position: relative; z-index: 9; padding: 14px 55px; background: #ff6c00; display: inline-block; text-decoration: none; border: 2px solid #ff6c00; 
-webkit-transition: all 0.2s ease-in-out 0.1s; transition: all 0.2s ease-in-out 0.1s; }

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


.makes-box { margin-top: 75px; text-align: left; }

.box-img { height: auto; }

.box-img img { max-width: 105px; }

.make-box-heading h4 {
    font-size: 24px;
    line-height: 0.88;
    letter-spacing: -0.8px; font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif;
    color: #000000;
    margin: 0 0 20px; font-weight: bold;
    width: 100%;
}

.make-disc {
    font-size: 18px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: -0.6px;
  color: #444444;
    width: 80% !important;
}


.right-choice-sec{ padding: 0; position: relative; }
.choice-data{ position: relative; 
/*   box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.07); background-color: #ffffff;  */
  text-align: center; padding: 0 30px 40px; margin-bottom: 60px; max-width: 280px; width: 100% !important; }
.choice-data:first-child { margin-right: 70px; margin-left: 60px !important; }
.choice-img{ padding: 0; }
.choice-img img{ max-width: 100%; }
.choice-heading{ margin: 26px 0 0; }
.choice-heading h4 { font-size: 30.8px; font-style: normal; font-stretch: normal; line-height: 1.29; letter-spacing: normal; color: #000000; margin-bottom: 33px; position: relative; }
.choice-heading h4:before{ content:""; width: 33px; height: 1.1px; border: solid 2.2px #b13800; position: absolute; bottom: -16px; left: 0; right: 0; margin: 0 auto; background: #b13800; }

.choice-sub-heading{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 19.8px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.22; 
  letter-spacing: -0.55px; text-align: center; color: #003053; }

.btn-sec{ margin-top: 60px; }
.page-cta{ margin-top: 87px; }

.our-process{ padding: 140px 0 150px; background: #fff; }
.our-process-img { text-align: center; margin-top: 66px; }
.process-tagline { margin-top: 135px; }
.process-line { font-size: 20px; line-height: 1.8; letter-spacing: normal; color: #003056; }
.process-cta { padding: 0; }
.process-cta { margin: 20px 0 0; text-align: center; }


.customer-sec{ padding: 0; position: relative; overflow: hidden; background: #fff; }
.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: 60px; line-height: 1.17; position: relative; font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; }

.client-saying{ position: relative; margin-bottom: 0 !important; }
.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: 100%; margin-bottom: 0; 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: 5px; background: #ff6c00; }

ul.client-info{ margin-top: 64px; }
ul.client-info li{ display: inline-block; margin-right: 20px; 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: -105%; top: auto; bottom: 25px; right: auto; width: auto; }
.client-saying .slick-dots li{ display: inline-block; }
.client-saying .slick-dots li button{ font-size: 0; width: 10px; height: 4px; background: #ff6c00; padding: 0; opacity: 0.5; }
.client-saying .slick-dots li button:before{ display: none; }
.client-saying .slick-dots li { display: inline-block; width: auto; height: auto; margin: 0; margin-right: 10px; }
.client-saying .slick-dots li.slick-active button{ width: 50px; opacity: 1; }

.all-trusted-brands{ padding: 0 0 84px; background: #4633df; }
.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: 50px 0 35px; background: #ff6c00; position: relative; }
.our-work-sec:before{ content:""; position: absolute; right: 0; top: 0; width: 70%; height: 100%; background: #fff; }

.custm-heading h4{ font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-size: 24px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 2; letter-spacing: normal; 
  text-align: center; color: #201f1f; position: relative; z-index: 2; margin-bottom: 0; }


.work-slider-info .slick-dots li button {
    font-size: 0;
    width: 4px;
    height: 10px;
    background: #ff6c00;
    padding: 0;
    opacity: 0.5;
}



.ux-perfected{ background: #fbfbfe; padding: 143px 0 136px; }
.ux-detail{ margin-top: 67px; background: url(https://cdn2.hubspot.net/hubfs/3907246/All-Themes-assets/images/UX-design-services/ux-bg.jpg) no-repeat; background-position: top right; padding: 30px 0; 
  position: relative; }

/* .ux-detail:after{ content: ''; background: #fbfbfe; position: absolute; left: 0; width: 100%; height: 100%; top: 0;
    transition: transform 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1); transform: translateX(0); transition-delay: 2s; }
.active .ux-detail{ opacity: 1; }
.active .ux-detail:after { transform: translateX(100%); } */


.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: 65%; }

.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: 20px; top: 20px; right: 20px; cursor: pointer; z-index: 999; }
.about-video { width: 100%; height: 100%; position: relative; z-index: 1; }
.about-video iframe { width: 100%; height: 100%; border: 0 !important; }

.blank-div { position: fixed; width: 100%; height: 100%; left: 0; right: 0; bottom: 0; top: 0; background: rgba(0,0,0,0.30); z-index: 2147483111; display: none; }
.blank-div.active-blank-div { display: block; }

.ux-info{ max-width: 500px; width: 100%; background: #fbfbfe; padding: 23px 60px; font-size: 20px; font-weight: 300; line-height: 1.64; letter-spacing: -0.5px; color: #102e49;}

.ux-bg-img{ padding: 0; }

.match{ padding: 170px 0 147px; }
.heading-lg h2{ font-size: 80px; line-height: 0.58; letter-spacing: -2.96px; color: #4633df;  }

.cta-page-btn{ margin-top: 47px; position: relative; }


/*-------------Our Work Case studies------------------*/
.case-studies-slider{ padding: 0; position: relative; }

.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; margin-top: 30px; }

.work-case-studies h4{ font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif; font-size: 34px; line-height: 1.35; letter-spacing: -1px; color: #201f1f; margin: 37px 0 0; }

.work-case-studies h5 { font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-size: 22px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.09; 
  letter-spacing: -0.2px; color: #444444; margin: 6px 0 0; }

.work-list{ margin: 47px 0 0; }
.work-info{ padding: 0; }
.work-info h6{ font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-size: 20px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.05; text-transform: uppercase; 
  letter-spacing: -0.91px; margin: 15px 0 8px; color: #201f1f; }

.work-info p{ font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-size: 16px; font-weight: 300; font-style: normal; font-stretch: normal; line-height: 1.63; letter-spacing: normal; 
  width: 80%; color: #444444; }

.work-list h3{ font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif;  font-style: normal; font-stretch: normal; font-size: 22px; line-height: 0.95; letter-spacing: normal; color: #000000; 
  margin: 27px 0 9px; text-transform: uppercase; }

.work-info-list{ padding: 0; }
.work-info-list li{ margin-bottom: 10px; font-size: 16px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 2.06; letter-spacing: -0.32px; color: #444444; position: relative; 
  padding-left: 22px; }
.work-info-list li:before{ content:""; position: absolute; left: 0; top: 15px; width: 16px; height: 2px; border-radius: 3px; background-color: #444444; }
.work-info-list li:last-child{ margin-bottom: 0; }


.work-slider-imgs .slick-dots{ right: -85%; z-index: 2; }
.work-slider-imgs .slick-dots li { width: auto; height: auto; }
.work-slider-imgs .slick-dots li button { font-size: 0; width: 50px; height: 2px; padding: 0; opacity: 0.2; background-color: #000000; }
.work-slider-imgs .slick-dots li.slick-active button {  background: #fc7225; opacity: 1; }
.work-slider-imgs .slick-dots li button:before{ display: none; }


/* .work-case-studies p { font-size: 22px; font-family: 'GilroyLight', "Helvetica", "Arial", sans-serif; line-height: 1.64; color: #000; margin: 46px 0 76px; }
.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', "Helvetica", "Arial", sans-serif; font-style: normal; font-stretch: normal; font-size: 16px; letter-spacing: 0.67px; color: #000000; display: block; }
 */
.work-slider-info ul.slick-dots{ display: none !important; }


.youtube { position: relative; overflow: hidden; max-width: 100%; background: #000; margin: 0; height: 100%; }
.youtube > div{ position: relative; height: 100%; width: 100%; }
figure.video-figure-new { height: 100%; width: 100%; position: relative; }

.youtube img { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; border: none; height: auto; cursor: pointer;
  -webkit-transition: .4s all; -moz-transition: .4s all; transition: .4s all; }

.youtube .play { height: 59px; width: 59px; left: 50%; top: 50%; margin-left: -29px; margin-top: -29px; position: absolute;
    background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/you-tube-new-icon-1.svg) no-repeat; cursor: pointer; }


.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: #fff; 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/Software-outsourcing/right-arrow-red.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;
    border: 2px solid #e9003f; }

.work-slider-imgs .slick-prev { background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Software-outsourcing/left-arrow-red.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; border: 2px solid #e9003f; }

.work-slider-imgs .slick-next:hover,
.work-slider-imgs .slick-prev:hover{ background-color: #4633df; border-color: #4633df; }



.offshore-sec { padding: 140px 0 120px;  background: #fff; }
.offshore-detail{ margin-top: 70px; }
.offshore-img{ padding: 0; height: 129px; }
.offshore-heading{ margin: 53px 0 8px; }
.offshore-heading h4{ font-size: 24px; line-height: 1.92; letter-spacing: -0.89px; color: #102e49; margin-bottom: 0; }
.offshore-info{ font-size: 18px; line-height: 1.67; letter-spacing: normal; color: #102e49; max-width: 257px; width: 100%; }
.offshore-cta{ margin-top: 72px; }

.offshore-btm-heading{ margin: 56px 0 0; }
.offshore-btm-heading h4{ font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-size: 24px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: 1.5; 
  letter-spacing: normal; color: #201f1f; }


.wid940{ max-width: 940px; width: 100%; }
.wid1156{ max-width: 1156px; width: 100%; }
.edge-result-sec { padding: 0; position: relative; background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Software-outsourcing/edge-result.jpg); background-repeat: no-repeat;
    background-position: top right; background-size: contain; }
.edge-result-sec:before{ content: ""; background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Software-outsourcing/combined-shape.svg); position: absolute; width: 280px; height: 280px; 
  left: 38%; bottom: 0; z-index: -1; }
.edge-result-info { padding: 142px 0 180px; padding-right: 30px; }



.develop-outsource-sec{ padding: 162px 0 83px; background: #4633df; 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; }



.footer{ padding: 120px 0 58px;  background: #fff; }

.blank-div { position: fixed; width: 100%; height: 100%; left: 0; right: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.30); z-index: 2147483111; display: none; }


.modal-body.video-modal { padding: 0; }
.work-popup { position: relative; }

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

.address-details {
    padding: 80px 0 0px;
    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: 15px;
    position: relative;
    font-family: 'GilroyExtraBold', "Helvetica", "Arial", sans-serif;
    font-style: normal
}

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

.address-line p { color: #4a4a4a; font-size: 16px; line-height: 1.88; font-weight: normal; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; font-style: normal; margin-bottom: 0; 
  letter-spacing: -0.53px; }

.address-line a { display: block; text-decoration: none; color: #4a4a4a; font-weight: normal; font-family: 'Avenir LT Std', "Helvetica", "Arial", sans-serif; 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: #182e47; letter-spacing: -0.47px; text-align: center; font-style: normal; }

a.close-modal { position: absolute; right: -35px; top: 10px; width: 33px; height: 30px; display: inline-block; background: red; }
iframe #player .ytp-chrome-top { width: 90%; }

a.close-modal:hover{ cursor: pointer; }

#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: 38px; top: -3px; color: #fff; font-size: 34px; z-index: 2; }



@media screen and (max-width: 1280px)
{
  .address-line p{ font-size: 15px;  }
  .address-line a{ font-size: 14px; }
  
  
  
}

@media screen and (max-width: 1199px) {
.address-line a{ font-size: 14px; }

}

@media (min-width:768px) and (max-width:991px) {
    .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: 50px;
        padding-bottom: 0
    }
}

@media (min-width:992px) {
    .cust-container>.row-fluid-wrapper {
        width: 970px
    }
}

@media (min-width:1024px) and (max-width:1100px) {
    .footer {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 0
    }
    .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:767px) {
    .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: 50px;
    }
    .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%; }
}


/*---------------Popup Style--------------------*/
.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 74px 35px; }
 
 .contactForm h2 {
     font-size: 40px;
    color: #fc7225;
    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: 0;
     box-shadow: none;
     letter-spacing: .3px;
     margin: 0 0 32px;
 }
 
 .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: 0;
     box-shadow: none;
     letter-spacing: .3px;
     margin: 0 0 32px;
     resize: none
 }
 
 .contact-us-form input[type="submit"] {
    background: #fb6847;
    box-shadow: 6px 10px 18px rgba(255,103,65,.37);
    background: #fc7225;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 8px;
    border-radius: 0px;
    line-height: 32px;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 2px solid #fc7225;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 3px;
 }
 
 .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 { opacity: .9; }
  
 .contact-us-form p {
     color: #7c7c7c;
     font-weight: 400;
     font-size: 15px;
     line-height: 1.3;
     margin-top: 0;
     clear: both;
     width: auto;
     margin-bottom: 0;
     letter-spacing: 0;
     display: inline-block;
     position: relative;
     padding-left: 25px;
 }
.contact-us-form p a{ color: red; } 

 .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: 13px; position: absolute; top: -32px; left: 0; }
.contactForm ul.no-list.hs-error-msgs.inputs-list { position: relative; left: 0; bottom: 0; margin-bottom: 0; }

.contactForm .hs-error-msgs li:nth-child(even) label.hs-error-msg { top: -16px; }

.ux-modal{ box-shadow: 0; }
.ux-modal input[type="submit"]{ font-family: 'SF Pro Display',"Helvetica","Arial",sans-serif; font-style: normal; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.34); text-transform: capitalize; position: relative; z-index: 9; 
  display: inline-block; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; background: #fc7225; box-shadow: none; border-radius: 0; }
.ux-modal input[type="submit"]:hover { background: #fff; border-color: #fc7225; color: #fc7225; }
.ux-modal h2{ color: #fc7225; }


body.modal-open{ padding-right: 0 !important; }


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

}


/*--------------Media queries----------------------------------*/
@media screen and (max-width: 1680px){
  
  .edge-result-info{ padding-right: 50px; }
  .outsource-tagline{ font-size: 44px; }
  a.process-btn{ font-size: 18px; padding: 10px 45px; height: 55px; }
  a.talk-us-btn-lg{ font-size: 18px; width: 190px; height: 55px; line-height: 50px; }
  .heading1 h2 { font-size: 48px; }
  .sub-heading-sm{ font-size: 20px; }
  
  .migration-img img { width: 210px !important; }
  .banner-caption h1 { font-size: 48px; margin: 15px 0 25px; }
  .sml-heading{ font-size: 22px; }
  .outsource-btn { margin: 55px 0 0; }
  .pos-rel{ right: 12%; }
  .brand-img img { width: 60% !important; }
  
  .trusted-brands .row-number-7 .brand-img:first-child img { width: 55% !important; }
  .trusted-brands .row-number-7 .brand-img:nth-child(2) img { width: 52% !important; }
  .trusted-brands .row-number-7 .brand-img:nth-child(3) img { width: 72% !important; }
  .trusted-brands .row-number-7 .brand-img:nth-child(4) img { width: 72% !important; }
  
  .trusted-brands .row-number-7 .brand-img:last-child img { width: 55% !important; }
  .trusted-brands .row-number-7 .brand-img:first-child img { width: 50% !important; }
  .trusted-brands .row-number-7 .span4:last-child{ padding: 40px 0 0; }
  
  .looking-for:before { width: 88%; }
  
}


@media screen and (min-width: 1500px) and (max-width: 1550px) {
   .pos-rel{ right: 9%; }
  .heading1 h2 { font-size: 44px; }
  .subheading h4 { font-size: 22px; }
  .heading-lg h2 { font-size: 75px; }
}


@media screen and (max-width: 1550px)
{
  .banner-caption h1 { font-size: 45px; }
  .sml-heading { font-size: 22px; }
  .counter-part p { font-size: 22px; }
  
  .sub-heading-lg { padding: 10px 0 0; font-size: 22px; }

  .sml-heading{ font-size: 22px; }
  
/*   .client-details p { font-size: 19px; } */
  .client-details { padding: 58px 64px 18px; }
  ul.client-info li h5 { font-size: 22px; }
  .offshore-img img { height: 90px; }
  .offshore-img { height: 59px; }
  .offshore-info { font-size: 16px; }
  .offshore-heading h4 { font-size: 22px; }
  
  .head-lg h2{ font-size: 58px; }
  
  .heading1 h2 { font-size: 44px; }
  
  .edge-result-sec{ background-position: 110% 0; }
  
  a.talk-us-btn-lg2{ font-size: 18px; width: 300px; height: 60px; line-height: 57px; }
  
  .looking-for:before { width: 91%; }
  
  .brand-img img { width: 55% !important; }
  .trusted-brands .row-number-5 .brand-img:first-child img { width: 62% !important; }
  .trusted-brands .row-number-5 .brand-img:nth-child(2) img { width: 55% !important; }
  .trusted-brands .row-number-5 .brand-img:last-child img { width: 80% !important; }
  .trusted-brands .row-number-7 .brand-img:first-child img { width: 50% !important; }
  .trusted-brands .row-number-7 .span4:last-child{ padding: 40px 0 0; }
  
  
}


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

}


@media screen and (max-width: 1440px)
{
  .banner-caption h1 { font-size: 40px; margin: 10px 0 20px; }
  .sml-heading{ font-size: 22px; margin: 0px; }
  a.talk-us-btn-lg{ font-size: 18px; padding: 1px 45px; }
  .banner-caption { padding: 55px 0 0; }
  .banner-img-info{ padding: 35px 60px; font-size: 22px; }
  .heading-lg h2 { font-size: 70px; }
  .banner-sec { padding: 70px 0 40px; height: 562px; }
  
  
  .banner-form-area { max-width: 460px; }
  .counter-part { height: 120px; padding: 15px 36px 0; }
  .counter-part p { font-size: 18px; margin-bottom: 10px; }
  .banner-form{ padding: 30px 40px 44px; }
  .banner-form label { display: block; margin-bottom: 0; }
  
  ul.days_counter li{ font-size: 24px; padding: 13px 0px; width: 85px; margin-right: 12px; height: 70px;  }
  .banner-form input { height: 40px; font-size: 13px; margin: 15px 0 0; }
  .banner-form textarea { height: 60px; font-size: 13px; margin: 17px 0 0; margin-top: 18px; }
  .banner-form .hs-button { height: 45px; font-size: 18px; }
  .banner-form .hs-error-msgs li label{ font-size: 11px; }
  .banner-form ul.hs-error-msgs li:nth-child(even) label { top: 1px; }
  
  .migration-img img { width: 210px !important; }
  
  .marLft { margin-left: 35px !important; }
  
  .sp-img img { max-width: 85%; }
  
  .choice-heading h4 { font-size: 26px; }
  
  .how-we-work{ padding: 110px 0 80px; }
  .our-process { padding: 110px 0 110px; }
/*   .our-work-sec { padding: 61px 0 90px; } */
  .offshore-sec { padding: 110px 0 110px; }
  .edge-result-info { padding: 110px 0 110px; }
  .edge-result-sec{ background-position: 100% 0; }
  
/*   .custm-heading h4{ font-size: 36px; } */
/*   .heading1 h2 { font-size: 44px; } */
  
  .sub-heading-sm{ padding-right: 130px; }
  
  .outsource-tagline { font-size: 36px; }
  
  .looking-for:before { width: 94%; }
  
  .pos-rel{ right: 6%; }
  
  .choice-img img { height: 80px; }
  .heading1 h2 { font-size: 50px; }
  
  .head-lg h2{ font-size: 54px; }
  
  .trusted-brands .row-number-7 .brand-img:nth-child(2) img { width: 48% !important; }
  .trusted-brands .row-number-7 .brand-img:last-child img { width: 50% !important; }
  
  .trusted-brands .row-number-8 .brand-img:nth-child(4) img { width: 70% !important; }
  
  .work-case-studies h4{ font-size: 30px; }
  .work-case-studies h5{ font-size: 20px; margin: 0; }
  
  .work-slider-imgs .slick-dots{ bottom: -150px; }
  
/*   .edge-result-sec{ background-position: 160% 0; } */
/*   .pos-rel { top: calc(-20%); }
  .pos-rel { right: 10%; }
*/
  .work-detail ul { margin-top: 30px; }
  
  .client-details { padding: 58px 40px 18px; }
  
  .match { padding: 150px 0 147px; }
  
  .client-info p { font-size: 22px; }
  .client-info h4{ font-size: 30px; }
  
  .footer { padding: 100px 0 58px; }
  
  .contactForm h2{ margin-bottom: 30px; }
  .contactForm .modal-body { padding: 35px 74px 25px; }
  
  .banner-form .hs-error-msgs li label{ top: -13px; }
  .banner-form ul.hs-error-msgs li:nth-child(even) label { top: 4px; }
  
  
}

@media screen and (min-width: 1281px) and (max-width: 1366px)
{
   .ux-detail:after{ display: none; }
/*   .banner-bottm-sec{ overflow: hidden; } */
  .pos-rel { right: 8%; }
  .ux-bg-img:after{ display: none; }
  
  a.process-btn { font-size: 16px; }
  
  .clnt-pic1 img { bottom: -40px; }
  .clnt-pic2 img { bottom: -40px; }
  
  .choice-data:first-child { margin-right: 40px; margin-left: 10px !important; }
  .head-lg h2 { font-size: 60px; }
  
  .client-details p { font-size: 18px; }
  
  .client-details { padding: 58px 44px 18px; }
  
}

@media screen and (max-width: 1280px)
{
  .sml-heading { font-size: 20px; margin: 10px 0 5px; }
  .banner-caption h1 { font-size: 50px; }
  
  a.talk-us-btn-lg{ font-size: 16px; padding: 12px 40px; line-height: 30px; }

  .migration-img img { width: 190px !important; }
  
  .work-data { padding-top: 70px; }
  .choice-data{ max-width: 250px;  }
  .choice-data:first-child { margin-right: 50px !important; }
  .choice-heading h4 { font-size: 20px; }
  
/*   .edge-result-sec{ background-position: 250% 0; } */
  
  .heading1 h2 { font-size: 44px; }
  
  .ofc-bg{ height: 436px; }
  
  .looking-for { padding: 70px 0; }
  .heading-full-lg h2{ font-size: 34px; }
  .implmnt-btn { margin-top: 70px; }
  
  
  .process-line { font-size: 18px; }
  
  ul.client-info li{ margin-right: 20px; }
  ul.client-info li h5 span{ font-size: 12px; }
  
  .we-offer { padding: 110px 0 110px; }
  
  .client-details { padding: 30px 30px 18px; }
  
  .head-lg h2 { font-size: 58px; }
  
  .marLft { margin-left: 2.564102564% !important; }
  
  a.process-btn { font-size: 16px; padding: 12px 45px; }
  
  .pos-rel { right: 5%; }

  .client-details p { font-size: 18px; }
  
  .work-list { margin: 17px 0 0; }
  .work-case-studies h4{ margin: 17px 0 0; }
  .work-case-studies > img { max-width: 80px; }
  
  .work-case-studies h4 { font-size: 26px; }
  .work-case-studies h5 { font-size: 18px; }
  .work-slider-imgs .slick-dots{ bottom: -50px; }
  
  
  
  
/*   .heading1 h2 { font-size: 44px; } */
  .subheading h4 { font-size: 22px; }
  
  .client-img img{ bottom: -40px; }
  
  .sec-heading h4 { font-size: 34px; }
  .work-detail { font-size: 19px; }
  
  .client-info p { font-size: 22px; }
  .client-info h4 { font-size: 30px; }
  
  .quotes { top: 10px; left: 20px; }
  
/*   .client-info{ min-height: 615px; } */
  
  .heading-lg h2 { font-size: 62px; }
  
  
}

@media screen and (max-width: 1199px)
{
  .sml-heading { font-size: 18px; margin: 0; }
  .banner-caption h1 { font-size: 38px; }
  a.talk-us-btn-lg{ font-size: 16px; padding: 12px 40px; }
  .banner-caption { padding: 95px 0 0; }
  
  .choice-heading h4 { font-size: 15px; }
  
  .choice-img img { max-width: 100%; height: 80px; }
  
  .choice-data { max-width: 200px; }
  .choice-data:first-child { margin-right: 50px !important; }
  
  img.on-img1{ display: none; }
  
  .edge-result-sec { background-position: 250% 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; }
  
  .clnt-pic1 { position: relative; }
  .clnt-pic1 img{ bottom: 0; }
  
  .we-offer-data{ max-width: auto !important; width: 31.491712705% !important; height: auto; padding: 20px 15px 30px; margin-top: 64px; }  
  .marLft { margin-left: 2.127659574% !important; }
  .list1 { font-size: 16px; }
  .data-heading h4 { font-size: 16px; }
  
  .migration-diagram { padding: 80px 0; }
  
  .page-header-heading h3 { font-size: 34px; }
  
  .choice-data:first-child{ margin-left: 20px !important; }
  .choice-data{ padding: 0 10px 20px; }
  .work-detail { font-size: 16px; }
  
  a.talk-us-btn-lg2:hover { background: #e9003f; color: #fff !important; }
  a.talk-us-btn-lg2 { font-size: 16px; width: 260px; height: 55px; line-height: 54px; }
  
  .our-work-sec:before{ width: 80%; }
  
  a.getin-btn-lg { width: 220px; height: 55px; line-height: 1.3; font-size: 18px; }
  
  .work-case-studies > img { max-width: 70px; }
  .work-case-studies h4 { font-size: 22px; }
  .work-case-studies h5 { font-size: 18px; }
  .work-info-list li { margin-bottom: 0px; }
  .work-slider-imgs .slick-dots { bottom: -90px; }
  .work-info img { max-width: 60px; }
  .box-img img { max-width: 95px; }
  .make-box-heading h4 { font-size: 22px; margin-bottom: 15px; }
  .heading-full-lg h2 { font-size: 30px; }
  
  .footer { padding: 70px 0 58px; margin-top: 0; }
  
  
}


@media screen and (max-width: 1024px)
{
  
  .counter-part { height: 120px; }
  .banner-form-area { max-width: 420px; }
  ul.days_counter li{ width: 80px; margin-right: 5px; height: 80px; padding: 12px 10px; }
  
  .banner-form{ padding: 35px 40px 44px; }
  
  .sponsers{ padding: 100px 0 0; }
  
  .mg-feature button{ font-size: 16px; padding-left: 80px; }
  .mg-feature button img { top: -12px; max-width: 70px; }
  .mg-feature .card{ padding: 10px 0 0 20px; }
  
  .sub-heading-lg { font-size: 18px; max-width: 90%; }
  
  .choice-heading h4 { font-size: 15px; }
  .choice-img img { max-width: 100%; height: 80px; }
  
  .btn-sec { margin-top: 40px; }
  .process-line { font-size: 18px; line-height: 1.5; }
  a.process-btn { font-size: 16px; padding: 12px 35px; }
  .process-cta { margin: 25px 0 0; }
  
  .pos-rel{ right: 3%; }
  
  .client-details p{ min-height: 105px; font-size: 17px; }
  
  .work-slider-imgs .slick-prev{ top: 78%; }
  
  ul.client-info { margin-top: 50px; }
  
  .client-info li > img{ height: 70px; }
  
  .quotes { top: 10px; left: 20px; }
  
    
  .sub-heading-sm { font-size: 18px; }
  
  .heading1 h2 { font-size: 36px; }
  
  .looking-for:before { width: 100%; }
  .offshore-img { height: auto; }
  .offshore-img img { height: 95px; }
  .offshore-heading h4 { font-size: 18px; }
  
  .offshore-heading { margin: 30px 0 8px; }
  .offshore-info { font-size: 15px; }
  
  .outsource-tagline { font-size: 28px; }
  
  ul.client-info li h5 { font-size: 22px; }
  
  ul.client-info li > img { height: 70px; }
  
  ul.client-info li h5 span { font-size: 12px; }
  
  .nsi-logo img { max-width: 90%; }
  .nav-sec.fixed .getin-touch-Btn{ margin-top: 0; }
  .wd2 { padding-top: 125px; }
  .customer-sec { padding: 0; }
  
  .offshore-btm-heading h4 br{ display: none; }
  
  .edge-result-sec { background-position: 110% 0; }
  .edge-result-info { padding: 90px 0 90px; }
  
  
  
  .sp-img img { max-width: 75%; }
  
  .client-info p { font-size: 20px; }
/*   .customer-slider-part { margin-top: 75px; } */
  
  .wid1 { max-width: 590px; width: 100%; }
  .ux-bg-img:after{ display: none; }
  
}


@media (max-width: 1023px){
.parallax-background {
    transform: translateZ(-500px) translateY(calc(-50%)) scale(7.5);
}
}

@media screen and (max-width: 991px)
{
  .banner-sec{ height: 550px; }
  
  .counter-part { height: 120px; padding: 25px 25px 0; }
  .counter-part p { font-size: 16px; }
  ul.days_counter li{ width: 60px; margin-right: 10px; height: 70px; padding: 8px 4px; font-size: 26px; }
  ul.days_counter li span { font-size: 12px; }
  .banner-form { padding: 35px 30px 30px; }
  .banner-form .hs-button { height: 40px; font-size: 16px; }
  .banner-form input { height: 40px; }
  
  .sponsers { padding: 60px 0 0; }
  .sponsers-imgs { padding: 0; }
  .sponsers-imgs .row-fluid .span2 { width: 31.491712705%; *width: 31.4385212156383%; text-align: center; margin-top: 50px; }
  
  .sponsers-imgs .row-fluid .span2:nth-child(n+4) { text-align: left; }
  .sponsers-imgs .row-fluid .span2:last-child { margin-left: 0; text-align: center; }
  
  .migration-img img { width: 170px !important; }
  
  .getin-touch-Btn{ padding: 10px 20px; }
 
  .sml-heading { font-size: 16px; }
  
  .banner-caption h1 { font-size: 32px; }
  
  a.talk-us-btn-lg{ font-size: 15px; padding: 12px 26px; width: auto; height: auto; }
  .banner-caption { padding: 50px 0 0; }
  
  a.process-btn { font-size: 15px; }
  
  .banner-img-info { width: 350px !important; padding: 25px 50px; font-size: 18px; }
  
  .sp-img img { max-width: 70%; padding-bottom: 0; }
  
  
  .how-we-work { padding: 70px 0 80px; }
  .migration-sec { padding: 40px; }
  .mg-feature button { font-size: 13px; padding-left: 57px; }
  .mg-feature button img { top: -10px; max-width: 55px; }
  .mg-feature .card { font-size: 14px; }
  
  .ofc-bg { height: 250px; background-attachment: scroll; }
  
  .we-offer { padding: 70px 0 70px; }
  .we-offer-data{ height: 400px; }
  .list1 { font-size: 14px; }
  
  .migration-diagram { padding: 0; }
  
  
  .heading1 h2 { font-size: 30px; }
  .subheading h4 { font-size: 18px; }
  
  .head-lg h2 { font-size: 42px; }
  
  .sec-heading h4 { font-size: 24px; }
  .work-detail { font-size: 18px; margin-top: 10px; }
  .choice-heading h4 { font-size: 18px; }
  
  .sub-heading-sm { padding-right: 0; }
  
  .process-cta { margin: 35px 0 0; }
  
  .client-details { padding: 30px 20px 15px; }
  .client-details p { font-size: 16px; height: 145px; }
  
  .quotes { top: 10px; left: 20px; }

  
  ul.client-info li{ margin-right: 0px; display: block; margin-top: 20px; vertical-align: bottom; }
  ul.client-info li > img { height: 60px; }
  ul.client-info li h5{ margin-top: 0px; font-size: 16px; }
  
  ul.client-info li h5 span { font-size: 11px; padding: 5px 0 0; }
  
  .offshore-sec .row-depth-1 .span3{ width: 47%; }
  
  .work-slider-imgs .custom_paging{ right: 1%; }
  .work-slider-imgs .slick-prev, .work-slider-imgs .slick-next{ width: 37px; height: 37px; }
  
  .custm-heading h4{ color: #000; }
  .custm-heading h4:before{ border-color: #000; }
  
  .edge-result-info { padding: 70px 0 70px; }
  .edge-result-sec { background-position: 150% 0; }
  ul.client-info li{ vertical-align: bottom; }
  .videoIcon { right: auto; left: 30px; }
  
  .looking-for { padding: 70px 0; }
  
  .outsource-tagline { font-size: 23px; }
  
  .choice-data { max-width: 170px; }
  .choice-data:first-child { margin-right: 10px !important; margin-left: 20px !important; }
  
  .develop-outsource-sec .row-fluid  .span9{ width: 65.74585634900001%; }
  .develop-outsource-sec .row-fluid  .span3{ width: 31.491712705%; }
  .outsource-btn { margin: 10px 0 0; text-align: center; }
  .develop-outsource-sec { padding: 150px 0 50px; }
  
  .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; } */
  
  .looking-for:before { width: 100%; }
  
  .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%; }
  
  .offshore-btm-heading h4{ font-size: 20px; }
  
  .client-img{ min-height: 330px; }
  
  .brand-img img { width: 75% !important; }
  
  .our-process { padding: 90px 0 0px; }
  
  .work-case-studies h5 { font-size: 15px; }
  .work-info img { display: none !important; }
  .work-list .row .col-sm-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  
  .work-list h3{ margin: 15px 0 0px; }
  .work-info h6{ margin: 0 0 5px; }
  
  .page-header { margin: 70px 0 0; }
  
/*   .work-details .col-12 { flex: 0 0 100%; max-width: 100%; } */
  
  .our-work-sec:before{ width: 80%; }
  
  .work-case-studies { min-height: auto !important; margin-left: 0; margin-top: 20px;  }

  .work-case-studies ul { position: relative; margin-top: 10px; }
  img.on-img1{ bottom: 0; }
  .work-info-list li{ line-height: 1.6; }
  .work-slider-imgs .slick-dots { bottom: -170px; right: -90%; }
  
  .offshore-sec { padding: 20px 0 90px; }
  
  .sub-heading-lg br{ display: none; }
  
  .our-work-sec { padding: 90px 0 60px; overflow: hidden; }
  
  .makes-box { margin-top: 25px; }
  
  .make-disc{ width: 90% !important; font-size: 16px; }
  
  
  .makes-box .row-fluid .span9 { width: 100%; *width: 100%; }
  
  .heading-full-lg h2 { font-size: 22px; }
  .implmnt-btn { margin-top: 35px; }
  .talk-us-btn-xl{ font-size: 18px; padding: 10px 35px;  }
  
/*.case-studies-slider .custom_paging { right: 5%; bottom: 55%; }
  .case-studies-slider .slick-next{ right: 5%; top: 55%; } */
  
  .ux-info{ padding: 30px 30px; font-size: 18px; line-height: 1.42; }
  .ux-perfected{ padding: 110px 0 110px; }
  
  .match { padding: 110px 0 110px; }
  
  .heading-lg h2 { font-size: 48px; }
  
  .footer{ margin-top: 0; padding: 50px 0 60px; }
  
  
}


@media screen and (max-width: 767px)
{
  
  body:after { position: fixed; content: ""; width: 100%; height: 200px; left: 0; bottom: 0; background: #fff; z-index: -1; }
  
  .nav-sec { padding: 11px 0 0; }
   
  .nsi-logo { padding: 0 !important; display: inline-block !important; float: left !important; width: 50% !important; transform: translateY(0%); opacity: 1; }
  .nav-sec.fixed { padding: 11px 0 8px; }
  .nsi-logo img { width: 149px !important; height: 22px; }
  .mobile-icon{ position: absolute; right: 15px; top: 5px; z-index: 999; }
  .getin-mobile-Btn { background-image: url(https://cdn2.hubspot.net/hubfs/3907246/All-Themes-assets/images/mail-black-top-icon.svg); background-repeat: no-repeat; display: block; z-index: 999; 
    position: relative; width: 29px; height: 22px; }
  
  .sprite-ipad-get-icon-black{ background-image: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/mail-white-top-icon.svg); background-repeat: no-repeat; display: block; z-index: 999; 
    position: relative; width: 29px; height: 22px; }
  
  ul.days_counter li{ margin-right: 15px; }
  
  .migration-img img { width: 130px !important; }
  
  .sponsers { padding: 20px 0 0; }
  
   header .navbar-brand{ padding-left: 0; }
  
  .sml-heading { font-size: 14px; }
  
  .talk-tous-btn{ position: relative; z-index: 999; }
  
  .work-data { padding-top: 0; }
  
  .banner-sec { padding: 40px 0 50px; height: 100%;  }
  .banner-caption { padding: 40px 0 0; }
  .banner-caption h1 { font-size: 30px; margin: 10px 0 10px; }
/*   .banner-caption h1 br{ display: none; } 
  .banner-caption h1 span { display: inline-block; }*/
  
  .counter-part { height: 122px; }
  
  .banner-form-sec { margin-top: 30px; }
  
  .sponsers-imgs .row-fluid .span2:nth-child(n+4) { text-align: center; }
  
  .migration-sec { padding: 30px; margin-bottom: 70px; }
  .mg-feature .card { font-size: 15px; }
  .mg-feature { margin-top: 55px; }
  .mg-feature button { font-size: 16px; padding-left: 75px; }
  .mg-feature button img { max-width: 65px; }
  
  .data-heading h4 { font-size: 20px; }
  .data-heading h4 br{ display: none; }
  .list1 { font-size: 16px; padding: 10px 0 0 20px; }
  .list1:before{ top: 20px; }
  .marLft { margin-left: 0 !important; }
  
  .sub-heading-lg { font-size: 18px; max-width: 100%; padding: 0; }
  
  .parallax-background { transform: translateZ(-100px) translateY(0) scale(4); }
  
  a.getin-btn-lg { width: 200px; }
  
  .data-heading { padding: 15px 8px 0; }
  
  .we-offer-data { max-width: 100% !important; width: 100% !important; margin-top: 40px; height: auto; }
  
  .migration-diagram img{ height: auto; margin: 70px 0; }
  
  .page-header-sub-heading { font-size: 18px; }
  
  .sml-heading{ font-size: 16px; margin: 10px 0 0px; line-height: 1.2; }
  a.talk-us-btn-lg{ font-size: 15px; padding: 6px 25px; }
  
  
  .banner-img-info{ -webkit-transition: all 1s ease-in-out 1.5s; transition: all 1s ease-in-out 1.5s; }
  
  .banner-bottm-sec{ margin: 0; }
  
  .serv3, .serv4{ margin-top: 15px; }
  
  .choice-data:first-child { margin-right: 0px !important; margin-left: 0px !important; }
  
  .sub-heading-sm br { display: none; }
  
  .we-offer-data:hover { transform: scale(1); }
  
/*   .case-studies-slider .custom_paging,  */
  .case-studies-slider .slick-next{  }
  
  .work-slider-imgs .slick-prev{ top: 74%; }
  
  .work-slider-imgs ul.new{ display: none !important; }
  
  .work-case-studies{ margin-top: 10px; }
  
  .banner-popup{ width: 90%; }
  
  .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: 50px 0 0; }
  .our-process, .our-work-sec { padding: 70px 0 70px; }
  .process-tagline { margin-top: 65px; }
  
  .parallax:before{ height: 100%; background-size: cover; background-position: bottom center; }
  
  
  #mediaModal button.close{ top: -6px; right: 15px; }
  
/*   .client-info{ min-height: 430px; } */
  
  .work-info-list li { line-height: 1.3; margin-bottom: 10px; margin-right: 0; }
  .work-info-list li:before{ top: 9px; }
  
  .our-work-sec:before{ width: 100%; }
  
  .sub-heading-sm { padding: 0; }
  
  .client-details p { font-size: 15px; }
  
  .client-info p { font-size: 18px; }
  
  .customer-slider-part { margin-top: 40px; }
  
  .outsource-btn{ text-align: left; }
  
  .brand-img img { width: 75% !important; }
  
  .our-process { padding: 90px 0 0px; }
  
  .work-case-studies h5 { font-size: 15px; }
  .work-info img { display: none; }
  .work-list .row .col-sm-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  
  
/*   .case-studies-slider .custom_paging { right: 0%; bottom: auto; top: 15%; } */
  .case-studies-slider .slick-next { display: none; }
  
  .work-slider-info ul.slick-dots{ display: block !important; }
  .work-slider-info .slick-dots li { width: 16.6666%; margin: 0; }
  .work-slider-info .slick-dots li button{ width: 100%; height: 5px; padding: 0; opacity: 0.5; }
/*   .work-slider-info .slick-dots li button:before{ opacity: 0.5; background: #ff6c00; } */
  
  .work-slider-info .slick-dots li button:before{ content: ""; color: transparent; }
  
  .work-slider-info .slick-dots li.slick-active button:before{ opacity: 1; width: 100%; height: 5px; }
  
  .work-slider-info .slick-dots li.slick-active button{ opacity: 1; }
  
  
  .offshore-sec .row-depth-1 .span3 { width: 100%; }
  .offshore-info{ max-width: 100%; }
  
  .edge-result-sec{ display: none !important; }
  
  .customer-sec { padding: 0; }
  .offshore-sec { padding: 0 0 70px; }
  
  .text-center { text-align: left!important; }
  
  .sponsers{ margin-top: 0; }
  .banner-img-info{ position: relative; height: auto; width: 100% !important; padding: 15px 0 0; background: transparent; font-size: 16px; }
  .pos-rel{ top: 0; right: auto; left: 0; }
  
  .heading1 h2 { font-size: 28px; margin-bottom: 20px; }
 
  .choice-data { max-width: 100%; margin-bottom: 50px; }
  .choice-heading h4 { font-size: 22px; }
  .right-choice-sec { padding: 50px 0 0; }
  
  .heading1 h2 br { display: none; }

  a.process-btn { padding: 6px 25px; height: auto; }
  .outsource-btn { margin: 30px 0 0; }
  
  .develop-outsource-sec { padding: 150px 0 70px; }
  
  .develop-outsource-sec .row-fluid .span9,
  .develop-outsource-sec .row-fluid .span3{ width: 100%; }
  
  .outsource-tagline{ margin-top: 25px; }
  
  .work-info { margin: 10px 0 0; }
  .wd2 { padding-top: 80px; }
  
  .work-imgs img{ width: 50%; margin: 0 auto; }
  img.on-img1{ max-width: 40%; }
  img.on-img2{ max-width: 40%; }
  
  .work-case-studies h5 { font-size: 16px; line-height: 1.4; }
  .work-case-studies p { font-size: 16px; }
  .work-case-studies h4 { font-size: 20px; }
  
  
  .client-img img { width: auto; max-width: 100%; }
  .client-img { min-height: 350px; }
  .page-cta { margin-top: 60px; }
  .sponsers-imgs .row-fluid [class*="span"] { width: 48%; display: inline-block; }
  
/*   .xs-bot{ order: 2; }
  .xs-top{ order: 1; } */
  
  .client-img{ margin-top: 0px; }
  
  .client-img img { bottom: 0; }
  
  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; }
  
  .clnt-pic2{ bottom: -30px; }
  
  .talk-btn-whyt:before{ display: none; }
  
  .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 img { max-width: 80%; }
  .trusted-brands .row-fluid [class*="span"]:last-child { display: none; }
  
  
  .trusted-brands .row-number-8 .brand-img:nth-child(4) img { width: 80% !important; }
  
  .looking-for { margin-bottom: 0; padding: 70px 0; }
  .looking-for:before { width: 100%; }
  
  
  
  .heading-lg h2 { font-size: 36px; }
  
  .ux-info{ max-width: auto; width: 90% !important; margin: 0 auto !important; }
  
  .footer{ padding-bottom: 0; margin-top: 0; }
  
  .foot1, .foot2, .foot3, .foot4, .foot5 { transform: translateY(0%) !important; opacity: 1 !important; }
  
  .copyright-Data { padding: 20px 0 20px 0; margin-top: 0; }
  
  .contactForm .modal-header .close{ right: 15px; top: 15px; }
  
  #mediaModal .modal-dialog { margin-left: auto; margin-right: auto; top: 50%; transform: translateY(-50%); }
  
  .footer{ padding-top: 70px; }
  
  .contactForm .modal-body { padding: 30px; }
  .contactForm label.hs-error-msg{ font-size: 11px; }
  
  
}


@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: 550px)
{
    .banner-form-area{ float: none !important; text-align: center; }
  
}




@media screen and (min-width: 376px) and (max-width: 414px)
{
  .client-img img { bottom: -30px; }
  .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; }
  .trusted-brands .row-number-5 .brand-img:first-child img { width: 62% !important; }
  .trusted-brands .row-number-5 .brand-img:nth-child(2) img { width: 55% !important; }
  .trusted-brands .row-number-5 .brand-img:last-child img { width: 80% !important; }
  .trusted-brands .row-number-7 .brand-img:first-child img { width: 50% !important; }
  .trusted-brands .row-number-7 .span4:last-child{ padding: 40px 0 0; }
  
  .banner-form-area{ float: none !important; text-align: center; }
  
}



@media screen and (max-width: 374px)
{
  .clnt-pic1 img{ bottom: -30px; }
  .sml-heading { font-size: 16px; }
   .banner-caption h1 { font-size: 26px; }
  .banner-img-info{ font-size: 14px; }
  .banner-form { padding: 35px 24px 30px; }
  .counter-part { padding: 15px 25px 0; }
  .heading1 h2 { font-size: 24px; }
  .banner-form-area{ float: none !important; text-align: center; }
  .counter-part p { font-size: 16px; }
  .counter-part { height: 102px; }
  .counter-part p span{ font-size: 14px; }
  
  ul.days_counter li { width: 55px; margin-right: 3px; height: 55px; padding: 8px 2px; font-size: 18px; }
  .migration-sec { padding: 30px 20px; }
  .sub-heading-lg { font-size: 17px; }
  .mg-feature button{ padding-left: 70px; }
  
  a.getin-btn-lg { width: 170px; height: 50px; font-size: 16px; }
  
}

@media all and (-ms-high-contrast: none), 
  (-ms-high-contrast: active) {
    
  .parallax:before { display: none; }
  .parallax{ background: url(https://ww1.netsolutions.com/hubfs/All-Themes-assets/images/Magento-migration/parallax_banner.jpg); }
    
}


