/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
    /* ----- Structure & Design ----- */

    
    
    
    
    
    
    
    /* ----- Base Colors ----- */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* ----- Drop-Down Menu ----- */
    
    
    
    
    
    
    
    /* ----- Mobile Menu ----- */ 
    
    
    
    


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

/* @import url('http://example.com/example_style.css'); */ 
@font-face { font-family: 'Lato-Regular';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Regular.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Regular.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.ttf') format('truetype');}
@font-face { font-family: 'Lato-Italic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.ttf') format('truetype');}
@font-face { font-family: 'Lato-Light';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.ttf') format('truetype');}
@font-face { font-family: 'Lato-LightItalic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.ttf') format('truetype');}
@font-face { font-family: 'Lato-Bold';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.ttf') format('truetype');}
@font-face { font-family: 'Lato-BoldItalic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.ttf') format('truetype');}


/***********************************************/
/* 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: 'Lato', sans-serif; font-size:16px; font-weight:400; 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 #ffffff; 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:#ffffff; }

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

/*Heading*/
h1 { color:#ffffff; font-family: 'Lato', sans-serif; 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:#ffffff; font-family: 'Lato', sans-serif; font-size:36px; line-height:44px; margin:0; padding:0 0 10px; clear:both; }
h3 { font-weight:700; color:#ffffff; font-family: 'Lato', sans-serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; font-family: 'Lato', sans-serif; font-size:28px; line-height:34px; margin:0; padding:0 0 20px; clear:both }
h5 { font-weight:700; color:#ffffff; font-family: 'Lato', sans-serif; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#ffffff; font-family: 'Lato', sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }
h4.form-title-lh {color:#303539!important;}

.title-text h2 { font-weight: 700; letter-spacing:1px; padding:0 0 10px; }
.sub-text { margin:0 auto !important; padding:0 0 20px; max-width:900px; width:100% !important; font-family: 'Lato', sans-serif; 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-family: 'Lato', sans-serif; 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:#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;; }
a:hover { color:#1A1A1A; }

.service-boxmain a {
  color:#ffffff;
}


/*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 #40e4b3; 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:#40e4b3; 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:50px; padding:0 20px !important; font-family: 'Lato', 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; }
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:transparent; border:1px solid #40e4b3; 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:#40e4b3; color:#FFFFFF; }
 

/* 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, 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: -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, 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%);
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:#40e4b3; 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:100px; }




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 #ffffff; 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:#ffffff;  }

.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:#40e4b3; 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; [Commented out by Reed Gilbride, HubSpot TC, on 11/28 to fix "required" asterisk wrapping to separate line] */}
.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:#40e4b3; color:#FFFFFF; border-color:#40e4b3; }
.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:#40e4b3; background:#40e4b3;  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; }

  body {padding-top:95px;}
  .sharing-icons-podcasts {padding-top:30px;}
}



/*::-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: #40e4b3;	
	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; }

.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 { word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; font-size:16px; line-height:24px; }
.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:#43516c; }
.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; }

/* slider dotet white */
/*.row-fluid .dots-white ol.flex-control-nav li a, .row-fluid .dots-white ul.slick-dots li button { border-color:#FFFFFF; }
.row-fluid .dots-white ol.flex-control-nav li a:hover, .row-fluid .dots-white ol.flex-control-nav li a.flex-active, ul.slick-dots li button:hover, .row-fluid .dots-white ul.slick-dots li.slick-active button { background-color:#FFFFFF; }*/

/*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:#40e4b3; 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:#40e4b3; 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, 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: -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, 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%);
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; padding:0 20px; } 

.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:#40e4b3; }
.row-fluid .breadcrumb-link ul li:last-child a:after { display:none; }

/* top */
.row-fluid .logo img { max-width:165px; }
.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:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:10px 20px; font-size:16px; line-height:24px; font-weight:400; color:#fff; vertical-align: top; font-family: 'Work Sans', sans-serif; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#ffffff; }
.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 .header-paddingtop { padding-top:80px; }
.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, 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: -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, 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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.60; }
.row-fluid .hero-text { font-size:16px; line-height:24px; 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:24px; line-height:35px; 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:#40e4b3; }
.row-fluid a.hero-style:after { content:"\f105"; display:inline-block; font-family:'FontAwesome'; vertical-align:middle; margin-left:12px; }



/* 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:#43516c; }
.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);; }




/* footer */
.row-fluid .footer { padding:90px 0; position:relative; font-size:14px; line-height:22px; background-attachment:fixed; color:#FFFFFF; }
.row-fluid .footer:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#303539; opacity:0.7; }
.row-fluid .footer > div { position:relative; }
.row-fluid .footer-title h4 { padding-bottom:30px; font-size:25px; line-height:30px; color:#FFFFFF; font-weight:500; }
.row-fluid .footer-logo img { padding-bottom:30px; max-width:175px; }
.row-fluid .footer-icon ul { margin:40px 0 0; padding:0; list-style-type:none; }
.row-fluid .footer-icon ul li { margin:0; padding:0 10px; display:inline-block; }
.row-fluid .footer-icon ul li:first-child { padding-left:0; }
.row-fluid .footer-icon ul li a { font-size:15px; width:30px; height:30px; line-height:30px; border:1px solid #FFFFFF; color:#FFFFFF; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; display:inline-block; text-align:center; }
.row-fluid .footer-icon ul li a:hover { background-color:#40e4b3; border-color:#40e4b3; -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;; }

.row-fluid .footer-menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .footer-menu ul li { margin:0; padding:0; display:block; width:50%; float:left; }
.row-fluid .footer-menu ul li a { padding:7px 12px 7px 12px; margin:0; color:#FFFFFF; position:relative; width:100%; font-size:14px !important; }
.row-fluid .footer-menu ul li a:hover { padding:7px 0 7px 15px; color:#ffffff; }
.row-fluid .footer-menu ul li a:before { content:"\f105";  position:absolute; top:7px; left:0; font-size:18px; font-family:'FontAwesome'; }

.row-fluid .footer-recentbox { position:relative; padding: 0 0 30px 80px; }
.row-fluid .footer-recentimg { width:70px; height:70px; -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; position: absolute; top: 0; left: 0; }
.row-fluid .footer-recentitle a { color:#FFFFFF; }
.row-fluid .footer-recentitle a:hover { color:#ffffff; }
.row-fluid .footer-recendate { padding-left:18px; position:relative; }
.row-fluid .footer-recendate:before { content:"\f073"; color:#40e4b3; position:absolute; top:0; left:0; font-family:'FontAwesome';  }
.row-fluid .footer-subscription .hs-button { color:#FFFFFF; }  
.row-fluid .footer-subscription .hs-form-field > label span { display:none; }

/* footer bottom */
.row-fluid .copy-right { padding:30px 0; background-color:#303539; color:#FFFFFF }
.row-fluid .copy-right a:hover { color:#FFFFFF; }

/* 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, 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: -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, 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%);
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:#ffffff; border-color:#ffffff; 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 #697489; -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:110px; height:110px; line-height:68px; position:absolute; top:-46px; left:35%; text-align:center; -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:#40e4b3; background:#40e4b3; 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, 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: -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, 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%);
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, 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: -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, 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%);
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://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/js/testi-arrow.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:#40e4b3; }

.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, 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: -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, 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%);
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:#40e4b3; }

.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: #40e4b3 !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:#40e4b3; -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 #40e4b3; 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, 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: -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, 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%);
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:#40e4b3; border-color:#40e4b3; }
.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:#40e4b3; }
.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, 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: -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, 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%);
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 #40e4b3; position:relative; }
.row-fluid .service6-text:before { content:''; border:10px solid transparent; border-right-color:#40e4b3; 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://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/form-icon1.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:#40e4b3; color:#FFFFFF; border-color:#40e4b3; }
.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:#ffffff; }
.row-fluid .contact2-section .contact-address ul li a { color:#222222; }
.row-fluid .contact2-section .contact-address ul li a:hover { color:#ffffff; }
.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://2668666.fs1.hubspotusercontent-na1.net/hubfs/2668666/Hamster_2017/Image/contact-icon1.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: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; 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: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; -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:#40e4b3; -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:#ffffff; }
.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:#ffffff; }
.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 #40e4b3; 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:#40e4b3; }
.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, 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: -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, 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%);
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:#40e4b3; -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, 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: -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, 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%);
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, 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: -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, 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%);
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:#40e4b3; }
.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:#40e4b3; -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:#ffffff; }
.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 #40e4b3; 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:#40e4b3; }
.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, 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: -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, 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%);
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 #40e4b3; }
.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:#40e4b3; display:block; }
.row-fluid .service-heading h2:before { content:''; border:7px solid transparent; position:absolute; bottom:-4px; left:20px; border-top-color:#40e4b3; } 
.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, 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: -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, 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%);
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:#40e4b3; display:inline-block; }
.row-fluid .pricing-mont { display:inline-block; }
.row-fluid .pricing-mont:before { content:'/'; margin-right:5px; display:inline-block; color:#40e4b3; }
.row-fluid .pricing-cta { padding:10px 0 10px; border-top:1px solid #e6e6e6; }
.row-fluid .pricing-cta a.link-style { color:#40e4b3; }
.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:#40e4b3; }
.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:#40e4b3; color:#FFFFFF; }
.row-fluid .pricing2-section1 .pricing-mont:before { color:#062d70; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing2-title:before { border-top-color:#40e4b3; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-inner h1, .row-fluid .pricing2-section1 .most1-popularbox .pricing-mont:before { color:#40e4b3; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-cta a.link-style { background-color:#40e4b3; color:#FFFFFF; }
.row-fluid .pricing2-section1 .most1-popularbox .pricing-cta a.link-style:hover { background-color:transparent; color:#40e4b3; }

.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:#40e4b3; 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:#40e4b3; }

/* 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:#40e4b3; 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:#40e4b3; 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:#40e4b3; }
.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:#40e4b3; } 
.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:#40e4b3; 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:#40e4b3; }
.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, 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: -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, 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%);
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:#40e4b3; 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:#ffffff; }
.row-fluid .Resources-topiclist ul li a:before { content:''; position:absolute; top:0; left:0; width:3px;  height:0; background-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 .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:#40e4b3; letter-spacing:1px; }
.row-fluid .res3-icon  { width:60px; height:60px; position:absolute; bottom:-9px; right:-9px; line-height:43px; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; background-color:#40e4b3; 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, 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: -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, 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%);
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:#40e4b3; border:1px solid #FFFFFF; }  

.row-fluid a.case-link:hover { border-color:#40e4b3; }
.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:#303539; 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%;}
.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:#41b4e6; color:#ffffff;; }
.row-fluid .landing-righthero .hs-button:hover { background-color:transparent; color:#062d70; }

.row-fluid .landing-content { padding:75px 0; }

.row-fluid .sticky-top {
  position: fixed;
 right: 0;
 left: 0;
 z-index: 999;
}

/* 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, 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: -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, 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%);
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:#40e4b3; 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:#40e4b3; 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:#40e4b3; 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:#40e4b3; 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 #40e4b3; }
.row-fluid .faq3-section1 .common-section1 { padding-top:0; }
.row-fluid .faq3-text h4 { font-size:30px; line-height:36px; text-transform:uppercase; color:#40e4b3; }
.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 #40e4b3; -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:#40e4b3; 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 #40e4b3; -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, 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: -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, 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%);
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:#40e4b3; border-color:#40e4b3 }
.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:#40e4b3; }  
.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:#40e4b3; }
.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:#40e4b3; }
.row-fluid .current-button a.link-style:hover { background-color:#40e4b3; 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:#40e4b3; background-color:#FFFFFF; }
.row-fluid .careerapply-form .hs-button:hover { border-color:#40e4b3; 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:#40e4b3; }
.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:'FontAwesome'; }
.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:#40e4b3; color:#FFFFFF; }
.row-fluid a.thnak-cta:before { content:"\f177"; margin-right:10px; display:inline-block; font-family:'FontAwesome'; 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:#40e4b3; }
.row-fluid a.thnak-cta:hover:before { margin-right:15px; color:#40e4b3;}  

/* 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:'FontAwesome'; }
.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:#40e4b3; background-color:#40e4b3; -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:#40e4b3; }
.row-fluid a.thnak-cta1:after { content:"\f178"; margin-left:10px; display:inline-block; font-family:'FontAwesome'; color:#40e4b3; -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:#40e4b3; 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, 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: -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, 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%);
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:#40e4b3; }
.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, 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: -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, 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%);
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:#40e4b3; 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:#40e4b3; }
.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 #40e4b3; 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, 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: -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, 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%);
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 #40e4b3; 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, 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: -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, 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%);
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:#40e4b3; background-color:#40e4b3; }
.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, 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: -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, 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%);
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:#ffffff; }
.row-fluid .blog2-left .blog2-title h2 a:hover { color:#40e4b3; }
.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:#40e4b3; } 
.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:#ffffff; }
.row-fluid .blog3-text h1 a:hover { color:#40e4b3; }
.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:#40e4b3; }
.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:#40e4b3; }
/*.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: 'FontAwesome'; -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:#40e4b3; }

.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:#40e4b3; 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: 'FontAwesome'; }
.row-fluid .latest-title a , .row-fluid .popular-title a { color:#ffffff; }
.row-fluid .latest-title a:hover , .row-fluid .latest-author a:hover , .row-fluid .popular-title a:hover { color:#40e4b3; }
.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:#40e4b3; color:#FFFFFF; border:2px solid #40e4b3;  -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 #40e4b3; 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:#40e4b3; }
.hs-blog-post blockquote { padding:30px 30px; text-align:center; background:#40e4b3; 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: 'FontAwesome'; font-size:12px; vertical-align:middle; }
.row-fluid .bloginner-topic1 a:hover { color:#ffffff; }

.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:#ffffff; }
.row-fluid .bloginner-author1 h3 a:hover { color:#ffffff; } 
.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: 'FontAwesome'; 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:#40e4b3; }

.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:#40e4b3;  }
.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:#ffffff; }

.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 #40e4b3; background-color:#40e4b3; color:#FFFFFF; }
.row-fluid .related-slider .slick-arrow:hover { color:#40e4b3; 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:#40e4b3; }
.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: 'FontAwesome'; }
.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:#40e4b3; }
.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:#40e4b3; }

.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:#40e4b3; color:#FFFFFF; border-bottom-color:#ffffff; }
.row-fluid .column-menu ul li.hs-item-has-children > a:after { content:"\f107"; font-family: 'FontAwesome'; 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:#40e4b3; }
.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, 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: -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, 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%);
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, 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: -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, 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%);
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:#40e4b3; 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:#40e4b3; }

/* 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:#40e4b3; }
.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:#40e4b3; 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:#40e4b3; }
.row-fluid .subpre-section .subscribe-options label > span { position:relative; top:-5px; }
.row-fluid .subpre-section .hs-button { background-color:#40e4b3; color:#FFFFFF }
.row-fluid .subpre-section .hs-button:hover { background-color:transparent; color:#40e4b3; }

.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 #ffffff; 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:#40e4b3; }
.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:#40e4b3; }
.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 .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#40e4b3; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#40e4b3; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:200px; padding:10px 0; margin: 0px; position: absolute;  top:100%;  left:0px; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding:0px 5px; margin: 0px; display: block; float: none; text-transform: none; background:#000000; position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:before { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:#40e4b3; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:7px 10px; line-height:20px; color:#ffffff; width:100%; font-size:12px; border-bottom:1px solid rgba(255,255,2550,0.3); }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child > a { border-bottom:none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#40e4b3; border-color:#40e4b3;  }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 
    
 
}



@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:#40e4b3; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#40e4b3; } */
    
}



@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:30px; }
    .row-fluid .request-form { padding:70px 0 75px 40px; }
    
    /* footer */
    .row-fluid .footer-icon ul li { padding:0 5px; }
    
    /* 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; }
    
    
    /* footer menu */
    .row-fluid .footer-recentbox { padding:0 0 30px 58px; }
    .row-fluid .footer-recentimg { width:50px; height:50px; }
    .row-fluid .footer-menu ul li { width:100%; }
    .row-fluid .footer-menu ul li a { padding:2px 11px; }
    .row-fluid .footer-menu ul li a:before { top:2px; }
    
    /* 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 20px 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; }
    
    /* footer */
    .row-fluid .footer-box { margin:0; width:50%; padding:0 10px 30px; }
    .row-fluid .footer-box:nth-child(3) { clear:left; }
    
    /* 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 #40e4b3; text-align:center; }
    .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#40e4b3; 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; }
    
    /* 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; }
    
    /* footer */
    .row-fluid .footer { padding:50px 0 10px; } 
    .row-fluid .footer-icon ul { margin:15px 0 0; }
    
    /* 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: 500px) and (max-width: 767px) {

body {padding-top:95px;}
  .sharing-icons-podcasts {padding-top:30px;}
}

@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:20px; 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);;  }
    
    /* 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; }
    
    /* footer */
    .row-fluid .footer { padding:50px 0; } 
    .row-fluid .footer-logo img { padding-bottom:15px; }
    .row-fluid .footer-title h4 { padding:20px 0 10px; }
    .row-fluid .footer-menu ul li a { padding:3px 12px 3px 12px; width:100%; }
    .row-fluid .footer-menu ul li a:before { top:3px; }
    .row-fluid .footer-recentbox { padding:0 0 40px 80px; }
    .row-fluid .copy-right { padding:15px 0; }
    
    /* 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, 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: -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, 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%);
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:#40e4b3; }
    .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; }
  
 
    
    .row-fluid .footer-menu ul li { width:100%; }
    
    /* 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 #40e4b3; text-align:center; }
    .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#40e4b3; 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){
 
    .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);
  }
  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, 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: -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, 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%);
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 */
  }
}