@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600,700|Poppins:400,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;}



/* vietnamese */
@font-face {
  font-family: 'PlutoSansRegular';
  font-style: normal;
  src: url(https://cdn2.hubspot.net/hubfs/4887358/fonts/PlutoSansRegular.otf);
}

@font-face {
  font-family: 'PlutoSansBold';
  font-style: normal;
  src: url(https://cdn2.hubspot.net/hubfs/4887358/fonts/PlutoSansBold.otf);
}
/* ==========================================================================
   Variables                                               
   ========================================================================== */

/* Colors */

   






/* Typography */




.hs_cos_wrapper_type_text {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}
/* Containers */
/* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */
   
/* Transition */
 

/* Box Shadow */


/* Background Size */


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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
    background: #fff;
    color: #4A4A4A;
    font-family: 'Josefin Sans', sans-serif;;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  max-width: 1000px;
  float: none !important;
}

h1{
    font-family: PlutoSansBold;
    font-size: 50px !important;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

h2{
    font-family: PlutoSansBold;
    font-size: 1.75rem;
    color: #4A4A4A;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
h3,h4,h5,h6{
    font-family: PlutoSansBold;
}

p{
    font-family: PlutoSansRegular;
}
img{
	object-fit: cover !important;
}

/* ==========================================================================
   Hero                                                    
   ========================================================================== */

.header_main_menu {
    position: absolute;
    right: 0;
    top: 21px;
}
.header_main_menu ul {
    float: right;
}
.header_main_menu ul li a {
    color: #fff;
    transition: all .2s ease 0s;
}
.header_main_menu ul li a:hover {
    color: #ff3836;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
		padding: 10px 14px !important;
}


.af-product-testimonials{
	    background: #f3e8ff;
     padding: 60px 0px;
}
.af-product-slider{
     padding: 80px 0px;
}
.af-product-slider h2 {
    padding-bottom: 40px;
}
.af-product-slider ul.slick-dots {
    margin: 0px;
}
.af-product-slider .slick-list {
    height: 400px;
    overflow: hidden;
}
.af-product-slider .slick-list .slick-slide .slick-slide-inner-wrapper img {
    object-fit: cover !important;
    height: -webkit-fill-available !important;
    width: auto !important;
}
div[data="border_bottom"] .span8:nth-child(odd) .cell-wrapper {
    padding-left: 0px;
}



.footer-container-wrapper ul#media_link {
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
}
.footer-container-wrapper ul#media_link li a:hover i.fa, .footer-container-wrapper div#media_and_copyright .copyright a:hover {
    color: #ff3836;
}
.footer-container-wrapper div#media_and_copyright .copyright a {
    color: #fff;
  text-decoration: none;
  transition: all .2s ease 0s;
}
.footer-container-wrapper ul#media_link li {
    display: inline;
    padding: 0px 2px;
}
.footer-container-wrapper div#media_and_copyright {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  	font-size: 14px;
}
.footer-container-wrapper ul#media_link li i.fa {
    color: #fff;
    transition: all .2s ease 0s;
}



   .af-product-hero{
       min-height: 700px !important;
       max-height: 750px;
       height: 100vh;
       background: #2b006c;
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	   display: -ms-flexbox;      /* TWEENER - IE 10 */
	   display: -webkit-flex;     /* NEW - Chrome */
	   display: flex !important;
	   align-items: center;
	   justify-content: center;
   }
   
   .af-product-hero .container{
       position: relative;   
   }
   
   .af-product-hero .hero-content{
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	   display: -ms-flexbox;      /* TWEENER - IE 10 */
	   display: -webkit-flex;     /* NEW - Chrome */
	   display: flex !important;
	   align-items: center;
	   justify-content: space-between;
	   flex-direction: row;
   }
   
   .af-product-hero .hero-logo{
       position: absolute;
       top: -15px;
       left: 30px;
   }
   .af-product-hero .hero-logo img {
    margin-top: 30px;
}
   .af-product-hero .hero-content .hero-image{
       max-width: 900px;
   }
   
   .af-product-hero .hero-content .hero-title h1{
       margin: 0 0 10px 0;
       line-height: 3.75rem;
     font-size: 50px !important;
   }
   
   .af-product-hero .hero-content .hero-subtitle{
       font-family: 'Poppins', sans-serif;;
       color: #fff;
       line-height: 1.85rem;
       font-weight: bold;
   }
   
   .af-product-hero .hero-content .hero-button{
       margin-top: calc(2*30px);
   }
   
   .af-product-hero .hero-content .hero-button .btn-navigate.btn-product{
       text-decoration: none;
       text-transform: uppercase;
       background-color: #ff3836;
       color: #fff;
       padding: 18px 35px;
       border-radius: 4px;
       font-weight: bold;
       box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
       margin: 20px 0 0;
   }
   
/* ==========================================================================
   Value Propositions                                                    
   ========================================================================== */
   
   .af-product-values{
       padding: 45px 0 30px;
   }
   
   .af-product-values h2{
       margin-bottom: calc(30px/2);
   }
   
   .af-product-values .props-row{
       margin-bottom: 30px;
   }
   
   .af-product-values .product-value-prop{
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	   display: -ms-flexbox;      /* TWEENER - IE 10 */
	   display: -webkit-flex;     /* NEW - Chrome */
	   display: flex !important;
	   align-items: center;
	   justify-content: flex-start;
	   flex-direction: row;
   }
   
   .af-product-values .product-value-prop.prop-left{
       padding-right: calc(30px/2);;
   }
   
   .af-product-values .product-value-prop.prop-right{
       padding-left: calc(30px/2);;
   }
   
   .af-product-values .product-value-prop .prop-image{
       margin-right: 20px;
   }
   
   .af-product-values .product-value-prop .prop-content .prop-title{
       color: #EB3349;
       font-size: 1.5rem;
       font-weight: 600;
   }
   
   .af-product-values .product-value-prop .prop-content .prop-description{
       font-family: 'Poppins', sans-serif;;
       font-size: 1rem;
   }
   
/* ==========================================================================
   Product Demo                                                 
   ========================================================================== */
   
   .af-product-demo{
       padding: 45px 0;
       background-color: #f3e8ff;
       text-align: center;
   }
   
   .af-product-demo .demo-subtitle{
       font-family: 'Poppins', sans-serif;;
       font-size: 1rem;
       margin-bottom: calc(1.5*30px)
   }
   
/* ==========================================================================
   How it Works                                               
   ========================================================================== */
   
   .af-product-hiw{
       background-color: #fff;
       color: #333;
       padding: 45px;
   }
   
   .af-product-hiw h2{
       color: #333;
   }
   
   .af-product-hiw .product-step{
       text-align: center;
   }
.af-product-hiw .hero-title{
		margin:0px !important;
}
.af-product-hiw h4{
  margin: 0px !important;
  text-align: center;
  margin-bottom: 20px !important;
}
   .af-product-hiw .product-step h3{
       color: #333;
       margin-bottom: 5px;
       font-size: 1.5rem;
   }
   
   .af-product-hiw .product-step .step-text{
       font-family: 'Poppins', sans-serif;;
       font-size: 1rem;
   }
   
/* ==========================================================================
   Numbers
   ========================================================================== */
   
   .af-product-numbers{
       background-color: #F5F5F5;
       padding: 45px;
       text-align: center;
   }
   
   .af-product-numbers h2{
       margin-bottom: 40px;
   }
   
   .af-product-numbers .number-container .number-title{
       font-size: 4.75rem;
       color: #EB3349;
       font-weight: bold;
       margin-bottom: -20px;
   }
   
   .af-product-numbers .number-container .number-description{
       font-family: 'Poppins', sans-serif;;
       font-size: 1.125rem;
   }
   
   .af-product-numbers .numbers-button{
       margin: 75px 0 15px;
   }
   
   .af-product-numbers .numbers-button .btn-navigate.btn-product{
       text-decoration: none;
       text-transform: uppercase;
       background-color: #5f3d99;
       color: #fff;
       padding: 20px 35px;
       border-radius: 4px;
       font-weight: bold;
       box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
   }
   
/* ==========================================================================
   Testimonials
   ========================================================================== */
   
   .af-product-testimonials{
       padding: 45px;
       text-align: center;
   }
   
   .af-product-testimonials h2{
       margin-bottom: 40px;
   }
   
   .af-product-testimonials .product-testimonial .testimonial-image{
       padding-right: 15px;
   }
   
   .af-product-testimonials img.hs-image-widget {
    width: 330px !important;
    max-width: 120px !important;
    min-width: inherit !important;
}
.af-product-testimonials .product-testimonial {
    display: block !important;
}
.af-product-testimonials .product-testimonial .widget-type-text {
    margin: 0px 0px !important;
    text-align: center;
    padding-top: 15px;
}


   .af-product-testimonials .product-testimonial .testimonial-content{
       text-align: center;
   }
   
   .af-product-testimonials .product-testimonial .testimonial-content .testimonial-quote{
       font-family: 'Poppins', sans-serif;;
       margin-bottom: 15px;
   }
   
   .af-product-testimonials .product-testimonial .testimonial-content .testimonial-title{
       font-family: 'Poppins', sans-serif;;
       color: #EB3349;
       font-weight: bold;
       margin-bottom: 5px;
   }
   
/* ==========================================================================
   Form
   ========================================================================== */
   
   .af-product-form{
       padding: 45px 0;
       text-align: center;
       color: #fff;
       background: linear-gradient(90deg, rgba(63, 3, 127, 1) 0%, rgba(207, 84, 241, 1) 100%);
   }
   div#lead-form .form-container form input::placeholder {
    color: #d4d4d4 !important;
}
div#lead-form .form-container form input {
    border: 0px !important;
    margin-bottom: 28px;
    background: #fff;
    color: #000 !important;
}
div#lead-form .form-container form input[type="submit"]{
  background-color: #ff3836 !important;
    color: #fff !important;
}
   .af-product-form h2{
       margin-bottom: 20px;
       color: #fff;
   }
   
   .af-product-form .form-container .hs-form {
       max-width: 500px;
       margin: 0 auto;
   }
   
   .af-product-form .form-container .hs-form .hs-form-field{
       text-align: left;
   }
   
   .af-product-form .form-container .hs-form .hs-form-field > label {
       color: #fff;
       font-weight: bold;
       font-size: 1.25rem;
   }
   
   .af-product-form .form-container .hs-form input[type="password"], 
   .af-product-form .form-container .hs-form input[type="text"],
   .af-product-form .form-container .hs-form input[type="datetime"], 
   .af-product-form .form-container .hs-form input[type="datetime-local"], 
   .af-product-form .form-container .hs-form input[type="date"], 
   .af-product-form .form-container .hs-form input[type="month"], 
   .af-product-form .form-container .hs-form input[type="time"], 
   .af-product-form .form-container .hs-form input[type="week"], 
   .af-product-form .form-container .hs-form input[type="number"], 
   .af-product-form .form-container .hs-form input[type="email"], 
   .af-product-form .form-container .hs-form input[type="url"], 
   .af-product-form .form-container .hs-form input[type="search"], 
   .af-product-form .form-container .hs-form input[type="tel"], 
   .af-product-form .form-container .hs-form input[type="color"],
   .af-product-form .form-container .hs-form input[type="file"],
   .af-product-form .form-container .hs-form textarea{
        background-color: rgba(255, 255, 255, 0.2);
        border: 3px solid #fff;
        border-radius: 4px;
        color: #fff;
        font-family: 'Poppins', sans-serif;;
        font-weight: bold;
        font-size: 1rem;
        outline: none !important;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .af-product-form .form-container .hs-form .hs-error-msgs{
        list-style: none;
        color: ;
        font-size: .825rem;
        margin: -15px 0 0 0;
        padding: 0;
        text-align: left;
    }

    .af-product-form .form-container .hs_submit{
        text-align: center;
    }
    
    .af-product-form .form-container .hs-button.primary,
    .af-product-form .form-container input[type="submit"],
    .af-product-form .form-container input[type="button"] {
        text-decoration: none;
        text-transform: uppercase;
        background-color: #F4D013;
        color: #EB3349;
        padding: 20px 35px;
        border-radius: 4px;
        font-weight: bold;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
        cursor: pointer;    
        outline: none !impotrant;
        border: none;
        font-family: 'Josefin Sans', sans-serif;;
        font-size: 1.125rem;
        width: 100%;
        margin-top: 20px;
    }
    
/* ==========================================================================
   Companies
   ========================================================================== */
   
   .af-product-companies{
       text-align: center;
       padding: 30px 0;
   }
   
   .af-product-companies h3{
       color: #777;
       font-size: 1.25rem;
       margin: 0 0 10px;
   }
   
   .af-product-companies .company-list > span{
       display: -webkit-box;
       display: -moz-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: space-between;
   }
   
/* ==========================================================================
   Footer                                                  
   ========================================================================== */
   
.af-product-hero.miniheight {
    min-height: initial !important;
    max-height: initial !important;
    height: auto;
    padding: 0px 0px 28px 0px;
}

.af-product-hero.miniheight .hero-logo {
    position: inherit;
    float: left;
}
.af-product-hero.miniheight .row-fluid-wrapper {
    width: 100%;
}
div[data="border_bottom"] {
    padding: 0px 0px 40px 0px;
    position: relative;
    margin-bottom: 40px;
}
div[data="border_bottom"] .span8 .cell-wrapper {
    padding-left: 20px;
}
div[data="border_bottom"] .span8 .cell-wrapper h4 {
    margin: 0;
    font-size: 29px;
    margin-bottom: 14px;
}
div[data="border_bottom"] .span8 .cell-wrapper ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.span5.widget-span.sidbar {
    padding-left: 4%;
}
/* div[data="border_bottom"]:after {
    content: "";
    height: 1px;
    width: 40%;
    display: block;
    background: #5d00ae;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
} */
.h2_title span {
    padding-bottom: 50px;
    padding-top: 20px;
    font-size: 50px !important;
    line-height: 1.3 !important;
    font-family: 'PlutoSansBold', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center !important;
}


.h2_title {
    text-align: center;
  padding: 64px 0px 80px 0px;
}

   .af-product-footer{
       background: #2b006c;
       padding: 15px 0;
       color: #fff;
   }
  
   .af-product-footer img{
       height: auto;
   }
   
   .af-product-footer .text-container{
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	   display: -ms-flexbox;      /* TWEENER - IE 10 */
	   display: -webkit-flex;     /* NEW - Chrome */
	   display: flex !important;
	   flex-direction: row;
	   align-items: center;
	   justify-content: flex-end;
	   height: 40px;
   }
   
/* ==========================================================================
   MOBILE MEDIA QUERIES                              
   ========================================================================== */
   
    @media (max-width: 768px) {
        .af-product-hero .container{
           position: initial;   
       }
       
       .af-product-hero .hero-logo{
           top: 30px;
       }    
    
        .af-product-numbers .number-container{
            padding: 0 10px;
        }
        
       .af-product-numbers .number-container .number-title{
           font-size: 3.5rem;
       }
       
       .af-product-numbers .number-container .number-description{
           font-size: 1rem;
       }
       
       .af-product-testimonials .product-testimonial{
    	   flex-direction: column;
    	   align-items: flex-start;
       }
       
       .af-product-testimonials .product-testimonial .testimonial-image{
           padding: 0 0 20px 0;
       }
       
       .af-product-companies .company-list > span{
           flex-wrap: wrap;
           justify-content: space-around;
       }
       
       .af-product-companies .company-list img{
           margin-top: 15px;
       }
   }
   
   @media (min-width: 480px) and (max-width: 640px) {
       
       .af-product-hero{
           max-height: none;
           min-height: 0 !important;
           padding-bottom: 50px;
           height: 100%;
       }
       
       .af-product-hero .hero-logo{
           position: relative;
           padding: 30px 0;
           top: 0;
           left: 0;
       }
       
       .af-product-hero .hero-content{
           flex-direction: column;
       }
       
       .af-product-hero .hero-content .hero-image{
           display: none;
       }
       
       .af-product-values {
           padding-bottom: 0;
       }
       
       .af-product-values .props-row{
           margin-bottom: 0;
       }
       .af-product-values .product-value-prop{
           margin-bottom: 40px;
       }
   
       .af-product-values .product-value-prop.prop-left{
           padding-right: 0;
       }
   
       .af-product-values .product-value-prop.prop-right{
           padding-left: 0;
       }
       
       .af-product-hiw{
           padding-bottom: 0;
       }
   
       .af-product-hiw .product-step h3{
           margin: 5px 0 0;
       }
   
       .af-product-hiw .product-step .step-text{
           margin-bottom: 2.5rem
       }
       
       .af-product-numbers .number-container .number-description{
           margin-bottom: 20px;
       }
       
       .af-product-numbers .number-container .number-title{
           font-size: 4.5rem;
       }
       
       .af-product-numbers .numbers-button{
           margin-top: 40px;
       }
       
       .af-product-testimonials{
           padding-bottom: 0;
       }
       
       .af-product-testimonials .product-testimonial{
           margin-bottom: 40px;
       }
       
       .af-product-footer{
           padding-top: 25px;
       }
       
       .af-product-footer .footer-row{
           text-align: center;
       }
       
       .af-product-footer .text-container{
           justify-content: center;
           flex-direction: column;
           margin-top: 20px;
       }
   }
   
   @media (max-width: 479px) {
       
       .container {
           max-width: 1000px;
           padding: calc(30px/2);
       }
       
       .af-product-hero{
           max-height: none;
           min-height: 0 !important;
           padding-bottom: 50px;
           height: 100%;
       }
       
       .af-product-hero .hero-logo{
           position: relative;
           padding: 30px 0;
           top: 0;
           left: 0;
       }
       
       .af-product-hero .hero-content{
           flex-direction: column;
       }
       
       .af-product-hero .hero-content .hero-image{
           display: none;
       }
       
       .af-product-hero .hero-content .hero-title h1{
           font-size: 2rem;
           line-height: 2.5rem;
       }
       
       .af-product-values {
           padding-bottom: 0;
       }
       
       .af-product-values .props-row{
           margin-bottom: 0;
       }
       .af-product-values .product-value-prop{
           margin-top: 30px;
           margin-bottom: 0;
           flex-direction: column;
           text-align: center;
       }
   
       .af-product-values .product-value-prop.prop-left{
           padding-right: 0;
       }
   
       .af-product-values .product-value-prop.prop-right{
           padding-left: 0;
       }
       
       .af-product-values .product-value-prop .prop-image{
           margin: 0 0 10px 0;
       }
       
       .af-product-hiw{
           padding-bottom: 0;
       }
   
       .af-product-hiw .product-step h3{
           margin: 5px 0 0;
       }
   
       .af-product-hiw .product-step .step-text{
           margin-bottom: 2.5rem
       }
       
       .af-product-numbers .number-container .number-description{
           margin-bottom: 20px;
       }
       
       .af-product-numbers .number-container .number-title{
           font-size: 2.5rem;
           margin-bottom: 5px;
       }
       
       .af-product-numbers .numbers-button{
           margin-top: 40px;
       }
       
        .af-product-testimonials{
           padding-bottom: 0;
       }
       
       .af-product-testimonials .product-testimonial{
           margin-bottom: 40px;
       }
       
       .af-product-form .form-container .hs-form {
           max-width: none;
       }
       
       .af-product-companies .company-list img{
           margin-top: 25px;
       }
       
       .af-product-footer{
           padding-top: 25px;
       }
       
       .af-product-footer .footer-row{
           text-align: center;
       }
       
       .af-product-footer .text-container{
           justify-content: center;
           flex-direction: column;
           margin-top: 20px;
       }
   }











.section_2 {
    width: 87% !important;
    float: right !important;
}
.section_2 .span7.image {
    background: url(https://cdn2.hubspot.net/hubfs/4887358/6E1E690D-3751-4B07-A39B-A92968EA1B51.jpg);
    background-size: cover;
    background-position: center center;
  height: 400px;
}
.section_2 .row-number-3 .row-fluid {
    display: flex;
}
.af-product-demo {
    background: #fff;
    padding: 80px 0px;
}
.section_2 h1 {
    margin-top: 0;
    line-height: 56px;
}
.section_2 .row-fluid-wrapper.row-depth-1.row-number-4, .section_2 .row-fluid-wrapper.row-depth-1.row-number-5 {
    padding-right: 25px;
}
.section_2 .span5.widget-span.widget-type-cell {
    padding: 60px 0px;
}
.section_2 .span5.widget-span.widget-type-cell .span12.widget-span.widget-type-text.demo-subtitle {
    margin: 0;
}
div#landingpageheader {
    background: #3e0075;
    color: #fff;
    padding: 25px 0px;
}
div#landingpageheader .span12.widget-span.widget-type-cell.container {
    padding: 0;
}
div#landingpageheader .span12.widget-span.widget-type-cell.container .span9.widget-span.widget-type-custom_widget {
    text-align: right;
}
div#landingpageheader .span12.widget-span.widget-type-cell.container .span9.widget-span.widget-type-custom_widget li a {
    color: #fff;
}
div#header_bottom_section {
    background: #3e0075;
    padding: 120px 0px 160px 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.container {
    padding: 0 !important;
}
div#header_bottom_section h1 {
    line-height: 54px;
    margin-top: 0;
    color: #2ad8d6;
    margin-bottom: 20px;
}
div#header_bottom_section p {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 50px;
}
div#header_bottom_section a.button_hallow {
    background: #fff;
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 7px;
    font-family: PlutoSansBold;
    text-decoration: none;
    color: #3e0075;
    text-align: center;
}
div#header_bottom_section a.button_hallow_2 {
    background: #3dd1cf;
    padding: 12px 28px;
    height: 60px;
    line-height: 60px;
    border-radius: 7px;
    font-family: PlutoSansBold;
    text-decoration: none;
    color: #3e0075;
}
div#header_bottom_section:before {
    content: "";
    position: absolute;
    background: url(https://cdn2.hubspot.net/hubfs/4887358/header-shape.png?t=1540529166271) no-repeat;
    width: 100%;
    height: 100%;
    right: -42%;
    bottom: -40%;
}
div#header_bottom_section a.button_hallow:hover {
    background: #6f33a5;
    color: #fff;
}
div#header_bottom_section a.button_hallow_2:hover {
    background: #6f33a5;
    color: #fff;
}
div#section_4 .span3.widget-span.widget-type-cell div#blog_style .section_item .top, div#section_4 .section_item .top {
    position: relative;
  	margin-bottom: 56px;
}
div#section_4 div#section4_2 .span6 div#blog_style .top{
    position: relative;
  	margin-bottom: 55px;
}
div#section_4 .span3.widget-span.widget-type-cell div#blog_style .section_item .top:before, div#section_4 div#section4_2 .span6 div#blog_style .top:before, div#section_4 .section_item .top:before {
    content: "“";
    position: absolute;
    bottom: -28px;
    height: 56px;
    width: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 55px;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-family: PlutoSansBold;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #3dd1cf;
    -webkit-box-shadow: 0 8px 13px rgba(61,209,207,.46);
    -moz-box-shadow: 0 8px 13px rgba(61,209,207,.46);
    box-shadow: 0 8px 13px rgba(61,209,207,.46);
}
div#section_4 div#section4_1 {
    padding-bottom: 50px;
}
div#section_4 .span3.widget-span.widget-type-cell div#blog_style .section_item .bottom p {
    font-size: 14px !important;
}
div#section_4 .span3.widget-span.widget-type-cell div#blog_style .section_item .bottom h3, div#section_4 .span3.widget-span.widget-type-cell div#blog_style .section_item .bottom p, div#section_4 div#section4_2 h3, div#section_4 div#section4_2 p {
    color: #3e0075;
}
div#section_4 div#section4_2 .span6 div#blog_style .top img {
    width: 100%;
    height: 400px;
}
div#section_4 div#section4_2 .span6 div#blog_style .bottom, div#section_4 .section_item .bottom{
    padding: 0px 12%;
}
div#section_4 div#section4_2 .span6 div#blog_style .bottom p, div#section_4 .section_item .bottom p {
    font-size: 14px;
}
div#section_4 div#section4_2 {
    padding-bottom: 60px;
  	overflow: hidden;
}
div#section_5 {
    background: #3e0075;
    padding: 120px 0px;
    color: #fff;
}

div#section_5 .section_text {
    position: relative;
}
div#section_5 .span12.widget-span.widget-type-cell.container .row-fluid {
    display: flex;
}

div#section_5 .section_text .row-fluid-wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding-right: 40px;
}
div#section_5 .span7 div#leftimagerighttext {
    margin-bottom: 50px;
}
div#section_5 .span7 div#leftimagerighttext .section_item .left {
    width: 34%;
    float: left;
}
div#section_5 .span12.widget-span.widget-type-cell.container h1 {
    margin-top: 0;
    line-height: 50px;
  	color: #14e0de;
}

div#section_5 .span12.widget-span.widget-type-cell.container p {
    margin-bottom: 0;
    font-size: 14px;
}

div#section_5 .span7 div#leftimagerighttext .section_item .right {
    width: 66%;
    float: left;
}

div#section_5 .span7 div#leftimagerighttext .section_item .right h3 {
    margin: 0;
}
div#section_4 div#section4_2 .slick-list .slick-slide .slick-track, div#section_4 div#section4_2 .slick-list .slick-slide .slick-track .slick-slide {
    width: 100% !important;
    text-align: center;
}
div#section_4 div#section4_2 .slick-list .slick-slide img {
    width: 100%;
    min-width: 400px !important;
    height: 400px !important;
    max-height: 400px !important;
  	object-position: center !important;
}





