/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');

/***********************************************/
/* 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;}


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

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
  /*  */
  /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
     	 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
Macros                                                  
========================================================================== */









/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:18px; line-height:28px; color:#414141; counter-reset: section;  }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family: 'Open Sans', sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both }
h2 { color:#094360; font-size:42px; line-height:58px; font-weight:400; margin:0; padding:0;    }
h3 { font-size:38px; line-height:56px; color:#414141; font-weight:400; margin:0; padding:0;   }
h4 { color:#414141; font-size:24px; line-height:30px; font-weight:800; margin:0; padding:0;     }
h5 { color:#1a73a2; font-size:18px; line-height:20px; font-weight:800; margin:0; padding:0;     }
h6 { color:#414141; font-size:18px; line-height:20px; font-weight:800; margin:0; padding:0; }

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#333; }

input , button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family: 'Open Sans', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; border:none; cursor:pointer; background-image:url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/%20Customer%20Serv_2018/Images/blank.png) !important; background-color:#e33766; font-size:17px; line-height:24px; border-radius:5px; font-weight:700; padding:10px 36px; color:#fff; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , button:hover { background-color:#c91d4b; }
input[type="file"] {
  border:none;
  padding: 0px;
}
.hs-fieldtype-file {
  border: 1px solid #ccc;
  padding: 10px 10px 0px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
input[type="file"] {
  cursor:pointer;
}

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .set-bg { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .get-bg { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#e6e6e6;  width:15px; height:15px; padding:0; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#e33766; }

.row-fluid .container { margin:0 auto !important; max-width:1235px; float:none !important; } 

.row-fluid .container-1 { margin:0 auto !important; max-width:1235px; float:none !important; } 

.row-fluid .default-btn a { background:#e33766; display:inline-block; vertical-align:top; min-width:170px; padding:10px 36px; text-align:center; color:#fff; font-size:16px; font-weight:800; border-radius:5px; line-height:30px; }
.row-fluid .default-btn a:hover { background:#c91d4b; }

.row-fluid .default-btn.white-btn a { background:#fff; color:#1a73a2; }
.row-fluid .default-btn.white-btn a:hover { background:#e6e6e6; }
.row-fluid .default-btn.video-btn a span:before { content:""; height:25px; width:25px;display:inline-block; vertical-align:top; margin-top:4px; margin-right:10px;  background:url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/%20Customer%20Serv_2018/Images/play-icon.jpg) no-repeat center;   }

.row-fluid .padding-top-10 { padding-top:10px; }
.row-fluid .padding-top-20 { padding-top:20px; }
.row-fluid .padding-top-30 { padding-top:30px; }
.row-fluid .padding-top-40 { padding-top:40px; }
.row-fluid .padding-top-50 { padding-top:50px; }

.row-fluid .padding-bottom-10 { padding-bottom:10px; }
.row-fluid .padding-bottom-20 { padding-bottom:20px; }
.row-fluid .padding-bottom-30 { padding-bottom:30px; }
.row-fluid .padding-bottom-40 { padding-bottom:40px; }
.row-fluid .padding-bottom-50 { padding-bottom:50px; }

.row-fluid .margin-top-20 { margin-top:20px; }
.row-fluid .margin-top-30 { margin-top:30px; }
.row-fluid .margin-top-40 { margin-top:40px; }
.row-fluid .margin-top-50 { margin-top:50px; }

.row-fluid .margin-bottom-10 { margin-bottom:10px; }
.row-fluid .margin-bottom-20 { margin-bottom:20px; }
.row-fluid .margin-bottom-30 { margin-bottom:30px; }
.row-fluid .margin-bottom-40 { margin-bottom:40px; }
.row-fluid .margin-bottom-50 { margin-bottom:50px; }

/*======================================
# Main Header
=====================================*/

.row-fluid .main-header { float:left; width:100%; background:rgba(07,38,51,0.5); padding:40px 33px 22px; z-index:10; transition:all 0.3s; } 
.row-fluid .contact-no  a { font-size:24px; line-height:24px; color:#fff; font-weight:800;  } 
.row-fluid .contact-no a:hover { color:#e33766; } 

.row-fluid .link-box { line-height:14px; }
.row-fluid .link-box ul li a { padding:0px; color:#c3dce9; font-weight:800; font-size:14px; line-height:20px;  } 
.row-fluid .link-box ul li a:hover { color:#e33766; }
.row-fluid .link-box ul li:first-child a { border-right: 1px solid rgba(255,255,255,0.6); }
.row-fluid .menu_icon a { font-size:14px; color:rgba(255,255,255,0.81); cursor:pointer;  }

.row-fluid .menu_icon a  span { margin-left:13px; display:inline-block; vertical-align:middle; border:1px solid #fff; height:45px; width:45px; position:relative; border-radius:50%;  }
.row-fluid .menu_icon a i { height:2px; width:20px;  background:#fff; border-radius:2px; position:absolute; top:50%; left:50%; margin-top:1px; -webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);; }
.row-fluid .menu_icon a i:before,
.row-fluid .menu_icon a i:after { content:""; position:absolute; left:0; width:100%; height:2px; width:20px; background:#fff; border-radius:1px; }
.row-fluid .menu_icon a i:before { top:8px; }
.row-fluid .menu_icon a i:after { top:-8px; }


.row-fluid .hero-section { float:left; width:100%; position:relative;  }

.row-fluid .header-content { float:left;/* width:776px;*/ max-width:100%; padding:110px 0 124px;  position:relative; z-index:5; font-size:24px; line-height:28px; font-weight:800; color:#fff; }
.row-fluid .hero-text { margin:15px 0 30px;  width:776px; max-width:100%; }
.row-fluid .header-content h1 { font-size:64px; line-height:74px; font-weight:800; color:#fff; padding:0; }
.row-fluid .header-content .default-btn { float:none; display:inline-block; vertical-align:top; width:auto; margin:7px;  }

.row-fluid .service-section { float:left; width:100%; padding:45px 0 50px; text-align:center; }

.row-fluid .section-title { float:left; width:100%; text-align:center;  }
.row-fluid .section-title h2 { font-size:61px; line-height:74px; color:#fff; font-weight:800; padding:0;  }
.row-fluid .section-title h4 { font-size:42px; line-height:58px; color:#fff; font-weight:400; padding:0; color:#094360; padding:0;  }
.row-fluid .section-title h3 { font-size:38px; line-height:56px; color:#094360; font-weight:400; padding:0 0 10px;  }
.row-fluid .sub-title { float:none; display:inline-block; vertical-align:top; width:900px; max-width:100%; font-size:18px;line-height:28px; color:#414141; font-weight:400;  }
.row-fluid .sub-title strong { display:block; margin-top:15px; font-size:24px; line-height:28px; color:#414141; font-weight:800; }

.row-fluid .service-container { float:left; width:100%; margin-top:20px; }
.row-fluid .service-container > span > div { float:left; width:33.33%; text-align:center; padding:40px 0;  } 

.row-fluid .service-box { font-size:16px; line-height:22px; color:#000; font-weight:400; } 
.row-fluid .service-icon { min-height:90px; position:relative; }
.row-fluid .service-icon img {  position: absolute; top: 0; right: 0; bottom: 0;left: 0; margin: auto !important;}
.row-fluid .service-box h5 { color:#1a73a2; padding:0; font-size:18px; line-height:20px; font-weight:800; text-transform:uppercase; margin:40px 0 10px;  }
.row-fluid .service-box img { display:block; margin:0 auto;   }
.row-fluid .service-content { float:none; display:inline-block; vertical-align:top; width:270px; max-width:100%;  }

.row-fluid .feature-section { float:left; width:100%; background:#073851; padding:70px 0 60px;  }
.row-fluid .feature-container {float:left; width:100%;  }
.row-fluid .feature-container > span > div { float:left; width:32%; margin-right:2%; margin-bottom:10px; }
.row-fluid .feature-container > span > div:nth-child(3n) { margin-right:0; }

.row-fluid .feature-box { float:left; width:100%; transition:all 0.3s; box-shadow:0px 0px 0 rgba(0,0,0,0.8); }
.row-fluid .feature-box:hover { box-shadow:0px 0px 20px rgba(0,0,0,0.8); }
.row-fluid .feature-box:hover .feature-content h4  { color:#c91d4b;  }
.row-fluid .feature-image { float:left; width:100%;height:350px; }
.row-fluid .feature-content { float:left; width:100%; padding:30px; background:#fff; }
.row-fluid .feature-content strong { font-size:18px; color:#414141;   }
.row-fluid .feature-content h4 { font-size:24px; line-height:28px; color:#1a73a2; font-weight:800; padding:0; transition:all 0.3s;  }
.row-fluid .feature-content .year { font-size:18px; line-height:28px; color:#757575; font-weight:400; margin-top:60px; }

.row-fluid .case-studies-cta-wrapper { text-align: center; }


.row-fluid .industry-section { float:left; width:100%; padding:70px 0; font-size:18px; line-height:28px; color:#fff; font-weight:800;  }
.row-fluid .industry-section .section-title { text-align:left; }
.row-fluid .sourcing-left { padding:80px 60px 100px;  background:rgba(07,38,51,0.5); }
.row-fluid .sourcing-right { margin-left:0; }

.row-fluid .industry-box {   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); margin:36px 0;  font-size:18px; font-weight:400; line-height:20px;  text-align:center; border:8px solid #fff; float:none; display:inline-block; vertical-align:top; padding:30px 20px; }
.row-fluid .industry-box strong { font-size:38px; display:inline-block; vertical-align:top; width:100%;  color:#fff; font-weight:400; margin-bottom:15px; }

.row-fluid .sourcing-right > div:nth-child(1) .industry-box {background:#1a73a2; margin-left:-60px; color:#c3dce9;  }
.row-fluid .sourcing-right > div:nth-child(2)  .industry-box { background:#fa8c35; color:#000000; margin-left:15px; }
.row-fluid .sourcing-right > div:nth-child(3)  .industry-box { background:#5bd684; color:#094360;  margin-left:-100px;  }

.row-fluid .sourcing-left .default-btn:nth-child(2) { margin-left:0px; }

.row-fluid .source-text { margin:25px ; width:496px; max-width:100%; }

.row-fluid .cta-strip { float:left; width:100%; background:#094360; padding:25px 0; text-align:center;  }
.row-fluid .cta-strip h4 { color:#fff; font-size:30px; line-height:36px; font-weight:400; font-style:italic; }
.row-fluid .cta-container { float:none; display:inline-block; vertical-align:top; width:660px; max-width:100%;  position:relative; padding-right:200px;  }
.row-fluid .cta-container .default-btn { position:absolute; top:50%; right:0; width:auto;  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;   }

.row-fluid .footer-section { float:left; width:100%; padding:15px 0 50px; background:#fff;  }
.row-fluid .footer-left .footer-logo,
.row-fluid .footer-left .footer-no { float:none; display:inline-block; vertical-align:middle; width:auto; margin:0; }

.row-fluid .footer-no { font-size:14px; line-height:18px; color:rgba(75,75,75,0.81); font-weight:400;  }
.row-fluid .footer-no  a { font-size:24px; line-height:28px; color:#414141; font-weight:800; display:block;  }
.row-fluid .footer-no a:hover { color:#e33766; }
.row-fluid .social-icon { text-align:right; padding-top:5px; }
.row-fluid .social-icon a { height:30px; margin-left:10px; font-size:16px; width:30px; line-height:30px; display:inline-block; vertical-align:top; border-radius:50%; color:#fff; text-align:center;  }
.row-fluid .social-icon a:nth-child(1) { background:#3b5998 ; }
.row-fluid .social-icon a:nth-child(2) { background:#00aced ; }
.row-fluid .social-icon a:nth-child(3) { background:#007bb6 ; }
.row-fluid .social-icon a:nth-child(4) { background:#ff8c00; }
.row-fluid .social-icon a:nth-child(5) { background:#CC181E; }
.row-fluid .bbb-logo { text-align:right; padding-top: 20px; padding-bottom: 20px;}

.row-fluid .footer-menu { padding:25px 0 8px; }
.row-fluid .footer-menu ul,
.row-fluid .footer-menu ul li { line-height:14px;  }
.row-fluid .footer-menu  ul li a { color:#e33766; font-size:14px; line-height:16px; padding:0 10px ; border-left:1px solid #e33766;  }
.row-fluid .footer-menu  ul li a:hover { color:#414141; }
.row-fluid .footer-menu ul li:first-child a { padding-left:0; border-left:none; }

.row-fluid .copyright-text { font-size:14px; color:rgba(75,75,75,0.81); font-weight:400; line-height:18px; }


.open_menu  { overflow:hidden;  }
.row-fluid .mainmenu { position:fixed; background:#fff; top:-100%; left:0; width:100%;  height:100%; transition:all 0.5s; }
.open_menu .row-fluid .mainmenu { top:0; }

.row-fluid .mainmenu .hs-menu-wrapper { position:absolute; top:50%; left:0; width:100%; text-align:center;  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); ; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:38px; line-height:40px; padding:15px 0; color:#1a73a2; font-weight:400;  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#e33766; }

.row-fluid .close-icon { position:fixed; cursor:pointer; top:70px; right:70px; width:auto; margin:0;  opacity:0; visibility:hidden; transition:all 0.5s;  }
.open_menu .row-fluid .close-icon  { opacity:1; visibility:visible;   }

.row-fluid .testimonial-section { float:left; width:100%; padding:70px 0 40px;  }
.row-fluid .testimonial-section .default-btn { margin-top:90px; }
.row-fluid .testimonial-box { float:left; width:100%;  }
.row-fluid .testimonial-content { color:#414141; font-size:18px; line-height:28px; font-style:italic;   }
.row-fluid .testimonial-info { float:left; width:100%; margin-top:20px; color:#414141; font-size:15px; line-height:20px; font-weight:400; }
.row-fluid .testimonial-image > div { width:60px; height:60px; border-radius:50%; display:inline-block; vertical-align:top;  }
.row-fluid .testimonial-info h5 { color:#0074a6; font-size:18px; line-height:20px; padding:0; margin:0 0 5px; }
.row-fluid .testimonial-info h5 a.linkedin { background:#007bb6; display:inline-block; vertical-align:top; color:#fff; font-size:14px; line-height:14px; padding:2px; border-radius:3px; margin-left:3px; }
.row-fluid .testimonial-section .slick-track > div:nth-child(odd) .testimonial-box { padding-right:50px; }
.row-fluid .testimonial-section .slick-track > div:nth-child(even) .testimonial-box { padding-left:50px; }

.row-fluid .logo-section { float:left; width:100%; text-align:center;  }
.row-fluid .logo-container { float:left; width:100%; padding:40px 0; }

.row-fluid .logo-container .hs_cos_wrapper { position:relative; height:60px; }
.row-fluid .logo-container .hs_cos_wrapper img { position:absolute; top:0; left:0; margin:auto; right:0; bottom:0;  }

/*===============================
# Case studies Page
===============================*/

.row-fluid .stories-section { float:left; width:100%;  padding:60px 0 50px;  }
.row-fluid .stories-section .section-title { margin-bottom:60px; }
.row-fluid .feature-container > span > div { margin-bottom:30px; }
.row-fluid .stories-section .feature-box { box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);  }


/*==========================
# faq Page
==========================*/

.row-fluid .help-section { float:left; width:100%; padding:20px 0 30px; text-align:center; font-size:18px; color:#414141; font-weight:400;   }
.row-fluid .help-section a { color:#414141; }

/*========================
# Process Page
===========================*/

.row-fluid .result-section { float:left; width:100%; padding:90px 0 50px; }
.row-fluid .result-container > span { float:none; display:block; margin:35px -15px auto; width:auto; } 
.row-fluid .result-container > span > div { float:left; width:33.33%; padding:15px;  } 

.row-fluid .prcess-box { float:left; width:100%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); color:#757575; padding:53px  53px 95px 34px; border-top: 2px solid rgba(0,0,0,0.5); }
.row-fluid .prcess-box:hover { box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5); }
.row-fluid .prcess-box h4 { margin:0 0 40px; font-size: 39px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.47; letter-spacing: normal; }
.row-fluid .prcess-box h3 { color:#349fe1; margin:0 0 15px; }
.row-fluid .prcess-box .color-select { display: none !important; }

.row-fluid .market-section { float:left; width:100%; /*  background:#f8f8f8; */ background: #eaeaea; padding:80px 0 0; text-align:center;  } 
.row-fluid .step-container ul { margin:0; padding:0; float:none; display:inline-block; vertical-align:top; max-width:100%; width:660px;}
.row-fluid .step-container ul li {  padding:25px 10px; margin:0 0 12px; background:#fff; border-radius:0 0 20px 20px; list-style:none; max-width:100%; float:none; display:inline-block; vertical-align:top;  }
.row-fluid .step-container ul li h5 { margin-bottom:10px; text-transform:uppercase; }
.row-fluid .step-container ul li:nth-child(1) { width:660px; }
.row-fluid .step-container ul li:nth-child(2) { width:600px; }
.row-fluid .step-container ul li:nth-child(3) { width:540px; }
.row-fluid .step-container ul li:nth-child(4) { width:480px; }
.row-fluid .step-container ul li:nth-child(5) { width:420px; }
.row-fluid .step-container ul li:nth-child(6) { width:380px; }
.row-fluid .step-container ul li:nth-child(7) { width:340px; }

.row-fluid .blue-color,
.row-fluid .blue-color h2,
.row-fluid .blue-color h3,
.row-fluid .blue-color h4 { color:#094360; }

.row-fluid .black-color,
.row-fluid .black-color h2,
.row-fluid .black-color h3,
.row-fluid .black-color h4 { color:#000 !important; }

.row-fluid .electric-color,
.row-fluid .electric-color h2,
.row-fluid .electric-color h3,
.row-fluid .electric-color h4 { color: #349fe1 !important; }  

.row-fluid .white-color,
.row-fluid .white-color h2,
.row-fluid .white-color h3,
.row-fluid .white-color h4 { color:#fff !important; }

.row-fluid .bottom-arrow { position:relative; }
.row-fluid .bottom-arrow:before { content:""; position:absolute; left:50%; z-index:5; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);  top:100%; border:35px solid transparent; /* border-top-color:#f8f8f8; */ border-top-color: #e5e5e5; border-top-width:20px;   }


.row-fluid .engagement-section { float:left; width:100%; /* background:#094360; */ background: #349fe1; padding:110px 0 65px; text-align:center;  }  
.row-fluid .engagement-section.bottom-arrow:before { /* border-top-color:#094360; */ border-top-color: #349fe1; } 

/* Accordian CSS  */
.row-fluid .faq-section { float:left; width:100%; padding:28px 0 38px; background:#f8f8f8; text-align:center;  }
.row-fluid .faq-container { float:none; display:inline-block; vertical-align:top; width:800px; max-width:100%; text-align:left;  }
.row-fluid .faq-container > span > div { float:left; width:100%; }
.row-fluid .faq-box { background:#fff;  float:left; width:100%; margin:12px 0; padding:40px 112px 40px 70px; cursor:pointer;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); font-size:18px; line-height:28px; color:#757575; font-weight:400;   }
.row-fluid .faq-box .faq-question  { position:relative;  float:left; width:100%;  font-size:38px; line-height:56px; font-weight:400; color:#414141; }
.row-fluid .faq-box .faq-answer { display:none; padding:30px 0 0; margin:30px 0 0; border-top:1px solid #b4b4b4;  float:left; width:100%; }
.row-fluid .faq-box .faq-answer p { padding:0 0 30px; }

.row-fluid .faq-box .faq-question:after { content:"+"; position:absolute; font-family:"FontAwesome"; top:50%; color:#e33766; right:-60px;  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; } 
.row-fluid .faq-box .faq-question.active:after { content:""; width:20px; height:2px; background:#b4b4b4;   }
.row-fluid .faq-box .faq-question::before {content: "";position: absolute;top: 0;left: 100%;height: 100%;width: 90px;background:transparent;}
@media (max-width:875px) {
  .row-fluid .faq-box .faq-question::before {width:auto;}
}
/*==========================
# About Page
===========================*/

.row-fluid .about-intro { float:left; width:100%; text-align:center; padding:80px 0;  }

.row-fluid .team-section { float:left; width:100%; background:#f8f8f8; padding:40px 0;  }  
.row-fluid .team-container { float:left; width:100%; }
/*.row-fluid .team-container > span { float:none; display:block; margin:0 -15px; }*/
.row-fluid .team-container > span > div { float:left; width:33.33%; padding:15px; }

.row-fluid .team-box { float:left; width:100%; background:#ffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); transition:all 0.3s; position:relative; }
.row-fluid .team-box:hover { box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5); }
.row-fluid .team-box-link { position:absolute; top:0; left:0; width:100%; height:100%;  }

.row-fluid .team-image { float:left; width:100%; height:350px;   }
.row-fluid .team-content { float:left; width:100%; padding:30px 30px 24px; }
.row-fluid .team-content h6 { padding-bottom:10px; }

.row-fluid .team-info { float:left; width:100%; border-top:1px solid #b4b4b4; padding:20px 0 0; margin:50px 0 0;  }
.row-fluid .team-info a { color:#1a73a2; }
.row-fluid a.linkdin-link { background:#007bb6; position:relative; z-index:2;  color:#fff; display:inline-block; font-size:14px; line-height:14px; padding:2px; border-radius:3px; margin-top:5px; }

.row-fluid .why-section { float:left; width:100%; padding:90px 0 240px; position:relative;  } 
.row-fluid .why-section > div { position:relative; }


.row-fluid .giving-section { float:left; width:100%; padding:60px 0;  }
.row-fluid .giving-section .sub-title { width:351px; max-width:100%; }
.row-fluid .giving-container > span > div { float:left; width:100%;  position:relative;  margin:15px 0; }
.row-fluid .giving-container > span > div img { top:50%; max-width:98%; transform:translateY(-50%); -webkit-transform:translateY(-50%);  -moz-transform:translateY(-50%);   left:0; margin:auto;  position:absolute; }
.row-fluid .giving-container > span > div:nth-child(-n+6) { width:30%; text-align:center; float:none; display:inline-block; vertical-align:middle; } 
.row-fluid .giving-container > span > div:nth-child(3) img,
.row-fluid .giving-container > span > div:nth-child(6) img { right:0; left:auto; }


/*====================
# What we do Page
=====================*/

.row-fluid .tab-section { float:left; width:100%; padding:40px 0 60px; background:#f8f8f8; overflow:hidden; }
.row-fluid .tabs-menu { margin:0; padding:0; position:relative; }
.row-fluid .tabs-menu:before { content:""; position:absolute; top:50%; right:0; background:#fff; width:300%; height:calc(100% + 150px); transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);  } 
.row-fluid .tabs-menu li { list-style:none; padding-left: 30px; padding-bottom: 12px; }
.row-fluid .tab-title { color:#b4b4b4; line-height: 22px; cursor:pointer; position:relative; } 
.row-fluid .tab-title:before { counter-increment: section; content:counter(section, decimal-leading-zero)"."; position:absolute; top: -2px;  left:-30px; line-height:28px; transition:all .3s;  } 
.row-fluid .tab-title:after { content:""; height:16px; width:4px; border-radius:5px; background:transparent; transition:all .3s; position:absolute; top:5px; left:-40px; } 
.row-fluid .tab-title:hover,
.row-fluid .tab-title.current { color:#414141; }
.row-fluid .tab-title:hover:before ,
.row-fluid .tab-title.current:before { color:#f74172; }
.row-fluid .tab-title:hover:after ,
.row-fluid .tab-title.current:after { background:#f74172; } 
.row-fluid .tab-content.current { display:block; }
.row-fluid .tab-content { display:none; padding-left:70px; } 

.row-fluid .testimonial-section2 { float:left; width:100%; background:#e33766; text-align:center; padding:80px 0 70px; }
.row-fluid .testimonial-box2 { float:none; display:inline-block; vertical-align:top; width:1087px; max-width:100%;  padding-top: 28px;}
.row-fluid .testimonial-content2 { font-size:30px; line-height:36px; color:#fff; font-style:italic; font-weight:400; }
.row-fluid .testimonial-info2 { color:#fff; margin-top:40px; } 
.row-fluid .testimonial-section2 ul.slick-dots li button:hover,
.row-fluid .testimonial-section2 ul.slick-dots li.slick-active button { background:#073851; }

.row-fluid .table-section ul { margin:0; padding:0; float:left; width:100%; } 
.row-fluid .table-title ul li ,
.row-fluid  ul.table-box li { float:left; width:20%; border-right:1px solid #fff; background:#094360;  list-style:none; color:#fff; position:relative; }
.row-fluid ul.table-box li { color:#094360;  }
.row-fluid  ul.table-box li  { background:transparent; }
.row-fluid  .table-container > span > div:nth-child(odd) ul { background:#8cb9d2;  }
.row-fluid  .table-container > span > div:nth-child(even) ul { background:#c3dce9;  }

.row-fluid  ul.table-box li { border-bottom:1px solid #fff; }
.row-fluid .table-title ul li:last-child,
.row-fluid  ul.table-box li:last-child { border-right:none; }  

.row-fluid .table-title ul li > span,
.row-fluid  ul.table-box li > span { display:block;  }
.row-fluid .table-title ul li > span > span,
.row-fluid  ul.table-box li > span > span { position:absolute; top:50%; padding:20px  35px; left:0; width:100%; text-align:center;  transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);  }

.row-fluid .think-section { float:left; width:100%; padding:70px 0;  }
.row-fluid .think-section h3 { color:#094360; }
.row-fluid .link-style a { color:#1a73a2; text-transform:uppercase; font-size:18px; line-height:20px;  font-weight:800; }
.row-fluid .link-style a:after { content:"\f101"; display:inline-block; vertical-align:top; font-family:'FontAwesome'; margin-left:10px; margin-top:4px;  }

.row-fluid .outsourcing-section { float:left; width:100%; padding:60px 0 255px; font-weight:800;  }
.row-fluid .button-container {  margin-top:10px;}
.row-fluid .button-container .default-btn  { float:none; display:inline-block; margin-top:10px; width:auto; margin:0; vertical-align:top;  margin-right:24px; }


.row-fluid .time-section { float:left; width:100%; padding:140px 0;  }

.row-fluid .vender-section { float:left; width:100%; background:#1a73a2; padding:150px 0 80px;  }

.row-fluid .global-section { float:left; width:100%; padding:40px 0 50px; }

.row-fluid .knowledge-section { float:left; width:100%;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); background:rgba(255,255,2555,0.9); padding:35px 50px 50px;  }   
.row-fluid .knowledge-section.bottom-arrow {  }
.row-fluid .knowledge-section.anwser-section { background:rgba(09,43,60,0.9); box-shadow:inherit; }

.row-fluid .list-style ul { margin:0; padding:0; }
.row-fluid .list-style ul li { position:relative; list-style:none; padding-left:40px; margin-bottom:10px; }
.row-fluid .list-style ul li:before { content:""; width:10px; height:8px; background:url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/%20Customer%20Serv_2018/Images/check-mark.png) no-repeat center;  position:absolute; top:12px; left:0;   }

.row-fluid .performance-section { float:left; width:100%; padding:60px 0 90px; background:#349fe1;  }
.row-fluid .performance-section  .sub-title { width:736px; } 

.row-fluid .parformance-no { float:none; display:inline-block; position:relative; vertical-align:top; width:210px; height:210px; text-align:center; color:#fff; border-radius:50%; background:#1a73a2; }
.row-fluid .parformance-no  > div { position:absolute; top:50%; text-transform:uppercase; font-weight:800; line-height:20px; left:0; width:100%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);  }
.row-fluid .parformance-title strong { display:block; color:#ffffff; font-size:64px; line-height:65px; font-weight:800; margin-bottom:10px; } 

.row-fluid .parformance-content { float:none; margin-top:20px; display:inline-block; vertical-align:top; color:#ffffff; width:190px; font-size:16px; line-height:22px; font-weight:400;  }

.row-fluid .call-section { float:left; width:100%; padding:40px 0 0; text-align:center; }
.row-fluid .solve-container { float:left; width:100%; /* background:#8cb9d2; */ background: #094360; margin-top:50px; }  
.row-fluid .solve-container > span > div { float:left; width:25%; position:relative; border-right:1px solid #fff; border-bottom:1px solid #fff; }
.row-fluid .solve-container > span > div:last-child { border-right:none; } 
.row-fluid .solve-box {  width:100%; padding: 52px 40px; color:#fff; display:table-cell; vertical-align:middle; float:none;  /* font-size:14px; */ font-size: 18px; line-height:22px; }
.row-fluid .solve-content { /* font-size: 10px; */ font-size: 14px !important; position:absolute; background:#8cb9d2; opacity:0; transition:all 0.3s; height:100%;  top:50%; transform:translateY(-50%); left:0; width:100%; padding:12px 30px; background-color: #6b95ac; box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.35),0px 0px 0px 4px #fff inset; }
@media (max-width: 1330px) {
  .row-fluid .solve-content {
    font-size: 10px !important;
  }
}
.row-fluid .solve-box.hover .solve-content  { opacity:1; }
.row-fluid .call-section .sub-title strong { text-transform:uppercase; color:#1a73a2; margin:10px 0 0; font-size:18px;   }



.row-fluid .contact-section { float:left; width:100%; padding:60px 0; }
.row-fluid .contact-section  .hs-form-required { display:none; }
.row-fluid .contact-section input[type="text"],
.row-fluid .contact-section input[type="email"],
.row-fluid .contact-section input[type="url"],
.row-fluid .contact-section input[type="tel"],
.row-fluid .contact-section textarea,
.row-fluid .contact-section select { background:#f1f1f1; border:none;  }
.row-fluid .contact-section .form-columns-2 + .form-columns-1 > div > div,
.row-fluid .contact-section .form-columns-1 + .form-columns-1 > div > div  { margin-right:0; } 
/* .row-fluid .contact-section select { min-height:170px; } */
.row-fluid .contact-section select { 
  opacity: 0.7;
  background-image: url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/Blog/noun_Arrow_2601679.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 99% 50%;
  -webkit-appearance: none;
  padding-right: 50px;
}
.row-fluid .contact-sidebar {  font-weight:300; } 
.row-fluid .contact-sidebar a:hover { color:#e33766; }
.row-fluid .contact-sidebar ul { padding:0; margin:0; } 
.row-fluid .contact-sidebar ul li { list-style:none; }
.row-fluid .contact-sidebar strong { font-weight:800; text-transform:uppercase; margin:30px 0 10px; display:block;   }
.row-fluid .contact-social ul li { margin:0 0 5px; }

.row-fluid .landing-form-section { float: left; width: 100%; text-align: center; }
.row-fluid .landing-form { float: none; display: inline-block; background:#fff;   z-index:30; border-radius:5px; box-shadow:0 0 25px rgba(0, 0, 0, 0.10); vertical-align: top; width: 750px; max-width:100%; padding: 80px 50px 67px;  position: relative; background-color:#fff; }
.row-fluid .landing-form  .form-columns-2 + .form-columns-1 > div > div,
.row-fluid .landing-form  .form-columns-1 + .form-columns-1 > div > div  { margin-right:0; } 

.row-fluid .landing-form input[type="text"], 
.row-fluid .landing-form input[type="email"], 
.row-fluid .landing-form input[type="url"], 
.row-fluid .landing-form input[type="tel"], 
.row-fluid .landing-form textarea, 
.row-fluid .landing-form select {
  background: #f1f1f1;
  border: 0;
}

.row-fluid .landing-form .hs-form-required { display:none; }
.row-fluid .landing-banner .header-content { padding:60px 0 200px; }
.row-fluid .landing-banner h1 { text-transform:uppercase; } 

.row-fluid .travel-section { float:left; width:100%; padding:60px 0; font-size: 14px; line-height: 24px; font-weight: 400; }
.row-fluid .feature-list span > div {float: left; width: 49%;margin-right: 2%; margin-bottom: 60px;}
.row-fluid .feature-list span > div:nth-child(2n) {margin-right: 0;}


.row-fluid .visitors-section { float:left; width:100%; background:#fce9ee; padding:60px 0; text-align:center;  }
.row-fluid .testimonial_container { float:left; width:782px; float:none; display:inline-block; vertical-align:top; position:relative; text-align:left; max-width:100%;  }
.row-fluid .testimonial_box { padding:30px 20px; border:1px solid #f3f3f3; margin-bottom:10px; color:#3f404a; cursor:pointer; transition:all 0.5s;  background:#fff;  } 
.row-fluid .testimonial_box  h4 { padding:0; color:#fff; font-size:16px;  font-weight:600; color:#3f404a; margin-top:-3px; line-height:20px; }
.row-fluid .testimonial_box  h4 span { display:block; font-size:14px; margin-top:5px;  }
.row-fluid .client_image  { width:50px; height:50px; display:inline-block; border-radius:50%;  background-size:100px !important;  }
.row-fluid .testimonial_content { background: #fff;  transition:all 0.5s; box-sizing: border-box; font-size: 14px;height: 100%;line-height: 30px;padding:50px 25px; text-align: center;  }



.row-fluid .testimonial_content:before ,
.row-fluid .testimonial_content:after { color:#d9f1fa; }
.row-fluid .testimonial_content:before { content:"\f10d"; font-family:"FontAwesome";  left:18px; top:18px; color:#c91d4b; position:absolute; font-size:36px;  }
.row-fluid .testimonial_content:after { content:"\f10e"; font-family:"FontAwesome";  right:18px; bottom:18px; color:#c91d4b; position:absolute;  font-size:36px; }

.row-fluid .testimonial_list:last-child > span > div:last-child .testimonial_box { border-radius: 0 0 10px 0;}

.row-fluid .gray-strip { float:left; width:100%; background:#414141; text-align:center; padding:40px 0;  }
.row-fluid .landing-copyright {  float:left; width:100%; padding:15px 0; text-align:center; color: #3f404a; font-size: 12px;  font-weight: 400; line-height: 16px;  }
.row-fluid .error-copyright {  text-align: center;}




.blogSection {padding:60px 0;}
.blogv1 .post-listing .post-item + .post-item { padding-top:70px;}

.post-header label.date { font-size:18px; text-transform:uppercase; font-weight:700; letter-spacing:0.1em;}
.post-header label.date + h2, .post-header label.date + h1 { margin:15px 0;} 
.post-header h2 ,.post-header h1 {font-size:24px; font-weight:400; letter-spacing:0.025em;}
.post-header h2 a:hover { color:#c91d4b;}

.aboutBlogPost { padding:20px 0; border-top:1px solid #d4d4d4;}
.aboutBlogPost a {color:#c91d4b; text-decoration:none;}
.aboutBlogPost a:hover { color:#c91d4b;}
.aboutBlogPost > span { display:inline-block;  margin-right:25px;}
.aboutBlogPost > span img {  display:inline-block;  vertical-align:baseline; padding-right:5px;}
.post-item .more-link {  min-width:230px; text-align:center; line-height:30px;}
.post-body h1 + h2, .post-body h2 + h3, 
.post-body h3 + h4, .post-body h4 + h5, 
.post-body h5 + h6,
.post-body ul,
.post-body ol { margin-top:0; }
.post-body p + p { padding-top:0; }

.row-fluid .white-background { background-color:#fff !important; }
.row-fluid .white-background.bottom-arrow::before { border-top-color:#fff; }
.row-fluid .blue-background { background-color:#094360 !important; }

/* Blog Version 2 
-=-=-=-=-=-=-=-=-*/

.row-fluid .blog-banner .header-content { padding:100px 0 150px; text-align:center;  }
.postFilter {  letter-spacing:0.1em; }
.postFilter  h3 { font-size:24px; line-height:30px; color:#c91d4b; }
.postFilter ul {    list-style:none; padding:10px 0 15px; margin:0; } 
.postFilter .filter-link-count {   display:none;}
.postFilter ul li { display:inline-block; }
.postFilter ul li a {  display:block;  padding:10px; color:#073851; text-decoration:none; text-transform:uppercase; line-height:1; font-size:14px; }
.postFilter ul li a.active, .postFilter ul li a:hover { background-color:#c91d4b; color:#fff;}

.postListing  .itemWrap {  display:inline-block;   width:33.33%; vertical-align:top; margin-right:-4px; padding:15px;}
.postItem { position:relative;  width:100%; display:block; font-size:14px; }
.postItem .ListingImage { position:relative; width:100%; display:block; padding-bottom:69%; overflow:hidden; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; -o-transition: all ease 0.4s;  -ms-transition: all ease 0.4s; transition: all ease 0.4s;}
.postItem .ListingImage:before { content:''; width:100%; height:100%; background: #174859;   left:0; bottom:0;  position:absolute;   opacity:0.5;  z-index:1;  -webkit-transition: all ease 0.4s;   -moz-transition: all ease 0.4s;   -o-transition: all ease 0.4s;  -ms-transition: all ease 0.4s;  transition: all ease 0.4s;;}
.postItem:hover .ListingImage:before {  opacity:0;}
.postItem:hover { background:#f1f1f1; -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25); -o-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);-ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);}
/*.postItem .ListingImage:after { content:'';width:100%; height:100px; background: #174859; left:0; position:absolute; -webkit-transform: skewY(3deg); -moz-transform: skewY(3deg); -o-transform: skewY(3deg); -ms-transform: skewY(3deg);transform: skewY(3deg); bottom:-90px;}*/
.postItem .ListingImage a.readMore { position:absolute; padding:16px 30px 14px; border:2px solid #fff; color:#fff; left:50%;top:50%;-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);;z-index:5; border-color:#fff; opacity:0;}
.postItem:hover .ListingImage a.readMore { opacity:1;}
.postItem .ListingImage a.readMore:hover {background:#c91d4b; color:#fff; border-color:#c91d4b;}

.postItem .listingContent { text-align:left;padding:30px 25px;border: 1px solid #eaeaea; }
.postItem .listingContent a {  text-decoration:none; color:#c91d4b; }
.postItem .listingContent h5 {letter-spacing:0.025em; font-weight:600; line-height:1.3; font-size:20px;  }
.postItem .listingContent h5 a { color:#c91d4b; }
.postItem .listingAuthor {  padding:10px 0;}
.postItem .leftAligned { float:left; padding:3px 3px 3px 0;}
.postItem .rightAligned { float:right; padding:3px 0px 3px 3px;}
.postItem .postTopic {  text-transform:uppercase; padding-top:20px;}
.postItem .postTopic img{ display:inline-block; vertical-align:baseline;}


/* Blog Commments  */
#comments-listing {  border-bottom: 1px solid #ccc;  margin-bottom: 30px;  margin-top: 30px;}
.comment {  margin: 10px 0; border-top: 1px solid #ccc; padding: 15px 0;}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
/* Pagination */
.blogPagination { margin:0; padding-left:0; list-style:none; display:block;}
.blogPagination li { display:inline-block;}
.blogPagination li a { width:30px; height:30px;text-align:center; text-decoration:none; color:#c91d4b; line-height:30px; display:block;}
.blogPagination li.disabled { display:none;}
.blogPagination li.active a, .blogPagination li a:hover { background:#c91d4b; color:#fff;}
.blogPostBottom {padding:40px 0;font-size:12px;text-transform:uppercase; letter-spacing:0.05em;}
.blogPostBottom a { color:#c91d4b; text-decoration:none;}
.blogPostBottom a:hover { color:#c91d4b;}
.shareIt, .shareIt a {display:inline-block; padding:0 4px;}


/* Blog Sidebar */
.hs-blog-listing  .row-fluid .listingFull { float:left; width:100%; margin:0; }
.hs-blog-listing .blogSidebar  { display:none; }
.blogSidebar h3 {  font-size:24px;  margin:40px 0 10px;}
.blogSidebar a:not(.filter-expand-link) { text-decoration:none; color:#c91d4b;}
.blogSidebar a:not(.filter-expand-link):hover { color:#c91d4b;}
.blogSidebar ul { padding:0; list-style:none;}
.blogSidebar ul li + li {margin-top:5px;}
.blogSidebar form { position:relative;}
.blogSidebar form input[type="email"],
.blogSidebar form input[type="text"] { height:40px; }
.blogSidebar form label { display:none;}
.blogSidebar form input.hs-input { padding:0 9px; border:1px solid #d4d4d4;  padding-right:45px;}
.blogSidebar form a.hs-button, .blogSidebar form input.hs-button { position:absolute; width:40px; height:40px; border-radius:0;   font-size:16px; font-family:fontawesome,'Raleway', sans-serif; color:#fff;  background:#c91d4b;  line-height:40px; padding:0; text-align:center; top:0; right:0; cursor:pointer; min-width:0;}
.blogSidebar form a.hs-button:hover, .blogSidebar form input.hs-button:hover {background-color:#073851; opacity:1;color:#fff;}
.sidebarRss .hs-rss-item { margin-top:15px; padding-top:20px; border-top:1px solid #d4d4d4; margin-bottom:0;}
.sidebarRss .hs-rss-item .hs-rss-item-image-wrapper, .sidebarRss .hs-rss-item .hs-rss-item-text {min-width:100%; max-width:100%; padding:0;}
.sidebarRss a {display:block; }

.contactSec2 .contactForm form input[type="submit"] {  border:2px solid transparent; }
.contactSec2 .contactForm form input[type="submit"]:hover { border:2px solid #4095b0; color:#4095b0; background:transparent; }

.row-fluid .sidebarRss .hs-rss-item-image-wrapper { float:left; width:100%; margin:10px 0 0; height:200px; background-position:top; background-size:cover; background-repeat:no-repeat;  }
.row-fluid .sidebarRss .hs-rss-item-image-wrapper img { display:none; }


.row-fluid .veterans-section { float:left; width:100%; padding:100px 0;  }

.row-fluid .veterans-container > span > div:first-child { width:66.66%; background:#e33766; color:#fff; padding:80px 80px 50px 50px; font-size:24px; line-height:28px; font-weight:800; color:#fff; }
.row-fluid .veterans-container > span > div:first-child h2  { color:#fff; padding:0 0 20px; }
.row-fluid .veterans-container > span > div { float:left; width:33.33%; border:1px solid #fff;  position:relative;   background-size:cover; background-repeat:no-repeat; background-position:center;  }   

.row-fluid .veterans-box { float:left; width:100%;  text-align:center; transition:all 0.3s; }
.row-fluid .veterans-box:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%;  transition:all 0.3s; } 
.row-fluid .vertical-center { position:absolute; top:50%; left:0; width:100%; padding:50px; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;   }
.row-fluid .veterans-content { opacity:0; transition:all 0.3s; }
.row-fluid .veterans-title {  transition:all 0.3s; }
.row-fluid .veterans-title h3 { font-size:30px; line-height:40px;  }
.row-fluid .vertical-center ,
.row-fluid .veterans-container > span > div:first-child { padding:50px 30px; }


.row-fluid .lifecyles-section { float:left; width:100%; padding:60px 0 530px; text-align:center; background:#1a73a2; }
.row-fluid .lifecyles-section .sub-title.white-color { color:#c3dce9 !important; }
.row-fluid .veterans-box.hover:before  { background:#1a73a2;  }
.row-fluid .veterans-box.hover .veterans-title { opacity:0; }
.row-fluid .veterans-box.hover .veterans-content { opacity:1; }

.row-fluid .customer-lifecyles { float:left; width:100%; margin-top:-500px; padding-bottom:50px; }

.row-fluid .customer-lifecyles .list-style { margin-top:40px; }
.row-fluid .list-style-box { float:left; width:20%; padding:5px; margin:0; } 

.row-fluid .inner-header .main-header { background:#073851; position:static;  }
.row-fluid .inner-banner { float:left; width:100%; background:#349fe1;  padding:40px 0; }
.row-fluid .inner-banner h1 { color:#fff; font-size:64px; line-height:70px; font-weight:800;  }

.row-fluid .client-testimonial { float:left; width:100%; padding:90px 0 0; text-align:center; }
.row-fluid .client-container { float:none; display:inline-block; vertical-align:top; width:820px; max-width:100%; text-align:left;  }

.row-fluid .client-testimonial-container { margin-top:30px; }
.row-fluid .client-box { float: left; width: 100%; padding: 40px 0; border-top: 1px solid #b4b4b4;}
.row-fluid .client-box  h5 { font-weight:400; }
.row-fluid .client-content { font-style:italic; }

.row-fluid .case-studies-section { float:left; width:100%; padding:50px 0; text-align:center;  }
.row-fluid .case-study-image img { margin-bottom:30px; padding-bottom:40px; border-bottom:2px solid rgba(180,180,180,0.8) !important; width:100% !important; }


.row-fluid .client-container h4 a{ background: #007bb6; color: #fff;display: inline-block; vertical-align:top;  font-size: 14px; line-height: 14px;padding: 2px; border-radius: 3px; margin-top: 8px; margin-left:10px; }

.sidebar-container h3 {
  font-size: 26px;
}

/*-------------------news Blog----------------------*/
.newspost-newpage .row-fluid .sidebarRss .hs-rss-item-image-wrapper{
  margin-bottom:50px;
}
.newspost-newpage .postFilter ul li a:hover {
  background-color: #c91d4b;
  color: #fff;
}
.newspost-newpage .postFilter h3{
  font-size: 24px !important;;
  line-height: 56px !important;;
  color: #414141;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
}
.newspost-newpage .subscribe-bar form .hs_submit {
  text-align: center !important;
  margin: 0px 0 0 0;
}

h3.form-title {
  font-size:30px;
  line-height: 36px;
}


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

  .landing-form-section .inputs-list.multi-container li.hs-form-radio{
    min-width: 60px !important;
  }
}

@media (min-width:1600px){

  .row-fluid .hero-section { min-height:710px !important; }
  .row-fluid .sourcing-right > div:nth-child(2) .industry-box { margin-left:100px; }
  .postListing {   margin:0 -15px;   display:block; }

  .row-fluid .container { max-width:1400px; }
  .row-fluid .veterans-container  { padding-left:30px; padding-right:30px; }
  .row-fluid .feature-container ,
  .row-fluid .team-container,
  .row-fluid .result-container ,
  .row-fluid .veterans-container { text-align:center; }
  .row-fluid .feature-container > span,
  .row-fluid .team-container > span  ,
  .row-fluid .result-container > span { float:none; text-align:left; display:inline-block; vertical-align:top; width:1235px; max-width:100%;   }
  .row-fluid .veterans-container > span  { float:none; text-align:left; display:inline-block; vertical-align:top; width:1180px; max-width:100%;  }
  /* .row-fluid .link-box ul li { padding:0 5px; } */
  .row-fluid .link-box ul li:first-child { padding-left:0; }
  .row-fluid .testimonial-image { width:120px; }

  .row-fluid .parformance-box { float:none; display:inline-block;  width:auto; margin:0 80px; }
  .row-fluid .veterans-container > span > div:first-child { padding-right:80px; }
  .row-fluid .veterans-container > span > div { min-height:390px; }

  .row-fluid .blue-background .list-style-box ul { padding-left:10px; margin-top:20px; } 

  .row-fluid .global-section .list-style > div > div > div:nth-child(odd) { padding-right:40px; }
  .row-fluid .global-section .list-style > div > div > div:nth-child(even) { padding-right:40px; }
  .row-fluid .solve-box  { font-size:16px; }

}
/* SYSTEM PAGES */
.row-fluid .system-page-section {
  padding: 180px 0 50px;
}

@media (max-width:1240px) {
  .row-fluid .testimonial-box2 {
    padding-top:0px;
  }
}
@media (min-width: 992px) and (max-width: 1240px){
  .row-fluid .container {  width:920px; }	
  .row-fluid .feature-content h4 { font-size:22px; }
  .row-fluid .header-content { font-size:18px; }
  .row-fluid .header-content h1,
  .row-fluid .section-title h1,
  .row-fluid .section-title h2 { font-size:50px; line-height:70px; }
  .row-fluid .industry-box { margin:20px 0; }
  .row-fluid .industry-box strong { font-size:24px; line-height:30px;  }
  .row-fluid .sourcing-left { padding:50px 30px; }
  .row-fluid .sourcing-right > div:nth-child(3) .industry-box { margin-left:-50px; }
  .row-fluid .prcess-box { padding:30px 20px; }
  .row-fluid .prcess-box h3 { margin-bottom:20px; font-size:28px; line-height:40px; }	
  .row-fluid .tab-content { padding-left:10px;  }
  .row-fluid .table-title ul li > span > span, 
  .row-fluid ul.table-box li > span > span { padding:20px 15px; font-size:14px; }
  .row-fluid .postFilter { padding-left:15px; padding-right:15px; }
  .newspost-newpage .row-fluid .postFilter {
    padding:0 !important;
  }
  .newspost-newpage .postFilter h3 {
    font-size: 23px !important;;
    line-height: 40px !important;;
  }
}
@media (max-width:991px){
  body { font-size:16px; }
  .row-fluid .feature-section { padding:50px 0; }
  .row-fluid .header-content { padding:60px 0; }
  .row-fluid .feature-content h4 { font-size:22px; }
  .row-fluid .header-content { font-size:18px; }
  .row-fluid .header-content h1,
  .row-fluid .section-title h1,
  .row-fluid .inner-banner h1,
  .row-fluid .section-title h2 { font-size:50px; line-height:56px; }
  .row-fluid .industry-box { margin:20px 0; }
  .row-fluid .industry-box strong { font-size:24px; line-height:30px;  }
  .row-fluid .sourcing-left { padding:50px 30px; }
  .row-fluid .sourcing-right > div:nth-child(3) .industry-box { margin-left:-50px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:24px; line-height:30px; padding:10px 0; }
  h2,
  h3,
  .row-fluid .section-title h3 ,
  .row-fluid .section-title h4 { font-size:30px; line-height:40px; }
  .row-fluid .sub-title { font-size:16px; }
  .row-fluid .sub-title br { display:inline-block; }
  .row-fluid .service-container > span > div { width:50%; }
  .row-fluid .feature-content { padding:15px; }
  .row-fluid .feature-content strong { font-size:14px; }
  .row-fluid .feature-content h4 { font-size:14px; }
  .row-fluid .feature-image { height:200px; }
  .row-fluid .feature-content .year { font-size:16px; margin-top:30px; }
  .row-fluid .testimonial-section { padding:60px 0; }
  .row-fluid .testimonial-section .default-btn { margin-top:40px; }
  .row-fluid .testimonial-image > div { height:70px; width:70px; }
  .row-fluid .testimonial-content { font-size:16px; }
  .row-fluid .testimonial-info br { display:none; }
  .row-fluid .footer-menu ul li a { margin:3px 0; }
  .row-fluid .footer-section { text-align:center; }
  .row-fluid .footer-left,
  .row-fluid .footer-right { float:left; width:100%; margin:0; }
  .row-fluid .footer-menu ul,
  .row-fluid .footer-menu ul li { float:none !important; display:inline-block; vertical-align:top; }
  .row-fluid .footer-left { text-align:center; }
  .row-fluid .social-icon, .row-fluid .bbb-logo { float:left; text-align:center; margin:0; width:100%;   }
  .row-fluid .sourcing-left,
  .row-fluid .sourcing-right { float:left; width:100%; margin:0;  }
  .row-fluid .industry-box { margin:10px 0 !important; float:left; width:100%; }
  .row-fluid .footer-menu ,
  .row-fluid .social-icon, .row-fluid .bbb-logo { padding:10px 0; }
  .row-fluid .sourcing-left { padding:20px 15px; }
  .row-fluid .section-title h2 { font-size:30px; line-height:40px; } 
  .row-fluid .industry-section { padding:50px 0; }
  .row-fluid .industry-section .default-btn { float:left; text-align:center; margin:5px 0 !important; width:100%; } 
  .row-fluid .testimonial-section .slick-track > div:nth-child(odd) .testimonial-box { padding-right:20px; }
  .row-fluid .testimonial-section .slick-track > div:nth-child(even) .testimonial-box { padding-left:20px; }   
  .row-fluid .stories-section { padding:40px 0; }
  .row-fluid .stories-section .section-title { margin-bottom:30px; }
  .row-fluid .faq-box { padding:20px; margin:10px 0; font-size:16px;  }
  .row-fluid .help-section { font-size:16px; }
  .row-fluid .faq-box .faq-answer { margin-top:15px; padding-top:15px;  }
  .row-fluid .faq-box .faq-answer p { padding:0 0 15px; }
  .row-fluid .faq-box .faq-question { font-size:24px; line-height:30px;  }
  .row-fluid .faq-box .faq-question::after { right:0; }
  .row-fluid .result-section ,
  .row-fluid .engagement-section,
  .row-fluid .about-intro { padding:50px 0; }
  .row-fluid .team-image { height:200px; }
  .row-fluid .team-content  { padding:20px 15px; }
  .row-fluid .prcess-box { padding:30px 20px; }
  .row-fluid .prcess-box h4 { margin-bottom:20px; font-size:20px; }
  .row-fluid .why-section { padding:50px 0 60px; }
  .row-fluid .why-section br { display:none; }
  .row-fluid .tab-content { padding-left:40px;  }
  .row-fluid ul.table-box li > span > span { padding:20px 15px; font-size:14px; }
  .row-fluid .testimonial-section2 ,
  .row-fluid .think-section { padding:50px 0;  }
  .row-fluid .testimonial-content2 { font-size:24px; line-height:32px;   }
  .row-fluid .testimonial-info2 { margin-top:20px; }
  .row-fluid .outsourcing-section,
  .row-fluid .travel-section { padding:50px 0; }
  .row-fluid .tab-box { float:left; width:100%; padding:5px 0; } 
  .row-fluid .button-container .default-btn { margin:5px; }
  .row-fluid .table-title { display:none; }
  .row-fluid .table-title ul li, .row-fluid ul.table-box li { float:left; width:100%; text-align:center;  }
  .row-fluid .table-title ul li > span, .row-fluid ul.table-box li > span { height:auto !important; float:left; width:100%;  }
  .row-fluid .table-title ul li > span > span, .row-fluid ul.table-box li > span > span { float:left; width:100%; height:auto !important; position:relative; transform:inherit; -webkit-transform:inherit; -moz-transform:inherit;  }
  ul.table-box li:before { content: attr(data-label); display:block; background:#094360; padding:20px 15px; border-top:10px solid #fff; color:#fff;  }
  .row-fluid .sub-title br { display:none; }
  .row-fluid .time-section,
  .row-fluid .vender-section,
  .row-fluid .performance-section { padding:60px 0; }
  .row-fluid .parformance-no { width:160px; height:160px; }
  .row-fluid .parformance-title strong { font-size:40px; line-height:45px;  }
  .row-fluid .knowledge-section { padding:30px; }
  .row-fluid .feature-list h4 { font-size:20px; }
  /*.postItem .listingContent h5 { font-size:16px; }*/
  .postItem .listingContent { padding:20px 15px; }
  .postListing .itemWrap { width:50%;padding:10px;  }
  .row-fluid .veterans-section { padding:50px 0; }
  .row-fluid .veterans-container > span > div:first-child { width:100%; }
  .row-fluid .veterans-container > span > div { width:50%; }
  .row-fluid .list-style-box { width:33.33%; }
  .row-fluid .client-testimonial { padding:50px 0 0; }
  .row-fluid .veterans-image { display:block !important; }
  .row-fluid .veterans-container { text-align:center; }
  .row-fluid .veterans-box::before { display:none; }
  .row-fluid .vertical-center {  padding:0 !important; position:static; float:left; opacity:1 !important;  width:100%; -webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
-ms-transform: inherit;
transform: inherit;;  }
  .row-fluid .veterans-container > span > div,
  .row-fluid .veterans-container > span > div:first-child { background:#1a73a2 !important; height:auto !important; float:none; display:inline-block; vertical-align:top; width:400px; max-width:100%; }
  .row-fluid .veterans-container > span > div:first-child { background:#e33766 !important; }
  .row-fluid .veterans-box { padding:20px; }
  .row-fluid .veterans-title h3 { float:left; width:100%; padding:20px 0 10px; }
  .row-fluid .tab-title { padding-left: 30px; }
  .row-fluid .tab-title:before { left: 0px; }
  .row-fluid .tab-title:after { left: -10px; }
  .newspost-newpage .postFilter h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    margin: 10px 0; 
  }
  .postFilter ul li a {
    font-size: 12px;
  }
  .blogPostBottom {
    padding: 0px 0;
  }
  .newspost-newpage .blogSidebar h3 {
    font-size: 18px !important;
    margin: 10px 0 10px !important;
  }
  .row-fluid .sidebarRss .hs-rss-item-image-wrapper {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .row-fluid .container {  width:720px; }	
  .row-fluid .result-container > span  { margin-left:-10px; margin-right:-10px; }
  .row-fluid .result-container > span > div ,
  .row-fluid .team-container > span > div { padding:10px; }
  .row-fluid .solve-container > span > div { width:33.33%; }
  .row-fluid .testimonial_list{ width:210px !important;}
  .row-fluid .testimonial_box h4 { font-size:14px; }
  .row-fluid .veterans-container {float:left; width:100%; background:#1a73a2 ; }
  .row-fluid .veterans-container > span > div { width:49% !important; border:none; }
  .row-fluid .veterans-container > span > div:first-child  { width:100% !important; }
}
@media (min-width: 30px) and (max-width: 767px){
  .row-fluid .container { width:100%; padding:0 20px; float:left !important; }
  .row-fluid .header-content h1,
  .row-fluid .section-title h1,
  .row-fluid .inner-banner h1,
  .row-fluid .section-title h2 { font-size:40px; line-height:70px; }
  .row-fluid .hero-section { padding:0 !important; text-align:center; }
  .row-fluid .hero-section  .default-btn a { min-width:210px;  } 
  .row-fluid .main-header { padding:20px 0; }
  .row-fluid .main-logo img { max-width:200px;  }
  .row-fluid .menu_icon { position:absolute; top:20px; right:20px;  }
  .row-fluid .menu_icon a { font-size:0; }
  .row-fluid .contact-no { padding-left: 5px; padding-top: 10px; /* text-align:center; */  }
  .row-fluid .link-box { margin-top:10px; }
  .row-fluid .link-box ul  { float:left; width:100%; }
  .row-fluid .link-box ul li  { float:left !important; /* text-align:center; padding-right: 15px; width:33.33%; */  }
  .row-fluid .close-icon { top:20px; right:20px; }
  .row-fluid .close-icon ,
  .row-fluid .mainmenu { z-index:100;  }
  .row-fluid .feature-container > span > div { width:100%; margin:10px 0 !important; }
  .row-fluid .source-text { margin:15px 0; }
  .row-fluid .case-studies-cta-wrapper { margin-top: 10px; }
  .row-fluid .testimonial-info { text-align:center; }
  .row-fluid .testimonial-info h5 { margin:10px 0; }
  .row-fluid .cta-container { padding:0 !important; }
  .row-fluid .cta-strip h4 { font-size:24px; line-height:30px;  }
  .row-fluid .cta-container .default-btn { position:static; margin-top:40px; float:left; width:100%;  }
  .row-fluid .padding-top-50 { padding-top:30px; }
  .row-fluid .stories-section .feature-container > span > div ,
  .row-fluid .team-container > span > div { width:50%; margin:0 !important; padding:10px;  }
  .row-fluid .faq-box .faq-question { font-size:20px; }
  .row-fluid .result-container > span { margin:20px 0 0; text-align:center; } 
  .row-fluid .result-container > span > div  { float:none; display:inline-block; vertical-align:top; width:400px; max-width:100%; padding:10px 0;  }
  .row-fluid .team-container { text-align:center; }    
  .row-fluid .team-container > span { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%;  }
  .row-fluid .why-section { text-align:center; }
  .row-fluid .giving-section { text-align:center; }
  .row-fluid .giving-container > span { float:none; display:inline-block; width:400px; max-width:100%; margin-bottom:20px; }
  .row-fluid .video-iframe { margin-top:20px; }
  .row-fluid .solve-container > span > div { width:50%; }
  .row-fluid .outsourcing-img { margin-top:30px; float:left; width:100%; }
  .row-fluid .parformance-box { margin:20px 0; }
  .row-fluid .contact-sidebar ,
  .row-fluid .contact-section .hs_submit { text-align:center; }
  .row-fluid .testimonial_box { text-align:center; position:relative; }
  .row-fluid .landing-banner .header-content { padding:30px 0 60px; }
  .row-fluid .feature-list { float:left; width:100%; margin-top:30px; }
  .row-fluid .landing-form-section { padding:50px 0 0; }
  .row-fluid .landing-form { padding:30px 20px; }
  .row-fluid .postFilter { padding-left:15px; padding-right:15px; }
  .row-fluid .blog-banner .header-content { padding:80px 0; float:left; width:100%;   }
  .postFilter h3 { font-size:22px !important; }
  .row-fluid .blogSidebar { float:none; display:block; margin:0 auto; width:400px; max-width:100%;  }
  .row-fluid .list-style-box { width:50%; }
  .row-fluid .customer-lifecyles .list-style { margin-top:20px; }
  .row-fluid .veterans-container > span > div:first-child { font-size:16px; }
  .row-fluid .inner-banner { text-align:center; }
  .row-fluid .inner-banner h1 { padding:0; }
  .row-fluid .client-box { padding:20px 0; }
  .postItem .listingContent { min-height: auto;}
  .newspost-newpage .row-fluid .postFilter {
    padding:0 !important;
  }

}
@media (max-width:600px){
  .row-fluid .testimonial-section .slick-track > div:nth-child(odd) .testimonial-box { padding-right:0; }
  .row-fluid .testimonial-section .slick-track > div:nth-child(even) .testimonial-box { padding-left:0; }
  .row-fluid .footer-menu ul li a { border:none; }
  .row-fluid .blogSection { padding:40px 0; }
  .postListing .itemWrap  { width:100%; padding:10px 0; }
  .row-fluid .veterans-container > span > div { width:100%; }
  .row-fluid .veterans-section br { display:none; }
}
@media (max-width: 568px) {
  .row-fluid .link-box ul li:first-child a { border-right: 0px none !important; }
  .newspost-newpage .subscribe-bar input[type="submit"].hs-button.primary {
    margin-top: 20px;
  }
}

@media (max-width:500px){

  .row-fluid .service-icon { min-height:inherit; }
  .row-fluid .service-box h5 { margin:10px 0; }
  .row-fluid .service-box img { position:static;  }
  .row-fluid .service-container > span > div ,
  .row-fluid .team-container > span > div  { width:100%; padding:10px 0; }

  .row-fluid .stories-section .feature-container > span > div { width:100%; padding:10px 0; }
  .row-fluid .giving-container > span > div { margin:5px 0; }
  .row-fluid .header-content h1, .row-fluid .section-title h1, .row-fluid .section-title h2 { font-size:34px; }
  h2, h3, .row-fluid .section-title h3, .row-fluid .section-title h4 { font-size:26px !important; line-height:30px; }
  .row-fluid .tab-content  h3 { font-size:24px !important;  }

  .row-fluid .solve-container > span > div { width:100%; }
  .row-fluid .solve-box { padding:20px; }
  .row-fluid .solve-content { position:static; transform:inherit; -webkit-transform:inherit; -moz-transform:inherit; margin-top:10px; opacity:1;  }
  .row-fluid .solve-container { margin-top:25px; }

  .row-fluid .feature-list span > div  { width:100%; margin:10px 0 !important; text-align:center; }
  .row-fluid .list-style-box { width:100%; padding:10px 0; }

  .row-fluid .header-content h1,
  .row-fluid .section-title h1,
  .row-fluid .inner-banner h1,
  .row-fluid .section-title h2  { font-size:28px !important; line-height:34px !important;  }

}

@media (min-width: 768px){

  .row-fluid .sourcing-left .default-btn { float:none; display:inline-block; vertical-align:top; margin:0; width:auto;  }
  .row-fluid .main-header.fixed { background-color:#073851; padding:30px 33px 12px;  }
  .row-fluid .main-header { position:fixed; top:0; left:0; width:100%; }  
  .row-fluid .top-links { text-align:left; padding-left:25px; margin-left:25px !important; border-left:1px solid #e8e8e8; }
  .row-fluid .link-box { margin-top:6px; }
  .row-fluid .link-box ul li:first-child a { padding-left:0; }

  .row-fluid .main-header .container { max-width:100%; }   
  .row-fluid .header-right { text-align:right; }
  .row-fluid .menu_icon,
  .row-fluid .top-links { float:none; display:inline-block; vertical-align:middle; margin:0; width:auto;  } 

  .row-fluid .testimonial-image, 
  .row-fluid .testimonial-text { float:none; display:inline-block; vertical-align:middle; margin:0;  } 
  .row-fluid a.linkdin-link { float:right; }

  .row-fluid .contact-sidebar { padding-left:40px; }

  .row-fluid .testimonial_content { position: absolute; left: 50%; top: 0; transform:-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);  transform: translateX(-50%);; width: 290px;  }
  .row-fluid .testimonial_box.active .testimonial_content { visibility:visible; opacity:1; z-index:1;  }
  .row-fluid .testimonial_list { width:240px; }
  .row-fluid .testimonial_list:nth-child(1) { float:left; }
  .row-fluid .testimonial_list:nth-child(2) { float:right; }
  .row-fluid .testimonial_list > span > div:last-child .testimonial_box { margin-bottom:0;  }
  .row-fluid .testimonial_list:first-child > span > div:first-child .testimonial_box {  border-radius:10px 0 0 0; }
  .row-fluid .testimonial_list:first-child > span > div:last-child .testimonial_box {  border-radius:0px 0px 0  10px; }
  .row-fluid .testimonial-list:last-child > span > div:first-child .testimonial_box {  border-radius:0 10px 0 0 ; }
  .row-fluid .testimonial-list:last-child > span > div:last-child .testimonial_box {   border-radius:0 0 10px 0 ; }
  .row-fluid .testimonial-list:last-child > span > div:first-child .testimonial-box {  border-radius: 0 10px 0 0; }
  .row-fluid .testimonial_text { height:300px; width:100%; float:left; position:relative; overflow:hidden;  }

  .row-fluid .testimonial_box:hover,
  .row-fluid .testimonial_box.active { background:#c91d4b; border-color:#c91d4b;  }
  .row-fluid .testimonial_box.active { cursor:unset; }
  .row-fluid .testimonial_box:hover h4,
  .row-fluid .testimonial_box.active h4 { color:#fff; }

  .row-fluid .landing-form { margin-top: -150px; } 
  .row-fluid .solve-outerbox { float:none; display:table; width:100%; }
  .row-fluid .tabs-menu { padding-right:10px; }
  .row-fluid .faq-box .faq-question { padding-right:20px; }

  .row-fluid .footer-left .footer-logo { border-right: 1px solid #ccc !important; margin-right: 40px; }
}
.row-fluid .inner-banner {
  padding: 170px 0px 40px;
}
@media (max-width:767px ){
  .row-fluid .inner-banner {
    padding: 40px 0px;
  }
  .row-fluid .sidebarRss .hs-rss-item-image-wrapper {
    height: 200px;
  }

}
@media(max-width:374px){
  .survey-result ul li img {
    width: 40px;
  }
  .survey-result ul li{
    padding-right: 15px !important;
  }
}
/**** add subscribe bar to blog listing page ****/
.subscribe-bar-wrap {
  color: #414141;
  padding: 50px 0 0px 0;
  margin: 0 auto 0 !important;
  float: none !important;
  max-width: 1180px;
  text-align: center;
}
.subscribe-bar-wrap p {
  width: 60%;
  margin: 0 auto;
  color: #414141;
  font: 300 28px/34px 'Open Sans',sans-serif;
}
.subscribe-bar-wrap .subscribe-body {
  font: 700 24px/48px 'Open Sans',sans-serif;
  font-style: italic;
  margin-top: 0;
}
.subscribe-bar form label {
  display:none;
}
.subscribe-bar form {
  width: 100%;
  max-width: 570px;    
  float: none;
  margin: 0px auto;
}
.subscribe-bar form .hs_email,
.subscribe-bar form .hs_submit {
  display: inline-block;
}
.subscribe-bar form .hs_email {
  float:left;
}
.subscribe-bar form .hs_submit {
  float:right;
}
.subscribe-bar input[type="email"] {
  font: 300 20px 'Open Sans',sans-serif !important;
  display: inline-block !important;
  width: 370px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 25px;
  border: 1px solid #414141 !important;
  height: 50px !important;
}
@media (max-width:410px) {
  .subscribe-bar input[type="email"]{
    width:100% !important;
  }
}
.subscribe-bar form .hs_submit {
  text-align: center !important;
  margin: -40px 0 0 0;
}
.subscribe-bar input[type=submit].hs-button.primary {
  -webkit-appearance:none;
  background: #e33766;
  display: inline-block;
  vertical-align: top;
  min-width: 170px;
  padding: 10px 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border-radius: 5px;
  line-height: 30px;
}
.subscribe-bar input[type=submit].hs-button.primary:hover {
  background: #c91d4b;
}
.subscribe-bar ul.hs-error-msgs {
  display:none !important;
}
.subscribe-bar .hs-input.error {
  border-color: #e33766 !important;
}
@media (max-width:767px) {
  .hs-form .hs-form-field {
    /*     padding: 0px; */
  }
  .subscribe-bar form .hs_email,
  .subscribe-bar form .hs_submit {
    float:none;
  }

}





/*------------------------------------------- four column galler section 18-6-2019 -------------------------------------------*/

.gallery-section {
  background-color: #f1f1f1;
  padding: 70px 0;
}
.gallery-text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto !important;
  float: none !important;
}
.body-container-wrapper .gallery-section .row-fluid .container {
  max-width: 1430px !important;
  width: 100% !important;
  padding: 0 15px;
}
.gallery-block-container {
  margin: 40px 0 0;
}
.intro-text {
  margin-bottom: 40px; 
}
figure.team-shutter-in-out-diag-2 {
  background-color: #fff;
}
.gallery-block-container .span3 {
  width: 20%;
}
.box {
  position:relative;
  vertical-align: middle;
  display: inline-block;
  transition: 15s;
  -webkit-transition:0.5s !important;
}
.team-shutter-in-out-diag-2  {
  display:table;
  height:100%;
}
figcaption.show-on-hover.box.foo{
  display:table-cell;
  height:100%;
}
.show-on-hover.box.foo > div {
  height: 100%;
  vertical-align: middle;
  padding:0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
span.title-sec {
  color: #15283E;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 40px 57px;
  background-color: white;
  position:relative;
}
figcaption.show-on-hover:hover, .show-on-hover:focus, .show-on-hover:active {
  background-color: #094360 !important;
  z-index:99999;
  opacity: 1;
}
figcaption:hover {
  background-color: #15283E !important;
  z-index:99999;
}
figcaption:focus {
  background-color: #15283E !important;
  z-index:99999;
}
figcaption.show-on-hover:focus {
  background-color: #15283E !important;
  z-index:99999;
}
figcaption.show-on-hover {
  text-align:center;
}
figcaption.show-on-hover h2{
  font-size: 16px;
  line-height: 24px;
  position:relative;
  color:white !important;
}
figcaption.show-on-hover .cta_button, .btn-popup {
  text-transform: uppercase;
  padding: 6px 20px !important;
  font-size: 12px !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  margin-top: 5% !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  line-height: normal;
}
figcaption.show-on-hover .cta_button:hover, .btn-popup:hover {
  color: #fff !important;
  border: 1px solid #c8234c !important;
  background-color: #c8234c !important;
}
figcaption.show-on-hover p{
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.member-wrapper {
  margin:0 0 25px 0;
}
.member-wrapper .member-detail {
  text-align:center;
}
.member-detail h3 {
  margin: 15px 0px 0 0;
}
.member-detail p {
  margin-top: 0 !important;
  font-weight: 300;
}
.member-wrapper:nth-child(4n+1) {
  margin-left: 0 !important;
}
[class^='team-'], [class*=' team-'] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background: transparent;
  color: #ffffff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; 
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
} 
[class^='team-'] > img, [class*=' team-'] > img {
  vertical-align: top;
  width: 100%;
  height: 287px;
  object-fit: cover;
} 
[class^='team-'] figcaption, [class*=' team-'] figcaption {
  background: transparent;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
[class^='team-'], [class*=' team-'], [class^='team-']:before,
[class^='team-']:after, [class*=' team-']:before, [class*=' team-']:after,
[class^='team-'] *, [class*=' team-'] *, [class^='team-'] *:before,
[class^='team-'] *:after, [class*=' team-'] *:before, [class*=' team-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.team-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.team-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
.team-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
} 
.team-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
[class^='team-shutter-in-']:after,
[class^='team-shutter-in-']:before,
[class*=' team-shutter-in-']:after,
[class*=' team-shutter-in-']:before {
  background-color:#15283E;
}
.team-shutter-orange:after,
.team-shutter-orange:before,
.team-shutter-orange:after,
.team-shutter-orange:before {
  background-color:#15283E;
}
[class^='team-shutter-in-']:after, [class*=' team-shutter-in-']:after {
  top: 0;
  left: 0;
}
[class^='team-shutter-in-']:before, [class*=' team-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
[class^='team-shutter-in-'] figcaption, [class*=' team-shutter-in-'] figcaption {
  opacity: 0;
  z-index: 1;
}
[class^='team-shutter-in-']:hover figcaption, [class*=' team-shutter-in-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.team-shutter-in-out-diag-2:after, .team-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.team-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  -moz-transform: skew(45deg) translateX(-100%);
  -ms-transform: skew(45deg) translateX(-100%);
  -o-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.team-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  -moz-transform: skew(45deg) translateX(100%);
  -ms-transform: skew(45deg) translateX(100%);
  -o-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}
.team-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.team-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  -moz-transform: skew(45deg) translateX(0%);
  -ms-transform: skew(45deg) translateX(0%);
  -o-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.blue-box-padding {
  padding: 61px 29px;
}
.blue-box-padding .cta_button:hover {
  border:1px solid transparent !important;
}
a#cta_button_4669371_27619a99-1224-4cbb-b240-975c38457262:hover{
  border:1px solid transparent !important;
}
.video-popup {
  display: none !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.video-popup.active {
  display: block !important;
}
.video-popup:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.video-popup-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1042;
  height: 100vh;
  display: table;
  max-width: 1100px;
}
.video-popup .container {
  position: relative;
  z-index: 1042;
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}
.popup-close-icon {
  background-color: #fff !important;
  line-height: 30px;
  max-height: 30px;
  max-width: 30px;
  opacity: .6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 44px;
  height: 44px;
  /*position: absolute;*/
  right: 15px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-family: Arial,Baskerville,monospace;
  touch-action: manipulation;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ff5c06 !important;
  font-size: 30px;
  top: 40px;
  float: right;
  margin-bottom: 20px;
}
.popup-close-icon:hover, .popup-close-icon:focus {
  opacity: 1;
}
body.popup-open {
  overflow: hidden;
}
.gallery-block-container .nohover.span3 {
  width: 25%;
}
.nohover .team-img-container {
  cursor: pointer;
}
.gallery-block-container .nohover .btn-popup1 {
  display: none;
}

.newspost-newpage .blogSidebar form input.hs-button{
  border: none;
  font-size: 0;
  z-index: 9;
  background: transparent;
}
.blog-email .hs-submit .actions{
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  font-family: fontawesome,'Raleway',sans-serif;
  color: #fff;
  background: #c91d4b;
  line-height: 40px;
  padding: 0;
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  min-width: 0;
  overflow: hidden;
}
.blog-email .hs-submit .actions:after {
  content: '\f061 ';
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 14px 0 14px;
}

/*------------31/07/2019--------------*/
/* .team-box-inner-container {
float: none;
text-align: left;
display: inline-block;
vertical-align: top;
max-width: 1235px;
width: 100%;
}
.team-box-inner-container .team-box-list {
float: left;
width: 33.33%;
padding: 15px;
transform: none;
} 
.team-box-inner-container, .team-section-v2 [class^='team-'], .team-section-v2 [class*=' team-'] {
transform: none;
}
.team-box-inner-container .container {
padding: 0 15px;  
}
.team-box-inner-container .team-image {
cursor: pointer;
} */

/*--------------------------------- video popup module style ------------------*/

.veteran-video-box .btn-popup {
  font-size: 90px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 90px;
}
.veteran-video-box .btn-popup:hover {
  background-color: transparent !important;
}
.row-fluid .veterans-box.veteran-video-box:before {
  background: rgba(0, 0, 0, 0.3);
}
.row-fluid .veterans-box.veteran-video-box.hover:before {
  background: rgba(26, 115, 162, 0.89);
}
.veteran-video-box .veterans-content p {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0 0;
}
.video-popup-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.video-popup-container .mfp-close {
  opacity: 0.8 !important;
  background: #fff !important;
  border-radius: 0px !important;
  right: 20px;
}
.video-popup-container .mfp-close:hover {
  opacity: 1 !important;
}

.blogSidebar .hs-menu-item a:not(.filter-expand-link){
  padding:10px !important;
}
.postFilter h3{
  color: #414141;
}
.blogSidebar a:not(.filter-expand-link):hover{
  color: #fff;
}


/* -------------------------Sentiment Survey LP ---------------------- */

.survey-lp .row-fluid .landing-form-section {
  text-align: left;
}
.survey-lp .row-fluid .landing-form {
  width: 100%;
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.survey-lp .row-fluid .landing-form form .actions {
  text-align: center;
}

.survey-lp .row-fluid .landing-form .inputs-list input[type="radio"] + span::before{
  left: 0px;
  top: 5px;
  cursor: pointer;
}
.survey-lp .row-fluid .landing-form .inputs-list input[type="radio"]:checked + span::after {
  left: 4px;
  top: 9px;
  background: rgb(7, 56, 81);
  cursor: pointer;
}
.survey-lp .row-fluid .landing-form .inputs-list li.hs-form-radio {
  padding-left: 30px;
}
.survey-lp .landing-form .submitted-message {
  overflow: visible;
  text-align: center;
}
.survey-lp .row-fluid .landing-form .hs-form fieldset.form-columns-2 .field:first-child{
  padding-bottom: 15px;
}
.survey-lp .row-fluid .landing-form .hs-form .hs-form-field {
  padding-bottom: 15px;
}
.survey-lp .row-fluid .landing-form label.hs-error-msg {
  color: red;
  font-size: 15px;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio{
  min-height:60px;
  display: inline-block;
  min-width: 70px;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio input[type="radio"]:checked+span:after{
  display:none;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio input[type="radio"]+span{
  font-size:0;
  line-height:0;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio input[type="radio"]+span:before{
  content: "";
  width: 50px;
  height: 50px;
  opacity: 0.5;
  top:0;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio:first-child input[type="radio"]+span:before{
  background: url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/August%202019%20/Yes.svg) center center no-repeat;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio:nth-child(2) input[type="radio"]+span:before{
  background: url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/August%202019%20/Sometimes.svg) center center no-repeat;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio:nth-child(3) input[type="radio"]+span:before{
  background: url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/August%202019%20/Not%20really.svg) center center no-repeat;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio:nth-child(4) input[type="radio"]+span:before{
  background: url(https://2829267.fs1.hubspotusercontent-na1.net/hubfs/2829267/August%202019%20/No.svg) center center no-repeat;
}
.landing-form-section .inputs-list.multi-container li.hs-form-radio input[type="radio"]:checked+span:before{
  opacity:1;
}

.survey-result ul { 
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.survey-result ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.survey-result ul li span {
  display: block;
  text-align:center;
}

@media (max-width: 1240px) {
  span.title-sec {
    padding: 40px 40px;
  }
}

@media (max-width: 1199px) {
  span.title-sec {
    padding: 30px 30px;
    font-size: 16px;
  }
  figcaption.show-on-hover h2 {
    font-size: 14px;
    line-height: 20px;
  }
  figcaption.show-on-hover p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .newspost-newpage .row-fluid .sidebarRss .hs-rss-item-image-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .gallery-block-container > .hs_cos_wrapper_widget_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gallery-block-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    width: 33.33%;
  }
  .gallery-block-container .span3 {
    width: 100%;
  }
  .gallery-block-container .nohover.span3 {
    width: 100%;
  }
  /*--------------------------------- video popup module style ------------------*/

  .veteran-video-box .btn-popup {
    font-size: 90px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 90px;
  }
  .veteran-video-box .veterans-title {
    display: none;
  }
  .veteran-video-box .veterans-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .row-fluid .veterans-box.veteran-video-box:before {
    display: block;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .row-fluid .veterans-box.veteran-video-box {
    /*     padding: 0px;
    margin: 0 0 20px; */
    position: relative;
  }
  .row-fluid .veterans-box.veteran-video-box.hover:before {
    background: rgba(0,0,0,0.5);;
  }
  .veteran-video-box .veterans-image {
    height: 100%;
  }
  .veteran-video-box .veterans-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .gallery-block-container > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    width: 100%;
    max-width: 400px;
  }
  figcaption.show-on-hover h2 {
    font-size: 16px !important;
  }
  .popup-close-icon {
    top: 20px;
  }
  /*-----------31/07/2019------------*/
  /*   .team-box-inner-container .team-box-list {
  width: 50%;
  margin: 0 !important;
  padding: 10px;
} 
  .team-box-inner-container {
  max-width: 600px;
}
  .team-box-inner-container .popup-close-icon {
  margin-bottom: 10px;
} */
}

@media (max-width: 500px) { 
  /*   .team-box-inner-container .team-box-list {
  width: 100%;
  padding: 10px 0;
}  */
  /*--------------------------------- video popup module style ------------------*/
  .veteran-video-box .btn-popup {
    font-size: 64px !important;
    line-height: 64px;
  }
  .veteran-video-box .veterans-content p {
    padding: 0px 0 0;
  }
  .row-fluid .sidebarRss .hs-rss-item-image-wrapper {
    height: 180px;
  }
}


@media (min-width: 787px) {
  .slide-videos .span6:first-child {
    padding-right: 1em;
  }

  .slide-videos .span6:nth-child(2) {
    padding-right: 1em;
  }
}

.slide-video__title  {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1em;
}

@media screen and (min-width: 787px) {
  .pull-over--top {
    margin-top: -6em; 
  }
}

.testimonials {
  background-color: rgb(248, 248, 248);
  padding: 3em;
}

.cta-bar {
  background-color: #073851;
}

.bg-image-select-container {
  background-size: cover;
}

.row-fluid .header-content h1 {
  line-height: 75px;
}

.calculator .header-content h1 {
  font-size: 50px;
  max-width: 70%;
}



  
  /* ---------2021 Updates-------------*/
 .row-fluid .industry-section {
   background-color:#c0c0c0;
}
.testimonial-border { 

  border-top: 3px solid #c0c0c0;
    content: "";
       display: block;
    margin-bottom: 60px;
  width:50%;
}

@media screen and (max-width: 880px) {
  .testimonials-box-2021{
    padding-bottom:50px;
  }
}

/*-----------2025 Video Iframe Updates -----------*/
.fancybox-overlay .fancybox-inner {
  position: relative;
  padding-bottom: 56%;
}

.fancybox-overlay .fancybox-inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
}