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

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




/************************************************************* Common Style ***********************************************************/
body{ 
    background:#f8f8f8;
    font-family:Nunito; 
    font-size:18px; 
    color:#333333;
}
a{ color:#333333; }
.body-container-wrapper{ padding:0; }
h1{ font-size:48px; line-height:60px; }
h2{ font-size:36px; font-weight:700; line-height:normal; }
h3{ font-size:24px; line-height:normal; }
h4{ font-size:20px; line-height:normal; }
h5{ font-size:18px; line-height:normal; }
h6{ font-size:18px; line-height:normal; color:#fc6805; text-transform: uppercase; }
p { margin: 15px 0 30px 0; }
.padding-100{ padding:100px 0; }
.padding-bottom-70{ padding:0 0 70px 0; }
.padding-bottom-100{ padding:0 0 100px 0; }
.button.large {
    text-transform: uppercase;
    font-weight: 700;
    padding: 23px 30px;
    border-radius: 5px;
    display: inline-block;
}
.button.medium {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    font-size:18px;
}
.button.small {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
}
.button.orange{ 
    background:#fc6805; 
    color:#fff; 
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.button.orange:hover#fc6805;
.grey-bg{ 
    background: #eeeeee;
}
.white-bg{ background: #fff; }
::-moz-selection{
    color: #fff;
    background: #fc6805;
}
::selection {
    color: #fff;
    background: #fc6805;
}
/*ul{ padding:0 !important; margin:0; }*/
/*ul li{ line-height:42px; }*/
/*ul li::before{*/
/*    content:""  !important;    */
/*    color:#fff !important;*/
/*}*/
/*.hs-error-msgs.inputs-list li::before { display: none !important; }*/
li {
    list-style: outside none disc !important;
    padding:10px 0 10px 10px;
    line-height:normal;
}
 li::before {
    display: none !important;
}
ul {
    padding-left: 50px !important;
}

/************************************************************************ Header ************************************************************************/
.header-container.container-fluid {
    background: #fff none repeat scroll 0 0;
    padding: 5px 0 0px;
    position: relative;
    width: 100%;
}
.LP-header{ padding:0 0 20px;}
.header-container{ padding:0; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-weight:bold;
    color:#333;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ padding-top:10px; }
.transparent-header{ 
    position: fixed; 
    padding:10px 0; 
    width:100%;
    transition: ease-in-out all 0.8s;
    -webkit-transition: ease-in-out all 0.8s;
    -ms-transition: ease-in-out all 0.8s;
    -o-transition: ease-in-out all 0.8s;
    box-shadow: 0 0 0 transparent inset;
}
.transparent-header.fixHeader{ padding:0; box-shadow: 0 80px 0 #fff  inset; }
.transparent-header.fixHeader .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ color:#333333;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    list-style: outside none none !important;
    padding: 0;
}


@media ( max-width : 769px ){
    .header-container-wrapper .container-fluid .row-fluid [class*="span"]{ width:100% !important; }
    .transparent-header.fixHeader .mobile-trigger{ 
        top:15px; 
        transition: ease-in-out all 0.8s;
        -webkit-transition: ease-in-out all 0.8s;
        -ms-transition: ease-in-out all 0.8s;
        -o-transition: ease-in-out all 0.8s;
    }
  .header-container .hs_cos_wrapper_type_logo a img{ margin:0; }
}
@media ( min-width : 770px ) and ( max-width : 1023px ){
    .header-container .hs_cos_wrapper_type_logo a img{ margin:0; }  
    .transparent-header.fixHeader .mobile-trigger{ 
        top:15px; 
        transition: ease-in-out all 0.8s;
        -webkit-transition: ease-in-out all 0.8s;
        -ms-transition: ease-in-out all 0.8s;
        -o-transition: ease-in-out all 0.8s;
    }
}


/************************************************************************** Footer ***********************************************************************/
.footer-top { background: #262626; color: #808080; padding:40px 0; }
.footer-bottom { background: #212121; color: #808080; }
.footer .address .fa {
    display: inline-block;
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 0;
    line-height: 22px !important;
    display: inline-block;
    font-size:16px;
}
.footer .address p { margin: 10px 0 0 0; font-size:16px; line-height:25px; }
.footer  .address span {
    padding: 0 0 0 0;
     display: inline-block; 
    vertical-align: top;
}
.footer .email-address a { 
    color: #fc6805; 
    text-decoration: underline; 
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.footer .email-address a:hover{ color:#fff; }
.footer .email-address .fa {
    float: left;
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 0 10px 0px 0;
    line-height: 28px !important;
    display: inline-block;
    font-size:16px;
}
.footer .email-address p{ margin: 10px 0; }
.footer .email-address { float: right; }
.footer-bottom p { font-size: 14px; margin:28px 0 0 0; }
.hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 20px 0;
    text-align: right;
    width: 100%;
}
.hs_cos_wrapper_type_social_sharing img { display: none; }
.fm_button span{ background:none!important; }
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    color: #fff !important;
    width: 35px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 35px !important;
    margin:0 3px !important;
    padding: 5px 0 0 0 !important; 
}
.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { content: "\f09a"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { content: "\f0e1"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { content: "\f081"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { content: "\f0d5"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { content: "\f0d2"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content: "\f0e0"; }
.fm_youtube>span:before{ content: "\f16a" ; }
.hs_cos_wrapper_type_social_sharing a:first-child, .fm_facebook{ background:#3b5998;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3), .fm_twitter{ background:#55acee;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2), .fm_linkedin{ background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(4), .fm_googleplus{ background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5), .fm_pinterest{ background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(6){ display: none !important; }


/********************************************************************* Hero Banner *********************************************************************/
.hero-banner{ 
    /*background: url(https://cdn2.hubspot.net/hubfs/2684535/Alande/alande.jpg); */
    color:#fff;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.hero-banner-overlay{
    padding:100px 0 100px;
    background:rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.hero-banner-overlay .hero-banner-image img{ position: absolute; top:0; z-index:-9; width:100% !important; max-width: 100% !important; }
.hero-banner h3 { font-weight: 300; }
.hero-banner .banner-text p{ font-size:24px; line-height: normal;  margin: 0 0 15px 0; }
.hero-banner ul{ padding:0 !important; margin:0; }
.hero-banner ul li {
    line-height: normal;
    list-style: outside none none !important;
    padding: 8px 0 8px 30px;
    position: relative;
}
.hero-banner ul li::before {
    color: #fff !important;
    content: "" !important;
    display: inline-block !important;
    left: 0;
    position: absolute;
    top: 12px;
}
.banner-content { padding-top: 25px; }
.banner-content input {
    height: 70px !important;
    padding-left:30px !important;
    border: none !important;
}
.banner-content input:focus
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2) !important;    
}
.banner-content .hs-form{ position: relative; margin-top:25px; }
.banner-content .hs_submit { position: absolute; right: 0; top:0; }
.banner-content .hs-form-required{ display: none; }
.banner-content .hs-button.primary.large {
    background:#fc6805 ;
    color: #fff;
    padding-left:12px !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding:0 30px;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.banner-content .hs-button.primary.large:hover{ background: #212121; }
.banner-content .hs-error-msgs.inputs-list {
    color: red;
    font-size: 14px;
}
/*.banner-content .signing-up { font-size: 14px; }*/
/*.signing-up a { */
/*    color: #fff; */
/*    text-decoration: underline; */
/*    transition: ease-in-out all 0.4s;*/
/*    -webkit-transition: ease-in-out all 0.4s;*/
/*    -ms-transition: ease-in-out all 0.4s;*/
/*    -o-transition: ease-in-out all 0.4s;*/
/*}*/
/*.signing-up a:hover{ color:#fc6805;}*/
.hero-banner .down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
}
.hs-input:before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 0;
    color: #767676;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 10px;
    width: 18px;
    content: "";
}

/********************************************************************** Intro Section ************************************************************************/
.info-section li {
    list-style: outside none disc !important;
    padding-left:10px;
}
.info-section li::before {
    display: none !important;
}
.info-section ul {
    padding-left: 50px !important;
}
.info-section p {
    margin-bottom: 15px;
}
.video {
  display: table;
  height: 320px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position:relative;
}
.video > img {
    position: absolute;
}
.video .vid-play {
    cursor: pointer;
    display: inline-block;
}
.video-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.video-content h3{ color: #fff; margin-top: 10px; }
.yu2fvl { z-index: 999999999; top: 0; }
.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}
.yu2fvl-overlay {
  z-index: 999999999;
  background: #000;
  opacity: 0.8;
}
.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}



/******************************************************************** Testimonial Section ************************************************************************/
.owl-carousel .owl-item img{ 
    width:auto !important; 
    margin: 0 auto; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 100%; 
}
.testimonial { 
    text-align: center; 
    color: #fff; 
    /*background:url(https://cdn2.hubspot.net/hubfs/2684535/Alande/quote.png); */
    background-position: center;
    background-repeat: no-repeat; 
}
.testimonial p { font-size: 30px; line-height: normal; color:#fc6805; font-weight: 300;  }
.testimonial .testimonial-name{ color:#333; }
.testimonial-name span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonial .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 25px 5px 0 5px;
    border-radius: 100%;
    border:1px solid #777777;
}
.testimonial .owl-dot.active{ background: #777777; }
.testimonial .owl-nav .owl-prev { position: absolute; top: 50%; left:0; }
.testimonial .owl-nav .owl-next { position: absolute; top: 50%; right:0; }
.testimonial .owl-nav .fa{ color: #777777;  font-size:42px; }
.testimonial .owl-nav .owl-next .fa {color:#777777;}




/************************************************************************* Feature Box ********************************************************************************/
.feature-box{ text-align: center; }
.feature-box .feature-icon {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width:100%;
}
.feature-box .feature-icon > span {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    display: table;
    height: 110px;
    margin: 0 auto 8px;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
.feature-box .feature-icon > span > i {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 48px !important;
}


/********************************************************************* Need Help **************************************************************************************/
.hs-cta-node a:hover
{
    background: #333 !important;
}

/********************************************************************** Blog Listing Page ***************************************************************************/

/**************** Listing Style One ********************/
.blog-slider .hs_cos_flex-slider { height:600px; overflow: hidden; background: #f8f8f8 url(https://cdn2.hubspot.net/hubfs/2290119/rolling.gif);
 background-repeat:no-repeat; background-position: center;  }
.blog-slider .hs_cos_flex-viewport{ height:100% !important; }
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides{ height:100%; }
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides > li{ 
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    padding:0;
}
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides img{ opacity:0.6; }
.blog-slider .hs_cos_flex-slider .caption {
    background: transparent none repeat scroll 0 0 !important;
    margin-top: -50px;
    top: 42%;
}
.blog-slider .topic-name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.blog-slider .topic-name:hover{ color:#fc6805; }
.blog-slider .caption > h1 { margin-bottom: 20px; }
.blog-slider .hs_cos_flex-control-nav{ bottom:15px; }
.hs_cos_flex-control-paging li a{ background:#fff; }
.hs_cos_flex-control-paging li a:hover,
.hs_cos_flex-control-paging li a.hs_cos_flex-active { 
    background: #fc6805; 
}
.blog-category{ margin-bottom: 60px; }
.blog-category .category {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.blog-category .category:hover{ color:#fc6805; }
.blog-category .category .fa {
    font-size: 30px;
    font-weight: bold;
    margin: -4px 0 0 10px;
    vertical-align: middle;
}
.blog-category ul{ 
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 30px;
    text-align: center; 
    display: none;
}
.blog-category li { display: inline; line-height: normal; }
.blog-category li a{
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    padding: 7px 20px 5px;
    text-transform: uppercase;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.blog-category li a:hover
{
    background:#cecece;
}
.blog-listing-wrapper.style-one .post-item {
    float: left;
    width: 33.33%;
    padding:0 15px;
    margin-bottom:30px;
}
.blog-listing-wrapper.style-one .hs-featured-image{ width:100%; margin:0 !important; }
.blog-listing-wrapper.style-one .topic-link {
    color: #fc6805;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom:15px;
}
.blog-listing-wrapper.style-one .topic-link:hover{ color: #333; }
.blog-listing-wrapper.style-one .post-item .post-body {
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    position: relative;
}
.blog-listing-wrapper.style-one .post-header h3 a:hover{ color: #fc6805; }
.blog-listing-wrapper.style-one .post-item:hover .post-body {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.blog-listing-wrapper.style-one .post-item .post-body .detail {
    padding: 20px;
}
.blog-listing-wrapper.style-one .post-item .post-body .date {
    background: #fc6805 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: -10px;
    line-height: normal;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 50px;
}
.listing-blog-pagination{ text-align: center; }
.listing-blog-pagination .scroll-msg{ display: none; }

.newsletter-subscription-box{
    background:#fc6805;
    padding:60px 0;
}
.newsletter-subscription-box h3 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
}
.newsletter-subscription-box #hs_cos_wrapper_module_1492595644314507 > div {
    display: inline-block;
    float: right;
    padding-left:30px;
    width: 47%;
}
.newsletter-subscription-box .hs-form-required{ display: none; }
.newsletter-subscription-box .hs-error-msgs.inputs-list{ margin:0; }
.newsletter-subscription-box .hs-form-field{ margin:0; position: relative; }
.newsletter-subscription-box input {
    height: 50px !important;
    padding-left:15px !important;
    border: none !important;
}
.newsletter-subscription-box input:focus
{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2) !important;    
}
.newsletter-subscription-box .hs-button.primary.large {
    background: #212121;
    color: #fff;
    padding-left:12px !important;
    text-transform: uppercase;
    font-size: 18px;
    margin:2px 0 0 -8px;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    position: relative;
    z-index:99;
}
.newsletter-subscription-box .hs-button.primary.large:hover{ background: #212121; }
.newsletter-subscription-box .hs-error-msgs.inputs-list {
    color: red;
    font-size: 14px;
}
.newsletter-subscription-box .hs-error-msgs label {
    clip: auto !important;
    color: #fff !important;
    height: auto !important;
    left: 0;
    top: 54px;
    width: 100% !important;
    z-index: 9999;
}

/**************** Leanding Page two ********************/

.information-form input{height:50px !important;}
.information-form .hs-form.stacked { width: 100%;}
.information-form .span12.widget-span.widget-type-form {
    background: #fff;
    padding: 30px 36px 40px;
    margin-top: -60px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

 .hero-banner h3 {
    font-weight: 300;
    color: #000;
}

.information-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    color: #fff !important;
    font-family: Nunito;
    font-weight: bold;
    font-size: 18px !important;
    width: 100%;
    background: #fc6805;
    border: none;
}
.information-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #fff;
    font-family: Nunito;
    font-weight: bold;
    font-size: 18px;
    background:#333333;
}
.information-form .hs_cos_wrapper_type_form input{
    font-weight: 400;
    color: #333333;
    background: transparent;
}
.information-form .hs-form-field { margin-bottom: 30px !important;}
.hero-banner .information-form  h3 {
    font-weight: 300;
    color: #000;
    font-family: Nunito;
    font-size: 36px;
    margin-bottom: 20px !important;
    padding: 0px 10px;
}

.information-form .secure-form p::before{
   float: left;
   font-family: FontAwesome;
   font-size: 24px;
   line-height: 18px;
   margin: 5px 0 25px;
   width: 40px;
   content: "\f023";
   border: none;
   text-align: center;
}

.information-form .secure-form p{
    font-size:18px;
    /*margin-top: -10px;*/
    margin-left: 48px;
}
.information-form .secure-form p a span{
     text-decoration: underline;
     /*margin-left: 25px;*/
     color:#fff;
}
.information-form .secure-form p a span:hover{color:#fc6805;}
.information-form p .fa {font-size:24px;}
.information-form .hs_cos_wrapper_type_form textarea {
    min-height: 80px;
    font-family: Nunito;
    font-size:14px !important;
    color: #000 !important;
    font-weight: bold;
    background: #f8f8f8;
    font-family: Nunito;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/*.information-form .secure-form p::before{
   /*float: left;
   font-family: FontAwesome;
   font-size: 24px;
   line-height: 18px;
   content: "\f023";
   border: none;
   text-align: center;
}*/

.information-form .hs_cos_wrapper_type_form input{
    font-size:14px !important;
    color: #000 !important;
    font-weight: bold;
    background: #f8f8f8;
    font-family: Nunito;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.information-form .hs_cos_wrapper_type_form select {
    font-size: 14px !important;
    font-weight: 600;
    background-color: #f8f8f8 !important;
    font-family: Nunito;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
    height: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: url(https://cdn2.hubspot.net/hubfs/2684535/Alande/down%20arrow.png?t=1495632864453) no-repeat 95%;
}

.information-form .hs_cos_wrapper_type_form label {
    color: #000;
}

/*==== radio button css-1=====*/
.hs_redio_button ul.inputs-list li{padding: 0px; position: relative;display: inline-block;}
.hs_redio_button ul.inputs-list li::before {display:none !important;}
.hs_redio_button ul.inputs-list li [type="radio"] {  border: 0;   clip: rect(0 0 0 0);   height: 1px; margin: -1px;   overflow: hidden;   padding: 0; 
  position: absolute;   width: 1px;}
/* One radio button per line*/ 
.hs_redio_button ul.inputs-list li label {  display: block;  cursor: pointer; font-size: 19px;margin-right: 20px;}
.hs_redio_button ul.inputs-list li [type="radio"] + span {  display: block; font-weight: 400; font-size:18px;}
/* the basic, unchecked style */
.hs_redio_button ul.inputs-list li [type="radio"] + span:before {  content: '';  display: inline-block;  width: 20px;  height: 20px;  vertical-align: -0.25em;  border-radius: 1em;
     border: 4px solid #fff;    box-shadow: 0 0 0 1px #c7c7c7;  margin-right: 0.75em;  transition: 0.5s ease all;}
/* the checked style using the :checked pseudo class */
.hs_redio_button ul.inputs-list li [type="radio"]:focus + span:before {  background: #fc6805;  box-shadow: 0;}
/* never forget focus styling*/ 
.hs_redio_button ul.inputs-list li [type="radio"]:focus + span:after {    font-size: 1.5em;  line-height: 0;  vertical-align: top;  background: #fc6805;}

/*==== radio button css-2=====*/
.hs_redio_button_2 ul.inputs-list li{padding: 0px; position: relative;display: inline-block;}
.hs_redio_button_2 ul.inputs-list li::before {display:none !important;}
.hs_redio_button_2 ul.inputs-list li [type="radio"] {  border: 0;   clip: rect(0 0 0 0);   height: 1px; margin: -1px;   overflow: hidden;   padding: 0; 
  position: absolute;   width: 1px;}
/* One radio button per line*/ 
.hs_redio_button_2 ul.inputs-list li label {  display: block;  cursor: pointer; font-size: 19px;margin-right: 20px;}
.hs_redio_button_2 ul.inputs-list li [type="radio"] + span {  display: block; font-weight: 400; font-size:18px;}
/* the basic, unchecked style */
.hs_redio_button_2 ul.inputs-list li [type="radio"] + span:before {  content: '';  display: inline-block;  width: 20px;  height: 20px;  vertical-align: -0.25em;  border-radius: 1em;
     border: 4px solid #fff;    box-shadow: 0 0 0 1px #c7c7c7;  margin-right: 0.75em;  transition: 0.5s ease all;}
/* the checked style using the :checked pseudo class */
.hs_redio_button_2 ul.inputs-list li [type="radio"]:focus + span:before {  background: #fc6805;  box-shadow: 0;}

/* never forget focus styling*/ 
.hs_redio_button_2 ul.inputs-list li [type="radio"]:focus + span:after {  font-size: 1.5em;  line-height: 0;  vertical-align: top;  background: #fc6805; }


/*==== checkbox button css-1=====*/
.hs_check_box ul.inputs-list li{padding: 0px; position: relative;display: inline-block;}
.hs_check_box ul.inputs-list li::before {display:none !important;}
.hs_check_box ul.inputs-list li [type="checkbox"] {  border: 0;   clip: rect(0 0 0 0);   height: 1px; margin: -1px;   overflow: hidden;   padding: 0; 
  position: absolute;   width: 1px;}
/* One radio button per line*/ 
.hs_check_box ul.inputs-list li label {  display: block;  cursor: pointer; font-size: 19px;margin-right: 20px; margin-bottom: 0px !important;}
.hs_check_box ul.inputs-list li [type="checkbox"] + span {  display: block;  font-weight: 400; font-size:18px;}
/* the basic, unchecked style*/  
.hs_check_box ul.inputs-list li [type="checkbox"] + span:before {  content: '';  display: inline-block;  width: 19px;  height: 19px;  vertical-align:top;  border-radius: 0;
     border: 0px solid #fff;    box-shadow: 0 0 0 1px #c7c7c7;  margin-right: 0.75em;  transition: 0.5s ease all; margin-top:4px;}
/* the checked style using the :checked pseudo class */
.hs_check_box ul.inputs-list li [type="checkbox"]:checked + span:before {background: rgba(252, 104, 5, 0);    box-shadow: 0;    content: '\f00c';    font-family: FontAwesome;
    color: #fc6805;  text-align: center;}
/* never forget focus styling*/ 
.hs_check_box ul.inputs-list li [type="checkbox"]:checked + span:after {  content: '';  font-size: 1.5em;  line-height:0;  vertical-align: -0.125em;}

/*.hs_cos_wrapper_type_form input[type="radio"]:focus {
    margin-right: 0px;
    color: #fc3031 !important;
    padding: 1px 0px 0px 1px;
    font-size: 42px;
    
}*/

/*==== checkbox button css-2=====*/

.hs_check_box_2 ul.inputs-list li{padding: 0px; position: relative;display: inline-block;}
.hs_check_box_2 ul.inputs-list li::before {display:none !important;}
.hs_check_box_2 ul.inputs-list li [type="checkbox"] {  border: 0;   clip: rect(0 0 0 0);   height: 1px; margin: -1px;   overflow: hidden;   padding: 0; 
  position: absolute;   width: 1px;}
/* One radio button per line*/ 
.hs_check_box_2 ul.inputs-list li label {  display: block;  cursor: pointer; font-size: 19px;margin-right: 20px; margin-bottom: 0px !important;}
.hs_check_box_2 ul.inputs-list li [type="checkbox"] + span {  display: block;  font-weight: 400; font-size:18px;}
/* the basic, unchecked style*/  
.hs_check_box_2 ul.inputs-list li [type="checkbox"] + span:before {  content: '';  display: inline-block;  width: 19px;  height: 19px;  vertical-align:top;  border-radius: 0;
     border: 0px solid #fff;    box-shadow: 0 0 0 1px #c7c7c7;  margin-right: 0.75em;  transition: 0.5s ease all; margin-top:4px;}
/* the checked style using the :checked pseudo class */
.hs_check_box_2 ul.inputs-list li [type="checkbox"]:checked + span:before {background: rgba(252, 104, 5, 0);    box-shadow: 0;    content: '\f00c';    font-family: FontAwesome;
    color: #fc6805;  text-align: center;}
/* never forget focus styling*/ 
.hs_check_box_2 ul.inputs-list li [type="checkbox"]:focus + span:after {  content: '';  font-size: 1.5em;  line-height:0;  vertical-align: -0.125em;}

.hs_cos_wrapper_type_form input[type="radio"]:focus {
    margin-right: 0px;
    color: #fc3031 !important;
    padding: 1px 0px 0px 1px;
    font-size: 42px;
    
}


.information-form .hs_cos_wrapper_type_form input:focus{
    border-color:#414141 !important;
    box-shadow:none !important;
}
/*.hero-banner .span12.widget-span.widget-type-cell.hero-banner-overlay { height: 700px;}*/
.information-form .secure-form p{margin-left: 48px; position: absolute;}

/**************** Leanding Page three ********************/
.alande-lp-three.hero-banner{ 
    background: url(https://cdn2.hubspot.net/hubfs/2684535/Alande/aland-lp-four.jpg); 
    color:#fff;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
} 

.alande-lp-three.hero-banner-overlay{
    padding:100px 0 100px;
    background:rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.alande-lp-three.hero-banner-overlay .hero-banner-image img{ position: absolute; top:0; z-index:-9; width:100% !important; max-width: 100% !important; }


.alande-lp-three h2 {
    font-size: 48px;
    text-align: center;
    font-family: Nunito;
    margin-top: -55px;
}

.alande-lp-three p {margin: 15px 0 22px 0;}

.alande-form-style-three .span8.widget-span.widget-type-form {
    background: #fff;
    padding: 20px 45px 42px;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.alande-form-style-three .hero-banner h3{margin-bottom:30px !important;}

.alande-form-style-three input{
    height:50px !important;
}

.alande-form-style-three .hs-form-field {
    margin-bottom: 30px !important;
}

.alande-form-style-three .hs_cos_wrapper_type_form textarea {
    min-height: 80px;
    font-family: Nunito;
    font-size:14px !important;
    color: #000 !important;
    font-weight: 700;
    background: #f8f8f8;
    font-family: Nunito;
    padding: 13px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.alande-form-style-three .hs_cos_wrapper_type_form input{
    font-size:14px !important;
    color: #000 !important;
    font-weight: 700;
    background: #f8f8f8;
    font-family: Nunito;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/*.alande-form-style-three .hs_cos_wrapper_type_form input[type="tel"]{
    font-size:14px !important;
    color: #000 !important;
    font-weight: 700;
    background: transparent;
    font-family: Nunito;
    box-shadow:none !important;
}

.alande-form-style-three .hs_cos_wrapper_type_form input[type="email"]{
    font-size:14px !important;
    color: #000 !important;
    font-weight: 700;
    background: transparent;
    font-family: Nunito;
    box-shadow:none !important;
}*/

.alande-form-style-three  p a span{
     text-decoration: underline;
     margin-left:0px;
     color:#fff;
}
.alande-form-style-three  p a span:hover{
    color:#fc6805;
    
}
.alande-form-style-three p .fa {font-size:24px; margin-right:10px;}



.alande-form-style-three .hs_cos_wrapper_type_form input:focus{
    border-color:#414141 !important;
    box-shadow:none !important;
}

.alande-form-style-three .hs-form fieldset .hs-form-field {
    padding: 0 10px 0px 0px;
}
.alande-form-style-three #hs_cos_wrapper_module_1494917249328109_title {
    text-align: center;
    margin-top: 10px;
}

.alande-form-style-three .hs_cos_wrapper_type_form .hs-button.primary.large {
    width: 100%;
    background: #fc6805;
    border: none;
}

.alande-form-style-three .hs_cos_wrapper_type_form .hs-button.primary.large {
    color: #fff;
    font-family: Nunito;
    font-weight: bold;
    font-size: 18px;
}

.alande-form-style-three .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #fff;
    font-family: Nunito;
    font-weight: bold;
    font-size: 18px;
    background:#333333;
}

.hero-banner.alande-lp-three .span12.widget-span.widget-type-cell.hero-banner-overlay {
    height: 100%;
}
.hero-banner.alande-lp-three .hero-banner-overlay {
    padding: 100px 0 30px;
}

/**************** Leanding Page four ********************/

.hero-banner .banner-content h2 {font-size: 48px; margin:-35px 0 10px 0;}
.hero-banner .banner-content  {font-size: 24px;}
.hero-banner.alande-lp-images{
    background: url(https://cdn2.hubspot.net/hubfs/2684535/Alande/alande-lp-five.jpg); 
    color:#fff;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.hero-banner.alande-lp-images .span12.widget-span.widget-type-cell.hero-banner-overlay { height:300px !important;}
.product-services .information-form ul{padding-left:18px !important; margin: 0;}
.information-form h4{ font-size:30px; font-weight:300;}
.information-form .span4.widget-span.widget-type-form {
    background: #fff;
    padding: 19px 42px 39px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}
.product-services .information-form p{margin: 15px -2px 14px 0px; line-height: 30px;}
.product-services .information-form .span12.widget-span.widget-type-form{margin-top:0px;}
.product-services .information-form h2{margin-bottom:20px;}
.product-services .information-form h3{font-size:36px; margin: 0px 0 18px 0px; !important; font-weight: 300; text-align: center;}
.product-services .information-form .secure-form p{margin:-10px 0 18px 25px; line-height: 30px;}
.product-services .information-form .secure-form p a span { text-decoration: underline; /*margin-left: 25px !important;*/ color:#000;}
.product-services .information-form .secure-form p a span:hover { color: #fc6805; margin-left:0px;}
.span12.widget-span.widget-type-cell.padding-100.product-services{/*padding-bottom:60px !important;*/ position:relative;}


/**************** Leanding Page five ********************/
.product-services .information-form.detail-form p a span { text-decoration: underline; margin-left: 6px; color:#000;}
.product-services .information-form.detail-form p a span:hover { text-decoration: underline; margin-left: 6px; color:#fc6805; }
.padding-60{padding:35px 0 20px 0;}
/*.product-services .hs_cos_wrapper_type_form input[type="tel"]{
    font-size:14px !important;
    color: #000 !important;
    font-weight: 700;
    background: transparent;
    font-family: Nunito;
    box-shadow:none !important;
}*/
.product-services .information-form.detail-form .secure-form p{margin:15px 0 0 0;}

.product-services .information-form.detail-form .secure-form p::before{
   float: left;
   font-family: FontAwesome;
   font-size: 24px;
   line-height: 18px;
   margin: 5px 0 25px;
   width: 40px;
   content: "\f023";
   border: none;
   text-align: center;
    
}
/**************** Leanding Page six ********************/

.banner-section {background: #ededed; padding: 45px 0 45px 5px; }

/**************** Leanding Page eight ********************/

.product-services .right-arrow{position: relative; top: 100px;}

.product-services .hs_cos_wrapper_type_form select {
    font-size:14px !important;
    font-weight: 600;
    background: #f8f8f8;
    font-family: Nunito;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
    height: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
   -o-appearance: none;
    -ms-appearance: none;
    background: url(https://cdn2.hubspot.net/hubfs/2684535/Alande/down%20arrow.png) no-repeat 95%;
}


/**************** Leanding Page nine ********************/

.feedback-section {background: #eeeeee; padding: 90px; }
.feedback-section .feedback-inner p { margin: -5px 0 22px -36px;}
.feedback-section .feedback-inner .feedback-style-two p { margin: 5px 0 22px -36px;}
.feedback-section .feedback-inner h2{margin-bottom:25px!important;}
.feedback-section .feedback-inner .feedback-style-two { margin-top:50px;}
.featured-blog .blog-design h2{padding-bottom:55px;}
.product-services .blog-section{padding-top:50px;} 
.blog-section .section-subheader {font-size:24px;}
.product-services .information-form h3 span{color:#fc6805; font-weight: bold;}
.span5.widget-span.widget-type-cell.secur-form { margin: 0;}
.product-services .video-content {
    position: relative;
    /*left: 130px;
    top: 150px;*/
    left: -135px;
    top: 153px;
    text-align: center;
} 
.product-services .hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px !important;
}
.video-modual-two .video > img {
    position: absolute;
    height: 536px;
}
.product-services .video-content p{
    color: #fff;
    font-size: 36px;
    position: relative;
    bottom: 80px;
    left: 188px;
    font-weight: 700;
}
.product-services .time-limit{
    color: #fff;
    position: relative;
    left: 348px;
    font-family: Ninuto;
    font-family: Nunito;
    font-weight: bold;
    font-size: 18px;
    top: 18px;
}  

.product-services .from-fill img{
    position: absolute;
    top: 300px;
    right: -100px;
}
/**************** Leanding Page ten ********************/

.product-services.banner-form .information-form .secure-form {
    position: absolute;
    /*bottom: 210px;
    right: 25px;*/
    bottom:0;
    top:-239px;
    right:5px;
    }
.hero-banner .product-services .banner-content h2 {
    font-size: 48px;
    margin: -65px 0 5px 0;
}

/**************** Leanding Page eleven ********************/

.product-services .key-speakers img {margin: 45px 0 -10px 0;}
.product-services .information-form .key-speakers p { margin: 28px -2px 5px 0px; line-height: 30px;}
.key-speakers-inner .span9.widget-span.widget-type-rich_text { margin: 58px 0px 0px 19px;}
.key-speakers strong {font-size: 24px;}
.product-services .information-form .detail-form h3{font-size:30px;}
.product-services .information-form .key-speakers h2{font-size:48px;}
.product-services .information-form .key-speakers h3{text-align: left; font-weight: 700; margin: 0 0 -20px 0 !important;}
.product-services .information-form .key-speakers h5{font-weight:200; font-size:24px; margin: -10px 0 45px 0;}
.product-services .information-form .key-speakers h5 .fa{margin-right: 12px;}
.product-services .information-form .key-speakers ul{margin-bottom:25px;}


/**************** thank you Page ********************/

.product-services.alande-thank-you .video-content {
    position: relative;
    /*left: 130px;
    top: 150px;*/
    left: 0;
    top: 0;
    text-align: center;
}

.video-banner ul li::before {
    color: #fc6805 !important;
    content: "" !important;
    display: inline-block !important;
    left: 0;
    position: absolute;
    top: 12px;
}

.video-banner ul li {
    line-height: normal;
    list-style: outside none none !important;
    padding: 8px 0 8px 30px;
    position: relative;
}

.video-banner ul{margin:-15px 0 0 0 !important;}
.product-services .video-banner .vid-play{
   /* position: relative;
    left: 172px;
    text-align: left;
     top: -3px;*/
    margin:0 auto;
} 

.span5.widget-span.widget-type-cell.video-banner {
    background: #fff;
    padding: 20px 20px 0px;
    margin-top: 8px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.video-banner .span12.widget-span.widget-type-form  {
    box-shadow: none !important;
    background: none !important;
    padding: 35px 20px 30px !important;
}
.product-services .video-banner h3 {font-size:30px; font-weight:600; text-align:left; margin: 0 0 10px 12px;}
.product-services .key-speakers .hs_cos_wrapper_type_social_sharing{margin:-25px 0 0px 0px; text-align: left;}
.product-services .key-speakers hr {margin: 10px 0 22px 0;}
.product-services .key-speakers h2{font-size:48px;}
.product-services .key-speakers h3{font-weight:400; margin-bottom: 22px !important;}

/********************************************************************************* Element Page ************************************************************************************/
.gry-background {background:#cbcbcb;}
.footer .footer-top .footer-inner p {margin:0; font-size:16px;}
.footer .footer-top .footer-inner ul li { list-style:none !important; margin: 0 0 -5px -56px; font-size: 16px}
.footer .footer-top .footer-inner p a {color:#808080; text-decoration: underline;}
.footer .footer-top .footer-inner h3 {color: #fff; font-size: 16px;}
.footer .footer-top .footer-inner p span { color: #fc6805; font-size: 14px; font-weight: 600;}
.footer .footer-top .footer-inner hr{border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; width: 270px; margin: 10px; right: 10px}
.footer .footer-top .footer-inner .latest-blog h3 {margin-bottom: 25px;}
.footer .footer-top .footer-inner .hs-input {font-size: 12px !important; font-family: Nunito;}


.newsletter-subscription-box .blog-cta h3  {color: #fff; font-size: 36px; margin: 0;}
.newsletter-subscription-box .blog-cta h3 span { text-decoration: underline;}
.newsletter-subscription-box .button-cta span {float: right;}

.new-letter-white-bg-box { background:#fff; padding:60px 0; }
.new-letter-white-bg-box .blog-cta-two h3  {color: #262626; font-size: 36px; margin: 0;}
.new-letter-white-bg-box .blog-cta-two h3 span { text-decoration: underline;}
.new-letter-white-bg-box .button-cta span {float: right;}

.newsletter-subscription-box .blog-three h3{font-size: 36px; display: block;} 
.newsletter-subscription-box .blog-three h3 span{text-decoration: underline;}
.newsletter-subscription-box .blog-three p{color:#fff;}

.new-letter-white-bg-box .blog-four h3{font-size: 36px; } 
.new-letter-white-bg-box .blog-four h3 span{text-decoration: underline;}
.new-letter-white-bg-box .blog-four p{color:#262626;}

.tabber-wrap ul li { list-style: none !important; margin: 0 0 0 -60px;}
.tabber-wrap .tabber-tabs > .active > a{}
.tabber-wrap .tabber-tabs > li > a{padding: 25px 50px; margin: 0 90px 0 0px;}
.tabber-wrap .tabber-content{background: #fff; border: 1px solid #e2e2e2; padding: 30px 30px; margin: -30px 0 0 0;}
.body-container-wrapper { padding: 0 !important;}
.footer .footer-top .footer-inner .information-form .hs-form-field {margin-bottom: 15px !important;}
.footer .footer-top .footer-inner .information-form input { height: 40px !important;}

.footer .footer-top .footer-inner .information-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    color: #fff !important;
    font-family: Nunito;
    font-weight: bold;
    font-size: 14px !important;
    width: 50%;
    background: #fc6805;
    border: none;
    
}
.footer .footer-top .footer-inner .information-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #fff;
    font-family: Nunito;
    font-weight: bold;
    font-size: 14px;
    background:#fc6805;
}

.horizontal-slider .slick-prev,.slick-next {display:none !important;}



@media ( max-width: 767px ){
    .blog-slider .hs_cos_flex-slider{ height:350px; }
    .information-form .hs_cos_wrapper_type_form .hs-button.primary.large {font-size: 14px !important;}
    .information-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover{font-size: 14px;}
    .information-form .secure-form p{margin-left: 15px; margin-top:15px;}
    .information-form .secure-form p a span{margin-left:6px !important;}
    .hero-banner .information-form h3{font-size: 18px;}
    .information-form .hs-form-field { margin-bottom: 15px !important;}
    .information-form .span12.widget-span.widget-type-form {margin-top:0px; padding: 30px 20px 42px;}
    
    .alande-style-three h2{font-size:30px; margin-top:-35px;}
    .hero-banner .span12.widget-span.widget-type-cell.hero-banner-overlay{height:auto;}
    .alande-style-two .span7.widget-span.widget-type-rich_text { padding: 10px;}
    .alande-style-three .span8.widget-span.widget-type-form{padding: 20px 22px 42px;}
    .alande-form-style-three .hs-form-field { margin-bottom: 15px !important;}
     br {display:none;}
    .information-form .secure-form p{position: relative;}
 
    .product-services .information-form h3 {font-size: 24px;}
    .product-services .information-form .secure-form p { margin: 20px 0 0px 25px;}
    .product-services .information-form .secure-form p a span{margin-left:5px !important;}
    .hero-banner .banner-content h2{ margin: 10px 0 10px 0; font-size: 24px;}
    .hero-banner .banner-content  {font-size: 16px;}
    .span12.widget-span.widget-type-cell.padding-100.product-services{padding-bottom:30px !important;}
    .padding-60{padding:35px 0 10px 0;}
    
    .banner-section h1{font-size:30px;}
    .product-services .information-form .secure-form p{font-size:16px;}
    .product-services .right-arrow{position: relative; top: 0px; margin-bottom:15px;}
    .feedback-section {background: #eeeeee; padding: 55px; }
    .feedback-section .feedback-inner p{margin:0; text-align: center;}|
    .featured-blog .blog-design h2{font-size:20px !important;}
    .feedback-section .feedback-inner .feedback-style-two p{margin:0;}
    .product-services .blog-section h1{font-size:24px;}
    .blog-section .section-subheader{font-size:16px;}
    .feedback-section .feedback-inner .feedback-style-two { margin-top: 0px;}
    .product-services .information-form .span12.widget-span.widget-type-linked_image {display: none;}
    .product-services .information-form .span12.widget-span.widget-type-form { margin-top: 28px;}
    
    .product-services.banner-form .information-form .secure-form { position: relative; bottom:0; right:0;}
    .hero-banner .product-services .banner-content h2 {font-size: 24px;margin: 50px 0 5px 0;}
    .hero-banner .product-services .banner-content{font-size:16px;}
    .video-modual-two .video > img{ height: 100%;}
    .video-modual-two .video > img{width: 100% !important; max-width: 100% !important}
    .product-services .video-content {position: relative; left:0px; top:0;}
    .product-services .video-content p {
        font-size: 18px;
        position: relative;
        bottom: 24px;
        left: 0px;
    }
    .product-services .time-limit{display:none;}
    .product-services .from-fill img{display:none;}
    .featured-blog .blog-design h2 {font-size: 24px;}
    .product-services.banner-form .information-form .secure-form{top:0px;}
    
    .product-services .information-form .key-speakers h2 { font-size: 30px;}
    .product-services .information-form .key-speakers h5{font-size:22px;}
    .key-speakers-inner .span9.widget-span.widget-type-rich_text {margin: 35px 0px 0px 18px;}
    .product-services .key-speakers img {margin: 45px 0 -20px 10px;}
    .product-services .information-form .detail-form h3 {font-size: 24px;}
    
    
    .product-services .key-speakers h2 {font-size: 30px;}
    .product-services .key-speakers h3 {font-size: 20px;}
    .video-banner .video > img {width: 100% !important;max-width: 100% !important; height: 100%;}
    .product-services .video-banner .video-content { /*left: 68px;top: -65px;*/ width:100%;}
    .video-banner .span12.widget-span.widget-type-form{padding: 0px 20px 30px !important;}
    .product-services .video-banner h3{font-size:18px; margin: 0 0 -15px 12px;}
    .video-banner ul {margin: 15px 0 0 0 !important;}
    
}
     
@media ( min-width: 768px ) and ( max-width:1023px ){
    .blog-slider .hs_cos_flex-slider{ height:400px; }
    .information-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover{font-size: 14px !important;}
    .information-form .hs_cos_wrapper_type_form .hs-button.primary.large {font-size: 14px !important;}
    .information-form .secure-form p{margin-left: 15px; margin-top: 15px;}
    .hero-banner .information-form h3{font-size:20px;}
    .alande-lp-style-two p{margin-left: 0px; margin-bottom:45px;}
    .information-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover{font-size:14px !important;}
    .information-form .secure-form p a span{margin-left: 10px !important;}
     br {display:none;}
    
     
    .product-services .information-form h2{font-size:30px;}
    .product-services .information-form h3 {font-size: 24px;} 
    .information-form .span12.widget-span.widget-type-form {padding: 30px 22px 40px;}
    .product-services .information-form .secure-form p { margin: 20px 0 18px 25px;}
    .hero-banner .banner-content h2{ margin: 10px 0 10px 0; font-size: 24px;}
    .hero-banner .banner-content  {font-size: 20px;}
    .span12.widget-span.widget-type-cell.padding-100.product-services{padding-bottom:30px !important;}
    .product-services .information-form .secure-form p{font-size:16px;}
    .product-services .information-form .secure-form p a span{margin-left:5px !important;}
    

    .feedback-section {background: #eeeeee; padding: 55px; }
    .feedback-section .feedback-inner p { margin: -5px 0 22px -20px;}
    .feedback-section .feedback-inner .feedback-style-two p {margin: 5px 0 22px -18px;}
    .hero-banner .product-services .banner-content h2 { font-size: 24px; margin: 0px 0 5px 0;}
    .hero-banner .product-services .banner-content{font-size:16px;}
    .product-services.banner-form .information-form .secure-form { right: 30px;}
    .product-services .video-content p {
        font-size: 24px;
        position: relative;
        bottom: 80px;
        left: 142px;
    }
    .video-modual-two .video > img {
        position: absolute;
        height: 523px;
     }
    .product-services .time-limit{display:none;}
    .product-services .from-fill img{display:none;}
    
    .product-services .information-form .key-speakers h2 { font-size: 30px;}
    .product-services .information-form .key-speakers h5{font-size:22px;}
    .product-services .key-speakers img{margin: 45px 0 -8px 5px;}
    .key-speakers-inner .span9.widget-span.widget-type-rich_text {margin: 0px 0px -15px 18px;}
    .product-services .information-form .detail-form h3 {font-size: 20px;}
    
    .product-services .key-speakers h2 {font-size: 30px;}
    .product-services .key-speakers h3 {font-size: 20px;}
    .video-banner .video > img {width: 100% !important; /*max-width: 100% !important;*/ height:100% !important;}
    .product-services .video-banner h3{font-size:20px; margin: 0 0 5px 12px;}
    .video-banner .span12.widget-span.widget-type-form{padding: 15px 0px 30px !important;}
    .video-banner ul { margin: 30px 0 0 0 !important;}
}
@media ( min-width: 1024px ) and ( max-width:1200px ){
.alande-lp-style-two p {
    margin-left: 0px;
    margin-bottom: 45px;
}
 .hero-banner .information-form h3{font-size:26px;}
 .product-services .information-form h2{font-size:30px;}
 .product-services .information-form h3{font-size:25px !important;}
 .product-services .information-form .secure-form p{font-size:16px;}
 .hero-banner .product-services .banner-content h2 { font-size: 30px; margin: 0px 0 5px 0;}
 .hero-banner .product-services .banner-content{font-size:20px;}
 .product-services.banner-form .information-form .secure-form { right: 30px;}   
 .product-services .time-limit {
    position: relative;
    left: 53%;
    bottom: 12%;
  }
 .product-services .from-fill img {
    position: absolute;
    top: 90%;
    /*right: 27%;*/
  }
  .video-modual-two .video > img {
    position: absolute;
    height: 523px;
 }
 .product-services .key-speakers img {
    margin: 45px 0 0px 0;
}
.key-speakers-inner .span9.widget-span.widget-type-rich_text {
   margin: 35px 0px 10px 17px;
}
}
/******************************************************************** Responsive Style *********************************************************************/
@media ( max-width:767px ){
    .header-container.container-fluid{ padding:5px 10px; }
    .LP-header{ padding:0 0 5px;}
    .hero-banner-overlay{ padding:50px 0; }
    .mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after
    {
        background-color:#333;
    }
    .mobile-trigger{ top:21px; }
    .custom-menu-primary .hs-menu-wrapper > ul{ padding:0 !important; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:64px; }
    .hs_cos_flex-slides, .hs_cos_flex-control-nav, .hs_cos_flex-direction-nav{ padding:0 !important; }
    .hero-banner .banner-content{ padding:30px 0 50px 0; }
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .hero-banner-overlay .hero-banner-image img {
        max-width: none !important;
        width: auto !important;
    }
    h2{ font-size:28px; }
    .hero-banner .banner-text{ font-size:24px; }
    .banner-content .hs_submit{ position: relative; }
    .banner-content input { height: 45px !important; padding-left: 15px !important; }
    .banner-content .hs-button.primary.large{ font-size:14px; }
    .banner-content .signing-up{ margin:15px 0; }
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:0; }
    .banner-content{ padding-top: 30px; }
    .padding-100{ padding:30px 0; }
    .padding-bottom-100{padding-bottom:30px;}
    .button.large{ padding:15px 30px; }
    .video{ margin-top:30px; overflow: hidden; }
    .video > img{ width: auto !important; max-width: none !important;}
    .testimonial p{ font-size:20px; }
    .padding-bottom-70{ padding:30px 0 0 0; }
    .footer .email-address .fa{ float: none; }
    .footer .email-address { float: none; text-align: center; }
    .footer-top{ padding:15px 0; }
    .footer-bottom p{ text-align: center; }
    .footer .social-icon{ text-align: center; }
    .footer .address p{ text-align: center; }
    .footer .social-icon ul{ padding:0; }
    .hero-banner .banner-text br{ display: none; }
    .testimonial p br{ display: none; }
    .testimonial .owl-nav .owl-prev{ left:15px; }
    .testimonial .owl-nav .owl-next{ right:15px; }
    .hero-banner ul li{ font-size:18px; }
    .hero-banner .banner-text p{ font-size:18px; }
    .info-section ul{ padding-left:15px !important; }
    .hs_cos_wrapper_type_social_sharing{ text-align: center; }
} 

@media ( min-width: 768px ) and ( max-width: 1023px ){
    h1{ font-size:40px; }
    h2{ font-size:32px; }
    .hero-banner .banner-content{ padding:0; }
    .hero-banner-overlay .hero-banner-image img {
        max-width: none !important;
        width: auto !important;
    }
    
    .hero-banner .banner-text{ font-size:24px; }
    .hero-banner .banner-text br{ display: none; }
    .banner-content .hs_submit{ position: relative; }
    .banner-content .signing-up{ margin-top:20px; }
    .padding-100{ padding: 60px 0; }
    .video{ height:205px; }
    .testimonial p{ font-size:24px; }
    .testimonial p br{ display: none; }
    .padding-bottom-70{ padding:60px 0 30px 0; }
}

