.hide-mobile{
  display:none !important;}
.magnet-hero {
  height: 600px !important;}
/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/

/* ----- Structure & Design ----- */








/* ----- Base Colors ----- */
















/* ----- Drop-Down Menu ----- */







/* ----- Mobile Menu ----- */ 






/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/

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






/** 
* 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; !important; font-size:16px; font-weight:700; line-height:28px; color:#222222; background:#FFFFFF; overflow-x:hidden }

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

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto; }

.clear { clear:both }

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

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #062d70; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#062d70; }

blockquote { border-left:4px solid #062d70; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#333333; font-size:40px; margin:0; padding:15px 0 25px; line-height:48px; font-weight:700; clear:both;  text-transform: uppercase; }
h2 { font-weight:700; color:#333333; font-size:36px; line-height:44px; margin:0; padding:0 0 0px; clear:both; }
h3 { font-weight:700; color:#333333; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#333333; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#333333; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#333333; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }


.title-text h2 { font-weight: 700; letter-spacing:1px; padding:0 0 ; }
.sub-text { margin:0 auto !important; padding:0 0 20px; max-width:900px; width:100% !important; font-size: 16px; line-height: 24px; float:none !important; }

.title-text1 h2 { font-weight: 700; letter-spacing:1px; padding:0 0 10px; color:#FFFFFF; }
.sub-text1 { padding:0 0 20px; font-size: 16px; line-height: 24px; }

.title-withbg { background:#062d70; padding:100px 0; text-align:center; color:#333333; }
.title-withbg h2 { font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding:0; color:#333333; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#062d70; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
a:hover { color:#062d70; }

/*Button Link Option*/


.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; border:1px solid #062d70; color:#333333; margin:5px 0 0; font-size:17px; line-height:24px; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:#062d70; color:#FFFFFF; -webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; background-color:#062d70; border:1px solid #062d70; color:#FFFFFF; border-radius:4px; margin:5px 0 0; font-size:17px; line-height:24px; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:transparent; color:#062d70;  -webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
-ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);;  }

input , form 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:36px; padding:0 20px !important; font-family: 'Work Sans', sans-serif; font-size:16px; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius: 0px }
textarea { padding:15px 20px !important; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
input[type=submit] , form button, .hs-button { height:auto; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top; background-color:#062d70; border:1px solid #062d70; font-size:18px; line-height:24px; font-weight:400; padding:10px 25px !important; color:#062d70; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#fa8e00 !important; color:#fff; border: 1px #fa8e00 !important;}


/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right:20px; bottom:0; color:#FFFFFF; font-size:20px; width: 50px !important; height: 50px; text-align: center; line-height: 50px; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s; opacity:0; z-index:9999; }
.back-to-top.show { opacity:1; bottom:20px; }
.back-to-top:hover { background:#062d70; color:#FFFFFF; }

/* Corners Option */



.row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, ul.slick-dots li button, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .hs-button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:3px; }




ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { padding:0; display:inline-block; border:1px solid #062d70; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#062d70;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#FFFFFF; background:#062d70;; 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:#062d70; color:#FFFFFF;  }
.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.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding-bottom:20px !important; }
.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 10px 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.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
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:#062d70; color:#FFFFFF; border-color:#062d70; }
.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:#062d70; background:#062d70;  border-radius:100%; }


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

}

/*::-webkit-input-placeholder {
color:#222222;
}
::-moz-placeholder {
color:#222222;
}
:-ms-input-placeholder {
color:#222222;
}
:-moz-placeholder {
color:#222222;
}


::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
background-color: #062d70;	
background-image: 
-webkit-linear-gradient(45deg,
rgba(255, 255, 255, .5) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .5) 50%,
rgba(255, 255, 255, .5) 75%,
transparent 75%,
transparent)
}
*/

.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.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; }

/*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 { color:#FFFFFF; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .background-color { background-color:#f3f3f3; }
.row-fluid .background-white { background-color:#FFFFFF; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }


/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -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;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

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


/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index:8030; }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#062d70; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: auto; height: auto; font-size:36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:transparent; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { color:#062d70; opacity:0.8; }

.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.7); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {  background-image: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

/* overlay Section */
.row-fluid .overlay { position:relative; }
.row-fluid .overlay:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.85; }
.row-fluid .overlay > div { position:relative; }


.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

.row-fluid .bgimg-main1 { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bgimg-main1 img { display:none; }


.row-fluid .wrapper { margin:0 auto !important; max-width:1170px; width:100%; float:none !important;  } 

.row-fluid .content-section { padding-top:70pxpx; padding-bottom:70pxpx; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }

.row-fluid .breadcrumb-link ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .breadcrumb-link ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .breadcrumb-link ul li a { padding:0 0 0; color:#FFFFFF; }
.row-fluid .breadcrumb-link ul li a:after { content:''; margin:0 7px; width:6px; height:1px; display:inline-block; background-color:#FFFFFF; vertical-align:middle; }
.row-fluid .breadcrumb-link ul li a:hover { color:#062d70; }
.row-fluid .breadcrumb-link ul li:last-child a:after { display:none; }

/* top */
.row-fluid .logo img { max-width:100%; }
.row-fluid .top { padding:20px 0 50px; position:absolute; top:0; left:0; width:100%; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;; }
.row-fluid .top:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0;  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 43%, rgba(0,0,0,0.91) 51%, rgba(0,0,0,0.83) 55%, rgba(0,0,0,0.15) 89%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,0.91) 51%,rgba(0,0,0,0.83) 55%,rgba(0,0,0,0.15) 89%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 43%,rgba(0,0,0,0.91) 51%,rgba(0,0,0,0.83) 55%,rgba(0,0,0,0.15) 89%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); z-index:1; opacity:0.9; }
.row-fluid .top > div { position:relative; z-index:2; }

/*menu*/
.row-fluid .mainmenu { float:right; width:auto; margin:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#062d70; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { padding-right:0; } 

/* header */
.row-fluid .hero-section { position:relative; }
.row-fluid .hero-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.60; }
.row-fluid .hero-text { font-size:16px; position:absolute; top:50%; left:0; width:100%; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; }
.row-fluid .hero-text h1 { font-size:60px; line-height:66px; text-transform:none; padding:15px 0 20px; color:#FFFFFF; }
.row-fluid .hero-content { padding-bottom:30px; font-size:1.25rem; line-height:1.75rem; font-weight:300; }
.row-fluid a.hero-style { background-color:#FFFFFF; font-weight:500; color:#062d70; border-color:#FFFFFF; }
.row-fluid a.hero-style:hover { border-color:#062d70; }
.row-fluid a.hero-style:after { content:"\f105"; display:inline-block; font-family:'FontAwesome'; vertical-align:middle; margin-left:12px; }

/* cta-strip */
.row-fluid .cta-strip { margin:0 auto !important; max-width:810px; width:100%; display:block; float:none; padding:20px 15px; position:relative; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-transform: translateY(-65px);
-moz-transform: translateY(-65px);
-o-transform: translateY(-65px);
-ms-transform: translateY(-65px);
transform: translateY(-65px);; }
.row-fluid .cta-strip h4  { padding:0; font-size:22px; line-height:28px; color:#FFFFFF; font-weight:400; letter-spacing:1px; }
.row-fluid .ctastrip-box { margin:0 5px; width:auto; display:inline-block; vertical-align:middle; float:none; }

/* cta-strip-new */
.row-fluid .cta-strip-new { margin:0 auto !important; max-width:810px; width:100%; display:block; float:none; padding:20px 15px; position:relative; background-color:#fff; -webkit-transform: translateY(-65px);
-moz-transform: translateY(-65px);
-o-transform: translateY(-65px);
-ms-transform: translateY(-65px);
transform: translateY(-65px);;border: 2px solid #333; }
.row-fluid .cta-strip-new h4  { padding:0; font-size:22px; line-height:28px; color:#333; font-weight:400; letter-spacing:1px; }


/* service section */
.row-fluid .service-section { padding:0 0 10px; }
.row-fluid .service-section1 { padding-top:25px; }
.row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .service-boxs { -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .service-img { height:240px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .service-text { padding:20px 0 0; font-size:16px; line-height:22px; }
.row-fluid .service-text h4 { font-size:20px; line-height:26px; }
.row-fluid .service-text a { margin-top:12px; display:block; }
.row-fluid .service-boxs:hover { -webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); }

/* industries-section */
.row-fluid .industries-section { padding:70px 0; }
.row-fluid .industries-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .industries-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .industries-box { -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; background-color:#FFFFFF; }
.row-fluid .industries-box a { color:#222222; }
.row-fluid .industries-icon img { max-width:60px; }
.row-fluid .industries-inner { padding:30px 20px 25px; line-height:22px; }
.row-fluid .industries-inner h4 { padding:15px 0 5px; font-size:20px; line-height:26px; }
.row-fluid .industries-box:hover { -webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
box-shadow: 0 0 10px rgba(0,0,0,0.2);; }

/* testimonial-section */
.row-fluid .testimonial-section { padding:75px 0; }
.row-fluid .testimonial-section1 { padding-top:15px; }
.row-fluid .testimonial-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .testimonial-section1 .hs_cos_wrapper_widget { display:inline-block; }
.row-fluid .testimonials-box { margin:40px 0 50px; padding:0 15px; position:relative; }
.row-fluid .testimonials-box:before { content:''; width:80px; height:81px; background-image:url('https://www.manufacturingsuccess.org/hubfs/Magnet%20Only%20-%20Gear%20-%20HEX.png'); background-color:#FFFFFF; position:absolute; top:-40px; left:50px; background-repeat:no-repeat; background-position:center; background-size:70px; }
.row-fluid .testimonials-boxinner { border:1px solid #e6e6e6; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.row-fluid .testimonials-inner { padding:45px 25px 60px; }
.row-fluid .testimonials-detailsbox { padding:8px 8px 8px 70px; max-width:300px; position:absolute; bottom:-30px; right:45px; background-color:#FFFFFF; border:1px solid #e6e6e6; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.row-fluid .testimonials-details h5 { padding:0; font-size:16px; line-height:22px; }
.row-fluid .testimonials-img { width:55px; height:55px; overflow:hidden; position:absolute; top:8px; left:8px; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background-size:cover; background-position:center center; background-repeat:no-repeat; }

/* counter section */
.row-fluid .counter-section { padding:80px 0; position:relative; }
.row-fluid .counter-box { margin:0; padding-left:57px; width:25%; float:left; color:#FFFFFF; font-size:0.9rem; position:relative; }
.row-fluid .counter-img { margin:0; width:auto; position:absolute; top:50%; left:0; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; }
.row-fluid .counter-text { margin:0; width:100%; display:inline-block; vertical-align:middle; float:none; }
.row-fluid .counter-img img { max-width:55px; }
.row-fluid .counter-text { padding-left:15px; }
.row-fluid .counter-number { font-size:41px; line-height:47px; font-weight:700; font-family: 'Poppins', sans-serif; }
.row-fluid .counter-box:last-child .counter-number:after { font-size:30px; display:inline-block; font-family:'FontAwesome'; vertical-align:middle; }

/* recent section */
.row-fluid .recent-section { padding:70px 0 55px; }
.row-fluid .recent-section1 { margin:30px -15px 0; display:block; }
.row-fluid .recent-box { padding:0 15px; width:33.33%; float:left; }
.row-fluid .recent-image { height:270px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .recent-date { padding:11px; max-width:220px; width:100%; font-size:16px; color:#FFFFFF; display:inline-block; position:absolute; bottom:-27px; left:30px; text-align:center; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; background-color:rgba(10,36,82,0.99); }
.row-fluid .recent-date:before { content:''; margin-right:10px; width:21px; height:20px; background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/recent-watche.png'); display:inline-block; vertical-align:middle; }

.row-fluid .recent-text { padding:50px 0 20px; font-size:14px; line-height:22px; font-weight:500; }
.row-fluid .recent-title { font-size:18px; line-height:22px; font-weight:700; font-family: 'Poppins', sans-serif; }
.row-fluid .recent-content { padding:10px 0; }
.row-fluid .recent-title a { color:#333333; }
.row-fluid .recent-title a:hover { color:#062d70; }

/* request section */
.row-fluid .request-left , .row-fluid .request-right { width:50%; margin:0; position:relative; } 
.row-fluid .request-text { padding-top:100px; padding-right:10px; color:#FFFFFF; }
.row-fluid .request-text h1 { padding:0; text-transform:none; font-size:36px; line-height:42px; color:#FFFFFF; }
.row-fluid .request-form { padding:70px 0 75px 130px; } 
.row-fluid .request-form .hs-form-field label span + span { display:none; }
.row-fluid .request-text ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .request-text ul li { margin:0; padding:10px 0 10px 50px; display:block; position:relative; } 
.row-fluid .request-text ul li a { color:#FFFFFF; }
.row-fluid .request-text ul li a:hover { opacity:0.7; }
.row-fluid .request-text ul li:after { content:""; position:absolute; top:12px; left:0; width:33px; height:30px; background-image:url('https://www.manufacturingsuccess.org/hubfs/08_Direction-512%20%281%29.png'); background-repeat:no-repeat; }
.row-fluid .request-text ul li:nth-child(2):after { content:""; background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/icon2.png'); }
.row-fluid .request-text ul li:nth-child(3):after { content:""; background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/icon3.png'); }

/* trusted-section */
.row-fluid .trusted-section { padding:75px 0 62px; }
.row-fluid .trusted-section1 { padding-top:30px; }
.row-fluid .trusted-box { padding:0 15px; }
.row-fluid .trusted-inner { padding:15px 30px; border:1px solid #333333 !important; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; text-align:center; }
.row-fluid .trusted-inner img { max-height:50px; max-width:140px; }  



/* home page 2 */
.row-fluid .home-video { width:100%; height:100%; position: fixed; top: 0; left: 0; z-index: -1; }
.row-fluid .home-video img { width:100% !important; }
.row-fluid .home-video video { width: auto; height: auto; min-width: 100%; min-height: 100%; object-fit:cover; } 

/* hero section */
.row-fluid .hero2-text { margin:0 auto !important; max-width:750px; width:100%; float:none; }

/* video section */
.row-fluid .video-section { padding:80px 0; }
.row-fluid .video-text { padding:40px 0; font-size:16px; line-height:26px; }
.row-fluid .video-text h4 { font-size:18px; line-height:24px; }
.row-fluid .video-text blockquote { font-size:17px; line-height:28px; font-weight:600; padding:0 20px; }

.row-fluid .video-left { height:330px; position:relative; }
.row-fluid .video-left:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.8; }
/*.row-fluid .video-left:after { content:''; background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hub/2668666/hubfs/Hamster_2017/Image/Video-Bg.jpg'); position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover; }*/
.row-fluid .video-play a { font-size:30px; width: 60px; height: 61px; line-height: 60px; border: 1px solid #FFFFFF; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; color:#FFFFFF; text-align:center; z-index:55 }
.row-fluid .video-code { display:none; }
.video-code iframe { width:600px; height:340px; border:7px solid rgba(255,255,255,0.9); -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;; }
.row-fluid .video-play a:hover { color:#062d70; border-color:#062d70; background-color:#FFFFFF; }

/* service2 page */
.row-fluid .industriesH2-section1 { padding-top:30px; }
.row-fluid .industriesH2-section1 .hs_cos_wrapper_widget { padding:65px 15px 15px; }
.row-fluid .industriesH2-section1 .hs_cos_wrapper_widget a { color:#222222; }
.row-fluid .service-box { border:1px solid rgba(0,0,0,0.2); -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.row-fluid .service-inner { padding:85px 15px 30px; line-height:22px; position:relative; }
.row-fluid .service-inner h4 { font-size:20px; line-height:24px; }
.row-fluid .service-icon { width:90px; height:90px; line-height:68px; position:absolute; top:-46px; left:50%; text-align:center; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; text-align:center; display:inline-block; -webkit-transform: translateX(-50%) rotate(-45deg);
-moz-transform: translateX(-50%) rotate(-45deg);
-o-transform: translateX(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) rotate(-45deg);
transform: translateX(-50%) rotate(-45deg);; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .service-box:hover .service-icon { margin-top:-5px; -webkit-box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
-o-box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
-ms-box-shadow: 1px 3px 10px rgba(0,0,0,0.5);
box-shadow: 1px 3px 10px rgba(0,0,0,0.5);; }
.row-fluid .service-icon img { width:100%; max-width:60px; position:absolute; top:50%; left:50%;  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
-moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
-o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
-ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
transform: translateY(-50%) translateX(-50%) rotate(45deg);; }

/* team section */
.row-fluid .team-section { padding:60px 0 80px; }
.row-fluid .team-img { margin:0 auto; width:250px; height:250px; display:block; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; position:relative; }
.row-fluid .team-section1 { padding-top:30px; }
.row-fluid .team-textinner { padding:30px 10px 10px; font-size:14px; line-height:22px; }
.row-fluid .team-textinner h4 { font-size:22px; line-height:26px; }
.row-fluid .team-position { opacity:0.5; font-weight:500; }
.row-fluid .social-bar ul { margin:10px 0 0 0; padding:0; list-style-type:none; }
.row-fluid .social-bar ul li { padding:0 3px; display:inline-block; }
.row-fluid .social-bar ul li a { font-size:14px; width:26px; line-height:26px; height:26px; text-align:center; border:1px solid #222222; color:#222222; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;; display:inline-block; }
.row-fluid .social-bar ul li a:hover { -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;; } 
.row-fluid .social-bar ul li a:before { content:"\f09a"; display:inline-block; font-family:'FontAwesome'; }
.row-fluid .social-bar ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .social-bar ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .social-bar ul li:nth-child(4) a:before { content:"\f1a0"; }
.row-fluid .social-bar ul li:nth-child(5) a:before { content:"\f09e"; }
.row-fluid .social-bar ul li a:hover {  border-color:#062d70; background:#062d70; color:#FFFFFF; }
.row-fluid .team-img:before { content:''; position:absolute; top:20px; left:20px; bottom:20px; right:20px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .team-box:hover .team-img:before { top:0; left:0; right:0; bottom:0; opacity:0.8; }
.row-fluid .social-bar ul li:nth-child(1) { padding-left:0; }

/* testimonial section */
.row-fluid .testimonialH2-section1 { color:#FFFFFF; }
.row-fluid .testimonialH2-section1 .testimonials-box:before { width:78px; height:78px; background-repeat:no-repeat; background-position:3px; background-position:center center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .testimonialH2-section1 .testimonials-details { padding-top:5px; color:#222222; }
.row-fluid .testimonialH2-section1 .testimonials-content { color:#FFFFFF; }
.row-fluid .testimonialH2-section1 .row-fluid ol.flex-control-nav li a , .row-fluid .testimonialH2-section1 ul.slick-dots li button { border-color:#FFFFFF; }
.row-fluid .testimonialH2-section1 ol.flex-control-nav li a:hover, .row-fluid .testimonialH2-section1 ol.flex-control-nav li a.flex-active, .row-fluid .testimonialH2-section1 ul.slick-dots li button:hover, .row-fluid .testimonialH2-section1 ul.slick-dots li.slick-active button { background-color:#FFFFFF; }

/* about page */
.row-fluid .about-section { position:relative; }
.row-fluid .about-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.83) 1%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.83) 1%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.83) 1%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 );  }
.row-fluid .about-section > div { position:relative; }
.about-page .top { padding:20px 0 50px; }
.about-page .top:before { opacity:0; }
.row-fluid .about-hero { padding:110px 0 120px; text-align:center; }
.row-fluid .about-hero h2 { font-size:40px; line-height:46px; text-transform:uppercase; color:#FFFFFF; }

/* about page 2 */
/*.row-fluid .about2-hero { padding:130px 0 100px; }*/
.row-fluid .about-team { padding:80px 0 0; }
.row-fluid .about-team1 {padding:100px 0 40px; }
.row-fluid .aboutslider-box { margin:0 auto; max-width:600px; width:100%; padding:30px 30px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; color:#FFFFFF; }
.row-fluid .aboutslider-text { padding-top:20px; }
.row-fluid .aboutslider-img  { margin:0 auto; width:70px; height:70px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .aboutslider-box h5 { color:#FFFFFF; line-height:36px; }
.row-fluid .aboutslider-box h6 { padding:0; font-size:18px; line-height:24px; letter-spacing:1px; color:#FFFFFF; }

.row-fluid .about-slider ol.flex-control-nav, .row-fluid .about-slider ul.slick-dots { padding:30px 0 0; }
.row-fluid .about2-content { padding:80px 0; }
.row-fluid .about-inside { margin:0 auto !important; max-width:750px; width:100%; float:none; }
.row-fluid .about-insidetext { font-size:18px; line-height:24px; padding:10px 0 20px; font-weight:600; }
.row-fluid .about-incontent { padding-bottom:30px; }

/* about 2 video section */
.row-fluid .about2-video { height:500px; position:relative; }

/* about 2 service */
.row-fluid .industries-about2 .industries-box { background:#f3f3f3; }

/* about page 3 */
.row-fluid .about3-content { padding:80px 0; }
.row-fluid .about3-left { padding:15px 40px 15px 0; }

/* about 3 team section */
.row-fluid .team1-section { padding:80px 0; }
.row-fluid .team1-section1 { padding-top:30px; }
.row-fluid .team1-section1 .hs_cos_wrapper_widget { width:50%; float:left; line-height:0; }
.row-fluid .team1-box { display:inline-block; width:100%; }
.row-fluid .team1-img { width:50%; float:left; background-size:cover; background-position:center; background-repeat:no-repeat; }
.row-fluid .team1-text {  width:50%; float:right; }
.row-fluid .team1-textinner { padding:30px 15px; font-size:16px; line-height:20px; }
.row-fluid .team1-text h4 { font-size:22px; line-height:28px; }
.row-fluid .team1-position { opacity:0.7; padding-bottom:5px; }
.row-fluid a.team1-read { margin-top:20px; font-size:18px; line-height:24px; display:inline-block; width:100%; }
.row-fluid .team-boxnew:nth-child(even) .team1-img { float:right; }
.row-fluid .team-boxnew:nth-child(even) .team1-text { float:left; }
.row-fluid .team1-cta { padding-top:40px; }

/* about page 4 */
.row-fluid .about4-intext { padding-top:50px; }
.row-fluid .testimonial-about4 { padding:100px 0; }
.row-fluid .testimonialA4-left { padding-right:80px; }
.row-fluid .testimonialA4-left { color:#FFFFFF; }
.row-fluid .testimonialA4-left h2 { padding:0 0 50px; color:#FFFFFF; }
.row-fluid .testimonialA4-right { color:#FFFFFF; }
.row-fluid .testimonials-boxa4 { position:relative; }
.row-fluid .testimonialA4-right .hs_cos_wrapper_widget { padding-bottom:72px; }
.row-fluid .testimonialA4-right .hs_cos_wrapper_widget:last-child { padding-bottom:0; }
.row-fluid .testimonials-boxa4:before { content:''; width:78px; height:78px; background-image:url('https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/ezgif.com-webp-to-png%20%281%29.png'); background-color:#FFFFFF; position:absolute; top:-40px; left:25px; background-position:3px; background-repeat:no-repeat; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; z-index:1; }
.row-fluid .testimonials-detailsa4 h5 { font-size:18px; line-height:24px; padding:0; color:#FFFFFF; font-weight:500; }
.row-fluid .testimonials-contenta4 { padding:40px 25px; border:1px solid #FFFFFF; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; position:relative; }
.row-fluid .testimonials-contenta4:before { content:''; border:15px solid transparent; border-top-color:#FFFFFF; position:absolute; top:100%; left:80px; }
.row-fluid .testimonials-detailsboxa4 { margin-top:20px; padding:8px 8px 8px 70px; max-width:300px; position:relative; left:65px; }
.row-fluid .testimonials-detailsa4 h5 { padding:0; font-size:16px; line-height:22px; }
.row-fluid .testimonials-imga4 { width:55px; height:55px; overflow:hidden; position:absolute; top:8px; left:8px; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.row-fluid a.about4-cta { margin-top:40px; color:#FFFFFF; border-color:#FFFFFF }
.row-fluid a.about4-cta:hover { border-color:#062d70; }

.row-fluid .teama4-section { padding-bottom:20px; }
.row-fluid .teama4-section span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .teama4-section .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }

.row-fluid .teama4-box { border:1px solid #e6e6e6; position:relative; }
.row-fluid .teama4-box:before { content:''; position:absolute; top:30px; left:30px; bottom:30px; right:30px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; -webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;; }
.row-fluid .teama4-img { height:360px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .team-textinnera4 { padding:30px 0 40px; }
.row-fluid .team-textinnera4 h4 { font-size:22px; line-height:28px; padding:0 0 5px; }
.row-fluid .teama4-cta { width:100%; position:absolute; top:65%; left:50%; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; }
.row-fluid .teama4-cta a.link-style { border-color:#FFFFFF; color:#FFFFFF; }
.row-fluid .teama4-cta a.link-style:hover { border-color:#062d70; }

.row-fluid .teama4-box:hover:before { opacity:0.8; top:0; left:0; bottom:0; right:0; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; }
.row-fluid .teama4-box:hover .teama4-cta { opacity:1; top:50%; }

/* about page 5 */
.row-fluid .cta-section { padding:40px 0; }
.row-fluid .ctasection-left { font-size:22px; line-height:26px; color:#FFFFFF; font-weight:500; }
.row-fluid .ctasection-left , .row-fluid .ctasection-right { margin:0; padding:5px 50px; width:auto; display:inline-block; float:none; vertical-align:middle; } 

.row-fluid .testimoniala4-slider { margin:0 auto !important; max-width:760px; width:100%; float:none; display:block; }
.row-fluid .testimoniala4-nav { margin:0 auto !important; max-width:450px; width:100%; float:none; display:block; }
.row-fluid .testimoniala5-img { margin:0 auto; width:70px; height:70px; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px; }
.row-fluid .testimoniala4-nav .slick-track { padding:20px 0; }
.row-fluid .testimoniala4-nav .slick-slide { opacity:0.60; cursor:pointer; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .testimoniala4-nav .slick-active.slick-center { -webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);; opacity:1; }

.row-fluid .testimoniala5-box { padding-top:20px; color:#FFFFFF; }
.row-fluid .testimoniala5-box h5 { font-size:18px; font-weight:600; color:#FFFFFF; letter-spacing:1px; padding:0; }
.row-fluid .testimoniala5-details { padding:30px 0; }

/* about page 6 */
.row-fluid .experience-section { margin:0; padding:0; width:50%; float:left; }
.row-fluid .service-details { margin:0; width:50%; float:left; line-height:22px; }
.row-fluid .service-detailsinner  { padding:40px 0 40px 60px; }
.row-fluid .service-detailsinner h4 { font-size:22px; line-height:28px; padding:10px 0 0; }

.row-fluid .experience-box .hs_cos_wrapper_widget  { padding:30px 0 0; }
.row-fluid .experience-inner { padding:80px 70px 50px 0; }
.row-fluid .experience-inner h4 { padding:0; font-size:26px; line-height:32px; color:#FFFFFF; }

.row-fluid .progress-box { position:relative; }
.row-fluid .progress-title { padding:3px 0; font-size:16px; line-height:22px; letter-spacing:0.5px; color:#FFFFFF; }  
.row-fluid .progress-fillter { width:100%; height:5px; background-color:#FFFFFF; position:relative; }
.row-fluid .progress-fillter .value { display:none; }
.row-fluid .progress-tips { position:absolute; bottom:7px; right:0; font-size:18px; line-height:20px; color:#FFFFFF; }
.row-fluid .progress-fillter .fill {  display:block; position:relative; width:0px; height:100%; background-color: #062d70 !important; z-index:1; }


/* service page 1 */
.row-fluid .difference-section { padding:70px 0; }
.row-fluid .service1-box { padding:10px 0; position:relative; }
.row-fluid .service1-text { margin:0; padding-left:70px; width:100%;  }
.row-fluid .service1-text h4 { padding:0 0 5px; font-size:20px; line-height:26px; }
.row-fluid .service1-icon { width:auto; margin:0; position:absolute; top:15px; left:0; }
.row-fluid .service1-icon img { max-width:52px; } 
.row-fluid .related-studies .team1-text { padding:0 0 20px; font-size:14px; line-height:18px; }

/* service page 3 */
.row-fluid .service2-tab { padding:80px 0; }
.row-fluid .service-tablist { text-align:center; margin-bottom:40px; }
.row-fluid .service-tablist ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .service-tablist ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .service-tablist ul li a { padding:22px 30px; font-size:16px; line-height:22px; font-weight:600; border-bottom:1px solid #e6e6e6; color:#062d70; display:inline-block; width:100%; position:relative; }
.row-fluid .service-tablist ul li a:before { content:''; width:0; height:2px; position:absolute; bottom:0; left:0; background-color:#062d70; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .service-tablist ul li.current a:before , .row-fluid .service-tablist ul li:hover a:before { width:100%; }

.row-fluid .service2-tab1 { padding:0 0 0; float:left; }  
.row-fluid .service3-tableft { margin:0; padding:0 100px 0 0; width:60%; float:left; }
.row-fluid .service3-tabright { width:40%; float:left; height:415px; background-size:cover; background-position:center center; background-repeat:no-repeat;  }
.row-fluid .service3-tabbox { display:none; }
.row-fluid #tab-1 { display:block; }

.row-fluid .service-tablist span.styledselect { padding:12px 15px; font-size:16px; line-height:22px; font-weight:600; border:1px solid #062d70; color:#062d70; display:none; width:100%; position:relative; }
.row-fluid .service-tablist span.styledselect:before { content:"\f107"; position:absolute; top:11px; right:15px; font-family:'FontAwesome'; }

/* service page 4 */
.row-fluid .service4-section span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service4-section .hs_cos_wrapper_widget { width:33.33%; float:left; padding:15px; }
.row-fluid .service4-box { height:490px; padding:0; background-size:cover; background-repeat:no-repeat; background-position:center center; position:relative; }
.row-fluid .service4-box:before { content:''; width:100%; height:100%; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; position:absolute; top:0; left:0; opacity:0.9; }
.row-fluid .service4-text { padding:0 18px; font-size:15px; line-height:22px; position:absolute; top:50%; left:0; width:100%; color:#FFFFFF; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; }
.row-fluid .service4-text h4 { font-size:22px; line-height:28px; color:#FFFFFF; font-weight:500; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .service4-content { padding-bottom:15px; display:none; -webkit-animation: fadeinout 1s linear forwards; animation: fadeinout 1s linear forwards; } 
.row-fluid .service4-box:hover .service4-content {  display:block; }

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0;  }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  100% { opacity: 1;}
}

.row-fluid .service4-arrow { width:45px; height:45px; line-height:42px; font-size:30px; display:inline-block; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px; border:1px solid #FFFFFF; color:#FFFFFF; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .service4-arrow:hover { background-color:#062d70; border-color:#062d70; }
.row-fluid .service4-box:hover .service4-content { visibility:inherit; height:auto; padding-bottom:15px; opacity:1; }

/* service page 5 */
.row-fluid .service5-section { padding:80px 0; }
.row-fluid .service5-section1 { padding-top:40px; }
.row-fluid .service5-box { width:100%; float:left; } 
.row-fluid .service5-img { width:50%; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .service5-text { width:50%; float:right; }
.row-fluid .service5-inner { padding:70px 0 70px 40px; line-height:24px; }
.row-fluid .service5-inner h4 { font-size:30px; line-height:36px; color:#062d70; }
.row-fluid .service5-content { padding-bottom:20px; }

.row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-img { float:right; }
.row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-inner { padding:70px 40px 70px 0; }

/* service page 6 */
.row-fluid .subtop-section { padding-top:40px; }
.row-fluid .service6-section1 { padding-bottom:70px; float:left; }  
.row-fluid .service6-section1 .hs_cos_wrapper_widget { padding:25px 0; width:50%; float:left; }
.row-fluid .servicessub-img { height:300px; border:5px solid #e6e6e6; }
.row-fluid .servicessub-text h4 { font-size:24px; line-height:30px; }

.row-fluid .service6-box { padding-left:150px; position:relative; }
.row-fluid .service6-icon { width:90px; height:90px; line-height:68px; position:absolute; top:18px; left:18px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; text-align:center; display:inline-block; -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);; }
.row-fluid .service6-icon img { margin-left:0; max-width:60px; position:relative; -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);; }
.row-fluid .service6-text { padding:10px 25px; line-height:24px; border-left:2px solid #062d70; position:relative; }
.row-fluid .service6-text:before { content:''; border:10px solid transparent; border-right-color:#062d70; display:inline-block; position:absolute; top:12px; right:100%; } 
.row-fluid .service6-text h4 { font-size:20px; line-height:24px; padding:0 0 5px; }  

/* contact page 1 */
.row-fluid .map-section { padding:78px 0; }
.row-fluid .map-code iframe { width:100%; height:450px; }
.row-fluid .contact1-section { padding:80px 0; }

.row-fluid .contact-title h4 { padding:0 0 45px; font-size:22px; line-height:26px; color:#FFFFFF; font-weight:500; }
.row-fluid .contact-address ul { margin: 0; padding:0; list-style-type:none; }
.row-fluid .contact-address ul li { margin:20px 0; padding:0; display:block; position:relative; }
.row-fluid .contact-address ul li:before { content:''; width:68px; height:68px; display:inline-block; vertical-align:middle; text-align:center; border:1px solid #FFFFFF; background-repeat:no-repeat; background-position:center; }
.row-fluid .contact-address ul li:nth-child(1):before { background-image:url('https://www.manufacturingsuccess.org/hubfs/08_Direction-512%20%281%29.png'); }
.row-fluid .contact-address ul li:nth-child(2):before { background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/form-icon2.png'); }
.row-fluid .contact-address ul li:nth-child(3):before { background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/form-icon3.png'); }
.row-fluid .contact-address ul li span { padding-left:20px; display:inline-block; vertical-align:middle; width:80%; }
.row-fluid .contact-address ul li a { color:#FFFFFF; }
.row-fluid .contact-address ul li a:hover { color:#062d70; }

.row-fluid .contact-form { padding-top:20px; }
.row-fluid .contact-form input, .row-fluid .contact-form form button, .row-fluid .contact-form textarea, .row-fluid .contact-form select, .row-fluid .contact-form input[type="text"], .row-fluid .contact-form .row-fluid .contact-form input[type="password"], .row-fluid .contact-form input[type="datetime"], .row-fluid .contact-form input[type="datetime-local"], .row-fluid .contact-form input[type="date"], .row-fluid .contact-form input[type="month"], .row-fluid .contact-form input[type="time"], .row-fluid .contact-form input[type="week"], .row-fluid .contact-form input[type="number"], .row-fluid .contact-form input[type="email"], .row-fluid .contact-form input[type="url"], .row-fluid .contact-form input[type="search"], .row-fluid .contact-form input[type="tel"], .row-fluid .contact-form input[type="color"] { background-color:transparent; border-color:#FFFFFF; color:#FFFFFF; }
.row-fluid .contact-form .hs-form-field > label span { display:none; }
.row-fluid .contact-form .hs_message.hs-form-field .input { margin-right:0; }
.row-fluid .contact-form .hs-button { padding:10px 40px; background-color:#FFFFFF; color:#062d70; }
.row-fluid .contact-form .hs-button:hover { background-color:#062d70; color:#FFFFFF; border-color:#062d70; }
.row-fluid .contact-form textarea { height:130px; }
.row-fluid .contact-form select.hs-input option { color:#062d70; }
.row-fluid .contact-form .inputs-list .hs-form-checkbox-display, .row-fluid .contact-form .inputs-list .hs-form-booleancheckbox, .row-fluid .contact-form .inputs-list li.hs-form-radio { color:#FFFFFF; }

.row-fluid .contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#FFFFFF;
}
.row-fluid .contact-form ::-moz-placeholder { /* Firefox 19+ */
  color:#FFFFFF;
}
.row-fluid .contact-form :-ms-input-placeholder { /* IE 10+ */
  color:#FFFFFF;
}
.row-fluid .contact-form :-moz-placeholder { /* Firefox 18- */
  color:#FFFFFF;
}

/* contact page 2 */
.row-fluid .contact2-section { padding:80px 0 50px; }
.row-fluid .contact2-section .contact-title h4 { color:#333333; }
.row-fluid .contact2-section .contact-address ul li a { color:#222222; }
.row-fluid .contact2-section .contact-address ul li a:hover { color:#062d70; }
.row-fluid .contact2-section .contact-address ul li:before { width:50px; height:50px; border-color:transparent; }
.row-fluid .contact2-section .contact-address ul li span { width:85%; }
.row-fluid .contact2-section .contact-address ul li:nth-child(1):before { background-image:url('https://www.manufacturingsuccess.org/hubfs/08_Direction-512%20%281%29.png'); }
.row-fluid .contact2-section .contact-address ul li:nth-child(2):before { background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/contact-icon2.png'); }
.row-fluid .contact2-section .contact-address ul li:nth-child(3):before { background-image:url('https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/contact-icon3.png'); }
.row-fluid .contact2-section .hs_message.hs-form-field .input { margin-right:0; }
.row-fluid .contact-icon { padding-top:30px; border-top:1px solid #e6e6e6; }
.row-fluid .contact-icon ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .contact-icon ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .contact-icon ul li a { width:50px; height:50px; line-height:50px; display:inline-block; color:#fff; background-color:#3b5998; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;; text-align:center; position:relative; } 
.row-fluid .contact-icon ul li a:after { content:''; border:1px solid #fff; position:absolute; top:5px; right:5px; bottom:5px; left:5px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .contact-icon ul li a:hover:after { border-color:#062d70; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);; }
.row-fluid .contact-icon ul li:nth-child(2) a { background-color:#d54d34; }
.row-fluid .contact-icon ul li:nth-child(3) a { background-color:#007ab5; }
.row-fluid .contact-icon ul li:nth-child(4) a { background-color:#00b6f1; }
.row-fluid .contact-icon ul li a:hover { -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);; }

.row-fluid .contact-icon ul li a:before { content:"\f09a"; display:inline-block; font-family:'FontAwesome'; }
.row-fluid .contact-icon ul li:nth-child(2) a:before { content:"\f0d5"; }
.row-fluid .contact-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .contact-icon ul li:nth-child(4) a:before { content:"\f099"; }

.row-fluid .contact2-form { padding-top:10px; }
.row-fluid .contact2-form .hs-form-field > label span { display:none; }
.row-fluid .contact2-form textarea { height:150px; }
.row-fluid .contact2-form .hs_submit { display:inline-block; }
.row-fluid .contact2-form .hs_submit .hs-button { padding:10px 35px; }

/* contact section 3 */
.row-fluid .contact3map-section { padding:80px 0 60px; }
.row-fluid .contact3-address { padding-top:80px; }
.row-fluid .contact3-box h4 { font-size:16px; line-height:22px; padding:0; font-weight:500; }
.row-fluid .contact3-box a { color:#222222; }
.row-fluid .contact3-box a:hover { color:#062d70; }
.row-fluid .contact3-icon { margin:0 auto !important; width:68px; height:68px; line-height:47px; display:block; float:none; border:1px solid #e6e6e6; }
.row-fluid .contact3-icon img {  max-width:33px; }

.row-fluid .contact3-section { padding:80px 0; }
.row-fluid .contact3-section h4 { font-size:26px; line-height:32px; color:#FFFFFF; text-align:center; font-weight:500; }
.row-fluid .contact3-form .hs_submit { text-align:center; }
.row-fluid .contact3-form .hs-form-field { width:33.33% !important; }
.row-fluid .contact3-form .hs_message.hs-form-field { width:100% !important; }
.row-fluid .contact3-form .hs-form-field .input { margin-right:0; }

/* contact page 4 */
.row-fluid .contact4-section { padding:80px 0 0; }
.row-fluid .contact4-map { margin-top:40px; }
.row-fluid .contact4-map iframe { width:100%; height:450px; border:10px solid #FFFFFF ; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .contact4-left { margin:0; width:60%; float:left; }
.row-fluid .contact4-left .contact-title h4 { color:#333333; }
.row-fluid .contact4-right { margin:0; width:40%; float:right; }
.row-fluid .contact4-section1 { margin:0 auto !important; max-width:950px; width:100%; float:none; display:block; border:1px solid #062d70; position:relative; -webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);; }
.row-fluid .contact4-leftinner { padding:80px 30px; }
.row-fluid .contact4-rightinner { padding:80px 30px; }
.row-fluid .contact4-rightinner .contact-address ul li span { width:78%; }
.row-fluid .contact4-section1 .contact2-form .hs_message.hs-form-field .input { margin-right:0; }

/* contact page 5 */
.row-fluid .contact5-section { margin:0 auto -150px !important; border:none; }
.row-fluid .contact5-section .contact4-left { float:right; }
.row-fluid .contact5-section .contact4-right { float:left; }
.row-fluid .contact5-section .contact4-leftinner , .row-fluid .contact5-section .contact4-rightinner { padding:40px 30px; }
.row-fluid .contact5-section .contact4-leftinner { border:5px solid rgba(0,0,0,0.1); }
.row-fluid .contact5-section .contact-address ul li a:hover { color:#062d70; }
.row-fluid .contact5-map { padding:100px 0 0; }

/* contact page 6 */
.row-fluid .contact6-section { padding-top:70px; }
.row-fluid .contact6-section1 { margin:40px auto 0 !important; -webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
-ms-transform: inherit;
transform: inherit;; }

/* meet team section */
.row-fluid .meetteam-section { padding:80px 0; }
.row-fluid .meetteam-section1 span.hs_cos_wrapper { margin:0 -10px; display:block; }
.row-fluid .meetteam-section1 .hs_cos_wrapper_widget  { padding:15px 10px; width:33.33%; float:left; }
.row-fluid .meetteam-section1 .team-textinner { padding:30px 0 10px; }

/* team section */
.row-fluid .team2-section1 { padding-top:10px; }
.row-fluid .team2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .team2-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .team2-box { position:relative; }
.row-fluid .team2-img { height:360px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .team2-text { border:1px solid #e6e6e6; }
.row-fluid .team2-textinner { padding:25px 15px; line-height:22px; }
.row-fluid .team2-textinner h4 { font-size:22px; line-height:26px; padding:0; }
.row-fluid .team2-box:before { content:''; position:absolute; top:30px; left:50%; bottom:30px; right:50%; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .team2-btn { position:absolute; top:50%; left:50%; width:100%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .team2-btn a.link-style { color:#FFFFFF; border-color:#FFFFFF; }
.row-fluid .team2-btn a.link-style:hover { border-color:#062d70; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
box-shadow: 0 0 15px rgba(0,0,0,0.2);; }

.row-fluid .team2-box:hover:before { top:0; right:0; left:0; bottom:0; opacity:0.80; }
.row-fluid .team2-box:hover .team2-btn { opacity:1; }

/* tema page 3 */
.row-fluid .meetteam3-section1 { padding-top:20px; }
.row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:25%; float:left; }
.row-fluid .team3-box { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .team3-box:before { content:''; position:absolute; top:20px; left:50%; right:50%; bottom:20px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .team3-text { padding:60px 15px; font-size:14px; color:#FFFFFF; line-height:22px; position:relative; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .team3-text h4 { font-size:22px; line-height:26px; color:#FFFFFF; }
.row-fluid .team3-details { padding-top:10px; }
.row-fluid .team3-box:hover:before { left:0; right:0; bottom:0; top:0; opacity:0.8; }
.row-fluid .team3-box:hover .team3-text { opacity:1; } 

/* team page 4 */
.row-fluid .team4-section1 span.hs_cos_wrapper  { margin:0 -15px; display:block; }
.row-fluid .team4-section1 .hs_cos_wrapper_widget { padding:15px; width:25%; float:left; }
.row-fluid .team4-box { height:300px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .team4-box:before { content:''; position:absolute; top:50%; right:30px; left:30px; bottom:50%; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;;}
.row-fluid .team4-text { width:100%; position:absolute; top:50%; left:50%; color:#FFFFFF; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; opacity:0; }
.row-fluid .team4-text h4 { font-size:22px; line-height:26px; color:#FFFFFF; padding-bottom:5px; }
.row-fluid .team4-box:hover:before { top:0; right:0; left:0; bottom:0; opacity:0.8; }
.row-fluid .team4-box:hover .team4-text { opacity:1; }

/* team page 5 */
.row-fluid .team5-section1 { margin:0; padding:0; width:75%; float:left; }
.row-fluid .team5-list { margin:0; padding:25px 0 0; width:25%; float:right; }
.row-fluid .team5-box { padding:25px 0; }
.row-fluid .team5-img { width:240px; height:240px; background-size:cover; background-position:center center; background-repeat:no-repeat; float:left; }
.row-fluid .team5-text { padding:0 30px; width:71.6%; font-size:15px; line-height:22px; float:left; }
.row-fluid .team5-text h4 { font-size:22px; line-height:28px; padding:0; font-weight:600; color:#062d70; }
.row-fluid .team5-position { opacity:0.8; padding:5px 0 10px; }
.row-fluid .team5-details { padding:10px 0; }

.row-fluid .team5-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .team5-list ul li { margin:0; padding:0; display:block; width:100%; position:relative; border-bottom:2px solid #FFFFFF; }
.row-fluid .team5-list ul li:last-child { border:none; }
.row-fluid .team5-list ul li a { padding:10px 15px; background-color:#e6e6e6; color:#222222; display:inline-block; width:100%; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;;  }
.row-fluid .team5-list ul li a:before { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:#222222; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;; }
.row-fluid .team5-list ul li a:after { content:''; width:3px; height:0; position:absolute; top:0; left:0; background-color:#062d70; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;; }
.row-fluid .team5-list ul li a:hover , .row-fluid .team5-list ul li a.selected { color:#062d70; }
.row-fluid .team5-list ul li a:hover:after , .row-fluid .team5-list ul li a.selected:after { height:100%; }
.row-fluid .team5-list ul li a:hover:before , .row-fluid .team5-list ul li a.selected:before { height:0; }
.row-fluid .team5-list span.styledselect-list { margin-bottom:10px; padding:7px 15px; width:100%; font-weight:600; border:2px solid #062d70; display:inline-block; cursor:pointer; position:relative; display:none; }
.row-fluid .team5-list span.styledselect-list:before { content:"\f107"; font-family:'FontAwesome'; position:absolute; top:8px; right:15px; }

/* team page 6 */
.row-fluid .team6-section { padding-top:70px; }

/* single service page 1 */
.row-fluid .single-service { padding:80px 0; } 
.row-fluid .single-text ul { margin:0 0 10px; padding-left:15px; list-style-type:none; }
.row-fluid .single-text ul li { margin:0; padding:3px 0 3px 15px; display:block; position:relative; }
.row-fluid .single-text ul li:before { content:"\f101";  position:absolute; top:3px; left:0; font-family:'FontAwesome'; color:#062d70; }
.row-fluid .single-text h5 { padding:5px 0 0; font-size:20px; line-height:26px; }
.row-fluid .single-video { margin:0 auto !important; padding-top:60px; max-width:720px; width:100%; float:none; text-align:center; }

/* single service page 2 */
.row-fluid .single-img { height:400px; margin-bottom:10px; }
.row-fluid .single-right .team5-list { width:100%; }
.row-fluid .help-section { margin-top:30px; padding:20px 10px; font-size:13px; line-height:20px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; color:#FFFFFF; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
.row-fluid .help-section a { color:#FFFFFF; }
.row-fluid .help-section a:hover { color:#062d70; }
.row-fluid .help-section h4 { font-size:15px; line-height:20px; color:#FFFFFF; }
.row-fluid .contact-now:before { content:''; margin:0 0 10px; width:36px; height:1px; background-color:#FFFFFF; display:block; }

/* single sective page 3 */
.row-fluid .single3-section { padding-top:80px; }
.row-fluid .single3-left { margin-right:-5%;  float:left; width:55%; }
.row-fluid .single3-inner { padding:60px 0; }
.row-fluid .single3-left .single-text { padding:60px 40px 45px; border:1px solid #e6e6e6; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; position:relative; background-color:#FFFFFF; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
box-shadow: 0 0 3px rgba(0,0,0,0.2);; }
.row-fluid .single3-right { margin:0; float:left; width:50%; }

/* single section page 4 */
.row-fluid .single4-section { padding:80px 0; }
.row-fluid .single4-left { height:450px; position:relative; }
.row-fluid .single4-left:before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; border:10px solid #062d70; }
.row-fluid .strategy-title h4 { font-size:20px; line-height:25px; padding:0 0 20px; }
.row-fluid .single4-content { padding-top:40px; }

/* single section page 5 */
.row-fluid .single5-section { padding:75px 0 60px; }
.row-fluid .singleservice-title { padding:20px 0 40px; }
.row-fluid .service-heading { margin:0; padding-left:50px; width:auto; vertical-align:middle; display:inline-block; float:none; }
.row-fluid .service-heading h2 { display:inline-block; position:relative; }
.row-fluid .service-heading h2:after { content:''; margin-top:10px; width:100%; height:2px; background-color:#062d70; display:block; }
.row-fluid .service-heading h2:before { content:''; border:7px solid transparent; position:absolute; bottom:-4px; left:20px; border-top-color:#062d70; } 
.row-fluid .single5-Image { margin:20px auto 50px !important; max-width:945px; height:470px; float:none; display:block; width:100%; }  
.row-fluid .single5-icon { margin:0; width:90px; height:90px; line-height:68px; vertical-align:middle; float:none; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; text-align:center; display:inline-block; -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .single5-icon img { margin-left:-12px; max-width:46px; position:relative; -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);; }

/* prcing page 1 */
.row-fluid .pricing1-section { padding-top:80px; }
.row-fluid .pricing1-section1 { padding-top:58px; display:inline-block; width:100%; }
.row-fluid .pricing1-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; }
.row-fluid .pricing-box { background-color:#f7f7f7; }
.row-fluid .pricing-list ul { margin:0; padding:20px 0; list-style-type:none; }
.row-fluid .pricing-list ul li { margin:0; padding:4px 10px; display:block; }
.row-fluid .pricing-inner h5 { padding:15px 0 12px; font-size:24px; line-height:30px; }
.row-fluid .pricing-top { padding:22px 0; background-color:#e6e6e6; }
.row-fluid .pricing-top h1 { padding:0; font-size:60px; line-height:65px; font-weight:400; color:#062d70; display:inline-block; }
.row-fluid .pricing-mont { display:inline-block; }
.row-fluid .pricing-mont:before { content:'/'; margin-right:5px; display:inline-block; color:#062d70; }
.row-fluid .pricing-cta { padding:10px 0 10px; border-top:1px solid #e6e6e6; }
.row-fluid .pricing-cta a.link-style { color:#062d70; }
.row-fluid .pricing-cta a.link-style:hover { color:#FFFFFF; }

.row-fluid .most1-popularbox { margin-top:-20px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
box-shadow: 0 0 15px rgba(0,0,0,0.2);; position:relative; }
.row-fluid .most1-popularbox .pricing-top { background-color:#062d70; }
.row-fluid .most1-popularbox .pricing-inner h1 , .row-fluid .most1-popularbox .pricing-mont:before { color:#FFFFFF; }
.row-fluid .most1-popularbox .pricing-list ul { padding:20px 0 60px; }

/* pricing page 2 */
.row-fluid .pricing2-section1 { padding-top:50px; display:inline-block; width:100%; }
.row-fluid .pricing2-section1 .hs_cos_wrapper_widget  { width:25%; float:left; }
.row-fluid .pricing2-section1 .pricing-box { background-color:transparent; border:1px solid #d6d5d5; }
.row-fluid .pricing2-top { padding:55px 0 20px; border-bottom:1px solid #e6e6e6; }
.row-fluid .pricing2-top h1 { padding:0; font-size:40px; line-height:44px; }
.row-fluid .pricing2-section1 .pricing-cta { background-color:#e6e6e6; }
.row-fluid .pricing2-title { font-size:24px; line-height:30px; padding:10px 0; background-color:#e6e6e6; font-weight:600; font-family: 'Poppins', sans-serif; position:relative; }
.row-fluid .pricing2-title:before { content:''; position:absolute; top:100%; left:0; border:20px solid transparent; border-top-color:#e6e6e6; border-right-width: 141px; border-left-width: 141px; }  

.row-fluid .pricing2-section1 .most1-popularbox .pricing2-title { background-color:#062d70; color:#FFFFFF; }
.row-fluid .pricing2-section1 .pricing-mont:before { color:#062d70; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing2-title:before { border-top-color:#062d70; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-inner h1, .row-fluid .pricing2-section1 .most1-popularbox .pricing-mont:before { color:#062d70; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-cta a.link-style { background-color:#062d70; color:#FFFFFF; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-cta a.link-style:hover { background-color:transparent; color:#062d70; }

.row-fluid .pricing3-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .pricing3-section1 .hs_cos_wrapper_widget { padding:15px; }
.row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:129px; border-left-width:129px; }
.row-fluid .pricing3-section1 .pricing2-title { color:#222222; }
.row-fluid .pricing3-section1 .pricing-box { background-color:#062d70; color:#FFFFFF; }
.row-fluid .pricing3-section1 .pricing2-top h1 , .row-fluid .pricing3-section1  .pricing-mont:before { color:#FFFFFF; }
.row-fluid .pricing3-section1 .pricing-list ul li { border-bottom:1px dotted #FFFFFF; }
.row-fluid .pricing3-section1 .pricing-list ul li:last-child { border-bottom:none; }
.row-fluid .pricing3-section1 .most1-popularbox .pricing2-title { background-color:#283c86; }
.row-fluid .pricing3-section1 .most1-popularbox .pricing2-title:before { border-top-color:#283c86; }
.row-fluid .pricing3-section1 .most1-popularbox .pricing-inner h1, .row-fluid .pricing3-section1 .most1-popularbox .pricing-mont:before { color:#FFFFFF; }
.row-fluid .pricing3-section1 .most1-popularbox .pricing-cta a.link-style { border-color:#283c86; background-color:#283c86 }
.row-fluid .pricing3-section1 .most1-popularbox .pricing-cta a.link-style:hover { color:#283c86; }

/* pricing page 4 */
.row-fluid .pricing4-section1 { padding-top:20px; }
.row-fluid .pricing4-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .pricing4-section1 .hs_cos_wrapper_widget { padding:15px; }
.row-fluid .pricing4-section1 .pricing-inner h5 { color:#FFFFFF; }
.row-fluid .pricing4-section1 .pricing-top { background-color:#283c86; color:#FFFFFF }
.row-fluid .pricing4-section1 .pricing-top h1 { color:#FFFFFF; }
.row-fluid .pricing4-section1 .pricing-top h1:before { content:'$'; display:inline-block; font-size:24px; vertical-align:top; line-height:40px; }
.row-fluid .pricing4-section1 .pricing-mont:before { color:#FFFFFF; }
.row-fluid .pricing4-section1 .most1-popularbox .pricing-list ul { padding:20px 0; }
.row-fluid .pricing4-section1 .most1-popularbox { margin-top:0; }
.row-fluid .pricing4-section1 .most1-popularbox .pricing-top { background-color:#062d70; }

/* common section */
.row-fluid .common-section { padding:70px 0 0; }
.row-fluid .common-section1 { padding-top:30px; }
.row-fluid .common-section1 .hs_cos_wrapper_widget  { padding:4px 0; }
.row-fluid .common-inner h5 { padding:17px 15px 17px 40px; font-size:18px; line-height:24px; font-weight:500; background-color:#e6e6e6; border:1px solid rgba(0,0,0,0.1); position:relative; cursor:pointer; } 
.row-fluid .common-inner h5:before { content:"\f067"; position:absolute; top:15px; left:15px; color:#062d70; font-family:'FontAwesome'; }
.row-fluid .common-inner h5.active:before { content:"\f068"; }
.row-fluid .common-text { padding:10px 15px 0; border:1px solid rgba(0,0,0,0.1); border-top:none; display:none; }
.row-fluid .common-text ul { margin:10px 0 18px; padding:0; list-style-type:none; }
.row-fluid .common-text ul li { margin:0; padding:0 0 0 25px; display:block; position:relative; }
.row-fluid .common-text ul li:before { content:"\f00c"; position:absolute; top:0; left:0; color:#062d70; font-family:'FontAwesome'; }

/* pricing page 5 */
.row-fluid .column-section { padding:75px 0 70px; }
.row-fluid .column-section1 { padding-top:50px; }
.row-fluid .column-section1 h4 { font-size:22px; line-height:30px; }

.row-fluid .pricing5-section { padding:80px 0; position:relative; }
.row-fluid .pricing5-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#062d70; opacity:0.80; }
.row-fluid .pricing5-section > div { position:relative; }
.row-fluid .pricing5-section1 { padding-top:30px; display:inline-block; width:100%; }
.row-fluid .pricing5-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .pricing5-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .pricing5-box { background-color:#FFFFFF; }
.row-fluid .pricing5-top { background-color:#283c86; color:#FFFFFF; }
.row-fluid .pricing5-title { padding:5px 0; font-size:22px; line-height:27px; background:rgba(0,0,0,0.2); }
.row-fluid .pricing5-top h1 { padding:0; font-size:72px; line-height:76px; color:#FFFFFF; font-weight:500; display:inline-block; }
.row-fluid .pricing5-top h1:before { content:'$'; display:inline-block; font-size:30px; vertical-align:top; line-height:40px; }
.row-fluid .pricing5-mont { display:inline-block; }
.row-fluid .pricing5-amountsec { padding:40px 15px 50px; text-align:left; position:relative; overflow: hidden; }
.row-fluid .pricing5-amountsec:before { content:''; width:100%; height:100px; position:absolute; bottom:-27px; right:-109px; background-color:#FFFFFF; -webkit-transform: rotate(155deg);
-moz-transform: rotate(155deg);
-o-transform: rotate(155deg);
-ms-transform: rotate(155deg);
transform: rotate(155deg);; }
.row-fluid .pricing5-amountsec:after { content:''; width:100%; height:100px; position:absolute; bottom:-104px; left:-55px; background-color:#FFFFFF; -webkit-transform: rotate(-160deg);
-moz-transform: rotate(-160deg);
-o-transform: rotate(-160deg);
-ms-transform: rotate(-160deg);
transform: rotate(-160deg);; }

.row-fluid .pricing5-section1 .hs_cos_wrapper_widget:nth-child(2) .pricing5-top { background-color:#062d70; }
.row-fluid .pricing5-section1 .hs_cos_wrapper_widget:nth-child(3) .pricing5-top { background-color:#2d294c; }

/* pricing page 6 */
.row-fluid .pricing6-section { padding:80px 0 0; margin-bottom:500px; }
.row-fluid .pricing6-section1 { padding-top:20px; margin-bottom:-500px; position:relative; } 
.row-fluid .pricing6-section1 .hs_cos_wrapper_widget  { padding:15px; width:33.33%; float:left; }
.row-fluid .pricing6-title { padding:17px 15px; font-size:22px; line-height:26px; color:#FFFFFF; background-color:#283c86; border-bottom:1px solid rgba(0,0,0,0.1); font-family: 'Poppins', sans-serif; }
.row-fluid .pricing6-top { padding:75px 15px; position:relative; overflow:hidden; }
.row-fluid .pricing6-section1 .hs_cos_wrapper_widget:nth-child(1) .pricing6-top:before { content:''; width:60%; height:180%; position:absolute; top:-201px; left:18px; -webkit-transform: rotate(-123deg);
-moz-transform: rotate(-123deg);
-o-transform: rotate(-123deg);
-ms-transform: rotate(-123deg);
transform: rotate(-123deg);; background:#283c86; }  
.row-fluid .pricing6-section1 .hs_cos_wrapper_widget:nth-child(3) .pricing6-top:before { content:''; width:60%; height:180%; position:absolute; top:-201px; right:18px; -webkit-transform: rotate(123deg);
-moz-transform: rotate(123deg);
-o-transform: rotate(123deg);
-ms-transform: rotate(123deg);
transform: rotate(123deg);; background:#283c86; }  
.row-fluid .pricing6-titleinner { padding:5px 25px; width:157px; display:inline-block; position:relative; background-color:#222222; color:#FFFFFF; } 
.row-fluid .pricing6-titleinner h1 { padding:0; font-size:72px; line-height:70px; font-weight:400; color:#FFFFFF; word-break: break-all; }
.row-fluid .pricing6-titleinner h1:before { content:'$'; display:inline-block; font-size:30px; vertical-align:top; line-height:40px; }
.row-fluid .pricing6-mont { line-height:18px; word-break: break-all; }
.row-fluid .pricing6-titleinner:before { content:''; width:100%; position:absolute; top:100%; left:0; border:78px solid transparent; border-top-color:#222222; border-top-width: 40px; }
.row-fluid .pricing6-titleinner:after { content:''; width:100%; position:absolute; bottom:100%; left:0; border:78px solid transparent; border-bottom-color:#222222; border-bottom-width: 40px; }
.row-fluid .pricing6-section1 .pricing-list { padding-bottom:40px; }
.row-fluid .pricing6-cta a { padding:11px 15px; width:100%; font-size:17px; display:inline-block; letter-spacing:1px; color:#FFFFFF; background-color:#062d70; } 
.row-fluid .pricing6-cta a:hover { background:#283c86; }

/* resource-list */
.row-fluid .resource-section { padding:80px 0 0; }
.row-fluid .resource-section1 span.hs_cos_wrapper  { margin:0 -15px; display:block; } 
.row-fluid .resource-list { padding:30px 0 40px; }  
.row-fluid .resource-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .resource-list ul li { margin:0; padding:7px; display:inline-block; }
.row-fluid .resource-list ul li a { padding:7px 25px; color:#222222; border:1px solid #222222; display:inline-block; font-family: 'Poppins', sans-serif; font-weight:500; position:relative; z-index:555; }
.row-fluid .resource-list ul li a:before { content:''; top:0; left:0; bottom:0; right:100%; position:absolute; background-color:#062d70; z-index:-1; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }  
.row-fluid .resource-list ul li a:hover { background-color:transparent; color:#FFFFFF; border-color:#062d70; }
.row-fluid .resource-list ul li a:hover:before { right:0; }

.row-fluid .resource-box { width:33.30%; float:left; padding:15px; }
.row-fluid .resource-inner { border:1px solid #e6e6e6; position:relative; }
.row-fluid .resource-inner:before { content:''; position:absolute; top:30px; left:50%; right:50%; bottom:30px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.9; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .res-boximg { height:250px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .res-boximg iframe { height:250px !important; }
.row-fluid .resource-text { padding:15px 30px 10px; }
.row-fluid .resource-topic { font-size:15px; line-height:20px; font-style:italic; color:#999999; }
.row-fluid .resource-title { padding:10px 0; font-size:22px; line-height:26px; font-family: 'Poppins', sans-serif; }

.row-fluid .resource-Isocta { position:absolute; width:100%; top:60%; left:50%; text-align:center; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid a.resource-style { background:#FFFFFF; color:#062d70; border-color:#FFFFFF; }
.row-fluid a.resource-style:hover {  background-color:transparent; border-color:#FFFFFF; color:#FFFFFF; }
.row-fluid .resource-box:hover .resource-inner:before { top:0; right:0; left:0; bottom:0; }
.row-fluid .resource-box:hover .resource-Isocta { top:50%; opacity:1; }
.row-fluid .resource-box.video .resource-inner:before , .row-fluid .resource-box.video .resource-Isocta  { display:none; }

/* resource2-section */
.row-fluid .Resources-topiclist { padding:35px 0 45px; }
.row-fluid .Resources-topiclist .filter-dropdown { width:280px; float:left; text-align:left; position:relative; }
.row-fluid .Resources-topiclist ul { margin:0; padding:0; width:100%; list-style-type:none; border:1px solid #e6e6e6; display:none; position:absolute; top:50px; left:0; z-index:3; background-color:#FFFFFF }
.row-fluid .Resources-topiclist ul li { margin:0; display:block; font-weight:400; border-bottom:1px solid #e6e6e6; font-family: 'Poppins', sans-serif; position:relative; }
.row-fluid .Resources-topiclist ul li a { padding:7px 20px; width:100%; color:#222222; display:inline-block; }
.row-fluid .Resources-topiclist ul li a:hover { color:#062d70; }
.row-fluid .Resources-topiclist ul li a:before { content:''; position:absolute; top:0; left:0; width:3px;  height:0; background-color:#062d70; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .Resources-topiclist ul li a:hover:before { height:100%; }
.row-fluid .Resources-topiclist .filter-dropdownwrap span { padding:8px 20px; width:100%; text-transform:uppercase; font-weight:500; border:1px solid #e6e6e6; display:inline-block; font-family: 'Poppins', sans-serif; position:relative; cursor:pointer; }
.row-fluid .Resources-topiclist .filter-dropdownwrap span:after { content:"\f107"; display:inline-block; font-size:20px; font-family:'FontAwesome'; position:absolute; top:8px; right:15px; }
.row-fluid .resource2-section1 .resource-title { color:#FFFFFF; font-family: 'Poppins', sans-serif; }  

/* resource section 3 */
.row-fluid .resource3-section { padding:10px 0 0; }
.row-fluid .resource3-section .team5-list { float:left; padding:30px 0; }
.row-fluid .resource3-section .resource3-right { margin:0; width:75%; float:left; padding-left:20px; }
.row-fluid .resource3-box { padding:20px 0; width:100%; display:inline-block; }
.row-fluid .resource3-inner { width:100%; display:inline-block; }
.row-fluid .res3-boximg { margin-top:10px; width:30%; float:left; height:250px; background-position:center center; background-repeat:no-repeat; background-color:#e6e6e6; position:relative; }
.row-fluid .resource3-text { width:70%; float:left; padding-left:20px; }
.row-fluid .resource3-textinner { font-size:15px; line-height:24px; }
.row-fluid .resource3-Isocta { padding-top:20px; }
.row-fluid .resource3-text .resource-title { font-size:24px; line-height:30px; font-weight:700; color:#062d70; letter-spacing:1px; }
.row-fluid .res3-icon  { width:60px; height:60px; position:absolute; bottom:-9px; right:-9px; line-height:43px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;; background-color:#062d70; text-align:center; }
.row-fluid .res3-boximg  iframe { height:250px; }

/* case study section */
.row-fluid .casestudy-section { padding:70px 0; }
.row-fluid .casestudy-section1 span.hs_cos_wrapper  { margin:0 -7px; display:block; } 
.row-fluid .casestudy-section1 .hs_cos_wrapper_widget { padding:7px; width:33.33%; float:left; }
.row-fluid .case-box { position:relative; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .case-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#062d70; opacity:0.30; }
.row-fluid .case-box:after { content:''; position:absolute; top:20px; left:40px; right:40px; bottom:20px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; opacity:0; }
.row-fluid .case-box h4 { font-size:24px; line-height:30px; font-weight:600; color:#FFFFFF; }
.row-fluid .case-box > div { z-index:1; }
.row-fluid .cass-title { width:100%; padding:0 10px; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; opacity:1; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .cass-text { padding:65px 22px 60px; font-size:14px; line-height:24px; color:#FFFFFF; position:relative; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .case-content { padding:5px 0 10px; }
.row-fluid a.case-link { background-color:#FFFFFF; color:#062d70; border:1px solid #FFFFFF; }  

.row-fluid a.case-link:hover { border-color:#062d70; }
.row-fluid .case-box:hover .cass-text { opacity:1; } 
.row-fluid .case-box:hover:after{ -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; top:0; left:0; right:0; bottom:0; opacity:0.80 }
.row-fluid .case-box:hover .cass-title { opacity:0; top:0; }

/* case study section 2 */
.row-fluid .casestudy1-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .casestudy1-section1 .hs_cos_wrapper_widget { width:50%; float:left; padding:15px; }
.row-fluid .case2-box { float:left; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 0 10px rgba(0,0,0,0.5);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .case2-img { width:47%; float:left;  background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .case2-text { width:53%; padding:30px 20px; font-size:14px; line-height:22px; float:left; }
.row-fluid .case2-text h4 { font-size:21px; line-height:28px; }
.row-fluid .case2-text a { font-size:16px; line-height:26px; }
.row-fluid .case2-content { padding:0px 0 12px; }
.row-fluid .case2-box:hover { -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 20px rgba(0,0,0,0.5);
-ms-box-shadow: 0 0 20px rgba(0,0,0,0.5);
box-shadow: 0 0 20px rgba(0,0,0,0.5);; }

/* case study section 3 */
.row-fluid .casestudy3-section span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .casestudy3-section .hs_cos_wrapper_widget { width:33.33%; padding:15px; float:left; }
.row-fluid .case3-img { height:250px; background-size:cover; background-position:center center; background-repeat:no-repeat;  }
.row-fluid .case3-text { padding:0 10px; }
.row-fluid .case3-textinner h4 { font-size:18px; line-height:24px; }
.row-fluid .case3-textinner { margin-top:-50px; padding:20px 18px 30px; line-height:22px; background:rgba(255,255,255,0.96); position:relative; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
box-shadow: 0 0 15px rgba(0,0,0,0.2);; }
.row-fluid .case3-content { padding-bottom:25px; }

/* case details section */
.row-fluid .casedetails-section { padding:80px 0 60px; }
.row-fluid .casedetails-img { height:310px; }
.row-fluid .casedetails-text { padding:35px 30px 0; }
.row-fluid .casedetails-text h2 { font-size:24px; line-height:30px; }

.row-fluid .casetab-details { padding:80px 0; }
.row-fluid .casetab-details1 { margin:0 auto !important; max-width:880px; width:100%; float:none; display:block; } 
.row-fluid .casetab-details1 h4 { font-size:24px; line-height:30px; }
.row-fluid .casevideo-content .single-text { padding:55px 0 50px; }
.row-fluid .case1-details { padding:75px 0 60px; }
.row-fluid .case1-details h4 { font-size:24px; line-height:30px; }

/* landing page 1 */
.row-fluid .title24 h4 { font-size:24px; line-height:30px; }
.row-fluid .landing-top { padding:20px 0; position:absolute; top:0; left:0; width:100%; background-color:rgba(0,0,0,0.70); z-index:999; }
.row-fluid .landing-hero { padding:120px 0 40px; position:relative; }
.row-fluid .landing-hero:before { content:''; position:absolute; top:0; left:0; height:100%; width:100%; opacity:0.30; background-color:#062d70; }
.row-fluid .landing-hero > div { position:relative; }
.row-fluid .landing-lefthero { margin:0; padding-right:135px; width:59.5%; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .landing-lefthero h2 { font-size:48px; line-height:54px; color:#FFFFFF; }
.row-fluid .landing-righthero { margin:0; padding:25px 40px; width:40%; float:none; display:inline-block; vertical-align:middle; background-color:#FFFFFF; }
.row-fluid .landing-righthero .hs-form .hs-form-field { padding-bottom:7px !important; }
.row-fluid .landing-righthero h4 { font-size:30px; line-height:36px; padding:0 0 30px; }
.row-fluid .landing-righthero .hs-button { margin-top:15px; padding:12px 25px; height:auto; width:100%; background-color:#062d70; color:#FFFFFF; }
.row-fluid .landing-righthero .hs-button:hover { background-color:transparent; color:#062d70; }
.row-fluid .landing-content { padding:75px 0; }

/* landing page 2 */
.row-fluid .landing2-content { padding:60px 0 20px; margin:0 auto !important; max-width:750px; width:100%; float:none; display:block; }
.row-fluid .landing2-content h2 { font-size:48px; line-height:54px; color:#FFFFFF; }
.row-fluid .landing2-form h4 { font-size:24px; line-height:30px; font-weight:500; padding:30px 15px; text-align:center; color:#FFFFFF; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }
.row-fluid .landing2-form form { padding:15px 15px 30px; }
.row-fluid .landing2-form .hs-form .hs-form-field { padding-bottom:7px !important; }
.row-fluid .landing2-form .hs-button { margin-top:15px; padding:12px 25px; height:auto; width:100%; background-color:#062d70; color:#FFFFFF; }
.row-fluid .landing2-form .hs-button:hover { background-color:transparent; color:#062d70; }
.row-fluid .landing2-video { height:370px; } 
.row-fluid .landing2-video:before { display:none; }
.row-fluid .landing2-video .video-play a { width:127px; line-height:80px; height:80px; background-color:#062d70; border:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; opacity:0.9; }
.row-fluid .landing2-video .video-play a:hover { opacity:1; color:#FFFFFF; }

/* landing page 4 */
.row-fluid .video-sectionLP  { padding:80px 0 160px; }
.row-fluid .landing-subtext { padding-bottom:15px; font-size:18px; line-height:24px; font-weight:500; }
.row-fluid .landing4-section { padding:100px 0; }

.row-fluid .landing4-form { margin-top:-180px; padding:25px 40px; background-color:#FFFFFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
box-shadow: 0 0 10px rgba(0,0,0,0.4);; position:relative; }
.row-fluid .landing4-form .hs-form .hs-form-field { padding-bottom:7px !important; }
.row-fluid .landing4-form h4 { font-size:30px; line-height:36px; padding:0 0 30px; }
.row-fluid .landing4-form .hs-button { margin-top:15px; padding:12px 25px; height:auto; width:100%; background-color:#062d70; color:#FFFFFF; }
.row-fluid .landing4-form .hs-button:hover { background-color:transparent; color:#062d70; }
.row-fluid .landing4-formtext { padding-right:150px; }
.row-fluid .landing4-formtext h4 { color:#FFFFFF; }
.row-fluid .testimonial-sectionLp .testimonials-box:before { background-color:#f3f3f3; }

/* faq Page 2 */
.row-fluid .accordion-section { padding-top:40px; padding-bottom:10px; }  
.row-fluid .faq2-box h5 { font-size:18px; padding:25px 15px; padding-left:45px; line-height:22px; position:relative; display:inline-block; width:100%; cursor:pointer; border-bottom:1px solid #e6e6e6; }
.row-fluid .faq2-box h5:before { content:"\f29c"; position:absolute; top:25px; left:15px; font-family:'FontAwesome'; color:#062d70; font-weight:300; }
.row-fluid .faq2-text { display:none; padding:10px 0 25px; border-bottom:1px solid #e6e6e6; }
.row-fluid .faq2-box h5.active { border-bottom:none; }

/* faq page 3 */
.row-fluid .faq3-section1 { margin-top:30px; padding:30px; border:1px solid #062d70; }
.row-fluid .faq3-section1 .common-section1 { padding-top:0; }
.row-fluid .faq3-text h4 { font-size:30px; line-height:36px; text-transform:uppercase; color:#062d70; }
.row-fluid .faq3-section1 .common-inner h5 { padding:17px 40px 17px 15px; background-color:transparent; }
.row-fluid .faq3-section1 .common-inner h5:before { content:"\f105"; right:15px; left:auto; font-size:30px; }
.row-fluid .faq3-section1 .common-inner h5.active:before { content:"\f107"; }

/* testimonial page */
.row-fluid .customers-section { padding:70px 0 45px; }
.row-fluid .customers-section1 { padding:30px 0 0; }
.row-fluid .customers-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .customers-section1 .hs_cos_wrapper_widget  { padding:30px 15px; width:33.33%; float:left; }
.row-fluid .customer-box { color:#222222; border-top:5px solid #062d70; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.3);
-o-box-shadow: 0 3px 15px rgba(0,0,0,0.3);
-ms-box-shadow: 0 3px 15px rgba(0,0,0,0.3);
box-shadow: 0 3px 15px rgba(0,0,0,0.3);; position:relative; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .customer-box:before { content:"\f10d"; font-size:30px; width:60px; height:60px; line-height:60px; background-color:#FFFFFF; color:#062d70; position:absolute; top:-35px; left:50%; font-family:'FontAwesome'; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .customer-inner h4 { font-size:18px; line-height:24px; padding:25px 0 5px; }
.row-fluid .customer-inner { padding:50px 21px 35px ; font-size:14px; line-height:22px; }
.row-fluid .customer-box:hover { -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
-o-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
-ms-box-shadow: 0 3px 20px rgba(0,0,0,0.4);
box-shadow: 0 3px 20px rgba(0,0,0,0.4);; }  

/* testimonial page 2 */
.row-fluid .testimonial2-say span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .testimonial2-say .hs_cos_wrapper_widget { width:50%; float:left; padding:15px 0 20px; }
.row-fluid .testimonials-content { color:#222222; }

/* testimonial page 3 */
.row-fluid .testimonial3-say span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .testimonial3-say .hs_cos_wrapper_widget { padding:30px 15px; width:50%; float:left; }
.row-fluid .customer2-box { width:100%; float:left; line-height:22px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
-o-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.4);
box-shadow: 0 3px 10px rgba(0,0,0,0.4);; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .customer2-left { padding:10px 0; width:30%; float:left; text-align:center; }
.row-fluid .customer2-img { margin:0 auto; height:90px; width:90px; background-size:cover; background-position:center center; background-repeat:no-repeat; border:3px solid #062d70; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .customer2-left h5 { padding:10px 0 0; font-size:16px; line-height:22px; }
.row-fluid .customer2-contant { padding:15px 0 10px 20px; width:70%; float:left; border-left:1px solid #e6e6e6; font-style:italic; color:#222222; } 
.row-fluid .customer2-inner { padding:30px 15px; display:inline-block; width:100%; }
.row-fluid .customer2-box:hover { -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
-moz-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
-o-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
-ms-box-shadow: 0 4px 20px rgba(0,0,0,0.5);
box-shadow: 0 4px 20px rgba(0,0,0,0.5);; }   

/* Career page 1 */
.row-fluid .career-section { padding:50px 0; } 
.row-fluid .career-section1 .hs_cos_wrapper  { margin:0 -15px; display:block; }
.row-fluid .career-section1 .hs_cos_wrapper_widget { margin:0; padding:15px; width:50%; float:left; }
.row-fluid .career-box { position:relative; padding:30px; background-size:cover; background-position:center center; background-repeat:no-repeat; } 
.row-fluid .career-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.50; background-color:#062d70; }  
.row-fluid .career-box > div { position:relative; }  
.row-fluid .career-Text { padding:40px 30px 35px; max-width:328px; width:100%; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; color:#FFFFFF; }
.row-fluid .career-Text h4 { font-size:24px; line-height:30px; color:#FFFFFF; font-weight:600; }
.row-fluid .career-content { line-height:22px; padding-bottom:50px; }
.row-fluid a.career-link { width:50px; height:50px; font-size:30px; color:#FFFFFF; line-height:45px; border:2px solid #FFFFFF; display:inline-block; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; text-align:center; }
.row-fluid a.career-link:before { content:"\f105"; display:inline-block; font-family:'FontAwesome'; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; } 
.row-fluid a.career-link:hover {  background-color:#062d70; border-color:#062d70 }
.row-fluid a.career-link:hover:before { -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);; }

/* Career Page 2 */
.row-fluid .current-section { padding:70px 0 65px; }
.row-fluid .career1-box { padding:40px 0; border-bottom:1px solid #e6e6e6; }
.row-fluid .career1-box h4 { font-size:22px; line-height:28px; font-weight:500; }
.row-fluid .career1-location ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .career1-location ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .career1-location ul li span { color:#062d70; }  
.row-fluid .career1-location ul li:after { content:'|'; margin-left:6px; display:inline-block; }
.row-fluid .career1-location ul li:last-child:after { display:none; }
.row-fluid .career1-text { width:70%; display:inline-block; vertical-align:middle; }
.row-fluid .career1-button { width:29.3%; display:inline-block; text-align:right; vertical-align:middle; }
.row-fluid .career1-content { padding-top:10px; }
.row-fluid .career1-button a.link-style { padding:10px 30px; color:#062d70; }
.row-fluid .career1-button a.link-style:hover { color:#FFFFFF; }
.row-fluid .current-section1 .hs_cos_wrapper_widget:last-child .career1-box { border-bottom:none; } 

/* career page 3 */
.row-fluid .current2-section { padding:70px 0 20px; }
.row-fluid .current3-section .hs_cos_wrapper_widget { padding:65px 15px 80px; }  
.row-fluid .current3-section .service-box { position:relative; } 
.row-fluid .current3-section .service-content { padding-bottom:20px; }
.row-fluid .current-button { position:absolute; bottom:-32px; left:0; width:100%;  }
.row-fluid .current-button a.link-style { background-color:#FFFFFF; color:#062d70; }
.row-fluid .current-button a.link-style:hover { background-color:#062d70; color:#FFFFFF; }

.row-fluid .career-apply { padding:80px 0; }
.row-fluid .careerapply-form { padding-top:40px; }
.row-fluid .careerapply-form .hs-form-field > label { display:none; }
.row-fluid .career-apply h4 { font-size:26px; line-height:32px; font-weight:500; color:#FFFFFF; }
.row-fluid .careerapply-form input , .row-fluid .careerapply-form form button , .row-fluid .careerapply-form textarea, .row-fluid .careerapply-form select , .row-fluid .careerapply-form input[type="text"], .row-fluid .careerapply-form input[type="password"], .row-fluid .careerapply-form input[type="datetime"], .row-fluid .careerapply-form input[type="datetime-local"], .row-fluid .careerapply-form input[type="date"], .row-fluid .careerapply-form input[type="month"], .row-fluid .careerapply-form input[type="time"], .row-fluid .careerapply-form input[type="week"], .row-fluid .careerapply-form input[type="number"], .row-fluid .careerapply-form input[type="email"], .row-fluid .careerapply-form input[type="url"], .row-fluid .careerapply-form input[type="search"], .row-fluid .careerapply-form input[type="tel"], .row-fluid .careerapply-form input[type="color"] {  background:transparent; border-color:#FFFFFF; color:#FFFFFF; }
.row-fluid .careerapply-form input[type="file"] { padding-left:0 !important; padding-right:10px !important; opacity:0; }
.row-fluid .careerapply-form .hs-form-field { width:33.33% !important; float:none !important; display:inline-block; vertical-align:top; position:relative; }
.row-fluid .careerapply-form .hs_messages.hs-form-field { width:100% !important; }
.row-fluid .careerapply-form textarea { height:150px; }
.row-fluid .careerapply-form .hs_submit { text-align:center; }
.row-fluid .careerapply-form .hs-button { padding:10px 30px !important; min-width:160px; font-weight:500; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; color:#062d70; background-color:#FFFFFF; }
.row-fluid .careerapply-form .hs-button:hover { border-color:#062d70; background-color:transparent; }
.row-fluid .careerapply-form .hs_upload_your_cv .input { border:1px solid #FFFFFF; overflow:hidden; }

.row-fluid .careerapply-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.row-fluid .careerapply-form ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.row-fluid .careerapply-form :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.row-fluid .careerapply-form :-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}

.row-fluid .careerapply-form ul.inputs-list { color:#FFFFFF; }
.row-fluid .careerapply-form .hs_upload_your_cv.hs-form-field > label { display:block; position:absolute; top:12px; left:28px; color:#FFFFFF; }

/* career page 4 */
.row-fluid .career-manager { padding:75px 0 80px; }
.row-fluid .career-manager1 ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .career-manager1 ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .career-manager1 ul li span { color:#062d70; }
.row-fluid .career-manager1 ul li:after { content:'|'; margin-left:6px; display:inline-block; }
.row-fluid .career-manager1 ul li:last-child:after { display:none; }
.row-fluid .career-manager1 h4 { padding-top:30px; font-size:24px; line-height:30px; font-weight:500; }
.row-fluid .career-managerlist ul li { padding:3px 0 3px 20px; display:block; position:relative; }
.row-fluid .career-managerlist ul li:after { display:none; }
.row-fluid .career-managerlist ul li:before { content:"\f18e"; display:inline-block; position:absolute; top:3px; left:0; font-family:'Open Sans'; }
.row-fluid a.career-cta { margin-top:30px; min-width:160px; text-align:center; }
.row-fluid .landing-text { padding:100px 0 70px; }
.row-fluid .landing-text h1 { font-size:48px; line-height:55px; color:#FFFFFF; }

/* thank You page 1 */
.row-fluid .thanak-section { padding:80px 0; }
.row-fluid .thanak-section1 { margin:0 auto !important; max-width:780px; width:100%; float:none; display:block; }    
.row-fluid .thank-title { padding:50px 0 10px; }
.row-fluid a.thnak-cta { margin-top:40px; padding:12px 25px; min-width:226px; text-transform:uppercase; background-color:#062d70; color:#FFFFFF; }
.row-fluid a.thnak-cta:before { content:"\f177"; margin-right:10px; display:inline-block; font-family:'Open Sans'; color:#FFFFFF; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }  
.row-fluid a.thnak-cta:hover  { background-color:transparent; color:#062d70; }
.row-fluid a.thnak-cta:hover:before { margin-right:15px; color:#062d70;}  

/* thank You page 2 */
.row-fluid .thank-hero2 { position:relative; }
.row-fluid .thank-hero2:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#062d70; opacity:0.50;  } 

.row-fluid .thank-hero2 .thanak-section1 .thank-title h2 { color:#FFFFFF; }
.row-fluid .thank-follow  { padding-top:80px; }
.row-fluid .thank-follow h3 { font-size:30px; line-height:36px; color:#FFFFFF; font-weight:500; }
.row-fluid .thank-follow ul { margin:20px 0 0; padding:0; list-style-type:none; }
.row-fluid .thank-follow ul li { margin:0; padding:0 3px; display:inline-block; }
.row-fluid .thank-follow ul li a { width:39px; height:39px; line-height:35px; display:inline-block; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; color:#FFFFFF; border:2px solid #FFFFFF; } 
.row-fluid .thank-follow ul li a:before { content:"\f09a"; display:inline-block; font-family:'Open Sans'; }
.row-fluid .thank-follow ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .thank-follow ul li:nth-child(3) a:before { content:"\f16d"; } 
.row-fluid .thank-follow ul li:nth-child(4) a:before { content:"\f231"; }
.row-fluid .thank-follow ul li:nth-child(5) a:before { content:"\f0e1"; }
.row-fluid .thank-follow ul li a:hover { border-color:#062d70; background-color:#062d70; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; }

/* thank You page 3 */
.row-fluid .thanak3-section1 { padding:0 15px 70px; margin-top:-175px; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
box-shadow: 0 0 10px rgba(0,0,0,0.4);; position:relative; background-color:#FFFFFF; }
.row-fluid .thank-hero3 { height:530px; }
.row-fluid .thanak-button1 { padding:20px 0 0; }
.row-fluid .thanak-button1 a.thnak-cta { margin-top:0; }
.row-fluid .thanak-button1 { margin:0 auto !important; width:100%; max-width:500px; float:none; display:inline-block; }
.row-fluid a.thnak-cta1 { padding:12px 25px; min-width:225px; text-transform:uppercase; color:#062d70; }
.row-fluid a.thnak-cta1:after { content:"\f178"; margin-left:10px; display:inline-block; font-family:'Open Sans'; color:#062d70; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }  
.row-fluid a.thnak-cta1:hover  { background-color:#062d70; color:#FFFFFF; }
.row-fluid a.thnak-cta1:hover:after { margin-left:15px; color:#FFFFFF;} 

/* thank you page 4 */
.row-fluid .thank4-hero { padding:200px 0 150px; }
.row-fluid .thank4-hero .thanak3-section1 { margin-top:0; background-color:rgba(255,255,255,0.85); }

/* partner page 1 */
.row-fluid .partner-section { padding:70px 0; }
.row-fluid .partner-section1 .hs_cos_wrapper_widget { padding:10px 0; }
.row-fluid .partner-box { padding:27px; background-color:#e6e6e6; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .partner-img { width:15%; display:inline-block; vertical-align:middle; }
.row-fluid .partner-img img { max-width:120px; }
.row-fluid .partner-text { font-size:14px; line-height:20px; width:84.4%; display:inline-block; vertical-align:middle; color:#222222; }
.row-fluid .partner-text h4 { font-size:18px; line-height:24px; }  
.row-fluid .partner-box:hover { -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
box-shadow: 0 0 10px rgba(0,0,0,0.3);; }

/* partner page 2 */
.row-fluid .partner1-section1 span.hs_cos_wrapper { margin:0 0 0 -15px; display:block; }
.row-fluid .partner1-section1 .hs_cos_wrapper_widget  { margin:15px; width:22.7%; height:200px; float:left; border:1px solid rgba(0,0,0,0.1); -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);; position:relative; }
.row-fluid .partner1-section1 .hs_cos_wrapper_widget img { max-width:150px; position:absolute; top:50%; left:50%; -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 .partner1-section1 .hs_cos_wrapper_widget:nth-child(4n) { margin-right:0; } 

/* gallery page */
.row-fluid .gallery-section { padding:75px 0; }
.row-fluid .gallery-section1 { padding-top:20px; }
.row-fluid .gallery-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:50%; padding:15px; float:left; padding:15px; }
.row-fluid .gallery-img { height:395px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .gallery-img:before { content:''; position:absolute; top:100%; left:30px; bottom:0; right:30px; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; opacity:0.8; }
.row-fluid .gallery-icon { width:100%; text-align:center; font-size:30px; font-weight:300; opacity:0; color:#FFFFFF; position:absolute; top:80%; left:50%; -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%);; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .gallery-icon:before { content:''; width:49px; height:51px; display:inline-block; background-image:url('https://177047.fs1.hubspotusercontent-na1.net/hubfs/177047/Sahara_Theme_2017/Image/search-icon.png'); }
.row-fluid .gallery-icon h4 { padding:15px 0 0; font-size:24px; line-height:30px; color:#FFFFFF; }
.row-fluid .gallery-icon:hover { color:#062d70; }
.row-fluid .gallery-box:hover .gallery-img:before { top:0; left:0; right:0; }
.row-fluid .gallery-box:hover .gallery-icon { top:50%; opacity:1;}

/* gallery page 1 */
.row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:33.33%; }
.row-fluid .gallery1-section1 .gallery-img { height:285px; }
.row-fluid .gallery1-section1 .gallery-icon h4 { font-weight:400; }

/* gallery page 3 */
.row-fluid .gallery2-section1 span.hs_cos_wrapper { margin:0; display:inline-block; width:100%; }
.row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:25%; padding:0; border:1px solid #FFFFFF; }
.row-fluid .gallery2-section1 .gallery-icon h4 { font-weight:500; }
.row-fluid .gallery2-section1 .gallery-img:before { content:''; background:#062d70; opacity:0.6; }

/* gallery Portfolio page 3 */
.row-fluid .portfolio-slider { margin-top:25px; }
.row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:680px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .portfolio-slider .hs_cos_wrapper_widget img { display:none; }
.row-fluid .portfolio-slider .slick-arrow { width:60px; height:60px; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; color:#FFFFFF; }
.row-fluid .portfolio-slider .slick-arrow:hover { -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; }
.row-fluid .portfolio-slider .slick-arrow:before { font-size:36px; }
.row-fluid .portfolio-slider .slick-arrow.slick-prev { left:10px; }
.row-fluid .portfolio-slider .slick-arrow.slick-next { right:10px; }

.row-fluid .company-detail { padding:50px 0; color:#FFFFFF; }
.row-fluid .company-detail h4 { padding:0; font-size:22px; line-height:28px; font-weight:500; color:#FFFFFF; }
.row-fluid .company-detail-box { margin:0; padding:0 15px; width:25%; float:left; }

/* blog page 1 */
.hs-blog-listing .blog-right { display:none; }
.hs-blog-listing .blog-left { padding:60px 0; width:100%; }

.row-fluid .filter-topic { padding:20px 0 0; background-color:#062d70; text-align:center; }
.row-fluid .filter-topic1 ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .filter-topic1 ul li { margin:0 -6px 0 0; padding:0; display:inline-block; }
.row-fluid .filter-topic1 ul li a { font-size:15px; padding:8px 25px 16px; display:inline-block; color:#FFFFFF; position:relative; z-index:1; text-transform:uppercase; font-weight:400; }
.row-fluid .filter-topic1 ul li a:after { content:''; position:absolute; top:0; right:0; bottom:10px; border-right:1px solid rgba(255,255,255,0.5); }
.row-fluid .filter-topic1 ul li a:before { content:''; position:absolute; top:100%; left:0; bottom:0; right:0; background-color:#FFFFFF; -webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;; z-index:-1; opacity:0; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .filter-topic1 ul li a:hover { color:#062d70; }
.row-fluid .filter-topic1 ul li:last-child a:after { display:none; }
.row-fluid .filter-topic1 ul li a:hover:before { opacity:1; top:-8px; }

.row-fluid .recent-boxlisting { margin:0 -15px; display:block; }
.row-fluid .pagination-section { padding:35px 0 20px; display:inline-block; width:100%; text-align:center; }
.row-fluid ul.pagination { margin:0; padding:0; list-style-type:none;  }
.row-fluid ul.pagination li { margin:0; padding:0 3px; display:inline-block; } 
.row-fluid ul.pagination li a { width:40px; height:40px; line-height:36px; font-weight:500; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px; color:#333333; border:2px solid #062d70; display:inline-block; }
.row-fluid ul.pagination li a i { font-weight:600; }
.row-fluid ul.pagination li.active a , .row-fluid ul.pagination li a:hover { color:#FFFFFF; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }

/* blog page 2 */
.row-fluid .blog2-left .post-listing { margin:0 -15px; display:block; }
.row-fluid .blog2-left .post-item { width:33.33%; float:left; padding:15px; }
.row-fluid .blog2-left .hs-featured-image-wrapper { border-bottom:3px solid #062d70; height:238px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .blog2-left .hs-featured-image-wrapper:before { content:''; position:absolute; top:100%; left:20px; right:20px; bottom:0; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; opacity:0.9; }
.row-fluid .blog2-left a.hs-featured-image-link { width:62px; height:62px; font-size:24px; line-height:60px; border:2px solid #FFFFFF; color:#FFFFFF; display:inline-block; text-align:center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; position:absolute; top:80%; left:50%; -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%);; opacity:0; }
.row-fluid .blog2-left a.hs-featured-image-link:hover { border-color:#062d70; background-color:#062d70; }
.row-fluid .blog2-left .blog2-date { padding:10px 0; width:56px; line-height:22px; float:left; color:#FFFFFF; text-align:center; text-transform:uppercase; background-color:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }
.row-fluid .blog2-left .blog2-content { display:inline-block; width:100%; }
.row-fluid .blog2-left .blog2-title { padding:7px 0 7px 20px; width:84.3%; float:left; }
.row-fluid .blog2-left .blog2-title h2 { font-size:18px; line-height:24px; padding:0; font-weight:500; }
.row-fluid .blog2-left .blog2-title h2 a { color:#333333; }
.row-fluid .blog2-left .blog2-title h2 a:hover { color:#062d70; }
.row-fluid .blog2-left .blog-author , .row-fluid .blog2-left .blog2-topiclist { display:inline-block; }
.row-fluid .blog2-left .blog-author:after { content:''; border-right:1px solid #222222; display:inline-block; height:13px; }
.row-fluid .blog2-left .blog-author a , .row-fluid .blog2-left .blog2-topiclist a { color:#222222; }
.row-fluid .blog2-left .blog-author a:hover , .row-fluid .blog2-left .blog2-topiclist a:hover { color:#062d70; } 
.row-fluid .blog2-left .recent-content { width:100%; float:left; }
.row-fluid .blog2-left .more-link { float:left; }
.row-fluid .blog2-left .post-item:hover .hs-featured-image-wrapper:before { top:0; left:0; right:0; }
.row-fluid .blog2-left .post-item:hover a.hs-featured-image-link { opacity:1; top:50%; }

/* blog section 3 */
.row-fluid .blog3-section { padding:80px 0; } 
/*.row-fluid .blog3-left { width:70%; }
.row-fluid .blog3-right { margin:0; padding-left:25px; width:30%; }*/
.row-fluid .blog3-left { padding:20px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; }
.hs-blog-listing .blog3-left { padding:0; }
.row-fluid .blog3-right { -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; }
.row-fluid .blog3-left .post-item { padding-bottom:30px; }
.row-fluid .blog3-left .hs-featured-image-wrapper { height:440px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.hs-blog-post .blog3-left .hs-featured-image-wrapper { margin:0 -20px; }
.row-fluid .blog3-text { padding:30px 15px 0; }
.row-fluid .blog3-text h1 { padding:0 0 20px; font-size:22px; line-height:28px; text-transform:inherit; }
.row-fluid .blog3-text h1 a { color:#333333; }
.row-fluid .blog3-text h1 a:hover { color:#062d70; }
.row-fluid .blog3-date , .row-fluid .blog3-author , .row-fluid .blog3-topic { display:inline-block; }
.row-fluid .blog3-date a , .row-fluid .blog3-author a , .row-fluid .blog3-topic a { font-weight:500; color:#222222; }
.row-fluid .blog3-date a:hover , .row-fluid .blog3-author a:hover , .row-fluid .blog3-topic a:hover { color:#062d70; }
.row-fluid .blog3-date:after , .row-fluid .blog3-author:after { content:'/'; padding-left:4px; display:inline-block; }
.row-fluid .blog3-text .recent-content { padding:20px 0; }

.row-fluid .side-title h4 { text-align:center; padding:0 0 10px; font-size:18px; line-height:22px; text-transform:uppercase; font-weight:500; position:relative; }
.row-fluid .side-title h4:after { content:''; margin:10px auto 0; width:150px; height:2px; display:block; background-color:#062d70; }
/*.row-fluid .side-title h4:before { content:''; margin-left:-22px; width:50px; height:2px; position:absolute; bottom:9px; left:33.5%; background-color:#062d70; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; }*/

.row-fluid .follow-icon ul { margin:0; padding:20px 0 0; list-style-type:none; text-align:center; }
.row-fluid .follow-icon ul li { margin:0; padding:0 3px; display:inline-block; }
.row-fluid .follow-icon ul li a:before { width:40px; height:40px; line-height:40px; background:#e6e6e6; color:#062d70; display:inline-block; font-family: 'Open Sans'; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;; }
.row-fluid .follow-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .follow-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .follow-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .follow-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .follow-icon ul li a:hover:before { color:#FFFFFF; background:#062d70; }

.row-fluid .right-box { padding:20px; }

.row-fluid .catagoris-box { padding-top:20px; }
.row-fluid .catagoris-box ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .catagoris-box ul li { margin:0; padding:0 0 1px; display:block;  }
.row-fluid .catagoris-box ul li a { padding:5px 15px; display:inline-block; width:100%; color:#222222; }
.row-fluid .catagoris-box ul li a:hover { background-color:#062d70; color:#FFFFFF; }

/* letest post */
.row-fluid .latest-slider { margin-top:20px; }
.row-fluid .latest-box { text-align:center; }
.row-fluid .latest-image { height:180px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .latest-text { padding-top:10px; font-size:15px; }
.row-fluid .latest-title { font-size:16px; line-height:24px; font-weight:600; }
.row-fluid .latest-author , .row-fluid .latest-date { display:inline-block; line-height:20px; }
.row-fluid .latest-author a { color:#222222; position:relative; border-right:1px solid #222222; line-height:20px; padding-right:6px;}
.row-fluid .latest-author a:before { content:"\f007"; padding-right:5px; display:inline-block; font-family: 'Open Sans'; }
.row-fluid .latest-title a , .row-fluid .popular-title a { color:#333333; }
.row-fluid .latest-title a:hover , .row-fluid .latest-author a:hover , .row-fluid .popular-title a:hover { color:#062d70; }
.row-fluid .latest-slider ol.flex-control-nav, .row-fluid .latest-slider ul.slick-dots { padding:0; }
.row-fluid .latest-slider ol.flex-control-nav li a, .row-fluid .latest-slider ul.slick-dots li button { width:13px; height:13px; padding:0; }

/* popular section */
.row-fluid .popular-section { padding-top:30px; }
.row-fluid .popular-box { padding:20px 0 0; font-size:15px; }
.row-fluid .popular-title { padding-bottom:10px; font-size:16px; line-height:26px; font-weight:600; text-transform:uppercase; letter-spacing:0.5px; }

/* newsletter section */
.row-fluid .newsletter-section { padding:20px 15px; background:#062d70; color:#FFFFFF; opacity:0.9; font-size:15px; line-height:24px; }
.row-fluid .newsletter-section h5 { font-size:16px; line-height:26px; color:#FFFFFF; font-weight:600; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .newsletter-blog .hs-form-field > label span { display:none; }
.row-fluid .newsletter-blog .hs-button { width:100%; padding:10px 20px; height:auto; font-weight:500; letter-spacing:1px; background-color:#062d70; color:#FFFFFF; border:2px solid #062d70;  -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; }
.row-fluid .newsletter-blog .hs-button:hover { background-color:transparent; } 

/* blog inner page */
.hs-blog-post .blog1-title h2 { font-size:24px; line-height:34px; text-transform:uppercase; letter-spacing:0.5px; }
.hs-blog-post .blog1-title { padding:0 0 20px; margin-bottom:20px; border-bottom:1px solid #062d70; position:relative; }
.row-fluid .blog1-title:after { content:''; width:65px; height:1px; background:#222222; position:absolute; bottom:-1px; left:0; } 
.row-fluid .blog-about , .row-fluid .blog-date , .row-fluid .blog-comment { padding:0 5px; display:inline-block; line-height:16px; font-size:14px; font-style:italic; vertical-align:middle; }
.row-fluid .blog-about , .row-fluid .blog-date { border-right:1px solid #222222; }
.row-fluid .blog-about a { color:#222222; }
.row-fluid .blog-about a:hover { color:#062d70; }
.hs-blog-post blockquote { padding:30px 30px; text-align:center; background:#062d70; color:#FFFFFF; border-left:none; position:relative; }
.hs-blog-post blockquote:before { content:''; position:absolute; top:10px; bottom:10px; right:10px; left:10px; border:1px solid #FFFFFF; opacity:0.5; }

.hs-blog-post .about-author-sec { position:relative; padding-bottom:20px; border-bottom:1px solid ; }
.row-fluid .bloginner-img { width:100px; height:100; }

.row-fluid .bloginner-topic { margin-bottom:25px; padding:7px 0; border-top:1px solid ; border-bottom:1px solid ; }
.row-fluid .bloginner-topic1 { display:inline-block; }   
.row-fluid .bloginner-topic1 a { padding-right:5px; color:#222222; font-size:15px; } 
.row-fluid .bloginner-topic1 a:before { content:"\f02c"; padding-right:5px; display:inline-block; font-family: 'Open Sans'; font-size:12px; vertical-align:middle; }
.row-fluid .bloginner-topic1 a:hover { color:#062d70; }

.row-fluid .bloginner-img { height:110px; width:110px; background-size:cover; background-position:center center; background-repeat:no-repeat; float:left; }
.row-fluid .bloginner-author1 { padding-left:30px; width:84%; float:left; }
.row-fluid .bloginner-author1 h3 { font-size:18px; line-height:24px; padding:0 0 5px; text-transform:uppercase; font-weight:500; }
.row-fluid .bloginner-author1 h3 a { color:#333333; }
.row-fluid .bloginner-author1 h3 a:hover { color:#062d70; } 
.row-fluid .bloginner-content { font-size:15px; line-height:24px; }
.row-fluid .hs-author-social-links ul { margin:0; padding:0; list-style-type:none;/* position:absolute; top:50%; left:17px; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;*/ }
.row-fluid .hs-author-social-links ul li { margin:0; padding:0 4px; display:inline-block; }
.row-fluid .hs-author-social-links ul li a { position:relative; color:#222222; }
.row-fluid .hs-author-social-links ul li a:before { content:; display:inline-block;  font-family: 'Open Sans'; text-align:center; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;; }
.row-fluid .hs-author-social-links ul li:nth-child(1) a:before , .row-fluid .follow-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .hs-author-social-links ul li:nth-child(2) a:before , .row-fluid .follow-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .hs-author-social-links ul li:nth-child(3) a:before , .row-fluid .follow-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .hs-author-social-links ul li:nth-child(4) a:before , .row-fluid .follow-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .hs-author-social-links ul li a:hover:before { color:#062d70; }

.row-fluid .related-post { padding:20px 0; float:left; width:100%; }
.row-fluid .blog-title1 h3 , .row-fluid h3.blog-title1 { font-size:18px; line-height:24px; text-transform:uppercase; position:relative; font-weight:500; }
.row-fluid .blog-title1 h3:after , .row-fluid h3.blog-title1:after { content:''; margin:7px 0 0; width:100%; height:2px; display:block; background:#062d70;  }
.row-fluid .blog-title1 h3:before , .row-fluid h3.blog-title1:before { content:''; width:40px; height:2px; position:absolute; bottom:10px; left:0; background:#222222; }

.row-fluid .related-post .related-image { width:100%; height:138px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
/*.row-fluid .related-post .related-post-item { padding:10px 8px;  } */
.row-fluid .related-post-iteminner { padding:0 10px; }
.row-fluid .related-title { margin-top:10px; font-size:15px; line-height:22px; text-transform:uppercase; }
.row-fluid .related-title a { color:#222222; }
.row-fluid .related-title a:hover { color:#062d70; }

.row-fluid .related-slider .slick-arrow { top:-55px; margin-top:0; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; border:2px solid #062d70; background-color:#062d70; color:#FFFFFF; }
.row-fluid .related-slider .slick-arrow:hover { color:#062d70; background-color:transparent; }
.row-fluid .related-slider .slick-arrow.slick-prev { left:auto; right:45px; }

.row-fluid .blog-form .comment.depth-0 { padding-top:0; border-top:none; }
.row-fluid .blog-form .comment { padding-top:15px; padding-bottom:10px; border-top:1px solid ; }
.row-fluid .blog-form .hs-form-field > label span { display:none; }
.row-fluid .blog-form .hs-button { padding:8px 40px; height:auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.row-fluid .blog-form .comment-from h4 { font-size:18px; line-height:24px; text-transform:uppercase; letter-spacing:0.5px; }
.row-fluid .blog-form .comment-date { padding-left:15px; font-style:italic; }
.row-fluid .blog-form .hs_comment .input { margin-right:0; }
.row-fluid .blog-form .hs-form-field > label { display:none; }
.row-fluid .related-slider { display:inline-block; width:100%; }

.row-fluid .bloginner-icon { margin:0 -20px 10px; padding:17px 15px; background-color:#062d70; }
.row-fluid .bloginner-icon ul { margin:0; padding:0; list-style-type:none; text-align:center; }
.row-fluid .bloginner-icon ul li { margin:0; padding:0 3px; display:inline-block; }
.row-fluid .bloginner-icon ul li a { width:30px; height:30px; line-height:28px; background:transparent; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;; border:1px solid #FFFFFF; color:#FFFFFF; display:inline-block; -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;; }
.row-fluid .bloginner-icon ul li a:before { font-family: 'Open Sans'; }
.row-fluid .bloginner-icon ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .bloginner-icon ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .bloginner-icon ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .bloginner-icon ul li:nth-child(4) a:before { content:"\f0d5"; }
.row-fluid .bloginner-icon ul li a:hover:before { color:#FFFFFF; background:#062d70; }
.row-fluid .bloginner-icon ul li a:hover { -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }


/* blog inner 1 */
.hs-blog-post .blog-left .hs-featured-image-wrapper { margin:0 -20px; height:430px; display:block; background-size:cover; background-position:center; background-repeat:no-repeat; }
.hs-blog-post .blog-left { padding:20px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; }
.hs-blog-post .blog-right { -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; } 

/* blog inner 2 */
.hs-blog-post .blog-sectionnew { padding:80px 0; }
.hs-blog-post .blog2-left .hs-featured-image-wrapper { margin:0 -20px; height:430px; display:block; background-size:cover; background-position:center; background-repeat:no-repeat; }
.hs-blog-post .blog2-left { padding:20px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; }
.hs-blog-post .blog-right { -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);; } 

/* One Column */
.row-fluid .simple-banner { background:#333333; color:#FFFFFF }
.row-fluid .simple-banner .about-hero { padding:80px 0; }

.row-fluid .one-column { padding:70px 0 60px; }
.row-fluid .one-column h3 { text-transform:uppercase; }
.row-fluid .one-column h3:after { content:''; margin-top:5px; width:70px; height:2px; display:block; background-color:#062d70; }

.row-fluid .columns-secslider { position:relative; }
.row-fluid .columns-secslider:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#000; opacity:0.5; }
.row-fluid .columns-slider { padding:60px 0; color:#FFFFFF; font-size:20px; line-height:28px; }
.row-fluid .columns-slider h2 { text-transform:uppercase; color:#FFFFFF; }
.row-fluid .large-banner .about-hero { font-size:20px; line-height:28px; }
.row-fluid .large-banner .about-hero { padding:160px 0 160px; }

/* columns menu */
.row-fluid .column-menu { padding:5px; background-color:#e6e6e6; }
.row-fluid .column-menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .column-menu ul li { width:100%; margin:0; padding:0; display:block; }
.row-fluid .column-menu ul li a { color:#222222; width:100%; border-bottom:1px solid #e6e6e6; background:#FFFFFF; }
.row-fluid .column-menu ul li a:hover { background:#062d70; color:#FFFFFF; border-bottom-color:#062d70; }
.row-fluid .column-menu ul li.hs-item-has-children > a:after { content:"\f107"; position:absolute; top:10px; right:15px; }
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; opacity:1; visibility:inherit; }
.row-fluid .column-menu .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:0; }
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-open ul.hs-menu-children-wrapper li a { background:rgba(255,255,255,0.5); }
.row-fluid .column-menu ul.hs-menu-children-wrapper li.hs-item-has-children > a { background:#FFFFFF; }
.row-fluid .column-menu ul.hs-menu-children-wrapper li.hs-item-has-children > a:hover { background:#062d70; }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul li a { background:rgba(255,255,255,0.5); }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul ul li a{ background:rgba(255,255,255,0.5); }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul ul ul li a { background:rgba(255,255,255,0.5); }

/* password page */
.row-fluid .pass-section { padding:130px 0; }
.row-fluid .pass-inner { margin:0 auto !important; font-size:24px; line-height:32px; padding:50px 50px 30px; max-width:800px; width:100%; float:none; display:block; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; color:#FFFFFF; }
.row-fluid .pass-inner h3 { font-size:60px; line-height:66px; color:#FFFFFF; font-weight: 600; }
.row-fluid .pass-input { padding:20px 50px 0; }
.row-fluid .pass-input input { height:50px !important; margin-bottom:30px; background-color:transparent; color:#FFFFFF; }
.row-fluid .pass-input input[type=submit], .row-fluid .pass-input  form button, .row-fluid .pass-input .hs-button { min-width:230px; text-align:center; background-color:#062d70; color:#FFFFFF; border-color:#062d70; }
.row-fluid .pass-input input[type=submit]:hover , .row-fluid .pass-input  form button:hover , .row-fluid .pass-input .hs-button:hover { background-color:transparent; color:#062d70; }

/* error section */
.row-fluid .error-section { padding:150px 0; position:relative; }
.row-fluid .error-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.7; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }
.row-fluid .error-section > div { position:relative; }
.row-fluid .error-text { margin:0 auto !important; max-width:650px; font-size:20px; line-height:26px; width:100%; display:block; float:none; color:#FFFFFF; }
.row-fluid .error-text h1 { font-size:40px; line-height:46px; color:#FFFFFF; }
.row-fluid .error-text h2 { font-size:72px; line-height:80px; font-weight:400; color:#FFFFFF; }

.row-fluid .error-search  { padding:20px 50px 0; }
.row-fluid .error-search .hs-form .field > label  { text-align:left; display:block; margin-bottom:10px; }
.row-fluid .error-search .hs-button.primary { margin-top:20px; padding:12px 35px !important; background-color:#062d70; color:#FFFFFF; }

/* subscription-section */
.row-fluid .subscription-section { padding:50px 0 100px; }
.row-fluid .subscription-update { margin:0 auto !important; max-width:700px; width:100%; float:none; display:block; font-size:19px; line-height:25px; font-weight:500; }
.row-fluid .subscription-update h2 { font-size:36px; line-height:42px; font-weight:600; color:#062d70; }

/* backup-section */
.row-fluid .backup-section { padding:140px 0; }
.row-fluid .backup-section h1 { padding:0; font-size:60px; line-height:68px; font-weight:600; text-transform:capitalize; letter-spacing:1px; }
.row-fluid .backup-section h3 { padding:0 0 20px; }
.row-fluid .backup-section input.hs-input { background-color:#e6e6e6; }
.row-fluid .backup-section .hs-button { min-width:230px; color:#FFFFFF; background-color:#062d70; }
.row-fluid .backup-section .hs-button:hover { background-color:transparent; color:#333333; }

/* subpre-section */
.row-fluid .subpre-section { padding:80px 0; }
.row-fluid .subpre-section h1 { padding:0 0 20px; font-size:42px; line-height:48px; font-weight:600; text-transform:capitalize; }
.row-fluid .subpre-section h2 { font-size:30px; line-height:36px; color:#062d70; font-weight:600; }
.row-fluid .subpre-section p.header { font-size:18px; line-height:26px; font-weight:600; }

.row-fluid .subpre-section .checkbox-row input { top:4px; }
.row-fluid .subpre-section .email-prefs .item p { margin:5px 0 0px; }
.row-fluid .subpre-section .email-prefs .item .item-inner.selected { background:#062d70; }
.row-fluid .subpre-section .subscribe-options label > span { position:relative; top:-5px; }
.row-fluid .subpre-section .hs-button { background-color:#062d70; color:#FFFFFF }
.row-fluid .subpre-section .hs-button:hover { background-color:transparent; color:#062d70; }

.row-fluid .subpre-section .email-prefs .item .item-inner { position:relative; padding:15px 15px 15px 50px; }
.row-fluid .subpre-section input[type=checkbox], .row-fluid .subpre-section input[type=radio] { width:20px; height:20px; border:1px solid #333333; position:absolute; top:20px !important; left:17px; }
.row-fluid .subpre-section .checkbox-row span.fakelabel span { margin-left:0; }

/* error section */  
.row-fluid .error2-section { padding:150px 0; }
.row-fluid .error2-inner { -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; background:#f3f3f3 }
.row-fluid .error2-img { margin:0 0 0; padding:0; width:40%; display:inline-block; float:none; vertical-align:middle; text-align:center; }  
.row-fluid .error2-img img { max-width:240px; }
.row-fluid .error2-text { margin:0 0 0 -6px; padding:30px; width:60%; display:inline-block; float:none; vertical-align:middle; }  
.row-fluid .error2-text h1 { font-size:32px; line-height:40px; text-transform:capitalize; }
.row-fluid .error2-text h2 { font-size:65px; line-height:72px; color:#062d70; }
.row-fluid .error2-text .input { margin-top:10px; }
.row-fluid .error2-text .input input { margin-bottom:18px; }

.row-fluid .error2-text .hs-button { margin-top:10px; color:#FFFFFF; background-color:#062d70; }
.row-fluid .error2-text .hs-button:hover { background-color:transparent; color:#333333; }



/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }


.row-fluid .calendly-inline-widget { width:100%; text-align:center; }
.row-fluid .calendly-inline-widget iframe { width:99%; border:1px solid #666a73; float:none; }


@media (max-width: 1366px){

  .row-fluid .gallery2-section1 .gallery-img { height:295px; }   
}




@media (min-width: 768px){

  .row-fluid .thank-hero2 .thanak-section1 { position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; }

  .row-fluid .top.fixed { padding: 10px 25px; position:fixed; left:0; border-bottom:none; top:0; background:#000000; -webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
-moz-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
-o-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
-ms-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);; z-index:999; }
  .row-fluid .top.fixed:before { display:none; }
  /*.row-fluid .top.fixed .logo-orignal { display:block; }
  .row-fluid .top.fixed .logo-white { display:none; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#ffffff; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#062d70; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#062d70; } */

}



@media (min-width: 768px) and (max-width: 1200px){ 

  h1 { font-size:34px; line-height:46px; }
  h2 { font-size:30px; line-height:40px; }
  h3 { font-size:28px; line-height:34px; }
  h4 { font-size:26px; line-height:32px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:22px; line-height:26px; }

  /* menu */
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:10px 11px; }

  /* request section */
  .row-fluid .request-text { padding-top:60px; padding-right:10px; }
  .row-fluid .request-form { padding:70px 0 75px 40px; }


  /* service page 3 */
  .row-fluid .service3-tableft { padding:0 30px 0 0; }

  /* service page 4 */
  .row-fluid .service4-box { height:400px; }
  .row-fluid .service4-text { padding:0 10px; }

  /* contact page 2 */
  .row-fluid .contact2-section .contact-address ul li span { width:80%; padding-left:10px; }

  /* pricing page 2 */
  .row-fluid .pricing2-title:before { border-right-width:109px; border-left-width:109px; }

  /* pricing page 3 */
  .row-fluid .pricing3-section1 .pricing2-title:before { border-left-width:99px; border-right-width:99px; }
  .row-fluid .pricing3-section1 .pricing2-top { padding:35px 0 15px; }
  .row-fluid .pricing3-section1 .pricing2-title { font-size:20px; line-height:24px; }
  .row-fluid .pricing3-section1 .pricing2-top h1 { font-size:30px; line-height:36px; }

  /* case study 1 */
  .row-fluid .case-box h4 { font-size:20px; line-height:26px; }
  .row-fluid .cass-text { padding:40px 15px; }

  /* landing page 1 */
  .row-fluid .landing-lefthero { padding-right:60px; width:59%; }
  .row-fluid .landing-lefthero h2 { font-size:40px; line-height:46px; }
  .row-fluid .landing-righthero { padding:25px; }

  /* landing page 2 */
  .row-fluid .landing2-img { margin:0; width:40%; }
  .row-fluid .landing2-text { margin:0; padding-left:20px; width:60%; } 
  .row-fluid .landing2-form { margin:30px 0 0; width:100%; }

  /* landing page 4 */
  .row-fluid .video-sectionLP { padding:80px 0 115px; }
  .row-fluid .landing4-formtext { padding-right:60px; }  
  .row-fluid .landing4-section { padding:70px 0; }
  .row-fluid .landing4-form h4 { font-size:24px; line-height:30px; }
  .row-fluid .landing4-form { padding:25px 20px; margin-top:-130px; }

  /* faq page 3 */
  .row-fluid .faq3-text h4  { font-size:20px; line-height:26px; }  

  /* partner page 1 */
  .row-fluid .partner-text { width:84.3%; padding-left:15px; }

  /* gallery page 1 */
  .row-fluid .gallery-img { height:350px; }

  /* gallery page 3 */
  .row-fluid .gallery2-section1 .gallery-img { height:275px; }

  /* gallery portfolio */
  .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:540px; }

  /* blog 1 */
  .row-fluid .blog2-left .blog2-title { width:79.5%; } 


}

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper { max-width:920px; }



  /* service page 3 */
  .row-fluid .trusted-inner img { width:125px; }

  /* contact page 4 */
  .row-fluid .contact4-right .contact-address ul li:before { width:50px; height:50px; }

  /* team page 3 */
  .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:33.33%; }

  /* team page 4 */
  .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:33.33%; }

  /* team page 5 */
  .row-fluid .team5-text { width:63.6%; }

  /* pricing page 5 */
  .row-fluid .pricing5-amountsec:before { bottom:-68px; right:-48px; -webkit-transform: rotate(163deg);
-moz-transform: rotate(163deg);
-o-transform: rotate(163deg);
-ms-transform: rotate(163deg);
transform: rotate(163deg);; }

  /* resources page 1 */
  .row-fluid .resource-title { font-size:18px; line-height:24px; }

  /* case study 2 */
  .row-fluid .case2-text h4 { font-size:18px; line-height:24px; }

  /* testimonial page 3 */
  .row-fluid .customer2-left { width:100%; }
  .row-fluid .customer2-box { text-align:center; }
  .row-fluid .customer2-contant { width:100%; padding:15px 0; border-left:none; border-top:1px solid #e6e6e6; }  

  /* career page 1 */
  .row-fluid .career-Text { padding:25px; }
  .row-fluid .career-content { padding-bottom:25px; }

  /* partner page 2 */
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget { width:22%; }

  /* blog page 3 */
  .row-fluid .bloginner-author1 { width:79.5%;  }




}

@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .wrapper {  max-width:720px; }	

  /* menu */
  .row-fluid .mainmenu { margin:5px 0 0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:10px 5px; } 
  .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link, .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited, .hs-menu-wrapper.hs-menu-flow-vertical li a { font-size:13px; line-height:20px; }

  /* service section */
  .row-fluid .service-text h4 { font-size:18px; line-height:24px; }
  .row-fluid .service-img { height:200px; }

  /* request section */
  .row-fluid .request-form { padding:50px 0 75px 20px; }
  .row-fluid .request-text { padding:60px 10px 0; }
  .row-fluid .request-text h1 { font-size:26px; line-height:32px; }

  /* recent section */
  .row-fluid .recent-date { left:15px; }
  .row-fluid .recent-date { max-width:175px; }



  /* home page 2 */
  .row-fluid .video-left { height:260px; }
  .row-fluid .video-text { padding:0; }

  /* about page 4 */
  .row-fluid .teama4-img { height:280px; }
  .row-fluid .team-textinnera4 { padding:20px 0; }

  /* about page 6 */
  .row-fluid .service-detailsinner { padding:30px 0 30px 30px; }

  /* service page 3 */
  .row-fluid .service3-tabright { height:250px; }

  /* service page 4 */
  .row-fluid .service4-section .hs_cos_wrapper_widget { width:50%; }

  /* service page 6 */
  .row-fluid .service6-section1 .hs_cos_wrapper_widget { padding:18px 10px 10px; }
  .row-fluid .service6-icon { margin:0 auto; position:relative; top:auto; left:auto; float:none; display:block; }
  .row-fluid .service6-box { padding-left:0; }
  .row-fluid .service6-text { margin-top:40px; padding:25px 0; border-left:transparent; border-top:2px solid #062d70; text-align:center; }
  .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#062d70; top:auto; left:50%; right:auto; bottom:100%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; }

  /* contact page 1 */
  .row-fluid .map-section , .row-fluid .contact1-section { padding:50px 0; }
  .row-fluid .contact-address ul li:before { width:50px; height:50px; }
  .row-fluid .contact-address ul li span { width:80%; padding-left:12px; }

  /* contact page 2 */
  .row-fluid .contact2-left , .row-fluid .contact2-right { margin:0; width:100%; float:left; }
  .row-fluid .contact2-right { padding-top:40px; }
  .row-fluid .contact2-section .contact-title h4 { padding:0 0 10px; }

  /* team page 1 */
  .row-fluid .meetteam-section1 .hs_cos_wrapper_widget  { width:50%; }

  /* team page 3 */
  .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:50%; }

  /* pricing page 2 */
  .row-fluid .pricing2-section1 .hs_cos_wrapper_widget { padding:10px 10px; width:50%; }
  .row-fluid .pricing2-title:before { border-right-width:159px; border-left-width:159px; }
  .row-fluid .pricing2-section1 .hs_cos_wrapper_widget:nth-child(3) { clear:left; }

  /* pricing page 3 */
  .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:167px; border-left-width:167px; }

  /* pricing page 5 */
  .row-fluid .pricing5-top h1 { font-size:40px; line-height:46px; }
  .row-fluid .pricing5-amountsec { padding:20px 15px 40px; }
  .row-fluid .pricing5-amountsec:before { bottom:-68px; right:-48px; -webkit-transform: rotate(163deg);
-moz-transform: rotate(163deg);
-o-transform: rotate(163deg);
-ms-transform: rotate(163deg);
transform: rotate(163deg);; }

  /* landing page 1 */
  .row-fluid .landing-lefthero h2 { font-size:28px; line-height:34px; }
  .row-fluid .landing-righthero h4 { font-size:20px; line-height:26px; padding:0 0 5px; } 

  /* partner page 2 */
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { width:29.7%; }
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(4n) { margin-right:15px; }
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(3n) { margin-right:0; }

  /* blog page 1 */
  .row-fluid .blog-left .recent-box { width:50%; }








}

@media (max-width: 991px) {

  /* hero section */
  .row-fluid .hero-text h1 { font-size:40px; line-height:46px; }

  /* service section */
  .row-fluid .service-section { padding:50px 0 40px; }
  .row-fluid .service-section1 { padding-top:0; }

  /* cta strip */
  .row-fluid .cta-strip { padding:25px 15px; }

  /* cta strip new */
  .row-fluid .cta-strip-new { padding:25px 15px; }

  /* industries section */
  .row-fluid .industries-section { padding:50px 0; }
  .row-fluid .industries-section1 .hs_cos_wrapper_widget { width:50%; }

  /* testimonial section */
  .row-fluid .testimonial-section { padding:55px 0; }

  /* counter section */
  .row-fluid .counter-section { padding:50px 0; }
  .row-fluid .counter-box { padding:15px 0 15px 57px; width:50%; }

  /* recent section */
  .row-fluid .recent-section { padding:50px 0 35px; }
  .row-fluid .recent-image { height:200px; }
  .row-fluid .recent-date { font-size:14px; }

  /* trusted-section */
  .row-fluid .trusted-section { padding:40px 0; }
  .row-fluid .trusted-inner img { max-width:135px; }



  /* about page 3 */
  .row-fluid .about3-left { padding:0 0 25px; }

  .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .team1-section1 .hs_cos_wrapper_widget:nth-child(2n) .team1-img { float:right; }
  .row-fluid .team1-section1 .hs_cos_wrapper_widget:nth-child(2n) .team1-text { float:left; }

  /* about page 4 */
  .row-fluid .about4-intext { padding-top:0px; }
  .row-fluid .testimonialA4-left h2 { padding-bottom:10px; }
  .row-fluid a.about4-cta { margin-top:10px; }
  .row-fluid .testimonialA4-left { padding-right:0; }
  .row-fluid .testimonialA4-left h2 { padding-bottom:10px; font-size:20px; line-height:26px; }

  /* about page 5 */
  .row-fluid .ctasection-left, .row-fluid .ctasection-right { padding:5px 0; display:block; } 

  /* service page 3 */
  .row-fluid .row-fluid .service-tablist ul li a { padding:15px 15px; }

  /* service page 5 */
  .row-fluid .service5-inner { padding:40px 0 40px 20px; }
  .row-fluid .service5-inner h4  { font-size:22px; line-height:26px; }
  .row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-inner { padding:40px 20px 40px 0; }

  /* contact page 2 */
  .row-fluid .contact2-section .contact-address ul li span { width:80%; padding-left:10px; }

  /* contact page 3 */
  .row-fluid .contact3-box { margin:0; width:50%; float:left; padding:0 15px; }
  .row-fluid .contact3-box:nth-child(3) { clear:left; }

  /* contact page 3 */
  .row-fluid .contact4-right , .row-fluid .contact4-left { width:100%; height:auto !important; }
  .row-fluid .contact4-leftinner , .row-fluid .contact4-rightinner { padding:40px 15px; }
  .row-fluid .contact4-section1 .contact-title h4 { padding:0 0 10px; }

  /* team page 2 */
  .row-fluid .team2-section1 .hs_cos_wrapper_widget { width:50%; }
  .row-fluid .team2-textinner h4 { font-size:18px; line-height:22px; }
  .row-fluid .team2-textinner { padding:18px 10px; }

  /* team page 4 */
  .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:50%; }

  /* team page 5 */
  .row-fluid .team5-list { width:100%; position:relative; }
  .row-fluid .team5-list span.styledselect-list { display:block; }
  .row-fluid .team5-list ul { display:none; position:absolute; top:85px; left:0; width:100%; z-index:99; }
  .row-fluid .team5-list ul li a { padding:5px 15px; }
  .row-fluid .team5-section1 { width:100%; }
  .row-fluid .team5-text { width:64.7%; }

  /* single service page 2 */
  .row-fluid .single-left , .row-fluid .single-right { width:100%; margin:0; }
  .row-fluid .single-right .team5-list ul { display:block; position:relative; top:auto; left:auto; width:100%; z-index:99; }
  .row-fluid .single-right .team5-list ul li a { padding:10px 15px; font-size:16px !important; line-height:22px !important; }
  .row-fluid .single-img { height:300px; }

  /* single service page 3 */
  .row-fluid .single3-left .single-text { padding:25px 15px; }
  .row-fluid .pricing3-section1 .most1-popularbox { margin-top:0; }
  .row-fluid .pricing3-section1 .most1-popularbox .pricing-list ul { padding:20px 0; }

  /* single service page 4 */
  .row-fluid .single4-section { padding:50px 0 40px; }
  .row-fluid .single4-left { height:300px; }
  .row-fluid .single4-content { padding-top:0; }

  /* pricing page 1 */
  .row-fluid .pricing1-section { padding-top:50px; }
  .row-fluid .pricing-inner h5 { font-size:20px; line-height:26px; }
  .row-fluid .pricing-top h1 { font-size:40px; line-height:46px; }

  /* pricing page */
  .row-fluid .column-section1 { padding-top:10px; } 
  .row-fluid .column-section1 h4 { font-size:19px; line-height:24px; }

  /* pricing page 6 */
  .row-fluid .pricing6-titleinner h1 { font-size:50px; line-height:56px; } 

  /* resource page */
  .row-fluid .resource-box { width:50%; }
  .row-fluid .resource-list { padding:10px 0 20px; }
  .row-fluid .resource-list ul li { padding:4px; }
  .row-fluid .resource-list ul li a { padding:4px 18px; }

  /* resource page 3*/
  .row-fluid .resource3-section .resource3-right { width:100%; padding-left:0; }
  .row-fluid .resource3-box { padding:10px 0; }
  .row-fluid .resource3-section .team5-list { padding:10px 0; }

  /* case sturdy 1 */
  .row-fluid .casestudy-section1 .hs_cos_wrapper_widget { width:50%; }

  /* case study 1 */
  .row-fluid .casestudy1-section1 .hs_cos_wrapper_widget { width:100%; }

  /* case study 3 */
  .row-fluid .casestudy3-section .hs_cos_wrapper_widget { width:50%; }

  /* landing page */
  .row-fluid .industriesH2-section1.industries-lp .hs_cos_wrapper_widget { width:33.33%; }

  /* landing page 4 */
  .row-fluid .landing4-formtext { padding-right:0; }

  /* faq page 2 */
  .row-fluid .accordion-section { padding:0; }
  .row-fluid .faq2-box h5 { padding:15px 10px 15px 40px; font-size:16px; }
  .row-fluid .faq2-box h5:before { top:15px; left:10px; }

  /* faq page 3 */
  .row-fluid .faq3-text { margin:0 0 20px; width:100%; }
  .row-fluid .faq3-section1 .common-section1 { margin:0; width:100%; }

  /* testimonial page */
  .row-fluid .customers-section1 .hs_cos_wrapper_widget { width:50%; }

  /* testimonial page 3 */
  .row-fluid .customer2-box { height:auto !important; }
  .row-fluid .testimonial3-say .hs_cos_wrapper_widget { padding:20px 15px; width:100%; }

  /* career page 1 */
  .row-fluid .career-section1 .hs_cos_wrapper_widget { width:100%; }

  /* career page 2 */
  .row-fluid .career1-button { width:29%; }

  /* thank you page 2 */
  .row-fluid .thank-hero2 a.thnak-cta { margin-top:10px; }
  .row-fluid .thank-follow { padding:20px; }
  .row-fluid .thank-follow ul { margin:10px 0 0; }

  /* thank you page 3 */
  .row-fluid .thank-hero3 { height:400px; }

  /* thank you page 4 */
  .row-fluid .thank4-hero { padding:150px 0 75px; }

  /* partner page 1 */
  .row-fluid .partner-img { width:20%; } 
  .row-fluid .partner-text { width:79.1%; }

  /* gallery page 1 */
  .row-fluid .gallery-img { height:250px; } 

  /* gallery page 1 */ 
  .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:50%; }

  /* gallery page 3 */ 
  .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:33.33%; }

  /* gallery portfolio */
  .row-fluid .company-detail { padding:20px 0; }
  .row-fluid .portfolio-slider .slick-arrow { width:50px; height:50px; }
  .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:450px; }

  .row-fluid .company-detail-box { width:50%; padding:15px; }
  .row-fluid .company-detail-box:nth-child(3) { clear:left; }

  /* blog 2 */
  .row-fluid .blog2-left .post-item { width:50%; }

  /* blog 3 */
  .row-fluid .blog3-left { width:100%; }
  .row-fluid .blog3-right { margin:30px 0 0; width:100%; }
  .row-fluid .bloginner-author1 { width:82.8%; }  

  /* blog 2 */
  .hs-blog-post .blog2-left { width:100%; }
  .hs-blog-post .blog-right { margin:30px 0 0; width:100%; } 

  /* One Column */
  .row-fluid .large-banner .about-hero { padding:100px 0; }

  /* password */
  .row-fluid .pass-section { padding:80px 0; }
  .row-fluid .pass-inner h3 { font-size:50px; line-height:56px; }

  /* backup section */
  .row-fluid .backup-section { padding:100px 0; }
  .row-fluid .backup-section h1 { font-size:44px; line-height:50px; }

  /* Error page 2 */
  .row-fluid .error2-section { padding:100px 0; }
  .row-fluid .error2-text h2 { font-size:50px; line-height:58px; }





}

@media (min-width: 30px) and (max-width: 767px) { 

  h1 { font-size:30px; line-height:38px; }
  h2 { font-size:26px; line-height:32px; }
  h3 { font-size:24px; line-height:30px; }
  h4 { font-size:22px; line-height:28px; }
  h5 { font-size:20px; line-height:26px; }
  h6 { font-size:18px; line-height:24px; }

  .row-fluid .wrapper { max-width:100%; width:100%; padding:0 15px; }

  /* Top */
  .row-fluid .top { padding:10px 0 40px; }

  /* hero section */
  .row-fluid .hero-text { padding:0 15px !important; }
  .row-fluid .hero-text h1 { font-size:30px; line-height:36px; }
  .row-fluid .hero-content { padding-bottom:10px; font-size:1.25rem; line-height:26px; }

  /* cta-strip */
  .row-fluid .cta-strip {  -webkit-transform: translateY(-0);
-moz-transform: translateY(-0);
-o-transform: translateY(-0);
-ms-transform: translateY(-0);
transform: translateY(-0);;  }

  /* cta-strip-new */
  .row-fluid .cta-strip-new {  -webkit-transform: translateY(-0);
-moz-transform: translateY(-0);
-o-transform: translateY(-0);
-ms-transform: translateY(-0);
transform: translateY(-0);;  }

  /* service section */
  .row-fluid .service-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .service-box , .row-fluid .service-boxs { height:auto !important; }

  /* counter section */
  .row-fluid .counter-box { width:50%; }

  /* recent section */
  .row-fluid .recent-box { width:100%; }

  /* request section */
  .row-fluid .request-left { width:100%; height:auto !important; }
  .row-fluid .request-text { padding:40px 15px !important; }
  .row-fluid .request-text h1 { font-size:25px; line-height:32px; }
  .row-fluid .request-right { width:100%; }
  .row-fluid .request-rightinner { padding:30px 15px !important; }
  .row-fluid .request-form  { padding:0; }

  /* testimonial section */
  .row-fluid .testimonials-boxinner { height:auto !important; }
  .row-fluid .testimonials-detailsbox { right:30px; }



  /* home page 2 */
  .row-fluid .video-section { padding:60px 0 40px; }
  .row-fluid .video-text { padding:20px 0 15px; }

  /* video section */
  .video-code iframe { height:280px; }

  /* industries section */
  .row-fluid .industriesH2-section1 .hs_cos_wrapper_widget { width:100%; }

  .row-fluid .industries-inner { padding:30px 10px 25px; }

  /* team section */
  .row-fluid .team-section { padding:40px 0; } 
  .row-fluid .team-section1 { padding-top:10px; }
  .row-fluid .team-textinner { padding:15px 0; } 

  /* about page */
  .row-fluid .about-hero { padding:60px 0; text-align:center; }
  .row-fluid .about-hero h2 { font-size:30px; line-height:36px; }

  /* about 2 page */
  .row-fluid .about-team { padding:50px 0 0; }
  .row-fluid .about-team1 { padding:50px 0 30px; }
  .row-fluid .about-slider ol.flex-control-nav, .row-fluid .about-slider ul.slick-dots { padding:10px 0 0; }
  .row-fluid .about2-content { padding:40px 0 50px; }
  .row-fluid .about-insidetext { padding:0 0 10px; }

  .row-fluid .about2-video { height:300px; }
  .row-fluid .aboutslider-box { padding:20px 10px; }
  .row-fluid .aboutslider-box h5 { font-size:18px; line-height:24px; font-weight:500; }
  .row-fluid .aboutslider-text { padding-top:5px; }

  /* about 2 page */
  .row-fluid .about3-content { padding:40px 0 60px; }
  .row-fluid .team1-section { padding:40px 0; }

  /* about page 4 */
  .row-fluid .about3-content { padding:40px 0; }
  .row-fluid .testimonial-about4 { padding:40px 0; }
  .row-fluid .testimonialA4-left { padding:0 0 20px; }
  .row-fluid .testimonialA4-left h2 { padding-bottom:10px; font-size:20px; line-height:26px; }
  .row-fluid .testimonialA4-right { padding-top:40px; }
  .row-fluid .testimonialA4-right .hs_cos_wrapper_widget { padding-bottom:60px; }

  .row-fluid .teama4-section .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .teama4-box { height:auto !important; }
  .row-fluid .teama4-img { height:300px; }
  .row-fluid .team-textinnera4 { padding:15px 10px; }

  /* about page 5 */
  .row-fluid .cta-section { padding:30px 0; }
  .row-fluid .testimoniala5-details { padding:10px 0 0; }

  /* about page 6 */
  .row-fluid .experience-section { width:100%; padding:0 15px !important; height:auto !important; }
  .row-fluid .experience-inner , .row-fluid .service-detailsinner { padding:40px 0; }
  .row-fluid .service-details { width:100%; padding:0 15px !important; }

  /* service page 3 */
  .row-fluid .service2-tab { padding:50px 0; }
  .row-fluid .service3-tableft { width:100%; padding:0; }
  .row-fluid .service3-tabright { margin-top:20px; width:100%; text-align:center; }
  .row-fluid .service-tablist { text-align:left; position:relative; }
  .row-fluid .service-tablist span.styledselect { display:block; }
  .row-fluid .service-tablist { margin-bottom:0; }
  .row-fluid .service-tablist ul { display:none; position:absolute; top:48px; left:0; background:background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }
  .row-fluid .service-tablist ul li { width:100%; }
  .row-fluid .row-fluid .service-tablist ul li a { padding:8px 15px; color:#FFFFFF; }
  .row-fluid .service-tablist ul li a:before { display:none; }

  /* service page 4 */
  .row-fluid .service4-section .hs_cos_wrapper_widget { width:50%; }
  .row-fluid .service4-box { height:400px; }
  .row-fluid .service4-text { padding:0 8px; font-size:13px; line-height:19px; }
  .row-fluid .service4-content { display:block; }

  /* service page 5 */
  .row-fluid .subtop-section { padding-top:20px; }
  .row-fluid .service5-section { padding:40px 0 20px; }
  .row-fluid .service5-section1 { padding-top:20px; }
  .row-fluid .service5-img { width:100%; height:300px !important; }

  .row-fluid .service5-text { width:100%; }
  .row-fluid .service5-inner h4 { font-size:20px; line-height:24px; }
  .row-fluid .service5-inner , .row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-inner { padding:20px 0; }

  /* service page 6 */
  .row-fluid .service6-section1 { padding-bottom:40px; }
  .row-fluid .service6-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .service6-boxs { height:auto !important; }
  .row-fluid .service5-section { padding:40px 0; }
  .row-fluid .servicessub-text h4 { font-size:20px; line-height:28px; }

  /* contact page 1 */
  .row-fluid .map-section { padding:50px 0; }
  .row-fluid .contact1-section { padding:35px 0 50px; }
  .row-fluid .map-code iframe { height:250px; } 
  .row-fluid .contact-title h4 { padding:15px 0; }

  /* contact page 2 */
  .row-fluid .contact2-form { padding-top:0; }
  .row-fluid .contact-icon { padding-top:20px; }
  .row-fluid .listing-row { width:100%; padding:0; }

  /* contact3 section */ 
  .row-fluid .contact3-section { padding:40px 0; }
  .row-fluid .contact3map-section { padding:50px 0 30px; }
  .row-fluid .contact3-address { padding-top:30px; }

  /* contact section 4 */ 
  .row-fluid .contact4-section { padding-top:40px; }
  .row-fluid .contact4-map { margin-top:20px; }
  .row-fluid .contact4-section1 {  -webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-o-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);; }

  /* contact page 5 */
  .row-fluid .contact5-section { margin:0 !important; padding-bottom:50px; }
  .row-fluid .contact5-section .contact4-leftinner { padding:15px; }
  .row-fluid .contact5-section .contact4-rightinner { padding:15px 0;  }
  .row-fluid .contact5-map { padding:40px 0 0; }

  /* contact page 6 */
  .row-fluid .contact6-section { padding-top:40px; }
  .row-fluid .contact6-section1 { margin:20px auto 0 !important; }

  /* team page 2 */
  .row-fluid .meetteam-section { padding:50px 0 30px; }
  .row-fluid .meetteam-section1 .hs_cos_wrapper_widget  { width:100%; }
  .row-fluid .team-box { height:auto !important; }
  .row-fluid .team2-img { height:250px; }

  /* team page 3 */
  .row-fluid .meetteam3-section1 { padding-top:10px; }  
  .row-fluid .meetteam3-section1 span.hs_cos_wrapper { margin:0 -10px; display:block; }
  .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { padding:10px; width:50%; }
  .row-fluid .team3-box:before { opacity:0.8; top:0; left:0; right:0; bottom:0; }
  .row-fluid .team3-text { opacity:1; }

  /* tame page 4 */
  .row-fluid .team5-box { padding:10px 0; }
  .row-fluid .team5-img { margin:0 auto; width:200px; height:200px !important; float:none; display:block; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%; }
  .row-fluid .team5-text { text-align:center; width:100%; padding:15px 0; }

  /* team page 6 */
  .row-fluid .team6-section { padding-top:50px; }

  /* single service page 1 */
  .row-fluid .single-service { padding:50px 0; }
  .row-fluid .single-video { padding-top:15px; }
  .row-fluid .single-text ul { padding-left:0; }

  /* single service page 3 */
  .row-fluid .single3-section { padding-top:50px; }
  .row-fluid .single3-left { margin-right:0; margin-bottom:-20px; width:100%; }
  .row-fluid .single3-inner { padding:0 10px; }
  .row-fluid .single3-right { width:100%; height:300px !important; }

  /* single service page 5 */
  .row-fluid .single5-section { padding:50px 0 30px; }
  .row-fluid .singleservice-title { padding:10px 0 20px; }
  .row-fluid .single5-icon { margin:0 auto !important; display:block; }
  .row-fluid .service-heading { width:100%; padding:30px 0 0; text-align:center; }
  .row-fluid .single5-Image { margin:10px auto !important; height:300px; }

  /* pricing page 1 */
  .row-fluid .pricing1-section1  { padding-top:10px; }
  .row-fluid .pricing1-section1 .hs_cos_wrapper_widget { margin:10px 0; width:100%; }
  .row-fluid .most1-popularbox { margin-top:0; }
  .row-fluid .most1-popularbox .pricing-list ul { padding:20px 0 20px; }

  /* pricing page 2 */
  .row-fluid .pricing2-section1 { padding-top:10px; }
  .row-fluid .pricing2-section1 .hs_cos_wrapper_widget { padding:10px 0; width:100%; }
  .row-fluid .pricing2-section1 .pricing-box  { margin:0 auto; max-width:400px; width:100%; display:block; }
  .row-fluid .pricing2-title:before { border-right-width:199px; border-left-width:199px; }

  /* pricing page 3 */
  .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:199px; border-left-width:199px; }

  /* prcing page 4 */
  .row-fluid .pricing4-section1 .hs_cos_wrapper_widget { margin:0; }    
  .row-fluid .common-section { padding:30px 0; }
  .row-fluid .common-inner h5 { padding:10px 15px 10px 40px; font-size:16px; }
  .row-fluid .common-section1 { padding-top:0; }

  /* pricing page 5 */
  .row-fluid .column-section { padding:40px 0; }

  .row-fluid .pricing5-section { padding:40px 0; }
  .row-fluid .pricing5-section1 { padding-top:10px; }
  .row-fluid .pricing5-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .pricing5-amountsec:before , .row-fluid .pricing5-amountsec:after { display:none; }
  .row-fluid .pricing5-amountsec { text-align:center; }

  /* pricing page 6 */
  .row-fluid .pricing6-section { margin-bottom:0; }
  .row-fluid .pricing6-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .pricing6-top:before { display:none; }
  .row-fluid .pricing6-top { background-color:#283c86; }
  .row-fluid .pricing6-top { padding:60px 15px; }
  .row-fluid .pricing6-section1 .pricing-list { padding-bottom:0; }

  /* resource section */
  .row-fluid .resource-section { padding-top:50px; }
  .row-fluid .resource-list { padding:10px 0; } 
  .row-fluid .resource-text { padding:15px 10px 10px; }
  .row-fluid .resource-title { font-size:18px; line-height:24px; }

  /* resource section 1 */
  .row-fluid .resource3-box { text-align:center; }
  .row-fluid .res3-boximg { margin:0 auto; max-width:250px; width:100%; float:none; display:block; }
  .row-fluid .resource3-text { width:100%; padding-left:0; }

  /* case study 1 */
  .row-fluid .casestudy-section { padding:50px 0; }
  .row-fluid .case-box h4 { font-size:20px; line-height:26px; }
  .row-fluid .cass-text { padding:40px 15px; }
  .row-fluid a.case-link { border-color:#062d70; }
  .row-fluid .case-box .cass-text { opacity:1; } 
  .row-fluid .case-box:after{ -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; top:0; left:0; right:0; bottom:0; opacity:0.80 }
  .row-fluid .case-box .cass-title { opacity:0; top:0; }

  /* case study 2 */
  .row-fluid .case2-text h4 { font-size:18px; line-height:24px; }

  /* case study 3 */
  .row-fluid .casestudy3-section .hs_cos_wrapper_widget { width:100%; } 
  .row-fluid .case3-textinner1 { height:auto !important; }

  /* case details */
  .row-fluid .casedetails-section { padding:50px 0 30px; }
  .row-fluid .casedetails-text { padding:20px 0; }
  .row-fluid .casedetails-img { height:230px; }
  .row-fluid .casedetails-text h2 { font-size:20px; line-height:26px; }

  /* case details 1*/
  .row-fluid .casetab-details { padding:50px 0; }
  .row-fluid .casetab-details1 h4 , .row-fluid .case1-details h4 { font-size:20px; line-height:26px; }
  .row-fluid .casevideo-content .video-left { height:300px !important; }
  .row-fluid .casevideo-content .single-text { padding:30px 15px 25px !important; }
  .row-fluid .case1-details { padding:40px 0; }

  /* landing page */
  .row-fluid .landing-lefthero { width:100%; padding-right:0; }
  .row-fluid .landing-righthero { width:100%; margin:20px 0 0; }
  .row-fluid .landing-lefthero h2 { font-size:30px; line-height:36px; } 

  .row-fluid .title24 h4 { font-size:20px; line-height:26px; }
  .row-fluid .industriesH2-section1.industries-lp .hs_cos_wrapper_widget { width:100%; } 
  .row-fluid .landing-content { padding:40px 0; }

  /* landing page 2 */
  .row-fluid .landing2-content { padding:20px 0 0; }
  .row-fluid .landing2-content h2 { font-size:30px; line-height:36px; }
  .row-fluid .landing2-form { margin:30px 0 0; } 
  .row-fluid .landing2-form h4 { padding:15px; font-size:20px; line-height:26px; }

  /* landing page 4 */
  .row-fluid .landing4-section { padding:50px 0; }
  .row-fluid .landing4-form { margin-top:20px; padding:20px 15px; }

  /* faq page 2 */
  .row-fluid .accordion-section { padding:0; }

  /* faq page 3 */
  .row-fluid .faq3-section1 { padding:15px; }
  .row-fluid .faq3-text h4 { font-size:20px; line-height:26px; }
  .row-fluid .faq3-section1 .common-inner h5:before { font-size:24px; }

  /* testimonial section */
  .row-fluid .customers-section { padding:50px 0 30px;  }  
  .row-fluid .customers-section1 { padding:10px 0 0; }
  .row-fluid .customer-inner { padding:40px 15px 35px; }

  /* testimonial page 2 */
  .row-fluid .testimonial2-say .hs_cos_wrapper_widget { padding:0; width:100%; }

  /* career page 1 */
  .row-fluid .career-Text { padding:25px; }
  .row-fluid .career-content { padding-bottom:25px; }

  /* career page 2 */
  .row-fluid .career1-box { padding:20px 0; }
  .row-fluid .career1-text , .row-fluid .career1-button { width:100%; text-align:center; }
  .row-fluid .career1-button { padding-top:15px; }

  /* career page 3 */
  .row-fluid .current2-section { padding:50px 0 30px; }
  .row-fluid .current3-section .hs_cos_wrapper_widget { padding:65px 15px 50px; }
  .row-fluid .career-apply { padding:40px 0; }
  .row-fluid .careerapply-form { padding-top:20px; }  

  /* career page 4 */
  .row-fluid .career-manager { padding:50px 0; }
  .row-fluid .career-manager1 h4 { padding-top:15px; font-size:20px; line-height:26px; }
  .row-fluid a.career-cta { margin-top:15px; }

  /* thank you page 1 */
  .row-fluid .thanak-section { padding:50px 0; }
  .row-fluid .landing-text { padding:70px 0 50px; }
  .row-fluid .landing-text h1 { font-size:36px; line-height:42px; }
  .row-fluid .thank-title { padding:20px 0 0; }
  .row-fluid a.thnak-cta { margin-top:0; }

  /* thank you page 2 */
  .row-fluid .thanak-section1 { position:relative; }
  .row-fluid .thank-follow h3 { font-size:24px; line-height:30px; }

  /* thank you page 3 */
  .row-fluid .thank-hero3 { height:350px; }
  .row-fluid .thanak3-section1 { padding:0 15px 30px; }
  .row-fluid a.thnak-cta1 { margin-top:15px; }

  /* thank you page 4 */
  .row-fluid .thank4-hero { padding:120px 0 50px; }

  /* partner page 1 */
  .row-fluid .partner-section { padding:50px 0; }
  .row-fluid .partner-box { padding:15px; text-align:center; }
  .row-fluid .partner-img { width:100%; } 
  .row-fluid .partner-text { padding:15px 0; width:100%; }

  /* partner page 2 */
  .row-fluid .partner1-section1 span.hs_cos_wrapper { margin:0; }
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { width:45.2%; }
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(4n) { margin-right:15px; }
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(2n) { margin-right:0; }

  /* gallery page 1 */
  .row-fluid .gallery-section { padding:50px 0; }
  .row-fluid .gallery-section1 { padding-top:0; }
  .row-fluid .gallery-icon { height:auto; opacity:1; top:50%; }
  .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .gallery-img:before { opacity:0.60; top: 0; left: 0; right: 0; }

  /* gallery page 1 */ 
  .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:50%; }
  .row-fluid .gallery1-section1 .gallery-img { height:250px; }

  /* gallery page 3 */ 
  .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:50%; }

  /* gallery portfolio */
  .row-fluid .portfolio-slider { margin-top:10px; }
  .row-fluid .portfolio-slider .slick-arrow { width:40px; height:40px; }
  .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:350px; }

  /* blog page 1 */
  .row-fluid .recent-textlist { height:auto !important; }
  .row-fluid .filter-topic { padding:10px 0 16px; }
  .row-fluid .filter-topic1 ul li { padding:2px 0; }
  .row-fluid .filter-topic1 ul li a { padding:3px 15px; }
  .row-fluid .filter-topic1 ul li a:hover { background-color:#FFFFFF; }
  .row-fluid .filter-topic1 ul li a:before { display:none; }
  .row-fluid .filter-topic1 ul li a:after { bottom:0; }

  .row-fluid .pagination-section { padding:0; }

  /* blog 2 */
  .hs-blog-post .blog2-left .hs-featured-image-wrapper { height:300px; }
  .row-fluid .blog2-left .post-item { width:100%; } 
  .hs-blog-post .blog-sectionnew { padding:50px 0; }
  .row-fluid .bloginner-icon { padding:12px 25px; }

  /* blog 3 */
  .row-fluid .blog3-section { padding:50px 0; }
  .hs-blog-post .blog1-title h2 { font-size:20px; line-height:26px; }
  .row-fluid .blog3-left .hs-featured-image-wrapper { height:250px; }
  .row-fluid .blog3-text { padding:10px 0 0; font-size:15px; line-height:24px; }
  .row-fluid .blog3-text h1 { padding:0 0 10px; font-size:18px; line-height:24px; }
  .row-fluid .blog3-text .recent-content { padding:10px 0; }
  .row-fluid .bloginner-author1 { padding-left:20px; width:74%; }    

  /* one column */
  .row-fluid .simple-banner .about-hero { padding:50px 0; }
  .row-fluid .one-column { padding:40px 0; }
  .row-fluid .large-banner .about-hero { padding:80px 0; font-size:16px; line-height:24px; }

  /* password */
  .row-fluid .pass-section { padding:50px 0; }
  .row-fluid .pass-inner { padding:30px 15px 15px; font-size:18px; line-height:28px; }
  .row-fluid .pass-input { padding:20px 0 0; }
  .row-fluid .pass-inner h3 { font-size:34px; line-height:42px; }

  /* error section */
  .row-fluid .error-section { padding:130px 0 50px; }
  .row-fluid .error-text h1 { font-size:30px; line-height:37px; padding:0 0 10px; }
  .row-fluid .error-text h2 { font-size: 60px; line-height: 68px; }
  .row-fluid .error-search { padding:20px 0 0; }

  /*  */
  .row-fluid .subscription-section { padding:30px 0 40px; }
  .row-fluid .subscription-update h2 { font-size:24px; line-height:30px; }

  /* backup section */
  .row-fluid .backup-section { padding:70px 0; }
  .row-fluid .backup-section h1 { font-size:36px; line-height:42px; }
  .row-fluid .backup-section input.hs-input { width:100% !important; }

  /* */
  .row-fluid .subpre-section { padding:50px 0; }
  .row-fluid .subpre-section h1 { font-size:30px; line-height:36px; padding:0 0 10px; }
  .row-fluid .subpre-section h2 { font-size:26px; line-height:32px; padding:0; }


  /* Error Page 2 */ 
  .row-fluid .error2-section { padding:70px 0; text-align:center; }
  .row-fluid .error2-inner { padding:30px; }
  .row-fluid .error2-img { width:100%; }
  .row-fluid .error2-text { margin:0; padding:30px 0 0; width:100%; }
  .row-fluid .error2-text h1 { padding:0 0 10px; font-size:22px; line-height:28px; }
  .row-fluid .error2-text h2 { font-size:46px; line-height:52px; }







  /*Padding Option*/
  .row-fluid .mobpadding-top10 { padding-top:10px; }
  .row-fluid .mobpadding-top20 { padding-top:20px; }
  .row-fluid .mobpadding-top30 { padding-top:30px; }
  .row-fluid .mobpadding-top40 { padding-top:40px; }
  .row-fluid .mobpadding-top50 { padding-top:50px; }

  .row-fluid .padding-top0 { padding-top:0; }
  .row-fluid .padding-bottom0 { padding-bottom:0; }
  .row-fluid .mobpadding-top0 { padding-top:0; }
  .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    

  .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
  .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
  .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
  .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
  .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }


  /*Margin Option*/
  .row-fluid .mobmargin-top10 { margin-top:10px; }
  .row-fluid .mobmargin-top20 { margin-top:20px; }
  .row-fluid .mobmargin-top30 { margin-top:30px; }
  .row-fluid .mobmargin-top40 { margin-top:40px; }
  .row-fluid .mobmargin-top50 { margin-top:50px; }

  .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
  .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
  .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
  .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
  .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }

}

@media (min-width: 30px) and (max-width: 500px){

  h1 { font-size:30px; line-height:38px; }
  h2 { font-size:24px; line-height:30px; }
  h3 { font-size:22px; line-height:28px; }
  h4 { font-size:20px; line-height:26px; }



  /* industries section */
  .row-fluid .industries-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .industries-box { height:auto !important; }

  /* testimonial page */
  .row-fluid .testimonials-inner { padding:45px 10px 60px; } 

  /* counter section */
  .row-fluid .counter-box { width:100%; max-width:252px; margin:0 auto !important; float:none; }

  /* home page 2 */
  .row-fluid .service-inner { padding:70px 10px 10px; }

  /* video section */
  .row-fluid .video-left { height:260px; }

  /* about page 3 */
  .row-fluid .team1-section { padding:40px 0; }
  .row-fluid .team1-cta { padding-top:10px; }
  .row-fluid .row-fluid .team1-img { width:100%; height:250px !important; }
  .row-fluid .team1-text { width:100%; }
  .row-fluid a.team1-read { margin-top:10px; }
  .row-fluid .testimonials-detailsboxa4 { left:0; }

  .row-fluid .service3-tabright { height:300px; }

  /* service page 4 */
  .row-fluid .service4-section .hs_cos_wrapper_widget { width:100%; }


  /* service page 5 */
  .row-fluid .service5-img { height:250px !important; } 

  /* service page 6 */
  .row-fluid .service6-section1 .hs_cos_wrapper_widget { padding:18px 0 10px; }
  .row-fluid .service6-section1 { padding-bottom:15px; }
  .row-fluid .service6-icon { margin:0 auto; position:relative; top:auto; left:auto; float:none; display:block; }
  .row-fluid .service6-box { padding-left:0; }
  .row-fluid .service6-text { margin-top:40px; padding:25px 0; border-left:transparent; border-top:2px solid #062d70; text-align:center; }
  .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#062d70; top:auto; left:50%; right:auto; bottom:100%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; }

  /* contact page 1 */
  .row-fluid .contact-address ul li { margin:10px 0; }
  .row-fluid .contact-address ul li:before { width:50px; height:50px; }
  .row-fluid .contact-address ul li span { width:80%; padding-left:12px; } 
  .row-fluid .contact-form { padding-top:0; }
  .row-fluid .contact-form .hs-input { width:100% !important; }
  .row-fluid .contact-address ul li { line-height:20px; font-size:14px; }

  /* contact3 section */
  .row-fluid .contact3-box { width:100%; }
  .row-fluid .contact3-form .hs-form-field { width:100% !important; padding:0 0 10px !important; }

  /* team page 2 */
  .row-fluid .team2-section1 .hs_cos_wrapper_widget { width:100%; }

  /* team page 3 */
  .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .team3-box { height:auto !important; }

  /* team page 4 */
  .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:100%; }

  /* pricing page 2*/
  .row-fluid .pricing2-section1 .pricing-box  { margin:0 auto; padding:0; max-width:280px; width:100%; display:block; } 
  .row-fluid .pricing2-title:before { border-right-width:139px; border-left-width:139px; }

  /* pricing page 3 */
  .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:139px; border-left-width:139px; }

  /* resources section */
  .row-fluid .resource-box { width:100%; }

  /* case study 1 */
  .row-fluid .casestudy-section1 .hs_cos_wrapper_widget { width:100%; }

  /* case study 2 */ 
  .row-fluid .case2-img { width:100%; height:230px !important; }
  .row-fluid .case2-text { width:100%; }

  /* landing page 1 */
  .row-fluid .landing-righthero { padding:25px 15px; }
  .row-fluid .landing-righthero h4 { font-size:24px; line-height:30px; padding:0 0 5px; }

  /* testimonial page */
  .row-fluid .customers-section1 .hs_cos_wrapper_widget { width:100%; } 
  .row-fluid .customer-box { height:auto !important; }

  /* testimonial page 3 */
  .row-fluid .customer2-left { width:100%; }
  .row-fluid .customer2-box { text-align:center; }
  .row-fluid .customer2-inner { padding:20px 15px 10px; }
  .row-fluid .customer2-contant { width:100%; padding:15px 0; border-left:none; border-top:1px solid #e6e6e6; }  

  /* career page 1 */
  .row-fluid .career-box , .row-fluid .career-Text { padding:15px; }

  /* career page 3 */
  .row-fluid .careerapply-form .hs-form-field { width:100% !important; }
  .row-fluid .careerapply-form .hs-form-field .input input { width:100% !important; }

  /* partner page 2 */
  .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { margin:15px 0; width:100%; }

  /* gallery page 1 */
  .row-fluid .gallery-icon { height:auto;  }

  /* gallery page 2 */
  .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:100%; }

  /* gallery page 3 */ 
  .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:100%; }

  /* gallery Portfolio 3 */ 
  .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:280px; }
  .row-fluid .company-detail-box { width:100%; padding:10px 0; }

  /* blog 2 */
  .row-fluid .blog2-left .blog2-title { width:80.2%; }
  .hs-blog-post .blog2-left .hs-featured-image-wrapper { height:230px; }

  /* blog 3 */
  .row-fluid .blog3-left .hs-featured-image-wrapper { height:210px; }
  .hs-blog-post .about-author-sec { text-align:center; }
  .row-fluid .bloginner-img { margin:0 auto; float:none; display:block; }
  .row-fluid .bloginner-author1 { width:100%; padding:14px 0 0; }

  /* error page */
  .row-fluid .error2-img img { max-width:180px; }





  /*Padding Option*/
  .row-fluid .mobpadding-top10 { padding-top:10px; }
  .row-fluid .mobpadding-top20 { padding-top:20px; }
  .row-fluid .mobpadding-top30 { padding-top:30px; }
  .row-fluid .mobpadding-top40 { padding-top:40px; }
  .row-fluid .mobpadding-top50 { padding-top:50px; }

  .row-fluid .padding-top0 { padding-top:0; }
  .row-fluid .padding-bottom0 { padding-bottom:0; }
  .row-fluid .mobpadding-top0 { padding-top:0; }
  .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    

  .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
  .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
  .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
  .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
  .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }


  /*Margin Option*/
  .row-fluid .mobmargin-top10 { margin-top:10px; }
  .row-fluid .mobmargin-top20 { margin-top:20px; }
  .row-fluid .mobmargin-top30 { margin-top:30px; }
  .row-fluid .mobmargin-top40 { margin-top:40px; }
  .row-fluid .mobmargin-top50 { margin-top:50px; }

  .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
  .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
  .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
  .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
  .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }


}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
    display: none !important; /* Hide button on Desktop */
  }

  .row-fluid .mainmenu .hs-menu-wrapper { 
    display: block !important;
  }

}

@media (max-width: 767px){
  .hide-mobile{
    display:none !important;}

  .hide {display: none !important;}

  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #FFFFFF;
  }



  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 12px;          /* Position Button at top right of screen  */
    right: 15px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background:transparent; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }

  
  .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
  .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 8px; }
  

  a.mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #333333;
  }

  a.mobile-trigger span{
    display: inline;
  }

  a.mobile-trigger span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #40e4b3;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
    width: 20px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #FFFFFF; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger  i:before {
    margin-top: -8px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
    width: 24px; /* Icon line width */
  }
  a.mobile-trigger  i:after {
    margin-top: 8px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
    width: 24px; /* Icon line width */
  }
  .mobile-open a.mobile-trigger i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
  ========================================================================== */

  span.child-triggerm {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .row-fluid .mainmenu .hs-menu-wrapper ul li a.child-triggerm {display:none!important;}
  span.child-triggerm:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  span.child-triggerm span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm span:after {
    position: absolute;
    content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #FFFFFF; /* Icon color */
    display: block;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }

  span.child-triggerm span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
    position: fixed; /**************************************************************/
    top: 60px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
    bottom:0; 
    height:400px;
    overflow-y:auto !important;
  }
  .mainmenu .hs-menu-flow-horizontal{
    padding: 0 0 0 0; /* Padding to add room for close button */
    background-color: background: rgba(40,60,134,1);
    background: -moz-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, #0A2452) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgb(20,43,76,0.99) 0%, rgba(40,86,151,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(250,142,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 ); /* #40e4b3*/; /* Menu background color set off global mobile-menuColor variable */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
    position: relative;
  }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
    padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
    color: #333333; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a {
    text-indent: 0; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {
    text-indent: 0; /* Indent Child lists */
  }
}






.slick-dots li button:before {
  font-family: none;
  font-size: 0px
}
/* @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&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');


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










* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; /*list-style:none;*/ outline:0; }
body { margin:0; padding:0;   font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; overflow-x:hidden; }
.row-fluid .wrapper { margin:0 auto !important; width:1100px !important; float:none !important; }
img { border:0; }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }
.clear { clear:both }
/*h1 { font-size:49px; margin:0; line-height:25px; clear:both; }
h2 { font-size:44px; margin:0; line-height:25px; clear:both; }
h3 { font-size:38px; margin:0; line-height:25px; clear:both; }
h4 { font-size:28px; margin:0; line-height:25px; clear:both; }*/

/*h1 { font-size: 3.25rem; line-height: 1.2em;  margin:0;  clear:both; }
h2 { font-size: 2.5rem;  line-height: 1.2em; margin:0; clear:both; }
h3 { font-size: 1.45rem; line-height:25px; margin:0;  clear:both; }
h4 { font-size: 1.25rem;   line-height: 1.2em; margin:0; clear:both; }
h5 { font-size: 1.2rem;      line-height: 1.2em; margin:0; clear:both; }
h6 { font-size: 1rem;   line-height: 1.2em; margin:0; clear:both; }*/

h1 { font-size: 52px; line-height: normal; margin: 28px 0 10px; }
h2 { font-size: 40px; line-height: normal; margin: 28px 0 10px;}
h3 { font-size: 23px; line-height: normal; margin: 14px 0 14px; }
h4 { font-size: 20px;    line-height: normal;margin: 14px 0 14px;}
h5 { font-size: 19px;    line-height: normal; margin: 14px 0 14px; }
h6 { font-size: 16px; line-height: normal; margin: 14px 0 14px }

.color-primary {
  color: #295697!important;
}
.color-secondary {
  color: #FA8E08!important;
}

.blog-form #comments-listing { float:left; width:100%;  background:#ebebeb; }

.blog-form #comments-listing .comment { float:right; width:auto; background:#fff; padding:20px !important; position:relative; }
.blog-form #comments-listing .comment:after { width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; border-top: 20px solid #fff; position:absolute; right:20px; top:100%; content:''; }
.blog-form #comments-listing .comment.depth-1:after { left:20px; right:auto; }
.blog-form #comments-listing .comment.depth-1 { float:left; width:auto; margin-top:20px; }
.blog-form #comment-form .hs-common-confirm-message { font-size:0 !important; }
.blog-form .new-comments { margin:20px 0 40px; }
.blog-form .comment-reply-to { float:right; width:auto }
.comment-from h4  { padding:0; font-size:18px; color:#558f76; line-height:normal;  }
.comment-from h4 a { color:#558f76; }
.comment-from, .comment-date { display: inline-block; line-height: normal; float: none; vertical-align: middle; font-size:18px; color:#558f76; margin-right:10px; position: relative;  top: -6px; }


.row-fluid .left-auto { float:left; width:auto; margin:0; }
.row-fluid .right-auto { float:right; width:auto; margin:0; }

.row-fluid .main-css { float:left; width:100%; }
.row-fluid .h-v-50 { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); width:auto; }

form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }


form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; }


form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100%; }
form .form-columns-1 .input input[type=checkbox], form .form-columns-1 .input input[type=radio] {width: 20px;}

form .form-columns-2 { width:100%; }

form .form-columns-2 .input input { width:100% !important; }


form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0;  }


form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }


form .form-columns-2 .hs-form-field { width: 50% !important; }
form .form-columns-1 .hs-form-field { padding-right:0 !important; }
form .hs_recaptcha { float:left; width:100%; }

form .input input.error { background:#ffcccc; }  
form .hs-form-required , form .hs-error-msgs  { display:none !important; }

.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -webkit-transition:all .4s ease-in-out;color:#fa8e00;
  -moz-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}
#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; }
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }
textarea { border:1px solid #c7c7c7; }

.row-fluid a.cta_button { z-index: 5; overflow: hidden; text-align:center; position: relative; transition: all .4s ease-in-out; display: inline-block; font-weight: 400; padding: 12px 18px; border-radius: 8px; background-color: #bdbdbd}
.row-fluid a.cta_button:after { content: ''; width: 0; transition: all .8s; height: 100%; top: 0; left: 0; background-color: #fa8e00; position:absolute; z-index:-1; }
.row-fluid a.cta_button:hover:after { width:120%; }

input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; }
/* http://ianlunn.github.io/Hover/ */


input, button, textarea { border:none; outline:none; } 
input[type=submit], button { cursor:pointer; background:url(//47398.fs1.hubspotusercontent-na1.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -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 { color:#fff; background:#ffce00; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; } 
.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:0;
}
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:top center; z-index:0; }
.row-fluid .bg-img { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }
.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//2104682.fs1.hubspotusercontent-na1.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//2104682.fs1.hubspotusercontent-na1.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

.row-fluid .classic-effect { width:auto; margin:0; float:none; display:inline-block;  }
.row-fluid .classic-effect a { overflow:hidden; position:relative; margin: 0; padding: 10px 20px; background: #f7b515; font-weight: 600; width:auto; display: inline-block; border-radius: 5px; color: #fff !important; font-size: 14px; line-height: 22px; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 63%; height: 300%; position: absolute; top: -150px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); transition: all ease .8s; -webkit-transition: all ease .8s;  }
.row-fluid  .classic-effect a:hover:before { left:0; top:30px; }

.row-fluid .w-100  { float:left; width:100%; position:relative; } 
.row-fluid .left-auto { float:left; width:auto; }
.row-fluid .right-auto { float:right; width:auto; }


.row-fluid .mainmenu { margin-top:4px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul { background: rgba(0,0,0,.85); top:38px;padding: 15px 0px 15px; width:200px; border-top:3px solid #fccb15; left:50% !important; transform: translateX(-50%);  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li a { padding: 4px 15px; display:inline-block; color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper  ul  li a  { color:#fff; text-transform:uppercase; font-size:13px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-weight:700; font-size:15px; padding: 10px 12.5px; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li:hover a { color:#fccb15; }

.row-fluid .column-setion a { color: #000000; }
.row-fluid .column-setion a:hover { color: #fccb15; }
.row-fluid .location-section.column-setion { padding: 85px 0 170px; } 
.row-fluid .location-section.column-setion.two-column { padding: 85px 0 220px; } 



/*************header*************/

.row-fluid .header-section { position: fixed; top: 0; width: 100%; z-index: 9999; left:0; } 
.row-fluid .top-raw-1  { background: #35393d; color:#fff; padding: 7.5px 0 3.5px; }
.row-fluid .top-raw-1 a  , .row-fluid .top-raw-1 .social-media__list li a:hover , .row-fluid .top-raw-1 .social-media__list li a:hover .fa { color:#fff; } 
.row-fluid .top-raw-1 .social-media__list { float:left; width:auto; padding:0;   margin-top: 0px !important;
  margin-bottom: 0px !important;  }
.row-fluid .top-raw-1 .social-media__cta { float:left; width:auto;  margin-right: 10px; } 
.row-fluid .top-raw-1 .social-media__list li { float:left; width:auto; font-size: 24px; margin-left: 9px; }
.row-fluid .top-raw-1 .social-media__list li a { color: #bdbdbd; }
.row-fluid .top-raw-1 a .fa { color: #bdbdbd; } 
.row-fluid .top-raw-1 a:hover .fa , .row-fluid .top-talk a:hover strong , .row-fluid .footer a:hover { color: #fccb15; }
.row-fluid .top-talk { margin:11px 0 0 10px; } 
.row-fluid .top-talk .fa { margin:0 5px 0 5px; font-size: 17px; position:relative; top:2px; }
.row-fluid .top-talk em { font-style:normal; color: #bdbdbd; margin-right:5px; }
.row-fluid .top-logo { width:165px; margin-right: 35px; }
.row-fluid .top-raw-1 .social-media__cta a .fa { margin-right:3px; }
.row-fluid .top-raw-2 { background: #285697; padding: 28px 0; } 
.row-fluid .logo { float:left; width:300px; }


/*************contener***********/

.body-container-wrapper { padding-top:164px; float:left; width:100%; overflow:hidden; }
.row-fluid .location-section { padding:55px 0 130px; }
.row-fluid .location-section h2 { font-size:32px; font-weight:700; color:#000000; float:left; width:100%; /*margin-bottom:23px;*/ margin:0 0 23px 0; }
.row-fluid .location-section ul { float:left; width:100%; margin:0; padding:0; }
.row-fluid .location-section .add-div { position:relative; padding-left:50px; margin-bottom:40px; }
.row-fluid .location-section .add-div:after { position:absolute; left:0; top:-10px; content:''; line-height:normal; color: #fa8e00; font-family:'fontAwesome'; font-size:32px; width:40px;  text-align: center; }
.row-fluid .location-section .add-div.location:after { content: "\f041"; }
.row-fluid .location-section .add-div.phone:after { content: "\f095"; }
.row-fluid .location-section .add-div.mail:after { content: "\f0e0"; }
.row-fluid .location-section .add-div a { text-decoration: underline; color: #fa8e00; transition: color .25s ease-in-out; }
.row-fluid .location-section .add-div a:hover { color: #fccb15; }
.row-fluid .location-section .add-div p { float:left; width:100%; margin:0; }  
.row-fluid .location-section .add-div.location:after { font-size:55px; }
.row-fluid .location-section .add-div.phone:after { font-size:40px; }
.row-fluid .location-section .add-div.mail:after { font-size:40px; } 
.row-fluid .location-section h3 { float:left; width:100%; font-size:14px; font-weight:900; color:#000000; margin:0 0 7px 0; }
.row-fluid .location-section .add-div .widget-type-rich_text ul li { float:left; width:100%; margin-bottom:20px; }

.row-fluid .contact-form {  background: #f2f2f2; padding:50px 34px; }
.row-fluid .contact-form {  background: #fccb15; }
.row-fluid .contact-form h4 { font-size:20px; }
.row-fluid .form-right { padding-left:40px; }
.row-fluid .location-section .form-right h2 { font-size:35px; } 
.row-fluid .contact-form form { float:left; width:100%; margin-top:30px; font-family: 'Open Sans', sans-serif; }
.row-fluid .contact-form form label { font-size:14px; font-weight: 800; color:#000000; float:left; width:100%; padding-left:10px; margin-bottom:5px; }
.row-fluid .contact-form form .input input , .row-fluid .contact-form form .input textarea { height:36px; border: 1px solid #35393d; padding-left:10px; padding-right:10px; font-weight:400; font-size:12px;     font-family: 'Open Sans', sans-serif; }  
.row-fluid .contact-form form .input input[type=checkbox], .row-fluid .contact-form form .input input[type=radio] { height: 15px; width: 20px; border: 1px solid #35393d; padding-left:10px; padding-right:10px; font-weight:400; font-size:12px;     font-family: 'Open Sans', sans-serif; }  
.row-fluid .contact-form form .input textarea { height:126px; }
.row-fluid .contact-form form .input input:focus , .row-fluid .contact-form form .input textarea:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
.row-fluid .contact-form form fieldset { float:left; width:100%; margin-bottom:15px;}
.row-fluid .contact-form form .hs_submit { float:right; width:auto; }
.row-fluid .contact-form form .hs_submit input { font-weight: 800; width:150px; color: #fff; background: #000; cursor: pointer;  border-radius: 10px; font-family: 'Open Sans', sans-serif; height:40px; padding:0; text-align:center; line-height:36px; }
.row-fluid .contact-form form .hs_submit input:hover {  color: #fa8e00; } 
.row-fluid .started-from .contact-form form .hs_submit input { border:2px solid #fff; }

.form-bot-pd { margin:50px 0; }

/*************inner page*********/ 


.home .body-container-wrapper { padding-top:0; }
.row-fluid .hero-section { position:relative; color:#fff; }
.home .row-fluid .hero-section {height:734px; overflow:hidden; }
/*.row-fluid .hero-section iframe { position: absolute; top: 0; left: 0; width: 100%;  height: 100%; }*/
.home .row-fluid .hero-section .wrapper { position:absolute; left:50%; top:60%; -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);  
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }   


.row-fluid .hero-wrapper {position:relative;}
.row-fluid .hero-section .video-html { padding-bottom: 56.25%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.row-fluid .hero-section h1 { font-size:2.5em; font-weight:700; line-height:1em; color:#fff; /* background: rgba(0,0,0,.8); padding: 5px 15px; */  padding: 5px 0px; margin-bottom:15px; display: inline-block; } 
.row-fluid .hero-section h4 { display: inline; position: relative;  padding: .5rem 1rem;font-size: 28px; line-height: 1.85; -webkit-box-decoration-break: clone;  box-decoration-break: clone; color: #fff;  z-index: 1; }
.row-fluid .herosub-text { margin:10px 0 15px; }
.row-fluid .herosub-text p { display: inline;  font-size: 1.2rem; line-height: 2.6; -webkit-box-decoration-break: clone; box-decoration-break: clone; color: #fff; /* padding: .75rem 1rem; background: rgba(0,0,0,.8); */ }
.row-fluid .hero-section a.cta_button { font-weight:800; } 
.row-fluid .yellow-cta a.cta_button { background-color: #fa8e00; font-weight:800; } 
.row-fluid .yellow-cta a.cta_button:after { background:#fa8e00;; }
.row-fluid .yellow-cta a.cta_button:hover { color:#fff !important; } 
.row-fluid .tab-title { border-bottom: 5px solid #fff; color: #fff; background: #35393d; } 
.row-fluid .tab-title ul { float:left; width:100%; padding:0; margin:0; }
.row-fluid .tab-title ul li { float:left; width:auto;  font-size:16px; font-weight:400; margin-right:20px; border-bottom: 3px solid transparent; }
.row-fluid .tab-title ul li a { display:inline-block; color:#fff;  padding: 9px 10px 5px; position:relative; z-index:1; }  
.row-fluid .tab-boxes  { background: #35393d; color:#fff; } 
.row-fluid .tab-title ul li:hover , .row-fluid .tab-title ul li.current { border-color:#fccb15; } 
.row-fluid .tab-title ul li:hover a , .row-fluid .tab-title ul li.current a { color:#fccb15; }
.row-fluid .tab-title ul li:first-child { pointer-events: none; position:relative;   border-bottom:0;  padding-right: 20px; }   
.row-fluid .tab-title ul li:first-child a { color: #000; font-weight:700; }  
.row-fluid .tab-title ul li:first-child:after { position:absolute; right:0; top:0; width:2000%; height:107%; content:''; background: #e5e5e5; }
.row-fluid .tab-title ul li:first-child:before { position:absolute; left:100%; top:0; width:5px; height:107%; content:''; background: #fff; }  

.row-fluid .service-content .yellow-cta a.cta_button , .row-fluid .yellow-cta a.cta_button.white { color:#fff !important; }
.row-fluid .service-custom { padding-top:96px; }

.row-fluid .tab-content { display:none; padding:60px 0 180px; float:left; width:100%; } 
.row-fluid .tab-content#tab-1 { display:block; }
.row-fluid .work-box { float:left;  width: calc(100% / 3); padding: 0 25px; position:relative; } 
.row-fluid .work-box h5 { display: block; font-size:12px; float:left; text-transform: uppercase; margin:0; color: inherit; background: none; opacity: .4; letter-spacing: .125rem; line-height: 1.25; font-weight:400; width:100%; } 
.row-fluid .work-box h4 { font-size:32px; font-weight:700; color:#fa8e00; line-height:38px; float:left; width:100%; margin:5px 0 10px; } 
.row-fluid .work-box h4 a { color:#fa8e00;  } 
.row-fluid .work-box .yellow-cta { text-align:right; margin-top:15px; } 
.row-fluid .power-title { display: block;  
  position: relative;

  padding: 2rem 5%;
  width: 100%;
  background: #fa8e00;
  z-index: 1; }
.row-fluid .power-title:before { position: absolute;
  top: 50%;
  left: -10%;
  padding: 5% 0;
  width: 150%;
  height: 100%;
  content: "";
  background: inherit;
  box-sizing: content-box;
  transform: rotate(-4deg) translateY(-50%);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.row-fluid .hero-inner:before { content: "";  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: -1;  background: #142b4c;  height: 100%;  opacity: 0.8;}


.row-fluid .power-title h3 { /*font-size:36px; line-height:44px;*/  font-size: 2.6rem; line-height:1.2; color:#fff; font-weight:700; position:relative; top:30px; }
.row-fluid .started-from .wrapper { padding: 110px 0 0px; }
.row-fluid .started-from .contact-form  { background: #fccb15;  padding-bottom: 100px; position:relative; padding: 10px 60px 100px; text-align:left;  }
.row-fluid .started-from.location-section  { position:relative;  padding: 55px 0 55px; } 
/*.row-fluid .started-from .contact-form:before {
position: absolute;
bottom: 0;
left: -25%;
padding: 4% 0 0;
width: 200%;
height: 100%;
content: "";
background: inherit;
box-sizing: content-box;
transform: rotate(4deg);
z-index: -1;
}*/


.row-fluid .w-50 { float:left; width:50%; margin:0; }
.row-fluid .service-image { height:680px; background-repeat:no-repeat !important; background-size:cover !important; background-position:center center !important; position:relative; } 
.row-fluid .service-content h2 {  font-size:35px; line-height:42px; color:#000000; position:relative; z-index:11; } 
.row-fluid .service-content ul li { list-style-type:disc; text-align:left; } 
.row-fluid .services-box { display: flex; align-items: center; background:#fff; } 
.row-fluid .event-div  { background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa); padding-bottom:100px; position:relative; } 
.row-fluid .event-title h2 { font-size:49px; color:#333333; float:left; width:100%; line-height:74px; }
.row-fluid .event-div .work-box { position:relative; left:-25px; }
.row-fluid .event-div .work-box h4 { font-size:28px; line-height:34px; } 
.row-fluid .event-div .work-box .yellow-cta { text-align:left; padding-top:10px; } 
.row-fluid .event-div .view-more { font-weight:800; font-size:14px; text-decoration: none; color: #35393d; margin-left:12px; } 
.row-fluid .event-div .view-more:hover { color: #fccb15; }
.row-fluid .event-title { margin-bottom:25px; margin-top:70px; position:relative; } 
.row-fluid .event-title .all-event { font-weight:500; font-size:14px; color: #fa8e00; display:inline-block; margin-top:22px; } 
.row-fluid .event-title .all-event:hover , .row-fluid .work-box h4 a:hover , .row-fluid .help-boxes h3 a:hover , .row-fluid .post-item-raw h2 a:hover , .row-fluid .post-item-raw .topic-link:hover , .row-fluid .post-item-raw .more-link:hover , .row-fluid .recent-post a:hover , .row-fluid .categories-post a:hover , .hs-blog-post .row-fluid .hubspot-editable a:hover , .hs-blog-post .topic-link:hover , .row-fluid .new-section .topic-link:hover { color: #fccb15; }
.row-fluid .work-box h4 a:hover , .row-fluid .help-boxes h3 a:hover , .row-fluid .post-item-raw h2 a:hover , .hs-blog-post .topic-link { text-decoration:underline; }
.row-fluid .help-boxes h3 a , .row-fluid .post-item-raw .more-link  { text-decoration:underline; }
.row-fluid .event-div .work-box h5 { font-size:14px; color:#242424; text-transform:initial; font-weight:700; letter-spacing:0; opacity:1; margin-bottom:5px; }   
.row-fluid .event-div .whats-new .view-more { margin-left:0; }
.row-fluid .event-div .whats-new .view-more:hover { color: #fa8e00; }
.row-fluid .post-listing { float:left; width:100%; }

.event-page .event-div.event-box{padding-bottom:140px;}

.row-fluid .moreposts-link { float:left; width:100%; text-align:center; margin-top:20px; }
.row-fluid .moreposts-link a { float:none; display:inline-block; padding:10px 20px; background:#fa8e00; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .moreposts-link a:hover { background:#bdbdbd; }

.row-fluid .blog-searchbox { margin-bottom:30px; background:#bdbdbd; padding:6px; }
.row-fluid .blog-searchbox input[type="text"] { height:36px; width:100%; background:#fff; border:0; padding:0 10px; font-size:18px; font-weight:700; }
body.search-result .post-item-raw, body.search-result .moreposts-link { display:none !important; }  
.row-fluid .search-results-title { float:left; width:100%; font-size:18px; line-height:24px; font-weight:700; }
.row-fluid .search-results-title p { width:auto; float:left; padding:8px 15px; background:#bdbdbd; font-size:14px; line-height:18px; text-transform:uppercase; letter-spacing:0.5px; color:#fff; }
.row-fluid .search-results-title p, .row-fluid .search-results-box p { margin:0; }
.row-fluid .search-results-box { float:left; width:100%; }
.row-fluid .search-results-box h2 { font-size:30px; line-height:36px; }
.row-fluid .search-results-box h2 a:hover { color:#fccb15; text-decoration:underline; }
.row-fluid .search-col { float:left; width:100%; padding:15px 0; border-bottom:1px solid #bdbdbd; margin-bottom:10px; font-size:16px; line-height:24px; } 
.row-fluid .search-col:last-child { border:0; }
.row-fluid .search-col p { margin:6px 0 0; }
.row-fluid .blog-result-sec { display:none; float:left; width:100%; }
body.search-result .row-fluid .blog-result-sec { display:block; }

.row-fluid .services-box.even { } 



.row-fluid .partner-custom ul { padding:0; text-align:center; width:100%;  position: relative; }
.row-fluid .partner-custom ul.slick-dots > li { display:inline-block; width:auto; padding:0 3.5px; } 
.row-fluid .partner-custom ul.slick-dots > li > button {  background: #bdbdbd; font-size:0; height:14px; width:14px; border-radius:100%;  } 
.row-fluid .partner-custom ul.slick-dots > li.slick-active > button { background: #fa8e00;  }  


.row-fluid .partner-custom button.slick-arrow  {  outline:0; border:0; position:absolute; top:50%; height:40px; width:40px; z-index:1; font-size:0; opacity:.5; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor:pointer; }
.row-fluid .partner-custom .slick-prev { left:0px; border-top: 20px solid transparent !important; border-bottom: 20px solid transparent !important; border-right: 20px solid #fa8e00 !important; }
.row-fluid .partner-custom .slick-next { right:0px;border-top: 20px solid transparent !important; border-bottom: 20px solid transparent !important; border-left: 20px solid #fa8e00 !important; }   
.row-fluid .partner-custom button.slick-arrow:hover { opacity:1; }  



.row-fluid .new-section { position:relative; background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa) !important; } 
.row-fluid .event-div.new-section { background:transparent; } 
.row-fluid .new-section:before {  
  bottom: 0;
  left: -25%;
  padding: 2% 0 0;
  z-index: -1;
  background-color: #fff;
  position: absolute;
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;
  content: "";
  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(4deg);
  z-index: 0;

}

.row-fluid .new-section:after {     bottom: -100%;
  padding: 5% 0 0;
  transform: rotate(-4deg);     position: absolute;
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;
  content: "";
  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(4deg);
  z-index: 0; }

.row-fluid .new-section .event-title { margin-top: 0; }

.row-fluid .no-pattern:before , .row-fluid .new-section.partner-section:after { display:none !important; }
.row-fluid .event-div.pattern-one > div { position:relative; z-index:11; }
.row-fluid .event-div.pattern-one:after { bottom: 0;  
  left: -25%;
  padding: 2% 0 0;
  z-index: -1;
  position: absolute;  
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa);
  box-sizing: content-box;
  transform: rotate(4deg);
  z-index: 0; } 


.row-fluid .new-section.partner-section:before { bottom: -100%;  
  padding: 5% 0 0;
  transform: rotate(-4deg); position: absolute;
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;
  content: "";
  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(4deg);
  z-index: 0; }


.row-fluid .partner-box { float: left; width:100% !important; padding: 0 5px 10px; }   
.row-fluid .partner-image { height: 109px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important; width:100%; margin-bottom:10px; }

.row-fluid .partner-title { text-align:center;  font-weight: 700; background: #f2f2f2; padding: 11px 5px; }
.row-fluid .partner-custom .slick-track > div.hs_cos_wrapper:nth-child(even) .partner-image { height:129px; }    

.row-fluid .event-div.partner-section1 { background:transparent; padding-bottom:0px; }  
.row-fluid .event-div.partner-section1:after { bottom: 0;  
  padding: 5% 0 0; transform: rotate(-4deg);
  position: absolute;
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;

  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(4deg);
  z-index: 1;
}

.row-fluid .event-div.partner-section1:before { bottom: 0;  
  padding: 5% 0 0; transform: rotate(-4deg);
  position: absolute;
  left: -50%;
  padding: 0 0 5%;
  width: 200%;
  height: 100%;
  content: "";
  background-color: #fff;
  box-sizing: content-box;
  transform: rotate(-4deg);
  z-index: 1;
}

.row-fluid .event-div.partner-section1 > div { position:relative; z-index:11; }

.row-fluid .event-div.new-section2 { padding-bottom: 210px; }  
.row-fluid .pertner-title-section.event-title {     margin-top: 30px; }  

.event-page .row-fluid .work-box { width:100%; padding:0; left:0; margin:0 0 80px 0; }  
.event-page .row-fluid .work-box .bgimg-main { height:270px; }  
.event-page .row-fluid .work-box h4 { margin-top:-8px;   margin-bottom: 15px; }   
.event-page .footer-container-wrapper { margin-top: 0; }    

.event-page .body-container-wrapper {margin-bottom:10%; background:#fff; } 
.row-fluid .event-page-title h2 { font-size:35px; margin-bottom:20px; }
.event-page .row-fluid .event-title { margin-top:35px; } 
/* .event-page .row-fluid .event-div { padding-bottom: 175px; }   */
.event-page .row-fluid .event-div { padding-bottom: 170px; }  
.event-page .row-fluid .event-div.event-box {padding-bottom:160px;}


.row-fluid .event-page-title { position:relative; margin-top:-40px; } 


.row-fluid .hero-banner2 {  padding: 105px 0 150px; position:relative; }
.row-fluid .hero-banner2 h1 { font-size:46px; }
.row-fluid .help-banner { background-image: none; background-color: #142b4c;  }  
.row-fluid .hero-banner2:after { position: absolute; top: 85%; width: 100%; height: 100%; content: ""; background: #fff; right: -20%; width: 120%; transform: rotate(-4deg); }
.row-fluid .hero-banner2:before { position: absolute; top: 85%; width: 100%; height: 100%; content: ""; background: #fff;     left: -45%; transform: rotate(4deg); }

.row-fluid .help-boxes { text-align:center; padding-top:30px; font-size:14px; line-height:27px; }  
.row-fluid .help-boxes h3 {  font-size:20px; }
.row-fluid .help-boxes h3 a { color: #fa8e00; }

.row-fluid .blog-main { padding:60px 0 200px; }    
.row-fluid .post-item-raw:last-child { padding-bottom:0; margin-bottom:0; border:0; }
.row-fluid .post-item-raw h2 { float:left; width:100%; font-size:28px; line-height:34px; color: #fa8e00; }  
.row-fluid .post-item-raw h2 a { color: #fa8e00; }  
.row-fluid .post-item-raw h5 { font-size:13px; color:#242424; float:left; width:100%; margin: 0 0 5px 0; }    
.row-fluid .post-item-raw .topic-link { text-decoration: underline; color: #fa8e00; transition: color .25s ease-in-out; }
.row-fluid .post-item-raw  { border-bottom: 1px solid #bdbdbd; padding-bottom:35px; margin-bottom:7px; }
.row-fluid .post-item-raw .more-link { color: #fa8e00; display:inline-block; margin-top:20px; }   
.row-fluid .post-item-raw .hs-featured-image {  max-width: 35%; }  

.row-fluid .blog-right h3 { float:left; width:100%; font-size:21px; color:#000000; line-height:32px; margin-bottom:12px; }
.row-fluid .blog-right ul { float:left; width:100%; padding:0; margin:0; list-style:none; }
.row-fluid .blog-follow ul { list-style:none; }
.row-fluid .blog-follow ul li { float:left; width:auto; font-size: 22px; margin-right:5px; } 
.row-fluid .blog-follow ul li a { display:inline-block; width:32px; height:32px; line-height:33px; text-align:center; color:#fff; } 
.row-fluid .blog-follow ul li a:hover { transform: translateY(-4px); }
.row-fluid .blog-follow ul li:nth-child(1) a { background-color: rgb(59, 89, 152); }
.row-fluid .blog-follow ul li:nth-child(2) a { background-color: rgb(29, 161, 242); }
.row-fluid .blog-follow ul li:nth-child(3) a { background-color: rgb(0, 119, 181); }
.row-fluid .blog-follow ul li:nth-child(4) a { background-color: rgb(132, 132, 132); }
.row-fluid .blog-right .right-box { border-bottom: 1px solid #bdbdbd; padding-bottom: 20px; margin-bottom: 12px; }

.row-fluid .recent-post a { font-size:15px; font-weight:700; display:inline-block; color: #fa8e00; line-height:23px; margin-bottom:10px; }
.row-fluid .recent-post { font-size:11px; font-weight:400; color:#000000; }
.row-fluid .categories-post a { font-size:14px; font-weight:400; display:inline-block; color: #fa8e00; line-height:23px; margin-bottom:10px; text-decoration:underline; }  

.hs-blog-post .row-fluid .post-header h1 { font-size:56px; color:#000000; line-height:normal; }  
.hs-blog-post .row-fluid .hubspot-editable { font-size:14px; color:#000000; font-weight:500; line-height: normal; float:left; width:100%; margin:12px 0 42px; }  
.hs-blog-post .row-fluid .hs-author-label { font-weight:400; display:inline-block; border-left:1px solid #000; padding-left: 8px;  margin-left: 7px; }  
.hs-blog-post .row-fluid .hubspot-editable a { color:#000000;     pointer-events: none; }
.hs-blog-post .row-fluid .post-body ul li { list-style-type:disc; text-align:left; } 
.blog-follow ul { float: left; width: 100%; padding: 0; margin: 0; }
.row-fluid .blog-left .blog-follow { padding-top:35px; margin-bottom:8px; }
.row-fluid .blog-left .blog-follow ul li a { width:26px; height:26px; line-height:26px; font-size:12px; }
.hs-blog-post .topic-link {   color: #fa8e00; }
.row-fluid .blog-follow ul li a {  transition: all .2s ease-in-out; } 

.row-fluid .post-item-raw .topic-link , .row-fluid .new-section .topic-link { display: inline-block;
  position: relative;
  padding: .25rem .5rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: orange;
  background: #fa8e00; font-size:13px;
  transition: background-color .25s ease-in-out;     margin-top: 8px; }  

.row-fluid .post-item-raw .topic-link:after , .row-fluid .new-section .topic-link:after {     position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 12px solid #fa8e00;
  content: "";
  transition: border-left .25s ease-in-out; }    


.row-fluid .post-item-raw .topic-link:hover , .row-fluid .new-section .topic-link:hover {     color: #fff;
  background: #bdbdbd; }

.row-fluid .post-item-raw .topic-link:hover:after , .row-fluid .new-section .topic-link:hover:after {  border-left-color:#bdbdbd; } 

.row-fluid .new-section .topic-link { margin-top:15px !important; } 

/*************footer*************/

.footer-container-wrapper { overflow: hidden;  padding-top: 0;     position: relative;  float:left; width:100%; 
  padding-top:0;
  overflow: hidden;
  z-index: 1;     margin-top: 0%;
}
.row-fluid .footer {  position:relative;  background: #242424; color:#fff; font-size:14px; padding: 30px 0 40px; }
.row-fluid .footer:before {
  position: absolute;
  bottom: 0;
  right: -35%;
  padding-top: 5%;
  width: 200%;
  height: 100%;
  content: "";
  background: #242424;
  transform: rotate(4deg);
  box-sizing: content-box;
  z-index: -1;
  display:none!important;
}
.row-fluid .footer a { color:#fff; text-decoration:underline; }
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child { text-transform:uppercase; font-weight:800; font-size:15px; margin-bottom:10px; }
.row-fluid .footer .hs-menu-wrapper > ul > li { font-size:14px; float:left; width:100%; }
.row-fluid .footer .hs-menu-wrapper > ul > li a { white-space: normal !important; }
.row-fluid .footer .hs-menu-wrapper > ul > li a { padding:3px 0; text-decoration:underline; } 
.row-fluid .footer .footer-menu { padding-left: 30px; }
.row-fluid .footer .footer-menu .contact { position:relative; left:30px; }
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child a { text-decoration:none; }
.row-fluid .footer-logo { width:210px; }

.row-fluid .footer .site-footer__contact__link + .site-footer__contact__link { border-left: 1px solid #fff; padding-left:12px; margin-left:10px; }
.row-fluid .footer-raw { padding-top:70px; }
.row-fluid .upcoming-div { margin-top: 85px; } 


/* --- 01-08-2018 --- */
.heading-block-quote { width: 100%;}
.heading-block-quote h2 { line-height: 40px; font-size: 46px; color: #000; line-height:  normal;}
.heading-block-quote blockquote { color: #35393d; text-align: center; font-weight: 700; display: block; position: relative; margin: 35px 166px; font-size: 36px;}
.heading-block-quote blockquote:after, .heading-block-quote blockquote:before { display: inline-block; position: relative; margin: 0 4px; height: 3rem; font-size: 65px; color: #fa8e00;}
.heading-block-quote blockquote:before { top: -24px; content: "\201C"; vertical-align: top;}
.heading-block-quote blockquote:after { top: 5px; content: "\201D"; vertical-align: bottom;}

.blockquote-wrapper-black { background-color: #000; color: #fff; padding: 8rem 24%; text-align: center; font-style: italic; margin: 32px 0;}
.blockquote-wrapper-black h3 { line-height: normal; font-weight: 500; font-size: 32px;}
.blockquote-wrapper-black blockquote { margin: 0;}

.button-group-section a.cta-soft { font-weight: 800; text-decoration: none; color: #35393d; margin: 0 15px;}
.button-group-section a.cta-soft:hover{color:#fccb15;}

.heading-title-section { display: block; width: 100%;}
.heading-title-section h1 { font-size: 52px; line-height: normal; margin: 28px 0 10px;}
.heading-title-section h2 { font-size: 40px; line-height: normal; margin: 28px 0 10px;}
.heading-title-section h3 { font-size: 23px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h4 { font-size: 20px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h5 { font-size: 19px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h6 { font-size: 16px; line-height: normal; margin: 14px 0 14px;}

.blockquote-wrapper-black.orange-bg { background-color: #fa8e00;}

/* --- 01-08-2018 --- */
.row-fluid .hero-section.hero-section-main h1 {/* font-size:40px; */ font-weight:700; line-height:normal; background: none; color:#fff; padding: 0; margin-bottom:15px; display: inline-block;     font-size: 45.5px; line-height: 1.6; } 
.row-fluid .hero-section.hero-section-main h2 { /*font-size:37px;  line-height:normal; */ font-size: 1.75rem; line-height: 1.9; font-weight:700; background: none; color:#fff; padding: 0; margin-bottom:15px; display: inline-block; } 
.home .row-fluid .hero-section.hero-section-main .wrapper { position: absolute; left: 50%; top: 80%;z-index: 3;}
.home .row-fluid .hero-section.hero-section-main .video-html:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(40, 86, 151, 0.5); z-index: 1;}

.row-fluid .form-top { margin-top:100px; }
/* .row-fluid .form-top > div { padding-top:50px; position:relative; }
.row-fluid .form-top > div:before { position:absolute; content:"";  top: -50px; left: -20%; background: #fdfdfe;  width: 149%;  height: 90px; transform: rotate(4deg); } */
.row-fluid .frm-pb-0, .row-fluid .frm-pb-0.event-div { padding-bottom:0px; }

.row-fluid .header-section ul, .row-fluid .footer ul, .row-fluid .tab-title ul {  list-style-type: none; }


.row-fluid .started-from .contact-form{position:relative;background:#fccb15; }
/* .row-fluid .started-from .contact-form:before {  
content: ' ';
top: -40px;
width: 105%;
left: -2%;
right: 0;
height: 80px;
background: #fefefe;
position: absolute;
z-index: 999;
} */

.row-fluid .started-from .contact-form:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to left bottom, #fff 50%, #fccb15 46%);
  bottom: 100%;
}


/* .row-fluid .started-from .form-title{padding-top:90px;} */
.row-fluid .contact-form{position:relative;background:#fccb15;}
/* .row-fluid .contact-form:before {  
content: ' ';
top: -38px;
left: -17px;
width: 106%;
height: 80px;
background: #fdfdfe;
background:#fff;
position: absolute;
z-index: 999;
transform: rotate(4deg);}  */
.row-fluid .contact-form form label{text-align:left;}

.row-fluid .accelate{position:relative;}
.row-fluid .accelate:before {  content: ' ';
  top: -38px;
  left: -17px;
  width: 106%;
  height: 80px;
  background: #fbfcfd !important;
  position: absolute;
  z-index: 999;
  transform: rotate(4deg);}

.row-fluid .startup-form ul{list-style-type:none;}


/*HS Support 1/10/19 - hide bullet points from radio select options on form*/
.how-help-form ul {
  list-style-type: none;    
}


/* === 7/8/2018 === */

.row-fluid .hero-bottom-content{    position: relative;}
/* .row-fluid .how-help-form > div { padding: 80px 50px 130px; width:100%;float:left;   margin-bottom: -160px; position:relative; margin-top: 110px;background:#fccb15;}
.row-fluid .how-help-form > div:before { position:absolute; content:"";  top: -50px; left: -20%; background: #fcfcfe;  width: 149%;  height: 90px; transform: rotate(4deg); }
*/
.row-fluid .how-help-form input[type="text"], input[type="email"], input[type="tel"], textarea, select{height: 36px;
  font-weight: 400;  padding-left: 10px;  padding-right: 10px;}
.row-fluid .how-help-form .hs-form-field{text-align: left;  font-weight: 800;  padding-top: 13px;}
.row-fluid .how-help-form form .hs_submit input{font-weight: 800;  width: 150px;  color: #fff;  background: #000;  cursor: pointer;  border-radius: 10px;
  height: 40px;  padding: 0;  text-align: center;  line-height: 36px;border: 2px solid #fff;    float: right;    margin-top: 15px;}
.row-fluid .how-help-form form .hs_submit input:hover{    color: #fa8e00;}

.row-fluid .how-help-form form .input textarea{height: 126px;}


.row-fluid .backblog { padding:10px; margin-bottom:20px; width:100%; float:left; text-decoration:underline; font-size:16px; }
.row-fluid .backblog:hover { color:#000;  }

.row-fluid .map-section iframe { width:100% !important; }



@media (min-width: 991px) and (max-width: 1320px) {
  .row-fluid .hero-section .video-html { padding-bottom: 80.25%; }
  .home .row-fluid .hero-section { height: 660px; }
}



@media (max-width: 1199px) {  

  .row-fluid .hero-section.hero-section-main h1 { font-size:33px; } 
  .row-fluid .hero-section.hero-section-main h2 { font-size:29px; }

}
@media (min-width: 1240px) {    

  .row-fluid .logo { position:relative; left:20px; width: 300px; top: -8px; }
  .row-fluid .wrapper {  width: 100% !important; }
  .row-fluid .top-logo {  width: 162px; }
  .row-fluid .top-talk .fa { top: 3px; left: 2px; }
  .row-fluid .mainmenu { margin-top: 2px; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li a { letter-spacing: .1px; }
  .row-fluid .location-section .add-div.location:after { font-size:65px; }
  .row-fluid .location-section .add-div.phone:after { font-size: 45px; }
  .event-page .row-fluid .event-title h2 { font-size:46px; color:#000; }
  .row-fluid .height-center { width: 70%; }
  .row-fluid .started-from .wrapper { padding: 110px 0 0px !important; width: 1108px !important; } 
  .row-fluid .event-div .work-box {  left: -19px; padding: 0 19px; }
  .home .footer-container-wrapper { margin-top: 0; }
  .row-fluid .started-from .contact-form { padding: 10px 60px 120px; } 

}

@media (max-width: 1300px) {
  .row-fluid .logo { width: 250px; top: -4px; }
}


@media (min-width: 992px) and (max-width: 1240px) {

  .row-fluid .wrapper { width:962px !important; }
  .row-fluid .started-from.location-section { padding: 55px 0 15px; }
  .event-page .row-fluid .work-box .bgimg-main { margin-right: 29px; }  
  .body-container-wrapper { padding-top: 163px; }
  .row-fluid .service-custom { padding-top: 56px; } 

  .row-fluid .column-setion .contact-form { padding: 30px 24px; } 
  .row-fluid .location-section.column-setion.two-column.one-column { padding: 50px 0 150px; } 


  .heading-block-quote h2 { font-size: 35px;}
  .heading-block-quote blockquote{ margin: 35px 100px; font-size: 30px;}

  .blockquote-wrapper-black{ padding: 8rem 12%;}

  .row-fluid .logo { width: 250px; }
}

@media (min-width: 768px) and (max-width: 991px) {


  .body-container-wrapper { padding-top: 158px; }
  .row-fluid .hero-banner2.hero-section h1 { font-size: 33px; }
  .row-fluid .wrapper { width:738px !important; }
  .row-fluid .top-logo { margin-right: 15px; } 
  .row-fluid .top-raw-1 .social-media__list li { font-size: 20px; margin-left: 5px; margin-top: 2px; }
  .row-fluid .top-talk .fa { margin-left:0; } 
  .row-fluid .logo { width:150px; margin-top: 5px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:12px; }
  .row-fluid .location-section h2 { font-size: 25px; }
  .row-fluid .location-section .add-div.location::after { font-size: 35px; }
  .row-fluid .location-section .add-div.phone::after { font-size: 28px; }
  .row-fluid .location-section .add-div.mail::after {font-size: 25px;}
  .row-fluid .location-section .add-div::after { top: -5px; }
  .row-fluid .location-section h2 { margin-bottom:10px; }
  .row-fluid .location-section { padding-bottom:70px; } 
  .row-fluid .location-section .form-right h2 { margin-bottom:20px; font-size:30px; }
  .row-fluid .left-text { float:left; width:100%; }
  .row-fluid .footer-menu { float:left; width:100%; padding:0 !important; margin:40px 0 0 0; }
  .row-fluid .footer .footer-menu .contact { left:0; }
  .row-fluid .footer .footer-menu .row-fluid > div:nth-child(n+3) { width:9.6%; }
  .row-fluid .footer-raw { padding-top: 40px; }
  .row-fluid .map-section iframe { height:400px !important; } 

  .row-fluid .hero-section h1 { font-size: 43px; } 
  .row-fluid .hero-section h4 { font-size: 18px; line-height: 2.3; }
  .row-fluid .herosub-text p { font-size: 14px;line-height: 3.15; } 
  .row-fluid .work-box { width: calc(100% / 2); padding:20px 20px; } 
  .row-fluid .tab-title ul li { margin-right: 11px; }
  .row-fluid .tab-title ul li a { font-size: 14px; padding: 9px 6px 5px; }
  .row-fluid .tab-title ul li:first-child { padding-right: 10px; }
  .row-fluid .tab-content { padding: 40px 0 100px; }
  .row-fluid .power-title h3 { font-size: 24px; line-height:normal; top:20px; }
  .row-fluid .service-custom { padding-top: 46px; } 
  .row-fluid .service-content h2 { font-size: 30px; line-height:normal; }
  .row-fluid .service-content.right-wrapper { padding-left: 40px !important; } 
  .row-fluid .service-content.left-wrapper .height-center { padding-right: 40px !important; }  
  .row-fluid .event-div{  padding-bottom: 120px; }
  .row-fluid .event-title h2 { font-size:32px; }
  .row-fluid .event-div.new-section2 { padding-bottom: 70px; } 
  .row-fluid .started-from.location-section { padding: 55px 0 5px; }
  .row-fluid .started-from .wrapper { padding: 78px 0 0px; }
  .row-fluid .event-div .work-box h4  { font-size: 25px; }
  .event-page .row-fluid .work-box .bgimg-main { margin-right: 29px !important; } 
  .row-fluid .blog-main { padding: 60px 0 100px; }
  .hs-blog-post .row-fluid .post-header h1 { font-size: 36px; } 

  .row-fluid .column-setion .contact-form { padding: 30px 24px; width:100%; margin:0; }  
  .row-fluid .column-raw { float:left; width:50%; margin:0 0 50px 0; padding-right:20px; }  
  .row-fluid .location-section.column-setion { padding: 55px 0 140px; }

  .row-fluid .location-section.column-setion.two-column { padding: 65px 0 120px; } 
  .row-fluid .one-column .column-raw { width:100%; } 
  .row-fluid .location-section.column-setion.two-column.one-column { padding: 50px 0 80px; } 

  .heading-block-quote h2 { font-size: 35px;}
  .heading-block-quote blockquote{ margin: 35px 100px; font-size: 30px;}

  .heading-title-section h1 { font-size: 40px;}
  .heading-title-section h2 {font-size: 34px;}
  .blockquote-wrapper-black{ padding: 8rem 12%;}

  .row-fluid .how-help-form > div{padding: 80px 50px 85px;}

  .row-fluid .hero-section .video-html { padding-bottom:104.25%; }
  .home .row-fluid .hero-section { height: 603px; }
}

@media (min-width: 30px) and (max-width: 767px) {


  .row-fluid .column-setion .contact-form { padding: 30px 24px; width:100%; margin:0; float:left; } 
  .row-fluid .column-raw { float:left; width:100%; margin:0 0 30px 0; } 
  .row-fluid .location-section.column-setion { padding: 35px 0 90px; }   
  .row-fluid .location-section.column-setion.two-column { padding: 50px 0 60px; }  

  .row-fluid .wrapper { width:100% !important; padding:0 15px; }
  .row-fluid .blog-left .blog-follow { padding-top: 20px; }
  form .form-columns-2 .hs-form-field { margin:10px 0 0 0 !important; width:100% !important; padding:0 !important;  }
  .row-fluid .mainmenu .hs-menu-wrapper  ul  li { padding-left:0; padding-right:0; }
  .row-fluid .mainmenu .hs-menu-wrapper  ul  li a { padding:3px 40px 3px 20px; font-size:14px; }
  .row-fluid .h-v-50 { top:auto; left:auto; position:relative; -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); width:100%; }

  .row-fluid .location-section h2 { font-size: 25px; }
  .row-fluid .location-section .add-div.location::after { font-size: 35px; }
  .row-fluid .location-section .add-div.phone::after { font-size: 28px; }
  .row-fluid .location-section .add-div.mail::after {font-size: 25px;}
  .row-fluid .location-section .add-div::after { top: -5px; }
  .row-fluid .location-section h2 { margin-bottom:10px; }
  .row-fluid .location-section { padding-bottom:40px; }  
  .row-fluid .location-section .form-right h2 { margin-bottom:20px; font-size:30px; }
  .row-fluid .left-text { float:left; width:100%; }
  .row-fluid .footer-menu { float:left; width:100%; padding:0 !important; margin:20px 0 0 0; } 
  .row-fluid .footer .footer-menu .contact { left:0; }
  .row-fluid .footer .footer-menu .row-fluid > div { width:100% !important; margin:0 !important; } 
  .row-fluid .footer-raw { padding-top: 20px; }
  .row-fluid .map-section iframe { height:350px !important; }  
  .row-fluid a.cta_button { padding: 7px 12px; }
  .row-fluid .top-talk { margin: 6px 0 0 10px; } 
  .row-fluid .top-raw-2 { padding: 18px 0; }   

  .row-fluid .form-right { padding-left:0; } 
  .row-fluid .contact-form form .hs_submit { width:100%; text-align:center; float:left; margin-top:15px; } 
  .row-fluid .contact-form form { margin-top:10px; } 
  .row-fluid .contact-form { padding: 35px 24px 30px; }
  .row-fluid .contact-form form fieldset , .row-fluid .contact-form form fieldset > div { margin:0 !important; }
  .row-fluid .contact-form form label { margin-top:15px !important; }
  .row-fluid .footer .hs-menu-wrapper > ul { margin-top:20px; }

  .row-fluid .footer-logo { float:none; display:inline-block;  } 
  .row-fluid .logo { width:100%; text-align:center; } 
  .row-fluid .logo img { max-width:200px; display:inline-block; } 
  .row-fluid .right-auto.right { float:left; width:100%; text-align:center; padding: 10px 0 8px; } 
  .row-fluid .right-auto.right > div { float:none; display:inline-block; }

  .row-fluid .top-logo { float:left; width:100%; margin-right:0; }
  .row-fluid .top-logo img { max-width:150px; } 
  .mainmenu.js-enabled .hs-menu-flow-horizontal .right-auto , .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto { float:left; width:100%; } 
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto + ul { float:left; width:100%; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto { background: rgba(0,0,0,.99);  }  
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto.left { padding: 5px 20px 0; }
  .row-fluid .top-raw-1 .social-media__list li a { padding:0 !important; border:0 !important; font-size:24px !important; } 
  .row-fluid .top-raw-1 .social-media__list { width:100%; margin-bottom:15px; }
  .row-fluid .top-raw-1 .social-media__list li { margin:0 10px 0 0 !important; border:0 !important; }
  .row-fluid .top-raw-1 .social-media__cta { width:100%; margin: 10px 0; }
  .row-fluid .top-raw-1 .social-media__cta a .fa { display: inline; }
  .row-fluid .top-raw-2 { background: rgba(0,0,0,.99);  }  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { width:100%; border:0; left: 0% !important; transform: translateX(0%); padding:0; }
  .body-container-wrapper { padding-top: 137px; }
  .row-fluid .location-section { padding-top:50px; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { background:#fa8e00; color:#fff; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:hover a { color:#fff; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#fa8e00;  } 
  .row-fluid .hero-banner2 span { width:100%; } 


  .row-fluid .hero-section h1 { font-size: 2.15em; line-height: 1; }  
  .row-fluid .hero-section h4 { font-size: 18px; line-height: 2.3; }
  .row-fluid .herosub-text p { font-size: 14px;line-height: 3.15; } 
  .row-fluid .work-box { width:100%; padding:20px 0px; text-align:center; }  
  .row-fluid .tab-title ul li { margin-right: 11px; float:left; width:100%; margin-right:0; }
  .row-fluid .tab-title ul li a { font-size: 14px; padding: 9px 6px 5px; }
  .row-fluid .tab-title ul li:first-child { padding-right: 10px; }
  .row-fluid .tab-content { padding: 20px 0 50px; }
  .row-fluid .power-title h3 { font-size: 24px; line-height:normal; top:10px;  }
  .row-fluid .service-custom { padding-top: 46px; } 
  .row-fluid .service-content h2 { font-size: 30px; line-height:normal; }
  .row-fluid .service-content.right-wrapper { padding-left: 40px !important; } 
  .row-fluid .service-content.left-wrapper .height-center { padding-right: 40px !important; }  
  .row-fluid .event-div{  padding-bottom: 60px; }
  .row-fluid .event-title h2 { font-size:32px; }
  .row-fluid .event-div.new-section2 { padding-bottom: 70px; } 
  .row-fluid .started-from.location-section { padding: 0px 0 5px; }
  .row-fluid .started-from .wrapper { padding: 78px 15px 0px 15px; }
  .row-fluid .event-div .work-box h4  { font-size: 25px; }
  .row-fluid .tab-title ul { margin:20px 0; }
  .row-fluid .work-box .yellow-cta { text-align:center; }

  .row-fluid .w-50 { width:100%; padding:40px 20px; text-align:center; height:auto !important; }  
  .row-fluid .services-box { display:block; }
  .row-fluid .service-image { height:250px !important; }
  .row-fluid .event-title { text-align:center; margin-top: 10px; }
  .row-fluid .event-title .left-auto ,  .row-fluid .event-title .right-auto  { float:left; width:100%; text-align:center; } 
  .row-fluid .event-title .all-event { margin-top:0; }
  .row-fluid .event-div .work-box { left:0; }
  .row-fluid .event-div .work-box .yellow-cta { float: none !important; display: inline-block; width: auto !important; }
  .row-fluid .partner-box { width:100%; margin:10px 0; }
  .row-fluid .started-from .contact-form  { padding: 30px 30px 60px; }
  .row-fluid .contact-form h4  { font-size: 16px; }

  .row-fluid .hero-section { text-align:center; } 
  .home .row-fluid .hero-section .wrapper { position:relative; top:auto; left:auto; transform:translateY(0); height:auto; }
  .home .row-fluid .hero-section {  height:auto; padding:200px 0 70px; }

  .row-fluid .mobile-tab { display:none; } 
  .row-fluid .tab-title ul li:first-child { pointer-events: initial; cursor:pointer; } 
  .row-fluid .tab-title ul .mobile-tab li:first-child::after { opacity:0; } 
  .row-fluid .tab-title ul .mobile-tab li:first-child { background:transparent; }
  .row-fluid .tab-title ul .mobile-tab li:first-child a { color:#fff; font-weight:400; }
  .row-fluid .tab-title ul li:first-child:before { background:#fccb15; width:10px; } 
  .row-fluid .tab-title ul .mobile-tab li:first-child:before { opacity:0; }   

  .row-fluid .tab-title ul li ,  .row-fluid .mobile-tab > li { border-bottom: 1px solid #ccc !important; }
  .row-fluid .mobile-tab > li:last-child { border-bottom:0 !important; }
  /*  .row-fluid .video-html { display:none; } */
  .row-fluid .hero-section .video-html { padding-bottom:159.25%; }


  .event-page .row-fluid .work-box .w-50 { padding:0; text-align:left; }   
  .event-page .row-fluid .work-box .bgimg-main { height:200px !important; margin-bottom:25px; }
  .event-page .row-fluid .work-box { margin-bottom:50px; }
  .row-fluid .event-page-title { margin-top:0;  text-align:center; }
  .event-page .row-fluid .event-div { padding-bottom: 75px; }
  .row-fluid .event-page-title h2 { font-size: 30px; }

  .row-fluid .hero-banner2 { padding: 55px 0 110px; }
  .row-fluid .help-boxes h3 { margin-top:40px; }
  .row-fluid .help-boxes {padding-top:0; } 

  .row-fluid .post-item-raw { text-align:center; }
  .row-fluid .post-item-raw .hs-featured-image-wrapper { float:left; width:100%; text-align:center;  }
  .row-fluid .post-item-raw .hs-featured-image-wrapper img { display:inline-block; float:none; margin:10px 0 20px; }
  .row-fluid .header-section  a.cta_button {  font-size:11px; }
  .row-fluid .blog-right { float:left; width:100%; padding-top:50px; text-align:center; }
  .row-fluid .blog-follow ul li { float:none; display:inline-block; vertical-align:top; margin:0 3px; } 
  .row-fluid .blog-main { padding: 30px 15px 60px; text-align:center; }

  .hs-blog-post .row-fluid .post-header h1 { font-size: 30px; } 
  .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:12px; }

  .row-fluid .service-custom { padding-top: 0; } 

  .row-fluid .services-box .service-image > div { height: 114% !important;
    -moz-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(4deg);
    top: -50px !important;     background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important; opacity:0; }   

  .row-fluid .service-image { background-position: top center !important; } 

  .row-fluid .upcoming-div { margin-top: 45px; } 
  .row-fluid .event-div .work-box { text-align:left; } 
  .row-fluid .hero-section { text-align:left; } 
  .row-fluid .services-box .service-content , .row-fluid .work-box { text-align:left; }  
  .row-fluid .work-box .yellow-cta { text-align:right; }
}  


.heading-block-quote h2 { font-size: 32px;}
.heading-block-quote blockquote:after, .heading-block-quote blockquote:before{ height: 37px;}
.heading-block-quote blockquote{margin: 35px 15px; font-size: 25px;}

.blockquote-wrapper-black{ padding: 4rem 25px;}
.blockquote-wrapper-black h3{font-size: 23px;}

.heading-title-section h1 {font-size: 35px;}
.heading-title-section h2 { font-size: 28px; }

.home .row-fluid .hero-section.hero-section-main .wrapper { position: relative; left: inherit; top: inherit;}
.row-fluid .hero-section.hero-section-main h1 { font-size:25px; } 
.row-fluid .hero-section.hero-section-main h2 { font-size:22px; }
.row-fluid .started-from .contact-form { width:100%; float:left; }
.row-fluid .frm-pb-0, .row-fluid .frm-pb-0.event-div { padding-bottom:0px; }

.row-fluid .how-help-form > div{    padding: 80px 50px 170px;    margin-top: 50px;}


.row-fluid .right-auto.right { text-align:center; } 
.row-fluid .right-auto.right .top-logo {  width: auto; margin-top: 4px; padding-right: 6px; text-align:left; } 
.row-fluid .right-auto.right .top-logo img { max-width:135px; }
.row-fluid .right-auto.right  a.cta_button { padding: 8px 10px;  }
.row-fluid .top-talk a em span { display:none; } 
.row-fluid .top-talk .fa-phone { display:none; }


.row-fluid .mainmenu .top-logo {  display:none; }  

.row-fluid .social-media__list { padding:0; list-style:none; }
.row-fluid .social-media__list li { width:auto; float:left; padding-right:10px; }   
.row-fluid .footer { font-size: 12px;  }

.row-fluid .blog-result-sec { text-align:left; }
.row-fluid .search-results-box h2 { font-size:24px; line-height:30px; }

} 


@media (min-width: 768px) {

  a.mobile-trigger, a.child-triggerm { display: none !important; /* Hide button on Desktop */ }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }

  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; }

  .row-fluid .service-content.right-wrapper /*, .row-fluid .service-content.right-wrapper .height-center*/  { padding-left:80px; }
  .row-fluid .service-content.left-wrapper /*, .row-fluid .service-content.left-wrapper .height-center */ { padding-right:80px; }

  .row-fluid .service-content.right-wrapper .height-center  { padding-right:80px; }
  .row-fluid .service-content.left-wrapper .height-center  { padding-right:80px; }  


  .row-fluid .height-center { position:relative !important; top:52%; transform:translateY(-50%); z-index:11; width:100%; padding:100px 0 200px !important; }    
  .row-fluid .services-box .w-50 { position:relative; /*min-height:650px;*/ background:#fff; } 
  .row-fluid .services-box { -moz-transform: skewY(-4deg); -webkit-transform: skewY(-4deg); -o-transform: skewY(-4deg); -ms-transform: skewY(-4deg); transform: skewY(-4deg); }

  .row-fluid .height-center {-moz-transform: translateY(-50%) skewY(4deg); -webkit-transform: translateY(-50%) skewY(4deg); -o-transform: translateY(-50%) skewY(4deg); -ms-transform: translateY(-50%) skewY(4deg); transform: translateY(-50%) skewY(4deg);} 
  .row-fluid .services-box.even { margin-top:-60px; }

  .row-fluid .services-box.odd .service-image , .row-fluid .services-box.even .service-image { position:relative; }   
  .row-fluid .services-box.odd .service-image:after { position: absolute; bottom:59px; right: 0; content: '';  background: url(https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%; }


  .row-fluid .services-box.even .service-content , .row-fluid .services-box.even .service-content { position:relative; }   
  .row-fluid .services-box.even .service-content:after { position: absolute; bottom:-1px; right: 0; content: '';  background: url(https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%; }


  .row-fluid .services-box.odd .service-content:after { position: absolute; bottom:1px; right: 0; content: ''; background: url(https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;  transform: rotateZ(180deg); }
  .row-fluid .services-box.even .service-image:before { position: absolute; bottom:-1px; right: 0; content: ''; background: url(https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/border-left.png?t=1530180950513);
    background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;   }
  .row-fluid .services-box.even .service-content:before { position: absolute; bottom: -59px; right: 0; content: ''; background: url(https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/border-left.png?t=1530180950513);  background-repeat: no-repeat;
    width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;  transform: rotateZ(180deg); }
  .event-page .row-fluid .work-box .bgimg-main { margin-right:37px; width:46%; }
  .row-fluid .blog-right { float:right; width:25%; } 
  .row-fluid .blog-left { float:left; width:72%; padding-right:20px; position: relative;  margin-top: -31px; } 
  .hs-blog-post .row-fluid .blog-left { margin-top: -20px; } 
  .row-fluid .services-box .service-image > div { height: 114% !important; -moz-transform: skewY(-4deg); -webkit-transform: skewY(-4deg); -o-transform: skewY(-4deg); -ms-transform: skewY(-4deg); transform: skewY(4deg); top: -50px !important;     background-repeat: no-repeat !important; background-size: cover !important;  background-position: center center !important; } 
  .row-fluid .services-box .service-image { background-image:none !important; overflow: hidden; } 

  .row-fluid .map-section { float:left; width:50%; margin:0; }



}

@media (max-width: 321px) {
  .row-fluid .top-talk { margin: 5px 0 0 5px; } 
}

@media (max-width: 480px) {

  .button-group-section > span{ display:block; margin-bottom:10px; text-align:center;}

}



@media (max-width: 767px) { /* Variables
  ========================================================================== */ {
    % set menuColorMobile = "#455560" %
  }   /* Set Mobile Menu Background Color */ {
    % set aColorMobile = "#fff" %
  }      /* Set Link Color */ {
    % set aColorHoverMobile = "#fff" %
  } /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu * {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: { {
      aColorMobile
      }
    };
  }


  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 22px;          /* Position Button at top right of screen  */ 
    left: 7px;        /*******************************************/
    width: 37px; /* Button width */
    height: 34px; /* Button height */
    padding: 6px 4px 8px 8px;

    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }
  a.mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: { {
      aColorHoverMobile
      }
    };
  }
  a.mobile-trigger span {
    display: inline;
  }
  a.mobile-trigger span:before {
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
  }
  a.mobile-trigger span:after {
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: { {
      menuColorMobile
      }
    };
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */
  }
  .mobile-open a.mobile-trigger span:after {
    opacity: 1;
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger i {
    display: inline;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger i:before, a.mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color:#fff; 
    display: inline-block;
  }
  a.mobile-trigger i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
  ========================================================================== */

  a.child-triggerm {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px !important; /* Button width */
    min-width: 45px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-triggerm span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-triggerm span:after {
    position: absolute;
    content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#fff;
    display: block;
  }
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after {
    background-color: #fff;
  }
  a.child-triggerm span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }



  /* Menu Styles on Mobile Devices
  ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal, .mainmenu.js-enabled .hs-menu-children-wrapper {
    display: none;
  }

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper { 
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {
    position: fixed; /**************************************************************/
    top: 140px;             /* Positions the menu to drop from the very top of the screen */
    right:100%;          /**************************************************************/
    width: 100%;
    height:100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    transition:all 700ms ease-in-out;
  }

  .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { 
    right:0;

  }
  .mainmenu .hs-menu-flow-horizontal {
    padding: 0px 0 0 0; /* Padding to add room for close button */
    background: rgba(0,0,0,.99);
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li {
    position: relative;
  }
  .mainmenu .hs-menu-flow-horizontal > ul > li a {
    font-size: 15px; /* Font size of top level list items */
    line-height: 38px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li {
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li {
    padding: 0 10px 0 0;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover {
    color: { {
      aColorHoverMobile
      }
    }; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li {
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a {
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a {
    text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {
    text-indent: 50px; /* Indent Child lists */
  }
}


@media (max-width: 551px) {     

  .row-fluid .partner-box { padding: 0 50px 10px;  }    

}


/*hs support  - styling blog RSS feed on landing pages*/

@media (min-width: 768px) {
  .hs-related-blog-item.hs-with-featured-image, .hs-rss-item.hs-with-featured-image {
    width:33.3%;
    float:left;
  }

  .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width:90%;
    padding:10px;  
  }

}

@media (max-width: 767px) {
  .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width:100%;
  }
}

/*end hs support */


/* Buttons */

.btn {
  padding: 20px 40px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.btn-yellow {
  background: #295697;
  color: #333333;
}
.btn-yellow:hover {
  background: #ffffff;
  color: #fa8e00;
}
.btn-yellow-2 {
  background: #ffffff;
  color: #333333;
}
.btn-yellow-2:hover {
  background: #fa8e00;
  color: #ffffff;
}

.btn-outline-grey {
  color: #295697;
  border: 1px solid #d5ddea;
} 
.btn-outline-grey:hover {
  background: #295697;
  border-color: #295697;
  color: #fff;
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";










html {
  font-size: 12.8px;
}

.magnet-header {
  padding:0 15% !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.body-container-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #748494;
}

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 3rem; /* 48px */
  font-weight: bold;
}

h2 {
  font-size: 2rem; /* 32px */
  font-weight: 600;
}
h3 {
  font-size: 1.375rem; /* 22px */
  font-weight: 600;
}


/* Colors */
.color-primary:not(a)  { 
  color: #295697;
}
a.color-primary:not(:hover) { 
  color: #295697;
}


.color-secondary:not(a) { 
  color: #FA8E08;
}
a.color-secondary:not(:hover) { 
  color: #FA8E08;
}


/* Content */
#content .wrapper {
  max-width: 1170px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}


/* CTAs */
.btn {
  padding: 20px 40px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.btn-yellow {
  background: #2b5697;
  color: #fff;
  align-self: baseline;
}
.btn-yellow:hover {
  background: #fa8e00;
  color: #fff;
}

.btn-outline-grey {
  color: #295697;
  border: 1px solid #d5ddea;
} 
.btn-outline-grey:hover {
  background: #295697;
  border-color: #295697;
  color: #fff;
}

.btn-link-arrow {
  color: #295697;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.btn-link-arrow:after {
  content: "\f061";
  font-family: fontawesome;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  background: #295697;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  transition: all ease-in-out 200ms;
}
.btn-link-arrow:hover {
  color: #FA8E08;
}
.btn-link-arrow:hover:after {
  background: #FA8E08;
}


.btn-link-arrow-02 {
  color: #295697;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.btn-link-arrow-02:hover {
  color: #FA8E08;
}

/* Form */
/* Form Field */
.m-form .hs-form-field { 
  margin-bottom: 15px;
}

/* Descriptions */
.m-form .hs-field-desc {}

/* Labels */
.m-form label {
  font-weight: bold;
}
.m-form form.hs-form fieldset {
  max-width: 100%;
}

.m-form .hs-form-field > label {
  margin-bottom: 5px;
  display: block;
}
.m-form .hs-form-field .input {
}

/* One Line Inputs */
.m-form input[type="text"],
.m-form input[type="password"],
.m-form input[type="datetime"],
.m-form input[type="datetime-local"],
.m-form input[type="date"],
.m-form input[type="month"],
.m-form input[type="time"],
.m-form input[type="week"],
.m-form input[type="number"],
.m-form input[type="email"],
.m-form input[type="url"],
.m-form input[type="search"],
.m-form input[type="tel"],
.m-form input[type="color"],
.m-form input[type="file"],
.m-form textarea,
.m-form select {
  -webkit-appearance: none;
  outline: none;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  height: auto;
  font-size: .8rem;
}

.m-form input[type="text"]:focus,
.m-form input[type="password"]:focus,
.m-form input[type="datetime"]:focus,
.m-form input[type="datetime-local"]:focus,
.m-form input[type="date"]:focus,
.m-form input[type="month"]:focus,
.m-form input[type="time"]:focus,
.m-form input[type="week"]:focus,
.m-form input[type="number"]:focus,
.m-form input[type="email"]:focus,
.m-form input[type="url"]:focus,
.m-form input[type="search"]:focus,
.m-form input[type="tel"]:focus,
.m-form input[type="color"]:focus,
.m-form input[type="file"]:focus,
.m-form textarea:focus,
.m-form select:focus {
  outline: 0;
  border-color: #295697;
}

.m-form .hs_submit {
  text-align: center;
}
.m-form input[type="submit"],
.m-form form.hs-form .hs_submit input {
  background: #ffce00;
  color: #333;
  padding: 20px 40px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 600;
}
.m-form input[type="submit"]:hover,
.m-form form.hs-form .hs_submit input:hover {
  background: #295697;
  color: #fff;
}
.m-form form.hs-form ul.hs-error-msgs {
  margin: 5px 0px 0px;
}
.m-form form.hs-form ul.hs-error-msgs label {
  font-size: 14px;
}

@media (max-width: 767px) {
  .m-form input[type="submit"] {
    display: block;
    width: 100%;
  }
}
@media (min-width: 401px) {
  .m-form form.hs-form fieldset > .hs-form-field:last-child > div {
    margin-right: 0px;
  }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  .m-form form.hs-form .form-columns-2 .hs-form-field .hs-input,
  .m-form form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  .m-form form.hs-form .hs_submit .actions {
    padding-right: 8px;
  }
}

/* Separate Styles for Multiple Line Inputs */
.m-form textarea {
  min-height: 145px;
}
.m-form textarea:focus {}

/* Separate Styles for Drop Downs */
.m-form select {
  background-image: url('https://2820628.fs1.hubspotusercontent-na1.net/hubfs/2820628/Magnet_August2019/icons/icon_arrow.png');
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.m-form select:focus {}

/* Multiple Selection Inputs */
.m-form form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

.m-form form.hs-form .hs-form-field ul.inputs-list li input {}
.m-form input[type="radio"] {}
.m-form input[type="checkbox"] {}

/* Required */
.m-form input:focus:required:invalid,
.m-form textarea:focus:required:invalid,
.m-form select:focus:required:invalid {}

.m-form input:focus:required:invalid:focus,
.m-form textarea:focus:required:invalid:focus,
.m-form select:focus:required:invalid:focus {}

/* Multi col fields */
.m-form .form-columns-1 .hs-input:not([type="radio"]) {
  width: 100%;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}


/* Overwrite Styles for AutoFeed Blog Module */
.custom-autofeed {}
.custom-autofeed .hs-rss-item {
  width: 33.3%;
  float: left;
  padding: 0 15px;
}

.custom-autofeed .hs-rss-item .hs-rss-item-text {
  width: 95%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  justify-content:flex-start;
}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-title {order:2;font-size: 18px;line-height: 22px;font-weight: 700;font-family: 'Poppins',sans-serif;color:#333!important;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-title a {color:#333!important;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-title a:hover {color:#2b5697;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-byline {order:1;margin-top: -55px;margin-bottom: 50px;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-description {order:3;padding: 5px 0 20px;font-family: 'Open Sans',sans-serif;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-description p {font-size: 14px;line-height: 22px;font-weight: 500;}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-description p a {
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: table;
  clear:both;
  padding: 10px 25px;
  border: 1px solid #2b5697;
  color: #fff;
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 24px;
  border-radius: 3px;
  background-color: #2b5697;
}
.custom-autofeed .hs-rss-item .hs-rss-item-text .hs-rss-description p a:hover {
  background: #fa8e00;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 23px 10px -21px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 23px 10px -21px rgba(0,0,0,0.7);
  -o-box-shadow: 0 23px 10px -21px rgba(0,0,0,0.7);
  -ms-box-shadow: 0 23px 10px -21px rgba(0,0,0,0.7);
  box-shadow: 0 23px 10px -21px rgba(0,0,0,0.7);
  border: 1px solid #fa8e00;
}

.custom-autofeed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width:100%;
}
.custom-autofeed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
  width: 100%;
  /* height: auto; */
  min-height: 270px;
  max-height: 270px;
  padding: 0;
  margin: 0;
}

.custom-autofeed .hs-rss-byline .hs-rss-author, .custom-autofeed .hs-rss-byline .hs-rss-posted-at {display:none;}
.custom-autofeed .hs-rss-byline {    
  color: #fff;
  opacity:1;
}
.custom-autofeed .hs-rss-date {
  padding: 11px;
  max-width: 220px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  position: relative;
  bottom: -27px;
  left: 30px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(43,86,151,0.99)!important;
}
.custom-autofeed .hs-rss-byline .hs-rss-date:before {
  content: '';
  margin-right: 10px;
  width: 21px;
  height: 20px;
  background-image: url(https://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/recent-watche.png);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:768px) {

  .custom-autofeed .hs-rss-item {
    width: 96%;
    float: none;
    display:block;
    padding: 0 2%;
  }

  .hide {display: none !important;}


  .custom-autofeed .hs-rss-date {
    padding:8px;
    font-size: 14px;
  }
  .custom-autofeed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
    width: 100%;
    height:auto;
    min-height: none;
    max-height: none;
    padding: 0;
    margin: 0;
  }
}


.footer span, .footer div, .footer li, .footer blockquote {
  color: #ffffff !important;
  font-family: 'Open Sans',sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;  
}
.row-fluid .footer .span4.widget-span.widget-type-rich_text.left-text p span {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px !important;
}
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child a {
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-weight: 800;
  text-transform: unset;
  font-family: 'Open Sans',sans-serif !important;
}
.footer .hs-menu-wrapper ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
}
.row-fluid .footer-raw .cell-wrapper.layout-widget-wrapper span {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
}
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child a:hover,
.row-fluid .footer .hs-menu-wrapper > ul > li a:hover{
  color: #fccb15 ;
}
.row-fluid .footer .hs-menu-wrapper > ul > li a{
  padding: 3px 0;
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif !important;
}
.row-fluid .footer .hs-menu-wrapper li {
  padding-bottom: 0; 
}
.row-fluid .footer .p-rich_text_section a,
.row-fluid .footer .p-rich_text_block a{
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
.row-fluid .footer .p-rich_text_section a:hover,
.row-fluid .footer .p-rich_text_block a:hover {
  color: #fccb15;
}
.p-rich_text_block .p-rich_text_section {
  font-size: 12px !important;
  line-height: 18px !important;
}
.p-rich_text_block p {
    line-height: unset;
}