/* ==========================================================================
INTEVITY GLOBAL CSS
========================================================================== */


/* ==========================================================================
Table of Contents:

0. GLOBAL VARIABLES
1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */

/* ==========================================================================
0. GLOBAL VARIABLES
========================================================================== */

/* Color pallette */

/* 
  {BLUE_DARK=#002743, BLUE=#004A7C, BLUE_LIGHT=#387BA8, BLUE_XLIGHT=#0074AD, ORANGE=#FAA41A, ORANGE_LIGHT=#EE9982, GRAY_DARK=#34383A, GRAY=#5C6266, GRAY_LIGHT=#929396, GRAY_XLIGHT=#E9E9EA, GRAY_XXLIGHT=#F4F4F4, ERROR=#E76049}
*/

/* Font families */

/* 
  {HEADING='Roboto Slab', serif, BODY='Roboto', sans-serif, QUOTE='Caveat', cursive}
*/

/* Font sizes */

/* 
  {H1_JUMBO=100px, H1=60px, H1_MOBILE=48px, H2=40px, H2_MOBILE=32px, H3=28px, H3_MOBILE=25px, H4=24px, H4_MOBILE=23px, H5=24px, H5_MOBILE=23px, H6=20px, BODY=20px, MEDIUM=18px, SMALL=16px, TINY=12px}
*/

/* Whitespace */



/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */

/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('https://fonts.googleapis.com/css?family=Caveat|Roboto+Slab:400,700|Roboto:300,400,400i,500,700');
@font-face {
  font-family: 'FontAwesome';
  src: url('//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Font/fontawesome-webfont.eot');
  src: url('//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Font/fontawesome-webfont.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Font/fontawesome-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Font/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

/* ==========================================================================
2. BASE STYLES
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: white;
  color: #5C6266;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  overflow-x:hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}


/* =============== Typography =============== */

/* Basic text */
p {
  line-height: 1.75em;
  letter-spacing: 0em;
  margin-top: 5px; 
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -------- */
/* HEADINGS */
/* -------- */

h1, h2, h3, h4, h5, h6 {
  color: #5C6266;
  margin-top: 0;
  letter-spacing: 0em;
  font-family: 'Roboto Slab', serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 {
  font-weight: normal;
  font-size: 60px;
  line-height: 1.3em ;
  margin-bottom: 10px;
  margin-top: 0px;
}
h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.45em;
  margin-bottom: 5px; 
}
h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.15em;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px; 
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 0px; 
}
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 0px; 
}
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  line-height: 1.4em;
  margin-bottom: 0px; 
}

/* Extra-small devices (portrait phones, narrower than 575px) */
@media (max-width: 575px) {
  h1, .h1 { font-size: 48px; }
  h2, .h2 { font-size: 32px; }
  h3, .h3 { font-size: 25px; }
  h4, .h4 { font-size: 23px; }
  h5, .h5 { font-size: 23px; }
  h6, .h6 { font-size: 20px; }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  h1, .h1 { font-size: 48px; }
  h2, .h2 { font-size: 32px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1, .h1 { font-size: 48px; }
  h2, .h2 { font-size: 32px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1, .h1 { font-size: 60px; }
  h2, .h2 { font-size: 40px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1, .h1 { font-size: 60px; }
  h2, .h2 { font-size: 40px; }
}


/* Anchor Links */
a {
  text-decoration: none;
  color: #004A7C;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline:none;
}

a.no-underline:after {
   display: none;
}

a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #EE9982;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
a:hover:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-color: #FAA41A;
}
a:hover, a:focus { color: #FAA41A; outline:none; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}



ul, ol {
  margin-left: 20px;
  padding-left:0;
  list-style-position: outside;
  font-size: inherit;
}



/* ==========================================================================
3. COS STRUCTURE
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-wrapper {
  -moz-transition: background .25s cubic-bezier(0.25, 0.8, 0.25, 1),padding .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: background .25s cubic-bezier(0.25, 0.8, 0.25, 1),padding .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: background .25s cubic-bezier(0.25, 0.8, 0.25, 1),padding .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background .25s cubic-bezier(0.25, 0.8, 0.25, 1),padding .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-top: solid 5px #FAA41A;
  position: fixed;
  width: 100% !important;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-header-wrapper a:after{
  content:none;
  display:none;
}
.logo-holder a img {
  max-width: 153px;
}
img.logoimg.logo-dark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-logo {
  padding-top: 11px;
  padding-bottom: 11px;
}
.custom-header-wrapper .page-center >div {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-banner-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 515px;
  margin-top: -1px;
  text-align: left;
}

.hero-image-align-top .custom-banner-area {
  background-position: top 10% center;
}

.custom-banner-area .page-center {
  width: 100%;
}
.custom-logo a:after {
  content: none;
}
.custom-banner-area .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 515px;
  padding-top: 10vh;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.custom-banner-area .inner-wrapper h1,
.custom-banner-area .inner-wrapper h2,
.custom-banner-area .inner-wrapper h3,
.custom-banner-area .inner-wrapper h4 {
  font-weight: 400;
  color: white;
  text-shadow: rgba(0,0,0,0.5) 0px 0px 8px;
}

.custom-banner-area .inner-wrapper h1 {
  margin: 0;
  width: 100%;
  margin-bottom: 35px;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top: ;
  padding-bottom: ;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


img.linkedin-cta {
  display: inline;
  padding-top: 3px;
  vertical-align: top;
}

.cm-footer-wrapper {
  background-color: #004A7C;
}

.cm-footer-bottom-wrapper {
  padding-top: 10px;
}

.cm-footer-wrapper a {
  color: white;
  position: relative;
}

.cm-footer-wrapper .hs-menu-wrapper > ul > li {
  margin-bottom: 10px;
  border-bottom: 0;
  line-height: 32px;
  padding-bottom: 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.cm-footer-wrapper .hs-menu-wrapper > ul > li > a {
  font-size: 80%;
  line-height: inherit;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
}
.cm-footer-wrapper .hs-menu-wrapper > ul > li > a:after {
  content:none;
  display:none;
}

.footer_column {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.footer_column {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.footer_column.col2 {
  padding-left: 11px;
}
.footer_column.col3 {
  margin-bottom: 4px;
  text-align: right;
}
.footer_column.col3 .span12 {
  width: 90%;
}
.footer_column.col3 ul {
  list-style-type: none;
}
.footer_column.col3 ul li {
  display: inline-block;
  padding-left: 20px;
}
.cm-footer-wrapper .hs-menu-wrapper>ul>li:first-child>a {
  font-size: 100%;
}
.cm-footer-wrapper .hs-menu-wrapper>ul>li:first-child>a:after {
  bottom:0px;
}
.cm-footer-wrapper .footer_column.col3 .hs-menu-wrapper>ul>li>a {
  font-size: 20px;
  padding: 0;
}
.cm-footer-wrapper .footer_column.col3 {
  padding-left: 2px;
}
.cm-footer-top-wrapper>div {
  border-bottom: 3px solid #002743;
  padding-top: 28px;
  padding-bottom: 24px;
}

.cm-footer-top-wrapper {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.cm-footer-wrapper .hs-menu-wrapper>ul>li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: auto;
  bottom: -1px;
}
.cm-footer-wrapper .hs-menu-wrapper>ul>li > a:hover{
  color: #FAA41A;
}
.cm-footer-wrapper .hs-menu-wrapper>ul>li > a:hover:after{
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  border-color: white;
  transform: scale(1, 1);
}

.cm-footer-top-wrapper .copyright ul {
  margin: 0px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
  position: relative;
  top: -4px;
}

.cm-footer-top-wrapper .copyright ul li {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
}

.cm-footer-top-wrapper .copyright ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
.cm-footer-top-wrapper .copyright ul li a:hover {
  color: black;
}
.cm-footer-top-wrapper .copyright ul li a:after{
  content:none;
  display:none;
}
.cm-footer-top-wrapper .copyright ul li:last-child {
  padding-right: 0;
}

.cm-footer-logo p {
  margin: 0;
}
a.back-to-top{
  position: fixed;
  bottom: -50px;
  right: 15px;
  z-index: 100;
}
a.back-to-top:hover .thb-animated-arrow.circular{
  background-color: #FAA41A;
}
a.back-to-top:after{
  display:none;
  content:none;
}
a.back-to-top.back-active{
  bottom: 15px;
}
.thb-animated-arrow:hover .bar {
  opacity: 1;
  -moz-transform: translateX(0px) scale(0.8);
  -ms-transform: translateX(0px) scale(0.8);
  -webkit-transform: translateX(0px) scale(0.8);
  transform: translateX(0px) scale(0.8);
}
a.back-to-top .thb-animated-arrow:hover .handle {
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
a.back-to-top * {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a.back-to-top .thb-animated-arrow.circular {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  background: rgba(0,0,0,0.6);
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.back-to-top .thb-animated-arrow.circular svg {
  fill: white;
  width: 16px;
}
.thb-animated-arrow svg .handle {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.post-listing .post-category a {
  color: black;
  text-decoration: none;
}
.post-listing .post-category a:hover {
  color: black;
  text-decoration: none;
}
.thb-carousel.center-arrows .slick-nav.slick-prev.thb-animated-arrow:hover .bar {
  -moz-transform: translateX(4px) scale(0.8);
  -ms-transform: translateX(4px) scale(0.8);
  -webkit-transform: translateX(4px) scale(0.8);
  transform: translateX(4px) scale(0.8);
}
.thb-carousel.center-arrows .slick-nav.slick-prev.thb-animated-arrow .bar {
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);

}
.thb-animated-arrow svg .bar {
  opacity: 0;
  transform-origin: left center;
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.custom-menu-primary {
  margin-left: 0 !important;
}

.not-having-banner .custom-header-wrapper img.logoimg.logo-light {
  opacity: 0;
}

.not-having-banner .custom-header-wrapper img.logoimg.logo-dark {
  opacity: 1;
}

.not-having-banner .custom-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: black;
}
.not-having-banner .custom-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #FAA41A;
}

.not-having-banner .cm-header-group,
body.contact-us .cm-header-group{
  min-height: 100px !important;
}






/* ==========================================================================
4. MAIN NAVIGATION
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block !important;
  float:right;
  margin-right: 4px;
  font-family: 'Roboto Slab', serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display:inline-block;
  float:none !important;
  font-size: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 20px 0;
  color: white;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1em;
  letter-spacing: 0em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before{
  top: calc(100% - 17px);
}

.custom-menu-primary .hs-menu-wrapper > ul > li >a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% - 16px);
  height: 1px;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: white;
}
.custom-menu-primary .hs-menu-wrapper > ul > li+li {
  margin-left: 25px;
}
.tabber-with-counter-group .medium-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li >a:hover:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before{
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fixed .custom-header-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.fixed .custom-header-wrapper img.logoimg.logo-dark {
  opacity: 1;
}
.fixed .custom-header-wrapper img.logoimg.logo-light {
  opacity: 0;
}
.fixed .custom-header-wrapper {
  background: white;
}

.custom-header-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.to-bottom.fixed .custom-header-wrapper:before {
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.07),0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.15);
  opacity: 1;
}
.fixed.fixed1 .custom-header-wrapper {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.to-bottom.fixed.fixed1 .custom-header-wrapper {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline;
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  transform: none;
  border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #FAA41A;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  margin: 0;
  white-space: nowrap;
  display: block;
  padding: 0 30px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li> ul >li:last-child{
  margin-bottom:0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 0em;
  display: block;
  padding: 0;
  color: black
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #FAA41A;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: white;
    line-height: 1.6;
    text-align: left;
    min-width: calc(100% + 60px);
    top: 100%;
    left: -30px !important;
    padding: 30px 0;
    margin: 0;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: black;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #FAA41A;
  }
  a.thb-mobile-close {
    display: none;
  }
  .custom-menu-primary.mobile {
    display: none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width:1023px){



  .custom-menu-primary.desktop {
    display: none !important;
  }
  .mobile-open .mobile-trigger {
    display: none !important;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-radial-gradient(center, circle, rgba(0,0,0,0.05),rgba(0,0,0,0.2));
    background-image: -webkit-radial-gradient(center, circle, rgba(0,0,0,0.05),rgba(0,0,0,0.2));
    background-image: radial-gradient(circle at center, rgba(0,0,0,0.05),rgba(0,0,0,0.2));
    -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .mobile-open .overlay {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

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

  .mobile-trigger{
    display: inline-flex !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    width: 16px;
    top: 33px;
    right: 15px;
    height: 12px;
    align-items: center;
    transition: none;
    vertical-align: middle;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 16px;
    height: 1px;
    background-color: white; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{

  }

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #FAA41A;
}

  /* ===== Mobile Child Toggle Buttons ===== */
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    position: relative;
  }
  .child-trigger {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    display: inline-block !important;
    left: 0;
    height: 54px;
    width: 100%;
    z-index: 10;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover .thb-arrow div {
    background: #EE9982;
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul> li:last-child> a {
    padding-bottom: 2px;
  }

  /* ===== Mobile Menu Styles ===== */

  .custom-menu-primary.js-enabled{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin: 0;
    white-space: nowrap;
    display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
  }
  /* Hide menu on mobile */

  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:after,
  .thb-mobile-close:after{
    display:none;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary{
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    padding: 50px;
    width: 320px;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    background-color: #004A7C;
    will-change: transform;
    transform: matrix(1, 0, 0, 1, 303, 0);
    transition:all 0.5s ease;
    height:100%;
    overflow-y:auto;
    right: -320px;
  }
  .mobile-open .custom-menu-primary{
    transform: matrix(1, 0, 0, 1, 0, 0);
    right: 0;
  }
  /* Mobile Menu Styles */
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin:0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-style: normal;
    font-weight: bold;
    padding: 13px 0;
    font-size: 20px;
    line-height: 1.4;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #FAA41A;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: white;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: none;
    margin-right: 0;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    font-size: 16px;
    padding-left: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    font-size: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    padding: 8px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.35em;
    letter-spacing: 0em;
    color:white;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FAA41A;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content:none;
    display: none;
  }
}


/* ==========================================================================
5. BLOG
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #E9E9EA;
  border-bottom: 1px solid #E9E9EA;
  height: auto;
}

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #E9E9EA;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #E9E9EA;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #E9E9EA;
  border-bottom: 1px solid #E9E9EA;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  clear: left;
  font-size: 16px;
  color: #34383A;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 400;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  line-height: 1.15;
  margin: 0;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0,0,0,0.07);
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 27px;
  color: #34383A;
  font-size: 16px;
  font-weight: 400;
  background: #F4F4F4;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 27px;
  width: 100%;
  outline:none;
  display:block;
  max-width:767px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background: white;
  border-color: #FAA41A;
  color: black;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
a.lets-talk-cta,
.brand-pattern.for-home-page .vc_btn3-container a,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  line-height: 1.15;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: white;
  padding-left: 21px;
  padding-right: 21px;
  max-width: 100%;
  font-size: 21px;
  font-weight: 600;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: white;
  background-color: #FAA41A;
  border: none;
  outline: none;
  white-space: normal !important;
}
.hs-button.primary:after,
input[type="submit"]:after,
input[type="button"]:after,
a.lets-talk-cta:after,
.brand-pattern.for-home-page .vc_btn3-container a:after {
  display: none;
  content: none;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.lets-talk-cta:hover,
.brand-pattern.for-home-page .vc_btn3-container a:hover {
  background-color: #EE9982;
  outline: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
a.lets-talk-cta:focus,
.brand-pattern.for-home-page .vc_btn3-container a:focus {}



/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */

.section.post-body li {
    line-height: 1.6;
}

.post-gallery img {
    object-fit: cover;
    height: 18vw;
    max-height: 345.594px;
}


.hs-tools-menu a:after {
  display: none;
  content: none;
}
.slide-in-bottom {
  display: block;
  will-change: contents;
  overflow: hidden;
}

.testimonail-slider .testimonial-author cite:before,
.intevity-partnerships cite:before {
  display:none
}

.partners .header-container-wrapper {
  min-height: 180px;
}



body.full-width-layout .custom-banner-area .inner-wrapper {
  align-items: normal;
  padding-top: 35vh;
  padding-bottom: 20vh;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.thb-fancy-box {
  border-radius: 4px;
  min-height: 430px;
  position: relative;
}
.thb-fancy-box .thb-fancy-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 10%;
}
.thb-fancy-box .button {
  margin-bottom: 0;
  font-size: 12px;
  height: 42px;
  padding: 0 30px;
  border: 2px solid #EE9982;
  background: transparent;
  border-radius: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 0;
  cursor: pointer;
  opacity: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-color: white;
  color: white;

}
.homepage .thb-fancy-box .button{
  letter-spacing: 1px;
}
.thb-fancy-box .button:hover{
  color: black;
  background: white;
}
.thb-fancy-box .thb-fancy-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: black;
  border-radius: 4px;
}
.thb-fancy-box .thb-fancy-image {
  opacity: 0.8;
  border-radius: 4px;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-bottom: 0;
}

.thb-fancy-box .thb-fancy-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 430px;
}
.thb-fancy-box .thb-fancy-content {
  flex-direction: column;
  background-position: center;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10%;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  justify-content: flex-end;
  border-radius: 4px;
  color: white;
}

.thb-fancy-box .thb-fancy-content h4{
  color: white;
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-top: 0px;
}
.thb-fancy-box .thb-fancy-content p {
  line-height: 1.75em;
  letter-spacing: 0em;
  max-width: 100%;
  font-size: 16px;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}


.see-more-work-grp-wrap {
  padding: 0 35px;
  padding-top: 4vh !important;
  padding-bottom: 10vh !important;
  margin-top: 30px;
}

.see-more-work-grp-wrap .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 30px;
}

.see-more-work-grp-wrap .item-grp-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.related-inner .post-header h2 a {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-fancy-box:hover .button {
  opacity: 1;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.thb-fancy-box:hover .thb-fancy-image {
  opacity: 0.2;
}
.blog-post-wrapper .post-body * {
  font-family: 'Roboto', sans-serif;
}

.blog-post-wrapper .post-body h1 *,
.blog-post-wrapper .post-body h2 * {
  font-family: 'Roboto Slab', serif;
}

.thb-fancy-box:hover .thb-fancy-content {
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
.see-more-work-grp-wrap .title-wrap {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.see-more-work-grp-wrap .title-wrap h2 {
  color: black;
  margin-bottom: 35px;
  margin-top: 0;
}
body.full-width-layout .section-1.section .page-center {
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 32px;
  padding-bottom: 6vh;
}

body.full-width-layout .section-1.section .page-center p {
  margin: 0 0 35px;
}
.three-col-img-title-cont-rap .thb-counter {
  margin-bottom: 0;
}
body.full-width-layout .section-1.section {
  margin-top: 5vh;
}
.three-col-img-title-cont-rap .wpb_content_element{
  margin: 0;
}
.three-col-img-title-cont-rap {
  padding: 0 35px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  padding-top: 7vh;
  padding-bottom: 1vh;
  border-top-color: #FAA41A;
  border-top-style: solid;
  border-bottom-color: #FAA41A;
  border-bottom-style: solid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.three-col-img-title-cont-rap .title-wrap h2 {
  margin: 0 0 35px;
}
.three-col-img-title-cont-rap .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

.three-col-img-title-cont-rap .inner-wrap .col {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.three-col-img-title-cont-rap .inner-wrap .col .wpb_text_column .wpb_wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 35px;
}

.thb-counter.counter-style4 .counter-container .counter {
  font-size: 60px;
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.02em !important;
  will-change: contents;
  margin: 0;
  color: #004A7C;
  line-height: 1;

}
.thb-counter.counter-style4 .counter-container .odometer .odometer-inside {
  line-height: 1;
  display: flex;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.thb-counter.counter-style4 .counter-container {
  margin-bottom: 55px;
}
.three-col-img-title-cont-rap .inner-wrap .col .wpb_text_column .wpb_wrapper p {
  margin: 0;
  color: #5C6266;
}
.three-col-img-title-cont-rap .inner-wrap .col .wpb_text_column .wpb_wrapper h3 {
  font-family: 'Roboto', sans-serif;
  color:black;
}
.three-col-img-title-cont-rap .inner-wrap .col figure {
  margin: 0;
  margin-bottom: 35px;
}

.three-col-img-title-cont-rap .inner-wrap .col .wpb_single_image {
  min-height: 80px;
}




/* Blog Styles */
.thb-carousel {
  opacity: 0;
  max-height: 300px;
  overflow: hidden;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear
}

.thb-carousel {
  opacity: 0;
  max-height: 300px;
  overflow: hidden;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  max-width: 90rem
}

.thb-carousel.slick-initialized {
  max-height: 100%;
  opacity: 1;
  overflow: visible
}

.thb-carousel.slick-initialized {
  max-height: 100%;
  opacity: 1;
  overflow: visible
}

.thb-portfolio-slider {
  margin-bottom: 12vh !important;
  max-width: 90rem;
  margin: 0 auto !important
}

.portfolio-slide-wrapper {
  overflow: hidden;
  margin-bottom: 12vh;
  padding: 0 35px
}

.thb-carousel img {
  width: 100%;
  display: block
}

.thb-carousel .slick-track {
  min-width: 100%
}

.thb-carousel .slick-nav {
  outline: 0
}

.thb-carousel .slick-dots-wrapper {
  display: flex;
  justify-content: center;
  width: 100%
}

.thb-carousel .slick-dots {
  display: inline-flex;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  position: relative;
  width: auto;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.thb-carousel .slick-dots li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0
}

.thb-carousel .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  text-indent: -9999px;
  background: rgba(0,0,0,0.2);
  margin: 0 3px;
  outline: 0;
  padding: 0;
  cursor: pointer
}

.thb-carousel .slick-dots li button:before,.thb-carousel .slick-dots li button:after {
  display: none
}

.thb-carousel .slick-dots li .portrait_bullet {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 0 2px;
  opacity: .4
}

.thb-carousel .slick-dots li.slick-active button {
  background: black
}

.thb-carousel .slick-dots li.slick-active .portrait_bullet {
  opacity: 1
}

.thb-carousel .slick-dots .select {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  text-indent: -9999px;
  background: black;
  margin: 0 3px;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0
}

.thb-carousel.center-arrows .slick-nav {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  z-index: 20;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.thb-carousel.center-arrows .slick-nav.slick-prev {
  left: 15px
}

.thb-carousel.center-arrows .slick-nav.slick-next {
  right: 15px
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex
}

@media only screen and (min-width: 640px) {
  .thb-carousel.thb-arrows-style2 .slick-style2-arrows {
    left:auto;
    right: 4vw;
    bottom: 10vh;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav {
  position: static;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-weight: 600
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.thb-animated-arrow {
  border: 0;
  height: auto;
  width: auto
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-prev {
  margin-right: 8px
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-prev svg {
  margin-right: 4px
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-prev:hover svg {
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-next {
  margin-left: 8px
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-next svg {
  margin-left: 4px
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-next:hover svg {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-dots-wrapper {
  align-items: center
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-dots {
  margin: 0;
  align-items: center
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-dots li button {
  background: rgba(255,255,255,0.4)
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-dots li.slick-active button {
  background: white
}

.thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-dots .select {
  background: white
}

.testimonail-slider .hs_cos_gallery_main .slick-list, 
.full-testimonail-slider .hs_cos_gallery_main .slick-list, 
.client-logo-slider .hs_cos_gallery_main .slick-list {
  min-height: auto;
}

.hs_cos_gallery_main .slick-list {
  min-height: 663px;
}

.hs_cos_gallery_main .slick-list .slick-slide img { 
  max-height: 600px;
}

.hs_cos_gallery_thumbnails .slick-track img {
  max-height: 200px;
}

.thb-carousel.overflow-visible .slick-list {
  overflow: visible
}

.thb-carousel.overflow-visible .slick-list .slick-slide {
  opacity: .2;
  pointer-events: none;
  -moz-transition: opacity .25s cubic-bezier(0.25,0.8,0.25,1);
  -o-transition: opacity .25s cubic-bezier(0.25,0.8,0.25,1);
  -webkit-transition: opacity .25s cubic-bezier(0.25,0.8,0.25,1);
  transition: opacity .25s cubic-bezier(0.25,0.8,0.25,1);
  margin: 0 5px
}

.thb-carousel.overflow-visible .slick-list .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto
}

.thb-carousel.overflow-visible-only .slick-list {
  overflow: visible
}

.thb-portfolio-slider.full_height .portfolio-slide {
  height: 100vh;
  max-height: 100vh
}

.thb-portfolio-slider .portfolio-slide {
  position: relative
}

.thb-portfolio-slider .portfolio-slide .cover-bg,.thb-portfolio-slider .portfolio-slide .post.style5 .post-gallery,.post.style5 .thb-portfolio-slider .portfolio-slide .post-gallery,.thb-portfolio-slider .portfolio-slide .thb_post_nav.style2 .post_nav_link .inner,.thb_post_nav.style2 .post_nav_link .thb-portfolio-slider .portfolio-slide .inner,.thb-portfolio-slider .portfolio-slide .thb_portfolio_nav .inner,.thb_portfolio_nav .thb-portfolio-slider .portfolio-slide .inner,.thb-portfolio-slider .portfolio-slide .thb-carousel .slick-dots li .portrait_bullet,.thb-carousel .slick-dots li .thb-portfolio-slider .portfolio-slide .portrait_bullet,.thb-portfolio-slider .portfolio-slide .thb-fancy-box .thb-fancy-content,.thb-fancy-box .thb-portfolio-slider .portfolio-slide .thb-fancy-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none
}

.thb-portfolio-slider .portfolio-slide .cover-bg img,.thb-portfolio-slider .portfolio-slide .post.style5 .post-gallery img,.post.style5 .thb-portfolio-slider .portfolio-slide .post-gallery img,.thb-portfolio-slider .portfolio-slide .thb_post_nav.style2 .post_nav_link .inner img,.thb_post_nav.style2 .post_nav_link .thb-portfolio-slider .portfolio-slide .inner img,.thb-portfolio-slider .portfolio-slide .thb_portfolio_nav .inner img,.thb_portfolio_nav .thb-portfolio-slider .portfolio-slide .inner img,.thb-portfolio-slider .portfolio-slide .thb-carousel .slick-dots li .portrait_bullet img,.thb-carousel .slick-dots li .thb-portfolio-slider .portfolio-slide .portrait_bullet img,.thb-portfolio-slider .portfolio-slide .thb-fancy-box .thb-fancy-content img,.thb-fancy-box .thb-portfolio-slider .portfolio-slide .thb-fancy-content img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thb-portfolio-slider .portfolio-slide .row {
  z-index: 10;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.thb-portfolio-slider .portfolio-slide .thb-portfolio-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none
}

.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .cover-bg,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .post.style5 .post-gallery,.post.style5 .thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .post-gallery,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .thb_post_nav.style2 .post_nav_link .inner,.thb_post_nav.style2 .post_nav_link .thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .inner,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .thb_portfolio_nav .inner,.thb_portfolio_nav .thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .inner,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .thb-carousel .slick-dots li .portrait_bullet,.thb-carousel .slick-dots li .thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .portrait_bullet,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .thb-fancy-box .thb-fancy-content,.thb-fancy-box .thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .thb-fancy-content,.thb-portfolio-slider .portfolio-slide.thb-video-slide:not(.thb-video-disabled-mobile).slick-active .portfolio-slider-image {
  opacity: 0 !important
}

.thb-portfolio-slider.thb-portfolio-slider-style1 .portfolio-slide,.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 85vh
}

.thb-portfolio-slider.thb-portfolio-slider-style1 .portfolio-slide .row.max_width,.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-slide .row.max_width {
  flex: 1
}

.thb-portfolio-slider.thb-portfolio-slider-style1.full_height .portfolio-slide,.thb-portfolio-slider.thb-portfolio-slider-style2.full_height .portfolio-slide {
  height: 100vh;
  max-height: 100vh
}

.thb-portfolio-slider.thb-portfolio-slider-style1 h2 {
  font-weight: 400;
  margin-bottom: 30px;
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style2 a,.thb-portfolio-slider.thb-portfolio-slider-style2 p,.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes h6,.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes p {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes h6:after {
  background: white
}

.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes {
  margin-bottom: 10px
}

.thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes p {
  margin-bottom: 30px
}

.thb-portfolio-slider.thb-portfolio-slider-style2 .excerpt {
  padding-right: 10%
}

.thb-portfolio-slider.thb-portfolio-slider-style2 .excerpt p {
  margin-bottom: 25px
}

.thb-portfolio-slider.thb-portfolio-slider-style3 {
  position: relative;
  z-index: 20
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide {
  padding: 20px 0
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side {
  padding-right: 10%;
  padding-bottom: 40px
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories {
  font-size: 16px;
  font-weight: 500;
  color: #EE9982;
  margin-bottom: 40px
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side .thb-categories a {
  color: #EE9982
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side h2 {
  font-weight: 400;
  margin-bottom: 40px
}

.thb-portfolio-slider.thb-portfolio-slider-style1 a {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style2 {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style2 h1 {
  color: white;
  line-height: 1.1;
  margin-bottom: 20px
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .thb-portfolio-image {
  display: block;
  position: relative
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .thb-portfolio-image .portfolio-slider-image {
  position: relative;
  z-index: 20
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .thb-portfolio-image .thb-portfolio-video {
  height: 100%
}

.thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .thb-portfolio-image .thb-portfolio-video video {
  height: 100% !important
}

.thb-portfolio-slider.thb-portfolio-slider-style4 {
  margin: 0 -5px
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 0
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .slide-bg {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  background: black
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .row.max_width {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide a {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide p {
  margin-bottom: 0;
  padding: 0 10%
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .btn-text {
  margin-top: 25px;
  font-weight: 600
}

.thb-portfolio-slider.thb-portfolio-slider-style4.full_height .portfolio-slide {
  height: 100vh;
  max-height: 100vh
}

.thb-portfolio-slider.thb-portfolio-slider-style4.full_height .portfolio-slide .slide-bg {
  height: 100%;
  padding: 0
}

.thb-portfolio-slider.thb-portfolio-slider-style5 {
  color: white;
  background: black
}

.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 5px;
  position: relative;
  height: 85vh;
  padding: 15px 15px 60px 15px
}

.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .cover-bg,.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .post.style5 .post-gallery,.post.style5 .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .post-gallery,.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .thb_post_nav.style2 .post_nav_link .inner,.thb_post_nav.style2 .post_nav_link .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .inner,.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .thb_portfolio_nav .inner,.thb_portfolio_nav .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .inner,.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .thb-carousel .slick-dots li .portrait_bullet,.thb-carousel .slick-dots li .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .portrait_bullet,.thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .thb-fancy-box .thb-fancy-content,.thb-fancy-box .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .thb-fancy-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .8
}

.thb-portfolio-slider.thb-portfolio-slider-style5 .row {
  z-index: 10;
  flex: 1
}

.thb-portfolio-slider.thb-portfolio-slider-style5 .thb-categories {
  margin-bottom: 15px
}

.thb-portfolio-slider.thb-portfolio-slider-style5 a:not(.btn) {
  color: white
}

.row.full-width-row .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide {
  padding: 15px 15px 60px 15px
}

.row.full-width-row .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide .row.max_width {
  max-width: 100% !important;
  padding: 0
}

.thb-portfolio-slider.thb-portfolio-slider-style6 {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 85vh;
  text-align: center;
  background: black
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .row.max_width {
  flex: 1
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .cover-bg,.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .post.style5 .post-gallery,.post.style5 .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .post-gallery,.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .thb_post_nav.style2 .post_nav_link .inner,.thb_post_nav.style2 .post_nav_link .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .inner,.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .thb_portfolio_nav .inner,.thb_portfolio_nav .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .inner,.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .thb-carousel .slick-dots li .portrait_bullet,.thb-carousel .slick-dots li .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .portrait_bullet,.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .thb-fancy-box .thb-fancy-content,.thb-fancy-box .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .thb-fancy-content {
  opacity: .8
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .style6-info-container {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 400px;
  font-size: 16px;
  text-align: left
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .style6-info-container h6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .07em
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .style6-info-container p {
  font-size: inherit;
  margin: 0
}

.thb-portfolio-slider.thb-portfolio-slider-style6 a,.thb-portfolio-slider.thb-portfolio-slider-style6 p,.thb-portfolio-slider.thb-portfolio-slider-style6 h6 {
  color: white
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .thb-categories {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .thb-line {
  width: 1px;
  height: 8vh;
  margin: 1vh auto;
  display: flex;
  position: relative
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .thb-line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  height: 100%;
  transform-origin: left top
}

.thb-portfolio-slider.thb-portfolio-slider-style6 .view-project-btn {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .2em
}

.thb-portfolio-slider.thb-portfolio-slider-style6.full_height .portfolio-slide {
  height: 100vh;
  max-height: 100vh
}

.thb-portfolio-slider:not(.center-arrows) .slick-nav {
  position: absolute;
  left: 15px;
  bottom: 48px;
  z-index: 99
}

.thb-portfolio-slider:not(.center-arrows) .slick-nav.slick-next {
  left: 48px
}

.thb-animated-arrow.circular {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.4)
}

.thb-animated-arrow.circular:before {
  display: none
}

.thb-animated-arrow.circular svg {
  width: 20px;
  height: 20px;
  overflow: visible
}

.thb-animated-arrow svg {
  fill: white
}

.thb-animated-arrow svg .handle {
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.thb-animated-arrow:hover .handle {
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

.thb-animated-arrow.circular.slick-next .handle {
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}

.thb-animated-arrow.circular.slick-next:hover .handle {
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}

.thb-carousel .row.max_width {
  max-width: 90rem !important;
  padding: 0;
  margin: 0 auto;
  padding: 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}

.thb-carousel .thb-light-column {
  max-width: 66.66667%;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.thb-carousel .columns.thb-light-column {
  color: #E9E9EA;
}

.thb-light-column p {
  margin-bottom: 0;
  padding: 0 10%
}

.btn-text.style2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  position: relative
}

.btn-text.style2:before,.btn-text.style2:after {
  content: '' !important;
  display: block !important;
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  -moz-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  -o-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  -webkit-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  border-bottom: none !important
}

.btn-text.style2:after {
  background: #34383A;
  transform-origin: left center;
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  top: auto
}

.light-button-text.style2:before,.columns.thb-light-column .style2.btn-text:before,.footer.dark .style2.btn-text:before {
  background: rgba(255,255,255,0.35)
}

.light-button-text.style2:after,.columns.thb-light-column .style2.btn-text:after,.footer.dark .style2.btn-text:after {
  background: white
}

.btn-text.style2:hover:after {
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1)
}

.thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide a:after {
  display: none
}

.blog.not-having-banner .cm-header-group {
  min-height: 118px !important
}

.thb-portfolio-slider.thb-portfolio-slider-style5 h1 {
  color: white;
  line-height: 1.1;
  margin-bottom: 30px
}

.thb-portfolio-slider.thb-portfolio-slider-style6 h1 {
  color: white;
  line-height: 1;
  font-weight: 400;
  margin: 0
}

.thb-portfolio-slider .portfolio-slider-image {
  border-radius: 3px;
  margin-bottom: 50px;
  -moz-box-shadow: 0 3px 30px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.25);
  box-shadow: 0 3px 30px rgba(0,0,0,0.25)
}

.post-listing {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.post-listing .post-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  -moz-perspective: 3000px;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 40px;
}

.post-item .post-gallery {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  border-radius: 3px
}

.post-item .post-gallery a {
  display: block;
  -moz-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  -o-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  -webkit-transition: all .25s cubic-bezier(0.25,0.8,0.25,1);
  transition: all .25s cubic-bezier(0.25,0.8,0.25,1)
}

.post-gallery img {
  border-radius: 3px;
  width: 100%;
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  backface-visibility: hidden;
  transform-origin: center center;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear
}


.hs-blog-listing .post-header h2 a {
    line-height: 1.15em !important;
}


.post-gallery .post-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
    -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.related-post-wrapper .post-gallery img {
    max-height: 188px;
}


.post-gallery .post-gallery-overlay svg {
    fill: white;
    width: 50px;
    height: auto;
    opacity: 0;
    -moz-transform: translateX(-30px) scale(0.85);
    -ms-transform: translateX(-30px) scale(0.85);
    -webkit-transform: translateX(-30px) scale(0.85);
    transform: translateX(-30px) scale(0.85);
    -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.post-item:hover>.post-gallery img {
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05)
}

.post-item:hover>.post-gallery .post-gallery-overlay {
  opacity: 1
}

.post-item:hover>.post-gallery .post-gallery-overlay svg {
  opacity: 1;
  -moz-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1)
}

.post-category {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase
}

.post-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.post-meta,.post.style4 .post-meta {
  font-size: 12px
}

.hs-blog-listing .content-wrapper {
  padding-top: 0
}

.post-header h2 a:hover {
  text-decoration: underline
}

.post-header h2 a:after {
  display: none
}

.post-gallery-detail {
  background: #34383A;
  padding-bottom: 15vh;
  margin-bottom: 30px;
  border-radius: 0;
  min-height: 60vh
}

.post-gallery.parallax {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 5vh;
}

.post-gallery.parallax .parallax_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  will-change: transform;
  transform: scale(1.1)
}

.post-gallery .row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.post-gallery .align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.post-gallery .column,.post-gallery .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: .9375rem;
  padding-left: .9375rem;
  min-width: 0
}

.post-gallery .large-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.post-gallery.parallax .post-title {
  width: 100%;
  z-index: 2;
  text-align: center;
  color: white
}

.post-gallery h1.entry-title {
  color: white
}
.custom-banner-area.for-carrer-pg .inner-wrapper > div {
  width: 100%;
  display: block;
}
.custom-banner-area.for-carrer-pg .sub-title-wrap {
  margin-bottom: 35px;
}
.custom-banner-area .inner-wrapper .sub-title-wrap p {
  color: white;
  margin: 0;
}
.post-gallery.parallax  .post-category a {
  color: white
}

.post-gallery.parallax .post-category {
  font-weight: 500;
  font-size: 12px
}

.header-spacer-force {
  min-height: 140px
}

.post-gallery-detail .parallax_bg {
  opacity: .7
}

.blog-post-footer {
  margin-bottom: 80px;
}

.blog .content-wrapper {
  padding-top: 5vh;
}

.blog .content-wrapper.blog-listing {
  padding-left: 55px;
  padding-top: 13vh;
}

.hs-blog-post .blog-content {
  max-width: 58.33333%;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

@media only screen and (min-width: 640px) {
  .thb-carousel .slick-dots li .portrait_bullet {
    width:60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 4px
  }

  .thb-carousel.center-arrows .slick-nav.slick-prev {
    left: 40px
  }

  .thb-carousel.center-arrows .slick-nav.slick-next {
    right: 40px
  }

  .thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-prev {
    margin-right: 16px
  }

  .thb-carousel.thb-arrows-style2 .slick-style2-arrows .slick-nav.slick-next {
    margin-left: 16px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .btn-text {
    margin-top: 50px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide {
    padding: 10vh 0
  }

  .thb-portfolio-slider.thb-portfolio-slider-style5 .thb-categories {
    margin-bottom: 30px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style5 h1 {
    margin-bottom: 40px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style6 .slick-style2-arrows {
    right: 50px;
    bottom: 50px
  }

  .row.full-width-row .thb-portfolio-slider.thb-portfolio-slider-style5 .portfolio-slide {
    padding: 10vh 4vw
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size: 20px;
    padding: 0 40px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style6 .portfolio-slide .style6-info-container {
    display: block
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size: 42px
  }

  .thb-portfolio-slider .portfolio-slider-image {
    margin: 0
  }
}

@media only screen and (min-width: 1024px) {
  .thb-portfolio-slider.thb-portfolio-slider-style1 h2 {
    font-size:48px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style3 .portfolio-slide .content-side h2 {
    font-size: 38px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .slide-bg {
    padding-bottom: 50%
  }

  .thb-portfolio-slider.thb-portfolio-slider-style6 h1 {
    font-size: 60px
  }
}

@media only screen and (min-width: 1600px) {
  .thb-portfolio-slider.thb-portfolio-slider-style2 h1 {
    font-size:90px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style5 .thb-categories {
    margin-bottom: 50px
  }

  .thb-portfolio-slider.thb-portfolio-slider-style5 h1 {
    font-size: 90px;
    margin-bottom: 60px
  }
}

@media only screen and (max-width: 1023px) {

.related-post-wrapper .post-gallery img {
    max-height: 100%;
}
  .post-gallery img {
    max-height: 100%;
    height: 60vw;
  }

  .thb-portfolio-slider.thb-portfolio-slider-style2 .portfolio-attributes p {
    display:none
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size: 60px
  }

  .thb-carousel .thb-light-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-right: .9375rem;
    padding-left: .9375rem
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .slide-bg {
    padding-bottom: 70%
  }

  .post-listing .post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

@media only screen and (max-width: 767px) {
  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size:20px
  }
}

@media only screen and (max-width: 640px) {


  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide p {
    display:none
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size: 20px
  }

  .thb-carousel .thb-light-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide .slide-bg {
    padding-bottom: 80%
  }
}





/*Post Pagination*/
.thb_post_nav.style1 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: white;
  padding: 20px 0;
  border-top: 1px solid #F4F4F4
}

.thb_post_nav.style1.active {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.thb_post_nav.style1 .row {
  position: relative
}

.thb_post_nav.style1 .center_link {
  display: flex;
  justify-content: center;
  align-items: center
}

.thb_post_nav.style1 .post_nav_link {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  color: black;
  min-height: 18px;
  position: static;
}

.thb_post_nav.style1 .post_nav_link svg {
  position: absolute;
  top: 50%;
  fill: rgba(9,9,9,0.2);
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.thb_post_nav.style1 .post_nav_link svg .bar {
  fill: black;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.thb_post_nav.style1 .post_nav_link strong {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #929396
}

/*.thb_post_nav.style1 .post_nav_link strong,*/.thb_post_nav.style1 .post_nav_link span {
  display: none
}

@media only screen and (min-width: 640px) {
  .thb_post_nav.style1 .post_nav_link strong,.thb_post_nav.style1 .post_nav_link span {
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
}

.thb_post_nav.style1 .post_nav_link.prev {
  padding-left: 13px
}

.thb_post_nav.style1 .post_nav_link.prev svg {
  left: 27px;
  -moz-transform: translate3d(0%, -50%, 0);
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0)
}

@media only screen and (min-width: 640px) {
  .thb_post_nav.style1 .post_nav_link.prev svg {
    left:37px
  }
}

.thb_post_nav.style1 .post_nav_link.prev svg .bar {
  transform-origin: 100% 0
}

.thb_post_nav.style1 .post_nav_link.prev:hover {
  padding-left: 24px
}

.thb_post_nav.style1 .post_nav_link.prev:hover svg {
  -moz-transform: translate3d(-20%, -50%, 0);
  -webkit-transform: translate3d(-20%, -50%, 0);
  transform: translate3d(-20%, -50%, 0)
}

.thb_post_nav.style1 .post_nav_link.next {
  text-align: right;
  padding-right: 13px
}

.thb_post_nav.style1 .post_nav_link.next svg {
  right: 27px;
  -moz-transform: translate3d(0%, -50%, 0);
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0)
}

@media only screen and (min-width: 640px) {
  .thb_post_nav.style1 .post_nav_link.next svg {
    right:37px
  }
}

.thb_post_nav.style1 .post_nav_link.next:hover {
  padding-right: 24px
}

.thb_post_nav.style1 .post_nav_link.next:hover svg {
  -moz-transform: translate3d(20%, -50%, 0);
  -webkit-transform: translate3d(20%, -50%, 0);
  transform: translate3d(20%, -50%, 0)
}

.thb_post_nav.style1 .post_nav_link:hover svg {
  fill: black
}

.thb_post_nav.style1 .post_nav_link:hover svg .bar {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.thb_post_nav .row.full-width-row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 35px;
}

.thb_post_nav .medium-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (max-width: 640px) {
  .thb_post_nav .medium-5 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

.thb_post_nav.style1 .center_link {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #F4F4F4;
  border-left: 0;
}

#hs_cos_wrapper_post_body hr {
  border: 2px solid #FAA41A;
}

.thb_post_nav.style1 .post_nav_link:after {
  display: none;
}
.thb_post_nav {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.post-category a:after {
  display: none;
}

.post-category a:hover {
  text-decoration: underline;
}

.section.post-body p {
  margin: 0 0 1.55rem;
}

.widget-type-blog_comments h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6em !important;
  letter-spacing: 0em !important;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.widget-type-blog_comments p {
  font-size: 12px;
  margin-bottom: 35px;
}

.widget-type-blog_comments{
  padding: 2vh 0;
  margin-bottom: 10vh;
  margin-top:10vh
}
.widget-type-blog_comments input[type="submit"]{width: 100%;margin-top: 30px;}

.section.post-body img + p small {
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}



blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #929396;
  line-height: 1.6;
  color: #929396;
  display: block;
  padding: 5% 10%;
  border: 0;
  text-align: center;
}

.section.post-body blockquote p {
  margin: 0;
  color: #34383A;
}

.hs-blog-post .entry-footer {
  text-align: center;
  padding: 40px 0;
}

.hs-blog-post .entry-footer a:after {
  display: none;
}



.hs-blog-post .entry-footer a {
  display: inline-block;
  border: 2px solid rgba(0,0,0,0.07);
  color: #929396;
  font-size: 12px !important;
  padding: 10px 20px;
  margin: 0 5px 9px 0;
  line-height: 1;
  font-weight: 500;
  border-radius: 500px;
  text-transform: capitalize;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hs-blog-post .entry-footer a:hover{

  background-color: #FAA41A;
  border-color: #FAA41A;
  color:white;
}


.related-post-wrapper {
  background: #F4F4F4;
  padding: 10vh 0 calc(10vh - 40px);
}

.related-inner {
  max-width: 58.33333%;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.related-inner h4 {
  font-family: 'Roboto', sans-serif;
}



.related-inner .post-listing {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.related-inner .post-header h2 {
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.related-inner .post-category a {
  color: #34383A;
}


.related-inner .post-item .post-gallery {
  margin-bottom: 20px;
}


.blog .nav-active a.back-to-top.back-active {
  bottom: 90px;
}



.custom-banner-area.with-image {

}

.custom-banner-area.with-image .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.custom-banner-area.with-image .inner-wrapper .left-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  height: 100%;
  align-items: center;
}

.custom-banner-area.with-image .inner-wrapper .right-col {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 35px;
  max-width: 33.33333%;
}


.cm-pag-pagination-wrapper a {
  display: inline-flex;
  align-items: center;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: absolute;
  left: 0px;
  top: 40px;
  display: flex;
  flex-direction: row-reverse;
  font-size: 18px;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size:  18px;
}

.left-pagination {}

.cm-pag-pagination-wrapper > div,
.two-col-cont-img-wrapper .inner-wrapper > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.cm-pag-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.wpb_wrapper {
  width: 100%;
}
.cm-pag-pagination-wrapper a .arrow {
}
.cm-pag-pagination-wrapper a .arrow {
  display: inline-flex;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
  width: 15px;
}
.cm-pag-pagination-wrapper a .arrow > div {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32px;
  -moz-transform: translateX(-17px);
  -ms-transform: translateX(-17px);
  -webkit-transform: translateX(-17px);
  transform: translateX(-17px);
}
.cm-pag-pagination-wrapper a .arrow svg {
  width: 15px;
  height: auto;
}

.cm-pag-pagination-wrapper a:after {
  content: none;
  display: none;
}

.cm-pag-pagination-wrapper a:hover {
  color: #FAA41A;
}
.cm-pag-pagination-wrapper a .arrow svg:first-child{
  fill: #FAA41A;
}
.cm-pag-pagination-wrapper a:hover .arrow>div {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cm-pag-pagination-wrapper a .arrow svg+svg {
  margin-left: 2px;
}

.cm-pag-pagination-wrapper > div.right-pagination {}

.cm-pag-pagination-wrapper > div.right-pagination a {
  position: absolute;
  right: 0px;
  top: 40px;
  display: flex;
  flex-direction: row;
  left: auto;
}

.cm-pag-pagination-wrapper > div.left-pagination a .arrow {
  margin-left:13px;
  margin-right: 13px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.full-width-layout-typ-2 .content-wrapper {
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 20vh !important;
}
.two-col-cont-img-wrapper {
  margin-top: 15vh !important;
  margin-bottom: 15vh !important;
}
.two-col-cont-img-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.two-col-cont-img-wrapper .left-col img {
  margin: 0 auto;
  display: block;
}
.two-col-cont-img-wrapper .inner-wrapper .cont-wrapper p {
  margin-bottom: 1.55rem;
  margin-top: 0;
}

.two-col-cont-img-wrapper .inner-wrapper .cont-wrapper ol {
  margin-top: 35px;
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 35px;
}

.two-col-cont-img-wrapper .inner-wrapper .cont-wrapper ol li {
  margin-bottom: 5px;
}
.advanced-title-wrap h1 {
  width: 100%;
  margin: 0;
  max-width: 100%;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advanced-title-wrap {
  text-align: center;
  margin-top: 15vh !important;
  margin-bottom: 67px;
}
.advanced-title-wrap h1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}




.advanced-title-wrap h1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.flip-cont-grp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 35px;
}

.flip-cont-grp-inner-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flip-cont-grp-inner-wrap .thb-flip-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 40px;
}

.thb-flip-box-inner {
  text-align: center;
  color: white;
}
html.no-js.hs-inline-edit .cm-pag-pagination-wrapper {
  min-height: 90px;
}

.thb-flip-box-inner h3,.thb-flip-box-inner h4,.thb-flip-box-inner h5,.thb-flip-box-inner h6 {
  color: inherit;
  font-family: 'Roboto', sans-serif;
}
.thb-flip-box .thb-flip-box-side {
  display: flex;
  flex: 1;
  background-position: center;
  background-size: cover;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: white;
  -moz-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-flip-box-back.thb-flip-box-side .thb-flip-box-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  -moz-transform: translateZ(50px) scale(0.95);
  -ms-transform: translateZ(50px) scale(0.95);
  -webkit-transform: translateZ(50px) scale(0.95);
  transform: translateZ(50px) scale(0.95);
}
.flip-cont-grp-wrap .inner-wrap {
  display: flex;
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  min-height: 350px;
  perspective: 1000px;
}

.thb-flip-box-inner .flipbox-image {
  margin-bottom: 15px;
  width: 100%;
}

.thb-flip-box-inner .flipbox-image img {
  width: 64px;
  display: inline-block;
}

.thb-flip-box-inner .flipbox-image + div {
  padding-top: 25px;
  padding-bottom: 16px;
}

.thb-flip-box-inner h3,
.thb-flip-box-inner h5 {
  margin-bottom: 10px;
  margin-top: 0;
}
.thb-flip-box-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  -moz-transform: translateZ(50px) scale(0.95);
  -ms-transform: translateZ(50px) scale(0.95);
  -webkit-transform: translateZ(50px) scale(0.95);
  transform: translateZ(50px) scale(0.95);
}
.thb-flip-box .thb-flip-box-side.thb-flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.thb-flip-box.thb-flip-horizontal:hover .thb-flip-box-back {
  /*   -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); */
}
.thb-flip-box.thb-flip-horizontal:hover .thb-flip-box-front {
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.thb-flip-box-back.thb-flip-box-side .thb-flip-box-inner > div {
  padding-top: 25px;
  padding-bottom: 16px;
}





/* Styles that do not fit into any of the available sections above can go here. */
.thb-tab-menu .vc_tta-panel-heading h4 a:after {
  display: none
}

.not-having-banner.tabber-lyt .cm-header-group {
  min-height: 0 !important
}

.thb_video_bg {
  min-height: 515px;
  margin-bottom: 80px;
  padding-bottom: 10em;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.thb-tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 48px
}

.thb-tab-menu h4 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 0 30px;
  margin: 0
}

.thb-tab-menu a {
  display: inline-block;
  padding: 0 5px 30px;
  color: rgba(0,0,0,0.55);
  position: relative;
  line-height: 1
}

.thb-tab-menu a {
  font-size: 28px;
  color: #004A7C
}

.thb-tab-menu a.active {
  -moz-box-shadow: inset 0 -3px 0 #FAA41A,0 1px 0 #FAA41A;
  -webkit-box-shadow: inset 0 -3px 0 #FAA41A,0 1px 0 #FAA41A;
  box-shadow: inset 0 -3px 0 #FAA41A,0 1px 0 #FAA41A
}

.thb-tab-menu h4:first-child {
  padding-left: 0
}

.thb-tab-menu h4:last-child {
  padding-right: 0
}

.tabber-lyt .content-wrapper {
  padding-top: 0;
  padding-bottom: 0
}

.tabber-lyt .content-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.tabber-lyt .content-wrapper .hs_cos_wrapper_type_rich_text h3 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 35px
}

.tabber-lyt .content-wrapper .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 35px
}

.page-center .see-more-work-grp-wrap .page-center {
  padding: 0 !important
}

.page-center .see-more-work-grp-wrap {
  padding: 0 !important;
  margin-top: 0
}

.page-center .see-more-work-grp-wrap .item {
  margin-bottom: 65px
}

.tabber-sections:not(.active) {
  height: 0;
  overflow: hidden
}

.testimonail-slider .caption-content {
  border: 1px solid rgba(0,0,0,0.07);
  padding: 15%;
  text-align: center
}

.testimonail-slider {
  margin-bottom: 4vh
}

.testimonail-slider .slick-slide-inner-wrapper {
  display: block !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.testimonail-slider .hs_cos_gallery_main .slick-slide {
  margin: 0 !important
}

.testimonail-slider p {
  font-size: 16px;
  margin: 0 0 35px
}

.testimonail-slider .hs_cos_gallery_main {
  margin: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.testimonail-slider cite {
  display: block;
  color: #34383A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 5px
}

.testimonail-slider .title p {
  font-size: 12px;
  color: #34383A;
  font-weight: 400;
  line-height: 1.5;
  opacity: .6;
  margin-bottom: 0;
}

.partners-key-areas-item {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -4px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 4vh
}

.partners-key-areas-item .thb-iconbox {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start
}

figure {
  margin: 0;
  padding: 0
}

.partners-key-areas-item .thb-iconbox figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 30px
}

.partners-key-areas-item .iconbox-image img {
  width: 80px;
  height: auto
}

.partners-key-areas-item .thb-iconbox h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  -moz-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  -o-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  -webkit-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  font-size: 20px;
  color: #34383A;
  margin: 0 0 10px;
  line-height: 1.6em !important;
  letter-spacing: 0 !important
}

.partners-key-areas-item .thb-iconbox p,
.partners-key-areas-item .thb-iconbox div.rich-text,
.partners-key-areas-item .thb-iconbox div.rich-text p {
  font-size: 16px;
  display: block;
  -moz-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  -o-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  -webkit-transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  transition: color .25s cubic-bezier(0.25,0.8,0.25,1);
  margin: 0;
}

.partners-key-areas-item .partners-key-areas-group {
  padding-bottom: 40px
}

.intevity-partnerships {
  text-align: center;
  padding-bottom: 4vh
}

.intevity-partnerships h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.15em;
  margin: 0;
  padding: 0 0 40px
}

.intevity-partnerships-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.intevity-partnerships-item .vc_custom_1551205353787 {
  padding: 15px !important;
  border: 1px solid #E9E9EA;
  min-height: 100%
}

.intevity-partnerships-item .thb-testimonial blockquote {
  padding: 0;
  text-align: left;
  margin-bottom: 25px
}

.intevity-partnerships-item .thb-testimonial blockquote p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #34383A;
  line-height: 1.75em
}

.thb-testimonial cite {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left
}

.thb-testimonials cite {
  display: block;
  color: #34383A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px
}

.intevity-partnerships-item .thb-testimonial {
  margin-bottom: 20px
}

.intevity-partnerships-item .thb-testimonial-style6 {
  text-align: left
}

.thb-testimonials .title p{
  font-size: 12px;
  color: #34383A;
  font-weight: 400;
  line-height: 1.5;
  opacity: .6;
}

.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
  margin-bottom: 35px
}

.partners-key-areas-group {
  padding-bottom: 40px
}

.intevity-partnerships-conetent {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.thb-testimonials.style6 .thb-testimonial cite {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left
}
.thb_video_bg video{
  display:none;

}

.tabber-lyt .body-container-wrapper {
  padding: 0 35px;
}

.tabber-lyt .body-container.container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
body.contact-us .content-wrapper .top-wrap,
body.contact-us .content-wrapper .bottom-wrap .main-content,
body.contact-us .content-wrapper .bottom-wrap .right.sidebar,
body.landing-page .content-wrapper .main-content{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

body.contact-us  .content-wrapper {
  padding-top: 34px;
}

body.contact-us .content-wrapper .hs_cos_wrapper_type_rich_text h4 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 31px;
}
body.contact-us .content-wrapper .bottom-wrap .main-content textarea {
  height: 235px;
}
body.contact-us .content-wrapper .bottom-wrap .main-content .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 6px;
}
body.contact-us .content-wrapper {
  padding-top: 0 !important;
  padding-bottom: 6vh !important;
  padding-left: 30px !important;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.07);
  padding: 0 20px;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  color: #34383A;
  font-size: 16px;
  background: #F4F4F4 url(//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Images/select_arrow.png) calc(100% - 24px) 24px no-repeat;
  background-size: 7px 4px;
  position: relative;
}

body.contact-us .content-wrapper .top-wrap {
  padding-top: 2vh !important;
  padding-bottom: 1em !important;
}

.cm-addres-wrap {
  border-left: 1vh solid #F4F4F4;
  border-right: 1vh solid #F4F4F4;
  border-bottom: 1vh solid #F4F4F4;
  background: #F4F4F4;
}
.cm-addres-wrap .cont-wrap p:last-child {
  margin: 0;
}
.cm-addres-wrap .title-wrap {
  padding-top: 5vh !important;
  background: #F4F4F4;
}

.cm-addres-wrap .title-wrap h3 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.cm-addres-wrap .icon-wrap {
  padding-bottom: 1em;
  line-height: 0;
  font-size: 16px;
  text-align: center;
  background: white;
}

.cm-addres-wrap .vc_icon_element-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 4em;
  height: 4em;
  box-sizing: content-box;
  position: relative;
  max-width: 100%!important;
  line-height: 2.85em!important;
}

.cm-addres-wrap span.vc_icon_element-icon {
  font-style: normal;
  font-weight: 400;
  line-height: 1!important;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.85em!important;
  color: #34383A;
}

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-addres-wrap .vc_icon_element-inner .vc_icon_element-icon:before {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility;
}
.fa-envelope-o:before {
  content: "\f003";
}

.cm-addres-wrap .cont-wrap h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75em !important;
  letter-spacing: 0em !important;
  font-family: 'Roboto', sans-serif;
  color: #5C6266;
  margin-bottom: 35px;
}
.cm-addres-wrap .cont-wrap {
  padding-right: 40px;
  padding-bottom: 47px;
  padding-left: 40px;
  background-color: white;

}
.cm-addres-wrap .cont-wrap p {
  margin-bottom: 1.55rem;
  margin-top: 0;
  color: #5C6266;
}
body.our-client-lay.not-having-banner .cm-header-group {
  min-height: 0 !important;
}
.our-client-banner-wrap {
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-size: cover;
}
.our-client-lay .section-1.section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  max-width: 58.33333%;
  margin: 0 auto;
  display: block;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.our-client-lay .section-2.section {
  background-color: #E9E9EA;
}
.our-client-lay .section-1.section .content-wrapper {
  padding-bottom: 0;
}
.about-us .custom-banner-area .inner-wrapper {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.about-us .advanced-title-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  margin-top: 16px !important
}

.advanced-title-wrap h2 {
  line-height: 1.45em;
  letter-spacing: 0;
  margin: 0
}

.advanced-title-wrap h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: -7px -11px 0
}

.advanced-title-wrap h2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

.about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text .about-numbers {
  text-align: center;
}

.about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 1.55rem
}

.full-width-img-module {
  max-width: 83.33333%;
  margin: 35px auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}


.full-testimonail-slider {
  border-top: 4px solid #FAA41A;
  border-bottom: 4px solid #FAA41A;
  padding: 30px 0
}

.full-testimonail-slider .caption {
  text-align: center !important;
    cursor: -webkit-grab;
  cursor: grab;
}

.full-testimonail-slider p {
  font-size: 28px;
  font-weight: 500;
  padding: 0 10%;
  margin: 0 0 35px;
  color: #34383A
}

.full-testimonail-slider img {
  margin-bottom: 20px !important
}

.full-testimonail-slider cite {
  display: block;
  color: #34383A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px
}

cite:before {
  content: "— "
}

.feature-content-group {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.feature-content-group .feature-content-item {
  width: 25%;
  margin-left: -4px;
  padding-left: 0;
  margin-bottom: 20px
}

.feature-content-item .iconbox-content {
  padding: 48px 15%;
  padding-left: 0
}

.feature-content-item h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.feature-content-group .feature-content-item p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 1.55rem;
  margin-top: 0;
  color: #5C6266;
}

.feature-content-group .feature-content-item a:after {
  display: none
}

.feature-content-group .thb-read-more span {
  color: #FAA41A
}

.feature-content-group {
  padding-bottom: 5vh
}

.shared-values-mdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #E9E9EA !important
}

.shared-values-mdl .icon-box-item {
  justify-content: flex-start;
}

.shared-col-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  background-color: #002743;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.shared-col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.shared-col-left-inner {
  padding-top: 10vh;
  padding-right: 12%;
  padding-bottom: 25%;
  padding-left: 12%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #E9E9EA;
}


.shared-col-left-inner h2 {
  color: white;
  margin: 0 0 60px
}

.shared-col-inner {
  padding-top: 10vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-box-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 90rem;
  padding: 0 35px
}

.icon-box-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.icon-box-item p.text-top-reduced {
  font-size: 15px;
  margin-bottom: 1.55rem;
  margin-top: 0
}

.icon-box-item h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #34383A;
  margin: 0 0 20px
}

.team-member-item {
  width: 20%;
  display: inline-block;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-left: -4px;
  text-align: left;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}

.team-member-group {
  text-align: center;
  padding-bottom: 14vh
}

.thb-fancy-image-container-outer {
  position: relative;
  min-height: 300px;
  margin-bottom: 20px
}

.team-member-item .team-member-item--name {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}
.team-member-item .team-member-item--name .linkedin-icon {
  width: 16px;
  opacity: 0.5;
  vertical-align: middle;
}
.team-member-item .team-member-item--name .linkedin-icon:hover { opacity: 1; }
.team-member-item .team-member-item--title { margin: 0px; }

.icon-box-group .icon-media {
  margin: 0 auto 48px;
  height: 64px
}

.about-us .body-container-wrapper .cm-about-row-3 .hs_cos_wrapper_type_rich_text {
  max-width: 100%;
  padding-top: 10px;
  padding-right: 120px;
  padding-bottom: 40px;
  padding-left: 120px;
  margin-bottom: 50px;
  text-align: center
}

.about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin: 0
}

.cm-about-row-3 .page-center>div {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.cm-about-row-3 {
  padding-top: 30px
}

.shared-col-righttitle {
  margin-bottom: 35px;
  margin-top: 0px
}

span.title[data-c="null"] {
  display: none
}

.cm-about-row-5 {
  padding-top: 58px
}

.cm-about-row-5 .advanced-title-wrap {
  margin-bottom: 18px
}

.team-member-group .thb-fancy-box .thb-fancy-image-container-outer .thb-fancy-image {
  opacity: .8
}

.team-member-group .thb-fancy-box .thb-fancy-image-container {
  background: #34383A
}

.full-testimonail-slider .hs_cos_gallery_main {
  margin: 0
}

.brand-pattern {
  overflow: hidden;
  background-color: #004A7C;
}

.brand-pattern .brand-pattern-content {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.brand-pattern .row.max_width {
  padding: 0 35px
}

.brand-pattern {
  position: relative;
  margin-top: 60px;
}

.brand-pattern .brand-pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.brand-pattern .brand-pattern-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: transparent;
  min-width: 100%;
  max-width: 100%
}
.our-client-lay .section-2.section .full-testimonail-slider .page-center,
.our-client-lay .section-2.section{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width:100%;
}
.our-client-lay .section-2.section .full-testimonail-slider .title {
  font-size: 12px;
  color: #34383A;
  font-weight: 400;
  line-height: 1;
  opacity: 0.6;
}
.our-client-lay .section-2.section .full-testimonail-slider cite {
  display: block;
  color: #34383A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0px;
}
.our-client-lay .section-2.section .full-testimonail-slider .slick-arrow {
  display: none !important;
}
.our-client-lay .full-testimonail-slider img {
  margin-bottom: 32px !important;
  margin-top: 29px !important;
}
.our-client-lay .full-testimonail-slider cite:before {
  display: inline;

}
.our-client-lay .full-testimonail-slider .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.our-client-lay .section-2.section .full-testimonail-slider blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  border: none;
}
.our-client-lay .section-2.section .full-testimonail-slider {
  border: 0;
  padding: 20px 35px 29px;
}
.wow.bottom-to-top {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-style: preserve-3d;
}
.animated.wow.bottom-to-top {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.bottom-to-top-3d.wow {
  will-change: opacity, transform;
  opacity: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  transform-style: preserve-3d;
  -moz-transform: rotateX(-45deg) translateY(120px);
  -ms-transform: rotateX(-45deg) translateY(120px);
  -webkit-transform: rotateX(-45deg) translateY(120px);
  transform: rotateX(-45deg) translateY(120px);
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery {
  padding-top: 60px;
}
.animated.bottom-to-top-3d.wow {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.post-gallery.wow.animated .parallax_bg {
  -moz-animation: post-gallery-scale-in 1s 1 forwards;
  -webkit-animation: post-gallery-scale-in 1s 1 forwards;
  animation: post-gallery-scale-in 1s 1 forwards;
}

.wow.left-to-right-3d {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  -moz-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  -ms-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  -webkit-transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  transform: rotateX(-25deg) rotateY(-15deg) translate3d(-60px, -10px, 0);
  will-change: opacity, transform;
  opacity: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);

}

.wow.left-to-right-3d.animated {
  visibility: inherit;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1.02681, 0, 0, 0, 0, 1);
}

@keyframes post-gallery-scale-in {
  0% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

body.career-lay .section-1.section .content-wrapper {
  padding-top: 15vh;
  padding-bottom: 2em;
}
body.career-lay .section-1.section .content-wrapper .left-col {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

body.career-lay .section-1.section .content-wrapper .right-col .full-width-img-module {
  max-width:;
  max-width: 100%;
  margin:0 0 20px;
}
body.career-lay .section-1.section .content-wrapper .right-col {
  margin-top: 70px;
}
.cm-animated-icon-with-cont-grp .top-content p {
  padding-top: 15px;
  margin: 0 0 35px;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper {
  padding-top: 3vh;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper .item .img-cont-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper .item .img-cont-wrap .icon-box-icon.fa-container >div {
  margin: 0 auto;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper .item .img-cont-wrap >div {
  padding-bottom: 48px;
}

.cm-animated-icon-with-cont-grp .item-grp-wrapper h4 {
  font-family: 'Roboto', sans-serif;
}
.cm-animated-icon-with-cont-grp .item-grp-wrapper .item .item-inner {
  padding-right: 5%;
}
body.career-lay .section-1.section .content-wrapper .left-col > span > div {
  padding-right: 15%;
}



body.career-lay .section-3.section .content-wrapper {
  padding-top: 2em;
  padding-bottom: 0;
}

body.career-lay .section-3.section .content-wrapper p {
  margin: 0;
  margin-bottom: 1.55rem;
}

body.career-lay .section-3.section .content-wrapper > div {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

body.career-lay .section-3.section .content-wrapper > div ul {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

body.career-lay .section-3.section .content-wrapper > div ul li {
  margin-bottom: 5px;
}
body.career-lay .section-3.section .content-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 35px;
}


.cm-job-openongs-wrp {
  padding-top: 50px;
}

.cm-job-openongs-wrp .title-wrap {
  margin-bottom: 35px;
}

.cm-job-openongs-wrp .career_content {
  margin-bottom: 35px;
}

.cm-job-openongs-wrp .career_content table.srJobList {
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: white none;
  background-color: white;
  width: 100%;
  height: auto;
  outline: 0;
  outline-offset: -2px;
  border-spacing: 0px;
}

.cm-job-openongs-wrp .career_content table.srJobList tbody {
  outline: none;
  outline: 0;
  outline-offset: -2px;
  -o-transform: rotate(0);
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
}
.srJobList .srJobListTitles * {
  margin: 0;
  padding: 8px 10px;
  border: none;
  background: #929396 none;
  color: #34383A;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 600;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #F4F4F4;
}
table:not(.variations):not(.shop_table):not(.group_table) tbody th, table:not(.variations):not(.shop_table):not(.group_table) tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

.srJobList .srJobListTitles * {
  background-color: #FAA41A;
  color: #34383A;
}
.srJobListJobTitle {
  width: auto;
  min-width: 94px;
}
nobr {
  padding: 0 !important;
  background: transparent none !important;
}
tr.srJobListJobOdd {
  cursor: pointer;
}
.srJobList .srJobListJobOdd * {
  margin: 0;
  padding: 6px 10px;
  border: none;
  background-color: #F4F4F4;
  background-repeat: repeat-x;
  background-position: left top;
  color: #34383A;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.srJobList .srJobListJobOdd td {
  color: #34383A;
}
.srJobList .srJobListJobOdd:hover * {
  background-color: #929396;
}

.testimonail-slider-wrap {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.testimonail-slider-wrap .title-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.testimonail-slider-wrap .title-wrap h2 {
  margin: 0;
}

.what-we-do .advanced-title-wrap {
  margin-top: 0 !important;
  margin-bottom: 35px
}

.what-we-do .page-center.content-wrapper {
  padding-top: 5vh;
  padding-bottom: 6px;
}

.what-we-do .content-wrapper .hs_cos_wrapper_type_rich_text {
  max-width: 66.66667%;
  display: block;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.what-we-do .content-wrapper h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  margin: 0 0 35px
}

.what-we-do .content-wrapper h3 strong {
  font-weight: 400
}

.what-we-do .content-wrapper .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 35px
}

.tabber-with-counter-group {
  padding-top: 15vh;
  margin-bottom: 20vh;
}

.tabber-with-counter-group .row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.tabber-with-counter-group .medium-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.tabber-with-counter-group .medium-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.tabber-with-counter-group .insert-page {
  padding-right: 1.25rem;
  padding-left: 1.25rem
}

.tabber-with-counter-group .vc_tta-content {
  padding: 32px 35px 0
}

.tabber-with-counter-group h3 {
  font-weight: bold !important;
  font-family: 'Roboto', sans-serif;
}

.tabber-with-counter-group ul {
  margin: 0 0 0 20px;
  line-height: 1.6
}

.tabber-with-counter-group ul li {
  margin-bottom: 5px
}

.tabber-with-counter-group p {
  margin-bottom: 1.55rem;
  margin-top: 0
}
.thb-counter {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
  margin-bottom: 30px;
}

.counter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.thb-counter.counter-style1 .h1{
  font-size: 90px;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  font-family: 'Roboto Slab', serif;
  margin: 0 0 6px;
}
.thb-counter .thb-description p {
  font-size: 16px;
  margin:0;
}

.tabber-with-counter-group .row.max_width {
  padding: 0 35px;
}


.what-we-do .brand-pattern {
  margin-top: 0;
}


a.tabber-btn {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  border: 1px solid transparent;
  text-decoration: none;
  padding-right: 48px;
  color: white;
  border-color: #FAA41A;
  background-color: #FAA41A;
}
a.tabber-btn i{
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 20px;
}

.fa-chevron-right:before {
  content: "\f054";
}

.vc_btn3-container.vc_btn3-inline {
  margin-top: 35px;
}

a.tabber-btn:hover {
  color: #F4F4F4;
  border-color: #FAA41A;
  background-color: #FAA41A;
}
.what-we-do .brand-pattern h2 {
  font-weight: normal;
}

.what-we-do .see-more-work-grp-wrap {
  margin: 15vh 0;
  padding-top: 0!important;
  padding-bottom: 40px!important;
}

.custom-banner-area.with-image .inner-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  border: 1px solid rgba(0,0,0,0.07);
  padding: 15%;
  text-align:center;
}
.star-rating, .comment-form-rating p.stars {
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: FontAwesome;
  color: #E9E9EA;
}

.star-rating:before, .comment-form-rating p.stars:before {
  font-family: FontAwesome;
  content: "\f005 \f005 \f005 \f005 \f005";
}
.star-rating>span, .comment-form-rating p.stars>span {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.star-rating>span:before, .comment-form-rating p.stars>span:before {
  color: #FAA41A;
  content: "\f005 \f005 \f005 \f005 \f005";
}
.testimonail-slider.testimonail-slider-wrap .star-rating{
  margin-bottom: 30px;
  text-align: center;
}

.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption {
  text-align: center !important;
}
.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-arrow {
  display: none !important;
}
.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper h4 {
  font-family: 'Roboto', sans-serif;
}
.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper blockquote {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}

.testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper blockquote p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #34383A;
}

.top-to-bottom.wow {
  will-change: opacity, transform;
  opacity: 0;
  transform-style: preserve-3d;
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .5s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.animated.top-to-bottom.wow {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.animated.right-to-left.wow{
  visibility: inherit;
  opacity: 1;
  transform-style: preserve-3d;
  -moz-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.right-to-left.wow {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  transform-style: preserve-3d;
  -moz-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cmfadeInUp {
  -webkit-animation-name: cmfadeInUp;
  animation-name: cmfadeInUp
}



@keyframes cmfadeInUp {
  0% {
    -webkit-transform: translate3d(0,30px,0);
    opacity: 0;
    transform: translate3d(0,30px,0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.wow.slide-in-bottom > span {
  transform: translateY(100%);
  display: block;
  opacity: 0;
  -moz-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wow.slide-in-bottom {
  overflow: hidden;
}

.animated.wow.slide-in-bottom > span {
  opacity: 1;
  transform: translateY(0);
}


.thb_video_bg.homepage {
  padding-top: 30vh;
  padding-bottom: 15vh;
  text-align: center;
  position: relative;
}

.thb_video_bg.homepage:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  content: "";
  background-color: rgba(0,0,0,0.6);
}

.thb_video_bg.homepage .wpb_content_element.text-center {
  max-width: 75%;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: white;
  position: relative;
}

.thb_video_bg.homepage h1 {
  color: white
}

.thb_video_bg.homepage .wpb_wrapper {
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 46px;
  padding-top: 18px;
}

.thb_video_bg.homepage h4 {
  color: white;
  font-family: 'Roboto', sans-serif;
}
.how-we-diffrent-banner {
  padding-top: 12vh;
  padding-bottom: 30vh;
  background-color: #387BA8;
  text-align: center;
  color: white;
}

.how-we-diffrent-banner h2 {
  font-size: 48px;
  color: white;
  margin-bottom: 35px;
}

.-diffrent-banner-content {
  max-width: 58.33333%;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.-diffrent-banner-content p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0;
  margin:0 0 35px;
}

.how-we-diffrent-box-content .row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.how-we-diffrent-box-content .flex-align-bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  align-self: flex-end;
}

.how-we-diffrent-box-content .vc_column-inner {
  margin-top: 4vh;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  -moz-box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  background-color: white;
  text-align: center;
}

.vc_custom_1551207732832 {
  padding-top: 1em !important;
  background-color: #002743 !important;
}

.simple-col .vc_column-inner {
  margin-top: 15vh !important;
  background-color: white !important;
}

.flex-align-bottom.simple-col {
}

.how-we-diffrent-box-content {
  margin-top: -25vh !important;
  padding-bottom: 17px;
  margin-bottom: 8vh !important;
}

.how-we-diffrent-box-content h4 {
  font-family: 'Roboto', sans-serif;
  color: #FAA41A;
  font-weight: normal;
}

.how-we-diffrent-box-content h4 strong {
  font-weight: normal;
}

.how-we-diffrent-box-content h3 {
  font-family: 'Roboto', sans-serif;
  padding-top: 4vh;
  margin-bottom: 16px;
  line-height: 1.15em;
  padding-bottom: 48px;
}

.how-we-diffrent-box-content p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.55rem;
  word-spacing: 0.001em;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  margin-top: 0;
}

.how-we-diffrent-box-content p:last-child {
  padding-bottom: 35px;
  margin-bottom: 0;
}

.flex-align-bottom.feature-col p {
  color: #E9E9EA;
}

.how-we-diffrent .feature-col img {
  padding-top: 30px;
  margin-bottom: 20px;
}

body.homepage .see-more-work-grp-wrap {
  padding-bottom: 0 !important;
  margin-top: 12px;
  padding-top: 8vh !important;
}

.homepage .see-more-work-grp-wrap .item {
  padding-bottom: 35px;
}



body.homepage .see-more-work-grp-wrap {
  padding-bottom: 0 !important;
  margin-top: 12px;
  padding-top: 8vh !important;
}

.homepage .see-more-work-grp-wrap .item {
  padding-bottom: 35px;
}

.homepage .full-testimonail-slider {
  padding-top: 28px;
}

.full-testimonail-slider span.title {
  font-size: 12px;
  color: #34383A;
  font-weight: 400;
  line-height: 1;
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 7px;
}
.homepage .full-testimonail-slider cite{
  margin-bottom:0;
}

.homepage .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
}

.homepage .full-testimonail-slider p {
  font-weight: 600;
}




.brand-pattern.for-home-page .vc_btn3-container a {
  background-color: #387BA8;
}

.brand-pattern.for-home-page .vc_btn3-container {
  text-align: center;
}

.brand-pattern.for-home-page .vc_btn3-container a:after {
  display: none;
  content: none;
}

.brand-pattern.for-home-page .vc_btn3-container a:hover {
  color: #F4F4F4;
  background-color: #0074AD;
}
.brand-pattern.for-home-page h2 {
  font-size: 48px;
}

.brand-pattern.for-home-page .advanced-title-wrap {
  text-align: center;
  margin-top: 1.26em !important;
  margin-bottom: 2em;
  height: 93px;
}
.brand-pattern.for-home-page p {
  margin: 0 0 35px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0em;
}

.brand-pattern.for-home-page .wpb_content_element{
  margin-bottom: 21.73913043px;
}
.brand-pattern.for-home-page{
  margin-top:0;
}
.thb_video_bg.homepage {
  margin-bottom: 0;
}
body.homepage .hm-row1 .page-center.content-wrapper {
  padding-top: 4vh !important;
  padding-bottom: 2vh !important;
}
body.contact-us .content-wrapper .bottom-wrap .main-content span.hs-form-required {
  display: none !important;
}
.hm-row1 .client-logo-slider a:after {
  content: none;
  display: none;
}
.hm-row1 .client-logo-slider a {
  display: block;
}

.hm-row1 .client-logo-slider a img{
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(0.7);
  opacity: 0.7;
  will-change: filter;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hm-row1 .client-logo-slider .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.hm-row1 .client-logo-slider a img:hover {
  transform: scale(1);
  opacity: 1;
}

.hm-row1 .client-logo-slider .hs_cos_gallery_main .slick-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.hm-row1 .client-logo-slider .hs_cos_gallery_main {
  margin: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.hm-row1 .client-logo-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
  align-items: center;
  justify-content: space-evenly;
}
/*
.hm-row1 .client-logo-slider .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}
.our-client-lay .section-2.section .full-testimonail-slider ul.slick-dots {
  display: none !important;
}
*/

@media screen and (max-width: 479px) {
  .hm-row1 .client-logo-slider .logo-content a img {
    width: 120px;
    height: 120px;
  }

  .hm-row1 .client-logo-slider .logo-content a img[src=""] {
    display: none;
  }

  .hm-row1 .client-logo-slider .logo-content a img:not([src=""]) {
    display: block;
  }
}

.custom_error_message.cm-error-cont {
  text-align: center;
}

.custom_error_message.cm-error-cont h1 {
  font-size: 160px;
}

body.cm-error-page {}

body.cm-error-page .cm-header-group {
  min-height: 188.6px !important;
}

body.cm-error-page  .content-wrapper {
  padding-top: 0;
}

.custom_error_message.cm-error-cont p {
  margin: 0 0 30px;
}



.custom_error_message.cm-error-cont a.btn {
  outline: 0;
  cursor: pointer;
  padding: 0 40px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 2px solid #EE9982;
  background: transparent;
  border-color: black;
  color: black;
  border-radius: 300px;
  position: relative;
}

.custom_error_message.cm-error-cont a.btn > span {
  -moz-transition: -moz-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 10;
  position: relative;
  white-space: normal;
}

.custom_error_message.cm-error-cont a.btn > svg {
  -moz-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .25s cubic-bezier(0.25, 0.8, 0.25, 1);
  fill: white;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  z-index: 1;
  -moz-transform: translate3d(-5px, -50%, 0);
  -webkit-transform: translate3d(-5px, -50%, 0);
  transform: translate3d(-5px, -50%, 0);
}

.custom_error_message.cm-error-cont a.btn:hover {
  color: white;
  background: black;
}
.custom_error_message.cm-error-cont {
  margin-bottom: 48px;
}
div#infscr-loading {
  display: none;
}
ul.hs-error-msgs.inputs-list {
  margin-left: 0;
  margin-top: 0;
  list-style:none;
  padding-left: 0;
}
.custom_error_message.cm-error-cont a.btn:hover > span {
  -moz-transform: translate3d(-13px, 0, 0);
  -webkit-transform: translate3d(-13px, 0, 0);
  transform: translate3d(-13px, 0, 0);
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: 20px;
}
.custom_error_message.cm-error-cont a.btn:hover > svg {
  opacity: 1;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.custom_error_message.cm-error-cont a.btn:after {
  display: none;
  content: none;
}

.animte-text .lines span {
  transform: translateY(100%);
  display: inline-block;
  opacity: 0;
  transition: all 0.5s ease;
}

.animte-text .lines {
  overflow: hidden;
  display: inline-block;

}
.thb_video_bg video {
  max-width: initial;
}

.animte-text .lines span.wow.animated {
  transform: translateY(0);
  opacity: 1;

}
.animte-text .lines span:nth-child(2) {
  transition-delay: 0.3s;
}

.animte-text .lines span:nth-child(2) {
  transition-delay: 0.6s;
}

.animte-text .lines span:nth-child(3) {
  transition-delay: 0.9s;
}

.animte-text .lines span:nth-child(4) {
  transition-delay: 1.2s;
}

.blog-pagination {
  clear: both;
}


@-webkit-keyframes cmbottom-to-top-3d {
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    -moz-transform: rotateX(-45deg) translateY(120px);
    -ms-transform: rotateX(-45deg) translateY(120px);
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transform: rotateX(-45deg) translateY(120px);
  }

  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes cmbottom-to-top-3d {
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    -moz-transform: rotateX(-45deg) translateY(120px);
    -ms-transform: rotateX(-45deg) translateY(120px);
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transform: rotateX(-45deg) translateY(120px);
  }

  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.cmbottom-to-top-3d {
  -webkit-animation-name: cmbottom-to-top-3d;
  animation-name: cmbottom-to-top-3d;
}
.blog .hs_cos_wrapper_type_blog_comments span.hs-form-required {
  opacity: 0.4;
  border: 0;
  margin-left: 5px;
}
.blog.hs-blog-post a.back-to-top.back-active {
  bottom: 89px;
}
input.hs-input.invalid.error {
  border-color: #E76049;
}
.our-client-lay  .testimonial-author {
  text-align:center;
}
.hs-error-msgs label {
  color: #E76049;
}
.hs_error_rollup {}

.hs_error_rollup ul.hs-error-msgs {
  padding: 18px 24px !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #FAA41A;
  margin: 2em 0.5em 1em;
}

.hs_error_rollup ul.hs-error-msgs label {
  color: #5C6266;
}
body.contact-us .body-container input[type="text"],
body.contact-us .body-container input[type="password"],
body.contact-us .body-container input[type="datetime"],
body.contact-us .body-container input[type="datetime-local"],
body.contact-us .body-container input[type="number"],
body.contact-us .body-container input[type="email"],
body.contact-us .body-container input[type="url"],
body.contact-us .body-container input[type="search"],
body.contact-us .body-container input[type="tel"],
body.contact-us .body-container input[type="color"],
body.contact-us .body-container textarea,
body.contact-us .body-container select {
  max-width: 100%;
}
body.contact-us .body-container select:focus {
  border: 1px solid rgba(0,0,0,0.07);
  background: #F4F4F4 url(//cdn2.hubspot.net/hubfs/5036210/Intevity_March2019/Images/select_arrow.png) calc(100% - 24px) 24px no-repeat;
  background-size: 7px 4px;
  background-color: #F4F4F4;
}
/* ==========================================================================
9. MEDIA QUERIES
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 640px) {
  .thb-flip-box .thb-flip-box-side .thb-flip-box-inner,
  .thb-flip-box-back.thb-flip-box-side .thb-flip-box-inner{
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .thb-flip-box .thb-flip-box-side .thb-flip-box-inner,
  .thb-flip-box-back.thb-flip-box-side .thb-flip-box-inner{
    padding: 48px;
  }
  .thb_video_bg {
    background-image: none!important;
  }
  .thb_video_bg video{
    display:block;
  }
  .brand-pattern .brand-pattern-content {
    /*max-width:50%*/
  }
}
@media screen and (min-width: 1200px){
  body.contact-us .content-wrapper .hs_cos_wrapper_type_rich_text h1 {
    font-size: 60px;
  }
}

@media (max-width:1200px){
  .team-member-item {
    width: 25%;
  }
  .brand-pattern .brand-pattern-content {
    /*max-width:50%*/
  }
  .brand-pattern.for-home-page h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .thb-counter.counter-style1 .h1 {
    font-size: 65px;

  }
}


@media (max-width: 1023px) {
  .custom_error_message.cm-error-cont h1 {
    font-size: 100px;
  }
  .thb_video_bg.homepage .wpb_content_element.text-center {
    max-width: 100%;
  }
  .related-post-wrapper .post-listing .post-item {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .homepage .see-more-work-grp-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .related-inner {
    max-width: 83.33333%;
  }

  .hs-blog-post .blog-content {
    max-width: 83.33333%;
  }

  .post-gallery .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .fixed .custom-header-wrapper {
    padding-top: 4px;
    padding-bottom: 3px;
  }
  .not-having-banner .mobile-trigger i, .not-having-banner .mobile-trigger i:before, .not-having-banner .mobile-trigger i:after,
  .fixed .mobile-trigger i, .fixed .mobile-trigger i:before, .fixed .mobile-trigger i:after {
    background: black;
  }
  .not-having-banner .custom-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:white;
  }
  .not-having-banner .custom-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #FAA41A;
  }
  .custom-header-wrapper .page-center>div {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-banner-area,
  body.contact-us .content-wrapper .top-wrap,
  body.contact-us .content-wrapper .bottom-wrap .main-content,
  body.contact-us .content-wrapper .bottom-wrap .right.sidebar{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .custom-menu-primary {
    max-width: 320px;
  }
  .custom-header-wrapper {
    padding-top: 19px;
    padding-bottom: 20px;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .mobile-trigger {
    top: 48px;
    right: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    display:block;
    width:100%;
  }
  .thb-mobile-close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 40;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    cursor:pointer;
  }
  .thb-mobile-close div {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
  }
  .thb-mobile-close div span {
    height: 1px;
    display: block;
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    background: #929396;
  }
  .thb-mobile-close div span:nth-child(1) {
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .thb-mobile-close div span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: black;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .thb-mobile-close div span:nth-child(2) {
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .thb-mobile-close div span:nth-child(2):before {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .thb-mobile-close:hover div span:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .tabber-lyt .content-wrapper .hs_cos_wrapper_type_rich_text {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 1000%;
  }

  .page-center .see-more-work-grp-wrap .item {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .partners-key-areas-item {
    width: 50%;
  }
  .tabber-with-counter-group .medium-4, .tabber-with-counter-group .medium-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .what-we-do .content-wrapper .hs_cos_wrapper_type_rich_text {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .tabber-with-counter-group .medium-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%%;
  }

}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_column {
    /*width: 50% !important;*/
    margin-left: 0 !important;
    padding-right: .9375rem !important;
    padding-left: .9375rem !important;
  }
  .cm-footer-top-wrapper {
    padding-right: .9375rem !important;
    padding-left: .9375rem !important;
  }
  .flip-cont-grp-inner-wrap,
  .flip-cont-grp-inner-wrap .thb-flip-box{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .thb-flip-box-back.thb-flip-box-side h5 {
    font-size: 18px;
  }
  .see-more-work-grp-wrap .item {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .thb-portfolio-slider.thb-portfolio-slider-style4 .portfolio-slide h1 {
    font-size: 50px;
    padding: 0;
  }

}


@media(max-width:1200px) and (min-width:768px) {
  .what-we-do .thb-tab-menu .vc_tta-panel-heading {
    width: 16.6%;
  }
  .what-we-do .thb-tab-menu .vc_tta-title-text {
    font-size:18px;
  }
  .cm-addres-wrap .cont-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .thb-fancy-box .thb-fancy-content h4 {
    font-size: 19px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 1023px) {
  .about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text .about-numbers img {
    width: 260px;
  }

  .shared-col-right,
  .shared-col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .shared-col-left-inner {
    padding: 40px 35px;
  }

  .shared-col-inner {
    padding: 35px;
  }

  .shared-col-righttitle {
    margin-top: 0;
  }
  .team-member-item {
    width: 33.3%;
  }
  .brand-pattern.for-home-page h2 {
    font-size: 25px;
  }
  .cm-addres-wrap .cont-wrap p {
    word-break: break-word;
  }
  .thb-fancy-box .thb-fancy-content p {
    font-size: 16px;
  }
  .testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide {
    padding: 0 !important;
    margin-left: .9375rem !important;
    margin-right: .9375rem !important;
    height: 100%;
  }
  .post-listing .post-item {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main{padding-right: .9375rem;padding-left: .9375rem;max-width: 90%;}
}


@media (max-width: 767px) {

  .feature-content-group {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-item .iconbox-content {
    padding: 48px 0;
  }

  .full-testimonail-slider p {
    padding-left: 0;
    padding-right: 0;
  }

  .full-testimonail-slider .hs_cos_gallery_main {
    padding-left: 0;
    padding-right: 0;
  }

  .shared-col-left-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shared-col-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-box-group {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-box-item {
    padding-left: 0;
    padding-right: 0;
  }
  .our-client-lay .section-2.section {
    padding-right: 0;
    padding-left: 0;
  }
  .our-client-lay .section-2.section .full-testimonail-slider {
    border: 0;
    padding: 20px 0px 29px;
  }
  .related-inner .post-header h2 {
    margin: 0;
  }
  .brand-pattern.for-home-page h2 {
    white-space: nowrap;
  }
/*
  .cm-footer-bottom-wrapper {
    padding: 30px 0 60px 0;
  }
*/
  .footer_column {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 35px;
  }
  .cm-footer-top-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .cm-footer-top-wrapper .copyright ul {
    top: 0;
    padding: 32px 0 16px 0;
    text-align: left;
  }
  .cm-footer-top-wrapper .copyright ul li {
    display: block;
    padding: 0;
    line-height: 50px;
  }
  .three-col-img-title-cont-rap .inner-wrap .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .three-col-img-title-cont-rap {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .see-more-work-grp-wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .three-col-img-title-cont-rap .title-wrap {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .see-more-work-grp-wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .custom-banner-area.with-image .inner-wrapper .left-col,
  .custom-banner-area.with-image .inner-wrapper .right-col,
  .cm-pag-pagination-wrapper > div,
  .two-col-cont-img-wrapper .inner-wrapper > div,
  .flip-cont-grp-inner-wrap .thb-flip-box{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .flip-cont-grp-inner-wrap{
    padding-right: 0;
    padding-left: 0;
  }
  .flip-cont-grp-wrap {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .thb-tab-menu {
    display: block;
  }

  .thb-tab-menu h4 {
    padding: 0;
    margin-bottom: 30px;
  }
  .page-center .see-more-work-grp-wrap .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .partners-key-areas-item {
    width: 100%;
  }
  .intevity-partnerships-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tabber-lyt .body-container-wrapper {
    padding: 0;
  }

  .tabber-lyt .body-container.container-fluid {
    padding: 0;
  }
  body.contact-us .content-wrapper .top-wrap,
  body.contact-us .content-wrapper .bottom-wrap .main-content, body.contact-us .content-wrapper .bottom-wrap .right.sidebar{
    padding-left: 0;
    padding-right: 0;
  }
  .not-having-banner .cm-header-group {
    min-height: 75px !important;
  }
  body.contact-us .content-wrapper .bottom-wrap .main-content {
    margin-bottom: 35px;
  }
  .our-client-banner-wrap {
    height: 400px;
  }
  .our-client-lay .section-1.section .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .about-us .body-container-wrapper .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-img-module {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-pattern .row.max_width {
    padding: 0;
  }

  .brand-pattern .brand-pattern-content {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .about-us .body-container-wrapper .cm-about-row-3 .hs_cos_wrapper_type_rich_text {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-about-row-3 .page-center>div {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-box-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team-member-item {
    width: 100%;
    max-width: 320px;
  }
  .feature-content-group .feature-content-item {
    width: 100%;
  }
  .hs-blog-post .blog-content {
    padding-left: 0;
    padding-right: 0;
  }
  .what-we-do .content-wrapper .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tabber-with-counter-group .medium-4,
  .tabber-with-counter-group .medium-8,
  .tabber-with-counter-group .row.max_width,
  .tabber-with-counter-group .insert-page,
  .tabber-with-counter-group .vc_tta-content  {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-banner-area .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 515px;
    padding-top: 10vh;
    padding-right: 0;
    padding-left: 0;
  }
  body.career-lay .section-1.section .content-wrapper .left-col {
    padding-right: 0;
    padding-left: 0;
  }
  .cm-animated-icon-with-cont-grp .item-grp-wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .cm-animated-icon-with-cont-grp .item-grp-wrapper .item .img-cont-wrap {
    margin-bottom: 13px;
  }
  body.career-lay .section-3.section .content-wrapper > div {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonail-slider-wrap .title-wrap h2 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonail-slider.testimonail-slider-wrap .hs_cos_gallery_main .slick-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .thb_video_bg.homepage .wpb_content_element.text-center {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .thb_video_bg.homepage .wpb_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .-diffrent-banner-content {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .how-we-diffrent-box-content .flex-align-bottom {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog.hs-blog-post a.back-to-top.back-active {
    bottom: 79px;
  }

}
@media (min-width: 641px) and (max-width: 1023px) {
  body.full-width-layout .custom-banner-area .inner-wrapper {
    padding-right: 3.10rem;
    padding-left: 3.10rem;
  }
  .brand-pattern .brand-pattern-content {
    max-width:70%
  }
  .what-we-do .see-more-work-grp-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .fixed .mobile-trigger {
    top: 33px;
    right: 50px;
  }
  .thb_video_bg.homepage {
    background-position: 75% 25%;
    background-size: cover;
  }
}





/* =============== Landscape phones and smaller devices =============== */



@media (max-width: 640px) {

  .hs-blog-post .blog-content {
    max-width: 100%;
  }

  .related-inner {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .related-inner .post-listing {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  .post-gallery .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .header-spacer-force {
    min-height: 75px;
  }
  .custom-header-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .container-fluid .row-fluid .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .mobile-trigger {
    top: 33px;
    right: 15px;
  }
  .custom-header-wrapper {
    padding-left: 0;
  }
  .three-col-img-title-cont-rap .title-wrap {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  body.full-width-layout .custom-banner-area .inner-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  body.full-width-layout .section-1.section .page-center {
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .thb-counter.counter-style4 .counter-container .counter {
    font-size: 40px;
  }
  .three-col-img-title-cont-rap {
    padding-right: 0;
    padding-left: 0;
  }
  .see-more-work-grp-wrap {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .see-more-work-grp-wrap .title-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-banner-area.with-image h1 {
    font-size: 50px;
  }
  .cm-pag-pagination-wrapper > div.right-pagination a {
    top: 68px;
  }
  .advanced-title-wrap h1 img {
    height: 40px;
  }
  .advanced-title-wrap h1 {
    font-size: 30px;
  }
  .thb-flip-box-back.thb-flip-box-side h5 {
    font-size: 18px;
  }
  .brand-pattern.for-home-page h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) and (min-width:481px) {
  .brand-pattern .brand-pattern-content {
    max-width:80%
  }
  .post-gallery h1.entry-title {
    font-size: 30px;
  }
  .thb_video_bg.homepage {
    background-position: 75% 25%;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  .brand-pattern .brand-pattern-content {
    max-width:90%
  }
  .post-gallery h1.entry-title {
    font-size: 30px;
  }
  body.contact-us input[type="text"], body.contact-us input[type="number"], body.contact-us input[type="email"], body.contact-us input[type="tel"], body.contact-us textarea, body.contact-us select {
    width: 100% !important;
  }
  .thb_video_bg.homepage {
    background-position: 75% 25%;
    background-size: cover;
  }
  .thb_video_bg.homepage .wpb_content_element.text-center h1 {
    font-size: 40px;
  }
  .advanced-title-wrap h2 img {
    height: 55px;
  }
  .what-we-do .advanced-title-wrap h2 {
    font-size: 28px;
  }
  .advanced-title-wrap h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 390px) {
  .custom-banner-area .inner-wrapper h1 {
    font-size: 48px;
  }
  .subscribe-options label {
    display: inline-block;
  }
}
@media (max-height: 740px){
  .custom-banner-area .inner-wrapper {
    padding-top:100px;
  }
  .two-col-cont-img-wrapper {
    margin-top: 110px !important;
  }

    subscribe-options label  {
     display: inline-block;
  }
  .checkbox-row span.fakelabel span {
    font-size: 16px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
a.colorbox { width: 100%; }

#cboxCurrent, #cboxNext, #cboxPrevious { display: none; }