/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive         	*/
/*                                      */
/****************************************/

/*************** HubL variables ***************/





/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
    a {
        color: red;
        font-size: 12px;
         
    }
*/










/*************** Base sets ***************/
*, *:before, *:after {
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}
/*.widget-span.widget-type-cell.landing-banner-outer {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/EGYPT-C-PATTERN-diagonal.jpg?t=1541400344876");
  background-size: 280px auto;
  padding: 70px 0;
}*/

.red-version .banner-left-landing .text p {
 
  font-weight: bold;
 
}
.red-version .banner-left-landing li {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/bubble-red.png");
 
}
.red-version textarea,.red-version input[type="text"],.red-version input[type="password"],.red-version input[type="datetime"],.red-version input[type="datetime-local"],.red-version input[type="date"],.red-version input[type="month"],.red-version input[type="time"],.red-version input[type="week"],.red-version input[type="number"],.red-version input[type="email"],.red-version input[type="url"],.red-version input[type="search"],.red-version input[type="tel"],.red-version input[type="color"],.red-version select {
  color: #e51937 !important;
}
.red-version .hs-form-field > label.upM {
  color: #e51937;
 
}
.red-version .widget-span.widget-type-cell.block-standard-feature.first::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/Increase-Effeciency-icon-small-straightxt-red.png");
}
.red-version .widget-span.widget-type-cell.block-standard-feature.second::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/Increase-Effeciency-icon-small-straightxt-red.png");
}
.red-version .widget-span.widget-type-cell.block-standard-feature.third::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/increase-control-icon-small-straightxt-red.png");
}
.red-version .widget-span.widget-type-cell.block-standard-feature.four::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/Straightxt-IT-friendly-red.png");
}
.red-version .standard-feature-outer .main-title h2 {
  color: #e51937;
  
}
.red-version .testimonial-content::before {
  color: #e51937;
 
}
.red-version .testimonial-content::after {
 
  color: #e51937;
 
}
.red-version .testimonial-box p.client-role {
  color: #e51937;
 
}
.red-version .testimonial-box p.client-name {
  color: #e51937;
  
}
.red-version .banner-left-landing .text li {
  color: white;
  font-weight: bold;
  margin: 0 0 20px;
}
.red-version .banner-left-landing .button a {
  background-color: #c5112c;
}
.red-version .hs-form-field label {
  color: #e51937;
 
}
.red-version input[type="submit"] {
  background-color: #c5112c;
  color: white !important;
}
.red-version .offer-content h2 {
  color: #e51937;
}
.red-version a {
  color: #e51937;
}
.orange-version .banner-left-landing .text p {
 
  font-weight: bold;
 
}
.orange-version .banner-left-landing li {
  background-image: url("https://f.hubspotusercontent20.net/hubfs/4389276/Bullet.png");
}
.orange-version textarea,.orange-version input[type="text"],.orange-version input[type="password"],.orange-version input[type="datetime"],.orange-version input[type="datetime-local"],.orange-version input[type="date"],.orange-version input[type="month"],.orange-version input[type="time"],.orange-version input[type="week"],.orange-version input[type="number"],.orange-version input[type="email"],.orange-version input[type="url"],.orange-version input[type="search"], input[type="tel"],.orange-version input[type="color"], select {
  color: #1093b1 !important;
}
.orange-version .hs-form-field > label.upM {
  color: #1093b1;
 
}
.orange-version .banner-left-landing .text li {
  color: white;
  font-weight: bold;
  margin: 0 0 20px;
}
.orange-version .banner-left-landing .button a {
  background-color: #1093b1;
}
.orange-version .hs-form-field label {
  color: #1093b1;
 
}
.orange-version input[type="submit"] {
  background-color: #1093b1;
  color: white !important;
}
.orange-version .offer-content h2 {
  color: #1093b1;
}
.orange-version a {
  color: #1093b1;
}

.widget-span.widget-type-cell.landing-banner-outer {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/EGYPT-C-PATTERN-trasparent.png");
  background-size: 300px auto;
  padding: 70px 0 180px;
  position: relative;
}
.banner-right-landing svg {
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
}
.widget-span.widget-type-cell.landing-banner-outer:before {
  background: radial-gradient(circle farthest-corner at center center , rgb(58, 115, 241) 1%, rgb(49, 57, 145) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.landing-banner-outer .title h2 {
  color: white;
  font-size: 44px;
  line-height: 50px;
}
.banner-right-landing .hs-error-msgs.inputs-list label {
  color: #da0000 !important;
  font-size: 13px !important;
  font-weight: initial !important;
  margin: 1px 0 0;
}
.banner-left-landing li {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/bubble.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  list-style: outside none none;
  padding: 0 0 0 35px !important;
}
.banner-left-landing ul {
  padding: 0 !important;
}
.banner-right-landing .hs-form-field {
  margin-top: 17px;
  position: relative;
}
.banner-right-landing input[type="submit"] {
  border-radius: 0;
  margin: 15px 0 0;
  padding: 7px;
}
.banner-right-landing .hs-form-field label {
  color: white !important;
  display: block;
  font-size: 14px !important;
  font-weight: bold;
  line-height: initial !important;
  position: relative;
  top: auto !important;
  transition: all 0.2s ease 0s;
}
.banner-right-landing .hs_cos_wrapper.form-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.banner-left-landing .button a {
  background-color: #1093b1;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin: 4px 0 0;
  padding: 10px 30px;
}
.banner-right-landing select {
  background-color: white;
  color: gray;
}
.banner-right-landing form {
  position: relative;
  z-index: 1;
}
.banner-right-landing .form-columns-2 .field.hs-form-field {
  margin-bottom: 20px;
  margin-right: 7%;
  margin-top: 0;
  width: 46.5%;
}
.widget-span.widget-type-cell.six-block {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.banner-right-landing .form-columns-2 .field.hs-form-field:last-child {
  margin-right: 0;
}
.standard-feature-outer .main-title h2 {
  color: #1093b1;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}
.widget-span.widget-type-cell.block-standard-feature {
  margin-top: 20px;
  padding: 0 0 0 60px;
  position: relative;
}
.landing-page-new .testimonial-box {
 
  padding: 31px 36px 250px;
  
}
.landing-page-new .testimonial-content::before {
  
  font: 18px/1 FontAwesome;
  left: -27px;
 
}
.landing-page-new .testimonial-content {
  padding-top: 17px;
}
.landing-page-new .testimonial-content::after {
 
  font: 18px/1 FontAwesome;
   right: -27px;
  text-rendering: auto;
}
.landing-page-new .testimonialsmall-box {
  padding-top: 30px;
  
}
.logo-outer .widget-span.widget-type-cell.page-center {
  max-width: 990px;
}

.six-blocks-outer .widget-span.widget-type-cell.page-center {
  max-width: 990px;
}
.standard-feature-outer .widget-span.widget-type-cell.page-center {
  max-width: 990px;
}
.landing-page-new .testimonial-section {
 padding-top: 50px;
  padding-bottom: 75px;
 
}
.landing-page-new #FREE_DEMO form fieldset {
  max-width: initial;
}
.landing-page-new #FREE_DEMO form .field.hs-form-field {
  margin-right: 4%;
  width: 48%;
}
.landing-page-new #FREE_DEMO form .field.hs-form-field.hs-fieldtype-booleancheckbox {
    width: 100%;
}
.landing-page-new #FREE_DEMO form .field.hs-form-field:last-child {
  margin-right: 0;
}
.widget-span.widget-type-cell.block-standard-feature.first::before {
  background-image: url("https://f.hubspotusercontent20.net/hubfs/4389276/Attract2.png");
}
.widget-span.widget-type-cell.block-standard-feature.second::before {
  background-image: url("https://f.hubspotusercontent20.net/hubfs/4389276/Organize2.png");
}
.widget-span.widget-type-cell.block-standard-feature.third::before {
  background-image: url("https://f.hubspotusercontent20.net/hubfs/4389276/Engage2.png");
}
.widget-span.widget-type-cell.block-standard-feature.four::before {
  background-image: url("https://f.hubspotusercontent20.net/hubfs/4389276/Evaluate2.png");
}
.widget-span.widget-type-cell.rating-outer {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/EGYPT-C-PATTERN-red.png");
  background-size: 300px auto;
  padding: 70px 0;
  text-align: center;
}
.rating-right img {
  margin: 0 0 40px;
}
.widget-span.widget-type-cell.logo-outer {
  padding: 70px 0;
  text-align: center;
}
.logo-outer h2 {
  color: #1093b1;
}
.landing-page-new .footer-section {
  padding: 30px 0;
}
.logo-outer .widget-span.widget-type-custom_widget.image {
  border-radius: 8px;
  box-shadow: 0 0 3px #bbb;
  margin-top: 30px;
  padding: 20px 30px;
}
.rating-outer .widget-span.widget-type-cell.page-center {
  max-width: 990px;
}
.rating-left .hs-image-widget {
  float: left;
  max-width: 705px;
  width: 100% !important;
}
.widget-span.widget-type-cell.rating-outer::before {
  background: rgba(0, 0, 0, 0) radial-gradient(circle farthest-corner at center center , rgb(255, 80, 106) 1%, rgb(229, 25, 55) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.rating-outer .title h2 {
  color: white;
  margin: 0 0 50px;
}
.widget-span.widget-type-cell.rating-outer {
  background-image: url("https://cdn2.hubspot.net/hubfs/4389276/EGYPT-C-PATTERN-red.png");
  background-size: 300px auto;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.widget-span.widget-type-cell.block-standard-feature::before {
  background-size: 100% auto;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 3px #bbb;
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 45px;
}
.block-standard-feature .title h3 {
  color: #585858;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.block-standard-feature ul {
  margin-top: 5px !important;
  padding: 0 0 0 15px !important;
}
.block-standard-feature li {
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: black;
  margin: 0 0 4px;
}
.six-block .image img {
  background-color: #fafafa;
  border: 5px solid #ffffff !important;
  border-radius: 50%;
  box-shadow: 0 0 3px #bbb;
  padding: 8px;
  width: 80px !important;
}
.offer-content h2 {
  color: #1093b1;
}
.widget-span.widget-type-cell.standard-feature-outer {
  padding: 60px 0;
}
.widget-span.widget-type-cell.six-blocks-outer {
  background-color: #f8f9fa !important;
  padding: 70px 0;
}
.widget-span.widget-type-cell.six-block {
  background-color: white;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 30px;
  text-align: center;
}
.six-block .title h3 {
  color: #585858;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 30px 0 10px;
}
.offer-content p {
  color: black;
}
.six-block .text p {
  color: black;
  font-size: 15px;
}
.widget-span.widget-type-cell.banner-right-landing {
  margin-top: 127px;
  padding: 21px 60px 43px;
  position: relative;
}
.widget-span.widget-type-cell.banner-left-landing {
  padding: 0px 90px 0 0;
}
.banner-left-landing .text p {
  color: white;
  line-height: 28px;
  margin: 0 0 20px;
}
.landing-banner-outer .logo img {
  margin: 0 0 30px;
  max-width: 260px;
}
/* ************* Responsive Bootstrap Standard ************ */
.page-center {
    display: table;
    float: none !important;
    width: 100% !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .landing-page-new .section-form h3 {
 
  margin-bottom: 0;
  
}
  .landing-page-new #FREE_DEMO .hs-button.primary.large {
  margin-top: 40px;
}
  .landing-page-new .form-section {
  padding-bottom: 20px;
  padding-top: 60px;
}
.landing-page-new #FREE_DEMO form .field.hs-form-field {
  margin-right: 0;
  margin-top: 31px;
  width: 100%;
}
  .rating-left .hs-image-widget {

  margin: 0 0 20px;
 
}
  
  .widget-span.widget-type-cell.six-block {
  height: auto !important;
}
    .page-center {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }    
}
@media (min-width: 750px) {
    .page-center {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto !important;
      margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1200px;
  }
}

/*************** Globals ***************/
a {
    color: #1093b1;
    font-family: 'Raleway', sans-serif;
    line-height:22px;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: #1093b1; 
    text-decoration: none;
}
a::visited{
    color:#1093b1;
}
img {
    max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
    width: 100%;
}

.row-fluid [class*="span"]{
    min-height:0 !important;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size:18px ;
    font-weight: 400;
    line-height: 24px;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: ;
    padding: ;
    text-rendering: optimizelegibility;
}
span {
    font-family: 'Raleway', sans-serif;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
label {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
small {}
p.semi {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    /*font-weight: 700; */
    text-rendering: optimizelegibility;
    margin-bottom:20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
    font-size:56px ;
    line-height: 66px;
    color:#ffffff;
    font-weight: 400;
}
h2 {
    font-size: 28px;
    line-height: 33px;
    color:#21BAD1;
    font-weight:600;
}
h3 {
    font-size: 36px;
    line-height:42px;
    color:#fff;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    line-height:30px;
    color:#889fa7;
}
h5 {
    font-size:18px ;
    line-height:21px;
    color:#21BAD1;
}
h6 {
    font-size: 16px;
    line-height:24px;
    color:#21BAD1;    
}

/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 1rem 0;
    padding: 0;
}
.widget-type-rich_text ul li {
    padding-left: 0;
}
.widget-type-rich_text ul li:before {
    
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------- 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 {
    border-bottom: 1px solid #CDCDCD;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    line-height: 21px;
    color: #1093b1;
    font-weight: 400;
    border-radius:0;
}
.hs-input:focus{
    outline: 0;
    border-bottom: 2px solid #21BAD1;
}
select {
    -webkit-appearance: none;
    background: transparent;
}
.hs-form-field > label{
     
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;

    color: #1093b1;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 7px;
    display: block;
}
.hs-form-field > label.red{
    color:#1093b1;
}
.hs-form-field > label.sel{
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field > label.upM{
    color: #1093b1;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field {
    margin-top: 50px;
    position:relative;
}
input[type="checkbox"]{
    margin-right:10px;
}
textarea{
    height:130px !important;
    resize: vertical;
}
input[type="submit"]{
    width: 100%;
    -webkit-appearance: none;
    background-color: #1093b1;
    border: 0;
    background-color: e51937;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 100px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
input[type="submit"]:hover{
    background-color:#1093b1;
    color:#1093b1;  
    text-decoration: none;
}

.hs-form-field .input{
    display:table;
    width:100%;
}
.invalid.error{
    border-bottom: 1px solid #DA0000;
}
.hs-error-msgs{
    position:absolute;
}
.hs-error-msgs li label{
    font-size: 12px;
    line-height: 14px;
    color: #DA0000;
}
.hs-error-msgs li{
    list-style-type:none;
}
.hs-form-checkbox, .hs-form-radio{
    width:50%;
    float:left;
    list-style-type:none;
    margin-top:30px;
}
.hs-form-checkbox input, .hs-form-radio input{
    margin-right: 27px;
}
form .hs-richtext{
    text-align:center;
}
form{
    max-width: 570px;
    margin: auto !important;
    float: none !important;
}
form legend{
    color:#1093b1;
    font-size:18px;
    margin-bottom: 0;
}
/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs_cos_wrapper_type_rich_text ol{
    padding-left: 42px;
}

/*************** Structure ***************/
.btn{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
       
}
.btn:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.btn-solid{
    background-color: #21BBD2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.btn-solid:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
    color:#fff;  
    text-decoration: none;
}

/* Landing Page */
.header-logo-section{
    padding: 13px 0 16px;
    text-align:left;
}
.header-logo-section img{
    width:163px !important;
    height:auto;
}
.hero-banner{
    position:relative;
    z-index:2;
}
.banner-header-section {
    height: 523px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    text-align:center;
    position:relative;
    background-attachment: fixed;
}
.banner-button .banner-header-section a:last-child {
  border-color: black;
}
.banner-header-section a:last-child{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-header-section a:last-child:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.banner-header-section .page-center{
    display: table-cell;
    vertical-align: middle;
}
.banner-header-section p{
    font-size:26px;
    color:#fff;
    margin-bottom:40px;
}
.banner-header-section .fa{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    z-index:2;
    width: 16px;
    margin: 0 auto;
}
.banner-header-section .fa:hover{
    cursor: pointer;
}
.white-background{
    background-color:#fff;
}
.offer-image{
    text-align:right;
}
.offer-content{
    padding-top:90px; 
    padding-bottom:100px;
}
.offer-content a:last-child{
    background-color: #1093b1; /* For browsers that do not support gradients */
    border: 0;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top:50px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.offer-content a:last-child:hover{
    background-color:#1093b1;
    color:#fff;  
    text-decoration: none;
}
.offer-content img, .left-box, .right-box{
    opacity:0;
}
.offer-content h2{
 
}
.offer-content .btn-solid{
    margin-top:38px;
}
.social-share-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid #F1F1F1;
    padding-top: 14px;
    padding-bottom: 15px;
}
.social-share-icons img{
    max-width: 100% !important;
    width: auto;
    max-height: 100% !important;
    height: auto;
}
.social-share-icons p{
    font-weight: 700;
    color: #7E7EB9;
}
.social-share-icons .fa{
    color: #21BBD1;
     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.social-share-icons .fa:hover{
    color: #7E7EB9;
}
.social-share-icons a{
    margin-left: 45px;
    font-size: 25px;
    display:inline-block;
}
.social-share-icons a.fb-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-fb-hover.svg');
}
.social-share-icons a.linked-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-linkedin-hover.svg');
}
.social-share-icons a.twitter-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-twitter-hover.svg');
}
.social-share-icons a.google-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-googleplus-hover.svg');
}
.social-share-icons a.pinterest-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-pinterest-hover.svg');
}
.social-share-icons a.mail-icon img:hover{
    content:url('https://cdn2.hubspot.net/hubfs/522195/SphereOne/SVGLogoNew/icon-mail-hover.svg');
}
.testimonial-box{
    background-color: #fff;
    position: relative;
    padding-top: 81px;
    padding-left: 75px;
    padding-right: 75px;
    text-align:center;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.testimonial-box img{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testimonial-box p.client-name{
    font-size: 18px;
    color: #1093b1;
    font-weight: 700;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 6px;
}
.testimonial-box p.client-role{
    color: #1093b1;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}
.testimonial-header{
    position:relative;
    z-index:2;
}
.testimonial-content{    
    padding-top: 57px;
}
.testimonial-content, .testimonial-content p{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-style: italic;
    font-family: "Times New Roman", Serif;
    position:relative;
    margin:0;
    text-align:initial;
}
.testimonialsmall-box{
    max-width: 970px;
    margin: auto !important;
    float: none !important;
    padding-top: 90px;
    padding-bottom: 80px;
    position:relative;
    z-index:2;
    height: auto;
    overflow: hidden;
}
.testimonial-section{
    padding-bottom: 125px;
    padding-top: 70px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.testimonial-section h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-content:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1093b1;
    font-size: 28px;
    position: absolute;
    left: -50px;
    margin-top: -8px;
}
.testimonial-content:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1093b1;
    font-size: 28px;
    position: absolute;
    right: -45px;
    bottom: 10px;
}
.gradient-overlay{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: -o-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: -moz-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    background: linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
}
.form-section{
    padding-top:80px;
    padding-bottom:120px;
}
.section-form h3{
    color: #21BAD1;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:35px;
}
.footer-section {
    background-color: #ffffff;
}
.footer-section p{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.footer-section p a{
    color: #000000;
    text-decoration:none;
}
.footer-section p a:hover{
    color: #000000;
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

/* ==== THANK YOU ==== */
.header-section{
    padding:17px 0;
}
.header-section img{
    width: 163px !important;
    height: auto;
}
.header-menu{
    text-align:right;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width: 100%;
    white-space: normal;
    font-size: 16px;
    line-height: 19px;
    color: #8B8B8B;
    font-weight: 400;
    padding: 12px 0 20px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
    color: #7E7EB9;
    border-bottom: 4px solid #21BBD2;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    height:40px;
    padding: 0 10px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child:hover a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1));
}
.blue-overlay{
    position: absolute;
    background-color: #21BBD2;
    background: -webkit-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -o-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -moz-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.parallax-banner{
    height: 522px;
    display: table;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.display-middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 500px;
}
.display-middle .banner-content{
    max-width: 900px;
    width: 100%;
    margin: auto !important;
    float: none;
    position:relative;
    z-index:2;
}
.parallax-banner .banner-content h1 {
    text-transform: capitalize;
}
.banner-content p{
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.blogpost-section {
    padding-top: 80px;
    padding-bottom:160px;
}
.blogpost-header{
    text-align:center;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 90px;
    padding-bottom: 35px;
}
.blogpost-header h2{
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 33px;
}
.blogpost-box{
    background-color:#F1F1F1;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.blogpost-box img{
    width:100%;
    object-fit:cover;
}
.blog-smallbox{
    padding:48px 40px 60px;
}
.blog-smallbox h5{
    margin-bottom:15px;
}
.blog-smallbox p{
    font-size: 14px;
    line-height: 16px;
    margin:0;
}
.blog-smallbox p > span{
    color: #7E7EB9;
    font-weight:700;
}
.blog-content{
    padding-top:35px;
}
.blog-content p{
    line-height:24px;
}
.blog-smallbox .btn-solid{
    margin-top:40px;
}
.blog-container{
    overflow:hidden;
}

/*** Blog List ***/

.blog-section-wrapper{
    padding-top: 100px;
    padding-bottom:50px;
}
.blog-section-wrapper .post-item{
    padding-bottom: 30px;
}
.post-item .post-body{
    padding: 42px 30px 50px;
    background: #f1f1f1;
}
.blog-section .banner-content h1,
.blog-section .banner-content h2 {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 400;
}
.post-body{
    color: #8B8B8B;
    font-family: 'Raleway', sans-serif;
    font-size:18px ;
}
.author-date-published{
    padding: 5px 0;
    font-size: 16px;
}
.content-body{
    line-height: 24px;
    font-size: 14px;
    margin-top: 21px;
}
.post-body p{
    font-size: 14px;
    margin-top:0;
}
.post-body h4{
    font-weight: 600;
    font-size: 21px;
    margin-bottom:12px;
    line-height: 21px;
}
.post-body h4 a{
    color: #21BAD1;
    font-size: 18px;
}
.post-body a.author-link, .post-body p.author-date-published span{
    color: #7D80BA;
    font-weight: 600;
}
.post-body a.blog-read-more{
    margin-top: 40px;
}
.banner-section .banner-content p{
    width: 70%;
    margin: 0 auto;
}
.featured-image-wrapper .hs-featured-image{
    float: none;
    margin: 0;
    max-width: 100%;
    height: 178px;
    width: 100%;
    object-fit: cover;
}
.blog-email-subs-wrapper{
    border: 1px solid #e3e3e3;
    padding: 33px 30px 55px;
}
.blog-email-subs h3{
    display: none;
}
.blog-email-subs-wrapper h3{
    color: #21BAD1;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
}
.blog-email-subs-wrapper p{
    line-height:21px;
}
.blog-email-subs .hs-form-field{
    margin-top: 35px;
}
.blog-email-subs input[type="submit"]{
    margin-top: 60px;
}
.blog-email-subs{
    margin-top:10px;
}
.blog-topics{
    margin-top: 85px;
}
.blog-topics .widget-module li.sel a{
    text-decoration: underline;
    color: #21bad1;
}
.blog-topics h3{
    color: #21BAD1;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
    margin-bottom:30px;
}
.blog-topics ul li{
    list-style: none;
}
.blog-topics ul li a{
    font-size: 18px;
    line-height: 32px;
}
.blog-topics ul li a:hover{
    text-decoration: underline;
    color: #21BAD1;
}
.blog-topics ul li span{
    display:none;
}
.blog-cta{
    margin-top: 90px;
}
.custom-pagination{
    border: 1px solid #e8e8e8;
    padding: 20px;
    position: relative;
}
.custom-pagination .i-prev{
    position: absolute;
    left: 40px;
    margin-top: -13px;
    top: 50%;
}
.custom-pagination .i-next{
    position: absolute;
    right: 40px;
    margin-top: -13px;
    top: 50%;
}
.i-prev i, .i-next i{
    font-size: 23px;
}
.pagination-wrapper{
    margin: 0 auto;
    display: table;
}
.pagination-wrapper .prev{
    position: absolute;
    left: 55px;
    padding: 0 15px!important;
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .next{
    position: absolute;
    right: 55px;
    padding: 0 15px!important;    
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .pagination a {
    float: left;
    padding: 0 20px;
}
.pagination a{
    font-size: 18px;
}
.pagination a i{
    font-size: 30px;
}
.pagination-wrapper .selected{
    padding: 0 9px 0 9px;
}
.pagination-wrapper a.active{
    color: #7d80ba;
    border-bottom:  4px solid #21bbd1;
    padding: 0 20px 14px 20px;
}
.pageNo.pagination {
    display: table;
    position: relative;
    top: 9px;
}
.pageN {
    float: left;
    position: relative;
    top: 5px;
}
.thank-u-message{
    padding: 80px 10px 50px 10px;
    text-align: center;
}
.thank-u-message h2{
    font-size: 36px;
    line-height: 42px;
}

/* === BLOG DETAILS === */
.post-header img{
    margin-bottom:50px;
}
.blog-details .post-header h1 {
    font-size: 28px;
    line-height: 33px;
    color: #21BAD1;
    font-weight: 600;
}

/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
                    Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (min-width: 1366px) {
    
}
@media only screen and (min-width: 1900px) {
   
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-header-section {
    background-attachment: inherit;
  }
	/* end of tablet (portrait and landscape) */
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
	.offer-image{
        text-align:center;
    }
    .offer-content img{
        margin-bottom:50px;
    }
    .social-share-icons {
        display: table;
        margin: 0 auto;
    }
    .social-share-icons p{
        text-align: center;
    }
    .testimonial-box{
        margin-bottom:100px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom:50px;
    }
    .social-share-icons a {
        margin-left: 20px;
    }
    .social-share-icons a:first-child {
        margin-left: 0;
    }
    .testimonial-section{
        padding-bottom:0;
    }
    .hs-form-checkbox, .hs-form-radio {
        width: 100%;
    }
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .testimonial-content:before {
        left: -35px;
    }
    .testimonial-content:after {
        right: -35px;
    }
    .offer-content img, .left-box, .right-box{
        opacity: 1;
    }
    
    /*** Blog ***/
    .display-middle{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .display-middle .banner-content{
        width: 100%;
    }
    .blog-section-wrapper .post-item{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .custom-pagination{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .thank-u-message h2{
        font-size: 24px;
        line-height: 34px;
    }
    .custom-pagination .i-prev{
        left: 10px;
    }
    .custom-pagination .i-next{
        right: 10px;
    }
    .pageN {
        display: none;
    }
    .pagination .prev-link,
    .pagination .next-link {
        padding: 0 !important;
    }
    .pagination-wrapper .prev{
        left: 16px;
    }
    .pagination-wrapper .next{
        right: 16px;
    }
    .thank-u-message{
        padding: 40px 10px 15px 10px;
    }
    .banner-content a:nth-last-child(2){
        width: 100%;
        margin-right: 0;
    }
    .banner-content a:last-child{
        width: 100%;   
        margin-top:20px;
    }
    .blog-smallbox {
        padding: 48px 15px 60px;
    }
    .blogpost-box{
        margin-bottom: 50px;
        padding-bottom: 0;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        text-align:center;
        padding: 15px 0px;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        padding:0 35px;
        height:auto;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
        width:100% !important;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
        border-bottom:0;
    }
    .banner-section .banner-content p {
        width: 100%;
    }
    .blog-section .parallax-banner {
        height: 100%;
    }
    #comment-form form input[type="submit"]{
        width:100% !important;
    }
    #comments-listing .comment:before{
        left: -87px !important;
    }
    #comments-listing .comment{
        margin-left: 80px !important;
        padding: 20px 10px !important;
    }
    #comments-listing .depth-1 {
        margin-left: 95px !important;
    }
    .comment .comment-date {
        position: initial !important;
    }
    .parallax-banner {
        background-attachment: inherit;
    }
    .offer-content{
        text-align: center;
    }
    .blog-section .banner-content h1,
    .blog-section .banner-content h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .banner-header-section {
      background-attachment: inherit;
    }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
	
}