/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Fredoka+One|Old+Standard+TT:400,400i,700');

@import url('//fonts.googleapis.com/css?family=Bitter:400,400i,700|PT+Sans+Narrow:400,700');

@import url('//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Style_sheet/animate.min.css');

@import url('//fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CSource+Sans+Pro%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900%2C900italic&#038;ver=4.9.5#038;subset=cyrillic,greek,vietnamese,latin,greek-ext,latin-ext,cyrillic-ext');

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700');


@font-face{
  font-family:ETmodules;
  src:url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Font/modules.eot);
  src:url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Font/modules.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Font/modules.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Font/modules.woff) format("woff");
  font-weight:400;
  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: 0px;
    padding-right: 0px;
    width: 100%;
}
.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, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    font-size:20px;
    color: #666;
    background-color: #fff;
    line-height: 1.5em;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  width: 80%;
  max-width: 1080px;
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}
p {
    padding-bottom: 1em;
  margin:0;
}

p:last-of-type {
    padding-bottom: 0;
}


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 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    color: #333;
    padding-bottom: 10px;
    margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 37px;
}
h2 {
    font-size: 31px;
}
h3 {
    font-size: 27px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 17px;
}

/* Anchor Links */
a {     color: #8692a0;     text-decoration: none; }
a:hover, a:focus {   color: #5d86d8;  text-decoration: underline; outline:none }

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== 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 {}


/* ==========================================================================
   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 {}
#et-info-email:before, #et-info-phone:before, #et_search_icon:before,
.comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, 
.et-pb-arrow-prev:before, .et-social-icon a:before, 
.et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, 
.et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after,
.et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, 
.et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, 
.form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, 
.woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after,
.woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, 
.woocommerce button.button.alt:after, .woocommerce button.button:after, 
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce input.button.alt:after, .woocommerce input.button:after, 
.woocommerce-page #content input.button.alt:after, 
.woocommerce-page #content input.button:after, 
.woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after,
.woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, 
.woocommerce-page button.button:after, .woocommerce-page input.button.alt:after,
.woocommerce-page input.button:after, a.et_pb_more_button:after {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}



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

.header-container-wrapper {}
.header-container {}
.custom-header-top-wrapper{
    background-color: #364F81;
    -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1em;
    color: #fff;
      padding-top: .75em;
      font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.error-template .body-container-wrapper,.password-template .body-container-wrapper,.subscription-template .body-container-wrapper{
    padding-top:131px;
}

#et-info{
    float:left
}
#et-info-email,#et-info-phone,.et-cart-info span{
    position:relative
}
#et-info-phone:before{
    position:relative;
    top:2px;
    margin-right:2px;
    content:"\e090"
}
#et-info-phone{
    margin-right:13px
}
#et-info-email:before{
    margin-right:4px;
    content:"\e076"
}
#et-info{
	font-weight:600;
}
#et-info, .custom-header-right-links ul > li a {
    display: block;
    padding-bottom: .75em;
}
 .custom-header-top-wrapper a {
    color: #fff;
}
ul.et-social-icons li,.custom-header-right-links ul li {
    display: inline-block;
}
ul.et-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.custom-header-right-links ul{
  margin: 0;
  padding: 0;
  float:right;
  list-style: none;
}
#top-header .et-social-icons {
    display: inline-block;
    float: none;
}
.et-social-icons {
    float: right;
}



#top-header .et-social-icons li {
    margin-top: -2px;
    margin-left: 12px;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 20px;
}
#top-header .et-social-icon a {
    font-size: 14px;
}
#top-header, #top-header #et-info,
#top-header .page-center, 
#top-header .et-social-icon a {
    line-height: 1em;
}
#top-header, #top-header a,
#et-secondary-nav li li a, 
#top-header .et-social-icon a:before {
    font-size: 14px;
    letter-spacing: 1px;
}
#top-header a {
    color: #fff;
}
.et-social-icon a {
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
}

.et-social-facebook a.icon:before {
    content: "\e093";
}
.et-social-icon span {
    display: none;
}
.et-social-linkedin a.icon:before {
    content: "\e09d";
}
.custom-header-right-links ul li {
    margin-right: 30px;
    font-weight: 600;
}

.custom-header-right-links ul li:last-child {
    margin: 0;
}
#et-info-email:hover, .custom-header-right-links ul>li>a:hover,
.et-social-icons a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.custom-logo img {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    margin-top: 8px;
    margin-left: 4px;
}
@media only screen and (min-width: 981px){
 .custom-logo img {
      max-width: 299.2px;
  }
}
/* =============== Content =============== */

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

.content-wrapper {
  padding: 54px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner-area {
    background-size: cover;
    background-position: center;
    padding-top: 131px;
    position: relative;
    text-align: center;
    padding-left: 6%;
    padding-right: 6%;
}

.custom-banner-area .et_pb_slide_description {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  
  -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
      position: relative;
    z-index: 99;
 }

.custom-banner-area .page-center{
    display: table;
    table-layout: fixed;
    height: 505px;
}
.header-container {
    position: absolute;
    width: 100% !important;
    z-index: 999;
}
.box-shadow-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.box-shadow-overlay {
      -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

.custom-banner-area h2.et_pb_slide_title {
    font-size: 46px;
}



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

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

.custom-footer-copyright-wrap {
    padding: 15px 0 5px;
    background-color: rgba(0,0,0,.32);
}
#footer-info {
    float: left;
    padding-bottom: 10px;
    text-align: left;
}
#footer-info, #footer-info a {
    color: #eaeaea;
}
#footer-info {
    font-size: 13px;
}




.footer-container {
    background: #364F81;
}

.custom-footer-copyright-wrap .et-social-icon a {
    color: #ffffff;
}
.custom-footer-copyright-wrap .et-social-icon a {
    font-size: 18px;
}
.custom-footer-copyright-wrap .et-social-icon a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.custom-footer-middle-wrapper {
    background-color: rgba(255,255,255,.05);
    padding: 17px 0 7px 0;
}

.custom-footer-middle-wrapper ul li {
    display: inline-block;
    padding-right: 26px;
    font-size: 14px;
    font-weight: 600;
}
.custom-footer-middle-wrapper ul li a{
      display: inline-block;
    color: #bbb;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.custom-footer-middle-wrapper ul li a:hover {
    opacity: .7;
}
.custom-footer-top-wrapper .page-center .footer-inner-wrapper{
    padding: 6% 0 0;
}

.custom-footer-top-wrapper .page-center .col{
      margin: 0 5.5% 5.5% 0 !important;
      width: 29.666% !important;
}
.custom-footer-top-wrapper .page-center .col.col3{
			margin-right:0 !important;
}
.custom-footer-top-wrapper .page-center .col ul li a,
.custom-footer-top-wrapper .page-center .col ul li a:hover {
    color: #ffffff;
      text-decoration: none;
}

.custom-footer-top-wrapper .page-center .col ul li{
    line-height: 26px;
      position: relative;    margin-bottom: .5em;
    padding-left: 0px;
}

.custom-footer-top-wrapper .page-center .col h3{
    color: #e4eaef;
    font-size: 22px;
}

.back-to-top {
      font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    font-family: ETmodules;
  	position: fixed;
  	display:none;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0,0,0,.4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.back-to-top span{
	display:block;
  color: #fff;
}
.et_pb_scroll_top:before {
    content: "2";
}




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
		display:block !important;
  	float:right;
  	    padding-top: 26px;
      font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display:inline-block;
    float:none !important;
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #2ea3f2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 40px;
    font-size: 24px;
    color: rgba(0,0,0,0.82);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
		opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:981px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 980px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      background: transparent;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      color: #fff;
      float: right;
      padding-top: 17px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }
  .mobile-trigger:before{
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
      text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
     color: #1B4F85;
    speak: none;
}
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    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;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
    position: absolute;
    padding: 5%;
    left: 0;
    top: 17px;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: rgba(54,79,129, 1);
    border-top: 3px solid #2ea3f2;
    border-color: #e4eaef;
    
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    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{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
      display: block;
      padding: 30px 5%;
      border-bottom: 1px solid white;
      color: white !important;
      background-color: #364F81 !important;
      font-size: 18px;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      font-weight: 600;
      line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary.vissible-phone{
    display:block !important
  }
  .custom-menu-primary.hidden-phone{
    display:none !important
  }
  .custom-menu-primary{
  		width:100% !important;
    	float:none !important;
    	margin-left:0 !important;
  }
  .custom-menu-wrapper .page-center {
      position: relative;
  }
}


/* ==========================================================================
   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 {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}


/* 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 #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.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 #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  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 =============== */

body .hs-form-field,body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
	margin-top: 16px;
}


span.hs-form-required{
    color: #790000;
    margin-left: 4px;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 8px;
}

/* 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 {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
    margin: 0;
    display:block;
    max-width:767px;
  	outline:none;
      width: 100%;
}

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 {
    border-color: #2d3940;
    color: #3e3e3e;
  	outline:none;
}
.invalid.error, textarea.error {
      border: 1px solid #790000;
}
ul.hs-error-msgs.inputs-list {
    color: #790000;
    list-style: none;
    font-size: .813em;
    font-weight: 700;
    letter-spacing: normal;
    background-color: rgba(255,223,224,.25);
    border: 1px solid #C89797;
    padding: 7px !IMPORTANT;
    LINE-HEIGHT: 1;
}


/* 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,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  
  
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    background-color: #004785;
    border: none;
    border-radius: 30px;
    box-shadow: 0 6px #00213d;
    font-size: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
    font-size: 1em;
    width: auto;
    margin: 16px 0 10px;
  	OUTLINE:NONE;
		white-space:normal !important;
  font-family:"Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  			
}
.hs-richtext ol {
    list-style-type: decimal!important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
}

.hs-fl-wthwth-baner-2.type3 .hs-form {
    max-width: 767px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
		background-color: #003763;
    transform: translateY(2px);
    box-shadow: 0 4px #00213d;
  	OUTLINE:NONE;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]: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 {}




.custom-banner-area.custom-banner-area-for-blog .page-center {
    height: 481px;
}
.custom-banner-area.custom-banner-area-for-blog {
    background-position: top left;
}
.custom-banner-area.custom-banner-area-for-blog .et_pb_slide_overlay_container {
  
     background-color: rgba(255,255,255,0.8);
}

.hs-featured-image-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
       margin-bottom: 30px;
}
.hs-featured-image-wrapper .et_overlay:before {
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    content: "\e050";
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.hs-featured-image-wrapper .et_overlay {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    opacity: 0;
    background: rgba(255,255,255,.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}
.hs-featured-image-wrapper .et_overlay.et_pb_inline_icon:before, 
.hs-featured-image-wrapper .et_pb_inline_icon:before {
    content: attr(data-icon);
}
.hs-featured-image-wrapper .et_overlay:before {
    color: #333333;
}
.post-header h2 a {
    color: inherit;
}
.post-header h2 {
    font-size: 22px;
}
.post-item .byline a {
    color: #666;
}
 .post-item:hover .hs-featured-image-wrapper .et_overlay{
    z-index: 3;
    opacity: 1;
}
.blog-listing-wrapper .post-listing .post-item {
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    width: 27.666%;
    margin-bottom: 60px;
    float: left;
    margin-right: 2.75%;
    margin-left: 2.75%;
}
.hs-featured-image-wrapper {
    margin: -20px -20px 29px;
    position: relative;
}
.blog-listing-wrapper .post-listing{
		overflow:hidden;
}
.blog.hs-blog-listing .body-container.container-fluid .row-fluid .page-center .blog-section {
    margin-left: -2.75%;
    margin-right: -2.75%;
}
.hs-blog-bottom-videos-wrap {
    background-color: #e4eaef;
    text-align: center;
    padding: 40px 60px;
}

.rep-login .hs-testimonila-wrapper:before {
   color: #666;
}
.custom-banner-area.custom-banner-area-for-blog-post .et_pb_slide_overlay_container {
    background-color: rgba(255,255,255,0.58);
}

.custom-banner-area.custom-banner-area-for-blog-post {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding-top: 181px;
    padding-left: 0;
    padding-bottom: 50px;
    padding-right: 0;
}
.custom-banner-area.custom-banner-area-for-blog-post .page-center {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.custom-banner-area.custom-banner-area-for-blog-post .et_pb_slide_description {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}
.custom-banner-area.custom-banner-area-for-blog-post h1.et_pb_module_header {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 80px;
    color: #002d72;
    line-height: 1.3em;
    padding-top: 8px;
}
.custom-banner-area.custom-banner-area-for-blog-post .et_pb_fullwidth_header_subhead {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #002d72;
      display: block;
}
.custom-banner-area.custom-banner-area-for-blog-post .page-center {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    table-layout: auto;
  	height:auto;
}
.hs-blog-post .hs-blog-bottom-videos-wrap {
    margin-bottom: 30px;
}

.hs-not-a-pdp-client-wrap {
    padding: 54px 0;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: Bitter, Georgia, "Times New Roman", serif;
}
.hs-not-a-pdp-client-wrap  h1 {
    font-family: 'PT Sans Narrow',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff!important;
}

.hs-not-a-pdp-client-wrap .et_pb_text_inner {
    margin-bottom: 2.75%;
    font-family: 'Bitter',Georgia,"Times New Roman",serif;
    font-size: 18px;
}

.hs-not-a-pdp-client-wrap a.btn.blue_btn {
    color: #ffffff!important;
    border-width: 4px!important;
    border-color: #ffffff;
    font-family: 'Bitter',Georgia,"Times New Roman",serif!important;
    text-transform: uppercase!important;
    background-color: #204e84;
    margin-top: 0;
    display: inline-block;
}
.hs-not-a-pdp-client-wrap .et_pb_button_alignment_center {
    text-align: center;
}
.hs-not-a-pdp-client-wrap .et_pb_button_alignment_center a.btn.blue_btn:hover {
    color: #ffffff!important;
    background: #204e84!important;
    letter-spacing: 6px;
}
.section.post-header h1 {
    font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 45px;
    color: #002d72!important;
    text-align: center;
}


.blog-post-wrapper .post-body {
    padding: 0;
}	
.section.post-header {
    padding: 0;
}

.blog-pagination {
    margin-bottom: 40px;
}

.blog-pagination a{
    margin-bottom: 10px;
  	display:inline-block;
}

.blog input[type="text"],
.blog input[type="password"], 
.blog input[type="datetime"], 
.blog input[type="datetime-local"], 
.blog input[type="date"], 
.blog input[type="month"], 
.blog input[type="time"], 
.blog input[type="week"], 
.blog input[type="number"], 
.blog input[type="email"], 
.blog input[type="url"], 
.blog input[type="search"], 
.blog input[type="tel"], 
.blog input[type="color"],
.blog input[type="file"],
.blog textarea,
.blog select { 
    width: 100%;
    max-width: 100%;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.cm-two-col-eql-cnt-wrap {
width: 100%;
overflow: hidden;
}
.box-shadow-cnt {
   padding-left: 18px!important;
   box-shadow: 0px 4px 18px 6px rgba(0,0,0,0.3);
   margin: 28px auto 100px;
   text-align: center;
   max-width: 75%;
   padding: 18px 18px 26px;
}

.btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    border-color: rgba(255,255,255,0);
    padding: .3em 1em;
    color: rgb(228, 234, 239);
    border-radius: 11px;
      -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.blue_btn {
    background: rgb(32, 78, 132);
    box-shadow: 0 6px #143356;
}
.blue_btn:hover{ 
		border-radius: 10px;
    transform: translateY(2px);
    box-shadow: 0 4px #00213d;
  	background: #003763;
    color: #e4eaef;
}
.home-pg-lay .custom-banner-area .page-center {
    height: 531px;
}
.home-pg-lay .cm-bottom-wrap .right-col input[type="text"],
.home-pg-lay .cm-bottom-wrap .right-col input[type="email"]{
    border: none;
    background-color: #E5EAF0;
    padding: 12px;
    width: 100%;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
}


.home-pg-lay .cm-bottom-wrap .right-col .hs-form-field {
     margin-top: 42px;
}
 .home-pg-lay .cm-bottom-wrap .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
     font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
     font-size: 15px;
     margin-top: 32px;
}
.home-pg-lay .cm-bottom-wrap .right-col  .actions{
  text-align:right;
}

.et_pb_slide_overlay_container {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
      background-color: rgba(255,255,255,0.76);
}
.custom-pdp-counter-wrapper {
    background-color: #002d72;
    position: relative;
    background-size: cover;
    background-position: center;
}
.custom-pdp-counter-wrapper .cm-title-wrap h1 {
    color: #fff;
}
.custom-pdp-counter-wrapper .cm-title-wrap {
    text-align: center;
    padding: 27px 0;
}



.custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4:last-child {
    margin-right: 0;
}
.custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4 {
    width: 19%;
    margin-right: 8%;
    float: left;
}
.custom-pdp-counter-wrapper .et_pb_circle_counter,
.custom-pdp-counter-wrapper .et_pb_number_counter {
    position: relative;
    margin: 0 auto 0px;
    text-align: center;
}

.custom-pdp-counter-wrapper .et_pb_circle_counter {
    max-width: 225px;
}
.custom-pdp-counter-wrapper .et_pb_bg_layout_dark, 
.custom-pdp-counter-wrapper .et_pb_bg_layout_dark h3, 
.custom-pdp-counter-wrapper .et_pb_bg_layout_dark h6 {
    color: #fff!important;
}
.et_pb_module {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.custom-pdp-counter-wrapper .et_pb_circle_counter .percent {
    word-wrap: initial;
}
.custom-pdp-counter-wrapper .et_pb_circle_counter .percent,
.custom-pdp-counter-wrapper .et_pb_number_counter .percent {
    position: relative;
    z-index: 2;
}
.custom-pdp-counter-wrapper .et_pb_text_align_center {
    text-align: center;
}
.custom-pdp-counter-wrapper .et_pb_circle_counter.et_pb_with_title .percent, 
.custom-pdp-counter-wrapper .et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 20px;
}

.custom-pdp-counter-wrapper .et_pb_circle_counter .percent p,
.custom-pdp-counter-wrapper .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
    position: relative;
    padding: 49% 0;
    font-size: 40px;
    font-weight: 500;
    line-height: .1em;
}

.custom-pdp-counter-wrapper .et_pb_circle_counter h3{
   font-size: 22px;
}

.custom-pdp-counter-wrapper .et_pb_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-pdp-counter-wrapper .et_pb_row.et_pb_row_1.et_pb_gutters4.et_pb_row_4col {
    max-width: 950px;
    margin: 0 auto;
}

.hs-two-col-rgt-btn-wrap .page-center {
    padding: 27px 0;
}
.blog-listing-wrapper .post-listing .post-item {
    opacity: 1;
    -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
}
@keyframes gridFadeIn{
    0%{
        opacity:0;
        transform:translatey(-5%)
    }
    100%{
        opacity:1;
        transform:translatey(0)
    }
}

.hs-two-col-rgt-btn-wrap .page-center h2, 
.hs-two-col-rgt-btn-wrap .page-center p {
    color: #fff;
}
.hs-two-col-rgt-btn-wrap .col.span4 {
    text-align: right;
}
.section{
    padding: 54px 0;
}
.home-pg-lay .section_1.section {
    padding: 0;
}
.hs_cos_wrapper_type_header {
    display: block;
    padding: 27px 0;
    text-align: center;
}

.fluid-width-video-wrapper {
    position: relative;
    margin: 27px 0;
}
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.home-pg-lay .section_2.section .fluid-width-video-wrapper + div {
    padding: 27px 0 0;
    margin-bottom: 2.75%;
}
.home-pg-lay .section_2 .hs_cos_wrapper_type_rich_text h6 {
    font-weight: 400;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 27px;
}
.home-pg-lay .section_3.section {
    padding: 0;
}
.home-pg-lay .hs-one-col-titl-back.section .title-wrap {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}
.home-pg-lay .hs-one-col-titl-back.section .title-wrap h1{
	color:#fff;
}


.hs-prof-dyn-prog-wrapper.cm-green table#wrapper tr td.cm-frst-td {
		background-color: #0e8241;
}
.hs-prof-dyn-prog-wrapper.cm-blue table#wrapper tr td.cm-frst-td {
    background-color: #014785;
}
.hs-prof-dyn-prog-wrapper.cm-orange table#wrapper tr td.cm-frst-td {
    background-color: #f88f3c;
}


.hs-prof-dyn-prog-wrapper.cm-green h3{
	color: #0e8241;
}
.hs-prof-dyn-prog-wrapper.cm-blue h3{
	    color: #014785;
}
.hs-prof-dyn-prog-wrapper.cm-orange h3{
	        color: #f88f3c;
}
.hs-prof-dyn-prog-wrapper .andrew_pushable_button a {
    color: #fff;
}
.hs-prof-dyn-prog-wrapper.cm-green td.cm-scnd-td ul {
		list-style-image: url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Images/roundedCheckGreen-e1459364557981.png);
}

.hs-prof-dyn-prog-wrapper.cm-blue td.cm-scnd-td ul {
		list-style-image: url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Images/roundedCheckBlue-e1459364598367.png);
}

.hs-prof-dyn-prog-wrapper.cm-orange td.cm-scnd-td ul {
		list-style-image: url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Images/roundedCheckOrange-e1459364570979.png);
}


.hs-prof-dyn-prog-wrapper table#wrapper {
    border-collapse: separate;
    height: 30em;
    min-height: 300px;
    border: 0px;
    margin: 0px;
    z-index: 2;
    box-shadow: 5px 5px 0px #BBBBBB;
}

.hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-frst-td {
    padding: 5%;
    color: white;
    width: 30%;
}

.hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    transform: rotate(-90deg);
    transform-origin: left top 12%;
}

.hs-prof-dyn-prog-wrapper table#wrapper tr td {
    padding: 6px 24px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 26px;
}

.hs-prof-dyn-prog-wrapper td.cm-scnd-td ul {
    padding-bottom: 0%;
    padding-left: 12%;
    margin: 0;
}

.hs-prof-dyn-prog-wrapper td.cm-scnd-td ul li {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0%;
    padding-top: 10%;
}
.hs-prof-dyn-prog-wrapper .andrew_pushable_button{
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    background-color: #004785;
    border: none;
    border-radius: 30px;
    box-shadow: 0 6px #00213d;
    font-size: 100%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    cursor: pointer;
    box-shadow: 0 6px #001C00;
    text-align: center;
    margin-left: 45%;
    position: relative;
    z-index: 3;
    bottom: 20px;
}
.hs-prof-dyn-prog-wrapper .andrew_pushable_button:hover{
    transform: translateY(2px);
}
.hs-prof-dyn-prog-wrapper.cm-green .andrew_pushable_button{
    background-color: #0E8241;
  box-shadow: 0 4px #001C00;
}
.hs-prof-dyn-prog-wrapper.cm-blue .andrew_pushable_button{
        background-color: #002d72;
}
.hs-prof-dyn-prog-wrapper.cm-orange .andrew_pushable_button{
        background-color: #F88F3C;
    box-shadow: 0 6px #922900;
}
.hs-prof-dyn-prog-wrapper.cm-green .andrew_pushable_button:hover{
        background-color: #096832;
    box-shadow: 0 4px #001C00;
}
.hs-prof-dyn-prog-wrapper.cm-blue .andrew_pushable_button:hover{
            background-color: #003763;
    box-shadow: 0 4px #00213d;
}
.hs-prof-dyn-prog-wrapper.cm-orange .andrew_pushable_button:hover{
          background-color: #d6752a;
    box-shadow: 0 4px #922900;
}
.hs-prof-dyn-prog-wrapper {
    margin-bottom: 100px;
}
.hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    transform: rotate(-90deg);
    font-size: 20px;
    line-height: 30px;
}
.home-pg-lay .section_4.section .cm-top-wrap,
.home-pg-lay .section_4.section .cm-bottom-wrap{
    padding: 27px 0;
}
.home-pg-lay .section_4.section .hs-form-field > label {
    
    display: none;
}
.hs-powerapp-wrapper.section {
    background: #e4eaef;
}
.hs-powerapp-wrapper.section .clearfix,
.hs-certific-sys-wrapper.section .clearfix,
.hs-result-conter-mod.section .clearfix, 
.hs-four-col-logo.section .clearfix{
    padding: 27px 0;
}


.hs-four-col-logo.section .span3 {
    width: 20.875% !important;
    margin-right: 5.5%;
    margin-left: 0 !important;
}

.hs-four-col-logo.section .span3.col-4 {
    margin-right: 0;
}

.hs-four-col-logo.section .span3.col-2 {
    margin-top: 30px;
    text-align: center;
}

.hs-four-col-logo.section .span3.col-4 .inner-wrap {
    width: 118%;
    text-align: center;
}


.hs-powerapp-wrapper.section {
    background: #e4eaef;
}

.hs-powerapp-wrapper.section .et_pb_main_blurb_image {
    max-width: 100%;
    margin-bottom: 30px;
    display: table-cell;
    width: 32px;
    line-height: 0;
}

.hs-powerapp-wrapper.section span.et_pb_image_wrap {
    display: block;
    margin: auto;
    max-width: 100%;
}

.hs-powerapp-wrapper.section span.et-pb-icon.et-waypoint.et_pb_animation_right.et-animated {
    font-family: ETmodules;
    font-size: 96px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    display: table-cell;
    font-size: 32px;
}

.hs-powerapp-wrapper.section .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
}

.hs-powerapp-wrapper.section .et_pb_module.et_pb_blurb {
    margin-bottom: 5.82%;
}

.hs-powerapp-wrapper.section .top-title {
    margin-bottom: 5.82%;
}

.hs-powerapp-wrapper.section .cm-link-wrap {
    padding: 27px 0;
    text-align: center;
}

.hs-powerapp-wrapper.section .cm-link-wrap a.btn.blue_btn {
}

.hs-powerapp-wrapper.section .span6.col-one .et_pb_module.et_pb_blurb:last-child {
    margin: 0;
}
.hs-certific-sys-wrapper.section {
    text-align: center;
}


.hs-certific-sys-wrapper.section .andrew_column {
    width: 37%;
    float: left;
    margin: 6px;
    padding: 10px;
}
.hs-certific-sys-wrapper.section .andrew_column_small {
    width: 15%;
    float: left;
    padding: 4%;
    padding-top: 200px;
}
.hs-certific-sys-wrapper.section .col1 a.btn.blue_btn {
    background-color: #002d72;
    border-radius: 30px;
    font-family: Arial;
    color: #fff;
    display: inline-block;
    line-height: 30px !important;
    box-shadow: 0 6px #00213d;
}
.hs-certific-sys-wrapper.section .col1 a.btn.blue_btn:hover {
    background-color: #003763;
    box-shadow: 0 4px #00213d;
}

.et_powerapp_list:before{
	content:'N';
}
.et_powerapp_mobile-refresh:before{
	content:'';
}
.et_powerapp_setings:before{
	content:'';
}
.et_powerapp_extensive:before{
	content:'';
}


.home-pg-lay .section_6{
    color: #fff;
}


.home-pg-lay .section_6 .page-center h1 {
    color: #fff;
}

.home-pg-lay .section_6.section .page-center {}

.home-pg-lay .section_6 .page-center .title-wrap {
    margin-bottom: 2.75%;
}


.hs-result-conter-mod.section .et_pb_module.et_pb_image {
    margin-bottom: 9.27%;
}

.hs-result-conter-mod.section .page-center {
    padding-top: 111px;
    padding-bottom: 85px;
}
.hs-result-conter-mod.section {
    background: #002d72;
}
.hs-result-conter-mod.section .col1 {
    text-align: center;
}

.hs-result-conter-mod.section .et_pb_number_counter .percent {
    position: relative;
     font-size: 72px;
    font-weight: 500;
      margin-bottom: 20px;
    line-height: 72px;
}
.hs-result-conter-mod.section h3.title {
    color: #fff;
    font-size: 22px;
}
.hs-result-conter-mod.section .span8.col2 h2 {
    color: #fff;
}
.hs-result-conter-mod.section .span8.col2 {
    padding-top: 60px;
    color: #fff;
}
a.btn.grey_btn:hover {
    background: rgba(228,234,239,0.78);
      transform: translateY(2px);
    box-shadow: 0 4px #00213d;
}
a.btn.grey_btn {
    color: #000000!important;
    background: #e4eaef;
    letter-spacing: 0px;
    background-color: #e4eaef;
  	box-shadow: 0 6px #143356;
}

.hs-four-col-logo.section {
    background: #e4eaef;
}

.home-pg-lay  .section_9 a.btn.blue_btn{
    margin: -3px;
}

.home-pg-lay  .section_9 .hs-two-col-rgt-btn-wrap .col.span4 {
    text-align: center;
    padding-left: 20px;
}



.hs-testimonila-wrapper {
    min-height: 550px;
    background-color: #e4eaef;
    position: relative;
    padding: 30px;
    line-height: 1.5;
    text-align: center;
}


a.btn.blue_btn {}

.section_9 {}

.hs-testimonila-wrapper {
    min-height: 550px;
    background-color: #e4eaef;
    position: relative;
    padding: 30px;
    line-height: 1.5;
    text-align: center;
}

.wrapper-for-all .sss-wrapper {
    margin-right: 5.5%;
    width: 29.666%;
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}


.wrapper-for-all {
    overflow: hidden;
    padding: 27px 0;
}

.wrapper-for-all .sss-wrapper:last-child {
    margin-right: 0;
}
.et_pb_testimonial_author {
    display: block;
    margin-top: 16px;
    font-weight: 700;
}

.hs-testimonila-wrapper:before {
    position: absolute;
    z-index: 2;
    top: -16px;
    left: 50%;
    margin-left: -16px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    background: #f5f5f5;
    font-size: 32px;
    content: "\7c";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #204e84;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0 !important;
    clear: both;
    width: 100%;
    text-align: center;
    background: #fff;
    border-left: 0;
    border-right: 0;
}
.hs-four-col-logo.section .span3.col-3 .inner-wrap {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}

body.hs-fl-wthwth-baner .body-container {
    padding-top: 127px;
}

body.hs-fl-wthwth-baner-2.hs-fl-wthwth-baner .body-container {
    padding-top: 131px;
}
body.hs-fl-wthwth-baner .hs-certific-sys-wrapper.section .col1 a.btn.blue_btn{
    background-color: #004785;
      margin-top: 30px;
}
body.hs-fl-wthwth-baner .hs-certific-sys-wrapper.section .col1 a.btn.blue_btn:hover{
        background-color: #003763;
    transform: translateY(2px);
    box-shadow: 0 4px #00213d;
}

.cm-bottom-wrap .hs-form-field > label {
    display: none;
}

.cm-bottom-wrap .right-col .hs_cos_wrapper_type_form {
    margin: 16px 0;
    display: block;
}
.cm-bottom-wrap .right-col .hs_cos_wrapper_type_form h3 {
    letter-spacing: normal!important;
    margin: 10px 0 6px;
    font-weight: 700;
    font-size: 18.75px;
}

.hs-audiance-lay .custom-banner-area .page-center{
		height: 505px;
}
.hs-audiance-lay .custom-banner-area {
    background-attachment: fixed;
    background-position: top center;
}
.custom-banner-area .et_pb_slide_description{
  	padding: 0 8%;
}
.custom-banner-area .et_pb_slide_content {
    color: #333;
    font-size: 22px;
}

.inner-padding {
    padding: 27px 0;
}

.hs-ful-with-ttl-cont-wrap .title-wrap {
    margin-bottom: 2.75%;
}

.hs-audiance-lay .body-container-wrapper:before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}
.hs-audiance-lay .body-container-wrapper {
    background: url(//cdn2.hubspot.net/hubfs/3787722/Pdpglobal_April2018_Theme/Images/AdobeStock_76880322-e1463429485843.jpeg?t=1524459570324);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hs-audiance-lay .et_pb_slide_overlay_container {
    background-color: rgba(255,255,255,0.78);
}

.hs-ful-with-ttl-cont-wrap.section {
    background: #fff;
    position: relative;
    margin-bottom: 100px;
      -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.07);
    box-shadow: inset 0 0 7px rgba(0,0,0,.07);
}
.hs-ful-with-ttl-cont-wrap.section.hs-ful-with-ttl-cont-wrap-last {
    margin: 0;
}


.hs-full-width-layout .custom-banner-area .page-center{
    height: 527px;
}

.hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 27px 0;
}


.hs-full-width-layout .body-container h3.form-title{
    letter-spacing: normal!important;
    margin: 10px 0 24px;
    font-weight: 700;
    font-size: 1.25em;
}

.hs-full-width-layout .body-container .hs-richtext h2 {
    font-weight: 700;
    font-size: 1.25em;
    margin: 0!important;
    padding: 0!important;
    letter-spacing: normal!important;
}

.hs-full-width-layout .body-container .hs-richtext p span,
.hs-full-width-layout .body-container .hs-richtext .gfield_description,
.hs-full-width-layout .body-container .hs-form-field legend{
    font-size: .813em;
   	display:block;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    padding: 0;
    margin: 0 0 16px 0;
}
hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
textarea {
    height: 160px;
}
.hs-full-width-layout .body-container input[type="text"],
.hs-full-width-layout .body-container input[type="password"], 
.hs-full-width-layout .body-container input[type="datetime"], 
.hs-full-width-layout .body-container input[type="datetime-local"], 
.hs-full-width-layout .body-container input[type="date"], 
.hs-full-width-layout .body-container input[type="month"], 
.hs-full-width-layout .body-container input[type="time"], 
.hs-full-width-layout .body-container input[type="week"], 
.hs-full-width-layout .body-container input[type="number"], 
.hs-full-width-layout .body-container input[type="email"], 
.hs-full-width-layout .body-container input[type="url"], 
.hs-full-width-layout .body-container input[type="search"], 
.hs-full-width-layout .body-container input[type="tel"], 
.hs-full-width-layout .body-container input[type="color"],
.hs-full-width-layout .body-container input[type="file"],
.hs-full-width-layout .body-container textarea,
.hs-full-width-layout .body-container select {
  max-width:100%;
}

.hs-full-width-layout .body-container .hs_upload_your_resume_ input{
    border: none;
}



.hs-full-width-layout.type2 .custom-banner-area {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    padding-top: 181px;
    padding-bottom: 50px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.hs-full-width-layout.type2 .custom-banner-area .page-center {
    height: auto;
    display: block !important;
}


.hs-full-width-layout.type2 .custom-banner-area h2.et_pb_slide_title {
    font-size: 37px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.hs-full-width-layout.type2 .custom-banner-area .et_pb_slide_description {
    padding: 0;
}
.hs-full-width-layout.type2 .custom-banner-area .box-shadow-overlay {
    box-shadow: none;
}
.hs-full-width-layout.type2 .et_pb_slide_overlay_container {
  background-color: rgba(255,255,255,0.01);
}
.body-container .hs_cos_wrapper_type_rich_text ul{
    padding: 0 0 1em 1em;
    line-height: 26px;
    margin: 0;
    list-style-type: disc;
}
.body-container .hs_cos_wrapper_type_rich_text ol{
    padding: 0 0 1em 1em;
    line-height: 26px;
    margin: 0;
}
.custom-header-top-wrapper.for-lp {
    padding-top: 36px;
}



.type2.hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text > div {
    max-width: 96%;
    margin-bottom: 10px;
    padding: 8px;
    padding-top: 4px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    text-align: center;
    margin: 0 0 20px 30px;
}
.type2.hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text > div p{
	  margin: 0;
    padding: 8px 4px 5px;
    font-size: 12px;
}
.two-col-equal-lay .body-container {
    padding-top: 185px;
    padding-bottom: 54px;
}
.hs-about-lay .et_pb_slide_overlay_container {
    background-color: rgba(255,255,255,0.68);
}
.hs-about-lay .custom-banner-area .page-center {
    height: 535px;
}
.hs-about-lay .hs-ful-with-ttl-cont-wrap.section {
    box-shadow: none;
    background: #204e84;
    color: #fff;
}
.hs-about-lay .hs-ful-with-ttl-cont-wrap .title-wrap {
    margin-bottom: 0;
}
.hs-about-lay .hs-ful-with-ttl-cont-wrap ul{
    margin: 0;
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
    padding-bottom: 1em;
}

.hs-about-lay .hs-ful-with-ttl-cont-wrap .title-wrap h2 {
    font-size: 31px;
    color: #fff;
}
.custom-banner-area-type2 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.custom-banner-area-type2 .et_pb_slide_overlay_container {
    background-color: rgba(32,78,132,0.62);
}

.custom-banner-area-type2 .page-center {
    display: table;
    table-layout: fixed;
    height: 609px;
}

.custom-banner-area-type2 .page-center .et_pb_slide_description {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 0 8%;
  -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
      z-index: 99;
}

.custom-banner-area-type2 .et_pb_slide_content {
    position: relative;
    z-index: 99;
    font-size: 22px;
}

 .custom-banner-area-type2 .et_pb_slide_description h2{
    font-size: 46px;
    color: #fff;
    position: relative;
    z-index: 99;
}
.hs-two-col-eql-imhg-cont-wrap .span6.col2 {
   padding: 16% 0;
    color: #333;
    font-weight: 400;
    font-size: 22px;
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
}

@keyframes fadeTop{
    0%{
        opacity:0;
        transform:translateY(-10%)
    }
    100%{
        opacity:1;
        transform:translateX(0)
    }
}

.hs-two-col-eql-imhg-cont-wrap {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}

.hs-two-col-eql-imhg-cont-wrap ul{
    padding: 0 0 1em 1em;
    line-height: 26px;
    margin: 0;
    list-style-type: disc;
}

.hs-two-col-eql-imhg-cont-wrap .span6.col2 h2 {
    font-size: 46px;
}
.hs-two-col-eql-imhg-cont-wrap .span6.col1 {
    padding-top: 23%;
}
.et-pb-icon {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    font-family: ETmodules;
    display: table-cell;
    font-size: 32px;
    color: #2ea3f2;
}
.one-columnicon-wth-cont-wrap .et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
    line-height: 0;
}

.one-columnicon-wth-cont-wrap .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.one-columnicon-wth-cont-wrap-top-wrap {
    float: left;
    margin-right: 5.5%;
    width: 47.25%;
}
.one-columnicon-wth-cont-wrap-all .one-columnicon-wth-cont-wrap-top-wrap:last-child {
    margin-right: 0;
}
.one-columnicon-wth-cont-wrap-all {
    overflow: hidden;
}
.hs-about-lay .section_3.section {
    background: #e4eaef;
}

.three-col-icon-wth-cont-wrap .col {
    width: 29.666%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}

.three-col-icon-wth-cont-wrap .col.col3 {
    margin-right: 0;
}

.three-col-icon-wth-cont-wrap .et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
}

.three-col-icon-wth-cont-wrap .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}


.hs-about-lay .section_5.section {
    background-color: #333333;
    color: #fff;
}

.hs-about-lay .section_5.section h1,
.hs-about-lay .section_5.section h2,
.hs-about-lay .section_5.section h3 {
    color: #fff;
}
.hs-about-lay .section_5.section .hs_cos_wrapper_type_header {
    padding: 0;
    margin-bottom: 2.75%;
}

.hs-about-lay .section_5.section .right-col h3{
  	font-size: 20px;
}
.hs-about-lay .hs-one-col-titl-back.section .page-center {
    padding: 27px 0;
}

.hs-about-lay .hs-one-col-titl-back.section .page-center h1.et_pb_module_header {
    color: #fff;
}

.hs-full-width-layout .et_pb_slide_overlay_container {
    background-color: rgba(255,255,255,0.79);
}
.hs_check_the_items_that_are_a_priority_to_you_and_your_organization {
    margin-top: 16px;
}
li.hs-form-checkbox span {
    line-height: 1.5;
    font-size: 17.5px;
    display: inline-block;
    margin-left: 4px;
}
li.hs-form-checkbox {
        margin: 0 0 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.team-member-mod-wrap .col.col-left {
    width: 20.875%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 9;
}

.team-member-mod-wrap .col.col-right {
    width: 73.625%;
    float: left;
}
.custom-pdp-counter-wrapper .clearfix {
    padding: 27px 0;
}
.team-member-mod-wrap p.et_pb_member_position {
    padding-bottom: 7px;
    color: #aaa;
}
.team-member-mod-wrap .inner-wrap-col-right {
    margin-bottom: 3.735%;
}
.team-member-mod-wrap .et_pb_blurb_content {
        max-width: 550px;
    margin: 0 auto;
    margin-bottom: 3.735%;
    font-size: 16px;
}
.team-member-mod-wrap .et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
    line-height: 0;
}
.team-member-mod-wrap .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.team-member-mod-wrap .et_pb_blurb_description.phone .et_pb_blurb_content {
    margin-bottom: 0;
}

.team-member-mod-wrap {
    padding: 27px 0;
}
.team-member-mod-wrap.hs-ful-with-ttl-cont-wrap-last .inner-wrap-col-right {
    margin: 0;
}




body.home-pg-lay.hs-content-id-5729878951.hs-site-page.page .custom-banner-area .page-center {
    height: 511px;
}

.hs-resarch-study-nd-in-group .col {
    width: 29.666%;
    float: left;
    text-align: center;
    margin-right: 5.5%;
}

.hs-resarch-study-nd-in-group .col.col3 {
    margin-right: 0;
}

.hs-resarch-study-nd-in-group {
    padding: 27px 0;
}

.hs-resarch-study-nd-in-group .et-pb-icon-circle {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    font-family: ETmodules;
    padding: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 48px;
    color: #204e84;
    background-color: #ffffff;
}

.hs-resarch-study-nd-in-group .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}

.hs-resarch-study-nd-in-group h4.et_pb_module_header,
.hs-resarch-study-nd-in-group h4.et_pb_module_header a {
    font-size: 18px;
    color: #fff;
}

.hs-resarch-study-nd-in-group .et_pb_module{
    margin-bottom: 9.27%;
}
.hs-resarch-study-nd-in-group .et_pb_module:last-child {
    margin-bottom: 0;
}



.et_cursor-icon:before{
  content:"";
}

table tr td img {
    max-width: 100%;
}
.et_hire:before{
	content:"i";
}
.et_speaker:before{
	content:"";
}
.et_team{
  content:"";

}
.certifcate .cm-two-col-eql-cnt-wrap.section.white a {
color: #8692a0;
}


/* Styles that do not fit into any of the available sections above can go here. */

.certifcate .custom-banner-area {padding-top: 135px;padding-bottom: 5px;}


.cm-three-t-i-c-mdl h1 {
    text-align: center;
    font-size: 26px;
}

.cm-three-t-i-c-mdl {
    padding-top: 27px;
    padding-bottom: 30px;
    padding-left: 4%;
    padding-right: 4%;
}

.cm-three-t-i-c-mdl .img-sec {
    padding: 54px 0;
    text-align:  center;
}

.cm-three-t-i-c-mdl .cnt-sec ul {
    padding: 0;
    margin:  0;
    list-style: none;
    text-align: left;
}

.cm-three-t-i-c-mdl .cnt-sec ul li:before {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ETmodules;
    font-size: 96px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "N";
    font-size: 32px;
    color: #204e84;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.cm-three-t-i-c-mdl .cnt-sec ul li {
  margin-bottom: 9.27%;
  padding-left: 47px;
  position: relative;
}
.cm-three-t-i-c-mdl .cnt-sec ul ul{
  margin-left: 40px;
}
.et_pb_button {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border-color: rgba(255,255,255,0) !important;
    border-radius: 40px;
    /* box-shadow: 2px 4px 0px darkblue; */
    box-shadow: 0 6px #143356;
    padding: 6px20px;
    background: #204e84;
    border-width: 0px!important;
    border-color: rgba(255,255,255,0);
    border-radius: 11px;
    color: #e4eaef;
    display: inline-block;
}
a.et_pb_button:hover {
  background-color: #003763;
  transform: translateY(2px);
  box-shadow: 0 4px #00213d;
  outline: none;
  color: #e4eaef;
}
.cm-three-t-i-c-mdl .cnt-sec {
    text-align: center;
}

.cm-three-t-i-c-mdl .cnt-sec ul ul li:before {
    content: "^";
}
.cm-three-t-i-c-mdl .cnt-sec ul  ul li {
    margin-bottom: 10px;
}
 .cm-two-col-eql-cnt-wrap.section .page-center {
    padding-top: 27px;
    padding-bottom:  27px;
}
.cm-two-col-eql-cnt-wrap.section.white * {
    color: #fff;
}

.cm-two-col-eql-cnt-wrap.section.white  .col.span6.et_pb_module.left img {
    margin-bottom: 5.82%;
}
  
.cm-two-col-eql-cnt-wrap.section ul {
    padding: 0 0 20px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin:  0;
}


.cm-two-col-eql-cnt-wrap.section ul {
    padding: 0 0 20px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin:  0;
}



.cm-attend-evlution-mdl .right-col ul {
    padding: 0;
    margin:  0;
    list-style: none;
}
.et_pb_counter_title {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
}
.et_pb_counter_container {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    background-color: #ddd;
        border-radius: 0px 0px 0px 0px;
    overflow: hidden;
}
.et_pb_counter_amount {
    display: block;
    min-height: 6px;
    padding: 1px 3% 1px 1px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6em;
    text-align: right;
    position: relative;
    z-index:  1;
}

.cm-attend-evlution-mdl  .bottom-sec {
    padding: 27px  0;
}
.cm-gallery-section {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    position: relative;
    background-color: #204e84;
    overflow: hidden;
}

.cm-gallery-section .caption.below {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    height:  556px;
    text-align: center!important;
}

.cm-gallery-section .caption.below > span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.cm-gallery-section:before {
    background-color: rgba(54,79,129,0.61);
    content: "";
    position: absolute;
    width: 100%;
    height:  100%;
}

.cm-gallery-section ul.slick-dots {
    position: absolute;
    bottom:10px;
}


.cm-gallery-section .hs_cos_gallery_main {
    padding: 0;
    margin:  0;
}

.cm-gallery-section.gallery-2:before {
    content: none;
}

.cm-gallery-section .caption.below h2 {
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-style: italic;
    font-size: 26px!important;
    color: #ffffff!important;
    line-height: 1.5em;
}

.cm-gallery-section .caption.below  p {
    color: #fff;
    font-size: 22px;
}



.cm-gallery-section .slick-dots li button:before {
    display: none;
}

.cm-gallery-section .slick-dots li button {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(255,255,255,.5);
    text-indent: -9999px;
}

.cm-gallery-section .slick-dots li {
    width: auto;
    height:  auto;
    margin:  0;
    overflow: hidden;
}

.cm-gallery-section  .slick-prev, 
.cm-gallery-section  .slick-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  font-size: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: auto;
  height:  auto;
  opacity: 0;
}
.cm-gallery-section  .slick-prev:before, 
.cm-gallery-section  .slick-next:before{
    display:none;
} 
.cm-gallery-section  .slick-prev:after, 
.cm-gallery-section  .slick-next:after{
     text-shadow: 0 0;
     font-family: ETmodules!important;
     font-weight: 400;
     font-style: normal;
     font-variant: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     text-transform: none;
     speak: none;
     font-size: 48px;
} 
.cm-gallery-section  .slick-prev:after{
     content: "\34";
}

.cm-gallery-section  .slick-next:after {
    content: "\35";
}


.cm-gallery-section .slick-next:after {}

.cm-gallery-section .slick-prev {
    left: -22px;
}
.cm-gallery-section .slick-next{
    right:-22px;
}

.cm-gallery-section:hover .slick-prev, .cm-gallery-section:hover .slick-next{
    opacity:1;
}
.cm-gallery-section:hover .slick-prev{
    left:22px;

}
.cm-gallery-section:hover .slick-next{
    right:22px;
}

.cm-gallery-section .slick-dots li.slick-active button {
    background:#fff;
}

.hs-system-layout .hs-two-col-rgt-btn-wrap .page-center .clearfix {
    padding-top: 30px;
}
.hs-system-layout .hs-two-col-rgt-btn-wrap.section h2 {
    color: #333;
    margin-bottom: 0;
}
.hs-system-layout .hs-two-col-rgt-btn-wrap .col.span4 {
    text-align: left;
    padding-left: 21px;
}
.et_pb_blurb_content.one-col-img-cont-title:nth-child(4) {
    margin-right: 0;
}
.et_pb_blurb_content.one-col-img-cont-title {
    width: 20.875%;
    float: left;
    text-align: center;
    padding-bottom: 54px;
    margin-right: 5.5%;
}


.hs-work-res-grp-wrap {
    overflow: hidden;
}


.hs-work-res-grp-wrap .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}
.hs-work-res-grp-wrap h4.et_pb_module_header {
    font-size: 18px;
}

.hs-system-layout .hs-one-col-titl-back.section .title-wrap h1 {
    color: #fff;
    font-size: 52px;
}
.hs-system-layout .hs-one-col-titl-back.section .title-wrap {
    padding: 27px 0;
    text-align: center;
}
.hs-system-layout .section_2.section {
    padding: 57px 0 81px;
}

.hs-system-layout .cm-two-col-eql-cnt-wrap.section {
    padding: 0;
}
.hs-system-layout .hs-powerapp-wrapper{
    margin-bottom: 54px;
}

 .hs-system-layout .hs-powerapp-wrapper h6{
    margin-bottom: 5.82%;
    line-height: 1.5em;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    padding: 0;
    color: #666;
}

.hs-img-alignment-wrapper.cm-right .col.col2 {
    width: 64.833%;
    float: left;
    margin-top: 30px;
}

.hs-img-alignment-wrapper {
    padding: 54px 0;
}

.hs-img-alignment-wrapper.cm-right .col.col1 {
    float: right;
    width: 29.666%;
}

.hs-img-alignment-wrapper.cm-right .col.col2 {
    width: 64.833%;
    float: left;
    margin-top: 30px;
}
.hs-img-alignment-wrapper .col.col2 {
 	 margin-top: 30px;
}
.hs-img-alignment-wrapper .col.col1 h2{
    font-size: 23px;
}

.hs-img-alignment-wrapper .col.col1 .image-wrapper {
    margin-bottom: 9.27%;
}
.hs-img-alignment-wrapper .col.col1 .et_pb_promo_description {
    padding-bottom: 20px;
    position: relative;
}
.hs-img-alignment-wrapper.cm-white .col.col1 h2 {
    font-size: 31px;
    color: #fff;
}
.hs-img-alignment-wrapper.cm-white .col.col1 {
    color: #fff;
}

.hs-img-alignment-wrapper.cm-white .col.col2 {
    color: #fff;
}
.hs-img-alignment-wrapper.cm-left .col.col2 {
    width: 64.833%;
    float: right;
    color: #fff;
}

.hs-img-alignment-wrapper.cm-left .col.col1 {
    width: 29.666%;
    float: left;
}


.hs-system-layout .custom-banner-area .page-center {
    display: block;
    height: auto;
    padding-top: 60px;
}

.hs-system-layout .custom-banner-area {
    background-attachment: fixed;
    background-position: top center;
    padding-top: 181px;
    padding-bottom: 54px;
      padding-right: 0;
    padding-left: 0;
}
.hs-system-layout  .custom-banner-area .et_pb_slide_description {
    padding: 0;
  display: block;
}
.hs-system-layout .custom-banner-area h2.et_pb_slide_title {
    font-size: 48px;
      font-weight: bold;
}
.hs-system-layout .custom-banner-area .et_pb_slide_content {
    color: #000;
    font-size: 20px;
}

.hs-system-layout .custom-banner-area .et_pb_slide_description {
    padding: 27px 0;
}
.hs-system-layout .et_pb_slide_overlay_container {
    background-color: transparent;
}
.three-col-icon-in-banner .et-pb-icon-circle {
    padding: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 48px;
    color: #0e8240;
    background-color: #ffffff;
}

.three-col-icon-in-banner .col2.col .et-pb-icon-circle {
    color: #004785;
}
.three-col-icon-in-banner .col3.col .et-pb-icon-circle {
    color: #f78f3b;
}
.three-col-icon-in-banner .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}

.three-col-icon-in-banner h4.et_pb_module_header {
    font-size: 18px;
}

.three-col-icon-in-banner {
    padding: 27px 0;
}


.three-col-icon-in-banner h4.et_pb_module_header {
    font-size: 18px;
}

.three-col-icon-in-banner {
    padding: 27px 0;
}

.three-col-icon-in-banner .col {
    width: 29.666%;
    float: left;
    margin-right: 5.5%;
    margin-bottom: 30px;
}

.three-col-icon-in-banner .col.col3 {
    margin-right: 0;
}
.et_team:before {
    content: "";
}


.hs-contact-inf-wrap .left-col {
    display: table-cell;
    padding: 6px 24px;
    border-top: 1px solid #eee;
    vertical-align: middle;
}

.hs-contact-inf-wrap .right-col {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 24px;
    border-top: 1px solid #eee;
}

.hs-pdp-system-infogrphc-wrap {
    background: #e88a33;
}






.main-slider {
  overflow:hidden;
}
.main-slider .slick-slide-inner-wrapper {
    padding-top: 131px;
    background-color: #f84c48;
    display: block!important;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider  .hs_cos_gallery_main {
    padding: 0;
    margin:  0;
}

.main-slider .hs_cos_gallery_main .caption.below {
    display: table;
    table-layout: fixed;
    height: 541px;
    min-height: 541px;
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center!important;
}

.main-slider .hs_cos_gallery_main .caption.below > span {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      padding: 0% 8%;
}

.main-slider .hs_cos_gallery_main .caption.below h2 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
}

.main-slider .hs_cos_gallery_main .caption.below p {
    color: #fff;
    font-size: 22px;
}

.main-slider .hs_cos_gallery_main .caption.below .et_pb_button {
margin-top: 20px;
/* display: inline-block; */
/* line-height: 25px!important; */
}

.main-slider .slick-dots {
    position: absolute!important;
    bottom: 18px;
}

.main-slider .slick-dots li button {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(255,255,255,.5);
    text-indent: -9999px;
}

.main-slider .slick-dots li {
    width: auto;
    height:  auto;
    margin:  0;
}

.main-slider .slick-prev, 
.main-slider .slick-next{
    z-index: 11;
}

.main-slider .slick-prev:before, .main-slider .slick-next:before {
    display:  none;
}


.main-slider  .slick-prev, 
.main-slider  .slick-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  color: #fff;
  font-size: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: auto;
  height:  auto;
  opacity: 0;
  margin-top: 41.5px;
}
.main-slider  .slick-prev:before, 
.main-slider  .slick-next:before{
    display:none;
} 
.main-slider  .slick-prev:after, 
.main-slider  .slick-next:after{
     text-shadow: 0 0;
     font-family: ETmodules!important;
     font-weight: 400;
     font-style: normal;
     font-variant: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     text-transform: none;
     speak: none;
     font-size: 48px;
} 
.main-slider  .slick-prev:after{
     content: "\34";
}

.main-slider  .slick-next:after {
    content: "\35";
}



.main-slider .slick-prev {
    left: -22px;
}
.main-slider .slick-next{
    right:-22px;
}
.main-slider:hover .slick-prev, .main-slider:hover .slick-next{
    opacity:1;
}
.main-slider:hover .slick-prev{
    left:22px;

}
.main-slider:hover .slick-next{
    right:22px;
}






.main-slider .slick-slide-inner-wrapper:before {
  content:"";
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  width: 100%;
  height:  100%;
  top: 0;
  left:  0;
}
.main-slider .slick-slide-inner-wrapper {
    position: relative;
}
.main-slider .slick-slide-inner-wrapper[style*="null"]:before {
    display:  none;
}
 .main-slider .et_pb_slide_description {
    float: right;
    width: 47.25%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    position: relative;
}

.main-slider .et_pb_slide_description h2 {
    font-family: 'Fredoka One',display!important;
    color: #f28124!important;
}

.main-slider .hs_cos_gallery_main .caption.below h2 a {
    color: inherit;
}
.main-slider  .slick-dots li.slick-active button {
   background: #fff;
}

.main-slider .hs_cos_gallery_main .caption.below .et_pb_slide_description p {
    color: #333;
}
.cm-three-t-i-c-mdl-no-bg.section {
    text-align: center;
    font-family: 'Old Standard TT',Georgia,"Times New Roman",serif;
}

.corporate:before {
    content: "";
}

.heart:before {
    content: "";
}

.home:before {
    content: "";
}

.cm-three-t-i-c-mdl-no-bg.section .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}

.cm-three-t-i-c-mdl-no-bg.section .et-pb-icon {
    font-size: 96px;
}
.custom-banner-min-height {
    min-height: 131px;
}

.cm-three-t-i-c-mdl-no-bg.section  h4 {
    font-family: 'Fredoka One',display;
    font-size: 26px;
    color: #44aff8!important;
    letter-spacing: 2px;
}

.tst-mock .content-wrapper {
    padding-bottom: 0;
}

.cm-gallery-section.recent-post-slider {
    overflow: hidden;
    padding: 0;
    background-color: #e4eaef;
    margin: 0;
}

.slides.slick-slide {
    position: relative;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}

.slides.slick-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.cm-gallery-section.recent-post-slider:before {
    display: none;
}
.recent-post-slider .et_pd_table {
    height:  606px;
    text-align: center;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

.recent-post-slider .et_pd_table .et_pb_slide_description {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
}

.recent-post-slider .et_pb_slide_description h2 {
    color: #fff;
    font-size: 46px;
}

.recent-post-slider .et_pb_slide_description h2 a {
    color: inherit;
}
.recent-post-slider .et_pb_slide_content .post-meta {
    padding-top: 5px;
    padding-bottom: 0;
        color: #fff;
            font-size: 13px!important;
    font-weight: 400!important;
           
}
.recent-post-slider .et_pb_slide_content .post-meta a{
        color: #fff!important;
}

.recent-post-slider .et_pb_button_wrapper {
    margin-top: 20px;
}


.tst-mock .hs-four-col-logo.section .span3 {
    margin-top: 0;
}

.hs-four-col-logo.section {
    background-color: #eeeeee;
}


.home-pg-lay.home-test-layout .hs_cos_wrapper_type_header {
    text-align: left;
}


.home-pg-lay.home-test-layout .custom-banner-area {
    background-attachment: fixed;
    background-position: top center;
}

.home-pg-lay.home-test-layout  .custom-banner-area .page-center {
    height: 511px;
}



.hs-img-alignment-wrapper img.wow,.custom-animation {
      animation-duration: 500ms;
      animation-delay: 0ms;
      opacity: 0;
      animation-timing-function: ease-in-out;
      transform: translate3d(-20%, 0px, 0px);
}
.slideLeft{
   -webkit-animation-name: et_pb_slideLeft;
   animation-name: et_pb_slideLeft;
}


@-webkit-keyframes et_pb_slideLeft {
   to {
       opacity: 1;
       -webkit-transform: translate3d(0,0,0);
       transform: translate3d(0,0,0)
   }
}

@keyframes et_pb_slideLeft {
   to {
       opacity: 1;
       -webkit-transform: translate3d(0,0,0);
       transform: translate3d(0,0,0)
   }
}



/* ==========================================================================
  Mock Test


   ========================================================================== */

.tst-mock .cm-three-t-i-c-mdl-no-bg.section {
   padding-top: 0;
}

.tst-mock .hs-four-col-logo.section  .span3.col-3 .inner-wrap {
    max-width: 100%;
}
  .hs-full-width-layout .body-container  .t-row-3 h3.form-title {
    font-size: 26px;
    font-weight: 500;
    margin:  0;
    padding: 0 0 16px;
}

.tst-mock.hs-full-width-layout .body-container .t-row-3  .hs_cos_wrapper_type_form {
    padding: 23px 0;
    display:block;
}



.tst-mock.hs-full-width-layout .body-container .t-row-3 .hs_cos_wrapper_type_form .hs-form-field > label {
    display:  none;
}

.tst-mock.hs-full-width-layout .body-container .t-row-3 .hs_cos_wrapper_type_form .input input , .tst-mock.hs-full-width-layout .body-container .t-row-3 .hs_cos_wrapper_type_form textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}

.tst-mock.hs-full-width-layout .body-container .t-row-3 .hs_cos_wrapper_type_form input[type="submit"] {
    float: right;
    border-radius: 11px;
}
.tst-mock .body-container-wrapper {
    margin-bottom:  104px;
}  
.three-cm-client-lft-wth-cnt.section img {
    max-width: 510px;
    width: 100%!important;
}

.pdp-module.et_pb_section_1.et_pb_section h3 {
font-size: 22px;
}

/* ==========================================================================
  rep Login page                         
   ========================================================================== */
.rep-login .col.span4.et_pb_module {
   text-align: center;
}

.rep-login .col.span4.et_pb_module .btn {
   margin-top: 0;
}

 .rep-cm-main-header-wrap {
    padding-top: 181px;
    padding-bottom: 50px;
}

.rep-cm-main-header-wrap .hs_cos_wrapper_type_header {
    padding: 10px;
    margin: 20px auto;
}



.bg-section-login {
    background-color: #204e84;
}

.bg-section-login * {
    color: #fff;
}
.rep-login .lgr2 {
    background-color: #e4eaef;
}

.rep-login .lgr2 ol {
    padding: 0 0 1em 0;
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal;
    margin:  0;
}
.rep-login .lgr2 p:last-of-type {
    padding-bottom: 0;
}



.rep-login .lgr2 h2 + p {
    padding:  0;
}

.rep-login .col.col1 {
    width: 29.666%;
    margin-right: 5.5%;
}

.rep-login .hs-img-alignment-wrapper  .col.col2 {
    width: 64.833%;
}

.rep-login .hs-img-alignment-wrapper .col {
    float: left;
}

.rep-login .hs-img-alignment-wrapper.cm-white h2 {
    color: #fff;
    margin-bottom: 4.242%;
}

.rep-login .hs-img-alignment-wrapper .col.col2 {
    margin-top:  0;
}

.rep-login .hs-img-alignment-wrapper .col.col2 ul {
    padding: 0 0 20px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin:  0;
}
.rep-login .hs-testimonila-wrapper {
    min-height: auto;
    text-align: left;
    background: #f5f5f5;
}

.rep-login .wrapper-for-all .sss-wrapper {
    width: 100%;
    margin: 0 0 30px;
}

.rep-login .wrapper-for-all {
    padding: 45px 0 0;
}

.cm-income-counter .et_pb_row.et_pb_row_2 .et_pb_column_3 {
    width: 47.25%;
    float: left;
        margin-right: 5.5%;
}
.cm-income-counter .et_pb_row.et_pb_row_2 .et_pb_column_3:last-child{
    margin-right:0

}

.hs-prof-dyn-prog-wrapper.cm-orange h3 span {
    display: none;
}

.cm-income-counter .et_pb_row.et_pb_row_2.clearfix {
    padding: 27px 75px;
}
.cm-income-counter .et_pb_number_counter .percent p {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
}
.cm-income-counter .et_pb_number_counter h3 {
    position: relative;
    font-size: 22px;
}
.cm-income-counter .percent {
    margin-bottom: 20px;
}

.cm-income-counter .et_pb_row.et_pb_row_2.clearfix:last-child {
    padding-bottom: 0;
}
.cm-gallery-section .caption.below > span {
   transform: translateY(100px);
   opacity: 0;
   transition: all 0.8s ease;
   visibility: hidden;
   transition-delay: 0.3s;
}

.cm-gallery-section .slick-active .caption.below > span {
   opacity: 1;
   transform: translateY(0);
   visibility: visible;
}

.custom-banner-area {
    background-color: #364F81;
}
select{
	height:37px;
}
/* ==========================================================================
  Home test Layout                       
   ========================================================================== */


.home-test-layout .section_2 .right_col {
    margin-top: 27px;
}
.recent-post-slider .et_pd_table .et_pb_slide_description {
   transform: translateY(100px);
   opacity: 0;
   transition: all 0.8s ease;
   visibility: hidden;
   transition-delay: 0.3s;
}


.recent-post-slider .slick-active .et_pd_table .et_pb_slide_description{
       opacity: 1;
   transform: translateY(0);
   visibility: visible;
}


.home-test-layout .hs-certific-sys-wrapper.section .andrew_column, 
.home-test-layout .hs-certific-sys-wrapper.section  .andrew_column_small {
   text-align: left;
   width: 29.666%;
   margin: 0 5.5% 0 0;
}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column.col3 {
   margin-right: 0;
}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column_small {
   padding-top: 17px;
}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column.col1 {
   text-align: right;
}

.home-test-layout .andrew_column_small .et_pb_button_wrapper {
   margin-top: 30px;
}

.home-test-layout .arrow-right:before {
   content:"$";
}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column_small span.et-pb-icon {
   font-size: 96px;
   margin:  0 auto;
   float: none;
   display:  inline;
}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column_small span.et-pb-icon p {
   text-align: center;
}

.home-test-layout .hs-certific-sys-wrapper.section {padding-bottom:  10px;}

.home-test-layout .hs-certific-sys-wrapper.section .andrew_column h5 {
   font-size: 18px;
}





.home-test-layout.home-pg-lay .hs-one-col-titl-back.section .title-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
    text-align: left;
}
.home-test-layout.home-pg-lay .hs-one-col-titl-back.section {
    padding: 50px 0;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper .col.col1 {
    text-align: center;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-left .col.col1 {
    width: 64.833%;
    margin-right: 5.5%;
}
.home-test-layout.home-pg-lay .cm-header-wrap {
    padding: 15px;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper .col.col1 .image-wrapper {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-left .col.col2 {
    width: 29.666%;
    color: inherit;
    margin-top: 0;
}
.hs-img-alignment-wrapper .col.col2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-test-layout.home-pg-lay .hs-img-alignment-wrapper .col.col2 li {
    padding-left: 42px;
    position: relative;
    margin-bottom: 9.27%;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-left .col.col2 ul.gree-list li:before{
    color: #0e8240;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-left .col.col2 ul.blue-list li:before{
    color: #004785;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-left .col.col2 ul.orng-list li:before{
     color: #f78f3b;
}
.book:before {
   content: "b";
}

.puzzle:before {
   content: "";
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper .col.col2 ul li:before {
    content: 'N';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    font-family: ETmodules;
    font-size: 32px;
    vertical-align: middle;
    width: 32px;
    position: absolute;
    left: 0;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-right .col.col1 {
    float: right;
    width: 64.833%;
}
.home-test-layout.home-pg-lay .hs-img-alignment-wrapper.cm-right .col.col2 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-top: 0;
}
.home-test-layout.home-pg-lay div#hs_cos_wrapper_widget_1524739152780 .hs-one-col-titl-back.section .title-wrap {
    text-align: right;
}
/* ==========================================================================
  client page                         
   ========================================================================== */

.clients  .custom-banner-area .et_pb_slide_description {
    padding-top: 61px;
}

.clients .custom-banner-area {
    padding-top: 101px;
}
.clients .custom-banner-area .page-center{
    height:505px
}

.cleint-group .top-section {
    text-align: center;
    padding: 27px 0;
}

.cleint-group .bottom-section .image-wrap {
          max-width: 320px;
}
.cleint-group {
    padding-bottom: 104px;
}

.cl-sss-wrapper:last-child {
    margin-right: 0;
}

.cl-hs-testimonila-wrapper {
    background-color: #f5f5f5;
    padding: 30px;
}
.et_pb_testimonial_portrait-image {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    float: none;
    margin: 0 auto 20px;
}

.cl-hs-testimonila-wrapper h3 {
    font-size: 20px;
    text-align: center;
}

.cl-wrapper-for-all {
    padding: 27px 0;
}
.clients  .hs-two-col-rgt-btn-wrap  h1 {
    color: #fff;
}

.clients  .hs-two-col-rgt-btn-wrap .page-center .clearfix {
    padding-top: 0;
}

.clients .hs-two-col-rgt-btn-wrap .col.span4 {
    text-align: left;
}
.clients .hs-two-col-rgt-btn-wrap.section a.btn.blue_btn:hover {
    color: rgb(228, 234, 239);
}
.cl-row-4.section {
    background-color: #e4eaef!important;
}


.ind-gen-group .bottom-section {
    padding:  27px 0;
}

.ind-gen-group .et_pb_blurb_content {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    
}

.ind-gen-group .et_pb_blurb_position_left .et_pb_main_blurb_image {
    display: table-cell;
    width: 32px;
    line-height: 0;
}


.ind-gen-group .et_pb_blurb_position_left .et_pb_blurb_container {
    display: table-cell;
    vertical-align: top;
}
.ind-gen-group .et_pb_blurb_position_left .et_pb_blurb_container h4{
    font-size: 18px;
}


.academia:before {
    content: "";
}

.scale:before {
    content: "";
}

.legal:before {
    content:""
}

.retail:before {
    content:""
}

.banking:before {
    content:""
}

.hospitality:before {
    content:""
}

.manufacturing:before {
    content:""
}

.transportation:before {
    content:""
}

.government:before {
    content:""
}

.transportation:before {
    content:""
}

.military:before {
    content:""
}

.more:before {
    content:"T"
}

.ind-gen-group .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 15px;
}
.ind-gen-group .et_pb_module {
    margin-bottom: 29.688px;
}

.ind-gen-group .et_pb_text_inner.top-section {
    padding: 27px 0;
}

.ind-gen-group .et_pb_module:last-child {
    margin-bottom: 0;
}
.two-col-btn-aligment {
    padding: 27px 0;
}

.two-col-btn-aligment .span9 {
    width: 73.625%;
    margin:  0;
}

.two-col-btn-aligment .span3 {
    width: 20.875%;
    margin:  0;
    text-align: center;
    margin-top: 75px;
}
.two-col-btn-aligment.right .span9 {
    float: right;
    
}
.two-col-btn-aligment.right .span3{
    margin-right: 5.5%;    
}
.two-col-btn-aligment.left .span9{
    margin-right: 5.5%; 

}

.two-col-btn-aligment ul {
    padding: 0 0 1em 1em;
    line-height: 26px;
    list-style-type: disc;
    margin:  0;
}
.cm-client-map-wth-cnt .cnt-sec.section {
    background-color: #f7f7f7;
}

.cm-client-map-wth-cnt .cnt-sec.section .page-center {
    padding: 27px 0;
}

.cm-client-map-wth-cnt .cnt-sec.section ul {
    padding: 0 0 1em 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0;
}
.cm-client-map-wth-cnt .cnt-sec.section {
    background-color: #f7f7f7;
}

.cm-client-map-wth-cnt .cnt-sec.section .page-center {
    padding: 27px 0;
}

.cm-client-map-wth-cnt .cnt-sec.section ul {
    padding: 0 0 1em 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0;
}


.t2right .body-container-wrapper {
   padding-top: 135px;
}

.t2right  h1 {
   margin-bottom: 20px;
}

.t2right .widget-type-google_search input[type="text"] {
   height: 40px!important;
   margin: 0;
   padding: .7em;
   border: 1px solid #ddd;
   color: #666;
   font-size: 14px;
   line-height: normal!important;
}

.t2right .widget-type-google_search .hs-button.primary {
   position: absolute;
   top: 0;
   right: 0;
   width: 70px;
   border-radius: 0;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   border-bottom-right-radius: 3px;
   background-color: #ddd;
   height: 40px!important;
   margin: 0;
   padding: .7em;
   border: 1px solid #ddd;
   color: #666;
   font-size: 14px;
   line-height: normal!important;
   box-shadow: none;
   transform: none!important;
}

.t2right .sidebar form.hs-form {
   position: relative;
   margin-bottom:30px;
}
.window:before{
content:""
}
.books:before{
content:"i"
}
.chart-box:before{
content:""
}

.t2right .sidebar h3 {
       font-size: 22px;
}

.t2right .sidebar .cell-wrapper{
   margin-bottom:30px;
}


.t2right .sidebar ul{
       list-style: none;
       padding: 0;
       margin: 0 0 30px;
}


.t2right .sidebar ul li {
   margin-bottom: .5em;
}

.t2right .sidebar ul li a:hover {
   color: #e4eaef;
}

.t2right .sidebar ul li a {
   color: #666;
}

.t2right .sidebar ul li a span.filter-link-count {
   display: none;
}

.t2right  .sidebar.right {
   padding-left: 40px;
   border-left: 1px solid #e2e2e2;
}

.t2right  .container-fluid .row-fluid .page-center.content-wrapper {
   padding-bottom:  0;
}





@media (min-width: 981px){

    .cleint-group .bottom-section .image-wrap {
      margin-bottom: 9.27%;
          
 }
 .cl-hs-testimonila-wrapper {min-height:  605px;}
 .cl-sss-wrapper {
    width: 29.666%;
    margin-right: 5.5%;
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}
.blog-pagination {
    margin-right: 2.75%;
    margin-left: 2.75%;
}
}

/** Quick text Page**/ 

  .quick .custom-banner-area {
    padding-top: 48px;
}

.pdp-module.et_pb_section_1.et_pb_section {
    background-color: #99b0d1;
    text-align: center;
}

.quick .custom-banner-area .et_pb_slide_description {
    padding-top: 88px;
}



.pdp-module.et_pb_section_1.et_pb_section h2 {
    color: #fff;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_column_1_3.et_pb_column {
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter {
    max-width: 225px;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter, .et_pb_number_counter {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_row {
    padding: 27px 0;
}
.pdp-module.et_pb_section_1.et_pb_section .et-pb-icon-circle {
    padding: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 48px;
}


#comments-listing {
    display: none;
}

.board:before {
    content: "";
}

.pdp-module.et_pb_section_1.et_pb_section * {
  color: #fff;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter .percent, .et_pb_number_counter .percent {
    position: relative;
    z-index: 2;
    text-align: center;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter.et_pb_with_title .percent, 
.pdp-module.et_pb_section_1.et_pb_section .et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 20px;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter .percent p, 
.pdp-module.et_pb_section_1.et_pb_section .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type {
    position: relative;
    padding: 49% 0;
    font-size: 40px;
    font-weight: 500;
    line-height: .1em;
}

.pdp-module.et_pb_section_1.et_pb_section .et_pb_circle_counter canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.pdp-module.et_pb_section_1.et_pb_section .et_pb_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 0;
}


.pdp-module.et_pb_section_1.et_pb_section p {
    margin-bottom: 9.27%;
}
.cm-three-t-i-c-mdl-wth-bg {
    text-align: center;
}

.cm-three-t-i-c-mdl-wth-bg .top-section {
    padding: 27px 0;
}
.et-pb-icon-circle {
    padding: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 48px;
}

.cm-three-t-i-c-mdl-wth-bg  .row-fluid {
    padding: 27px 0;
}
.cm-three-t-i-c-mdl-wth-bg  .et_pb_main_blurb_image {
    
    margin-bottom: 30px;
   
}
.cm-three-t-i-c-mdl-wth-bg h4 {
        font-size: 18px;

}


.cm-three-t-i-c-mdl-wth-bg h4 a {
    color: inherit;
}

.cm-three-t-i-c-mdl-wth-bg.section.white * {
    color: #fff;
}

.cm-three-t-i-c-mdl-wth-bg.section.white span.et-pb-icon.et-waypoint.et_pb_animation_top.et-pb-icon-circle.et-animated {

    color: #204e84!important;
    background-color: #ffffff!important;
}  
  .four-col-icon-wth-cont-wrap-wth-bg.section {
    text-align: center;
  }
  .four-col-icon-wth-cont-wrap-wth-bg.section p {
    margin-top: 13.174%;
  }
 
  .four-col-icon-wth-cont-wrap-wth-bg.section  .cm-top-section {
    padding: 27px 0;
  }

  .four-col-icon-wth-cont-wrap-wth-bg.section .span3 {
    width: 20.875%;
    margin-right: 5.5%;
    margin-left: 0;
  }

  .four-col-icon-wth-cont-wrap-wth-bg.section .span3:last-child {
    margin-right: 0;
  }
  
.three-cm-client-lft-wth-cnt {
    background-color: #e4eaef;
}

.three-cm-client-lft-wth-cnt h4 {
    font-size: 18px;
}

.three-cm-client-lft-wth-cnt ul {
    padding: 0 0 20px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0;
}
  
.back-to-top .et-pb-icon {
    font-size: 30px;
}

.hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td h3 img {
    vertical-align: middle;
}


@media (min-width: 981px){

   .pdp-module.et_pb_section_1.et_pb_section .et_pb_column_1_3{
          width: 29.666%;
          margin-right: 5.5%;
  }
 .pdp-module.et_pb_section_1.et_pb_section .et_pb_column_1_3:last-child {
      margin-right: 0;
      margin-top:30px;
  }


  .home-pg-lay.home-test-layout .custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4 {
      width: 20.875%;
      float: left;
      margin-right: 5.5%;
  }
  .home-pg-lay.home-test-layout .custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4:last-child {
      margin-right: 0;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td h3 span {
      display: none;
  }
  
}

.home-pg-lay.home-test-layout .custom-pdp-counter-wrapper .clearfix {
    max-width: 100%;
}
.home-pg-lay.home-test-layout .custom-pdp-counter-wrapper .et_pb_row.et_pb_row_1.et_pb_gutters4.et_pb_row_4col {
    max-width: 100%;
}
.custom-pdp-counter-wrapper .et_pb_circle_counter canvas {

width: 100%!important;
height: auto!important;
}







/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1600px) {

    .custom-menu-wrapper {
        padding-top: 1px;
    }
  }
/* =============== Landscape tablet and smaller devices =============== */

@media (min-width: 981px) and (max-width: 1120px) {
  .custom-logo img {
      max-width: 259.2px;
  }
  .custom-menu-primary {
      position: relative;
      width: 63% !important;
  }
  .custom-logo {
      width: 34% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li{
      padding-right: 10px;
  }
  .hs-four-col-logo.section .span3.col-4 .inner-wrap {
      width: 100%;
      text-align: center;
  }
  .hs-contact-inf-wrap .left-col {
      display: block;
      padding: 20px 10px;
      border-top: 1px solid #eee;
  }
  .hs-contact-inf-wrap .right-col {
      display: block;
      vertical-align: middle;
      padding: 6px 24px;
      border-top: none;
  }
}
@media (max-width: 980px) {
  .custom-menu-wrapper.forlp .mobile-trigger {
      display: none !important;
  }

  .custom-menu-primary.visible-phone {
      display: block !important;
  }
	.custom-header-right-links {
      display: none !important;
  }
  .hs-system-layout .hs-one-col-titl-back.section .title-wrap {
    padding: 0;
  }
  .custom-footer-top-wrapper .page-center .footer-inner-wrapper {
      padding: 8% 0;
  }
  .custom-footer-top-wrapper .page-center .col {
      margin: 0 5.5% 7.5% 0!important;
  }
  div#top-header .span6 {
      width: 100% !important;
  }
  .custom-logo {
      position: absolute;
      width: 100%;
      height: 100%;
  }
  .custom-logo img {
      max-width: 202px;
  }
  .custom-logo img {
      margin-top: 12px;
  }
  .custom-banner-area h2.et_pb_slide_title {
      font-size: 26px;
      font-weight: 500;
  }
  .section {
      padding: 50px 0;
  }
  body.hs-fl-wthwth-baner-2.hs-fl-wthwth-baner .section_4.section{
      display:none !important
  }
  
 	  .hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text ,.inner-padding {
      padding: 0;
  }
   .one-columnicon-wth-cont-wrap-top-wrap {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .three-col-icon-wth-cont-wrap .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .hs-about-lay .section_4.section .hs_cos_wrapper_type_header {
        	margin-bottom: 30px;
    }
    .hs-resarch-study-nd-in-group .et_pb_module:last-child {
        margin-bottom: 30px;
    }
    .hs-resarch-study-nd-in-group .et_pb_module {
        margin-bottom: 30px;
    }
    .hs-resarch-study-nd-in-group .col {
      width: 100%;
      margin-right: 0;
  }
  .custom-pdp-counter-wrapper .cm-title-wrap{
  padding:0;		
  }
  .home-pg-lay .section_2.section .fluid-width-video-wrapper + div {
    padding: 0;
  }
  .hs-four-col-logo.section .span3.col-4 .inner-wrap {
      width: 100%;
      text-align: center;
  }
    .hs-four-col-logo.section .span3 {
      width: 47.25%!important;
      margin-right: 5.5%;
      padding-bottom: 30px;
      float:left;
  }
  .hs-four-col-logo.section .span3.col-2 {
      margin-right: 0;
  }
  .wrapper-for-all .sss-wrapper {
      margin-right: 0;
      width: 100%;
      float: left;
      position: relative;
      z-index: 9;
      background-position: center;
      background-size: cover;
      margin-bottom: 30px;
  }
  .hs-testimonila-wrapper {
    min-height: auto;
  }
  
  .home-pg-lay .section_4.section .span6 {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
}
  .home-pg-lay .section_4.section .cm-bottom-wrap .span6.right-col {
    max-width: 80%;
    margin: 0 auto !important;
    float: none !important;
}
  .hs-prof-dyn-prog-wrapper table#wrapper {
    border-collapse: separate;
    height: 100%;
    min-height: 300px;
    border: 0px;
    margin: 0px;
    z-index: 2;
    box-shadow: none;
    display: block !important;
    width: 100%;
}
  .hs-prof-dyn-prog-wrapper table#wrapper tbody {
    display: block !important;
}
  .hs-prof-dyn-prog-wrapper table#wrapper tbody tr {
    display: block !important;
}
  .hs-prof-dyn-prog-wrapper table#wrapper tr td{
      display: block !important;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-frst-td {
    padding: 80px 2% 90px;
    color: white;
    width: 100%;
}
  .hs-prof-dyn-prog-wrapper.cm-green table#wrapper tr td.cm-frst-td {
    background-color: #0e8241;
    display: block !important;
    font-size: 37px;
}
  .hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    transform: rotate(0deg);
    font-size: 20px;
    line-height: 30px;
    font-size: 37px;
    text-align: right;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
  table tr td img {
    max-width: 100%;
}
  .hs-prof-dyn-prog-wrapper.cm-green h3 {
      color: #333;
      font-size: 37px;
  }
  .hs-prof-dyn-prog-wrapper td.cm-scnd-td ul {
      font-size: 20px;
      line-height: 30px;
  }
  
  .home-pg-lay .section_4.section .page-center {
      width: 100%;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    font-size: 37px;
    line-height: 1.3em;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  }
    .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 80%;
  }
  .hs-prof-dyn-prog-wrapper .andrew_pushable_button {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.7em!important;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      transition: all .2s;
      box-shadow: 0 6px #143356 !important;
      background: #204e84 !important;
      max-width: 80%;
      margin: 30px auto 0;
      color: rgb(228, 234, 239) !important;
      padding: .3em 1em;
      text-align: left;
      border-radius: 10px;
    display: block;
  }
  
.cm-gallery-section .caption.below h2 {
      font-weight: 500;
	} 
    
   .cm-two-col-eql-cnt-wrap.section.white .col.span6.et_pb_module.left img {
      display:  block;
      margin-left:  auto;
      margin-right: auto;
  }
    
 .cm-three-t-i-c-mdl .span4 {
      width: 100%;
      margin: 0  0 40px;
  }
  .cm-two-col-eql-cnt-wrap .span6 {
      margin: 0 0 30px;
      display:  block;
      width: 100%;
  }

  .cm-two-col-eql-cnt-wrap.section .page-center {
      padding-top: 0;
      padding-bottom:  0;
  }

  .cm-two-col-eql-cnt-wrap 
   .col.span6.et_pb_module.right {
      margin-bottom:  0;
  }
  .cm-attend-evlution-mdl .span3 , .cm-attend-evlution-mdl .span9 {
      width: 100%;
      margin: 0;
  }

  .cm-attend-evlution-mdl  .bottom-sec {
      padding: 0;
  }

  .cm-attend-evlution-mdl .span3 {
      text-align: center;
      margin:  30px 0;
  }  


  
  
  .cleint-group .span4 {
      width: 100%;
      text-align: center;
      margin: 0;
  }

  .cleint-group .bottom-section .image-wrap {
      margin: 0 auto 30px;
  }

  .cleint-group {
      padding-bottom: 80px;
  }

  .et_pb_testimonial_portrait-image {
      display: block;
      float: left;
      margin-right: 30px;
  }

  .cl-hs-testimonila-wrapper .content {
      margin-left: 120px;
  }

  .cl-hs-testimonila-wrapper {
      margin-bottom: 30px;
  }

  .cl-wrapper-for-all {
      padding: 0;
    margin-top:30px;

  }

  .cl-sss-wrapper:last-child  .cl-hs-testimonila-wrapper {
      margin-bottom:  0;
  }

  .ind-gen-group .bottom-section .span4 {
      width: 100%;
      margin: 0 0 30px;
  }

  .ind-gen-group .bottom-section {
      padding: 0;
  }

  .ind-gen-group .bottom-section .span4:last-child {
      margin-bottom: 0;
  }

  .two-col-btn-aligment .span9, .two-col-btn-aligment .span3 {
      float:  none;
      margin:  0;
      width: 100%;
  }

  .cm-client-map-wth-cnt .span6 {
      margin: 0 0 30px;
      width: 100%;
  }

  .cm-client-map-wth-cnt .span3 {
      width: 50%;
      margin:  0;
  }
    .hs-system-layout .custom-banner-area .et_pb_slide_description {
      padding: 0;
  }
  
  .hs-system-layout .custom-banner-area .page-center {
      padding-top: 0;
  }
  .three-col-icon-in-banner {
      padding: 0;
      margin-top: 30px;
  }
  .three-col-icon-in-banner {
      padding: 0;
      margin-top: 30px;
  }
  .three-col-icon-in-banner .col {
      width: 100%;
      float: left;
      margin-right: 0;
      margin-bottom: 60px;
  }
  .three-col-icon-in-banner .col.col3 {
      margin-right: 0;
      margin-bottom: 24px;
  }
  .hs-img-alignment-wrapper .col {
      float: none;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .et_pb_blurb_content.one-col-img-cont-title:nth-child(2n) {
      margin-right: 0;
  }
  .et_pb_blurb_content.one-col-img-cont-title {
        padding-bottom: 30px;
        width: 47.25%;
        margin-right: 5.5%;
    }

  .cm-three-t-i-c-mdl-wth-bg.section .span4 {
      width: 100%;
      margin: 0 0 30px;
  }

  .cm-three-t-i-c-mdl-wth-bg .row-fluid {
      padding: 0;
  }

  .cm-three-t-i-c-mdl-wth-bg .top-section {
      padding: 0;
      margin-bottom: 30px;
  }

  .four-col-icon-wth-cont-wrap-wth-bg.section .span3 {
      width: 47.25%!important;
      margin-right: 5.5%;
      margin-bottom: 30px;
      float: left;
    }

  .four-col-icon-wth-cont-wrap-wth-bg.section .span3:nth-child(even) {
      margin-right: 0;
  }

  .three-cm-client-lft-wth-cnt .span6 {
      width: 100%;
      margin: 0 0 30px;
  }

  .three-cm-client-lft-wth-cnt .span3 {
      width: 50%;
      margin:  0;
  }

  .cm-two-col-eql-cnt-wrap .col.span6.et_pb_module.right img {
      display:  block;
      margin: 0 auto;
  }
    .main-slider .hs_cos_gallery_main .caption.below h2 {
      font-size: 26px;
      font-weight: 500!important;
  }
  .cm-three-t-i-c-mdl-no-bg .span4 {
      width: 100%;
      margin-left: 0;
      max-width: 550px;
      margin: 0 auto 30px!important;
      float: none;
  }

  .cm-three-t-i-c-mdl-no-bg.section {
      padding-bottom: 20px;
  }

  .tst-mock .hs-four-col-logo.section .span3 {
      width: 50%!important;
      margin: 0!important;
      text-align: center;
  }

  .tst-mock .hs-four-col-logo.section .clearfix {
      padding: 0;
  }

  .tst-mock .hs-four-col-logo.section {
      padding-bottom: 20px;
  }
  .hs-about-lay .section_5.section .hs_cos_wrapper_type_header {
      padding: 0;
      margin-bottom: 30px;
  }
  .hs-resarch-study-nd-in-group {
      padding: 30px 0 0;
  }
  .hs-about-lay .section_5.section .left-col {
      margin-bottom: 30px;
  }
  .hs-resarch-study-nd-in-group .col.col3 .et_pb_module:last-child {
      margin-bottom: 0;
  }
  .three-col-icon-wth-cont-wrap .col.col3 {
      margin-bottom: 0;
  }
  
  .cm-bottom-wrap.inner-padding {
      margin-top: 30px;
  }
    .hs-prof-dyn-prog-wrapper .andrew_pushable_button a {
      color: #e4eaef;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      color: #fff;
      display: block;
      padding: 30px 5%;
      border-bottom: 1px solid white;
      color: white !important;
      background-color: #6A7898 !important;
      font-size: 18px;
  }
  .pdp-module.et_pb_section_1.et_pb_section h3 {
     font-size: 22px;
  }

  .pdp-module.et_pb_section_1.et_pb_section .et_pb_column_1_3.et_pb_column {
     width: 100%;
     float: none;
     max-width: 550px;
     margin: 0 auto 30px;
  }

  .pdp-module.et_pb_section_1.et_pb_section p {
     margin-bottom: 30px;
  }

  .pdp-module.et_pb_section_1.et_pb_section .et_pb_row {
     padding: 0;
  }
  .hs-prof-dyn-prog-wrapper.cm-orange h3 span {
      display:inline-block;
  }
  .hs-prof-dyn-prog-wrapper h3 img {
      display: none;
  }
  .cm-three-t-i-c-mdl-no-bg.section {
  		margin-top: 30px;
  }
  .hs-not-a-pdp-client-wrap .et_pb_text_inner {
      margin-bottom: 30px;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td h3 img {
        display: none;
    }
    .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td h3 {
        margin: 60px 0 40px;
    }
    .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td p img {
        display: block;
        margin: 0 auto;
    }
    .hs-prof-dyn-prog-wrapper td.cm-scnd-td ul {
        padding-bottom: 0%;
        padding-left: 0;
        margin: 0;
        max-width: 380px;
        margin: 40px auto 0;
    }
    .hs-prof-dyn-prog-wrapper td.cm-scnd-td ul li {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-top: 0;
      margin-bottom: 30px;
      list-style-position: inside;
  }
  .three-cm-client-lft-wth-cnt.section img {
    max-width: 100%;
    }
  

    .home-test-layout .hs-certific-sys-wrapper.section .andrew_column, 
  	.home-test-layout .hs-certific-sys-wrapper.section .andrew_column_small {
       width: 100%;
    }

    .home-test-layout .hs-certific-sys-wrapper.section .andrew_column.col1 {
        text-align: left;
        margin: 0;
    }
    .home-test-layout .hs-certific-sys-wrapper.section .andrew_column_small {
      display: block;
      margin-right: 0;
      margin-bottom: 30px;
  }
 
}

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

  .two-col-rgt-wrap.inner-padding {
      margin-top: 30px;
  }
  .custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4.et_pb_column_2 {
      margin-right: 0;
  }
  
  .custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4 {
      width: 47.25%;
      margin-right: 5.5%;
      margin-bottom: 30px;
  }
  .hs-contact-inf-wrap .left-col {
      display: block;
      padding: 20px 10px;
      border-top: 1px solid #eee;
  }
  .hs-contact-inf-wrap .right-col {
      display: block;
      vertical-align: middle;
      padding: 6px 24px;
      border-top: none;
  }
   .blog-listing-wrapper .post-listing .post-item {
        width: 44.25%;
        margin-bottom: 7.5%!important;
    }
    
    
}



@media (max-width: 767px) {
  .t2right .sidebar.right {
    padding-left: 0;
      border: none;
      margin-top: 40px;
  }
  .custom-logo img {
      max-width: 202px;
      margin-top: 40px;
  }
   .custom-banner-area h2.et_pb_slide_title {
      font-size: 20px;
  }
  .custom-header-top-wrapper ul.et-social-icons {
      display: none !important;
  }
  .custom-header-top-wrapper{
  		text-align:center;	
  }
  #footer-info {
      float: none;
      padding-bottom: 10px;
      text-align: center;
  }
  .custom-footer-copyright-wrap ul.et-social-icons {
        float: none;
        text-align: center;
        padding-bottom: 5px;
  }
  .custom-footer-copyright-wrap {
      text-align: center;
  }
  .custom-footer-middle-wrapper {
      padding: 15px 0 15px 0;
      text-align: center;
  }
  .custom-footer-middle-wrapper ul li {
      padding-right: 22px;
      width: auto;
  }
  .custom-footer-top-wrapper .page-center .footer-inner-wrapper {
      padding: 10% 0;
  }
  .custom-footer-top-wrapper .page-center .col {
      margin: 0 0 9.5% 0 !important;
      width: 100%!important;
  }
  .custom-footer-top-wrapper .page-center .col.col3 {
      margin-right: 0 !important;
      margin-bottom: 0 !important;
  }
  #et-info {
      float: none;
  }
  
  .mobile-trigger {
    padding-top: 45px;
  }
  .custom-pdp-counter-wrapper .et_pb_column.et_pb_column_1_4 {
      width: 100%;
        margin-bottom: 30px;
      margin-right: 0;
  }
  .hs-two-col-rgt-btn-wrap .page-center .clearfix {
      padding-top: 0;
  }
  .hs-two-col-rgt-btn-wrap .page-center {
      padding: 0;
  }
  .hs_cos_wrapper_type_header {
      display: block;
      padding: 0;
      text-align: center;
  }
  .fluid-width-video-wrapper {
      margin: 30px 0;
  }
  .home-pg-lay .section_4.section .cm-top-wrap, .home-pg-lay .section_4.section .cm-bottom-wrap {
      padding: 50px 0;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper {
    border-collapse: separate;
    height: 100%;
    min-height: 300px;
    border: 0px;
    margin: 0px;
    z-index: 2;
    box-shadow: none;
    display: block !important;
    width: 100%;
  }
    .hs-prof-dyn-prog-wrapper table#wrapper tbody {
      display: block !important;
  }
    .hs-prof-dyn-prog-wrapper table#wrapper tbody tr {
      display: block !important;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper tr td{
      display: block !important;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-frst-td {
      padding: 80px 2% 90px;
      color: white;
      width: 100%;
  }
    .hs-prof-dyn-prog-wrapper.cm-green table#wrapper tr td.cm-frst-td {
      background-color: #0e8241;
      display: block !important;
      font-size: 37px;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
      transform: rotate(0deg);
      font-size: 20px;
      line-height: 30px;
      font-size: 37px;
      text-align: right;
      width: 80%;
      max-width: 1080px;
      margin: 0 auto;
  }
    table tr td img {
      max-width: 100%;
  }
  .hs-prof-dyn-prog-wrapper.cm-green h3 {
      color: #333;
      font-size: 37px;
  }
  .hs-prof-dyn-prog-wrapper td.cm-scnd-td ul {
      font-size: 20px;
      line-height: 30px;
  }
  .hs-certific-sys-wrapper.section .andrew_column_small {
      display: none;
  }
  .hs-certific-sys-wrapper.section .andrew_column {
      width: 100%;
  }
  
  .type2.hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text > div {
      margin: 0 auto 20px auto;
      float: none !important;
    }
   .hs-full-width-layout .body-container span.hs_cos_wrapper_type_rich_text img {
      float: none !important;
      display: block;
      margin: 10px 0 20px !important;
  }
  .custom-banner-area-type2 .et_pb_slide_description h2{
    font-size: 20px;
  }
  .custom-banner-area .et_pb_slide_content ,
  .custom-banner-area-type2 .et_pb_slide_content,
  .hs-two-col-eql-imhg-cont-wrap .span6.col2{
      font-size: 14px;
  }
  .custom-banner-area-type2 .page-center {
      height: 462px;
  }
  .hs-two-col-eql-imhg-cont-wrap .span6.col2 h2 {
      font-size: 20px;
  }
  .hs-two-col-eql-imhg-cont-wrap .span6.col2 {
      text-align: center;
  }
  .team-member-mod-wrap .col.col-left {
      width: 100%!important;
      margin: 0 0 30px 0;
  }
  .two-col-equal-lay .span6.right-col {
      margin-top: 30px;
  }
  .team-member-mod-wrap .col.col-right {
      width: 100%;
	}
  .hs-two-col-rgt-btn-wrap .col.span4 {
      text-align: left;
      margin-top: 30px;
  }
  .hs-one-col-titl-back.section {
      padding: 50px 0 50px;
  }
  .home-pg-lay .section_4.section .page-center {
      width: 100%;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    font-size: 37px;
    line-height: 1.3em;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  }
    .hs-prof-dyn-prog-wrapper table#wrapper tr td.cm-scnd-td {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 80%;
  }
  .hs-prof-dyn-prog-wrapper .andrew_pushable_button {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.7em!important;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      transition: all .2s;
      box-shadow: 0 6px #143356 !important;
      background: #204e84 !important;
      max-width: 80%;
      margin: 30px auto 0;
      color: rgb(228, 234, 239) !important;
      padding: .3em 1em;
      text-align: left;
      border-radius: 10px;
    display: block;
  }
  iframe#iframe_container {
      width: 100% !important;
  }
  .cl-hs-testimonila-wrapper .et_pb_testimonial_portrait-image {
      float: none;
      margin: 0 auto 20px;
  }


  .cl-hs-testimonila-wrapper .content {
      margin-left:  0;
  }
  .hs-contact-inf-inner-wrapper {
      border-top: 1px solid #eee;
  }
    .hs-contact-inf-wrap .right-col, .hs-contact-inf-wrap .left-col {
      display: block;
      vertical-align: middle;
      padding: 16px 10px;
  }
  .hs-contact-lay div#right-col {
      margin-top: 30px;
  }
   .main-slider .et_pb_slide_description {
      width: 100%;
      float: none;
      text-align: center;
  }

  .main-slider .hs_cos_gallery_main .caption.below p {
      font-size: 14px;
  }

  .main-slider .hs_cos_gallery_main .caption.below h2 {
      font-size: 20px;
  }

  .tst-mock .hs-four-col-logo.section .span3 {
      width: 100%!important;
  }
  .team-member-mod-wrap .col.col-left {
      width: 100%!important;
      margin: 0 0 30px 0;
  }
  .team-member-mod-wrap .col-left img {
      width: 150px;
      display: block;
      margin: 0 auto;
  }
  .hs-system-layout .hs-two-col-rgt-btn-wrap .col.span4 {
      text-align: left;
      padding-left: 0;
      margin-top: 60px;
  }
  .hs-system-layout .hs-two-col-rgt-btn-wrap .page-center .clearfix {
      padding-top: 0;
  }
  .hs-system-layout .hs-one-col-titl-back.section {
      padding: 50px 0 50px;
  }
  .certifcate .col.span6.et_pb_module.right a {
     display: inline-block;
  }
  .cm-gallery-section:hover .slick-prev{
     left:0px;

  }
  .cm-gallery-section:hover .slick-next{
     right:0px;
  }
  .cm-gallery-section .caption.below {
     height: 100%!important;
     display:block;
     overflow: hidden;
     padding: 70px 0;
  }

  .cm-gallery-section .caption.below > span {
     display:  block;
  }
  .cm-client-map-wth-cnt .span3 {
     width: 100%;
     margin:  0 0 30px;
  }

  .cm-client-map-wth-cnt .span3:last-child {
     margin-bottom: 0;
  }

  .cm-client-map-wth-cnt .cnt-sec.section .page-center {
     padding: 0;
  }
  .three-cm-client-lft-wth-cnt .span3:not(:Last-child) {
     margin-bottom: 30px;
  }
  .recent-post-slider .et_pb_slide_description h2 {
     font-size: 20px;
  }

  .recent-post-slider .et_pd_table .et_pb_slide_description {
     font-size: 14px;
  }

  .recent-post-slider .et_pd_table {
     height:  450px;
     padding: 16% 8%;
  }
  .hs-contact-lay .gmnoprint {
      display: none;
  }
  .hs-contact-inf-wrap .left-col {
      text-align: center;
  }
  .hs-contact-inf-wrap .right-col {
      border-top: none;
  }
  .three-cm-client-lft-wth-cnt .span3{
    width: 100%;
    float: none;
   }
  .blog-listing-wrapper .post-listing .post-item {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 9.5%!important;
  }
  .blog.hs-blog-listing .body-container.container-fluid .row-fluid .page-center .blog-section {
      margin-left: 00;
      margin-right: 0;
  }
  .three-cm-client-lft-wth-cnt .span3 {
      width: 100% !important;
      float: none;
  }
  .three-cm-client-lft-wth-cnt.section img {
    	width: 100% !important;
  }
  .t2right .sidebar.right {
     padding-left: 0;
     border: none;
  }
    
}  



@media (max-width: 500px) {
.custom-logo img {
    margin-top: 32px;
    max-width: 50%;
  }
  .mobile-trigger {
      padding-top: 29px;
  }
  
  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% !important;
  }
  .home-pg-lay .section_2.section h1 {
      font-size: 34px;
  }
  .hs-prof-dyn-prog-wrapper table#wrapper td.cm-frst-td > div {
    font-size: 34px;
  }
  
}



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

@media (max-width: 479px) {
  .custom-footer-top-wrapper .page-center .footer-inner-wrapper {
        padding: 12% 0;
  }
  .custom-footer-top-wrapper .page-center .col {
      margin: 0 0 11.5% 0 !important;
  }
  .hs-four-col-logo.section .span3 {
      width: 100%!important;
      margin: 0 0 30px 0;
  }
  .et_pb_blurb_content.one-col-img-cont-title {
      width: 100%;
      float: left;
      text-align: center;
      padding-bottom: 30px;
      margin-right: 0;
  }
  .hs-contact-inf-wrap .right-col a {
      font-size: 16px;
  }
     .four-col-icon-wth-cont-wrap-wth-bg.section .span3 {
        width: 100%!important;
        margin-right: 0;
    }
  .custom-footer-top-wrapper .page-center .col.col3{
			  margin: 0 0 11.5% 0 !important;
  }
  .hs-blog-bottom-videos-wrap h2 {
      padding-bottom: 0;
      font-size: 16px;
  }
  .hs-blog-bottom-videos-wrap {
      padding: 40px 40px;
  }
}



@-webkit-keyframes fadeBottom{
    0%{
        opacity:0;
        -webkit-transform:translateY(10%)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes fadeBottom{
    0%{
        opacity:0;
        -moz-transform:translateY(10%)
    }
    100%{
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@-o-keyframes fadeBottom{
    0%{
        opacity:0;
        -o-transform:translateY(10%)
    }
    100%{
        opacity:1;
        -o-transform:translateY(0)
    }
}
@keyframes fadeBottom{
    0%{
        opacity:0;
        transform:translateY(10%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}