/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Roboto:wght@300;400;500&display=swap');



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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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















/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */



/** 
 * Transition
 * 
 *  
 */



/** 
 * Transform
 *
 *  
 */



.darken-overlay{position:relative;}
.darken-overlay > div{z-index:10;position:relative;}
.darken-overlay:before{
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.6;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index:1;
}


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

html {
  font-family: sans-serif;
  line-height: 1.7;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
  font-size: 1rem;
  font-weight: 400;
  letter-spacing:0.004rem;
  line-height: 1.7;
  color: #314352;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.clear { clear:both }

b,
strong {
  font-weight: 500;
}

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

h1 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:50px; line-height:1.2; font-weight:600; margin:0; padding:0; clear:both }
h2 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:55px; line-height:1.2; font-weight:600; margin:0; padding:0; clear:both }
h3 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:35px; line-height:1.2; font-weight:600; margin:0; padding:0; clear:both }
h4 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:22px; line-height:1.2; font-weight:600; margin: 15px 0; padding:0; clear:both }
h5 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:20px; line-height:1.2; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#1C305D; font-family:'Poppins', sans-serif; font-size:20px; line-height:1.2; font-weight:500; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#FCB414; -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;; }
a:hover { color:#5CB5E6; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; color:#4C4C55; background:#fff; border-radius:0px; border:0; height:60px; padding:0 15px; width:100%; }
select { -webkit-appearance: none; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 15px; height:112px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { cursor:pointer; background-image:url(//2240956.fs1.hubspotusercontent-na1.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#FCB414; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#1C305D; font-weight:600; font-size:25px; line-height:30px; font-family: 'Montserrat', sans-serif; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; -webkit-appearance: none; } 
input[type=submit]:hover , button:hover { background-color:#fff; } 

::-webkit-input-placeholder { color:#89898A !important; opacity:1 !important; font-size:19px !important; }
::-webkit-placeholder { color:#89898A !important; opacity:1 !important; font-size:19px !important; }
::-moz-placeholder { color:#89898A !important; opacity:1 !important; font-size:19px !important; }
:-ms-input-placeholder { color:#89898A !important; opacity:1 !important; font-size:19px !important; }
:-moz-placeholder { color:#89898A !important; opacity:1 !important; font-size:19px !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.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 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; height:40px; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#563E98; 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; background:#563E98;  border-radius:100%; }

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

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

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

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

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

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

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:transparent; width:35px; height:50px; font-size:0; cursor:pointer; padding:0; }
.slick-arrow:before { position:absolute; height:50px; width:33px; content:""; }
.slick-arrow:hover { background:transparent; }
.slick-arrow.slick-prev { right:115%; }
.slick-arrow.slick-prev:before { background:url('//4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-left.png') no-repeat center center }
.slick-arrow.slick-next { left:110%; }
.slick-arrow.slick-next:before { background:url('//4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-right.png') no-repeat center center }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; border:1px solid #FCB414; background:transparent; width:12px; height:12px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#FCB414; }
ul.slick-dots li.slick-active button { background:#FCB414; }

.btn-style a, .row-fluid a.btn-style { float:none; text-align:center; display:inline-block; position:relative; padding:6px 15px; color:#fff; font-weight:500; font-size:0.925rem; line-height:24px; background:#5993eb; clip-path:none; }
.btn-style a:hover, .row-fluid a.btn-style:hover {   background: #563E98; color: #fff;text-decoration: none; } 

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { float:none; display:inline-block; position:relative; padding:12px 49px; color:#fff; font-weight:500; border-radius:30px; font-size:16px; line-height:24px; background:#5CB5E6; clip-path:none; letter-spacing:0.5px; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#fff; color:#5CB5E6; }

.row-fluid .border-btn a, .row-fluid a.border-btn { float:none; display:inline-block; position:relative; padding:7px 76px; color:#FCB414; font-weight:500; border-radius:4px; font-size:16px; line-height:24px; background:transparent; clip-path:none; letter-spacing:0.5px; text-transform:uppercase; border:1px solid #FCB414; }
.row-fluid .border-btn a:hover, .row-fluid a.border-btn:hover { background:#FCB414; color:#fff; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

/* Background Color Options */
.row-fluid .bg-light { background:#f7f7f7; }
.row-fluid .bg-dark { background:#1C305D; }
.row-fluid .bg-theme { background:#30bcb0; }
.row-fluid .bg-white { background:#ffffff; }

/* Background Gredient Option */
.row-fluid .bg-g1 { background:linear-gradient(45deg, #ffab80 0%, #f1606d 100%); }
.row-fluid .bg-g2 { background:linear-gradient(45deg, #f95759 0%, #f97957 100%); }
.row-fluid .bg-g3 { background:linear-gradient(45deg, #ff4082 0%, #e659ff 100%); }
.row-fluid .bg-g4 { background:linear-gradient(45deg, #ff2c40 0%, #ff5e97 100%); }
.row-fluid .bg-g5 { background:linear-gradient(45deg, #e339fc 0%, #60b2fa 100%); }
.row-fluid .bg-g6 { background:linear-gradient(45deg, #8a5efe 0%, #3cb7ff 100%); }
.row-fluid .bg-g7 { background:linear-gradient(45deg, #aea0f3 0%, #43e7fa 100%); }
.row-fluid .bg-g8 { background:linear-gradient(45deg, #1581f0 0%, #1ecdff 100%); }
.row-fluid .bg-g9 { background:linear-gradient(45deg, #22dbbf 0%, #3bf8ff 100%); }
.row-fluid .bg-g10 { background:linear-gradient(45deg, #2cdd9b 0%, #19ccd1 100%); }
.row-fluid .bg-g11 { background:linear-gradient(45deg, #2f93c7 0%, #2fc7c5 100%); }
.row-fluid .bg-g12 { background:linear-gradient(45deg, #fb8a2a 0%, #dadc21 100%); }
.row-fluid .grey-gradient { background: -webkit-linear-gradient(bottom, rgb(138, 140, 142) 0%, rgb(212, 214, 215) 0%, rgb(255, 255, 255) 100%); background: -o-linear-gradient(bottom, rgb(138, 140, 142) 0%, rgb(212, 214, 215) 0%, rgb(255, 255, 255) 100%); background: -ms-linear-gradient(bottom, rgb(138, 140, 142) 0%, rgb(212, 214, 215) 0%, rgb(255, 255, 255) 100%); background: -moz-linear-gradient(bottom, rgb(138, 140, 142) 0%, rgb(212, 214, 215) 0%, rgb(255, 255, 255) 100%); background: linear-gradient(to top, rgb(138, 140, 142) 0%, rgb(212, 214, 215) 0%, rgb(255, 255, 255) 100%); ; }
input{    font-size: 19px;
  color: #89898A !important;}
/* Parallax Option */
.row-fluid .bg-parallax { background-attachment:fixed !important; }

.row-fluid .wrapper { margin:0 auto !important; width:1200px; padding:0; float:none !important; } 

/* Page Wise Css */
/* Homepage 
.body-container-wrapper {
  margin-top:0px;
}
*/

.header-container { position:relative; z-index:12; }
.row-fluid .top { position:absolute; background: #ffffff; top:0px; left:0; width:100%; z-index:2; padding:6px 0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; box-shadow: 0 .2rem 1rem rgba(0,0,0,0.10) !important;}

@media(min-width:767px){
   .body-container-wrapper {  margin-top:4.2rem; } 
} 

.row-fluid .top .wrapper { width:1170px; max-width:100%; display:flex; align-items:center; }
.row-fluid .top-right { text-align:right; display:flex; align-items:center; } 
.row-fluid .top-cta { margin:0; width:140px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 20px; font-size:14px; line-height:26px; color:#1c305d; font-weight:600; font-family:'Poppins', sans-serif; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#FCB414; }
.homepage-class .industry-col{position: relative;}
.homepage-class .industry-img::after{content: ""; background: linear-gradient(to top, black, rgba(255, 0, 0, 0)); display: block!important; width: 100%; height: 100%; opacity: 0.5;}
 

body.fixed .row-fluid .top { position:fixed; background:#fff; padding:6px 0; box-shadow:-5px 0px 20px rgba(0,0,0,0.5); z-index:12; }

/* Hero Section */
.row-fluid .videonewhero_area { position:relative; overflow:hidden; text-align:center; padding: 60px 0 60px 0; }
.row-fluid .videonewhero_area:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; z-index:1; background: -webkit-linear-gradient(left, rgb(121, 90, 206) 0%, rgb(101, 233, 247) 91%, rgb(101, 233, 247) 100%); background: -o-linear-gradient(left, rgb(121, 90, 206) 0%, rgb(101, 233, 247) 91%, rgb(101, 233, 247) 100%); background: -ms-linear-gradient(left, rgb(121, 90, 206) 0%, rgb(101, 233, 247) 91%, rgb(101, 233, 247) 100%); background: -moz-linear-gradient(left, rgb(121, 90, 206) 0%, rgb(101, 233, 247) 91%, rgb(101, 233, 247) 100%); background: linear-gradient(to right, rgb(121, 90, 206) 0%, rgb(101, 233, 247) 91%, rgb(101, 233, 247) 100%); opacity:0.8; }
.row-fluid .videonewhero_area .videonewhero_img { position:absolute; left:0; top:0; width:100%; height:100%; display:none;  background-size: cover !important; }
.row-fluid .videonewhero_area .videonewhero_video { position:absolute; left:0; top:0; width:100%; height:100%;  display:none; object-fit: cover; }
.row-fluid .videonewhero_area .videonewhero_video video { height:auto; width:100%; min-height:100%; object-fit:cover; }
.row-fluid .videonewhero_area.back_image .videonewhero_img { display:block; }
.row-fluid .videonewhero_area.back_video .videonewhero_video {  display:block; }
.row-fluid .videonewhero_cover { width:100%; float:left; position:relative; z-index:1; }
.row-fluid .videonewhero_cover .videonewhero_box { width:100%; float:left; position:relative; }
.row-fluid .videonewhero_area h1 { margin-bottom:35px;color: #fff;font-size: 2.4rem; }
.row-fluid .videonewhero_area h1 span { color:#ffffff;  display:block; }
.row-fluid .videonewhero_area .herosubtext { width:100%; float:left; color:#fff; font-size:18px; line-height:28px; margin-top:15px; }
.row-fluid .videonewhero_area .herovid_code { padding-bottom:10px; }
.row-fluid .videonewhero_area a.herovdbtn {display: inline-block; width: 80px; }
.row-fluid .videonewhero_area a.herovdbtn img { -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
.row-fluid .videonewhero_area:hover a.herovdbtn img { -webkit-animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }

.row-fluid .column-image-sec { width:100%; float:left; padding:130px 0 80px; position:relative; z-index:1; overflow:hidden; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .column-image-sec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; mix-blend-mode:hard-light; }
.row-fluid .column-image-row { display:block; width:auto; margin:0 -30px; position:relative; z-index:1; }
.row-fluid .column-image-box { float:none; display:inline-block; vertical-align:top; margin:0 -2px 30px; width:33.33%; padding:0 30px; }
.row-fluid .column-image-box .title h5 { margin-bottom:25px; /*font-size:28px; line-height:34px;*/ font-weight:600; color:#5CB5E6; }
.row-fluid .column-image-row.column4 .column-image-box { width:25%; } 
.row-fluid .column-image-row .border-btn { margin-top:30px; float:left; width:100%; }

.row-fluid .home-case_sec { background:#E9EEEE; padding:60px 0; -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 92%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 92%); }
.row-fluid .home-case_sec h2.section-title { font-size: 2.4rem;font-weight: 600; line-height:1.4; color:#1C305D; max-width: 800px;margin: 0 auto; margin-bottom:2rem; }
.row-fluid .home-case_wrap { float:none; display:inline-block; vertical-align:top; width:970px; max-width:100%; }
.row-fluid .home-case_wrap a { color:#fff; }
.row-fluid .home-case_wrap .case_col1 { float:left; width:50%; padding-right:14px; }
.row-fluid .home-case_wrap .case_col1 .home-case_img { float:lemft; width:100%; height:480px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important;     transition: all 0.5s;} 
.row-fluid .wrap-casebox { float:left; width:50%; }
.row-fluid .home-case_wrap .wrap-casebox .home-case_img { float:lemft; width:100%; height:235px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; } 
.row-fluid .home-case_wrap .wrap-casebox .case_col2 { padding-bottom:10px; }
.row-fluid .home-case_img { position:relative; }
.row-fluid .home-case_img:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(86,172,215,0.6); transition:all 0.5s; }
/* .row-fluid .home-case_wrap .case_col1 .home-case_img:before { background:rgba(232,170,24,0.7); } */
.home-case_imgbox.fl100:hover .home-case_img:before {background: rgba(232,170,24,0.7);}
.home-case_imgbox.fl100:hover .homecase-contentbox .case-btnlink{background:#1C305D}
.inner.resourcesbox_info:hover span.resource-boxbtn{background: #5CB5E6}
.row-fluid .homecase_logo { padding-top:10px; position:absolute !important; top: 0; right: 15px; }
.row-fluid .homecase_logo img { max-width:150px; }

.row-fluid .solution-countersec h2{font-size: 2.4rem;font-weight: 600; line-height:1.4; color:#ffffff; margin-bottom:2rem;  }

@media (max-width:991px){
  .row-fluid .homecase_logo { bottom: 36%; }
}
@media (max-width:767px){
  .row-fluid .homecase_logo { bottom: 54%; }
}
@media (max-width:480px){
  .row-fluid .homecase_logo { bottom: 30%; }
}
.row-fluid .homecase_logo, .row-fluid .homecase-contentbox { position:relative; z-index:1; } 
.row-fluid .wrap-casebox .homecase_logo { text-align:right; padding-right:15px; }
.row-fluid .homecase-contentbox { font-size:16px; line-height:26px; text-align:left; position:absolute; bottom:0; left:0; padding:20px; }
/* .row-fluid .case_col1 .homecase-contentbox .btn { text-align:center; } */
.row-fluid .homecase-contentbox .case-btnlink { float:none; display:inline-block; vertical-align:top; padding:6px 28px; color:#fff; font-size:14px; line-height:18px; text-transform:uppercase; font-weight:500; background:#FCB414; border-radius:4px; cursor:pointer; }
.row-fluid .homecase-contentbox .case-btnlink:hover { background:#1C305D; }

.row-fluid .device-section { padding:50px 0 65px; }
.row-fluid .device-imagebox { float:left; width:30%; padding-top:250px; }
.row-fluid .device-rightbox { float:left; width:70%; padding-left:45px; }
.row-fluid .device-rightbox h3 { /*font-size:31px; line-height:36px;*/ position:relative; }
.row-fluid .device-rightbox h3:before { position:absolute; content:""; height:1px; width:210px; right:calc(100% + 30px); top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; background:#5CB5E6; }
.row-fluid .device-rightbox h3:after { position:absolute; content:""; height:130px; width:1px; right:calc(100% + 240px); top:50%;  background:#5CB5E6; }
.row-fluid .device-subtext { margin:0px 0; font-size:25px; line-height:30px; color:#4C4C55; }
.row-fluid .device-col { display:flex; align-items:center; margin:10px 0 20px; }
.row-fluid .device-col .device-icon { float:left; width:14%; }
.row-fluid .device-col .device-icontext { float:left; width:90%; font-size:16px; line-height:22px; padding-left:30px; max-width:600px; }  

.row-fluid .scrolling-sliderwrap { padding:15px 0 10px 0; border-top:1px solid #EBEFF0; text-align:center;margin-bottom:80px; }
.row-fluid .scrolling-slidercol { position:relative; }
/* .row-fluid .scrolling-slidercol:before { position:absolute; content:""; height:164px; width:274px; left:50%; top:50%; background:#E2E1E2; -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 .nogrey .scrolling-slidercol:before{ background:transparent !important;}
.row-fluid .scrolling-sliderwrap .slick-slide { float:none; display:inline-block; max-width:200px; margin:0 60px}
@media(max-width:480px){
.row-fluid .scrolling-sliderwrap .slick-slide {  margin:0 0}

}
.row-fluid .scrolling-slidercol img { position:relative; }

.row-fluid .testimonial-sliderwrap { padding:90px 0 110px; text-align:center; }
.row-fluid .testimonial-slidercol { display:flex; align-items:center; font-size:16px; line-height:24px; color:#4C4C55; } 
.row-fluid .testimonial-sliderleft { float:left; width:60%; padding-right:30px; }
.row-fluid .testimonial-bio { font-size:25px; line-height:32px; color:#4C4C55; padding:100px 0 45px; position:relative; } 
.row-fluid .testimonial-bio:before { position:absolute; content:""; height:56px; width:80px; top:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/till.png') no-repeat center center; }
.row-fluid .testimonial-company { color:#5CB5E6; font-weight:500; font-style:italic; margin-top:20px; text-transform:uppercase; }
.row-fluid .testimonial-sliderright { float:left; width:40%; padding-left:30px; } 


/* 2020 front custom code */
.front-page .top{padding:6px 0!important; background: #fff;}


.row-fluid .main-section{ padding:50px 0; background: #fff; }
.row-fluid .bg-texture{
  background: #fff repeat center center;
}

.row-fluid .main-section .section-title{ margin-bottom:1rem; text-align:center; }

.row-fluid .main-section .section-title h2{
color: #1C305D;
font-size: 2rem;
font-weight: 600;
line-height: 1.2;
}

.row-fluid .main-section .content.spacer { padding-top:20px;}

.row-fluid .main-section .main-inner-section {border:0px solid #f00}

.row-fluid .main-section .main-inner-section .row-fluid{
  display:flex;
  justify-content: start; 
  align-items: center;
  flex-direction: column;
  }

.row-fluid .main-section .main-inner-section .row-fluid .span1_4,
.row-fluid .main-section .main-inner-section .row-fluid .span1_2 {
  order:1;
}
.row-fluid .main-section .main-inner-section .row-fluid .span6{margin-bottom:2rem;}

@media(min-width:767px){
  .row-fluid .main-section .main-inner-section .row-fluid{
    display:flex;
    justify-content: start; 
    align-items: center;
    flex-direction: row;
  }
  .row-fluid .main-section .main-inner-section .row-fluid .span6{margin-bottom:0rem;}

  .row-fluid .main-section .main-inner-section .row-fluid .span1_4,
  .row-fluid .main-section .main-inner-section .row-fluid .span1_2 {
    order:0;
  }
  
  .row-fluid .main-section .section-title h2{
color: #1C305D;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.2;
}
  
}
.row-fluid .main-section .main-inner-section .text-element {padding: 0px; font-size: 1.125rem;}
.row-fluid .main-section .main-inner-section .text-element h4{
  color: #1C305D;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}
.row-fluid .main-section .main-inner-section .text-element h4:after {
  content: '';
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #5DB6E6 , #835dea);
  position: absolute;
  left: 0%;
  margin-left: 0px;
  bottom: -10px;
  border-radius: 10px;
}
.row-fluid .main-section .main-inner-section .img-element{padding:20px; text-align:center; position:relative;}

.row-fluid .main-section .main-inner-section .img-element img{
 position:relative;
  transition: all 0.5s;
  border-radius:6px; box-shadow: 0 5px 16px 0 rgba(47, 73, 145, 0.3);
-webkit-box-shadow: 0 5px 16px 0 rgba(47, 73, 145, 0.3);
  z-index: 1;
}

.row-fluid .main-section .main-inner-section .img-element:after{
  content: '';
  width: 140px;
  height: 140px;
  background: linear-gradient(90deg, #F4CF87, #F2B625);
  position: absolute;
  right: 0%;
  margin-left: 0px;
  text-align: center;
  top: 0%;
  z-index: 0;
  opacity: 0.5;
  border-radius: 5px 15px 5px 5px;
}
.row-fluid .main-section .main-inner-section .img-element img:hover{
transform: translateY(-1rem);
    border-radius:6px; box-shadow: 0 5px 16px 0 rgba(47, 73, 145, 0.4);
-webkit-box-shadow: 0 5px 16px 0 rgba(47, 73, 145, 0.4);
}


@media(min-width:767px){
.row-fluid .main-section .main-inner-section .img-element{padding:50px; } 
.row-fluid .main-section .main-inner-section .img-element:after{
  right: 5%;
  top: 8%;
}  
 .row-fluid .main-section .main-inner-section .text-element h4{
  color: #1C305D;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  }
}

/*.cta_button {
  display: inline-block;
  position: relative;
  padding: 6px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 24px;
  background: #5993eb;
  clip-path: none;
  text-decoration:none;
}
.cta_button:hover{ 
  background: #020f2b ;
  color: #fff;
  text-decoration: none;
}

*/

.row-fluid .main-section .img-card {text-align:center;}
.row-fluid .main-section .img-card img {width:430px;}
.row-fluid .industry-wrap { padding:30px 0 30px; position:relative; }
.row-fluid .industry-wrap:before { position:absolute; content:""; height:100px; width:100%; left:0; top:-40px; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; }
.row-fluid .industry-wrap .wrapper { position:relative; }
.row-fluid .industry-titlesec { float:none; display:inline-block; width:970px; max-width:100%; vertical-align:top; padding-bottom:80px; } 
.row-fluid .industry-titlesec h2 { color:#1C305D; font-weight:300; margin-bottom:30px; }
.row-fluid .industry-col { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:0 22px; margin:0 -2px 98px; }
.row-fluid .industry-raw.column4 .industry-col { width:25%; }
.row-fluid .industry-raw.column4 .industry-title a { padding:9px 15px 7px; }
.row-fluid .industry-img { height:221px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; }
.row-fluid .industry-img:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/industry-overlay.png') no-repeat center center; background-size:cover !important; opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .industry-title { position:absolute; left:0; bottom:0; padding:0 0 20px; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; z-index:1; }
.row-fluid .industry-title h4 { /*font-size:31px; line-height:36px;*/ color:#fff; padding:5px 10px; background:transparent; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; width:calc(100% + 30px); position:relative; left:-15px; }
.row-fluid .industry-title span { font-size:14px; float:none; display:inline-block; padding:9px 25px 7px; vertical-align:top; line-height:18px; font-weight:500; color:#fff; background:#FCB414; text-transform:uppercase; letter-spacing:0.5px; border-radius:4px; margin-top:13px; position:absolute; left:50%; top:100%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; visibility:hidden; }
.row-fluid .industry-title span:hover { background:#1C305D; }
.row-fluid .industry-img:hover .industry-title { bottom:auto; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; padding:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }  
.row-fluid .industry-img:hover .industry-title h4 { background:#1C305D; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .industry-img:hover .industry-title span { opacity:1; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; visibility:visible; }
.row-fluid .industry-img:hover:before { opacity:0.8; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .cta-stripsec { padding:70px 0; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .cta-stripsec h2 { font-weight:600; color:#5CB5E6; /*line-height:90px;*/ }
.row-fluid .cta-stripsec h2 label { color:#fff; }
.row-fluid .cta-stripsec h2 span { font-weight:300; font-size:3rem; line-height:1.4; color:#fff; display:block; }
.row-fluid .cta-stripraw { width:830px; float:left; max-width:100%; }
.row-fluid .cta-striptext { font-size:16px; line-height:24px; width:510px; max-width:100%; padding:20px 0 30px; }

/* Inner Page 1 */
/*
.row-fluid .top-overlay .top { background:-moz-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0) 100%); background:-webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); background:linear-gradient(to bottom, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }
*/
.row-fluid .inner-herosec { padding:500px 0 0; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .inner-herosec .wrapper { width:1056px; max-width:100%; }
.row-fluid .inner-herotext_box { background:#fff; padding:50px 100px 65px; box-shadow:0px 0px 30px rgba(0,0,0,0.45); text-align:center; position:relative; z-index:2; }
.row-fluid .inner-herotext_box h1 { font-size:45px; line-height:50px; color:#1C305D; font-weight:300; margin-bottom:10px; }

.row-fluid .cta-platformraw { margin:110px 0 50px; }
.row-fluid .cta-platformimg { float:left; width:46%; }
.row-fluid .cta-platformimgage { height:290px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .cta-platformtext { float:left; width:54%; padding:45px 65px; color:#fff; font-size:17px; line-height:26px; background:rgb(54,55,117); background: -moz-linear-gradient(left, rgba(54,55,117,1) 0%, rgba(71,58,135,1) 43%, rgba(85,63,152,1) 73%, rgba(85,62,152,1) 100%); background: -webkit-linear-gradient(left, rgba(54,55,117,1) 0%,rgba(71,58,135,1) 43%,rgba(85,63,152,1) 73%,rgba(85,62,152,1) 100%); background: linear-gradient(to right, rgba(54,55,117,1) 0%,rgba(71,58,135,1) 43%,rgba(85,63,152,1) 73%,rgba(85,62,152,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363775', endColorstr='#553e98',GradientType=1 ); }
.row-fluid .cta-platfromtext { margin:20px 0 30px; }
.row-fluid .cta-platfromtitle h4 { /*font-size:25px; line-height:32px;*/ text-transform:uppercase; color:#5CB5E6; font-weight:600; }

.row-fluid .icongrid_section { padding-bottom:70px; }
.row-fluid .icongrid_cover { display:block; width:auto; margin:0 -17px; }
.row-fluid .icongrid_box { float:none; display:inline-block; vertical-align:top; padding:17px 17px; width:33.33%; margin:0 -2px; } 
.row-fluid .icongrid_boxinner { box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; border:1px solid transparent; } 
.row-fluid .icongrid_boxinnercol { padding:50px 25px 30px; }
.row-fluid .icongrid_boxinnercol.icon-disable { padding-top:25px; }
.row-fluid .icongrid_img { position:relative; }
.row-fluid .icongrid_img img { height:60px; width:auto; object-fit:cover; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; float:none; display:inline-block; vertical-align:top; }
.row-fluid .icongrid_img img.hover-icon { opacity:0; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; }
.row-fluid .icongrid_text { font-size:15px; color:#89898A; font-weight:300; }
.row-fluid .icongrid_text h5 { /*font-size:21px; line-height:26px;*/ font-weight:600; margin:30px 0 15px; padding:0 15px; } 
.row-fluid .icongrid_text a { float:none; display:inline-block; vertical-align:top; font-size:14px; line-height:18px; color:#fff; background:#FCB414; border-radius:4px; font-weight:500; padding:9px 27px; margin-top:30px; }
.row-fluid .icongrid_text a:hover { background:#563E98; }
.row-fluid .icongrid_box:hover .icongrid_boxinner { border-color:#5CB5E6; }
.row-fluid .icongrid_box:hover .icongrid_img img.hover-icon { opacity:1; }
.row-fluid .icongrid_box:hover .icongrid_text h5 { color:#563E98; }
.row-fluid .icongrid_box:hover .icongrid_text a { background:#563E98; }

.row-fluid .landing-formimg { height:500px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .landing-formimg.image-disable { height:0px; }

.row-fluid .image-framesec { position:relative; }
.row-fluid .image-framesec:before { position:absolute; content:""; height:100px; width:100%; left:0; top:-40px; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);;z-index: 1; }
.row-fluid .image-framesec:after { position:absolute; content:""; height:70px; width:100%; bottom:0; left:0; background:#fff; }
.row-fluid .image-frametext { padding:80px 0 60px; float:left; width:50%; }
/* .row-fluid .image-frametext h3 { font-size:31px; line-height:36px; } */
.row-fluid .frame-text { margin:8px 0 40px; } 
.row-fluid .image-frametext .border-btn { float:none; display:inline-block; vertical-align:top; margin-right:15px; }
.row-fluid .image-frametext .border-btn a { border-color:#5CB5E6; color:#5CB5E6; padding:4px 47px; font-size:14px; } 
.row-fluid .image-frametext .border-btn a:hover { background:#5CB5E6; color:#fff; }
.row-fluid .image-framebox { float:left; width:50%; position:relative; left:70px; min-height:504px; }
.row-fluid .image-frame { position:absolute; background-color:#606161 !important; border:8px solid #fff; height:310px; width:370px; max-width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .image-frame1 { top:-70px; right:70px; z-index:3; height:292px; width:353px; transform:matrix3d(3.079419, -0.089994, 0, -0.000098, 0.079761, 3.050582, 0, -0.000029, 0, 0, 1, 0, -2.999658, 12.139961, 0, 3); -moz-transform:matrix3d(3.079419, -0.089994, 0, -0.000098, 0.079761, 3.050582, 0, -0.000029, 0, 0, 1, 0, -2.999658, 12.139961, 0, 3); -webkit-transform:matrix3d(3.079419, -0.089994, 0, -0.000098, 0.079761, 3.050582, 0, -0.000029, 0, 0, 1, 0, -2.999658, 12.139961, 0, 3); -ms-transform:matrix3d(3.079419, -0.089994, 0, -0.000098, 0.079761, 3.050582, 0, -0.000029, 0, 0, 1, 0, -2.999658, 12.139961, 0, 3); -o-transform:matrix3d(3.079419, -0.089994, 0, -0.000098, 0.079761, 3.050582, 0, -0.000029, 0, 0, 1, 0, -2.999658, 12.139961, 0, 3); transform-origin:-1px -1px 0; }
.row-fluid .image-frame2 { top:90px; left:0; z-index:2; width:360px; transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3); -moz-transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3); -webkit-transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3); -ms-transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3); -o-transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3); -webkit-transform:matrix3d(2.382264, -0.022911, 0, -0.000172, -0.187598, 2.898249, 0, -0.000523, 0, 0, 1, 0, 17.821822, 6.900342, 0, 3);  width:418px; height:297px; transform-origin:0px 1px 0px; }
.row-fluid .image-frame3 { top:100px; right:-160px; width:415px; height:400px; z-index:1; transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); -moz-transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); -webkit-transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); -moz-transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); -o-transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); -ms-transform:matrix3d(2.355426, -0.007887, 0, -0.000308, -0.010421, 2.950836, 0, -0.000415, 0, 0, 1, 0, 0.989994, 4.951667, 0, 3); width:472px; height:364px; transform-origin:0px 1px 0px; }
.row-fluid .image-frame .image-frameinner { position:absolute; top:0; left:0; height:100%; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; background-color:#606161 !important; }

.row-fluid .fiftytextimg_left { width:70%; float:left; padding-right:66px; padding-left:66px; font-size:15px; line-height:38px; color:#4C4C55; }
.row-fluid .fiftytextimg_right { width:30%; float:left; }
.row-fluid .fiftytextimg_cover { display:flex; align-items:start; }
.row-fluid .fiftytext_title h2 { font-size:50px; line-height:1.2; color:#1C305D; font-weight:600; margin-bottom:12px; }
.row-fluid .fiftytext_title .fiftytext_content { font-size:18px; font-weight:400; margin-bottom:30px; }
.row-fluid .fiftytext_title { margin-bottom:42px; }
.row-fluid .fiftytextimg_module { padding:80px 0 160px; width:100%; float:left; position:relative; z-index:1; overflow:hidden; }
.row-fluid .fiftytextimg_module .title-section { margin-bottom:100px; }
.row-fluid .fiftytextimg_cover.image_left { flex-direction:row-reverse; }
.row-fluid .fiftytextimg_cover.image_left .fiftytextimg_left { padding-left:66px; }
.row-fluid .fiftytextimg_content { margin-bottom:20px; }
.row-fluid .share-pagebtn { position:relative; }
.row-fluid .share-pagebtn .share-social { position:absolute; bottom:100%; left:-15px; background:#423980; padding:10px; width:250px; text-align:center; box-shadow:-2px 2px 10px rgba(0,0,0,0.3); border-radius:10px; -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; opacity:0; visibility:hidden; }
.row-fluid .share-pagebtn .share-social:after { position:absolute; content:""; border:10px solid transparent; left:50%; top:100%; border-top-color:#423980; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .share-pagebtn .share-social a { float:none; display:inline-block; vertical-align:top; height:35px; width:35px; line-height:35px; text-align:center; border-radius:100%; background:#fff; color:#423980; font-size:16px; }
.row-fluid .share-pagebtn .share-social a:hover { background:#FCB414; }
.row-fluid .fiftytextimg_module .border-btn, .row-fluid .fiftytextimg_module .share-pagebtn { float:none; display:inline-block; margin-right:15px; }
.row-fluid .fiftytextimg_module .border-btn a { background:#FCB414; color:#fff; padding:5px 20px; }
.row-fluid .fiftytextimg_module .border-btn a:hover { background:#fff; color:#FCB414; }
.row-fluid .fiftytextimg_module .share-pagebtn a.border-btn { padding:5px 20px; } 
.row-fluid .fiftytextimg_module .share-pagebtn:hover .share-social { opacity:1; -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);; visibility:visible; }

/* Interior Page */
.row-fluid .inner-herosec2.videonewhero_area { height:auto; padding:70px 0 70px; display:block; width:100%; font-size:25px; line-height:34px; }
/* .row-fluid .inner-herosec2.videonewhero_area h1 { font-size:50px; line-height:55px; }
.row-fluid .inner-herosec2.videonewhero_area h1 span { font-size:35px; line-height:44px; } */
.row-fluid .customer-herosecwrap .slick-arrow.slick-prev { left:0; }
.row-fluid .customer-herosecwrap .slick-arrow.slick-next { left:auto; right:30px; }

.row-fluid .int-featuresec { padding:60px 0; font-size:18px; line-height:35px; }
.row-fluid .int-featuresec .int-featuretitlesec h2 { margin-bottom:15px; /*font-size:55px; line-height:62px;*/ font-weight:500; } 
.row-fluid .int-feature_lightboxraw { float:none; display:block; width:auto; margin:25px -20px 0; }
.row-fluid .int-featurebox { float:none; display:inline-block; vertical-align:top; padding:20px 20px; width:33.33%; margin:0 -3px; }
.row-fluid .int-feature_lightboximg { height:220px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; background-color:#4C4C55 !important; -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.int-feature_popup { display:none; max-width:100%; width:800px; overflow:visible !important; }
.fancybox-content { padding:0; }
.int-feature_popupinner { height:500px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; background-color:#4C4C55 !important; }
.fancybox-button svg { max-width:50px; } 
.fancybox-slide--html .fancybox-close-small { top:-40px; right:-30px; opacity:1 !important; color:#fff !important; padding:0 !important; }
.fancybox-close-small:hover { background:transparent !important; }
.row-fluid .int-feature_lightboxcol { position:relative; overflow:hidden; }
.row-fluid .int-feature_lightboxcol:hover .int-feature_lightboximg { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.fancybox-button { z-index:99999; outline:none; }
.fancybox-button:hover { background:transparent !important; }

.row-fluid .white-bg .grey-gradient { background:#fff; }
.row-fluid .small-heroraw { height:405px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .small-herosec .smallhero-textbox { width:1055px; max-width:100%;  margin:0 auto; padding:50px; box-shadow:0px 0px 30px rgba(0,0,0,0.45); position:relative; background:#fff; margin-top:-76px; position:relative; z-index:1; display:table; }
.row-fluid .small-herosec .smallhero-textbox h2 { color:#1C305D; font-weight:300; margin-bottom:15px; }

.row-fluid .parallax-section { padding:320px 0 0; position:relative; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; overflow:hidden; }
.row-fluid .parallax-section > div { position:relative; -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);; }
.row-fluid .parallax-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; }
.row-fluid .parallax-raw { position:relative; }
.row-fluid .parallax-textbox { float:left; width:50%; padding-bottom:200px; } 
.row-fluid .parallax-mobileimg { float:right; width:50%; position:absolute; right:0; bottom:-20px; text-align:right; }
.row-fluid .parallax-mobileimg img { max-width:405px; }

.row-fluid .int-tabsec { padding:0 0 120px; float:left; width:100%; }
.row-fluid .tab-menubox { float:left; width:100%; }  
.row-fluid .tab-menubox ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; border-bottom:2px solid #5CB5E6; display:flex; justify-content:center; align-items:center; }  
.row-fluid .tab-menubox ul li { float:left; width:20%; padding-right:15px; }
.row-fluid .tab-menubox ul li:last-child { padding:0; }  
.row-fluid .tab-menubox ul li a { font-size:25px; color:rgba(76, 76, 85,0.6); line-height:30px; float:left; width:100%; padding:0 0 15px; position:relative; }
.row-fluid .tab-menubox ul li a img.hover { -webkit-filter:grayscale(1); filter:grayscale(1); }
.row-fluid .tab-menubox ul li a:after { position:absolute; content:""; height:4px; width:0px; bottom:-3px; left:0; background:#1F419A; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .tab-menubox ul li a:hover:after, .row-fluid .tab-menubox ul li.current a:after { width:100%; }
.row-fluid .tab-menubox ul li a:hover img.hover, .row-fluid .tab-menubox ul li.current a img.hover { -webkit-filter:grayscale(0); filter:grayscale(0); }
.row-fluid .tab-menubox ul li a label { padding-left:10px; cursor:pointer; font-size:24px; }  
.row-fluid .tab-menubox ul li a:hover, .row-fluid .tab-menubox ul li.current a { color:#000; }
.row-fluid .int-tabcol { float:left; width:100%; }
.row-fluid .tab-content { float:left; width:100%;
/*   margin-top:110px; */
  display:none; }
.row-fluid .tab-contentinner { display:flex; align-items:center; }
.row-fluid .int-tableft { float:left; width:35%; padding-right:20px; }
.row-fluid .int-tableft .border-btn { margin-top:15px; }
.row-fluid .int-tableft .border-btn a { color:#5CB5E6; font-size:14px; border-color:#5CB5E6; padding:3px 12px; }
.row-fluid .int-tableft .border-btn a:hover { background:#5CB5E6; color:#fff; }
.row-fluid .int-tableft h3 { /*font-size:31px; line-height:40px;*/ font-weight:300; margin-bottom:25px; }
.row-fluid .int-tabright { float:left; width:59%; height:580px; position:relative; left:62px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-clip-path:polygon(3% 5%, 96% 0, 100% 100%, 0% 100%); clip-path:polygon(3% 5%, 96% 0, 100% 100%, 0% 100%); }
.row-fluid .int-innertabright { float:left; width:100%; position:absolute; top:0; left:0; width:100%; height:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
#tab1, #tabs1 { display:block; }

.row-fluid .product-featuresec { background:#F6F5F7; padding:0; position:relative; height:650px; margin-bottom:270px; }
.row-fluid .product-featuresec .wrapper { position:relative; z-index:1; }
.row-fluid .product-featuresec:before, .row-fluid .product-featuresec:after { position:absolute; content:""; height:85px; width:100%; left:0; background:#F6F5F7; }
.row-fluid .product-featuresec:before { top:-50px; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; }
.row-fluid .product-featuresec:after { bottom:-45px; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; }
.row-fluid .product-featuretitlesec { font-size:25px; line-height:34px; color:#4C4C55; margin-bottom:40px; }
.row-fluid .product-featuretitlesec h2 { color:#1C305D; font-weight:300; /*font-size:55px; line-height:65px;*/ margin-bottom:10px; }
.row-fluid .product-imgwrap .slick-arrow.slick-prev:before { background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-leftarrow.png') no-repeat center center; }
.row-fluid .product-imgwrap .slick-arrow.slick-next:before { background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-rightarrow.png') no-repeat center center; }

.border0 .scrolling-sliderwrap { border:0; }

/*--50-50-content-video-module---*/
.row-fluid .textvideo_section { width:100%; float:left; padding:50px 0 110px 0; }
.row-fluid .textvideo_section .wrapper { display:flex; align-items:center; }
.row-fluid .textvideo_section .textvideo_left { width:50%; float:left; padding-right:60px; font-size:25px; line-height:35px; color:#4C4C55; }
.row-fluid .textvideo_section .textvideo_left h3 { /*font-size:31px; line-height:36px;*/ font-weight:500; margin-bottom:15px; }
.row-fluid .textvideo_section h4 { width:100%; float:left; color:#252525; font-size:14px; line-height:22px; font-weight:400; position:relative; padding-left:40px; letter-spacing:1.97px; text-transform: uppercase;}
.row-fluid .textvideo_section h4:before { position: absolute; content: ""; width: 23px;  height: 3px;  background: #8dc63f; left: 0; top:8px; }
.row-fluid .textvideo_section h2 { width:100%; float:left; margin:20px 0; color:#252525; /*font-size:40px; line-height:50px;*/ font-weight:600; letter-spacing:-1.88px; font-family: 'Montserrat', sans-serif; }
.row-fluid .textvideo_section .textvideo_text { width:100%; float:left; }
.row-fluid .textvideo_section .leftbtn_talk { width:100%; float:left; margin-top:30px;} 
.row-fluid .textvideo_section .leftbtn_talk .cta_button { min-width:150px; text-align:center; display:none; }
.row-fluid .textvideo_section .leftbtn_talk .leftbtn_text { display: inline-block; display:none; position: relative; min-width:150px; text-align:center;  background: #ef6747;  padding: 10px 22px;  width: auto;  float: left;  font-size: 16px;  line-height: 24px;  font-family: 'Poppins', sans-serif, sans-serif;  color: #fff; letter-spacing: 1px; }
.row-fluid .textvideo_section .leftbtn_talk .leftbtn_text:hover { background: #8dc63f; color: #fff; -webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;  animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; }
.row-fluid .textvideo_section .leftbtn_talk.ctabtn .cta_button { display:block; }
.row-fluid .textvideo_section .leftbtn_talk.lightboxbtn .leftbtn_text { display:block; }
.row-fluid .textvideo_section .lightboxbtn_code { display:none; } 
.row-fluid .textvideo_section.rightimg .textvideoimg_box { display:block; } 
.row-fluid .textvideo_section.rightvideo .textvideo_box { display:flex; } 
.row-fluid .textvideo_section.rightvideo .textvideo_box:hover a { animation: zooninput 1s infinite;  -webkit-animation: zooninput 1s infinite; }
.row-fluid .textvideo_section .textvideo_right { width:50%; float:left;  }
.row-fluid .textvideo_section .textvideoimg_top {  width:100%; float:left; background-size:cover !important; height:100%; position:absolute;  }
.row-fluid .textvideo_section .textvideoimg_box { width:100%; float:right;  height:335px; max-width:600px; position:relative; display:none;}
.row-fluid .textvideo_section .textvideo_img { display:none; }
.row-fluid .textvideo_section .textvideo_box { width:100%; float:right; display:flex; align-items:center; height:335px; max-width:600px; position:relative; display:none; }
/* .row-fluid .textvideo_section .textvideo_box:after { position:absolute; content:""; width:100%; height:100%; left:0; top:0; } */
.vidyard-lightbox-centering { padding-bottom:56.25% !important; }
.row-fluid .textvideo_section .textvideo_box .textvideo_image { width: 100%;  float: left;   height: 100%;   position: absolute;    left: 0;  top: 0;} 
.row-fluid .textvideo_section .textvideo_box .textvideo_image .wistia_responsive_padding { height:100%; }
.row-fluid .textvideo_section .textvideo_box a { width:auto; margin:0 auto; float:left; position:relative; z-index:9; }
.row-fluid .textvideo_section .textvideo_videocode { width:100%; float:left; display:none; }
.row-fluid .textvideo_section.img-left .wrapper { flex-direction:row-reverse; }
.row-fluid .textvideo_section.img-left .textvideo_left { padding-right:0; padding-left:60px; }

/* Interior Page 2 */
.row-fluid .curve0 .image-framesec:before { display:none; }
.row-fluid .padding-space .int-featuresec { padding-top:0; padding-bottom:90px; }

.row-fluid .small-herosec2 .smallhero-textbox { margin-bottom:20px; }
.row-fluid .view-morebtn { margin:15px 0; }
.row-fluid .view-morebtn a { font-size:16px; line-height:24px; color:#5CB5E6; font-weight:500; font-style:italic; position:relative; }
.row-fluid .view-morebtn a:before, .row-fluid .view-morebtn a:after { position:absolute; content:""; height:2px; width:45px; top:50%; background:#5CB5E6; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .view-morebtn a:before { right:100%; }
.row-fluid .view-morebtn a:after { left:100%; }
.row-fluid .view-morebtn a:hover { color:#FCB414; }
.row-fluid .view-morebtn a span { padding:0 20px; background:#fff; position:relative; z-index:1; }
.row-fluid .view-moretext { display:none; }

.row-fluid .state-countersec { padding:70px 0; position:relative; background-size: cover !important;background-repeat: no-repeat !important;background-position: center center !important; }
.row-fluid .state-counterwrap { float:none; display:block; margin:0 -40px; width:auto;position:relative;z-index:9;}
.row-fluid .state-countercol { float:none; display:inline-block; vertical-align:top; width:20%; padding:0 40px; margin:0 -2px; font-size:16px; line-height:22px; color:#1C305D; font-weight:300; font-family:'Poppins', sans-serif; text-transform:uppercase; }
.row-fluid .state-countericon img { float:none; display:inline-block; vertical-align:top; max-width:81px; }
.row-fluid .state-counternum { font-size:34px; line-height:60px; color:#FCB414; font-weight:600; margin:5px 0 8px; }

.row-fluid .multimedia-slidersec { padding:60px 0 40px; }
.row-fluid .slider-titlesec { font-size:25px; line-height:32px; margin-bottom:30px; }
.row-fluid .slider-titlesec h2 { font-size:48px;  font-weight:300; margin-bottom:20px; line-height:62px;}
.row-fluid .slider-titlesec .text { letter-spacing:0.5px; }
.row-fluid .multimedia-wrap { padding:0 50px; }
.row-fluid .multimedia-textbox { float:left; width:38.2%; background:#fff; }
.row-fluid .multimedia-textinner { padding:75px 35px 120px; }
.row-fluid .multimedia-textinner h3 { /*font-size:31px; line-height:37px;*/ margin-bottom:15px; font-weight:600; }
.row-fluid .multimedia-imgvidbox { float:left; width:61.8%; background-color:#6B6B6B !important; background-size:cover !important; display:flex; align-items:center; justify-content:center; }
.row-fluid .multimedia-wrap.image .herovdbtn { display:none; }
.row-fluid .multimedia-slidersec ul.slick-dots { padding-top:55px; }
.row-fluid .multimedia-slidersec ul.slick-dots li button { width:52px; height:2px; border-radius:0; border:0; background:#7D6CB0; }
.row-fluid .multimedia-slidersec ul.slick-dots li.slick-active button { background:#fff; }

.row-fluid .padding-space .tab-content { margin:0; }
.row-fluid .padding-space .int-tabsec { padding-bottom:0; }
.row-fluid .margin-top90 { margin-top:90px; }
.row-fluid .int-tabsec.int2-tabsec { padding:0; }
.row-fluid .int2-tabsec .tab-content { margin:0; }
.row-fluid .int2-tabsec .int-tableft { width:42%; position:relative; } 
.row-fluid .int2-tabsec .leftinner { padding:80px 0 60px; }
.row-fluid .int2-tabsec .int-tableft h3 { color:#1C305D; font-weight:600; margin:0; line-height: 1.2; } 
.row-fluid .int2-tabsec .tab-contentinner { display:block; }
.row-fluid .int2-tabsec .int-tabrightwrap { width:58%; transform:none !important; left:0; position:relative; float:left; }  
.row-fluid .int2-tabsec .int-tabrightwrap:before { position:absolute; content:""; left: 0; top: 0; height: 100%; width: 100%; -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%); background: #FFF; z-index: 1; left: -40px; } 
.row-fluid .int2-tabsec .int-tabright { width: 100%; transform: none !important; background-color: #6B6B6B !important; left: 0; -webkit-clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%); z-index: 1; height:100%; }
.row-fluid .int2-tabsec .int-tabrightinner { position:absolute; height:100%; width:100%; top:0; left:0; height:100%; background-color: #6B6B6B !important; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .int-tableft ul { float:left; width:100%; padding:0; margin:30px 0 20px; list-style-type:none; }
.row-fluid .int-tableft ul li { float:left; width:100%; padding-left:30px; margin-bottom:10px; position:relative; }
.row-fluid .int-tableft ul li:before { position:absolute; content:""; height:5px; width:15px; left:0; top:8px; background:#FCB414; }
.row-fluid .int-tableft ul li:last-child { margin:0; }
.row-fluid .int2-tabsec .int-tableft .border-btn a { background:#1C305D; padding:3px 52px; color:#fff; border-color:#1C305D; }
.row-fluid .int2-tabsec .int-tableft .border-btn a:hover { color:#1C305D; background:transparent; }

.row-fluid .banner-ctasec { position:relative; padding:220px 0 210px; background-size:cover !important; -webkit-clip-path:polygon(0 0, 100% 7%, 100% 100%, 0% 100%); clip-path:polygon(0 0, 100% 7%, 100% 100%, 0% 100%); -moz-clip-path:polygon(0 0, 100% 7%, 100% 100%, 0% 100%); }
.row-fluid .banner-ctasec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; }
.row-fluid .banner-ctasec .wrapper { position:relative; }
.row-fluid .banner-ctasec h2 { /*font-size:80px; line-height:86px;*/ color:#5CB5E6; font-weight:600; text-transform:uppercase; margin-bottom:30px; }
.row-fluid .banner-ctasec h2 span { color:#fff; font-size:70px; line-height:74px; text-transform:none; font-weight:300; display:block; }
.row-fluid .banner-ctabtn a { float:none; display:inline-block; vertical-align:top; padding:11px 43px; border-radius:30px; color:#fff; font-size:20px; line-height:25px; text-transform:uppercase; letter-spacing:0.5px; font-weight:600; background:#5CB5E6; }
.row-fluid .banner-ctabtn a:hover { background:#FCB414; }

/* Blog Page */
.row-fluid .blog_hero {  width:100%; float:left; padding:100px 0 240px; background-size:cover !important; position:relative; -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); -moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); }

.row-fluid .blog_hero .wrapper { position:relative; }
.row-fluid .blog_hero .blog_heroinner {   width:100%; float:left; padding-bottom:30px; font-size:18px; line-height:26px; color:#fff; text-align:center; }
.hs-content-id-28874696562 .blog_heroinner h1,
.hs-content-id-28616385071 .blog_heroinner h1,
.hs-content-id-28874806251 .blog_heroinner h1,
.hs-content-id-27810137085 .blog_heroinner h1 {display:none}
.row-fluid .blog_hero .blog_heroinner h1 { width:100%; float:left; color:#fff; /*font-size:80px; line-height:90px;*/ font-weight:600; padding-bottom:32px; }
.row-fluid .blog_hero .blog_heroinner h6 { color:#fff; font-size:32px; line-height:40px; font-weight:bold; }
.row-fluid .blog_hero .subpage_text { width:100%; float:left; font-size:25px; line-height:32px; }
.row-fluid .blog_hero .blog_heroform h3 { color:#fff; /*font-size:23px; line-height:30px;*/ font-weight:bold; padding-bottom:15px; }
.row-fluid .hs-search-field__bar { float:none; display:inline-block; vertical-align:top; width:500px; max-width:100%; position:relative; }
.row-fluid .hs-search-field__bar input[type="text"] { height:40px; padding-right:40px; }
.row-fluid .hs-search-field__bar button { position:absolute; height:100%; width:65px; background:#1C305D; padding:0; top:0; right:0; font-weight:300; }
.row-fluid .hs-search-field__bar button:before { position:absolute; content:"\f002"; font-family:FontAwesome; 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; }
.row-fluid .hs-search-field__bar button i { display:none; }
.row-fluid .hs-search-field { padding-bottom:55px; }
.row-fluid .blog-sortingsec { background:rgba(121, 90, 206,0.8);position:relative; z-index:1; }
.row-fluid .blog-sortingsec ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .blog-sortingsec ul li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .blog-sortingsec ul li a { color:#fff; font-size:14px; line-height:18px; font-weight:700; padding:20px 30px; position:relative; float:none; display:inline-block; vertical-align:top; font-style:italic; letter-spacing:0.5px; } 
.row-fluid .blog-sortingsec ul li a:hover { color:#FBB415; }
.row-fluid .blog-sortingsec ul li a:after { display:inline-block; vertical-align:middle; content:""; height:7px; width:6px; background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/right-arrow.png') no-repeat center center; margin-left:8px; }
.row-fluid .blog-sortingsec .block { display:flex; align-items:center; justify-content:center; }
.row-fluid .blog-sortingsec .block h3 { font-size:16px; line-height:22px; color:#fff; font-weight:700; font-style:italic; letter-spacing:0.5px; }

.row-fluid .full-width-blog .blog-item-featured { float:left; width:100%; position:relative; padding:10px 15px; margin-top:-180px; }
.row-fluid .full-width-blog .blog-item-featured .inner { display:flex; min-height:400px; justify-content: center; }
.row-fluid .full-width-blog .blog-item-featured .thumb { width:50%; position:relative; background-color:#1C305D !important; }
.row-fluid .full-width-blog .blog-info { position:absolute; width:100%; bottom:0; padding:35px 15px 15px; background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.73) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0); display:flex; align-items:center; justify-content:space-between; }
.row-fluid .full-width-blog .blog-item-featured .thumb .blog-info .date { display:block; color:#fff; font-size:16px; text-align:right; font-weight:500; text-transform:uppercase; float:right; padding-top:4px; }
.row-fluid .full-width-blog .blog-item-featured .blog-contain { width:50%; padding:30px 30px; padding-left:55px; display:flex; align-items:center; font-size:20px; line-height:26px; color:#89898A; background:#F6F5F7; }
.row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 { font-size:28px; line-height:38px; }
.row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 a { color:#1C305D; }  
.row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 a:hover { color:#FCB414; }  
.featured-more-link {padding: 20px 50px !important;;
margin-top: 1rem !important;;
font-size: 1.5rem !important;;
font-weight: 600 !important;;
letter-spacing: 0.1rem !important;;
display: inline-block !important;;}
.row-fluid .full-width-blog .topics { padding-top:6px; padding-bottom:14px; float:left; font-size:15px; line-height:20px; font-weight:700; color:#5CB5E6; }
.row-fluid .full-width-blog .topics a { color:#5CB5E6; position:relative; padding:0 10px 0 0; float:none; display:inline-block; vertical-align:top; }
.row-fluid .full-width-blog .topics a:after { position:absolute; content:"|"; right:0; top:-1px; margin-right:1px; }
.row-fluid .full-width-blog .topics a:last-child:after { display:none; }
.row-fluid .full-width-blog .topics a:hover { color:#FCB414; }
.row-fluid .full-width-blog .blog-item-featured .inner .blog-contain .btn-wrapper { padding-top:10px; float:left; width:100%; }
.row-fluid .btn-wrapper a.more-link { background:#39379D; font-size:14px; color:#fff; line-height:20px; font-weight:400; padding:8px 28px; border-radius:2px; letter-spacing:1px; }
.row-fluid .btn-wrapper a.more-link:hover { background:#5CB5E6; }
.hs-blog-listing .full-width-blog .blog-item-featured .inner .blog-contain .btn-wrapper .date { display:none; }
.row-fluid .author-info { display:flex; align-items:center; }
.row-fluid .author-img { height:45px; width:45px; float:left; border-radius:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; border:2px solid #fff }
.row-fluid .author-info a.author-link { color:#fff; float:left; padding-left:12px; font-size:17px; line-height:21px; font-weight:700; }
.row-fluid .author-info a.author-link:hover { color:#FCB414; }
.row-fluid .post-summery { float:left; width:100%; margin:5px 0; }
.row-fluid .author-info a.author-link.link-padding { padding-left:0; }

.row-fluid .post-listing { float:left; width:100%; margin-top:60px; text-align:center; padding-bottom:320px; }
.row-fluid .post-listing .blog-item { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:15px 15px; text-align:left; margin:0 -2px; }
/* .row-fluid .post-listing .blog-item:first-child{ display: none; } */
.row-fluid .post-listing .blog-item .inner { box-shadow:0px 0px 14px 2px rgba(0, 0, 0, 0.10); width:100%; height:100%; transition:all 0.3s ease; background:#fff; }
.row-fluid .post-listing .blog-item .thumb { position:relative; width:100%; background-color:#1C305D !important; }
.row-fluid .post-listing .blog-item figure{margin: 0;
    padding: 0 0 56.25%;
    height: 0;
    position: relative;
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;}

.row-fluid .post-listing .blog-item figure img{
    padding: 0;
    display: block;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.row-fluid .post-listing .blog-info { position:absolute; width:100%; bottom:0; padding:35px 15px 15px; background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.73) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0); }
.row-fluid .post-listing .blog-info .date { display:none; }
.row-fluid .post-listing .blog-item .inner .blog-contain { padding:20px 18px; float:left; background:#fff; }
.row-fluid .post-listing .blog-item .inner .blog-contain h3 { font-size:20px; line-height:25px; font-weight:500; color:#563E98; }
.row-fluid .post-listing .blog-item .inner .blog-contain h3 a { color:#39379D; }
.row-fluid .post-listing .blog-item .inner .blog-contain .post-summery { color:#89898A; font-size:15px; line-height:25px; margin-top:6px; margin-bottom:7px; font-weight:300; }
.row-fluid .post-listing .blog-item .topics { padding-top:6px; padding-bottom:14px; float:left; font-size:15px; line-height:20px; font-weight:700; color:#5CB5E6; }
.row-fluid .post-listing .blog-item .topics a { color:#5CB5E6; position:relative; padding:0 10px 0 0; float: none; font-weight:400; display: inline-block; vertical-align: top; }
.row-fluid .post-listing .blog-item .topics a:after { position:absolute; content:"|"; right:0; top:-1px; margin-right:1px; }
.row-fluid .post-listing .blog-item .topics a:last-child:after { display:none; }
.row-fluid .post-listing .blog-item .topics a:hover { color:#FCB414; }
.row-fluid .post-listing .btn-wrapper { float:left; width:100%; display:flex; align-items:center; justify-content:space-between; }
.row-fluid .post-listing .blog-item .inner { box-shadow:0px 0px 14px 2px rgba(0, 0, 0, 0.10); width:100%; transition:all 0.3s ease; background:#fff; float:left; }
.row-fluid .post-listing .blog-item .inner:hover { box-shadow:0px 0px 14px 2px rgba(0, 0, 0, 0.3); }
.row-fluid .post-listing .btn-wrapper .date { font-size:12px; line-height:16px; color:#1C305D; font-weight:400; text-transform:uppercase; }
.row-fluid .post-listing .blog-item .inner:hover .btn-wrapper a.more-link { background:#5CB5E6; }
.row-fluid .post-listing .blog-item .inner:hover .blog-contain h3 a { color:#5CB5E6; }
.row-fluid .load-more-wrapper { margin-top:15px; }
.row-fluid .load-more-wrapper a { font-family:'Poppins', sans-serif; }

/* Blog Inner */
.row-fluid .blog_innerhero { clip-path:none; padding:0; }
.row-fluid .blog_innerhero:before { background:rgba(0,0,0,0.5); }
.row-fluid .blog_innerhero .blog_heroinner { padding:270px 0 150px; }
.row-fluid .blog_innerhero .blog_heroinner h1 { /*font-size:75px; line-height:90px;*/ font-weight:300; }
.row-fluid .inner-topicsec { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.83) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.73) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0); }  
.row-fluid .inner-topicsec a { font-size:16px; line-height:20px; color:#fff; text-transform:uppercase; position:relative; font-weight:700; padding:0 10px 0 4px; padding-bottom:8px; float:left; }
.row-fluid .inner-topicsec a:first-child { padding-left:0; }
.row-fluid .inner-topicsec a:after { position:absolute; content:"|"; right:0; top:-1px; margin-right:1px; }
.row-fluid .inner-topicsec a:last-child:after { display:none; }
.row-fluid .inner-topicsec a:hover { color:#FCB414; }

.row-fluid .inner-blogsec .hs-search-field__bar { float:none; display:inline-block; vertical-align:top; width:335px; max-width:100%; position:relative; }
.row-fluid .inner-blogsec .hs-search-field__bar input[type="text"] { height:40px; border:1px solid #1C305D; padding-right:40px; }
.row-fluid .inner-blogsec .hs-search-field__bar button { position:absolute; height:100%; width:40px; background:#1C305D; padding:0; top:0; right:0; font-weight:300; }
.row-fluid .inner-blogsec .hs-search-field__bar button:before { position:absolute; content:"\f002"; font-family:FontAwesome; 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:#FBB415; }
.row-fluid .inner-blogsec .hs-search-field__bar button i { display:none; }
.row-fluid .inner-blogsec .hs-search-field { padding:25px 0 18px; }
.row-fluid .inner-blogsec .hs-search-field__suggestions { background:#1c305d; width:335px; max-width:100%; top:calc(100% - 18px); }
.row-fluid .inner-blogsec .hs-search-field__suggestions #results-for { text-align:left; }
.row-fluid .inner-blogsec .hs-search-field__suggestions li a { font-size:13px; line-height:18px; margin-bottom:5px; }
.row-fluid .inner-blogsec .hs-search-field__suggestions li a:hover { color:#FCB414; }

.row-fluid .inner-blogsec .post-body {width:100%; }
.row-fluid .inner-blogsec .post-body p{padding:0; margin-bottom: 1rem;}
.row-fluid .inner-blogsec .post-body li { margin-bottom: 1.5rem; }
.row-fluid .inner-blogsec .author-info span { font-size:12px; line-height:16px; color:#B2B4B6; font-weight:300; position:relative; top:6px; }
.row-fluid .inner-blogsec .written-box { padding-left:8px; }
.row-fluid .inner-blogsec .written-box.link-padding { padding-left:0; }
.row-fluid .inner-blogsec .author-info { justify-content:space-between; float:left; width:100%; }
.row-fluid .inner-blogsec .author-info > div { display:flex; align-items:center; }
.row-fluid .inner-blogsec .author-info a.author-link { font-size:24px; line-height:30px; color:#67686B; padding:0; }
.row-fluid .inner-blogsec .author-info a.author-link:hover { color:#FCB414; }
.row-fluid .inner-blogsec .author-img { border-color:#EDEDEE; padding:0; }
.row-fluid .inner-blogsec .date { color:#fff; text-transform:uppercase; font-size:31px; line-height:36px; background:#1C305D; float:right; padding:6px 8px; border-left:10px solid #FCB414; font-family:Arial, Helvetica, sans-serif; } 
.row-fluid .inner-blogsec .post-body .two-img { float:none; width:auto; display:block; margin:0 -15px; }
.row-fluid .inner-blogsec .post-body .two-img p { float:left; width:50%; padding:0 15px; }
.row-fluid .inner-blogsec .post-body .two-img p img { width:100% !important; }
.row-fluid .inner-blogsec .post-body h2 {font-size:1.75rem; line-height:1.2; color:#563E98;font-weight:600; margin:15px 0 15px; }
.row-fluid .inner-blogsec .post-body h3 { font-size:1.55rem; line-height:1.2; color:#563E98; font-weight:600; margin:15px 0 10px; float:left; width:100%; }
.row-fluid .inner-blogsec .post-body blockquote { font-size:23px; line-height:30px; color:#5CB5E6; font-weight:300; position:relative; padding-left:40px; font-style:italic; margin-top:0; margin-bottom:0; }
.row-fluid .inner-blogsec .post-body blockquote:before { position:absolute; content:""; height:23px; width:29px; top:14px; left:0; background:url('//4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/blockquote-icon.png') no-repeat center center; }
.row-fluid .inner-blogsec .post-body a {color:#5A9CD5; }
.row-fluid .inner-blogsec .post-body a:hover { color:#FCB414; }

.blog-section .post-body .featured-lists {display:flex;padding: 0;list-style-type: none; flex-flow: row wrap;}
.blog-section .post-body .featured-lists li{flex: 0 0 calc(100%);margin-right: 40px;display: flex;
align-items: center; }
.blog-section .post-body .featured-lists li img{width: 125px !important;padding-right: 20px;height: 125px;}

@media (min-width:767px){
.blog-section .post-body .featured-lists li{flex: 0 0 calc(50% - 40px);}
}

.row-fluid .social_icons { width:auto; max-width:80px; float:left; opacity:1; z-index:2; position:fixed; top:50%; left:2px; transform:translateY(-50%); transition:all .6s ease; }
.row-fluid .social_icons .social_box { width:100%; float:left; }
.row-fluid .social_icons .social_box ul { width:100%; float:left; list-style:none; padding:0; margin:0; }
.row-fluid .social_icons .social_box ul li { width:100%; float:left; }
.row-fluid .social_icons .social_box ul li a { width:40px; height:40px; background:#2f4991; padding:3px 10px; color:#fff; font-size:20px; line-height:34px; display: block; text-align:center; margin-bottom:2px; }
.row-fluid .social_icons .social_box ul li a:hover { opacity:0.8; }
.row-fluid .social_icons.sticky { opacity:1; transition:all .6s ease; left:-36px; }
.row-fluid .social_icons.sticky:hover { opacity:1; transition:all .6s ease; left:0; }
.row-fluid .social_icons label.share-label { display:none; }

.row-fluid .subscribe_section .box-it-in { outline:2px solid rgb(227, 230, 233); border:5px solid #fff; clear:both; min-height:173px; margin:25px 0 60px; padding:40px; background:url(//4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/stripes.jpg) repeat; max-width:100%; text-align:center; }
.row-fluid .subscribe_section.alt-style .email_subscribe form .hs-input { height:40px; }
.row-fluid .subscribe_section.alt-style .email_subscribe form .hs-button { height:40px; font-size:15px; line-height:17px; font-weight:500; letter-spacing:0.5px; font-family:'Roboto', sans-serif; }
.row-fluid .subscribe_section.alt-style .email_subscribe form .hs_submit { width:143px; }
.row-fluid .subscribe_section.alt-style .blogrecent_subscribe h3 { /*font-size:23px; line-height:23px;*/ margin-bottom:12px; }
.row-fluid .subscribe_section.alt-style .blogrecent_subscribe { padding-bottom:0; }
.row-fluid .subscribe_section h3 { /*font-size:24px; line-height:32px;*/ color:#1C305D; font-weight:700; margin-bottom:14px; }
.row-fluid .subscribe_section .hs-form-required { display:none; }
.row-fluid .subscribe_section .email_subscribe form { width:100%; float:none; display:inline-block; max-width:820px; position:relative; }
.row-fluid .subscribe_section .email_subscribe form .hs-input { width:100%; float:left; border-radius:5px; border:1px solid #1C305D; height:48px; border-radius:5px 0 0 5px; height:38px; }
.row-fluid .subscribe_section .email_subscribe form .hs-input.hover { border: 1px solid #FCB414;}
.row-fluid .subscribe_section .email_subscribe form .hs-button { background:#1C305D; width:100%; color:#fff; float:left; height:40px; text-transform: capitalize; font-weight:400; font-size:15px; font-weight:500; border-radius: 0 5px 5px 0; }
.row-fluid .subscribe_section .email_subscribe form .hs-button:hover { background:#FCB414; }
.row-fluid .subscribe_section .email_subscribe form .hs_email { width:calc(100% - 143px); float:left; padding:0 !important; }
.row-fluid .subscribe_section .email_subscribe form .hs_email label { display:none; }
.row-fluid .subscribe_section .email_subscribe form .hs_submit { width:143px; float:left; }
.row-fluid .subscribe_section .email_subscribe form .hs_error_rollup { position:absolute; content:''; bottom:-45px; left:0; }

.row-fluid .inner-toolsec.blog-cat-links { }
.row-fluid .inner-toolsec.blog-cat-links h4 { text-transform:uppercase; text-align:center; margin-bottom:35px; color:#1C305D; font-size:19px; line-height:26px; font-weight:700; text-transform:uppercase; }
.row-fluid .inner-toolsec.blog-cat-links .links { border-top:2px solid #e7e8ea;}
.row-fluid .inner-toolsec.blog-cat-links .links .links-wrapper{ max-width:1140px; width:100%; float:none; margin:0 auto; }
.row-fluid .inner-toolsec.blog-cat-links ul { list-style-type:none; display:flex; flex-flow:row wrap; margin:0;padding:0;}
.row-fluid .inner-toolsec.blog-cat-links ul li { flex-grow:1;display:flex; padding:5px ;text-align:center;border-right:3px solid #e7e8ea;}
.row-fluid .inner-toolsec.blog-cat-links ul li:first-child { border-left:3px solid #e7e8ea; }
.row-fluid .inner-toolsec.blog-cat-links ul li a { flex-grow:1; color:#5CB5E6; font-size:14px; font-weight:700; } 
.row-fluid .inner-toolsec.blog-cat-links ul li a span { color:#5CB5E6; font-size:10px;  }
.row-fluid .inner-toolsec.blog-cat-links ul li a:hover { background:#85b4d4;color:#fff; }
.row-fluid .inner-toolsec.blog-cat-links ul li a:hover span { color:#fff; }

.row-fluid .recentblog_section { width:100%; float:left; }
.row-fluid .recentblog_section .wrapper { padding-left:15px; padding-right:15px; }
.row-fluid .recentblog_section .blogrecent_cover { width:100%; float:left; padding: 50px 0; border-top: 2px solid #E3E6E9;  background: #F7F7F7; }
.row-fluid .recentblog_section .blogrecent_cover h5 { max-width:1140px; width:100%; float:none; margin:0 auto; font-size:18px; line-height:24px; text-transform:uppercase; padding-bottom:10px; }
.row-fluid .recentblog_section .recentblog_item { margin:0; float:left; background: #fff;  transition:all .6s ease; box-shadow: 0 0px 7px 1px #999B9E; -webkit-box-shadow: 0 0px 7px 1px #999B9E; -moz-box-shadow: 0 0px 7px 1px #999B9E; }
.row-fluid .recentblog_section .slick-slide { margin:0 15px; }
.row-fluid .recentblog_section .post-image { width:100%; float:left; height:265px; position:relative; background-size:cover !important; }  
.row-fluid .recentblog_section .post-image:before { position:absolute; content:""; width:100%; height:110px; left:0; bottom:0;  transform: rotate(180deg); -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg); }
.row-fluid .recentblog_section .post-image:before { background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );}
.row-fluid .recentblog_section .recentblog_item .recentpost_text { width:100%; float:left; padding:20px 18px; }
.row-fluid .recentblog_section .recentblog_item .author_deital { width:100%; float:left;display: flex; align-items: center; padding:15px; position:absolute; z-index:9;     bottom: 0;    left: 0; }
.row-fluid .recentblog_section .recentblog_item .author_deital .author-avatar { width:40px; height:40px; background-size:cover !important; border-radius:50%; border:2px solid #fff; float:left; }
.row-fluid .recentblog_section .recentblog_item .author_deital .author-link { width:auto; float:left; padding-left:15px; font-size:16px; line-height:20px; font-weight:bold; color:#fff; }
.row-fluid .recentblog_section .recentblog_item .post-content { width:100%; float:left; color:#5D5D5D; font-size:15px; line-height:22px; font-weight:300; padding:10px 0; }
.row-fluid .recentblog_section .recentblog_item .post_topics { width:100%; float:left; padding-bottom:20px; }
.row-fluid .recentblog_section .recentblog_item .post-title {  width:100%; float:left; display: flex; flex-flow: row wrap; align-items: center;}
.row-fluid .recentblog_section .recentblog_item .post-title a { color:#563E98; font-size:20px; line-height:25px; width:100%; float:left; font-weight:500; padding-bottom:10px; }
.row-fluid .recentblog_section .recentblog_item .topic-link { width:auto; float:left; color:#5CB5E6; font-size:12px; line-height:18px; font-weight:bold; text-transform:capitalize; letter-spacing:0.5px; }
.row-fluid .recentblog_section .recentblog_item .post_date { float:right; width:auto; color:#1C305D; font-size:12px; line-height:20px;  text-transform:uppercase;margin-top: 13px;font-weight: 500;}
.row-fluid .recentblog_section .recentblog_item .more_btn { background:#39379D; font-size:14px; color:#fff; line-height:20px; font-weight:500; padding:8px 30px;  border-radius:2px;  float:left; width:atuo; letter-spacing:0.5px; }
.row-fluid .recentblog_section .recentblog_item .more_btn:hover { background:#AA1F36;   transition:all .6s ease;}
.row-fluid .recentblog_section .recentblog_item:hover  { box-shadow: 0 0px 10px 2px #999B9E; -webkit-box-shadow: 0 0px 10px 2px #999B9E; -moz-box-shadow: 0 0px 10px 2px #999B9E; transition:all .6s ease;  }
.row-fluid .recentblog_section .recentblog_item:hover .more_btn { background:#5CB5E6; transition:all .6s ease; }
.row-fluid .recentblog_section .recentblog_item:hover .post-title a { color:#5CB5E6; transition:all .6s ease; }
.row-fluid .recentblog_section .slick-arrow { position: absolute;  top: 50%;  visibility: visible;  opacity: 1;  display: block;  font-size: 0;  min-width: auto;  width: 40px;  height: 52px;  line-height: 40px;  border: none;  outline: none;  background: transparent;   -moz-transform: translateY(-50%);-webkit-transform: translateY(-50%); -o-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  z-index: 2;  color: #2b2975; }
.row-fluid .recentblog_section .slick-arrow:before { font-family: 'FontAwesome'; content: ""; font-size: 0;  height: 100%;  width: 100%;  background-size: 100% 100% !important; }
.row-fluid .recentblog_section .slick-prev { left:-15px; }
.row-fluid .recentblog_section .slick-next { right:-15px; }
.row-fluid .recentblog_section .slick-prev:before{ background: url(https://385545.fs1.hubspotusercontent-na1.net/hubfs/385545/Brothers_Service_Company_2018/images/prev_btn.png?t=1523601944666) no-repeat center center;  left: 0;  position: relative;  top: 0;}
.row-fluid .recentblog_section .slick-next:before{ background: url('https://385545.fs1.hubspotusercontent-na1.net/hubfs/385545/Brothers_Service_Company_2018/images/next-btn.png?t=1523601944666') no-repeat center center;  right: 0;  position: relative;  top: 0;}
.row-fluid .recentblog_section .slick-list { padding:10px 0 !important; }
.row-fluid .recentblog_section .recentpost_height { width:100%; float:left; }




/* Author Page */
.row-fluid .hs-author-profilebox { margin-bottom:30px; }
.row-fluid .hs-author-profileinner { float:none; display:inline-block; vertical-align:top; width:1000px; max-width:100%; text-align:left; padding:30px 30px; background:#f6f5f7; color:#89898A; font-size:20px; line-height:28px; }
.row-fluid .hs-author-profileinner .author-img { height:120px; width:120px; float:none; display:inline-block; }
.row-fluid .hs-author-profileinner h4 { margin-bottom:5px; }

body.author-Page .row-fluid .full-width-blog .blog-item { margin:0; }
body.author-Page .row-fluid .full-width-blog { margin:0; }
body.author-Page .row-fluid .hs-author-profilebox { margin-top:-80px; position:relative; }

/* Site Search Result Code */
.row-fluid .hs-search-results { padding: 80px 0; }
.row-fluid .hs-search-results ul#hsresults { counter-reset: section; }
.row-fluid .hs-search-results ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.row-fluid .hs-search-results ul#hsresults li a.hs-search-results__title { font-weight: 700; position: relative; padding-left: 28px; font-size: 21px; display: inline-block; color: #563E98; font-family: 'Poppins', sans-serif;}
.row-fluid .hs-search-results ul#hsresults li  p.hs-search-results__description { padding: 13px 0 0; }
.row-fluid .hs-search-results ul#hsresults li a.hs-search-results__title:before { counter-increment: section; content: ""counter(section) ":"; position: absolute; left: 0; top: 0px; }
.row-fluid .hs-search-results ul#hsresults li { padding: 30px 0; }
.row-fluid .hs-search-results ul#hsresults li:first-child { padding-top: 0; }
.row-fluid .hs-search-results ul#hsresults li:last-child { padding-bottom: 0; }

/* Resources Page */
.row-fluid .resource-herosec.inner-herosec2.videonewhero_area h1 { font-weight:600; }

.row-fluid .resource-selectsec { float:left; width:100%; position:relative; margin-top:-15px; z-index:3; }
.row-fluid .resource-selectsec .wrapper { width:1320px; max-width:100%; }
.row-fluid .resource-selectinner { float:left; width:100%; background:#fff; box-shadow:0px 5px 8px rgba(0,0,0,0.5); padding:0 100px; }
.row-fluid .resource-selectinner .filterbox { float:left; width:25%; padding:33px 0 25px 35px; position:relative; }  
.row-fluid .resource-selectinner .filterbox .span-wrap { border-right:1px solid #EBEBEB; padding:7px 0; }
.row-fluid .resource-selectinner .filterbox span { font-size:12px; line-height:20px; font-weight:600; letter-spacing:0.5px; text-transform:uppercase; float:left; width:100%; }
.row-fluid .resource-selectinner .filterbox span.select-click { font-size:14px; cursor:pointer; color:#ACB4BB; position:relative; text-transform:none; }
.row-fluid .resource-selectinner .filterbox span.select-click:after { display:inline-block; vertical-align:middle; content:"\f107"; font-family:FontAwesome; margin-left:5px; }
.row-fluid .resource-selectinner .filterbox ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); display:none; position:absolute; top:100%; left:0; z-index:1; }
.row-fluid .resource-selectinner .filterbox ul li { float:left; width:100%; padding:0; margin:0; list-style-type:none; border-bottom:1px solid #ACB4BB; }
.row-fluid .resource-selectinner .filterbox ul li:last-child { border:0; }
.row-fluid .resource-selectinner .filterbox ul li a { font-size:14px; line-height:20px; float:left; width:100%; padding:10px 10px; color:#ACB4BB; font-weight:500; letter-spacing:0.5px; cursor:pointer; text-transform:capitalize; }
.row-fluid .resource-selectinner .filterbox ul li a:hover { color:#FCB414; }
.row-fluid .resource-selectinner .filterbox.search-bar { padding-top:40px; padding-bottom:25px; }
.row-fluid .resource-selectinner .filterbox.search-bar input[type="text"] { height:20px; padding-left:20px; background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/search-icon.png') no-repeat left center; } 
.row-fluid .resource-selectinner .filterbox.search-bar ::-webkit-input-placeholder { font-size:12px !important; text-transform:uppercase !important; color:#ACB4BB !important; }
.row-fluid .resource-selectinner .filterbox.search-bar ::-webkit-placeholder { font-size:12px !important; text-transform:uppercase !important; color:#ACB4BB !important; }
.row-fluid .resource-selectinner .filterbox.search-bar ::-moz-placeholder { font-size:12px !important; text-transform:uppercase !important; color:#ACB4BB !important; }
.row-fluid .resource-selectinner .filterbox.search-bar :-ms-input-placeholder { font-size:12px !important; text-transform:uppercase !important; color:#ACB4BB !important; }
.row-fluid .resource-selectinner .filterbox.search-bar :-moz-placeholder { font-size:12px !important; text-transform:uppercase !important; color:#ACB4BB !important; }

.row-fluid .resource-itemsec { float:left; width:100%; padding:110px 0 60px; text-align:center; }
.row-fluid .resource-itemsec .single-box { float:left; width:25%; margin:0 -2px 45px; padding:0 15px; }  
.row-fluid a.resource-full_link { float:left; width:100%; }
.row-fluid .resourcesbox_img { height:250px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .inner.resourcesbox_info { float:left; width:100%; border:2px solid #5CB5E6; position:relative; } 
.row-fluid .inner.resourcesbox_info:before { position:absolute; content:""; left:0; top:0; border-top:50px solid #5CB5E6; border-right:50px solid transparent; }

.row-fluid .resource-itemsec .single-box.webinar .inner.resourcesbox_info:before { border-top-color:#563E98; }
.row-fluid .resource-itemsec .single-box.case-study .inner.resourcesbox_info:before { border-top-color:#FCB414; }
.row-fluid .resource-itemsec .single-box.ebook .inner.resourcesbox_info:before { border-top-color:#1B85B5; } 
.row-fluid .resource-itemsec .single-box.videos .inner.resourcesbox_info:before { border-top-color:#1B85B5; } 
.row-fluid .resource-itemsec .single-box.white-papers .inner.resourcesbox_info:before { border-top-color:#1C305D }
.row-fluid .inner.resourcesbox_info .inner-sameheight { float:left; width:100%; padding:10px 10px; height:100%; transition:all ease .5s; }
.row-fluid .resourcesbox_inner { float:left; width:100%; padding-bottom:22px; }
.row-fluid .resourcesbox_inner h4 { font-size:18px; line-height:24px; color:#5CB5E6; font-weight:600; font-family:'Poppins', sans-serif; margin:25px 0; }  
.row-fluid .resourcesbox_inner .resource-boxbtn { float:none; display:inline-block; vertical-align:top; padding:8px 21px; color:#fff; background:#FCB414; border-radius:4px; font-size:14px; line-height:18px; text-transform:uppercase; font-weight:500; letter-spacing:0.5px; position:relative; z-index:2; cursor:pointer; }
.row-fluid .resourcesbox_inner .resource-boxbtn:hover { background:#5CB5E6; } 
.row-fluid a.resource-full_link:hover .inner-sameheight { background:#1C305D; }
.row-fluid a.resource-full_link:hover .resourcesbox_inner h4 { color:#fff; }

/* Race Technology Page */
.row-fluid .hero-curve { -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 92%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 92%); -moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 92%); }

.row-fluid .grey-skewtop { position:relative; }
.row-fluid .grey-skewtop:before { position:absolute; content:""; top:-35px; left:0; background:#F6F6F7; height:100px; width:100%; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; z-index:1; }

.row-fluid .tech-featuresec { padding:0 0 80px; }
.row-fluid .tech-featuresec .fiftytextimg_right { height:745px; background-color:#6B6B6B !important; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; width:60%; position:relative; }
.row-fluid .tech-featuresec .fiftytextimg_right .img-tribox { position:absolute; bottom:0; left:0; width:335px; height:215px; background:#fff; display:flex; align-items:center; justify-content:center; -webkit-clip-path:polygon(0 0, 97% 9%, 100% 100%, 0% 100%); clip-path: polygon(0 0, 97% 9%, 100% 100%, 0% 100%); -moz-clip-path:polygon(0 0, 97% 9%, 100% 100%, 0% 100%); }
.row-fluid .tech-featuresec .fiftytextimg_right .fiftytextimg_left { width:40%; }
.row-fluid .tech-featuresec .fiftytextimg_cover { align-items:center; float:left; width:100%; margin:37px 0; }
.row-fluid .tech-featuresec .fiftytextimg_cover.image_left .fiftytextimg_left { padding-left:150px; font-size:25px; line-height:32px; }
.row-fluid .tech-featuresec .fiftytextimg_cover .fiftytextimg_left .fiftytext_title h3 { font-weight:300; color:#1C305D; } 
.row-fluid .tech-featuresec .fiftytextimg_cover .btn-style a { font-size:14px; line-height:20px; color:#fff; border-radius:4px; letter-spacing:0.5px; padding:5px 32px; } 
.row-fluid .tech-featuresec .fiftytextimg_cover .btn-style a:hover { background:#1C305D; }
.row-fluid .tech-featuresec .fiftytextimg_cover.image_right .img-tribox { -webkit-clip-path:polygon(0 7%, 97% 0, 100% 100%, 0% 100%); clip-path:polygon(0 7%, 97% 0, 100% 100%, 0% 100%); -moz-clip-path:polygon(0 7%, 97% 0, 100% 100%, 0% 100%); }
.row-fluid .tech-featuresec .fiftytextimg_cover.image_right .fiftytextimg_left { padding-left:0; padding-right:150px; }
.row-fluid .tech-featuresec .fiftytextimg_cover h4 { /*font-size:31px; line-height:36px;*/ font-weight:600; float:left; width:100%; padding:0 40px; }

.row-fluid .grey-skewbottom { position:relative; }
.row-fluid .grey-skewbottom:after { position:absolute; content:""; bottom:-35px; left:0; background:#F6F6F7; height:100px; width:100%; -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);; z-index:1; }

.row-fluid .skew0 .banner-ctasec { clip-path:none; }
.row-fluid .padding-top10 { padding-top:50px; }
.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-top60 { padding-top:60px; }
.row-fluid .padding-top70 { padding-top:70px; }
.row-fluid .padding-top80 { padding-top:80px; }
.row-fluid .padding-top90 { padding-top:90px; }
.row-fluid .padding-top100 { padding-top:100px; }

.row-fluid .cta-skewbottom.skew0 .banner-ctasec { -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 92%); clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 92%); } 

/* Thank You Page */
.row-fluid .thanku-hero .videonewhero_area { text-align:left; } 

.row-fluid .thanku-resourcesec { padding:50px 0 50px !important; }
.row-fluid .thanku-resourcesec h2 { /*font-size:55px; line-height:62px;*/ color:#1C305D; font-weight:300; margin-bottom:13px; } 
.row-fluid .thanku-resourceraw { text-align:center; }
.row-fluid .thanku-resourcebox { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:25%; padding:16px 16px; text-align:left; }
.row-fluid .thanku-resourceimg { height:165px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; background-color:#4C4C55 !important; }
.row-fluid .thanku-resourcetext { font-size:15px; line-height:22px; color:#4C4C55; margin-top:15px; }
.row-fluid .thanku-resourcetext h3 { color:#5CB5E6; font-size:18px; line-height:26px; font-weight:600; margin-bottom:3px; }
.row-fluid .thanku-resourcesec .btn-style a { font-size:14px; line-height:20px; color:#fff; border-radius:4px; letter-spacing:0.5px; padding:5px 32px; margin-top:20px; } 
.row-fluid .thanku-resourcesec .btn-style a:hover { background:#5CB5E6; }
.row-fluid .thanku-resourceraw.col2 .thanku-resourcebox { width:50%; }
.row-fluid .thanku-resourceraw.col3 .thanku-resourcebox { width:33.33%; }

/* Contact Us Page */
.row-fluid .contact-herosec { padding:180px 0 160px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; overflow:hidden; }
.row-fluid .contact-herosec:before { position:absolute; content:""; height:100%; width:73%; top:0; left:0; background:-webkit-linear-gradient(left, rgb(39, 51, 103) 0%, rgb(85, 62, 152) 100%); background:-o-linear-gradient(left, rgb(39, 51, 103) 0%, rgb(85, 62, 152) 100%); background:-ms-linear-gradient(left, rgb(39, 51, 103) 0%, rgb(85, 62, 152) 100%); background:-moz-linear-gradient(left, rgb(39, 51, 103) 0%, rgb(85, 62, 152) 100%); background:linear-gradient(to right, rgb(39, 51, 103) 0%, rgb(85, 62, 152) 100%); -webkit-transform: matrix3d(2.357553, -0.015163, 0, -0.000049, -0.000738, 2.972363, 0, -0.000738, 0, 0, 1, 0, 1, 4.973838, 0, 3);;
    -moz-transform: matrix3d(2.357553, -0.015163, 0, -0.000049, -0.000738, 2.972363, 0, -0.000738, 0, 0, 1, 0, 1, 4.973838, 0, 3);;
    -o-transform: matrix3d(2.357553, -0.015163, 0, -0.000049, -0.000738, 2.972363, 0, -0.000738, 0, 0, 1, 0, 1, 4.973838, 0, 3);;
    -ms-transform: matrix3d(2.357553, -0.015163, 0, -0.000049, -0.000738, 2.972363, 0, -0.000738, 0, 0, 1, 0, 1, 4.973838, 0, 3);;
    transform: matrix3d(2.357553, -0.015163, 0, -0.000049, -0.000738, 2.972363, 0, -0.000738, 0, 0, 1, 0, 1, 4.973838, 0, 3);;; transform-origin: 0px 1px 0px; }
.row-fluid .contact-herosec .wrapper { position:relative; z-index:1; }
.row-fluid .contact-herotextbox { width:710px; max-width:100%; }
.row-fluid .contact-herosec h1 { /*font-size:68px; line-height:76px;*/ font-weight:600; margin-bottom:80px; }
.row-fluid .contact-herosec .btn-style { float:none; display:inline-block; vertical-align:top; margin-right:15px; }
.row-fluid .contact-herosec .btn-style a { padding:7px 52px; color:#fff; background:#5CB5E6; border-radius:4px; font-size:14px; line-height:18px; font-weight:500; letter-spacing:0.5px; }
.row-fluid .contact-herosec .btn-style a:hover { background:#FCB414; }

.row-fluid .ofc-locationsec { padding:50px 0; }
.row-fluid .ofc-locationleft { float:left; width:65%; padding-right:65px; }
.row-fluid .ofc-locationleft h2 { color:#1C305D; /*font-size:68px; line-height:76px;*/ font-weight:600; }
.row-fluid .address-col { font-size:18px; line-height:28px; color:#4C4C55; font-weight:400; padding:40px 40px; border-bottom:2px solid #5CB5E6; }
.row-fluid .address-col h3 { /*font-size:31px; line-height:38px;*/ color:#5CB5E6; font-weight:500; }
.row-fluid .address-col h4 { /*font-size:22px; line-height:28px;*/ color:#4C4C55; font-weight:700; margin:4px 0 5px; }
.row-fluid .address-col a { color:#4C4C55; }
.row-fluid .address-col a:hover { color:#FCB414; }  
.row-fluid .ofc-locationright { float:left; width:29.6%; background:#5CB5E6; padding:44px 18px 20px; margin-top:32px; }
.row-fluid .ofc-locationright h3:not(.form-title) { /*font-size:31px; line-height:38px;*/ color:#563E98; text-transform:uppercase; font-weight:600; letter-spacing:0.4px; text-align:center; padding-bottom:25px; border-bottom:2px solid #563E98; }
.row-fluid .ofc-locationright form { padding:30px 18px; }
.row-fluid .ofc-locationright form .hs-form-required { display:none; }
.row-fluid .ofc-locationright form.hs-form .hs-form-field { padding:0 0 27px; }
.row-fluid .ofc-locationright form.hs-form .hs-form-field > label { float:left; width:100%; font-size:17px; line-height:22px; color:#563E98; font-weight:700; }
.row-fluid .ofc-locationright form.hs-form .hs-form-field > label span { float:left; width:100%; margin-bottom:5px; }
.row-fluid .ofc-locationright form.hs-form .hs-form-field > label span:empty { margin:0; }
.row-fluid .ofc-locationright form.hs-form ul.multi-container { float:left; width:100%; padding-left:25px; } 
.row-fluid .ofc-locationright form.hs-form ul.multi-container li { color:#fff; font-size:16px; line-height:20px; }
.row-fluid .ofc-locationright form.hs-form .hs-richtext { float:left; width:100%; font-size:17px; line-height:22px; font-weight:700; color:#fff; }
.row-fluid .ofc-locationright form.hs-form .hs-richtext a { color:#563E98; } 
.row-fluid .ofc-locationright form.hs-form .hs-richtext a:hover { color:#FCB414; } 
.row-fluid .ofc-locationright form.hs-form .actions { text-align:center; }
.row-fluid .ofc-locationright form.hs-form input[type="submit"] { float:none; display:inline-block; vertical-align:top; border-radius:30px; color:#fff; background:#563E98; width:auto; min-width:1px; font-size:25px; padding:12px 76px; text-transform:uppercase; height:auto; margin-top:15px; }
.row-fluid .ofc-locationright form.hs-form input[type="submit"]:hover { background:#FCB414; }
.row-fluid .ofc-locationright form.hs-form input, .row-fluid .ofc-locationright form.hs-form select { font-size:19px; color:#89898A; } 

.row-fluid .contact-hqsec { padding:55px 0 70px; -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); -moz-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); }
.row-fluid .contact-hqraw { display:flex; align-items:center; } 
.row-fluid .contact-hqleft { float:left; width:50%; font-size:16px; line-height:26px; color:#fff; }
.row-fluid .contact-hqleft h3 { /*font-size:31px; line-height:36px;*/ color:#5CB5E6; font-weight:300; }
.row-fluid .contact-hqleft h2 { /*font-size:68px; line-height:76px;*/ color:#fff; font-weight:600; margin:10px 0 30px; }
.row-fluid .contact-hqright { height:584px; float:left; width:44.5%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; -webkit-clip-path:polygon(1% 4%, 100% 0%, 100% 100%, 0% 100%); clip-path:polygon(1% 4%, 100% 0%, 100% 100%, 0% 100%); -moz-clip-path:polygon(1% 4%, 100% 0%, 100% 100%, 0% 100%); }

/* Customer Page */
.row-fluid .customer-herosec { font-size:25px; line-height:35px; -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 94%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 94%); -moz--webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%); }
.row-fluid .customer-herotext { margin:25px 0 45px; }
.row-fluid .customer-herosec .btn-style a { background:#5CB5E6; padding:11px 25px; color:#fff; }
.row-fluid .customer-herosec .btn-style a:hover { background:#FCB414; }
.row-fluid .customernewhero_inner {float:none; margin:-150px auto 50px; width:1170px; max-width:100; background:#fff; padding:50px 100px 65px; box-shadow:0px 0px 30px rgba(0,0,0,0.45); text-align:center; position:relative; z-index:2; }
.row-fluid .customernewhero_inner h1 { /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; margin-bottom:10px; }
.row-fluid .customernewhero_inner h3 { /*font-size:30px; line-height:36px;*/ color:#1C305D; font-weight:300; margin-bottom:10px; }

.row-fluid .client-section { padding:35px 0 70px; text-align:center; }
.row-fluid .client-section h2.section-title { /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; }
.row-fluid .client-boxwrap { float:none; display:block; margin:0 -15px; width:auto; }
.row-fluid .client-box { float:none; display:inline-block; vertical-align:top; width:25%; margin:20px -2px; text-align:left; padding:0 15px; }
.row-fluid .client-innerbox { padding:8px; border:2px solid transparent; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; position:relative; }
.row-fluid .client-topbox { position:relative; height:250px; }
.row-fluid .client-logo { 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%);; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .client-bgimg { position:absolute; top:0; left:0; height:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; display:flex; align-items:center; opacity:0; visibility:hidden; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .client-bgimg:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background: -webkit-linear-gradient(left, rgb(28, 133, 181) 0%, rgb(73, 164, 212) 60%, rgb(92, 181, 230) 100%); background: -o-linear-gradient(left, rgb(28, 133, 181) 0%, rgb(73, 164, 212) 60%, rgb(92, 181, 230) 100%); background: -ms-linear-gradient(left, rgb(28, 133, 181) 0%, rgb(73, 164, 212) 60%, rgb(92, 181, 230) 100%); background: -moz-linear-gradient(left, rgb(28, 133, 181) 0%, rgb(73, 164, 212) 60%, rgb(92, 181, 230) 100%); background: linear-gradient(to right, rgb(28, 133, 181) 0%, rgb(73, 164, 212) 60%, rgb(92, 181, 230) 100%); opacity:0.8; }
.row-fluid .client-vidpopbox { position:relative; z-index:1; }
.row-fluid .client-caselink { margin-top:11px; }
.row-fluid .client-caselink a { color:#fff; float:none; display:inline-block; vertical-align:top; font-size:18px; line-height:22px; color:#fff; font-style:italic; font-weight:600; text-decoration:underline; text-underline-position:under; }
.row-fluid .client-caselink a:hover { color:#FCB414; }
.row-fluid .client-box:hover .client-logo { opacity:0; visibility:hidden; }
.row-fluid .client-box:hover .client-bgimg { opacity:1; visibility:visible; }
.row-fluid .client-box:hover .client-innerbox { border-color:#5CB5E6; }
.row-fluid .client-bottombox { font-size:15px; line-height:22px; }
.row-fluid .client-bottombox h3 { font-size:18px; line-height:24px; font-weight:600; text-transform:uppercase; }
.row-fluid .client-bottombox .inner { padding:18px 15px 25px; }
.row-fluid .client-textlink { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .client-textlink a { color:#fff; float:none; display:inline-block; vertical-align:top; font-size:16px; line-height:22px; color:#606161; font-style:italic; font-weight:600; text-decoration:underline; text-underline-position:under; margin-top:15px; }
.row-fluid .client-innerbox a.fullbox-click { position:absolute; top:0; left:0; height:100%; width:100%; z-index:1; }

.row-fluid .client-box.case-study_disable:hover .client-logo { opacity:1; visibility:visible; }
.row-fluid .client-box.case-study_disable:hover .client-bgimg { opacity:0; visibility:hidden; }
.row-fluid .client-box.case-study_disable:hover .client-innerbox { border-color:transparent; }

.client-popbox { display:none; padding:0 !important; border:2px solid #5CB5E6; -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);; -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;; }
.client-poplogo { text-align:center; padding:15px 15px; } 
.client-poptext { padding:20px 20px; font-size:14px; line-height:24px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }
.client-poplink { padding:20px 20px; }
.client-poplink a { font-size:14px; line-height:24px; letter-spacing:1px; }
.client-poplink a:hover { text-decoration:underline; }
.fancybox-slide--current .client-popbox { -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; opacity:1; transition-duration:1s; }
body.customer-body .fancybox-navigation { display:none !important; }

/* Solutions Page */
.row-fluid .solution-heroimg { height:800px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 95%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 95%); -moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 95%);  } 
.row-fluid .solution-herotextbox { background:#fff; font-size:22px; line-height:36px; color:#6B6B6B; float:left; width:100%; margin-top:-88px; position:relative; padding:70px 30px; box-shadow:0px 10px 15px 2px rgba(0,0,0,0.3); margin-bottom:-60px; }
.row-fluid .solution-herotextbox p { padding-bottom:35px; }
.row-fluid .solution-herotextbox h2 { text-align:center; /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; margin-bottom:42px; }
.row-fluid .solution-herotext { padding-bottom:50px; }
.row-fluid .solution-videobox { float:none; display:flex; align-items:center; justify-content:center; vertical-align:top; margin:0 auto; width:820px; max-width:100%;  background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative; } 
/* .row-fluid .solution-videobox:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:#5CB5E6; opacity:0.75; } */

.row-fluid .solution-videobox { width:100%; float:left; }
.row-fluid .solution-videobox .textvideo_box { width:100%; float:left; margin:30px 0 50px; }
.row-fluid .solution-videobox .textvideo_image { width:100%; float:left; }
.row-fluid .solution-videobox .vidyard-player-container { max-width:800px; }
.row-fluid .solution-videobox .vidyard-lightbox-centering img { display:block; }
.row-fluid .solution-videobox .vidyard-lightbox-image { display:none; }
.row-fluid .solution-videobox .vidyard-lightbox-centering { position:relative; }
.row-fluid .solution-videobox .vidyard-lightbox-centering:before { position:absolute; z-index:9; content:""; left:0; top:0; width:100%;  height:100%; background:rgba(92,181,230,0.7); }
.row-fluid .solution-videobox .vidyard-player-container .play-button { z-index:99; cursor:pointer; }

.splash-screen-wrapper .splash-screen-thumbnail { background-size: cover !important; } 

.row-fluid .solution-herotextbox .video-title { float:none; display:table; margin:0 auto; width:820px; max-width:100%; text-align:center; }
.row-fluid .solution-herotextbox .video-title h5 { /*font-size:31px; line-height:36px;*/ font-weight:600; margin-top:25px; text-align:center; }

.row-fluid .solution-countersec { padding:60px 0; }
.row-fluid .solution-countersec .state-countercol { width:33.33%; }
.row-fluid .solution-countersec .state-counterwrap.column4 .state-countercol { width:25%; }
.row-fluid .solution-countersec .state-counternum { font-size:4.6rem; line-height:115px; }
.row-fluid .solution-countersec .state-countertitle { 
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400;
}

.row-fluid .scrolling-padding { padding:168px 0 110px; }

/* Events Page */
.row-fluid .inner-herosec2.videonewhero_area.eventhero { padding:245px 0 450px; }  
.row-fluid .resource-herosec.inner-herosec2.videonewhero_area.eventhero h1 { color:#fff; }

.row-fluid .filter-dropdown-search { width:100%; float:left; padding:20px 0 18px 0; background:rgba(28,48,93,0.8); margin-top: -330px; z-index: 4; position: relative; }
.row-fluid .filter-dropdown-search .filter-dropdown { width:100%; float:left; }
.row-fluid .filter-dropdown-search .filter-dropdownwrap { width:100%; float:left; }
.row-fluid .filter-dropdown-search .dropdownwrap { width:100%; float:left; }
.row-fluid .filter-dropdown-search .dropdownwrap ul { width:100%; float:left; text-align:center; padding:0; margin:0; list-style:none; line-height:0; }
.row-fluid .filter-dropdown-search .dropdownwrap ul li { width:auto; float:none; display:inline-block; margin:0 15px; }
.row-fluid .filter-dropdown-search .dropdownwrap ul li a { width:auto; float:left; position:relative; font-size:16px; line-height:20px; color:#fff; font-weight:600; padding:0 8px; text-transform: uppercase; }
.row-fluid .filter-dropdown-search .dropdownwrap ul li a:after { position:relative; float: right;  margin-left: 10px; content:"\f0da"; left:0; top:0; font-family:'fontAwesome';  }
.row-fluid .filter-dropdown-search .dropdownwrap ul li a:hover, .row-fluid .filter-dropdown-search .dropdownwrap ul li a.active { color:#FCB414; }

.row-fluid .event-mainsec.resource-main-section { width:100%; float:left; margin-top: -200px; position: relative; z-index:1; }
.row-fluid .event-mainsec.resource-main-section .resource-box { width:100%; float:left; background:#F6F5F7; margin-bottom:70px; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-inner { width:100%; float:left; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-header { width:30%; float:left; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resourcebox_img { width:100%; float:left; height:400px; background-size:cover !important; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resourcebox_logo { width:100%; float:left; padding:30px; }

.row-fluid .event-mainsec.resource-main-section .resource-box .resources_body { width:70%; float:left; padding:35px 55px 50px; background:#F6F5F7; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resources_body h3 { width:100%; float:left; /*font-size:49px; line-height:54px;*/ letter-spacing: -1.1px; color:#1C305D; font-weight:300; font-family: 'Roboto', sans-serif; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc { width:100%; float:left; position:relative; margin:18px 0; padding-left:55px; } 
.row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc:before { position:absolute; content:""; left:0; top:0; background:#1C305D; border-left:8px solid #FCB414; width:40px; height:100%; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc h4 { font-size:31px; line-height:36px; font-weight:600; width:100%; float:left; text-transform:uppercase; font-family: 'arial', sans-serif; }
.row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc h5 { width:100%; float:left; /*font-size:25px; line-height:30px;*/ color:#1C305D; font-weight: 500; font-family: 'Roboto', sans-serif;  }
.row-fluid .event-mainsec.resource-main-section .resource-box .resourcesbox_text { width:100%; float:left; color:#89898A; font-size:19px; line-height:26px; }

.row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-body { background:#FCB414; margin-top:10px; text-align:center; min-width: 240px; font-size: 16px; text-transform:uppercase; color: #1C305D; font-family: 'arial', sans-serif; line-height: 24px;  font-weight: bold; padding: 12px 28px;  border-radius: 6px;  float: left; } 
.row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-body:hover { background:#1C305D; color:#fff; }

.row-fluid .event-loadmore.resou-button { width:100%; float:left; text-align:center; margin-bottom:70px; }
.row-fluid .event-loadmore.resou-button .show-more { background:#FCB414; display:inline-block;  text-align:center; min-width: 240px; font-size: 16px; text-transform:uppercase; color: #1C305D; font-family: 'arial', sans-serif; line-height: 24px;  font-weight: bold; padding: 12px 28px;  border-radius: 6px;  float: none;  }
.row-fluid .event-loadmore.resou-button .show-more:hover { background:#1C305D; color:#fff; }


/* Company Page */
.row-fluid .company-herosec { height:800px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; display:flex; align-items:center; -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 94%); clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%); } 
.row-fluid .company-herotextbox { background:#F6F5F7; }
.row-fluid .company-herotextbox .wrapper { width:1350px; padding:0 15px; max-width:100%; }
.row-fluid .company-herotextinner { background:#fff; font-size:22px; line-height:40px; color:#6B6B6B; float:left; width:100%; margin-top:-88px; position:relative; padding:70px 60px; box-shadow:0px 10px 15px 2px rgba(0,0,0,0.3); margin-bottom:-60px; z-index:1; }
.row-fluid .company-herotextinner p { padding-bottom:35px; }
.row-fluid .company-herotextinner h2 { text-align:center; /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; margin-bottom:42px; }
.row-fluid .company-herowrap { display:flex; align-items:center; }
.row-fluid .company-heroleft { float:left; width:67%; padding-right:110px; } 
.row-fluid .company-heroright { float:left; width:33%; font-size:16px; line-height:24px; color:#4C4C55; } 
.row-fluid .company-herorightcol { margin-bottom:40px; }
.row-fluid .company-herorightcol:last-child { margin-bottom:0; }
.row-fluid .company-herorightcol h3 { /*font-size:50px; line-height:60px;*/ color:#1C305D; font-weight:600; }

.row-fluid .leadership-section .section-title h2 { /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; margin-bottom:80px; }
.row-fluid .leadership-col { float:none; display:inline-block; vertical-align:top; margin:15px -2px; width:27%; padding:0 23px; }
.row-fluid .leadership-col .team-img { position:relative; height: 280px;overflow: hidden;  }
.row-fluid .leadership-col .team-img:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/team-overlay.png'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .leadership-col .team-img img { max-width:100%; object-fit:cover; position:relative; max-width: 100%; object-fit: cover;  position: relative;
    min-width: 100%; height: 100%;} 
.row-fluid .team-details { padding:10px 10px; font-size:20px; line-height:26px; color:#4C4C55; background:transparent; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .team-details h5 { font-size:20px; line-height:30px; color:#5CB5E6; font-weight:600; }

.row-fluid .team-details .person-position {font-size:18px; line-height:24px;}
.row-fluid .leadership-clickbox { cursor:pointer; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;;  border:1px solid #ddd; box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;}
/*.row-fluid .leadership-clickbox:hover { border-color:#1C305D; }
.row-fluid .leadership-clickbox:hover .team-details { color:#fff; background:#1C305D; }
.row-fluid .leadership-col:hover .team-img:before { opacity:0; }*/

.leadership-popup { display:none; padding:0 0 10px !important; border:2px solid #5CB5E6; }
.leader-popleft { float:left; width:45%; }
.leader-popright { }
.leader-popright h2 { color:#fff; /*font-size:55px; line-height:65px;*/ font-weight:600; margin-bottom:10px; } 
.leader-popnamebox { background:#1C305D; font-size:20px; line-height:26px; color:#5CB5E6; font-weight:400; text-align:left; position:relative; padding:5px 10px 12px; }
/*.leader-popnamebox:before { content:" "; position:absolute; display:block; width:60px; height:100%; bottom:0px; right:100%; background:#1C305D; transform-origin:bottom left; -ms-transform:skew(-20deg, 0deg); -webkit-transform:skew(-20deg, 0deg); transform:skew(-20deg, 0deg); }*/
.leader-bio { text-align:center; font-size:16px; line-height:26px; color:#4C4C55; font-weight:400; padding:30px 30px 30px 15px; }
.leader-bio p { padding-bottom:20px; }
.leader-bottombox { float:left; width:100%; display:flex; align-items:center; }
.leader-bothwrap { float:left; width:100%; }
.leader-popleft .leader-popimg {max-width: 250px; margin: 140px auto;}
.leader-bottomleft { float:left; width:55%; font-size:23px; line-height:30px; color:#fff; font-style:italic; background:#1C305D; position:relative; padding:15px 0; }
.leader-bottomleft:after { content:" "; position:absolute; display:block; width:60px; height:100%; top:0; right:0; background:#1C305D; transform-origin:bottom left; -ms-transform:skew(-15deg, 0deg); -webkit-transform:skew(-15deg, 0deg); transform:skew(-15deg, 0deg); }
.leader-bottomleft ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; display:flex; align-items:center; justify-content:center; } 
.leader-bottomleft ul span { letter-spacing:1px; display:inline-block; padding-right:10px; }
.leader-bottomleft ul li a { float:left; height:27px; width:27px; border-radius:4px; background:#FCB414; color:#1C305D; line-height:27px; font-size:20px; margin-left:10px; text-align:center; }
.leader-bottomleft ul li a:hover { background:#5CB5E6; color:#fff; }
.leader-bottomright { float:left; width:45%; text-align:center; }
.fancybox-slide--html .fancybox-close-small { background:#5CB5E6; height:auto; width:auto; }
.fancybox-slide--html .fancybox-close-small:before { content:" "; position:absolute; display:block; width:8px; height:100%; bottom:0px; right:100%; background:#5CB5E6; transform-origin:bottom left; -ms-transform:skew(-18deg, 0deg); -webkit-transform:skew(-18deg, 0deg); transform:skew(-18deg, 0deg); }
.fancybox-button svg { max-width:26px; }
.fancybox-button.fancybox-close-small:hover { background:#5CB5E6 !important; }
.fancybox-navigation .fancybox-button { height:50px !important; top:50% !important; width:34px !important; padding:0 !important; opacity:1 !important; background-color:transparent !important; visibility:visible !important; background-repeat:no-repeat !important; background-position:center center !important; }
.fancybox-navigation .fancybox-button svg { display:none; }
.fancybox-navigation .fancybox-button--arrow_left { background-image:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-left.png') !important; }
.fancybox-navigation .fancybox-button--arrow_right { background-image:url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/grey-right.png') !important; }
.fancybox-navigation .fancybox-button div { padding:0 !important; }

.row-fluid .career-oppsec { padding:70px 0 20px; }
.row-fluid .career-oppsec .wrapper { width:1540px; padding:0 15px; max-width:100%; }
.row-fluid .career-oppsec ul { float:left; width:100%; margin:0; padding:0; list-style-type:none; }
.row-fluid .career-opptitlesec h2 { /*font-size:55px; line-height:65px;*/ color:#1C305D; font-weight:300; }
.row-fluid .career-opptext { margin:40px 0; font-size:16px; line-height:26px; color:#4C4C55; }
.row-fluid .career-titleraw { background:#5CB5E6; font-size:15px; line-height:22px; color:#4C4C55; font-weight:600; padding:8px 0 6px; display:flex; align-items:center; justify-content:center; }
.row-fluid .career-titleraw ul li { float:left; width:16.66%; }
.row-fluid .career-titleraw ul li:first-child { width:18.6%; text-align:center; }
.row-fluid .career-titleraw ul li:nth-child(3) { width:16.5%; }
.row-fluid .career-titleraw ul li:nth-child(2) { width:23.4%; }
.row-fluid .career-titleraw ul li:nth-child(4) { width:11.1%; }
.row-fluid .career-titleraw ul li:nth-child(5) { width:10.5%; }
.row-fluid .career-titleraw ul li:last-child { width:19.9%; }

.row-fluid .career-boxcol { display:flex; align-items:center; justify-content:center; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .career-boxcol:nth-child(even) { background:#E9EEEE; }
.row-fluid .career-boxcol:hover { background:#DEECF9; }
.row-fluid .career-boxcol a { font-size:14px; line-height:18px; color:#4C4C55; padding:8px 0; }
.row-fluid .career-boxcol:hover a { color:#563E98; }
.row-fluid .career-boxcol ul { display:flex; align-items:center; }
.row-fluid .career-boxcol ul li { float:left; width:16.66%; padding-right:10px; }
.row-fluid .career-boxcol ul li:first-child { width:18.6%; text-align:center; }
.row-fluid .career-boxcol ul li:first-child span { float:none; display:inline-block; vertical-align:top;  max-width:100%; text-align:left; }
.row-fluid .career-boxcol ul li:nth-child(3) { width:16.5%%; }
.row-fluid .career-boxcol ul li:nth-child(2) { width:23.4%; }
.row-fluid .career-boxcol ul li:nth-child(4) { width:11.1%; }
.row-fluid .career-boxcol ul li:nth-child(5) { width:10.5%; }
.row-fluid .career-boxcol ul li:last-child { width:19.9%; }
.row-fluid .career-boxcol .footer-btn{display: none;}

/* Footer */
/*.row-fluid .footer { border-top:1px solid #7AA0BF; color:#fff; padding:80px 0 0; font-size:15px; line-height:20px; background:-webkit-linear-gradient(352deg, rgb(40, 51, 105) 0%, rgb(85, 62, 152) 100%); background: -o-linear-gradient(352deg, rgb(40, 51, 105) 0%, rgb(85, 62, 152) 100%); background: -ms-linear-gradient(352deg, rgb(40, 51, 105) 0%, rgb(85, 62, 152) 100%); background: -moz-linear-gradient(352deg, rgb(40, 51, 105) 0%, rgb(85, 62, 152) 100%); background: linear-gradient(98deg, rgb(40, 51, 105) 0%, rgb(85, 62, 152) 100%); }*/
.row-fluid .footer { border-top:1px solid #7AA0BF; color:#fff; padding:80px 0 0; font-size:15px; line-height:20px; background: #1C305D; }
.row-fluid .footer a { color:#fff; }
.row-fluid .footer a:hover { color:#5CB5E6; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:left; width:100%; }
.row-fluid .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a { padding:5px 0; }
.row-fluid .footerbox-title h6 { color:#5CB5E6; letter-spacing:0.5px; margin-bottom:8px; }
.row-fluid .footer-menu, .row-fluid .footer-address { margin:0; }
.row-fluid .footer p { padding-top:0; }
.row-fluid .footer p + p { padding-top:5px; }
.row-fluid .footer-raw { padding:0 35px; }
.row-fluid .footer-social-raw { padding-top:25px; border-bottom:1px solid #4D3C8E; padding-bottom:5px; display:flex; align-items:center; }
.row-fluid .footer-social { text-align:right; }
.row-fluid .footer-logo img { max-width:70px; }
.row-fluid .footer-social-raw .social { padding-left:15px; }
.row-fluid .footer-social-raw .social a { margin-left:15px; }
.row-fluid .footer-social-raw .social a img { max-width:22px; opacity:.6; }
.row-fluid .footer-social-raw .social a:hover img { opacity:1; }
.row-fluid .footer-social-raw .footer-logo, .row-fluid .footer-social-raw .social { float:none; display:inline-block; width:auto; vertical-align:middle; }
.row-fluid .copyright-section { padding:30px 35px; color:#6D6BB1; font-size:14px; line-height:18px; }
.row-fluid .copyright-section a { color:#6D6BB1; }
.row-fluid .copyright-section .privacy { text-align:right; }
.row-fluid .copyright-section .privacy a { padding-left:15px; }

.row-fluid .footerbox4-inner { margin-bottom:15px; }
.row-fluid .footer-acctitle { cursor:pointer; padding-left:15px; position:relative; }
.row-fluid .footer-acctitle:before { position:absolute; content:"+"; left:0; top:0; }
.row-fluid .footer-acctitle.active:before { content:"-"; font-size:30px; top:-1px; }
.row-fluid .footer-acctext { padding-left:15px; }

/* Keyframe Animation */
@-webkit-keyframes zooninput {0% { -webkit-transform: scale(1.1);transform: scale(1.1);} 50% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1.1);transform: scale(1.1);}}@keyframes pulsate-bck {0% {-webkit-transform: scale(1.1);transform: scale(1.1);}50% {-webkit-transform: scale(0.9);transform: scale(0.9);}100% {-webkit-transform: scale(1.1);transform: scale(1.1);}}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*.row-fluid .landing-header .top:after { content: ""; background: url(https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/Innovapptive_March2019%20Theme/Images/header.png) no-repeat center / cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; mix-blend-mode: multiply; }
.fixed  .row-fluid .landing-header .top:after { opacity: 0; } */

.herowithform_area { z-index: 1; width: 100%; float: left; padding: 120px 0 0; position: relative; background: #f7f7f7;}
.row-fluid .herowithform_area.none { padding-bottom:50px; }
.row-fluid .herowithform_area.none .landing-formimg { display:none; }
.herotitle h1 { color: #1C305D; font-size: 2.5rem; margin-bottom: 34px; font-weight: 700; }
.herotitle { line-height: 34px; }
.herocontent_forminner { background: #fff; padding: 25px 20px; text-align: center; border-radius: 4px;box-shadow: 0 .2rem 1rem rgba(0,0,0,0.10) !important; }
.herocontent_forminner > h3 { font-size: 30px; color: #1C305D;  text-transform: uppercase; position: relative; padding-bottom: 20px; margin-bottom: 15px; font-weight: 600; }
.herocontent_forminner > h3:before { content: ""; position: absolute; left: -20px; right: -20px; bottom: 0; height: 2px; background: #5CB5E6; }
.row-fluid .herocontent_form .hs-form fieldset .hs-form-field { width: 100%; padding: 0 0px 30px !important; }
.row-fluid .herocontent_form .hs-form fieldset .hs-form-field .input { margin: 0; }
.row-fluid .herocontent_form .hs-form fieldset .hs-form-field .hs-input { background: #f7f7f7; }
.row-fluid .herocontent_form .hs-form fieldset .hs-form-field ul.inputs-list.multi-container { text-align: left; color: #fff; padding-left: 38px; }
.row-fluid .herocontent_form .hs-custom-form .hs-form-field>label{display:none;}
.whitepapers-landing .herocontent_form .hs-custom-form .hs-form-field>label { text-align:left; display: block; margin-bottom: 5px;}
.herocontent_form .hs-custom-form .hs-form-field .input .hs-input { color: #000; border: 1px solid rgba(255,255,255,0.3); background: #f7f7f7; resize: none; height: 60px;  margin: 0; }
.row-fluid .herocontent_form input.hs-button{display:inline-block;width:auto;min-width:227px;border-radius:90px;height:54px;line-height:35px;text-transform:uppercase;padding:11px 18px; font-size: 1.25rem;}
.row-fluid .herocontent_form .hs-form fieldset .hs-form-field textarea.hs-input{height:120px;}
.row-fluid .herocontent_form p{margin:0;}
.bgimg img { display: none; }
.bgmain { background-repeat: no-repeat; background-position: center; background-size: cover; }
.row-fluid .border_btn a { display: inline-block; min-width: 200px; text-align: center; font-size: 14px; line-height: 17px; padding: 8px 15px 6px; font-family: 'Roboto', sans-serif; font-weight: 500; text-transform: uppercase; color: #5CB5E6; border: 1px solid #5CB5E6; border-radius: 3px; box-sizing: border-box !important; transition: all 400ms ease; }
.row-fluid .border_btn a:hover { background-color: #5CB5E6; color: #fff ; }
/* Header Section */
.error-page .row-fluid .top { background-color: #ffffff !important;}
/* Error Section */
.row-fluid .error-section { width: 100%; float: left; padding-top: 70px; background-color: #fff; }
.row-fluid .error-section > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.row-fluid .error-section .error-left { width: 50%; float: left; background-position: top right; }
.row-fluid .error-section .error-right { width: 50%; float: left; margin: 0; padding-right: 30px; text-align: center; padding-top: 140px; padding-bottom:246px; }
.row-fluid .error-section .error-right .error-title img { max-width: 421px; width: 100% !important; height: auto; }
.row-fluid .error-section .error-right .error-para { padding-top: 22px; }
.row-fluid .error-section .error-right .error-para p{ font-size: 31px; line-height: 45px; font-weight: 300; color: #5CB5E6; font-family: 'Poppins', sans-serif, sans-serif; }
.row-fluid .error-section .error-right .error-para p a { text-decoration: underline; color: #1985B4; }
.row-fluid .error-section .error-right .error-para h2 { color: #1C305D; font-weight: 600; padding-top: 13px; }
.row-fluid .error-section .error-right .button-group { text-align: center; padding-top: 63px; }
.row-fluid .error-section .error-right .button-group .border_btn { display: inline-block; margin: 0; width: auto; float: none; }
.row-fluid .error-section .error-right .button-group .or-txt { display: inline-block; width: auto; margin: 0; float: none; font-size: 31px; line-height: 33px; color: #5CB5E6; font-family: 'Poppins', sans-serif, sans-serif; padding: 0 30px; vertical-align: middle; }

/*  */
.videonewhero-text { font-size: 30px; color: #fff; font-weight: 300; line-height: 46px; margin-bottom: 32px; }
.herocontent_form.herocontent_form-sec { padding: 0; width: 100%;  overflow: hidden; border-top: 2px solid #EBEBEB; }
.herocontent_form-sec .herocontent_forminner h3 { /*font-size: 30px;*/ color: #FCB515; /*line-height: 48px;*/ text-transform: uppercase; position: relative; padding-bottom: 20px; margin-bottom: 35px; }
.herocontent_form-sec .herocontent_forminner h3:before { content: ""; position: absolute;  left: -100%; right: -100%; bottom: 0; height: 2px; background: #5CB5E6; }

.herocontent_form-sec.herocontent_form .hs-form fieldset.form-columns-2 .hs-form-field { width: 50% !important; float: left; }
.herocontent_form-sec.herocontent_form .hs-form fieldset .hs-form-field { padding: 0 15px 30px !important; }
.herocontent_form-sec.herocontent_form form { width: 100%; max-width: 1080px; margin: auto; }
.herocontent_form-sec.herocontent_form .hs-form fieldset ul.inputs-list li { float: none; display: inline-block; padding: 0 20px; }
.herocontent_form-sec.herocontent_form .hs-form fieldset ul.inputs-list { text-align: center !important; padding: 0 !important; }
.row-fluid .herocontent_form-sec .inputs-list input[type="checkbox"] + span { padding-left: 10px;color: #000; }

.row-fluid .cta-platformsec { padding-top:0 !important; }  
.row-fluid .subpage-ctastripsec { margin-top:130px; }

.load-more-wrapper {  text-align: center; margin-bottom: 70px; }
.row-fluid .post-listing { padding-bottom: 110px; }
.heroiframe-popup iframe { height: 600px; width: 1090px; }

/*------*/
.row-fluid .search_box_wrapper { width:100%; float:left; text-align:center; }
.row-fluid .search_box_wrapper { padding:10px 0 40px; }
.row-fluid .search_box_wrapper input.quicksearch { -webkit-box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); padding-right: 40px; border: 0; background-image: url('https://4483341.fs1.hubspotusercontent-na1.net/hubfs/4483341/search-btn.png'); background-position: -webkit-calc(100% - 15px) center; background-position: -moz-calc(100% - 15px) center; background-position: calc(100% - 15px) center; background-repeat: no-repeat; max-width: 350px; }






/* Media Query Start */
@media (min-width:1700px){
    .row-fluid .error-section .error-right { padding-right: calc((100% - 1700px) / 2); }
}

@media (min-width:1500px){
  .row-fluid .large-wrapper .wrapper { width:1410px; }
  
  .row-fluid .tech-featuresec .wrapper { width:1430px; }
  
  .row-fluid .social_icons label.share-label { position:absolute; right:-18px; top:50%; -webkit-transform: translateY(-50%) rotate(270deg);
    -moz-transform: translateY(-50%) rotate(270deg);
    -o-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);; display:block; }
  
}

@media (min-width:1300px){
    .row-fluid .post-listing .blog-item .inner .blog-contain h3 { min-height:115px; }

    .row-fluid .image-txtwrap .tech-featuresec .fiftytextimg_cover .fiftytextimg_left { font-size:20px; line-height:27px; }

    .row-fluid .top .logo img { max-width:90%; }  

    /*   .row-fluid .industry-titlesec h2 { font-size:55px; line-height:65px; }
    .row-fluid .small-herosec .smallhero-textbox h2 { font-size:55px; line-height:65px; } */

    /*   .herotitle h2 { font-size:49px; line-height:56px; } */
    /*   .herotitle h3 { font-size:49px; line-height:56px; } */
}

@media (min-width:1601px){
  .row-fluid .cta-platformimg { width:45%; -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    transform: skew(-16deg);; position:relative; overflow:hidden; border-right:2px solid #fff; margin:-10px 0; }
  .row-fluid .cta-platformimgage { -webkit-transform: skew(16deg);
    -moz-transform: skew(16deg);
    -o-transform: skew(16deg);
    -ms-transform: skew(16deg);
    transform: skew(16deg);;  width:calc(100% + 150px); margin-left:50px; }
  .row-fluid .cta-platformtext { width:calc(55% + 50px); margin-left:-70px; padding:45px 65px 45px 150px; }
}

@media (min-width: 1601px) and (max-width: 1700px){
  .row-fluid .top .wrapper { padding:0 15px; }  
  
}

@media(max-width:1430px){
/* Error Section */
  .row-fluid .error-section .error-right .error-title img { max-width: 390px; }
  .row-fluid .error-section .error-right {padding-bottom: 150px;}
  .row-fluid .error-section .error-right .error-para p { font-size: 24px; line-height: 36px; }
  .row-fluid .error-section .error-right .error-para h2 { font-size: 55px; line-height: 68px; }
  .row-fluid .error-section .error-right .button-group { padding-top: 50px; }
}

@media (min-width: 1401px) and (max-width:1600px){
  .row-fluid .product-featuresec { margin-bottom:300px; }
  .row-fluid .scrolling-slidercol:before { width:200px; }
  
  .row-fluid .product-imgwrap .slick-arrow.slick-next { left:100%; }
  .row-fluid .product-imgwrap .slick-arrow.slick-prev { right:105%; }
}

@media (min-width: 1201px) and (max-width:1400px){
  .row-fluid .wrapper { padding:0 15px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > ul { left:-150px !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul { left:-40px !important; }
  /* Interior Page */ 
  .row-fluid .int-tableft { width:45%; }
  .row-fluid .int-tabright { width:55%; height:400px; left:0; }
  
  /* Blog Page */
  .row-fluid .blog_innerhero .blog_heroinner { padding:270px 40px 150px; }
  .row-fluid .blog_innerhero .blog_heroinner h1 { font-size:60px; line-height:70px; }
  
  .row-fluid .textvideo_section.img-left .textvideo_left { padding:0 30px; }
  .row-fluid .tab-menubox ul li a label { font-size:20px; }
  .row-fluid .textvideo_section .wrapper { max-width:100%; }
}

@media (min-width: 1201px) and (max-width: 1600px){
  .row-fluid .top .wrapper { padding:0 15px;width:1200px } 
  /* Sub Page 1 */
  .row-fluid .image-framebox { left:0; padding-left:50px; } 
  .row-fluid .image-framesec:after { display:none; }
  
  .row-fluid .image-frametext { padding-right:50px; }
  .row-fluid .image-frame1 { top:-70px; right:70px; height:292px; width:353px; }
  .row-fluid .image-frame2 { top:90px; left:0; width:370px; height:240px; }
  .row-fluid .image-frame3 { top:100px; right:-50px; width:420px; height:320px; }
  
  .row-fluid .fiftytextimg_module .share-pagebtn { margin-top:5px; }
  
  .slick-arrow.slick-next { left:96%; }
  .slick-arrow.slick-prev { right:99%; }
  .row-fluid .state-counterwrap { margin:0; }
  
  /* Events Page */
/*   .resource-main-section.event-mainsec .resource-box .resources_body h3 { font-size: 40px;line-height: 50px; } */
  
  .row-fluid .cta-platformraw { margin:120px 0 50px; }
}

@media (max-width: 1199px){
  .herowithform_area { padding-top: 230px; }
  .herowithform-left { padding-right: 56px; }
  .herotitle h1 { /*font-size: 50px; line-height: normal;*/ margin-bottom: 26px; }
  .herocontent_form { padding-left: 0; }
  .row-fluid .herocontent_form .hs-form fieldset .hs-form-field ul.inputs-list.multi-container {  padding-left: 24px; }
  .herocontent_forminner > h3 { font-size: 24px; }
  
  .row-fluid .error-section .error-right { padding-right: calc((100% - 920px) / 2); }  
  .row-fluid .error-section { padding-top: 50px; }
  .row-fluid .error-section .error-right { padding-top: 70px; padding-bottom: 70px; }
  .row-fluid .error-section .error-right .error-title img { max-width: 260px; }
  .row-fluid .error-section .error-right .error-para { padding-top: 15px; }
  .row-fluid .error-section .error-right .error-para p { font-size: 22px; line-height: 32px; }
  .row-fluid .error-section .error-right .error-para h2 { font-size: 45px; line-height: 55px; padding-top: 10px; }
  .row-fluid .error-section .error-right .button-group { padding-top: 30px; }
  .row-fluid .error-section .error-right .button-group .border_btn { display: block; }
  .row-fluid .error-section .error-right .button-group .or-txt { font-size: 25px; }   
  
}

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

  .row-fluid .wrapper {  width:920px; }
  /* Homepage */
  .row-fluid .top .wrapper { display:inline-block; }
  .row-fluid .logo { width:100%; float:left; text-align:center; }
  .row-fluid .logo img { float:none; display:inline-block; vertical-align:top; max-width:400px; }
  .row-fluid .top-right { width:100%; float:left; text-align:center; margin-top:15px; margin-left:0; }
  .row-fluid .top .btn-style a, .row-fluid .top a.btn-style { font-size:12px; }  
  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > ul { left:-100px !important; }
  
  /* Sub Page 1 */
  .row-fluid .inner-herosec .wrapper { width:920px; }
  .row-fluid .cta-platformtext { padding:49px 20px; }
  .row-fluid .cta-platfromtext { margin:15px 0 27px; }
/*   .row-fluid .cta-platfromtitle h4 { font-size:24px; } */
  
  .row-fluid .image-frame1 { top:-70px; right:70px; height:292px; width:353px; }
  .row-fluid .image-frame2 { top:90px; left:0; width:370px; height:240px; }
  .row-fluid .image-frame3 { top:100px; right:-80px; width:420px; height:320px; }
  
  .slick-arrow.slick-next { left:96%; }
  .slick-arrow.slick-prev { right:100%; }
  
  /* Resource Page */
  .row-fluid .resource-selectsec .wrapper { width:920px; }
  .row-fluid .resource-selectinner { padding:30px 15px; }
  .row-fluid .resource-selectinner .filterbox { padding-left:10px; }
  .row-fluid .resource-selectinner .filterbox span.select-click { font-size:12px; }  
  .row-fluid .resource-selectinner .filterbox ul li a { font-size:12px; }
  
  .row-fluid .resource-itemsec .single-box { width:33.33%; } 
  
  /* Thank You Page */
  .row-fluid .thanku-resourcebox, .row-fluid .thanku-resourceraw.col3 .thanku-resourcebox, .row-fluid .thanku-resourceraw.col2 .thanku-resourcebox { width:33.33%; } 
  
  /* Contact Us Page */
  .row-fluid .contact-herosec { padding:220px 0 160px; }
  .row-fluid .contact-herosec h1 { /*font-size:50px; line-height:60px;*/ margin-bottom:40px; }  
  .row-fluid .contact-herosec:before { width:80%; }
  
  /* Customer Page */
  .row-fluid .client-box { width:33.33%; }
  
  /* Events Page */
  .row-fluid .event-mainsec.filter-dropdown-search .dropdownwrap ul li { margin:0 4px; }
/*   .row-fluid .resource-main-section .resource-box .resources_body h3 { font-size: 36px; } */
  
  /* Company Page */
  .leadership-popup { max-width:920px !important; }
  
  .row-fluid .textvideo_section .textvideo_box { height:260px; }
}

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

  .row-fluid .wrapper {  width:720px; }
  body.fixed .row-fluid .top { padding-left:10px; padding-right:10px; }
  
  .row-fluid .device-imagebox { width:40%; }
  .row-fluid .device-rightbox { width:60%; }
  .row-fluid .subpage-ctastripsec { margin-top:0; }
  /* Sub Page 1 */
  .row-fluid .inner-herosec { padding:180px 0 150px; }
  .row-fluid .inner-herosec .wrapper { width:740px; }
  .row-fluid .cta-platformtext { padding:20px 20px; width:55%; }
  .row-fluid .cta-platfromtext { margin:15px 0 27px; }
  .row-fluid .cta-platformimg { width:45%; }
  
  .row-fluid .image-frametext { width:100%; }
  .row-fluid .image-framebox { width:100%; min-height:550px; }
  .row-fluid .image-frame1 { top:-20px; right:150px; }
  .row-fluid .image-frame2 { top:90px; left:60px; }
  .row-fluid .image-frame3 { top:100px; right:-30px; }
  
  /* Resources Page */
  .row-fluid .resource-herosec br { display:none; }
  .row-fluid .resource-selectsec .wrapper { width:720px; }
  .row-fluid .resource-selectinner { padding:30px 15px; }
  .row-fluid .resource-selectinner .filterbox { padding-left:10px; }
  .row-fluid .resource-selectinner .filterbox span.select-click { font-size:12px; }  
  .row-fluid .resource-selectinner .filterbox ul li a { font-size:12px; }
  
  .row-fluid .resource-itemsec .single-box { width:50%; }
  
  /* Thank You Page */
  .row-fluid .thanku-resourcebox, .row-fluid .thanku-resourceraw.col3 .thanku-resourcebox, .row-fluid .thanku-resourceraw.col2 .thanku-resourcebox { width:50%; }
  
  /* Contact Us Page */
  .row-fluid .contact-herosec { text-align:center; }
  .row-fluid .contact-herosec:before { width:100%; transform:none; opacity:0.8; }
  .row-fluid .contact-herosec h1 { /*font-size:45px; line-height:52px;*/ margin-bottom:30px; }
  
  /* Customer Page */
  .row-fluid .client-box { width:50%; }
  
  /* Company Page */
  .row-fluid .leadership-col { width:50%; }
  
  /* Events Page */
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_body { width:60%; padding:35px 40px 40px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-header { width:40%; }
/*   .row-fluid .event-mainsec.resource-main-section .resource-box .resources_body h3 { font-size: 38px;line-height: 48px; } */
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc h4 { font-size: 26px;   line-height: 32px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resourcesbox_text {  font-size: 18px; }
  
  .row-fluid .int-tabsec { padding-bottom:0 !important; }
  
}

@media (min-width: 768px) and (max-width: 1200px){
    
  h1 { font-size:45px; line-height:55px; }
  h2 { font-size:40px; line-height:50px; }
  h3 { font-size:28px; line-height:32px; }
  h4 { font-size:22px; line-height:26px; }
  h5 { font-size:18px; line-height:22px; }
  h6 { font-size:16px; line-height:20px; }
  
  body { font-size:16px; line-height:24px; }
  /* Homepage */
  body .row-fluid .top { padding:15px; }
  
  .row-fluid .column-image-sec { padding:80px 0; }
  .row-fluid .column-image-row { margin:0 -15px; }
  .row-fluid .column-image-box { padding:0 15px; }
  .row-fluid .column-image-box .title h5 { font-size:20px; line-height:28px; margin-bottom:15px; }
  
  .row-fluid .device-section { padding:80px 0; }
  .row-fluid .device-rightbox h3 { font-size:26px; line-height:30px; }
  .row-fluid .device-subtext { font-size:20px; line-height:26px; }
  
  .row-fluid .scrolling-slidercol:before { width:230px; }
  
  .row-fluid .testimonial-sliderwrap { padding:0 0 80px 0; }
  .row-fluid .testimonial-bio { font-size:18px; line-height:26px; }
  
  .row-fluid .industry-col { padding:0 15px; margin-bottom:30px; }
/*   .row-fluid .industry-title h4 { font-size:24px; line-height:30px; } */
  .row-fluid .industry-title span { width:70%; }
  .row-fluid .industry-raw.column4 .industry-col { width:33.33%; }
  
  .row-fluid .cta-stripsec h2 span { font-size:30px; line-height:36px; }
  .herotitle h3, .herotitle h2 { font-size:24px; line-height:30px; }
  
  /* Sub Page 1 */
  .row-fluid .inner-herotext_box { padding:50px 20px; }
  .row-fluid .inner-herotext_box h1 { font-size:45px; line-height:50px; } 
  
  .row-fluid .icongrid_boxinnercol { padding:30px 10px 30px; }
  .row-fluid .icongrid_text h5 { font-size:18px; line-height:24px; }  
  
  .row-fluid .image-frametext { padding:80px 20px 50px 0; }
  .row-fluid .image-framebox { left:0; } 
  .row-fluid .image-framesec:after { display:none; }
  
  .row-fluid .fiftytextimg_module { padding:70px 0; }
  .row-fluid .fiftytext_title h2 { font-size:28px; line-height:38px; }
  .row-fluid .fiftytextimg_left { font-size:15px; line-height:30px; }
  .row-fluid .fiftytext_title { margin:0; }
  .row-fluid .fiftytextimg_module .share-pagebtn a.border-btn, .row-fluid .fiftytextimg_module .border-btn a { font-size:14px; margin:0; }
  .row-fluid .fiftytextimg_cover.image_left .fiftytextimg_left { padding-right:0; padding-bottom:20px; }
  
  /* Interior Page */ 
/*   .row-fluid .inner-herosec2.videonewhero_area h1 { font-size:60px; line-height:65px; }
  .row-fluid .inner-herosec2.videonewhero_area h1 span { font-size:45px; line-height:50px; } */
  
  .row-fluid .int-featuresec { padding:0; font-size:18px; line-height:30px; }
  .row-fluid .int-featuresec .int-featuretitlesec h2 { font-size:40px; line-height:45px; }
  .row-fluid .int-feature_lightboxraw { margin:25px -15px 0; }
  .row-fluid .int-featurebox { padding:20px 15px; }
  
  .row-fluid .parallax-section { padding-top:270px; }
  .row-fluid .parallax-mobileimg img { max-width:300px; }
  
  .row-fluid .tab-menubox ul li a label { padding:0; }
  .row-fluid .tab-menubox ul li a img { display:none; }
  .row-fluid .tab-menubox ul li a { font-size:20px; line-height:26px; text-align:center; }
  .row-fluid .tab-content { margin-top:70px; }
  .row-fluid .int-tabright { height:320px; }
  .row-fluid .int-tableft { width:50%; }
  .row-fluid .int-tabright { width:50%; height:320px; left:50px; }
  .row-fluid .int-tableft h3 { font-size:24px; line-height:30px; margin-bottom:15px; }  
  
  .row-fluid .product-featuretitlesec { font-size:20px; line-height:30px; }
  .row-fluid .product-featuresec { height:auto; margin-bottom:100px; }
  .row-fluid .product-featuretitlesec h2 { font-size:40px; line-height:46px; }
  .row-fluid .product-featuretitlesec br { display:none; }
  
  .row-fluid .textvideo_section { padding-bottom:0; }
  .row-fluid .textvideo_section .textvideo_left { font-size:18px; line-height:26px; }
  .row-fluid .textvideo_section .textvideo_left h3 { font-size:28px; line-height:34px; }
  .row-fluid .textvideo_section.img-left .textvideo_left { padding-left:30px; }
  
  /* Interior Page 2 */
  .row-fluid .state-counterwrap { width:100%; margin:0; } 
  .row-fluid .state-countercol { padding:0 15px; }
  .row-fluid .state-counternum { font-size:34px; line-height:40px; } 
  
  .row-fluid .banner-ctasec { padding:150px 0; }
  .row-fluid .banner-ctasec h2 { font-size:44px; line-height:50px; }
  .row-fluid .banner-ctasec h2 span { font-size:34px; line-height:40px; }
  .row-fluid .small-herosec .smallhero-textbox { display:inline-block; }
  
  /* Blog Page */
  .row-fluid .blog_hero .blog_heroinner h1 { /*font-size:44px; line-height:54px;*/ padding-bottom:20px; }
  .row-fluid .blog_hero .subpage_text { font-size:20px; line-height:28px; }
  .row-fluid .blog-sortingsec .block h3 { font-size:14px; padding-right:10px; }
  .row-fluid .blog-sortingsec ul li a { padding:15px 5px; font-size:13px; }
  
  .row-fluid .full-width-blog .blog-item-featured .blog-contain { padding:30px 15px; font-size:16px; line-height:24px; }
  .row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 { font-size:26px; line-height:36px; }
 /* .row-fluid .post-listing .blog-item { width:50%; }*/
  .row-fluid .recentblog_section .slick-arrow { display:none !important; }  
  
  .row-fluid .recentblog_section .recentblog_item .post-title { align-items:inherit; }
  .row-fluid .recentblog_section .recentblog_item .post-title a { font-size:18px; line-height:24px; } 
  
  /* Author Page */
  .row-fluid .hs-author-profileinner { font-size:18px; line-height:26px; }
  .row-fluid .hs-author-profileinner .span10 { padding-left:15px; }
  
  /* Resource Page */
  .row-fluid .resource-itemsec { padding:70px 0 60px; }
    
  /* Race Technology Page */
  .row-fluid .tech-featuresec { padding:0 0 70px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover.image_left .fiftytextimg_left { padding-left:50px; font-size:15px; line-height:28px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover .fiftytextimg_left .fiftytext_title h3 { font-size:26px; line-height:32px; margin-bottom:15px; }  
  .row-fluid .tech-featuresec .fiftytextimg_right { height:600px; }
  .row-fluid .tech-featuresec .fiftytextimg_right .img-tribox { width:280px; }
  .row-fluid .tech-featuresec .fiftytextimg_right .img-tribox img { max-width:120px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover.image_right .fiftytextimg_left { padding-right:50px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover h4 { font-size:22px; line-height:28px; }
  
  /* Thank You Page */
  .row-fluid .videonewhero_area br { display:none; }
  
  .row-fluid .thanku-resourcesec h2 { font-size:36px; line-height:46px; } 
  
  /* Contact Us Page */
  .row-fluid .ofc-locationleft { width:50%; padding-right:25px; }
  .row-fluid .address-col { font-size:16px; }
  .row-fluid .address-col h3 { font-size:24px; line-height:34px; }
  .row-fluid .address-col h4 { font-size:20px; line-height:30px; }
  .row-fluid .ofc-locationright { width:48%; }
  .row-fluid .ofc-locationleft h2 { font-size:38px; line-height:46px; }  
  .row-fluid .address-col { padding:20px 0; }
  
  .row-fluid .ofc-locationright h3:not(.form-title) { font-size:26px; line-height:36px; }
  .row-fluid .ofc-locationright form { padding:30px 0; } 
  
  .row-fluid .contact-hqleft { padding-right:30px; }
  .row-fluid .contact-hqleft br { display:none; }
  .row-fluid .contact-hqleft h2 { font-size:40px; line-height:50px; margin-bottom:10px; }
  .row-fluid .contact-hqright { height:450px; }
  
  /* Customer Page */
  .row-fluid .client-section h2.section-title { font-size:46px; line-height:54px; }
  
  .row-fluid .customernewhero_inner { width:calc(100% - 50px); padding:30px 15px; margin:-150px auto 50px; }
/*   .row-fluid .customernewhero_inner h1 { font-size:34px; line-height:40px; }   */
  .row-fluid .customernewhero_inner h3 { font-size:30px; line-height:34px; }  
  
  /* Solutions Page */
  .row-fluid .solution-herotextbox { padding:30px 15px; font-size:18px; line-height:28px; }
  .row-fluid .solution-herotext { padding-bottom:30px; }
  .row-fluid .solution-herotextbox h2 { font-size:38px; line-height:48px; margin-bottom:10px; } 
  .row-fluid .solution-herotextbox p { padding-bottom:30px; }
  
  .row-fluid .solution-herotextbox .video-title { display:inline-block; }
  .row-fluid .solution-herotextbox .video-title h5 { font-size:22px; line-height:30px; display:inline-block; }
  
  .row-fluid .solution-countersec .state-counternum { font-size:50px; line-height:60px; }
  .row-fluid .solution-countersec .state-countertitle { font-size:22px; line-height:30px; }
  .row-fluid .scrolling-padding { padding:50px 0 80px; float:left; width:100%; }
  
  /* Company Page */
  .row-fluid .company-herotextinner { padding:50px 25px; font-size:18px; line-height:26px; }
  .row-fluid .company-herotextinner h2 { font-size:40px; line-height:50px; }
  .row-fluid .company-heroleft { width:65%; padding-right:50px; }
  .row-fluid .company-heroright { width:35%; }
  .row-fluid .company-herorightcol h3 { font-size:30px; line-height:40px; }
  .row-fluid .company-herorightcol { margin-bottom:15px; }
  
  .row-fluid .leadership-section .section-title h2 { font-size:40px; line-height:50px; margin-bottom:20px; }
  .row-fluid .career-opptext br { display:none; }
  .row-fluid .career-titleraw { line-height:19px; }
  
  .leader-popnamebox { font-size:18px; line-height:24px; }
  .leader-popright h2 { font-size:30px; line-height:40px; margin:0; }
  .leader-bio { padding:20px 15px 30px 15px; }
  .leader-bottomright img { max-width:250px; float:none; display:inline-block; vertical-align:top; }
  
  .row-fluid .filter-dropdown-search .dropdownwrap ul li { margin:0; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li a { font-size:13px; }
    
  .heroiframe-popup iframe { height: 360px; width: 640px; }
    
  
}

@media (min-width:768px){
  .row-fluid .tab-content { padding:0 15px; }  
  .row-fluid .state-counterwrap.column3 .state-countercol { width:33.33%; }
  .row-fluid .state-counterwrap.column4 .state-countercol { width:25%; }
  .row-fluid .state-counterwrap.column5 .state-countercol { width:20%; }
}

@media (min-width: 992px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .mainmenu ul > li > ul { width:auto; min-width:360px; background:#fff; padding:10px 15px; text-align:left; box-shadow: 0 .2rem 1rem rgba(0,0,0,0.10) !important; border-radius: 4px;}
  .row-fluid .mainmenu ul > li > ul > li { border-bottom:2px solid #f7f7f7; }
  .row-fluid .mainmenu ul > li > ul > li:last-child { border:0; }
  .row-fluid .mainmenu ul > li > ul > li > a { color:#1c305d; font-size:1rem; font-weight:400; text-transform:none; padding:10px 0; line-height:22px; white-space:normal !important; font-family:'Poppins', sans-serif; }
  .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#5CB5E6; }
  
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children::after {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  border-style: solid;
  border-color: #1c305d;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  top: 22px;
right: 3px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover::after{  border-color:#FCB414; }

  
  .row-fluid .icongrid_cover.two_column .icongrid_box { width:50%; }
  .row-fluid .icongrid_cover.four_column .icongrid_box { width:25%; }
    
  /* Resource Page */
  .row-fluid .resource-herosec { -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); -moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 93%); }
    
}

@media (max-width: 991px){
  .row-fluid .top { padding:10px 0; }   
  .row-fluid .top .logo img { max-width:200px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; line-height:25px; padding:10px 15px; color: #1c305d; }
  .row-fluid .top-cta { margin:0; float:left; width:100%; } 
  .row-fluid .top-cta a { font-size:14px; line-height:25px; padding:10px 15px; color:#fff; border-radius:0; width:100%; text-transform:none; border-top: 1px dotted rgba(255, 255, 255, .35); }

  
  /**/
  .herowithform_area { padding-top: 139px; }
/*   .herotitle h1 { font-size: 44px; line-height: 58px; } */
  .herotitle { font-size: 16px; line-height: 26px; }
  .herowithform-left { padding-right: 45px; width: 55%; }
  .herocontent_forminner { padding: 27px 20px; }
  .herocontent_form { width: 44%; float: right; }
/*   .herotitle h1 { font-size: 30px; line-height: 40px; } */
  .herocontent_forminner > h3 { font-size: 22px; }
  .row-fluid .herocontent_form .hs-form fieldset .hs-form-field .hs-input { height: 50px; }
  .row-fluid .herocontent_form input.hs-button { font-size: 20px; min-width: 150px; height: 40px; line-height: 40px; padding: 0; }
  
  .row-fluid .error-section .error-right { padding-right: calc((100% - 720px) / 2); } 
  .row-fluid .error-section { padding-top: 30px; }
  .row-fluid .error-section .error-right { padding-top: 50px; padding-bottom: 50px; }
  .row-fluid .error-section .error-right .error-title img { max-width: 200px; }
  .row-fluid .error-section .error-right .error-para p { font-size: 20px; line-height: 30px; padding: 6px 0; }
  .row-fluid .error-section .error-right .error-para h2 { font-size: 35px; line-height: 45px; padding-top: 8px; }
  .row-fluid .error-section .error-right .button-group .or-txt { font-size: 22px; line-height: 30px; padding:0px; }
  
/*    */
  .row-fluid .int-tabsec { padding: 30px 0 90px; }
  
  /* Interior Page 2 */
  .row-fluid .int2-tabsec .int-tableft { width:100%; height:auto !important; }
  .row-fluid .int2-tabsec .int-tabrightwrap { width:100%; height:auto !important; }
  .row-fluid .int2-tabsec .int-tabrightwrap:before { display:none; }
  .row-fluid .int2-tabsec .int-tabright { clip-path:none; height:250px; }
  .row-fluid .int2-tabsec .leftinner { padding-top:30px; }
  .row-fluid .margin-top90 { margin-top:50px; } 
  .row-fluid .int2-tabsec .int-tableft h3 { margin:0; }
  
  .row-fluid .multimedia-wrap { padding:0; }
  .row-fluid .multimedia-textbox { width:100%; height:auto !important; }
  .row-fluid .multimedia-imgvidbox { width:100%; height:250px !important; }
  .row-fluid .multimedia-textinner { padding:30px 15px; }
  .row-fluid .multimedia-textinner h3 { font-size:24px; line-height:30px; }
  .row-fluid .multimedia-slidersec .slick-arrow { display:none !important; } 
  
    .fancybox-navigation { display:none !important; }

    .row-fluid .solution-videobox .vidyard-player-container { max-width: 600px; }

    .heroiframe-popup iframe { height: 360px; width: 640px; }
    
    
  
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
  body { font-size:16px; line-height:24px; }
  .row-fluid .wrapper { width:100%; padding:0 15px; }
    
  /* Homepage */
  .row-fluid .videonewhero_area { height:auto; padding:150px 0 100px; }
  .row-fluid .herovdbtn img { max-width:50px; }
/*   .row-fluid .videonewhero_area h1 span { font-size:36px; line-height:46px; }  */
  .row-fluid .videonewhero-text { font-size:22px; line-height:32px; }
  .row-fluid .videonewhero_area .videonewhero_video video { min-height:100%; object-fit:cover; }
    
  .row-fluid .column-image-sec { padding:60px 0; }
  .row-fluid .column-image-row { float:left; width:100%; margin:0; text-align:left; }
  .row-fluid .column-image-row.column4 .column-image-box { width:100%; }
  .row-fluid .column-image-row .column-image-box { width:100%; height:auto !important; padding:0 0 30px; margin:0; max-width:100%; }
  .row-fluid .column-image-row .column-image-box:last-child { padding:0; }
  .row-fluid .column-image-box .title h5 { margin-bottom:10px; font-size:22px; line-height:30px; }
  .row-fluid .column-image-row .border-btn { text-align:center; }
  
  .row-fluid .home-case_sec { padding:50px 0; clip-path:inherit; } 
  .row-fluid .home-case_wrap .case_col1 { width:100%; padding:0 0 30px; }
  .row-fluid .home-case_wrap .case_col2 { padding-bottom:30px; width:50%; padding-right:5px; }
  .row-fluid .home-case_wrap .case_col3 { width:50%; padding-left:5px; }
  .row-fluid .case_col2 .home-case_img, .row-fluid .case_col3 .home-case_img { height:300px; }
  .row-fluid .case_col2 .homecase-contentbox, .row-fluid .case_col3 .homecase-contentbox { padding:10px 10px 20px; font-size:14px; line-height:20px; }
  .row-fluid .homecase-contentbox .case-btnlink { padding:6px 20px; font-size:14px; line-height:20px; }
  .row-fluid .home-case_img { height:250px; width:100%; float:left; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
  .row-fluid .homecase-contentbox .btn { text-align:center; }
  .row-fluid .home-case_wrap .case_col1 .home-case_img { height:250px; }
  
  .row-fluid .device-section { padding:60px 0; }
  .row-fluid .device-imagebox { width:100%; padding:0; text-align:center; } 
  .row-fluid .device-rightbox { width:100%; padding:30px 0 0; }
  .row-fluid .device-rightbox h3 { font-size:20px; line-height:24px; }
  .row-fluid .device-rightbox h3:before, .row-fluid .device-rightbox h3:after { display:none; }
  .row-fluid .device-subtext { margin:15px 0; font-size:17px; line-height:23px; }
  .row-fluid .device-col .device-icontext { font-size:14px; line-height:20px; padding-left:20px; max-width:100%; }
  .row-fluid .device-imagebox img { max-width:150px; }
  
  .row-fluid .scrolling-sliderwrap .slick-slide { padding:0 10px; }
  .row-fluid .scrolling-slidercol:before { width:200px; }
    
  .row-fluid .testimonial-sliderwrap { padding:20px 0 60px 0; }
  .row-fluid .testimonial-sliderleft { width:100%; padding-right:0; }
  .row-fluid .testimonial-sliderright { width:100%; padding-left:0; }
  .row-fluid .testimonial-bio { font-size:18px; line-height:26px; padding:80px 0 30px; }
  
  .row-fluid .industry-wrap { padding:0 0 50px; }
  .row-fluid .industry-titlesec { padding-bottom:40px; }
  .row-fluid .industry-col { padding:0; margin:0 0 30px; width:100%; }
  .row-fluid .industry-col:last-child { margin:0; }
  .row-fluid .industry-title h4 { width:100%; left:0; }
  .row-fluid .industry-raw.column4 .industry-col { width:100%; }
  .row-fluid .industry-img .industry-title { bottom:auto; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; padding:0; }  
  .row-fluid .industry-img .industry-title h4 { background:#1C305D; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
  .row-fluid .industry-img .industry-title span { opacity:1; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; visibility:visible; }
  .row-fluid .industry-img:before { opacity:0.8; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
    
  .row-fluid .testimonial-slidercol .testimonial-sliderright { margin-top:20px; }
  .row-fluid .testimonial-slidercol .testimonial-sliderright img { max-width:150px; }
  .row-fluid .textvideo_section { padding-top:0; }
  .row-fluid .cta-stripsec h2 { line-height:32px; }
  .row-fluid .cta-stripsec h2 span { font-size:26px; line-height:32px; }
  .row-fluid .landing-formimg { height:250px; }
  .row-fluid .solution-countersec .state-counterwrap.column4 .state-countercol { width:100%; }
  
  /* Sub Page 1 */
  .row-fluid .inner-herosec { padding:80px 0 150px; }
  .row-fluid .inner-herotext_box { margin:0 !important; padding:50px 15px; }
  .row-fluid .inner-herotext_box h1 { font-size:30px; line-height:40px; } 
  .row-fluid .tab-menubox ul { border:0; display:inline-block; }
  .row-fluid .textvideo_section .textvideo_box { height:auto; min-height:100px; display:inline-block; }
  .row-fluid .textvideo_section .textvideo_box .textvideo_image { position:relative; height:auto; }
  .row-fluid .textvideo_section .textvideo_box { float:none; display:inline-block !important; }
  .row-fluid .grey-skewtop:before { display:none; }
  
  .row-fluid .cta-platformimg { width:100%; }
  .row-fluid .cta-platformtext { width:100%; padding:30px 15px; }
  .row-fluid .cta-platfromtitle h4 { font-size:21px; line-height:28px; }  
  .row-fluid .cta-platformtext .border-btn a { padding:7px 50px; }
  
  .row-fluid .icongrid_section { padding:50px 0 30px; }
  .row-fluid .icongrid_cover { margin:0; float:left; width:100%; }
  .row-fluid .icongrid_box { width:100%; padding:0; margin:0 0 30px; }
  .row-fluid .icongrid_box:last-child { margin:0; }
  .row-fluid .icongrid_boxinnercol { padding:25px 20px; }
  .row-fluid .icongrid_boxinner { height:auto !important; }
  
  .row-fluid .image-framesec:before { display:none; }
  .row-fluid .frame-text { margin-bottom:20px; text-align:left; }
  .row-fluid .image-frametext { width:100%; padding:50px 0 0; text-align:center; }
  .row-fluid .image-framebox { width:100%; left:0; min-height:1px; } 
  .row-fluid .image-frame { position:relative; top:auto !important; left:auto !important; bottom:auto !important; right:auto !important; margin-bottom:15px; margin-top:0; height:250px !important; width:100% !important; transform:none !important; }
  .row-fluid .image-frametext .border-btn { margin:0; }
  .row-fluid .image-frametext .border-btn a { font-size:12px; margin-right:5px; padding:4px 20px; }
  .row-fluid .image-framesec:after { display:none; }
  .row-fluid .share-pagebtn a.border-btn { float:left; width:100%; margin-bottom:20px; text-align:center; }  
  .row-fluid .share-pagebtn .share-social { float:left; width:320px; max-width:100%; margin-top:20px; text-align:center; }
  .row-fluid .image-frame2, .row-fluid .image-frame3 { display:none; } 
  
  .row-fluid .fiftytext_title h2 { font-size:26px; line-height:36px; }
  .row-fluid .fiftytextimg_left { font-size:14px; line-height:24px; }
  .row-fluid .fiftytextimg_cover { display: block; }
  .row-fluid .fiftytextimg_left { width: 100%; padding: 0 !important; margin-bottom: 0; }
  .row-fluid .fiftytextimg_right { width: 100%; }
  .row-fluid .fiftytextimg_right img { width: 100%; height: auto; max-width: 335px; margin: auto; display: inline-block; }
  .row-fluid .fiftytextimg_module { text-align: center; padding:20px 0 0; }
  .row-fluid .fiftytext_title:after { margin: auto; }
  .row-fluid .fiftytext_title { margin-bottom: 24px; }
  .row-fluid .fiftytextimg_module .title-section { margin-bottom: 27px; }
  .row-fluid .fiftytext_title .fiftytext_content { margin-bottom: 12px; }
  .row-fluid .fiftytextimg_module .border-btn, .row-fluid .fiftytextimg_module .share-pagebtn { width:100%; margin:0 0 20px; }
  .row-fluid .fiftytextimg_module .share-pagebtn a.border-btn { border:none; background:transparent; text-align:center; padding:0; float:none; display:inline-block; vertical-align:middle; margin:0; width:100%; }
  .row-fluid .fiftytextimg_module .share-pagebtn a.border-btn:hover { color:#FCB414; background:transparent; }
  .row-fluid .share-pagebtn .share-social { position:relative; transform:none; left:auto; top:auto; bottom:auto; opacity:1; visibility:visible; float:none; display:inline-block; vertical-align:middle; }
  .row-fluid .share-pagebtn .share-social:after { display:none; }
  .row-fluid .fiftytextimg_module .share-pagebtn:hover .share-social { transform:none; }
  .row-fluid .subpage-ctastripsec { margin-top:0; }
  
  /* Interior Page */ 
  .row-fluid .inner-herosec2.videonewhero_area { padding:80px 0 100px; }
/*   .row-fluid .inner-herosec2.videonewhero_area h1 { font-size:40px; line-height:46px; }
  .row-fluid .inner-herosec2.videonewhero_area h1 span { font-size:30px; line-height:36px; } */
  .row-fluid .inner-herosec2.videonewhero_area { font-size:18px; line-height:28px; }
  
  .row-fluid .int-featuresec { padding:40px 0 0; font-size:16px; line-height:26px; }
  .row-fluid .int-featuresec .int-featuretitlesec h2 { font-size:28px; line-height:32px; }  
  .row-fluid .int-feature_lightboxraw { margin:20px 0 0; float:left; width:100%; }
  .row-fluid .int-featurebox { width:100%; padding:0 0 30px; }
  .row-fluid .int-featurebox:last-child { padding:0; }
  
  .row-fluid .small-heroraw { height:250px; }
  .row-fluid .small-herosec .smallhero-textbox { margin-top:0; padding:30px 15px; display:inline-block; } 
  
  .row-fluid .parallax-section { padding:60px 0 0; text-align:center; transform:none; margin-top:50px; }
  .row-fluid .parallax-textbox { width:100%; padding:0 0 30px; }
  .row-fluid .parallax-mobileimg { width:100%; position:relative; bottom:-3px; left:0; text-align:center; }
  .row-fluid .parallax-mobileimg img { max-width:250px; }
  
  .row-fluid .int-tabsec .tab-menubox { position:relative; }
  .row-fluid .int-tabcol { border:1px solid #ccc; margin-bottom:10px; }
  .row-fluid .int-tabcol:last-child { margin:0; }
  .row-fluid .int-tabcol li.tab-title a img { display:none; }
  .row-fluid .int-tabcol li.tab-title { cursor:pointer; padding:10px 15px; margin:0; position:relative; float:left; width:100%; text-align:left; background:#fff; list-style-type:none; }
  .row-fluid .int-tabcol li.tab-title:after { position:absolute; content:""; height:10px; width:10px; right:15px; top:15px; background:url(//2183255.fs1.hubspotusercontent-na1.net/hubfs/2183255/down-arrownew.png) no-repeat center center; transition:all ease .5s; }
  .row-fluid .int-tabcol li.tab-title.active:after { -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);; }
  .row-fluid .int-tabcol li.tab-title a { color:rgba(76, 76, 85,0.6); }
  .row-fluid .int-tabcol .tab-content { padding:30px 15px; border-top:1px solid #ccc; } 
  
  .row-fluid .int-tabright { height:250px; transform:none !important; margin-bottom:0; }  
  .row-fluid .int-tableft h3 { font-size:20px; line-height:28px; }
  
  .row-fluid .product-featuresec { height:auto; padding:60px 0; }
  .row-fluid .product-featuresec:before, .row-fluid .product-featuresec:after { display:none; }
  .row-fluid .product-featuretitlesec { font-size:18px; line-height:26px; }
  .row-fluid .product-featuretitlesec h2 { font-size:32px; line-height:40px; }
  .row-fluid .product-featuresec { margin-bottom:20px; }
  
  .row-fluid .textvideo_section .wrapper { display:block; width:100%; }
  .row-fluid .textvideo_section .textvideo_left { width:100%; padding:30px 0 0; }
  .row-fluid .textvideo_section .textvideo_right { width:100%; margin:30px 0 0; text-align:center; }
  .row-fluid .textvideo_section.img-left .textvideo_left { padding:0 0 20px; }
  
  .row-fluid .textvideo_section .textvideo_left h3 { font-size:28px; line-height:32px; }
  .row-fluid .textvideo_section .textvideo_left { font-size:18px; line-height:26px; }
  .row-fluid .textvideo_section .textvideoimg_box { height:250px; max-width:100%; }
  .row-fluid .textvideo_section { padding-bottom:50px; }
  .row-fluid .textvideo_section .textvideo_text { margin-top:0; }
  
  .row-fluid .fiftytextimg_content ul { padding-left:10px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover { margin-bottom:0; }
  
  /* Interior Page 2 */
  .row-fluid .image-frametext h3 { font-size:28px; line-height:34px; text-align:left; }
  .row-fluid .curve0 .image-frametext { padding-bottom:0; }
  
  .row-fluid .padding-space .int-featuresec { padding-bottom:40px; }
  
  .row-fluid .state-countersec { padding:50px 0; }
  .row-fluid .state-counterwrap { margin:0 -15px; }
  .row-fluid .state-countercol { width:50%; padding:0 15px 30px; } 
  .row-fluid .state-countercol:last-child { padding-bottom:0; }
  .row-fluid .state-counternum { font-size:40px; line-height:50px; }
  
  .row-fluid .slider-titlesec { font-size:18px; line-height:24px; }
  .row-fluid .slider-titlesec h2 { font-size:32px; line-height:38px }   
  
  .row-fluid .banner-ctasec { padding:70px 0; }
  .row-fluid .banner-ctasec h2 { font-size:36px; line-height:42px; }
  .row-fluid .banner-ctasec h2 span { font-size:28px; line-height:32px; }
  
  /* Blog Page */
  .row-fluid .blog_hero { padding:100px 0 240px; clip-path:none; }
  .row-fluid .blog_hero .blog_heroinner { text-align:center; }
/*   .row-fluid .blog_hero .blog_heroinner h1 { font-size:34px; line-height:44px; } */
  .row-fluid .blog_hero .subpage_text { font-size:18px; line-height:28px; }
  .row-fluid .blog-sortingsec { background:transparent; }
  .row-fluid .blog-sortingsec.text-white { color:#5CB5E6; }
  .row-fluid .blog-sortingsec .block { display:inline-block; float:left; width:100%; position:relative; }
  .row-fluid .blog-sortingsec .block h3 { color:#5CB5E6; }
  .row-fluid .blog-sortingsec .block h3 { cursor:pointer; padding:15px 15px; margin:0; position:relative; float:left; width:100%; text-align:left; background:#fff; }
  .row-fluid .blog-sortingsec .block h3:after { position:absolute; content:""; height:10px; width:10px; right:15px; top:20px; background:url(//2183255.fs1.hubspotusercontent-na1.net/hubfs/2183255/down-arrownew.png) no-repeat center center; transition:all ease .5s; }
  .row-fluid .blog-sortingsec .block h3.open:after { transform:rotate(180deg); }
  .row-fluid .blog-sortingsec ul { display:none; position:absolute; top:100%; left:0; z-index:1; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); padding:0; margin-top:5px; }
  .row-fluid .blog-sortingsec ul li { padding:0; border-bottom:1px solid #000; float:left; width:100%; }
  .row-fluid .blog-sortingsec ul li:last-child { border:0; }
  .row-fluid .blog-sortingsec ul li a { color:#5CB5E6; padding:12px 20px; }
  
  .row-fluid .full-width-blog .blog-item-featured { padding:0; }
  .row-fluid .full-width-blog .blog-item-featured .inner { display:inline-block; float:left; width:100%; }
  .row-fluid .full-width-blog .blog-item-featured .thumb { width:100%; height:250px; }
  .row-fluid .full-width-blog .blog-item-featured .blog-contain { width:100%; display:inline-block; vertical-align:top; padding:30px 15px; }
  .row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 { font-size:24px; line-height:32px; }
  .row-fluid .author-info a.author-link { font-size:13px; }
  .row-fluid .full-width-blog .blog-item-featured .thumb .blog-info .date { font-size:12px; }
  .row-fluid .full-width-blog .blog-item-featured .blog-contain { font-size:16px; line-height:22px; }
  
  .row-fluid .post-listing { margin-top:30px; padding-bottom:50px; }
  .row-fluid .post-listing .blog-item { width:100%; padding:0 0 30px; } 
  .row-fluid .post-listing .blog-item:last-child { padding:0; }
  .row-fluid .post-listing .blog-item .inner .blog-contain h3 { font-size:18px; line-height:26px; } 
  
  /* Blog Inner */
  .row-fluid .social_icons { display:none; }
  .row-fluid .blog_innerhero .blog_heroinner { padding:0 0 60px; }
/*   .row-fluid .blog_hero .blog_heroinner h1 { font-size:28px; line-height:38px; } */
  .row-fluid .blog_hero.blog_innerhero { padding:140px 0 35px; clip-path:none; }
  .row-fluid .inner-blogsec { font-size:16px; line-height:26px; }
  .row-fluid .inner-topicsec a { font-size:12px; }
  .row-fluid .inner-blogsec .author-info { float:left; width:100%; display:inline-block; }
  .row-fluid .inner-blogsec .author-info > div { float:left; width:100%; display:inline-block; }
  .row-fluid .inner-blogsec .written-box { float:left; width:calc(100% - 45px); margin-top:-12px; }
  .row-fluid .inner-blogsec .author-info a.author-link { font-size:18px; line-height:26px; }
  .row-fluid .inner-blogsec .author-info .date { width:130px; margin-top:15px; padding:6px 8px; font-size:22px; line-height:26px; }
  .row-fluid .inner-blogsec .post-body h2 { font-size:26px; line-height:30px; } 
  .row-fluid .inner-blogsec .post-body .two-img { float:left; width:100%; margin:0; } 
  .row-fluid .inner-blogsec .post-body .two-img p { float:left; width:100%; padding:0 0 20px; }
  .row-fluid .inner-blogsec .post-body h3 { font-size:24px; line-height:30px; } 
  .row-fluid .inner-blogsec .post-body blockquote { padding:0 0 0 35px; font-size:18px; line-height:24px; margin:0; }
  .row-fluid .inner-blogsec .post-body img { width:100% !important; margin:0 0 20px !important; }
  
  .row-fluid .subscribe_section .box-it-in { padding:30px 15px; } 
  .row-fluid .subscribe_section.alt-style .blogrecent_subscribe h3 { font-size:20px; line-height:24px; }
  .row-fluid .subscribe_section .box-it-in { float:left; }
  .row-fluid .subscribe_section .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
  .row-fluid .subscribe_section .blogrecent_subscribe h3 { font-size: 24px; line-height: 32px; }  
  .row-fluid .subscribe_section .email_subscribe form .hs-input {  border-radius: 5px;}
  .row-fluid .subscribe_section .email_subscribe form .hs_email { width:100%;  } 
  .row-fluid .subscribe_section .email_subscribe form .hs_submit { float:none; display:inline-block;margin-top:20px;  }
  .row-fluid .subscribe_section .email_subscribe form .hs-button { border-radius: 5px; }    
  
  .row-fluid .inner-toolsec.blog-cat-links h4 { padding:0 15px; }
  .row-fluid .inner-toolsec.blog-cat-links ul li { width:50%; }   
  .row-fluid .inner-toolsec.blog-cat-links ul li:nth-last-child(2) { border-top:3px solid #e7e8ea; }
  .row-fluid .inner-toolsec.blog-cat-links ul li:nth-last-child(3) { border-top:3px solid #e7e8ea; }
  .row-fluid .inner-toolsec.blog-cat-links ul li:last-child { border-top:3px solid #e7e8ea; }
  .row-fluid .recentblog_section .slick-arrow { display:none !important; }
  .row-fluid .recentblog_section .slick-slide { margin:0 10px; } 
  
  /* Author Page */
  .row-fluid .hs-author-profileinner { text-align:center; padding:30px 15px; font-size:16px; line-height:24px; }
  .row-fluid .hs-author-profileinner h4 { font-size:22px; line-height:28px; }
  
  /* Resources Page */
  .row-fluid .resource-selectinner { padding:30px 15px; }
  .row-fluid .resource-selectinner .filterbox { width:100%; padding:0; }
  .row-fluid .resource-selectinner .filterbox.search-bar { padding-top:15px; }
  .row-fluid .resource-selectinner .filterbox .span-wrap { padding:15px 0; border-right:none; border-bottom:1px solid #EBEBEB; }
  
  .row-fluid .resource-itemsec { padding:60px 0; }
  .row-fluid .resource-itemsec .single-box { float:left; width:100%; margin:0 0px 45px; padding:0; }
  
  /* Race Technology Page */
  .row-fluid .tech-featuresec .fiftytextimg_cover.image_left .fiftytextimg_left { font-size:16px; line-height:26px; }
  
  .row-fluid .tech-featuresec { padding:0 0 50px; }
  .row-fluid .tech-featuresec .fiftytextimg_right { width:100%; height:400px; margin-bottom:30px; }
  .row-fluid .tech-featuresec .fiftytextimg_left { margin-bottom:0; }
  .row-fluid .tech-featuresec .fiftytextimg_right .img-tribox { height:150px; width:150px; }
  .row-fluid .tech-featuresec .fiftytextimg_right .img-tribox img { max-width:80px; }
  .row-fluid .tech-featuresec .fiftytextimg_cover h4 { padding:0 10px; font-size:16px; line-height:20px; }
  
  .row-fluid .grey-skewbottom:after { display:none; }
  .row-fluid .padding-top100 { padding-top:50px; }
  
  /* Thank You Page */
  .row-fluid .videonewhero_area br { display:none; }
  
  .row-fluid .thanku-resourcesec { padding:50px 0; }
  .row-fluid .thanku-resourcesec h2 { font-size:25px; line-height:32px; }
  .row-fluid .thanku-resourcebox { width:50%; padding:0 10px 30px; }
  .row-fluid .thanku-resourceraw.col3 .thanku-resourcebox { width:50%; }
  
  /* Contact Us Page */
  .row-fluid .contact-herosec { text-align:center; }
  .row-fluid .contact-herosec:before { width:100%; transform:none; opacity:0.8; }
  .row-fluid .contact-herosec h1 { /*font-size:34px; line-height:42px;*/ margin-bottom:30px; }
  .row-fluid .contact-herosec h1 span { font-size:18px; line-height:28px; }
  .row-fluid .contact-herosec .btn-style a { padding:7px 20px; font-size:12px; }
  
  .row-fluid .ofc-locationraw, .row-fluid .contact-hqraw { display:block; padding:0 15px; }
  .row-fluid .ofc-locationleft { padding:0 0 30px !important; width:100%; }
  .row-fluid .ofc-locationright { width:100%; margin-top:10px; }
  .row-fluid .ofc-locationleft h2 { font-size:34px; line-height:40px; } 
  .row-fluid .address-col { padding:20px 0; font-size:14px; line-height:22px; }
  .row-fluid .address-col h3 { font-size:18px; line-height:26px; }
  .row-fluid .address-col h4 { font-size:16px; line-height:24px; }
  .row-fluid .ofc-locationright h3:not(.form-title) { font-size:20px; line-height:26px; letter-spacing:0; padding-bottom:15px; }
  .row-fluid .ofc-locationright form { padding:30px 0; } 
  .row-fluid .ofc-locationright form.hs-form input, .row-fluid .ofc-locationright form.hs-form select { height:50px; }
  .row-fluid .ofc-locationright form.hs-form input, .row-fluid .ofc-locationright form.hs-form select { font-size:16px; }
  .row-fluid .ofc-locationright form.hs-form .hs-form-field { padding:0 0 15px; }
  .row-fluid .ofc-locationright form.hs-form ul.multi-container { padding-left:0; } 
  .row-fluid .ofc-locationright form.hs-form input[type="submit"] { font-size:20px; padding:12px 56px; } 
  
  .row-fluid .contact-hqsec { clip-path:none; }
  .row-fluid .contact-hqleft { width:100%; padding:0 0 30px !important; }
  .row-fluid .contact-hqleft h3 { font-size:22px; line-height:26px; }
  .row-fluid .contact-hqleft h2 { font-size:30px; line-height:40px; margin-bottom:15px; }
  .row-fluid .contact-hqright { width:100%; height:300px; clip-path:none; }
  
  ::-webkit-input-placeholder { font-size:14px !important; }
  ::-webkit-placeholder { font-size:14px !important; }
  ::-moz-placeholder { font-size:14px !important; }
  :-ms-input-placeholder { font-size:14px !important; }
  :-moz-placeholder { font-size:14px !important; }
  
  /* Customer Page */
  .row-fluid .customer-herosec .newhero_inner img { float:none; display:inline-block; vertical-align:top; max-width:150px; }
  
  .row-fluid .client-section h2.section-title { font-size:30px; line-height:36px; margin-bottom:20px; }
  .row-fluid .client-boxwrap { float:left; width:100%; margin:0; }
  .row-fluid .client-box { width:100%; margin:0; padding:0 0 30px; }
  .row-fluid .client-box .client-logo { opacity:0; visibility:hidden; }
  .row-fluid .client-box .client-bgimg { opacity:1; visibility:visible; }
  .row-fluid .client-box .client-innerbox { border-color:#5CB5E6; }
  .row-fluid .customer-herosecwrap .slick-arrow { display:none !important; }
  
  .row-fluid .client-box.case-study_disable .client-logo { opacity:1; visibility:visible; }
  .row-fluid .client-box.case-study_disable .client-bgimg { opacity:0; visibility:hidden; }
  .row-fluid .client-box.case-study_disable .client-innerbox { border-color:transparent; }
  
  .row-fluid .customernewhero_inner { width:calc(100% - 30px); padding:30px 15px; margin:-80px auto 0px !important; float:none; display:inline-block; position:relative; top:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
/*   .row-fluid .customernewhero_inner h1 { font-size:29px; line-height:34px; }   */
  .row-fluid .customernewhero_inner h3 { font-size:24px; line-height:30px; }  
    
  /* Solutions Page */
  .row-fluid .solution-heroimg { height:400px; }
  .row-fluid .solution-herotextbox { box-shadow:none; margin:0; padding:30px 0; font-size:16px; line-height:24px; }
  .row-fluid .solution-herotext { padding-bottom:30px; }
  .row-fluid .solution-herotextbox h2 { font-size:38px; line-height:48px; margin-bottom:10px; } 
  .row-fluid .solution-herotextbox p { padding-bottom:10px; }
  .row-fluid .solution-herotextbox .video-title { display:inline-block; }
  .row-fluid .solution-herotextbox .video-title h5 { font-size:22px; line-height:30px; display:inline-block; }
  
  .row-fluid .solution-countersec .state-countercol { width:100%; }
  .row-fluid .solution-countersec .state-counternum { font-size:40px; line-height:50px; }
  .row-fluid .solution-countersec .state-countertitle { font-size:20px; line-height:30px; margin-top:0; }
  .row-fluid .scrolling-padding { padding:50px 0 80px; float:left; width:100%; }
  
  /* Company Page */
  .row-fluid .company-herosec { height:500px; }
  .row-fluid .company-herologo img { max-width:180px; }
  .row-fluid .company-herotextinner { font-size:16px; line-height:24px; padding:30px 15px; margin-bottom:50px; }
  .row-fluid .company-herotextinner h2 { font-size:32px; line-height:40px; margin-bottom:15px; }
  .row-fluid .company-herotextinner p { padding-bottom:15px; }
  .row-fluid .company-herowrap { display:block; width:100%; }
  .row-fluid .company-heroleft { width:100%; padding:0 0 30px; }
  .row-fluid .company-heroright { width:100%; }
  .row-fluid .company-herorightcol h3 { font-size:24px; line-height:32px; }
  .row-fluid .leadership-col .team-img img { max-width:250px; min-height:1px; }
/*   .leadership-popup { height:400px; } */
  
  .row-fluid .leadership-section { padding:50px 0; }
  .row-fluid .leadership-section .section-title h2 { font-size:32px; line-height:40px; margin-bottom:20px; }
  .row-fluid .leadership-col { width:100%; padding:0 0 30px; margin:0; }
  .row-fluid .leadership-col:last-child { padding:0; }
  .row-fluid .team-details { font-size:17px; line-height:22px; }
  .row-fluid .team-details h5 { font-size:20px; line-height:26px; }
  .row-fluid .person-position { height:auto !important; }
  
  .leader-bothwrap { display:block; text-align:center; }
  .leader-popleft { float:left; width:100%; }
  .leader-popleft .leader-popimg img { float:none; display:inline-block; vertical-align:top; max-width:180px; width:100%; }
  .leader-popright { float:left; width:100%; }
  .leader-popnamebox { font-size:16px; line-height:22px; padding:10px 10px 12px; }  
  .leader-popnamebox:before { display:none; }
  .leader-popright h2 { font-size:22px; line-height:28px; margin:0; }
  .leader-bio { padding:15px 15px; height:250px; font-size:14px; line-height:22px; }
  .leader-bottombox { display:block; width:100%; }
  .leader-bottomleft:after { display:none; }
  .leader-bottomleft { width:100%; } 
  .leader-bottomright { width:100%; padding:15px 15px 5px; }
  .leader-bio .mCSB_inside > .mCSB_container { margin-right:0; }
  .leader-bottomleft { padding:10px 0; }
  .fancybox-navigation .fancybox-button--arrow_left { left:5px !important; }
  .fancybox-navigation .fancybox-button--arrow_right { right:5px !important; }
  
  .row-fluid .career-oppsec { padding:20px 0 60px } 
  .row-fluid .career-opptitlesec h2 { font-size:32px; line-height:40px; }  
  .row-fluid .career-titleraw { display:none; }
  .row-fluid .career-boxcol ul { display:block; width:100%: }
  .row-fluid .career-boxcol ul li { position:relative; padding-left:50%; width:100% !important; border-bottom:1px solid; padding-top:12px; padding-bottom:12px; }
  .row-fluid .career-boxcol ul li:before { position:absolute; top:50%; left:0; width:45%;  padding-right:10px;  white-space:normal; content:attr(data-column); font-weight:bold; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; padding-left:10px; }
  .row-fluid .career-boxcol ul li:first-child { text-align:left; }
  .row-fluid .career-boxcol a { padding-bottom:0; }
  
  /* Events Page */
  .row-fluid .resource-herosec.eventhero { clip-path:none !important; }
  .row-fluid .inner-herosec2.videonewhero_area.eventhero { padding:120px 0 80px; }
  .row-fluid .filter-dropdown-search { margin-top: 40px; }
  .row-fluid .event-mainsec.resource-main-section { margin-top: 40px; z-index:0; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li { margin:0 4px; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li a { font-size: 14px; line-height: 24px; }
  
  .row-fluid .event-mainsec.resource-main-section #container { max-width: 500px;  margin: 0 auto; }
  
  .row-fluid .event-mainsec.resource-main-section .resource-box { margin-bottom:30px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-header { width:100%; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_body { width:100%; padding:10px 20px; }    
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_body h3 { font-size: 28px; line-height: 38px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resourcebox_img { height: 280px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resourcebox_logo { padding:30px 30px 20px; }
  
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc h4 { font-size: 26px; line-height: 32px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc h5 { font-size: 22px; line-height: 28px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resource-box-body { margin-bottom: 20px  } 
  .row-fluid .event-mainsec.resource-main-section .resource-box .resourcesbox_text { font-size: 16px; line-height: 24px;  }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc:before {  width:30px; }
  .row-fluid .event-mainsec.resource-main-section .resource-box .resources_dateloc { padding-left:45px; }
  
  .row-fluid .event-loadmore.resou-button { margin-bottom: 30px; }
  
  .row-fluid .filter-dropdown-search { z-index:1; }
  .row-fluid .filter-dropdown-search span.mobile-select { cursor:pointer; padding:15px 15px; margin:0; position:relative; float:left; width:100%; text-align:left; background:#fff; margin-bottom:0; }
  .row-fluid .filter-dropdown-search span.mobile-select:after { position:absolute; content:""; height:10px; width:10px; right:15px; top:50%; background:url(//2183255.fs1.hubspotusercontent-na1.net/hubfs/2183255/down-arrownew.png) no-repeat center center; transition:all ease .5s; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
  .row-fluid .filter-dropdown-search span.mobile-select.open:after { transform:rotate(180deg); top:40%; }
  .row-fluid .filter-dropdown-search .dropdownwrap { position:relative; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul { display:none; position:absolute; top:100%; left:0; z-index:1; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); padding:0; margin-top:5px; text-align:left; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li { padding:15px 10px; border-bottom:1px solid #000; width:100%; margin:0; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li:last-child { padding:15px 10px; border:0; }
  .row-fluid .filter-dropdown-search .dropdownwrap ul li a { width:auto; color:#4c4c55; }
  .row-fluid .event_resgisterbtn a { float:none !important; display:inline-block; vertical-align:top; }
  
  /* Footer */
  .row-fluid .footer { padding:50px 0 0; text-align:center; }
  .row-fluid .footer-raw { padding:0; }
  .row-fluid .footer-social-raw { padding-left:0; padding-right:0; padding-top:0; display:inline-block; width:100%; }
  .row-fluid .copyright-section { padding-left:0; padding-right:0; }
  .row-fluid .footer-acctitle { padding-left:0; }
  .row-fluid .footer .footerbox { float:left; width:100%; margin-bottom:30px; }
  .row-fluid .footer-contact { float:left; width:100%; } 
  .row-fluid .footer-social { float:left; width:100%; text-align:center; margin-top:20px; margin-bottom:20px; } 
  .row-fluid .copyright-section { padding:15px 0; }
  .row-fluid .copyright { float:left; width:100%; } 
  .row-fluid .copyright-section .privacy { width:100%; text-align:center; margin-top:15px; }   
  .row-fluid .copyright-section .privacy a { padding-left:0; padding-right:15px; }
  
  .row-fluid .footerbox1, .row-fluid .footerbox2, .row-fluid .footerbox3 { display:none; }
  
  .row-fluid .footer-acctitle:before { position:inherit; display:inline-block; vertical-align:top; margin-right:5px; }
  .row-fluid .footer-acctitle:before { display:none; }
  
   /* 23-03-2019 */
  .herowithform-left { width: 100%; padding: 0 0 40px; }
  .herowithform_area { padding-top: 100px; padding-bottom: 30px; }
  .herocontent_form { width: 100%; }
  .herotitle h1 { margin-bottom: 13px; }
  
  /* Header Section */
  .error-page .row-fluid .top { position:absolute; }
  
  /* Error Section */
  .row-fluid .error-section { position: relative; overflow:hidden; z-index: 1;padding-top:0px; margin-top:50px; color:#fff; }
  .row-fluid .error-section:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 0; }
  .row-fluid .error-section .error-left { width: 100%; top:0; right:0; position: absolute; height: 100%; z-index: -1; opacity: 1; }
  .row-fluid .error-section .error-right { width: 100%; padding: 50px 15px; position:relative; }
  .row-fluid .error-section > div > div { display: block; }
  .row-fluid .error-section .error-right .error-para p, .row-fluid .error-section .error-right .error-para p a, .row-fluid .error-section .error-right .error-para h2, .row-fluid .error-section .error-right .button-group .or-txt { color:#fff; }
  .row-fluid .error-section .error-right .button-group .row-fluid .border_btn a { background-color:#5CB5E6; color:#fff; }
  
  /* */
  .herocontent_form-sec.herocontent_form .hs-form fieldset ul.inputs-list li { float: left; width: 100%; text-align: left; }
  .herocontent_form.herocontent_form-sec .herocontent_forminner { padding: 29px 0; }
  .herocontent_form-sec.herocontent_form .hs-form fieldset.form-columns-2 .hs-form-field { width: 100% !important; }
  .herocontent_form-sec.herocontent_form .hs-form fieldset ul.inputs-list { margin-bottom: 20px; float: left; }
  .herocontent_form-sec .herocontent_forminner h3 { font-size: 24px; line-height: normal; }
  
  .row-fluid .int-tableft { width: 100%; margin-bottom: 30px; padding: 0; text-align: left; }
  .row-fluid .tab-contentinner { display: block; text-align: center; }
  .row-fluid .tab-content { margin-top: 0; }
  .row-fluid .int-tabright { left: 0; width: 100%; max-width: 100%; display: inline-block; transform-origin: center; transform: matrix3d(3, -0.212153, 0, -0.000706, -0.062509, 2.89108, 0, -0.000151, 0, 0, 1, 0, 5.938398, 30.895313, 0, 3); }
  .row-fluid .int-tabsec { padding-bottom: 0; }
  .row-fluid .int-tableft h3 { font-size: 22px; line-height: 30px; }
  
  .row-fluid .int2-tabsec .leftinner { padding-bottom:0; }
  .row-fluid .cta-stripsec { padding-top:70px; text-align:center; }
  .row-fluid .textvideo_section.rightimg .textvideo_text { padding-bottom:30px; }
  .row-fluid .textvideo_section.rightimg.img-left .textvideo_text { padding-bottom:0; }
  .row-fluid .textvideo_section.img-left { padding-bottom:30px; }
    
    .row-fluid .full-width-blog .blog-item-featured .blog-contain { width: 100%; padding: 30px 15px; line-height: 22px; font-size: 16px; }
    .row-fluid .full-width-blog .blog-item-featured .thumb { width: 100%; height: 250px; }
    .row-fluid .full-width-blog .blog-item-featured .inner { display: block; }
    .row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 {  font-size: 24px; line-height: 32px; }

    .row-fluid .full-width-blog .blog-item-featured .inner .blog-contain h3 a {  display: block; }
    .row-fluid .full-width-blog .blog-item-featured {  padding: 0; }
  
    .row-fluid .solution-videobox .textvideo_box { margin:10px 0 10px; }
    
    .heroiframe-popup iframe { height: 245px; width: 444px;}
    
    .row-fluid .search_box_wrapper { text-align:center; }
    .row-fluid .search_box_wrapper input.quicksearch { float:none; display:inline-block; }
    
    .row-fluid .career-boxcol{display:block;}
    .row-fluid .career-boxcol .footer-btn { clear: both; display: block; padding: 20px 0; text-align: center; }
    .row-fluid .career-boxcol .footer-btn a { padding: 7px 15px; color: #fff; }
    .row-fluid .career-boxcol .footer-btn a:hover { color:#5cb5e6; }
/*     .row-fluid .career-boxcol a { display:block !important; }  */
    .row-fluid .career-boxcol .footer-btn { padding: 0; }
    .row-fluid .career-boxcol .footer-btn a { margin:15px 0;  }
    
/*     .footer-btn .btn-style2 a { display:inline-block !important; }  */
    
    
    
} 

@media (max-width: 500px){
  .row-fluid .cta-platformimgage { height:200px; }
  
  /* Thank You Page */
  .row-fluid .thanku-resourcebox { width:100% !important; padding:0 0 30px; margin:0; }
  .row-fluid .thanku-resourceraw.col3 .thanku-resourcebox { width:100%; }
  .row-fluid .thanku-resourceraw.col2 .thanku-resourcebox { width:100%; }
  
  .row-fluid .contact-hqleft br { display:none; }
}

@media (max-width: 480px){ 
  .row-fluid .scrolling-sliderwrap .slick-slide { padding:0; }
  .row-fluid .scrolling-slidercol:before { width:274px; }
  
  .row-fluid .product-featuresec br { display:none; }
  
  /* Error Section */
  .row-fluid .error-section .error-right .error-title img { max-width: 160px;}
  
  /* Company Page */
  .row-fluid .home-case_wrap .case_col1 .home-case_img { height:480px; }
  .row-fluid .home-case_img { height:450px; }
}

@media (max-width: 460px){ 
  .row-fluid .state-counterwrap {width:100%; margin:0; }
  .row-fluid .state-countercol { width:100%; margin:0; padding-left:0; padding-right:0; }
}



@media (max-width: 991px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


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


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

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

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

  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: #455560;
      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: 34px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #FCB414; /* 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;
  }
  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;
  }
  .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: #1c305d; /* 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: #1c305d; }
  
  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: absolute; /**************************************************************/
      top: 50px;             /* 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); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #ffffff; /* 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;
    color: #1c305d;
  }
 /* .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff;  link hover color set by global mobile-aColorHover variable 
  } */

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; 
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; 
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}


/* Chinna added new code apr-13-2020 */



@media (min-width: 1200px) {
.container{width: 1170px;}
}



@media (min-width: 768px) and (max-width: 979px) {
  
.container{ width: 724px;}

}
@media (max-width: 767px) {
.container{ width: auto; padding:0 15px;}
}

.covid-19 .stick-alert {
display:none;
}
.covid-19 .row-fluid .top {
top:0;
}
.covid-19 .row-fluid .top-overlay .top {
top:0 !important;
}

.covid-19 .body-container-wrapper {
margin-top:0;
}
  
.covid-19 .web-stick-alert {margin-top: 68px;}

.covid-19 .main-header {
  padding: 120px 0 30px;
  position:relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 1;
    
}

.covid-19 .main-header:before {
   position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: -moz-linear-gradient(left,rgba(28, 48, 93,.95) 0,rgba(86, 62, 152,.60) 100%);
    background: -webkit-linear-gradient(left,rgba(28, 48, 93,.95) 0,rgba(86, 62, 152,.60) 100%);
    background: linear-gradient(to right,rgba(28, 48, 93,.95) 0,rgba(86, 62, 152,.60) 100%);
}

.covid-19 .main-header .main-intro .welcome-heading{color:#ffffff; font-size: 2.6rem;font-weight: 600; margin-bottom:0rem; line-height:1.4}
.covid-19 .main-header .main-intro .welcome-heading span{display: block;font-weight: 600; color:#ffc717; font-size: 1.8rem;}
.covid-19 .main-header .main-intro ul{margin: 0 0 20px 0;padding: 0 15px;}
.covid-19 .main-header .main-intro p,
.covid-19 .main-header .main-intro li
{color:#ffffff;font-weight: 400; letter-spacing: 0.02rem; line-height: 1.6; font-size: 1rem;}
.covid-19 .main-header .main-intro li span{font-weight:600; color: #ffc717;}

.covid-19 .main-header .key-points-section .key-card p{
  color:#ffffff;font-weight: 400; letter-spacing: 0.02rem; line-height: 1.6; font-size: 1rem; padding:0;
}
.covid-19 .main-header .key-points-section h3{font-weight:600; color: #fff; font-size: 1.4rem;}
.covid-19 .main-header .key-points-section .key-card h4{font-weight:600; color: #ffc717; font-size: 1.225rem;}

.covid-19 .main-header .main-wel-img {margin: 2rem 0rem; padding: 8px;border: 1px solid rgba(255,255,255,0.8);border-radius: 4px;background-color: rgba(255,255,255,0.5);}
.covid-19 .main-header .main-wel-img img{border-radius: 6px;}

@media (min-width: 962px) {
  .covid-19 .main-header .main-wel-img {margin: 3rem 5rem;}
}

.covid-19 .covid-container-fluid{border:0px solid #ff0000;}
.homepage-class .logo-home-banner,
.covid-19 .covid-container-fluid .logo-home-banner {padding:2rem 0}
.homepage-class .logo-home-banner .slick-arrow.slick-next:before,
.homepage-class .logo-home-banner .slick-arrow.slick-prev:before,
.covid-19 .covid-container-fluid .logo-home-banner .slick-arrow.slick-next:before,
.covid-19 .covid-container-fluid .logo-home-banner .slick-arrow.slick-prev:before {background: transparent !important;}

.homepage-class .logo-home-banner .slick-slide,
.covid-19 .covid-container-fluid .logo-home-banner .slick-slide{border:1px solid #efebeb; margin:0 8px; text-align:center; background:#fff; box-shadow:0px 4px 6px -5px rgba(0,0,0,0.20) }
.homepage-class .logo-home-banner .slick-slide .logo-image,
.covid-19 .covid-container-fluid .logo-home-banner .slick-slide .logo-image{border:0px solid #ff0000;}
.homepage-class .logo-home-banner .home-logo-slider,
.covid-19 .covid-container-fluid .logo-home-banner .home-logo-slider {margin:0px auto 0}
.homepage-class .logo-home-banner .home-logo-slider .slick-track,
.covid-19 .covid-container-fluid .logo-home-banner .home-logo-slider .slick-track {padding:10px 0;}
.homepage-class .logo-home-banner .home-logo-slider .slick-arrow,
.covid-19 .covid-container-fluid .logo-home-banner .home-logo-slider .slick-arrow {margin-top: -25.5px;}



.covid-19 .covid-container-fluid .multimedia-slidersec .title h2 {
  color:#1C305D; font-size: 2.4rem;    font-weight: 600;    margin-bottom: 0;
}
.covid-19 .covid-container-fluid .multimedia-slidersec .multimedia-textinner {
  box-shadow: 0 10px 29px 0 rgba(68,88,144,.1);
}

.covid-19 .upcoming-section{padding: 3rem 0 3rem;}
.covid-19 .upcoming-section .sub-title{
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    color:#1C305D;
    line-height: 1.4;
}
.covid-19 .upcoming-section .title{
    font-size: 2.2rem;
    color: inherit;
    font-weight: 600;
}

.covid-19 .upcoming-section .cta-wrapper{
  display: flex;
  justify-content: space-between;
  margin: 0px 0 8px 0;
}

.covid-19 .upcoming-section .hero-card{padding: 0px 0;}

.covid-19 .upcoming-section .hero-card h2{ 
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1C305D;
}
.covid-19 .upcoming-section .hero-card h4{ 
  font-size: 1.2rem;
  font-weight: 500;
  color: #563E98;
}

.covid-19 .upcoming-section .side-card h4{
  font-size: 1.125rem;
  font-weight: 500;
  color: #563E98;
}

.upcoming-section .archive-webinars-container{  margin: 2rem 0 0 0;}
.upcoming-section .archive-webinars {
  display: flex;
  justify-content: space-between; 
  flex-direction: column;

} 
.upcoming-section .archive-webinars .s_card {
  flex: 0 0 calc(100%);
}
@media (min-width: 767px) {
.upcoming-section .archive-webinars {
  flex-direction: row;
}
.upcoming-section .archive-webinars .s_card {
  flex: 0 0 calc(50% - 20px);
}
}
.s_card{background-color:#F6F7FB; padding:10px; margin-bottom: 1.5rem; box-shadow: 0px 3px 9px -4px rgba(0,0,0,0.20);}
.s_card .s_title{font-size: 1rem;line-height: 1.4; color: #1C305D;}
.s_card .cta-footer {text-align:right; margin-top:10px;}
.s_card .s_card-item{display: flex;justify-content: flex-start;align-items: start;}
.s_card .s_card-item .s_card_img{flex: 0 0 16%;margin: 0 10px 0 0;}
.s_card .s_card-item .s_card_img .s_img{
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.s_card .s_card-item .s_card_img .s_img img{
 position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.btn-cta {
   display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .675rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  box-shadow: 0 5px 16px 0 rgba(47, 73, 145, 0.3);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}



  .btn-primary {
  color: #fff; 
  background-color:#1c305d;
  border-color: #1c305d;
   box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);

}

.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus
{
  color: #fff;
  background-color: #5993eb;
  border-color: #5993eb;
  box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  outline: 0;
}
  
  
.btn-primary-sm{padding: 0.5rem 1rem !important; font-size: 0.8rem;}

.btn-sm{padding: 0.5rem 1rem !important; font-size: 0.8rem;}
.btn-lg{padding: 0.8rem 2.8rem !important; font-size: 01rem;}

.btn-white {
    color: #1C305D ;
    background-color: #FFF;
    border-color: #FFF;
  border-radius: 35px !important;
    
}
.btn-white:focus, .btn-white:hover {
    color: #1C305D ;
    background-color: #FFF;
    border-color: #FFF;
  
    
}

.btn-pill{
  color: #fff; 
  background-color:#1c305d;
  border-color: #1c305d;
   box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
    
}
.btn-pill:focus, .btn-pill:hover {
  color: #fff;
  background-color: #5993eb;
  border-color: #5993eb;
  box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  outline: 0;
    
}

.btn-yellow{
  color: #fff; 
  background-color:#fcb515;
  border-color: #fcb515;
   box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
    
}
.btn-yellow:focus, .btn-yellow:hover {
  color: #fff;
  background-color: #5993eb;
  border-color: #5993eb;
  box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  outline: 0;
    
}


.btn-white-pill{
    color: #fff ;
    padding: 0.6rem 1.8rem;
    background-color: rgba(255,255,255,0);
    border-color: #ffffff;
    border-radius: 100px !important;
    box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
  -webkit-box-shadow: 8px 15px 20px 0px rgba(17,22,50,0.12);
    border-width: 2px;
    border-style: solid;
    
}
.btn-white-pill:focus, .btn-white-pill:hover {
    color: #1C305D ;
    background-color: #fffffF;
    border-color: #ffffff;
  
    
}


.logo-bottom-cta {
    text-align: center;
    margin: 20px auto 0;
    display: inline-block;
    text-transform: uppercase;
    color: #FCB515 !important;
    position: relative;
    text-decoration: none;
}

.logo-bottom-cta:after {
position: absolute;
content: "";
height: 1px;
width: 0px;
transition: 0.5s;
bottom: -2px;
background:#FCB515;
left: 0;
}
.logo-bottom-cta:hover::after {
    width: 100%;
}


/* Yellow Shadow */
@-webkit-keyframes play-animation {
from {
-webkit-box-shadow:0 0 0 0 #FFF;
box-shadow:0 0 0 0 #FFF
}
to {
	-webkit-box-shadow: 0 0 0 10px transparent;
	box-shadow: 0 0 0 10px transparent
}
}
@keyframes play-animation {
from {
-webkit-box-shadow:0 0 0 0 #FFF;
box-shadow:0 0 0 0 #FFF
}
to {
	-webkit-box-shadow: 0 0 0 10px transparent;
	box-shadow: 0 0 0 10px transparent
}
}

@-moz-keyframes yellow {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes yellow {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes yellow {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #ffc717, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 199, 23, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); }
}


@-webkit-keyframes playanimation {
from {
-webkit-box-shadow:0 0 0 0 #FCB515;
box-shadow:0 0 0 0 #FCB515;
}
to {
	-webkit-box-shadow: 0 0 0 15px transparent;
	box-shadow: 0 0 0 15px transparent;
}
}
@keyframes playanimation {
from {
-webkit-box-shadow:0 0 0 0 #FCB515;
box-shadow:0 0 0 0 #FCB515;
}
to {
	-webkit-box-shadow: 0 0 0 15px transparent;
	box-shadow: 0 0 0 15px transparent;
}
}


.yellow {
  -webkit-animation: playanimation 1s infinite;
  -moz-animation: playanimation 1s infinite;
  -o-animation: playanimation 1s infinite;
  animation: playanimation 1s infinite; }

.product-videos-section {padding: 50px 0 !important; background-color: #f7f7f7 !important;}
.videos-section{padding: 50px 0 0px; background-color: #f7f7f7;}

.videos-section .inner-videos-section {padding: 60px 0}

.videos-section .inner-videos-section:nth-child(odd) {
background-color: #fff;
}

.videos-section .inner-videos-section:nth-child(even) {
  background-color: #f5f8fa;
}


.videos-section .section-title h2{color: #1C305D;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  line-height:1.2
}

.section .section-title h2{
  color: #1C305D;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  line-height:1.2
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.covid-19 .covid-container-fluid .videos-section .section-inner-content h3{
  color: #1C305D;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.2;
}



  .mt-1{margin-top: 1rem;}
  .mt-2{margin-top: 2rem;}
  .mr-2{margin-right: 2rem;}
  .ml-2{margin-left: 2rem;}
  .mt-3{margin-top: 3rem;}

  .pt-1{padding-top: 1rem !important;}
  .pt-2{padding-top: 2rem !important;;}
  .pr-2{padding-right: 2rem !important;;}
  .pl-2{padding-left: 2rem !important;;}
  .pb-0{padding-bottom: 0em !important;;}

  .pt-1{padding-top: 1rem !important;}

.videos-section .section-inner-content li {margin-bottom:1rem; font-size: 1rem;}
@media(max-width:574px){
  .videos-section .video-card{margin-bottom:1.5rem}

}
.videos-section .video-card{
  padding: 10px;
  max-width: 450px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 10px 29px 0 rgba(65, 88, 152, 0.2);
}

.covid-19  .upcoming-events {
  margin-top: 10px;
  height: 350px;
  overflow-y: auto;
}
  .brand-pillars .single-service{margin-bottom:1rem;}
@media(min-width:767px)
  {
  .section .section-title h2{
    color: #1C305D;
    font-size: 2.4rem;}
    
   .videos-section .section-title h2{color: #1C305D;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  line-height:1.2
} 
      .brand-pillars .single-service{margin-bottom:0rem;}
  }