/* @import url('http://example.com/example_style.css'); */

@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);


/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



@font-face {
    font-family: 'Calibri';
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Calibri.ttf');
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Calibri.ttf?#iefix')
}

@font-face {
    font-family: 'Calibri-Bold';
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Calibri%20Bold.ttf');
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Calibri%20Bold.ttf?#iefix')
}
@font-face {
    font-family: 'Cocon-Regular';
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Cocon-Regular.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Cocon-Regular.otf?#iefix')
}

@font-face {
    font-family: 'Coves-Light';
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Coves%20Light.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Coves%20Light.otf?#iefix')
}

@font-face {
    font-family: 'Coves-Bold';
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Coves%20Bold.otf');
    src: url('https://cdn2.hubspot.net/hubfs/2146248/E-DEA/Coves%20Bold.otf?#iefix')
}



/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

.padding10{
    padding:10px 0px;
}
.padding20{
    padding:20px 0px;
}
.padding30{
    padding:30px 0px;
}
.padding40{
    padding:40px 0px;
}
.padding50{
    padding:50px 0px;
}
.padding60{
    padding:60px 0px;
}
.padding70{
    padding:70px 0px;
}
.padding80{
    padding:80px 0px;
}
.padding90{
    padding:90px 0px;
}
.padding100{
    padding:100px 0px;
}
.padding120{
    padding:120px 0px;
}
.padding130{
    padding:130px 0px;
}
.padding150{
    padding:150px 0px;
}
.padding200{
    padding:200px 0px;
}
.padding-top10{
    padding-top:10px;
}
.padding-top20{
    padding-top:20px;
}
.padding-top30{
    padding-top:30px;
}
.padding-top50{
    padding-top:50px;
}
.padding-top75{
    padding-top: 75px;
}
.padding-top100{
    padding-top:100px;
}
.margin-top200{
    margin-top:200px;
}
.padding-bottom30{
    padding-bottom:30px;
}
.padding-bottom50{
    padding-bottom:50px;
}

.padding-bottom20{
    padding-bottom:20px;
}
.padding-bottom100{
    padding-bottom:100px;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}

.white{
    color:#fff;
}
.black{
    color:#000;
}
.bold{
    font-weight: 800;
}
.orange{
    color:#e6883b;
}
.caps{
    text-transform: uppercase;
}
.text{
    font-family: 'Calibri',sans-serif;
}
.head-font{
    font-family: 'Calibri',sans-serif;
}



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */

 


/* ==========================================================================
   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;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #818285;
  font-family: 'Calibri';
  font-size: 18px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}


a { color: #818285; }
a:hover, a:focus { color: #e6883b; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #818285;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #818285;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
    margin:0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 50px;
    font-weight:800;
    margin:0px;
    font-family: "Coves-Light";
    
}
h2 {
    font-size: 35px;
    font-weight:800;
    margin:0px;
    font-family: 'Coves-Bold';
}
h3 {
    font-size: 30px;
    font-weight:800;
    margin:0px;
    font-family: 'Coves-Bold';
}
h4 {
    font-size: 28px;
    font-weight:800;
    margin:0px;
    font-family: 'Coves-Bold';
}
h5 {
    font-size: 25px;
    font-weight:500;
    margin:0px;
    font-family: 'Coves-Bold';
}
h6 {
    font-size:18px;
    font-weight:500;
    font-family: 'Coves-Bold';
}
a {
    text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/* ==========================================================================
   Header
   ========================================================================== */
   
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: unset !important;
    font-family: 'Coves-Bold';
    padding: 10px 15px;
}
.header-top-bar a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
.header-top-bar {
    font-family: 'Calibri';
    background: #f58220;
    text-align: center;
    height:40px;
    color: #fff;
    position:relative;
}
.header-top-bar:before {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 40px;
    background: url(https://www.webxpertos.com/hubfs/E-DEA/header-top-L.png);
    z-index: 1;
    top: 0;
    left: -50px;
}
.header-top-bar:after {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 40px;
    background: url(https://www.webxpertos.com/hubfs/E-DEA/header-top-R.png);
    z-index: 1;
    top: 0;
    right: -50px;
}
.header-top-bar-inner {
    margin-top: 5px;
}
.header-menu .hs-menu-wrapper {
    float: right;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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:801px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 800px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .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:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #f58220;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #f58220; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #f58220; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #f58220; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #f58220; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       /*position: relative;*/
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
       position: absolute;
       width: 100% !important;
   }

  /* 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;
  }
  
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    width: 100% !important;
}
.header-center {
    position: relative;
}


  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100% !important;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    margin-top: 28px;
    z-index:999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#f58220; /* Menu background color set off global menuColorMobile variable */
    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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}














/* ==========================================================================
   Footer
   ========================================================================== */

/*  arun lal mk (please dlt this comment aftr develpment)
/*  footer for all pages  */
.copyright{
    text-align:center;
    color:#221f20;
    font-weight:100;
    padding:5px 0;
    background-color:#e7873b;
}
.copyright a{
    color:#221f20;
    text-decoration:none;
}
.copyright p {
    margin:6px 0;
}
.footer .footer-titles h4{
    color:#221f20;
}
.footer{
    background-color:#f8f8f8;
}
.footer .contacts{
    margin-top:50px;
}
.footer .contacts i{
    color:#e7873b !important;
    font-size:30px;
    width:40px;
}
.footer .contacts{
    color:#221f20;
    font-size:18px;
    font-family: 'Calibri-Bold';
}
.footer .contacts a{
    color:#221f20;    
    text-decoration:none;
}
.footer .footer-menu a{
    padding:5px 0 !important;
}
.footer .social a{
    float:left;
    text-decoration:none;
    margin-right:20px;
    font-size: 30px;
}
.footer .social .facebook{
    color:#3b5998;
}
.footer .social .twitter{
    color:#00aced;
}
.footer .social .linkedin{
    color:#0077b5;
}
.footer .social .youtube{
    color:#cc181e;
}
.footer .social .facebook:hover, .footer .social .twitter:hover, .footer .social .linkedin:hover, .footer .social .youtube:hover{
    opacity:0.8;
}
.footer .f-title{
    margin-bottom:20px;
}


/***** footer end *****/







/*---- Home Page ----*/

.home-page .box1.box {
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-1.png);
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-color:#f7c345;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
}
.home-page .box1.box:hover{
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-1a.png);
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-color:#eda040;
    transition:all .3s ease;
    color:#221f20 !important;
    background-size: 120% !important;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
    -webkit-transform: translate(0,0) scale(1,1);
    -moz-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
}
.home-page .box2.box {
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-2.png);
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-color:#f7c345;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
}
.home-page .box2.box:hover{
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-2a.png);
    background-color:#eda040;
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    color:#221f20 !important;
    background-size: 120% !important;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
    -webkit-transform: translate(0,0) scale(1,1);
    -moz-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
}
.home-page .box3.box {
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-3.png);
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-color:#f7c345;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
}
.home-page .box3.box:hover{
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/featured-3a.png);
    background-color:#eda040;
    background-size: 100%;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 120% !important;
    -webkit-transition: all .75s .15s linear;
    -moz-transition: all .75s .15s linear;
    -ms-transition: all .75s .15s linear;
    -o-transition: all .75s .15s linear;
    transition: all .75s .15s linear;
    -webkit-transform: translate(0,0) scale(1,1);
    -moz-transform: translate(0,0) scale(1,1);
    -ms-transform: translate(0,0) scale(1,1);
    -o-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
}
.home-page .box1.box:hover h3, .home-page .box1.box:hover span, .home-page .box2.box:hover h3, .home-page .box2.box:hover span, .home-page .box3.box:hover h3, .home-page .box3.box:hover span{
    color:#221f20 !important;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}
.home-page .box {
    padding: 40px;
}
.home-page .box h3 {
    font-family: 'Coves-Bold';
}
.custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size:20px !important;
    font-family: 'Coves-Bold';
}
.header .gsc-search-button{
    display:none;
}
.header .gsc-input{
    padding:0 !important;
}
.header input.gsc-input{
    padding:0 !important;
    width:50px !important;
    height:40px !important;
    background-image:url(https://www.webxpertos.com/hubfs/E-DEA/images/search.png) !important;
    background-repeat:no-repeat !important;
    background-position: 50% !important;
    background-color: transparent;
}
.header input.gsc-input, .header .gsc-input-box, .header .gsc-input-box-hover, .header .gsc-input-box-focus{
    border:none !important;
}
.header .header-top-bar{
    margin-left:-20px !important;
}
.header .gsib_a{
    padding:0 !important;
}
.header .gsc-control-cse{
    padding:5px 0 !important;
}
.header .gsc-search-box .gsc-input>input:hover, .header .gsc-input-box-hover{
    box-shadow:none !important;
}
.header .gsc-search-box .gsc-input>input:focus, .header .gsc-input-box-focus{
    box-shadow:none !important;
}
.header input.gsc-input:focus{
    position: absolute !important;
    right: 0px !important;
    left: inherit !important;
    width: 250px !important;
    border-radius: 50px !important;
    box-shadow: inset 0 0 10px #ccc !important;
    z-index: 99999 !important;
    background-color: #fff !important;
    background-position-x: 90% !important;
    padding-left:10px !important;
    
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.header #gs_tti50{
    position:relative !important;
}
.hide{
    display:none !important;
}



.blog-listing-home {
    position:relative;
}

.blog-listing-home::before {
    content: "";
    background: rgba(34, 31, 32, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
}

.blog-listing-home .inner {
    padding: 30px;
    position: relative;
}
.blog-listing-home h5 {
    color: #e6883b;
}

.blog-listing-home .inner a {
    text-decoration: none;
    font-weight: bold;
    color: #e7883b;
    margin-top: 15px;
    display: block;
}



/******************Blog Article*************************/

.blog-article .author-image img{
    width:80%;
}
.blog-article .widget-type-blog_content h1 a{
   text-decoration:none !imortant;
}
.blog-article .widget-type-blog_content h2 a{
   text-decoration:none !imortant;
}
.blog-article .widget-type-blog_content h3 a{
   text-decoration:none !imortant;
}
.blog-article .widget-type-blog_content h4 a{
   text-decoration:none !imortant;
}
.blog-article a:-webkit-any-link {
   text-decoration:none !imortant;
}

.blog-article .author-image {
    float: left;
    width: 35%;
}
.blog-article .author-details {
    margin-top: 30px;
}
.blog-article a.author-link {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.blog-article .section.post-header img {
    margin-bottom: 20px;
}
.blog-article .blog-contents {
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/abt-section2-bg.png);
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.blog-article .newsletter {
    background: #f7c345;
}
.blog-article .newsletter h3 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom:20px;
}
.blog-article span.hs-form-required {
    display: none;
}
.blog-article .newsletter form {
    width: 50%;
    margin: auto;
}
.blog-article .newsletter .hs_email.field.hs-form-field {
    width: 70%;
    float: left;
}
.blog-article .newsletter .hs_email.field.hs-form-field input {
    min-height: 40px;
    padding: 0px 10px;
    border: none;
    border-radius:3px 0px 0px 3px;
}
.blog-article .newsletter .hs_submit {
    width: 20%;
    float: left;
}
.blog-article .newsletter input.hs-button.primary.large {
    background: #221f20;
    min-height: 40px;
    padding: 0px 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius:0px 3px 3px 0px;
}

.blog-article .related-article .post-content {
    background-color: #f3f3f3;
    padding: 30px 20px;
    box-sizing: border-box;
}
.blog-article .related-article span.topics1 {
    text-transform: uppercase;
    color: #f58220;
}

.blog-article .related-article h5 a {
    color: #221f20;
}
.blog-article .related-article h3 {
    color: #221f20;
}
.blog-article .related-article h2 a:hover {
    color: #f58220;
    
}
.blog-article .related-article .post-content h2 a:after {
    content: "\f178";
    float: right;
    color: #f58220;
    font: normal normal normal 20px/1 FontAwesome;
    font-weight: bold;
    margin-top: 5px;
}


.error-blog .related-article .post-content {
    background-color: #f3f3f3;
    padding: 30px 20px;
    box-sizing: border-box;
}
.error-blog .related-article span.topics1 {
    font-family: 'Coves-Bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #f58220;
}
.error-blog .related-article h5 {
    text-decoration: none;

}
.error-blog .related-article h5 a {
    text-decoration: none;
    color: #221f20;
}
.error-blog .related-article h3 {
    color: #221f20;
}
.error-blog .related-article h5 a:hover {
    color: #f58220;
    
}
.error-blog .related-article .post-content h5 a:after {
    content: "\f178";
    float: right;
    color: #f58220;
    font: normal normal normal 20px/1 FontAwesome;
    font-weight: bold;
    margin-top: 5px;
}

.header-top-bar a:hover {
    color: #818290;
}

/*.home-page .box:hover {*/
/*    background-size: 120% !important;*/
/*    -webkit-transition: all .75s .15s linear;*/
/*    -moz-transition: all .75s .15s linear;*/
/*    -ms-transition: all .75s .15s linear;*/
/*    -o-transition: all .75s .15s linear;*/
/*    transition: all .75s .15s linear;*/
/*    -webkit-transform: translate(0,0) scale(1,1);*/
/*    -moz-transform: translate(0,0) scale(1,1);*/
/*    -ms-transform: translate(0,0) scale(1,1);*/
/*    -o-transform: translate(0,0) scale(1,1);*/
/*    transform: translate(0,0) scale(1,1);*/
/*}*/





/* SLIDER */





.rslides {
  margin: 0 auto 40px;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  top: 25%;
  text-shadow: none;
  width: 50% !important;
  left: 6%;
 
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("https://www.webxpertos.com/hubfs/E-DEA/theme.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.caption h1 {
    color: #f58220;
    text-transform: uppercase;
}
.caption p {
    padding-bottom: 10px;
}



/*---------Service Rotation-----*/
body.services-page {
    overflow-x: hidden;
}
.service-rotation .accordion {
    margin:1em 0
}
.service-rotation .accordion h3 {
    background: #f7c345;
    color:#fff;
    cursor:pointer;
    margin:0 0 1px 0;
    padding:4px 10px;
    font-size:20px;
    position: relative;
}

.service-rotation .accordion h3.current {
    background:#f58220;
    cursor:default
}
.service-rotation .accordion div.pane {
    padding:5px 10px
}



.service-rotation  .mian_img{
    text-align: center;
    display: block;
    height: auto;
    width: auto;
    margin: auto;
}
.main-view{
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;	
    -webkit-transition: all .25s .15s linear;
    -moz-transition: all .25s .15s linear;
    -ms-transition: all .25s .15s linear;
    -o-transition: all .25s .15s linear;
    transition: all .25s .15s linear;
}
.img1{
	position: absolute;
	top: -30%;
    right: 64%;
}
.img2{
	position: absolute;
    top: -50%;
    right: 38%;
}
.img3{
	position: absolute;
	top: -27%;
    right: 12%;
}
.img4{
	position: absolute;
	top: 26%;
    right: 2%;
}
.img5{
	position: absolute;
	top: 80%;
    right: 12%;
}
.img6{
    position: absolute;
    right: 38%;
    bottom: -52%;
}
.img7{
	position: absolute;
	right: 63%;
    bottom: -29%;
}
.img8{
	position: absolute;
	right: 73%;
    top: 25%;
}

.service-rotation .image-bg {
    /* padding: 5px; */
    -webkit-transition: all .25s .15s linear;
    -   moz-transition: all .25s .15s linear;
    -ms-transition: all .25s .15s linear;
    -o-transition: all .25s .15s linear;
    transition: all .25s .15s linear;
}
.section_txt-none.active1 {
    display: block !important
}

.section_txt-none.active2 {
    display: block !important
}

.section_txt-none.active3 {
    display: block !important
}

.section_txt-none.active4 {
    display: block !important
}

.section_txt-none.active5 {
    display: block !important
}

.section_txt-none.active6 {
    display: block !important
}

.section_txt-none.active7 {
    display: block !important
}

.section_txt-none.active8 {
    display: block !important
}

.section_txt-none {
    display: none
}

.main-view.active1 .img1 img {
    filter: brightness(0) invert(1);
}
.main-view.active2 .img2 img {
    filter: brightness(0) invert(1) !important;
}
.main-view.active3 .img3 img {
    filter: brightness(0) invert(1);
}
.main-view.active4 .img4 img {
    filter: brightness(0) invert(1);
}
.main-view.active5 .img5 img {
    filter: brightness(0) invert(1);
}
.main-view.active6 .img6 img {
    filter: brightness(0) invert(1);
}
.main-view.active7 .img7 img {
    filter: brightness(0) invert(1);
}
.main-view.active8 .img8 img {
    filter: brightness(0) invert(1);
}


.main-view.active1 .img1 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active2 .img2 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active3 .img3 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active4 .img4 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active5 .img5 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active6 .img6 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active7 .img7 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active8 .img8 {
    /*box-shadow: 0 2px 10px 8px rgba(237, 126, 0, 0.5);*/
    border-radius: 50%;
}

.main-view.active1 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-view.active1 .image-bg {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-view.active2 {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.main-view.active2 .image-bg {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.main-view.active3 {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-view.active3 .image-bg {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-view.active4 {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.main-view.active4 .image-bg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-view.active5 {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.main-view.active5 .image-bg {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.main-view.active6 {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.main-view.active6 .image-bg {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-view.active7 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.main-view.active7 .image-bg {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.main-view.active8 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-view.active8 .image-bg {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.image-bg .inner img {
    width: 140px;
    height: 140px;
	padding: 25px 20px;
}
.image-bg .inner {
	background: #fff;
	display: flex;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	cursor:pointer;
}

.image-bg .inner:hover {
	background: #ff8b00;
}
.image-bg .inner:hover img {
	filter: brightness(0) invert(1);
}

.main-view.active1 .img1 .inner {
	background: #ff8b00;
}
.main-view.active2 .img2 .inner {
	background: #ff8b00;
}
.main-view.active3 .img3 .inner {
	background: #ff8b00;
}
.main-view.active4 .img4 .inner {
	background: #ff8b00;
}
.main-view.active5 .img5 .inner {
	background: #ff8b00;
}
.main-view.active6 .img6 .inner {
	background: #ff8b00;
}
.main-view.active7 .img7 .inner {
	background: #ff8b00;
}
.main-view.active8 .img8 .inner {
	background: #ff8b00;
}

.service-rotation .span6:first-child{
	width:45%;
	float:left;
	}
.service-rotation .span6{
    width:49%;
    float:left;
}

.service-rotation .section_txt {
    margin-top: 50px;
}

.service-rotation .on-mobile {
    display: none;
}
.service-rotation .on-desktop {
    display: block;
}

.horizontal-tab .on-mobile {
    display: none;
}
.horizontal-tab .on-desktop {
    display: block;
}

.horizontal-tab .accordion {
    margin:1em 0
}
.horizontal-tab .accordion h3 {
    background: #f7c345;
    color:#fff;
    cursor:pointer;
    margin:0 0 1px 0;
    padding:4px 10px;
    font-size:20px;
    position: relative;
}

.horizontal-tab.accordion h3.current {
    background:#f58220;
    cursor:default
}
.horizontal-tab .accordion div.pane {
    padding:5px 10px
}


.services-page .container-two .page-center {
    padding-bottom: 50px;
    padding-top: 25px;
}

 
 
/*-------Tabs section---------*/

#tabs-titles span.head {
    width: 80%;
    float: left;
}

#tabs-titles span.icon {
    width: 15%;
    float: left;
}


#tabs-contents {
    z-index: 1;
    margin-left:-2px;
    background: #ececec;
    list-style: none;
    display: block;
    float:left;
    padding:5px;
}

#tabs-contents li {
    display:none;
}

#tabs-contents li:first-child {

    display:block;

}
ul#tabs-titles {
    width: 100%;
}

#tabs-titles {

    float:left;

}

#tabs-titles li {

    cursor:pointer;
    display: block;
    clear: both;
    padding: 5px 20px 5px 20px;
    background: #ececec;
    border-bottom: 1px solid #d3d3d3;
    height:80px;
    z-index: 2;
    padding-top: 25px;
}
#tabs-titles li.current:before {
    content: "";
    height: 55px;
    width: 55px;
    left: -28px;
    top: 12px;
    background: #f58220;
    position: absolute;
    z-index: -99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#tabs-titles li.current {
    font-weight:bold;
    position: relative;
    z-index: 10;
    color: white;
    background: #f58220;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-size: 18px;
}  
#tabs-titles li.current i.fa {
    font-size: 25px;
    margin-right: 20px;
}
#tabs-titles li i.fa {
    margin-right: 20px;
}




/*************Responsive Styles***************/

/**************iPad Landscape****************/
@media only screen and ( max-width: 1100px ) and (min-width: 986px){
    
.horizontal-tab #tabs-titles li.current {
    font-size: 18px !important;
}
.horizontal-tab #tabs-titles li.current i.fa {
    font-size: 20px !important;
}
#tabs-titles li {
    padding: 5px;
    line-height: 15px;
}

.services-page .container-two.padding150 {
    padding: 50px 0px !important;
}
.container-fluid .row-fluid .page-center{
    max-width: 90%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 12px;
}
.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: inherit !important;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    padding-bottom: 5px !important;
    padding-top: 0 !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 9px !important;
}


.blog-listing-home .inner {
    padding: 15px;
    position: relative;
}
.home-page .banner {
    height: 600px;
}
.margin-top200 {
    margin-top: 60px;
}

.callbacks_container .callbacks .caption {
    top: 12% !important;
    width: 60% !important;
    left: 6%;
}


.service-rotation .mian_img {
    width: 50%;
}
.image-bg .inner img {
    width: 100px !important;
    height: 100px !important;
    padding: 25px 20px;
}
.image-bg .inner {
    width: 100px !important;
    height: 100px !important;
}
.img1 {
    top: -20% !important;
    right: 65% !important;
}
.img2 {
    top: -40% !important;
    right: 38% !important;
}
.img3 {
    top: -20% !important;
    right: 10% !important;
}
.img4 {
    right: 2% !important;
    top: 33% !important;
}
.img5 {
    top: 82% !important;
    right: 12% !important;
}
.img6 {
    right: 38% !important;
    bottom: -42% !important;
}
.img7 {
    right: 66% !important;
    bottom: -22% !important;
}
.img8 {
    right: 75% !important;
    top: 29% !important;
}
.section_txt {
    margin-top: 100px !important;
}

 
}
/********************************************/

/***************iPad Portrait****************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.caption h1 {
    font-size: 40px;
    line-height: 40px;
}
.caption p {
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
}
.callbacks_container .callbacks .caption {
    top: 12% !important;
    width: 60% !important;
    left: 6%;
}

.callbacks_container .callbacks .caption .hs-cta-wrapper a {
    padding: 15px 25px !important;
    font-size: 15px !important;
}
    
    
    
    
.container-fluid .row-fluid .page-center{
    max-width: 90%;
}
.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: inherit;
}
.footer .contacts i{
    color:#e7873b !important;
    font-size:25px;
    width:30px;
}
.footer .contacts {
    font-size: 15px;
}
.footer .social a {
    margin-right: 13px;
}
.span1.widget-span.widget-type-raw_html.search {
    float: right;
    margin-right: 90px;
}

.span6.blog-listing-home.white {
    height: 400px !important;
}

.span3.blog-listing-home.white {
    height: 400px !important;
}
.blog-listing-home .inner {
    padding: 15px;
    position: relative;
}
.home-page .banner {
    height: 500px;
}
.margin-top200 {
    margin-top: 40px;
}
.home-page .box1.box {
    background-position: 0px 0%;
}
.home-page .box1.box:hover {
    background-position: 0px -20%;
}

.home-page .box2.box {
    background-position: 0px 0%;
}
.home-page .box2.box:hover {
    background-position: 0px -20%;
}

.home-page .box3.box {
    background-position: 0px 0%;
}
.home-page .box3.box:hover {
    background-position: 0px -20%;
}
.service-rotation .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 15px;
    margin-top: 3px;
}  
.service-rotation .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 15px;
    margin-top: 5px;
}  
.service-rotation .accordion h3 {
    padding: 15px 10px !important;
}
.service-rotation .on-mobile {
    display: block !important;
}
.service-rotation .on-desktop {
    display: none !important;
}
.services-page .container-two.padding150 {
    padding: 50px 0px;
}
.services-page .container-two .page-center {
    padding-bottom: 0px !important;
}

.horizontal-tab .on-mobile {
    display: block !important;
}
.horizontal-tab .on-desktop {
    display: none !important;
}
.horizontal-tab .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 15px;
    margin-top: 3px;
}  
.horizontal-tab .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 15px;
    margin-top: 5px;
}  
.horizontal-tab .accordion h3 {
    padding: 15px 10px !important;
}





}
/********************************************/
/**************iPhone Landscape**************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.header-top-bar:after{
    display:none;
}
.header-top-bar:before{
    display:none;
}
.header:before {
    content:'';
    position:absolute;
    background: #f58220;
    z-index:-1;
    height:40px;
    left:0;
    width:100%;
    display:block;
}
.header .header-top-bar {
    margin-left: 0px !important;
}
.container-fluid .row-fluid .page-center{
    max-width: 90%;
}
.mobile-none{
    display:none !important;
}
.header .active-branch{
    position: absolute !important;
    top: 100% !important;
    width: auto !important;
    right: 0px !important;
    left: inherit !important;
}
/*.header-wrap .row-fluid{*/
/*   display: flex;*/
/*}*/
/*.header-wrap .row-fluid .logo{*/
/*    order: 1;*/
/*}*/
/*.header-wrap .row-fluid .search{*/
/*    order: 2;*/
/*}*/
/*.header-wrap .row-fluid .header-menu{*/
/*    order: 3;*/
/*}*/
.mobile-trigger{
    right:0;
}
.header-wrap .logo{
    float:left;
    width:70%;
}
.header-wrap .header-menu{
    float:left;
    width:10%;
    margin-bottom:0;
}
.header-wrap .search{
    float:left;
    width:20%;
    text-align: center;
    line-height: 35px;
}
.span6.blog-listing-home.white {
    height: auto !important;
}
.span3.blog-listing-home.white {
    height: auto !important;
    margin-top:20px;
}
.home-page .banner {
    height: 500px;
}
.margin-top200 {
    margin-top: 40px;
}
.home-page .box1.box {
    background-position: 0px 20%;
}
.home-page .box1.box:hover {
    background-position: 0px 50%;
}

.home-page .box2.box {
    background-position: 0px 20%;
}
.home-page .box2.box:hover {
    background-position: 0px 50%;
}

.home-page .box3.box {
    background-position: 0px 20%;
}
.home-page .box3.box:hover {
    background-position: 0px 50%;
}



.caption h1 {
    font-size: 35px;
    line-height: 35px;
}
.caption p {
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
}
.callbacks_container .callbacks .caption {
    top: 10% !important;
    width: 80% !important;
    left: 6%;
}
a.callbacks_nav {
    display: none;
}
.callbacks_container .callbacks .caption .hs-cta-wrapper a {
    padding: 10px 20px !important;
    font-size: 15px !important;
}

.service-rotation .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.service-rotation .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.service-rotation .accordion h3 {
    padding: 15px 10px !important;
}
.service-rotation .on-mobile {
    display: block !important;
}
.service-rotation .on-desktop {
    display: none !important;
}
.horizontal-tab .on-mobile {
    display: block !important;
}
.horizontal-tab .on-desktop {
    display: none !important;
}
.horizontal-tab .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.horizontal-tab .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.horizontal-tab .accordion h3 {
    padding: 15px 10px !important;
}
.header .header-top-bar {
    margin-left: 0px !important;
}
}
/********************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){

.horizontal-tab .on-mobile {
    display: block !important;
}
.horizontal-tab .on-desktop {
    display: none !important;
}

.horizontal-tab .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.horizontal-tab .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.horizontal-tab .accordion h3 {
    font-size: 14px !important;
    padding: 15px 10px !important;
}




.service-rotation .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.service-rotation .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.service-rotation .accordion h3 {
    font-size: 14px !important;
    padding: 15px 10px !important;
}

.service-rotation .on-mobile {
    display: block !important;
}
.service-rotation .on-desktop {
    display: none !important;
}
.margin-top200 {
    margin-top: 30px;
}
.home-page .banner {
    height: 550px;
}

.caption h1 {
    font-size: 15px;
    line-height: 20px;
}
.caption p {
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
    margin:5px 0px;
}
.callbacks_container .callbacks .caption {
    top: 10% !important;
    width: 80% !important;
    left: 6%;
}
a.callbacks_nav {
    display: none;
}
.callbacks_container .callbacks .caption .hs-cta-wrapper a {
    padding: 5px 15px !important;
    font-size: 10px !important;
}


.span6.blog-listing-home.white {
    height: auto !important;
}
.span3.blog-listing-home.white {
    height: auto !important;
    margin-top:20px;
}

.container-fluid .row-fluid .page-center{
    max-width: 90%;
}
.header-top-bar:after{
    display:none;
}
.header-top-bar:before{
    display:none;
}
.mobile-none{
    display:none !important;
}
.home-page .box {
    padding: 30px;
    margin-bottom:20px;
}
.footer .footer-menu a {
    padding: 2px 0 !important;
}
.footer-titles .row-fluid .span3{
    margin-top:20px;
}
.header-wrap .logo{
    float:left;
    width:60%;
}
.header-wrap .header-menu{
    float:left;
    width:10%;
    margin-bottom:0;
}
.header-wrap .search{
    float:left;
    width:30%;
    text-align: center;
    line-height: 35px;
}
.header:before {
    content:'';
    position:absolute;
    background: #f58220;
    z-index:-1;
    height:40px;
    left:0;
    width:100%;
    display:block;
}
.header .active-branch{
    position: absolute !important;
    top: 100% !important;
    width: auto !important;
    right: 0px !important;
    left: inherit !important;
}
/*.header-wrap .row-fluid{*/
/*   display: flex;*/
/*}*/
/*.header-wrap .row-fluid .logo{*/
/*    order: 1;*/
/*}*/
/*.header-wrap .row-fluid .search{*/
/*    order: 2;*/
/*}*/
/*.header-wrap .row-fluid .header-menu{*/
/*    order: 3;*/
/*}*/
/*.mobile-trigger{*/
/*    right:0;*/
/*}*/

.trabaja_con_nostros .section4:before {
    width: 100px !important;
    height: 100px !important;
}
.industry-overview .section2:before {
    width: 100px !important;
    height: 100px !important;
}
.product-overview-page .container-one:after {
    width: 100px !important;
    height: 100px !important;
}
.product-overview-page .container-one:before {
    width: 100px !important;
    height: 100px !important;
}
.resources .section2:before {
    width: 100px !important;
    height: 100px !important;
}
.resources .section2:after {
    width: 100px !important;
    height: 100px !important;
}
.industry-item .section2:before {
    width: 100px !important;
    height: 100px !important;
}
.header .header-top-bar {
    margin-left: 0px !important;
}

}


@media only screen and (max-width: 319px) and (min-width: 240px){
 .header-wrap .search {
    display: none !important;
}
.header .header-top-bar {
    margin-left: 0px !important;
}
.trabaja_con_nostros .section4:before {
    width: 100px !important;
    height: 100px !important;
}
.industry-overview .section2:before {
    width: 100px !important;
    height: 100px !important;
}
.product-overview-page .container-one:after {
    width: 100px !important;
    height: 100px !important;
}
.product-overview-page .container-one:before {
    width: 100px !important;
    height: 100px !important;
}
.resources .section2:before {
    width: 100px !important;
    height: 100px !important;
}
.resources .section2:after {
    width: 100px !important;
    height: 100px !important;
}
.industry-item .section2:before {
    width: 100px !important;
    height: 100px !important;
}

body {
    font-size: 12px !important;
}
h1 {
    font-size: 20px !important;
    line-height: 23px !important;
}

h2 {
    font-size: 18px !important;
    line-height: 25px !important;
}
h3 {
    font-size: 17px !important;
}
.padding50 {
    padding: 10px 0px;
}

.home-page .section4 .client-logos .span2 {
    text-align: center;
    padding: 20px 0 !important;
}
.home-page .section6 {
    background: transparent;
}
.home-page .section2 .product_item .hs_cos_wrapper_type_custom_widget {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
}
.padding150 {
    padding: 20px 0px;
}
.home-page .section3 .content {
    padding: 10px !important;
}




.padding80 {
    padding: 20px 0px !important;
}
.padding-top30 {
    padding-top: 0px;
}
 .horizontal-tab .on-mobile {
    display: block !important;
}

.horizontal-tab .on-desktop {
    display: none !important;
}

.horizontal-tab .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.horizontal-tab .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.horizontal-tab .accordion h3 {
    font-size: 14px !important;
    padding: 15px 10px !important;
}

.service-rotation .accordion h3:after {
    content: '\f067 ';
    font-family: FontAwesome; 
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 3px;
}  
.service-rotation .accordion h3.current:after {
    content: '\f068 ';
    font-family: FontAwesome;
    position: absolute;
        right: 4%;
    font-size: 12px;
    margin-top: 5px;
}  
.service-rotation .accordion h3 {
    font-size: 16px !important;
    padding: 15px 10px !important;
}

.service-rotation .on-mobile {
    display: block !important;
}
.service-rotation .on-desktop {
    display: none !important;
}
.margin-top200 {
    margin-top: 30px;
}
.home-page .banner {
    height: 550px;
}

.caption h1 {
    font-size: 15px !important;
    line-height: 20px;
    margin:0px;
}
.caption p {
    padding-bottom: 0px;
    font-size: 8px;
    line-height: 10px;
    margin:2px 0px;
}
.callbacks_container .callbacks .caption {
    top: 10% !important;
    width: 80% !important;
    left: 6%;
}
a.callbacks_nav {
    display: none;
}
.callbacks_container .callbacks .caption .hs-cta-wrapper a {
    padding: 5px 15px !important;
    font-size: 8px !important;
}


.span6.blog-listing-home.white {
    height: auto !important;
}
.span3.blog-listing-home.white {
    height: auto !important;
    margin-top:20px;
}

.container-fluid .row-fluid .page-center{
    max-width: 90%;
}
.header-top-bar:after{
    display:none;
}
.header-top-bar:before{
    display:none;
}
.mobile-none{
    display:none !important;
}
.home-page .box {
    padding: 30px;
    margin-bottom:20px;
}
.footer .footer-menu a {
    padding: 2px 0 !important;
}
.footer-titles .row-fluid .span3{
    margin-top:20px;
}
.header-wrap .logo{
    float:left;
    width:60%;
}
.header-wrap .header-menu{
    float:left;
    width:10%;
    margin-bottom:0;
}
.header-wrap .search{
    float:left;
    width:30%;
    text-align: center;
    line-height: 35px;
}
.header:before {
    content:'';
    position:absolute;
    background: #f58220;
    z-index:-1;
    height:40px;
    left:0;
    width:100%;
    display:block;
}
.header .active-branch{
    position: absolute !important;
    top: 100% !important;
    width: auto !important;
    right: 0px !important;
    left: inherit !important;
}
/*.header-wrap .row-fluid{*/
/*   display: flex;*/
/*}*/
/*.header-wrap .row-fluid .logo{*/
/*    order: 1;*/
/*}*/
/*.header-wrap .row-fluid .search{*/
/*    order: 2;*/
/*}*/
/*.header-wrap .row-fluid .header-menu{*/
/*    order: 3;*/
/*}*/
.mobile-trigger{
    right:0;
}   
.services-page .container-one .text {
    padding: 0 5% !important;
}
form.gsc-search-box {
    display: none !important;
}
.services-page .container-three div.span4 {
    width: 100% !important;
    padding-bottom: 25px;
    margin-left: 0 !important;
    min-height: 0 !important;
}

.blog-article .banner{
    padding:50px 0 80px 0;
}
.blog-article .page-center2{
    max-width:90% !important;
} 
.blog-article #hubspot-author_data{
    width:100%;
    margin-bottom:20px;
}
.blog-article .blog-contents{
    padding:30px 0 20px 0;
}
.blog-article .blog-contents .blog-section h2{
    color: #e7883b;
    font-family: 'Coves-Light';
    text-transform: uppercase; 
}
.blog-article .blog-contents .blog-section h2 a{
    color: #e7883b !important;
    text-decoration:none;
    font-family: 'Coves-Light';
}
.blog-article .blog-contents .blog-section h3{
    color: #e7883b;
    font-family: 'Coves-Light';
    text-transform: uppercase;
}
.blog-article .blog-contents .blog-section h3 a{
    color: #e7883b !important;
    font-family: 'Coves-Light';
    text-decoration:none;
}
.blog-article .blog-contents .blog-section br{
    display:none;
}
.blog-article .blog-contents .blog-section li{
    list-style:none;
}
.blog-article .blog-contents .blog-section li:before {
    content: '';
    border: solid #f58220;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: -33px;
    margin-right: 20px;
    float: left;
    margin-top: 7px;
}
.blog-article .newsletter form{
    width:80%;
}
.blog-article .newsletter .hs_email.field.hs-form-field{
    width:100%;
}
.blog-article .newsletter .hs_email.field.hs-form-field input{
    border-radius:3px;
    margin-bottom:10px;
}
.blog-article .newsletter .hs_submit{
    width:100%;
}
.blog-article .newsletter input.hs-button.primary.large{
    width: 100%;
    border-radius:3px;
}

.blog-overview .new-resources{
    margin-top:30px;
}
.blog-overview .blog-section .element-item{
    margin-left:0;
}
.blog-overview .blog-section .span4 {
    margin-bottom: 30px !important;
}
.blog-overview .banner .featured .content p{
    display:none;
}
.blog-overview .banner .featured{
    min-height:350px;
}
.home-page .banner{
    padding:40px 0;
    background-position: 65%;
}   
.home-page .banner-text{
    width:90%;
}

.home-page .box .text{
    padding-top:0;
}
.home-page .section1 .page-center{
    padding:50px 0;
}
.home-page .section1-container{
    padding-top:0 !important;
}

.home-page .section2 .product_item {
    padding:0;
    text-align: center;
}
.home-page .section2 .product_item .span3{
    padding:20px 0;
    text-align: center;
}
.home-page .section3 .content{
    padding:30px;
}
.home-page .section3 .content h2 {
    margin-bottom: 10px;
}
.home-page .section4 .client-logos .span2{
    text-align:center;
    padding:20px 0;
}
.home-page .section5 .page-center{
    padding:30px 0px 0px 0px;
}
.home-page .section5 .page-center{
    padding:30px 0 0 0;
}
.home-page .section5 .page-center .padding50{
    padding:20px 0 50px 0 !important;
}
.home-page .section6{
    background: transparent !important;
}
.home-page .section6 .page-center{
    max-width: 100%;
    margin: 0;
    padding:0;
}
.home-page .section6 .page-center .left-container{
    background-color:#f7c345 !important;
    padding:50px;
}
.home-page .section6 .page-center .right-container{
    background-color:#58585a !important;
    padding:50px;
}
.home-page .section2:before{
    background-size: 400%;
}
.home-page .section2:after{
    background-size: 300%;
    background-position-y: 100%;
    background-position-x: right;
}
.home-page .section2 .product_item .span3{
    width:inherit;
}
.home-page .section6 .left-container h2{
    font-size: 28px;
}
.home-page .box h3 {
    width: 100%;
}
.home-page .section2 .heading{
    padding-bottom:20px;
}
.home-page .section2 .product_item .hs_cos_wrapper_type_custom_widget{
    display: inline-block !important;
    float:none !important;
    width: 100%;
}
.header-top-bar a {
    font-size: 12px !important;
}
.resources .banner .new-resources{
    margin-top:30px;
}
.resources .section2 .resources-type .hs_cos_wrapper_type_custom_widget{
    padding:0;
}
.resources .section2 .resources-type .type-btn{
    padding:10px;
}
.resources .section2 .resources-section .hs_cos_wrapper_type_custom_widget{
    width:100% !important;
    padding: 0px !important;
}
.resources .section3 .page-center{
    padding:40px 0;
}
.resources .section3 .heading h2{
    font-size:30px;
} 
.resources .banner .featured .content {
    padding: 15px !important;
}
.resources .banner .new-resources li {
    padding-left: 20px !important;
}

.product-item .strip {
    padding: 80px 0;
}
.product-item .section2 .page-center, .product-item .section3 .page-center{
    padding:30px 0;
}
.product-item .section3 .img-section img{
    margin-bottom:20px;
    width:100% !important;
}
.product-item .section3 {
    background: url(https://www.webxpertos.com/hubfs/E-DEA/images/product-img-01.png?t=1506489426807);
    background-size: inherit;
    background-position-y: 116%;
}
.product-item .section4 .heading h2{
    font-size:30px;
}
.product-item .section4 .hs_cos_wrapper_type_custom_widget{
    width:100% !important;
    margin-bottom:20px;
}
.product-item .section4 .page-center .center{
    display:flex;
    padding: 20px 0;
}
.product-item .section4 .page-center{
    padding:40px 0;
}
.product-item .section6 .content{
    margin-top:0;
}
.product-item .section6 .form .hs-button{
    float:inherit;
}
.blog-listing-home .inner {
    padding: 15px !important;
}
.product-item .section6 .content p {
    font-size: 18px !important;
    line-height: 20px !important;
}
.product-item .section6 .form {
    padding: 10px !important;
}

.industry-overview .strip{
    padding:60px 0;
}
.industry-overview .section2 .page-center{
    padding:40px 0;
}
.industry-overview .section3 .span3{
    margin-left:0 !important;
    float: left;
    margin-bottom: 20px !important;
}
.industry-overview .section3 .page-center{
    padding-bottom:40px !important;
}
.industry-overview .section4 .page-center{
    padding:60px 0 !important;
}
.industry-overview .section4 .span4{
    margin-left:0 !important;
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}
.industry-overview .section4 .span4 {
    min-height: 200px !important;
    padding: 20px !important;
}
.landing-page .baner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.landing-page .section-one .container-one .page-center .row-fluid {
         display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
         /*optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
      }
      .landing-page .section-one .container-one .container-one-text{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
         -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
      }
      .landing-page .container-one .container-one-text h3{
          font-size:35px;
      }
      .landing-page .container-one .container-one-text p{
          font-size:20px;
      }
     .landing-page .container-one .landing-page-form{
        margin-top:0 !important;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width:100% !important;
     }
     .landing-page .landing-page-form input, .landing-page .landing-page-form select{
         width:90% !important;
         height:40px !important;
     }
     .landing-page .landing-page-form label{
         padding-top:12px;
         font-size:16px;
     }
     .landing-page input.hs-button.primary.large{
         height:45px;
         font-size:19px;
     }
     .landing-page .section-one .container-one .container-one-text{
         padding-top:50px;
     }
     .landing-page .container-one .landing-page-form{
         width:100% !important;
         display:block;
         margin:auto;
     }
     .landing-page input.hs-button.primary.large{
         width:100% !important;
     }
     .landing-page .landing-page-form label{
         margin-left:20px !important;
     }
     .landing-page .landing-page-footer .footer-sub {
        padding-top: 30px;
        padding-bottom: 30px;
     }
     .landing-page .landing-page-footer .footer-sub .footer-logo{
        padding-bottom:20px;
     }
     .landing-page .landing-page-footer .footer-sub .footer-logo img{
         margin:auto;
         display:block;
     } 
     .landing-page .landing-page-footer .footer-sub .social{
         text-align:center;
         padding-left:0 !important;
     }
    .landing-page .container-one .container-one-text p {
        font-size: 18px !important;
    }
.landing-page .landing-page-footer .footer-sub .social i {
         margin-left: 0px !important; 
}
a#cta_button_2146248_a167589f-27c8-4529-ab24-8ade5717d182 span {
    font-size: 16px !important;
}

.trabaja_con_nostros .strip {
    padding: 60px 0;
}
.trabaja_con_nostros .strip h2 {
    font-size: 35px;
}
.trabaja_con_nostros .section2 .page-center{
    padding:40px 0;
}
.trabaja_con_nostros .section3{
    background:transparent !important;
}
.trabaja_con_nostros .section3 .page-center{
    max-width: 100%;
    margin: 0;
    padding:0;
}
.trabaja_con_nostros .section3 .page-center .left-container{
    background-color:#f8f8f8 !important;
    padding:30px;
}
.trabaja_con_nostros .section3 .page-center .right-container{
    background-color:#666 !important;
    padding:50px 30px 30px 30px;
}
.trabaja_con_nostros .section3 .left-container ul{
    margin:20px 0 !important;
}
.trabaja_con_nostros .section3 .left-container ul li{
    font-size: 20px !important;
    background-image: url(https://cdn2.hubspot.net/hubfs/2146248/E-DEA/images/weblinks-link-icon.png?t=1506489426807) !important;
    line-height: 45px !important;
    background-repeat: no-repeat !important;
    list-style: none !important;
    padding-left: 30px !important;
    background-position-y: 10px !important;
}
.trabaja_con_nostros .section3 .right-container p:before{
    font-size: 100px;
    left: -15px;
}
.trabaja_con_nostros .section4 .page-center{
    padding:20px 0 !important;
}
.trabaja_con_nostros .section4 .form{
    padding:10px !important;
}

    .contact-page .page-center{
        width:90% !important;
    }
    .contact-page .contact-baner{
        padding-top:70px !important;
        padding-bottom:60px !important;
        height:200px;
    }
    .contact-page .contact-baner span{
        font-size:40px;
    }
    .span12.widget-span.widget-type-cell.container-one{
        padding-top:50px;
        padding-bottom:50px;
    }
    .span3.widget-span.widget-type-rich_text.section-one {
    width: 43% !important;
    float: left;
    }
    .contact-page .container-one .container-contact .contact{
        width:100% !important;
    }
    .span9.widget-span.widget-type-rich_text.section-two {
    width: 57% !important;
    float: left;
    margin: 0;
    }
    .contact-page .container-one .container-contact .contact span, .contact-page .container-one .container-contact .contact a{
        padding-bottom:20px !important;
        font-size:18px !important;
    }
    .contact-page .contact-form{
        width:100% !important;
        margin-left:0 !important;
        margin-top:30px !important;
    }
    .contact-page .contact-form label{
        font-size:16px;
        margin-left:10px !important;
    }
    .contact-page .container-one:after{
       display:none;
    }
    .contact-page .container-one:before{
        display:none;
    }
    .contact-page .contact-form select{
        background-image:none;
    }
    .contact-page input.hs-button.primary.large{
        width: 95% !important;
        margin-right: 30px;
    }
.contact-page .contact-form input, .contact-page .contact-form select {
    width: 95% !important;
}
.terms-conditions-page .container-baner .terms-conditions-title span {
    font-size: 30px !important;
}
.quienes-somos-page .baner .baner-text span {
    font-size: 30px !important;
}
.quienes-somos-page .flexible-container .span3 {
    padding-top: 2% !important;
    padding-bottom: 33% !important;
    margin-bottom: 10% !important;
}
.quienes-somos-page a#cta_button_2146248_7b77fadf-38a3-40cc-b7d1-c19c59a77aa8 {
    font-size: 18px !important;
    padding: 8px 35px !important;
}
.quienes-somos-page .container-five .text span {
    font-size: 20px !important;
}

.helpdesk-page .container .pagebypage {
    margin-bottom: 16px !important;
    min-height: 250px !important;
    padding: 6% 7% !important;
}
.helpdesk-page .container-two .text p {
    margin-top: 7px !important;
    font-size: 18px !important;
    line-height: 28px !important;
}
.helpdesk-page .container-two .helpdesk-form {
    width: 100% !important;
}
.helpdesk-page input.hs-button.primary.large {
    margin: auto !important;
}
.helpdesk-page .container-two .helpdesk-form label {
    margin-left: 20px !important;
}

.about-us .strip{
    padding:50px 0 !important;
}
.about-us .section2 .page-center, .about-us .section3 .page-center{
    padding:40px 0 !important;
}
.about-us .section2 .page-center img{
    margin-bottom:20px !important;
}
.about-us .section2 {
    background-size: inherit !important;
    background-repeat: no-repeat !important;
    background-position-y: 100% !important;
    background-color: #f8f8f8 !important; 
}
.about-us .section4{
    background:transparent !important;
}
.about-us .section4 .page-center{
    max-width: 100% !important;
    margin: 0 !important;
    padding-bottom:0 !important;
}
.about-us .section4 .page-center .left-container{
    background-color:#f7c345 !important;
    padding:30px !important;
}
.about-us .section4 .page-center .right-container{
    background-color:#58585a !important;
    padding:30px !important;
}
.about-us .section2 p {
    font-size: 16px !important;
}
.industry-overview .strip{
    padding:60px 0 !important;
}
.industry-overview .section2 .page-center{
    padding:40px 0 !important;
}
.industry-overview .section3 .span3{
    margin-left:0 !important;
    float: left !important;
    margin-bottom: 20px !important;
}
.industry-overview .section3 .page-center{
    padding-bottom:40px !important;
}
.industry-overview .section4 .page-center{
    padding:60px 0 !important;
}
.industry-overview .section4 .span4{
    margin-left:0 !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}
a#cta_button_2146248_68f8bc55-16b3-4b12-9e46-504986f143ab span {
    font-size: 15px !important;
}
a#cta_button_2146248_4b320adb-2f50-4452-a89b-b5d54a45253f span {
    font-size: 15px !important;
}
.service-Item .section3 li {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
}

.service-Item .strip{
    padding:60px 0 !important;
}
.service-Item .section2 img{
    margin-bottom:20px !important;
}
.service-Item .section2 .page-center, .service-Item .section3 .page-center{
    padding:60px 0 !important;
}
.service-Item .section3 ul{
    padding:0;
}
.service-Item .section3 li{
    padding-left: 30px !important;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/weblinks-link-icon.png?t=1506489426807) !important;
    background-repeat: no-repeat !important;
    background-position-y: 5px !important;
    list-style:none !important;
}
.service-Item .section4 .heading h2{
    font-size: 26px !important;
}
.service-Item .section4 .hs_cos_wrapper_type_custom_widget{
    width:100% !important;
    margin-bottom:30px !important;
}
.service-Item .section5 .page-center{
    padding:50px 0 !important;
}
.service-Item .section5 .page-center h2{
    font-size:20px !important;
}
.blog-overview .banner .new-resources {
    padding: 25px 15px !important;
}


}

@media only screen and ( max-width: 540px ) and (min-width: 480px){
.caption h1 {
    font-size: 25px !important;
    line-height: 25px !important;
}
.caption p {
    margin: 8px 0px !important;
}
    
}

.blog-overview .blog-section{
    position:relative;
}
.blog-overview .blog-section:before {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2146248/E-DEA/images/contact-background-icon2.png?t=1507871361751);
    width: 100%;
    height: 250px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    left: 0;
    bottom: -50px;
    opacity: .1;
}
.blog-overview .blog-section:after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2146248/E-DEA/images/contact-background-icon1.png?t=1507871361751);
    width: 100%;
    height: 250px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    right: 72%;
    bottom: -30px;
    opacity: .1;
}

.services-page .container-three{
    position:relative;
}

.services-page .container-three:before {
    content: '';
    width: 100%;
    height: 45%;
    background-image: url(https://cdn2.hubspot.net/hubfs/2146248/E-DEA/images/home-section2_bg1.png?t=1506593759061);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
}
.services-page .container-three:after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2146248/E-DEA/images/contact-background-icon1.png?t=1507871361751);
    width: 100%;
    height: 250px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    right: 72%;
    bottom: -30px;
    opacity: .1;
}

.industry-overview .section2{
    position:relative;
}

.industry-overview .section2:before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/screen-overlay-icon1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    right:0;
}

.trabaja_con_nostros .section4{
    position:relative;
}
.trabaja_con_nostros .section4:before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/weblinks-bg-icon1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    left:0;
    opacity:0.1;
}
.industry-item .section2{
    position:relative;
}
.industry-item .section2:before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/weblinks-bg-icon2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom:0;
    left:0;
    opacity:0.1;
}
.resources .section2{
    position:relative;
}
.resources .section2:before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/contact-background-icon2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    left:0;
    opacity:0.1;
}
.resources .section2:after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/screen-overlay-icon1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom:0;
    right:0;
} 
.product-overview-page .container-one {
    position: relative;
}
.product-overview-page .container-one:before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/screen-overlay-icon2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top:0;
    left:0;
}
.product-overview-page .container-one:after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(https://www.webxpertos.com/hubfs/E-DEA/images/screen-overlay-icon1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom:0;
    right:0;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
 .header-wrap .search {
    display: none !important;
}   
/*.header {*/
/*    width: 100% !important;*/
/*}*/

/*.custom-menu-primary.js-enabled {*/
/*     position: absolute !important; */
/*}*/
/*.custom-menu-primary.js-enabled .hs-menu-wrapper {*/
/*    width: 100% !important;*/
/*    position: absolute !important;*/
/*}*/
/*.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {*/
    
/*}*/
/*.custom-menu-primary .hs-menu-wrapper > ul li {*/
/*    width: 100% !important;*/
/*}*/
/*.custom-menu-primary .hs-menu-wrapper > ul > li a {*/
/*    width: 100% !important;*/
/*}*/

/*.header .page-center.header-center {*/
/*    position: relative !important;*/
/*}*/

}





