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

/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,200,100,400italic,700,900|Muli&subset=latin,vietnamese,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek);



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


/*==========================================================
  =                 Reset Property                         =========================    
  ==========================================================*/
  
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*==========================================================
  =                 General Style                          ==========================       
  ==========================================================*/

html{
    height:100%;
	overflow-x:hidden !important;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background: #1B1B1B;
	height:100%;
	text-align:center;
}

.container{
    max-width: 1224px;
	width:92% !important;
	margin:0 auto !important;
    float:none !important;
	z-index:2;
	
}

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


/*==========================================================
  =                Typography                              ==========================       
  ==========================================================*/
  
  
h1 {
    font-size: 4em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}

h2 {
	font-size: 3.2em;
	font-weight: 300;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 0.8em;
	font-weight: 200;
}

h6 {
	font-size: 0.6em;
	font-weight: 200;
}

p {
	font-size:18px;
	line-height:24px;
	padding-bottom:10px;
    margin:0;
    text-align:left;
}

a {
    text-decoration: none;
    position: relative;
    color: #000;
}



ol, ul {
    list-style: none;
}


blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}


/*==========================================================
  =                Animation                               ==========================       
  ==========================================================*/
  
  
@-webkit-keyframes show {
  0% {
    color: transparent;
  }
  100% {
    color: white;
  }
}
@keyframes show {
  0% {
    color: transparent;
  }
  100% {
    color: white;
  }
}

/*  Mouse Scroll Animation  */

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

/*=========================================
        Page Pre Loader  Animations        ==========================   
  =========================================*/


/* Show animation */


@-webkit-keyframes show {
  0% {
    color: transparent;
  }
  100% {
    color: white;
  }
}
@keyframes show {
  0% {
    color: transparent;
  }
  100% {
    color: white;
  }
}

/* Left-to-right animation */

@-webkit-keyframes left-to-right {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(110%, 0, 0);
  }
}
@keyframes left-to-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(110%, 0, 0);
  }
}

/* Delay */

.delay-200.fo-mask span {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-200.fo-mask:after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}



/*==========================================================
  =                Page Loader                              ==========================       
  ==========================================================*/
  
  
.loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:105px;
	height:8px;
	z-index:99999;
	font-size:34px;
	opacity:0.8;
	margin:-4px 0 0 -53px;
}

#movingBallG{
	position:relative;
	width:105px;
	height:8px;
}

.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:1px;
	width:105px;
	background:rgba(255,255,255,0.21);
}

.movingBallG{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	-moz-border-radius:4px;
	-moz-animation-name:bounce_movingBallG;
	-moz-animation-duration:1.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:4px;
	-webkit-animation-name:bounce_movingBallG;
	-webkit-animation-duration:1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:4px;
	-ms-animation-name:bounce_movingBallG;
	-ms-animation-duration:1.3s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:4px;
	-o-animation-name:bounce_movingBallG;
	-o-animation-duration:1.3s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:4px;
	animation-name:bounce_movingBallG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

.fo-mask {
  display: inline-block;
  overflow: hidden;
  clear: both;
}

.fo-mask span {
  color: transparent;
  -webkit-animation: show 0s forwards 0.4s;
  animation: show 0s forwards 0.4s;
}

.fo-mask:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ff5000;
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);
  -webkit-animation: left-to-right 1s cubic-bezier(.17,.67,.83,.67);
  animation: left-to-right 1s cubic-bezier(.17,.67,.83,.67);
}


/*==========================================================
  =                Styling Header                          ==========================       
  ==========================================================*/
  
  
#main {
    opacity: 0;
}

.header-sec{ 
    min-height:0 !important; 
    z-index: 999;
    position:relative;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    width: 70% !important;
    background: rgba(0,0,0,.6);
    -webkit-transform: translate3d(0,0,0);
}

.header .header-inner {
    float: left;
    padding-left: 20px;
}

.header .logo-holder {
    float: left;
    position: relative;
    width: 90px !important;
    z-index: 21;
    top: 14px;
}

.header .logo-holder img {
    width: auto!important;
    height: 50px;
}

.stack { z-index:30; }

.white-bg { background-color:#fff; }


/*==========================================================
  =                Styling Navigation                      ==========================       
  ==========================================================*/
  
.header .custom-menu-primary {
    float: right;
    position: relative;
    top: 22px;
    left: 50px;
    margin: 0;
    width:calc(100% - 90px);
    text-align:left;
    transition:all .3s ease-in-out;
}


.header .custom-menu-primary li {
    float: left;
    position: relative;
}


.header .custom-menu-primary li a {
    float: left;
    padding: 10px 15px 38px!important;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}


.header .custom-menu-primary li a:hover {
    color: #ff5000;
}

.header .custom-menu-primary .hs-menu-children-wrapper {
    position: absolute;
    background: rgba(0,0,0,.6);
    top: 58px;
    width: 160px;
    display: none;
}

.header .custom-menu-primary .hs-menu-children-wrapper li a { 
    padding:10px 15px !important; 
    width:100% !important;
    max-width:100% !important;
}

.header .custom-menu-primary .hs-menu-children-wrapper li.hs-menu-item {width:100%; !important}


.header .custom-menu-primary li:hover .hs-menu-children-wrapper {
    display: block;
}






/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:779px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
      
      
  }



/* ==========================================================================
                 Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 779px) {


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
          padding-left:30px !important;
          padding-right:30px !important;
      }
      
      .header .custom-menu-primary .hs-menu-children-wrapper {
          width:100% !important;
      }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -3px;          /* Position Button at right of screen  */
    right: 115px;        /*******************************************/
    width: 40px; /* Button width */
    height: 40px; /* Button height */      
    padding: 12px 6px 6px 6px;
    background: transparent; /* Background color */
    border: 1px solid rgba(255,255,255,.21);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent; 
    border:1px solid rgba(255,255,255,0.21);
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent; 
    border:1px solid rgba(255,255,255,0.21);
  }


/*============================================================================ 
                            Toggle Button Icon
 ========================================================================== */

  .mobile-trigger i{
    display: inline-block;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


/* ==========================================================================
                         Child Toggle Button
 ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px !important; /* Button width */
    min-width: 25px !important;
    height: 25px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 9px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
/*==========================================================================
                        Menu Styles on Mobile Devices
 ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: absolute;
       padding-top: 57px; /* Makes room for button */
       margin: 0;
       left: 0;
       right: 0;
       width: 100%;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 10px; /* Font size of top level list items */
    line-height: normal;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0; /* Adds transparent dark highlights to top of top level list items */
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 0 !important;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0; /* Indent Child lists */
    font-size: 10px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/*==========================================================
  =         Mobile Navigation style ends here               ==========================    
  ==========================================================*/




/*==========================================================
  =                Styling Header Social                   =    
  ==========================================================*/
  

.header-social {
    margin-top: 25px;
    margin-left: 9px !important;
}

.header-social ul {
    display: flex;
    justify-content: flex-end;
    font-size: 1.5em;
    list-style:none;
    margin:0;
}

.header-social li {
    margin-right: 15px;
}

.header-social a {
    color: #fff;
}

.header-social a:hover {
    color: #ff5000;
}


/*==========================================================
  =                Styling Slideout Form                   ==========================       
  ==========================================================*/
  

.slideout {
    position: fixed;
    width: 260px !important;
    height: 100%;
    background-color:#ff5000;
    top: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 999;
    padding: 10px 15px;
    text-align: left;
    transition: transform .3s ease-in-out;
    transform: translateX(100%);
    z-index:999;
}

.slideout form {
    height:;

}


.slideout.active {
    transform: translateX(0);
}

.slideout__trigger {
    text-transform: uppercase;
    position: absolute;
    background: #ff5000;
    transform: translateX(calc(-100% - 15px));
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 300;
    cursor: pointer;
    letter-spacing: 1px;
    color: #fff;
}


.slideout-form.active {
    display: block;
}


.slideout-form {
    display: none;
}

.slideout h3 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.slideout label {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    opacity: .9;
    display:block;
    margin-bottom: 5px;
}

.slideout input, .slideout textarea, .slideout select {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    border: 0 !important;
}

.slideout textarea {
    min-height:100px;
}

.slideout .hs-form-field {
    display:block;   
    margin-bottom:20px;
}


.slideout-form .hs-button.primary.large {
    padding: 10px 15px;
    text-transform: uppercase;
    background: none;
    font-weight: 300;
    color: #fff;
    border: 2px solid #fff !important;
    cursor: pointer;
    width:auto;
}

.confirm-message {
	display:none !important;
}


:focus {
    outline:none !important;
}

.hs-button.primary.large {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.invalid.error {
    background: #ffae15;
}

.hs-form-required, .hs-error-msgs { display:none !important; }



/*==========================================================
  =                Styling Hearo Banner                    =    
  ==========================================================*/
  
  
  /*==========================================================
  =      Styling Hearo Banner Video background              =    
  ==========================================================*/
  
 .content-holder {
    vertical-align: top;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    
}

.full-height {
    height: 100%;
}

.content-holder .content {
    width: 100%;
    position: relative;
    z-index: 3;
    float: left;
    background: #fff;
    overflow:hidden;
}

.content{
    width: 100%;
    position: relative;
    z-index: 3;
    float: left;
    background: #fff;
    
}



.content-holder {overflow:hidden; }

.hero-wrap {
    float: left !important;
    width: 100% !important;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 662px !important;
}

.hero-wrap::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mob-bg {
    display: none;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.loaded .ytplayer-container {
    display: block;
}

.ytplayer-container iframe{ width:100% !important;  position:absolute; }

 a.scroll-dwn {
    position: absolute;
    left:0;
    right:0;
    bottom:100px;
    opacity: .6;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    letter-spacing: 4px;
    font-size:12px;
    z-index:10;
}

a.scroll-dwn::before {
    display: block;
    width: 30px;
    height: 30px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0;
     -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite
     -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate
}



/*=========================================================
=           Styling Hearo Banner Contents                 ==========================      
==========================================================*/


.center-item {
    top: 40%;
}

.hero-wrap-item {
    float: left !important;
    width: 100% !important;
    position: absolute;
    z-index: 12;
    left:0;
}

.simpr-wrap {
    color: #fff;
    font-size: 1.5em;
}

.sequence-simpr.active {
    display: block;
}

.simpr-wrap > * {
    font-weight: 300;
}

.sequence-simpr {
    display: none;
    transition: opacity .3s ease-in-out;
}

.simpr-seq-wrap > * {
    position: absolute;
    width: 100%;
}

.fo-mask {
    display: inline-block;
    overflow: hidden;
    clear: both;
}

.fo-mask span {
    color: transparent;
    -webkit-animation: show 0s forwards 0.4s;
    animation: show 0s forwards 0.4s;
}


.fo-mask:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ff5000;
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    -webkit-animation: left-to-right 1s cubic-bezier(.17,.67,.83,.67);
    animation: left-to-right 1s cubic-bezier(.17,.67,.83,.67);
}


/*==========================================================
  =              Styling Welcome Social Contents           ==========================       
  ==========================================================*/
    

.welcome-social-sec{
    float: left;
    width: 100%;
    position: relative;
    padding:100px 0 100px 0;
    overflow: hidden;
}

.welcome-social-sec .right-block{
    text-align:left;
}

.section-title {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    margin-top:0;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title strong {
    font-weight: normal;
}


.simpr-title strong {
    color: #ff5000;
    font-weight:normal;
}


.anim-button {
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
    width: auto;
}

.btn {
    display: inline-block;
    padding: 12px 23px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    border: 1px solid #ff5000;
}

.btn:hover {
    color: #fff;
}

.anim-button span {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
}

.anim-button:hover span {
    top: 100px;
}

.anim-button i, .anim-button span.fa {
    top: -100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center !important;
    font-size: 16px;
}

.anim-button:hover i, .anim-button:hover span.fa {
    top: 0;
}

.anim-button i, .anim-button span , .anim-button:hover span.fa{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff5000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: -1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.btn:hover:before {
    width: 100%;
}


/*==========================================================
  =              Survey Results Section                     ==========================    
  ==========================================================*/

.dark-bg .section-title, .dark-bg {
    color: #fff;
}

.result-content p, .result-content h2 {
    text-align: center;
}

.section-title {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-5 {
    width: 41.66666667%;
    float:left;
    text-align:left;
    padding-left: 15px;
    padding-right: 15px;
}

.dark-bg {
    background: #1B1B1B;
}

.content {
    width: 100%;
    position: relative;
    z-index: 3;
    float: left;
    background: #fff;
}

span.highlight {
    color: #ff5000;
}

.content:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 7px;
    left: 42px;
    background-repeat: repeat-y;
    opacity: 0.5;
}

.dark-bg .sect-subtitle {
    color: rgba(255,255,255,0.21);
}

.result-content .bottle {
    left: 5%;
}

.bottle img {
    width: 280px;
    position: relative;
    left: 0px;
}
#survey-results .sect-subtitle:before {display:none;}

.sect-subtitle {
    position: absolute;
    bottom: 10%;
    color: rgba(0,0,0,0.21);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 185px;
    z-index: 2;
}

.dark-bg .sect-subtitle:before {
    background: rgba(255,255,255,0.351);
}

.sect-subtitle:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 150px;
    height: 1px;
    background: rgba(0,0,0,0.21);
}

.dark-bg .sect-subtitle:after {
    background: #fff;
}

.sect-subtitle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
    margin-top: -3px;
    margin-left: -3px;
}

.result-content .bag {
    right: 5%;
    bottom:-180px;
}

.bag img {
    width: 200px;
}

.parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.parallax-inner .bg {
    height: 150%;
    top: -25%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

section .container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

section,.section {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.stars {
    display: flex;
    margin-top: 10px;
}

.stars__description {
    transition: all .5s ease-in-out;
    width: 200px;
    text-align: left !important;
    font-size: 1.8em;
    font-weight: lighter;
}


.stars__item.active, .stars__description.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.stars__item:last-child {
    width: 25px;
    overflow: hidden;
}

.stars__items {
    display: flex;
    justify-content: center;
    position: relative;
    top: -15px;
}

.stars__item {
    opacity: 0;
    transform: translateX(50px) scale(0.3);
    transition: all .5s ease-in-out;
}

.stars img {
    width: 50px;
    max-width:50px;
}

.stars + p {
    text-align: left !important;
    font-weight: lighter;
}


.piechart-holder, .custom-skillbar-holder {
    padding-top: 50px;
    float: left;
    width: 100%;
    position: relative;
}

.piechart-holder_results {
    padding-top: 0 !important;
    position: relative !important;
    top: -20px;
    font-weight: lighter !important;
}

.piechart {
    position: relative;
    padding-bottom: 20px;
}

.percent {
    display: inline-block;
    font-size: 21px;
    line-height: 152px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.col-md-2 {
    width: 16.66666667%;
    float:left;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}


.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.skills-description {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}


.skills-description h3 {
    font-weight:100;
}

 /*==========================================================
   =               Styling Client Section                   ==========================    
   ==========================================================*/
    
    
.our-clients-sec {
    padding-top:100px;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.super-header {
    width: 90% !important;
    margin: 0 auto 40px auto !important;
    overflow: hidden;
    float:none !important;
}

.super-header > div {
    position: relative;
    display: inline-block;
    font-size: 3em;
    font-weight: lighter !important;
    text-transform: uppercase;
}


.super-header > div:before {
    content: "";
    margin-left: -15px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #000;
    height: 1px;
    top: 20px;
    width: 4000%;
    transform: translateX(-100%);
}

.super-header span span {
    color: #ff5000;
    font-weight: bolder;
}

.section-continue .super-header span {
    color: #000;
}


.super-header > div:after {
    content: "";
    margin-right: -15px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #000;
    height: 1px;
    top: 20px;
    right: 0;
    width: 4000%;
    transform: translateX(100%);
}

.normal-header h3 {
    color:#fff;
}

.our-clients img {
    width: 100px !important;
    margin-bottom: 20px;
}

.our-clients > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.our-clients span {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.our-clients  .hs_cos_wrapper_type_linked_image{
    width: 16.6%;
    margin: 0;
    padding: 0 15px;
    display:inline-block;
    vertical-align:middle;
}



 /*==========================================================
   =               Styling Testimonial Section              ==========================    
   ==========================================================*/
   
   .testimonial-sec {
        background-image:url(https://cdn2.hubspot.net/hubfs/2480504/Starkedge/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position:relative;
        padding:100px 0;
   }
  
 .testimonial-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
 
 .testimonial-sec h2 {color:#fff;}
 
.testimonial-sec > div {
    position: relative;
}
 
.owl-prev, .owl-next {
    width: 10px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 10px;
}

.owl-controls {
    text-align:left;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 40px;
}
 
 /*==========================================================
   =                Owl Testimonial Slider                  =======================  
   ==========================================================*/
 
.testimonial-slider {
    -moz-box-shadow: none !important;
   -webkit-box-shadow: none !important; 
    box-shadow: none !important; 
    border:0 !important; 
    background: transparent !important; 
    
}

.testimonial-slider .item h3 {
    text-align: left;
    font-size: 26px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.testimonial-slider .item h3, .testimonial-slider .item p { color:#fff; text-align:left; }

.testimonial-slider .item img {
    width:auto !important;
    height:auto;
}

.owl-prev, .owl-next { position:relative; }

.owl-next:before {
    content: "\f105";
    position: absolute;
    color: #fff;
    font: normal normal normal 18px/1 FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-indent: 0;
    height: 20px;
    line-height: 20px;
    text-align:left;
}

.owl-prev:before {
    content: "\f104";
    position: absolute;
    color: #fff;
    font: normal normal normal 18px/1 FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-indent: 0;
    height: 20px;
    line-height: 20px;
    text-align:left;
}


.owl-prev:hover:before,.owl-next:hover:before {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.owl-prev:before , .owl-next:before{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

div#demos .row {
    margin: 0;
}

.owl-thumbs {
    display: none;
}

.testimonial-title {
    width: 100% !important;
    max-width: 310px;
}

.testimonial-wrap {
    width: calc(100% - 310px)!important;
}

.testimonial-title,.testimonial-wrap {
    margin:0 !important;
    padding:0 15px;
}
    


/*==========================================================
  =          Testimonial Slider Css ends                   ========================    
  ==========================================================*/



/*==========================================================
 =               Styling Blog  Section                     ==========================   
 ==========================================================*/


.news-article {
    margin-bottom: 100px;
    display: inline-block;
    max-width: 950px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}


.post-content {
    width: 43%;
    margin-left: 0;
    float: left;
    text-align: right;
    max-width: 448px;
    box-sizing: border-box;
}

.mobile-featured-img {
    display:none;
}

.desktop-featured-img {
    display:block;
}
.desktop-featured-img a {
    display:inline-block;
}


.post-content,.news-text,.featured-img  {
    padding-left: 15px;
    padding-right: 15px;
}

.featured-img {
    width: 57%;
    float: left;
    max-width: 552px;
    box-sizing: border-box;
}


.news-article h2, .news-article p {
    margin-bottom: 20px;
}

.news img {
    width: 100%;
}

.news-article .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
}


.news-article.row:nth-child(2n) .post-content {
    float: right;
    text-align:left;
    
}



/*==========================================================
  =      Styling CONTINUE EXPLORING Section                ==========================    
  ==========================================================*/
  
  
.continue.content .section {
    padding-bottom: 20px;
}

.super-header h3 {
    position: relative;
    display: inline-block;
    font-size: 1em;
    margin-top:0;
    margin-bottom:0;
    font-weight: lighter !important;
    text-transform: uppercase;
    z-index:1;
}

.super-header h3:before {
    content: "";
    margin-left: -15px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #000;
    height: 1px;
    top: 20px;
    width: 4000%;
    transform: translateX(-100%);
}

.super-header h3:after {
    content: "";
    margin-right: -15px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #000;
    height: 1px;
    top: 20px;
    right: 0;
    width: 4000%;
    transform: translateX(100%);
}

.process-box {
    float: left;
    width: 100%;
    margin-top: 3px;
    padding: 50px 0;
    position: relative;
}

.simpr-box-center {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
}

.simpr-box {
    padding: 0 !important;
    margin-bottom: 20px;
}

.simpr-box .creat-list {
    margin: 0;
    padding: 0;
}

.creat-list {
    float: left;
    margin: 10px 0;
    width: 100%;
    text-align:left;
}

.creat-list li {
    float: left;
    margin-right: 10px;
}

.creat-list li a, .text-link {
    float: left;
    padding: 0 0 0 30px !important;
    max-width: 100% !important;
    overflow: visible !important;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #292929;
}

.simpr-box-center a {
    font-size: 30px !important;
    font-family: 'Roboto' !important;
    font-weight: 100 !important;
}


.creat-list li a:before, .text-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.creat-list li a:hover:before, .text-link:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brand {
    display: block;
    text-align: center;
    font-size: 4.5em;
    margin-top: 50px;
    color: #ff5000;
    text-transform: uppercase;
    font-weight: 300;
}


/*==========================================================
  =                  Styling Footer Section                ==========================    
  ==========================================================*/

.footer-sec .container {
    width:92% !important;
}

  
.height-emulator {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}


.content-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 20px 90px 80px;
    background: linear-gradient(to right, rgba(5,3,0,1) 0%, rgba(255,39,10,0.6) 100%);
    z-index: 2;
}

.content-footer:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    z-index: 20;
    width: 7px;
    left: 122px;
    background-repeat: repeat-y;
    background-image: url('https://cdn2.hubspot.net/hubfs/2449211/Social_Imprints/Images/Homepage/bg-dec.png');
    opacity: 0.2;
}

.footer-main {
    position: relative !important;
    min-height: 510px !important;
    background: #1B1B1B;
}


.footer-sec .footer-logo img {
    margin-bottom: 20px;
    max-width: 80px;
}

.footer-sec .footer-item p {
    font-size: 14px;
    color: #fff;
    max-width: 305px;
}

.footer-sec .footer-item{
    text-align:left;
}

.footer-sec .footer-item ul{
    padding:0px;
}

.footer-sec .footer-item ul li a {
    padding:0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.footer-sec .footer-item ul li{
    margin-bottom:6px;
}

.footer-sec .footer-item h4{
    padding-left: 30px;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 30px;
}

.footer-sec .footer-item h4::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.footer-sec .footer-block-right{
    margin-left:0px;
}


.footer-sec p {
    color: #fff;
    font-size: 14px;
    text-align:left;
}

.footer-sec .footer-wrap a {
    color: #fff;
    text-decoration: underline;
}

.content-footer {
    box-sizing: border-box;
}

.footer-sec .footer-block-right {
    max-width: 500px;
    float: right;
}

.footer-wrap.tth:before {
    right: 0;
}

.footer-sec .designed-block {
    width:50%;    
    float:right;
}
.footer-sec .designed-block p {
    opacity: 0.6;
}

.footer-wrap {
    float: left;
    width: 100%;
    padding-top: 25px;
    margin-top: 15px;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.21);
}

.footer-wrap:before {
    content: '';
    position: absolute;
    top: -3px;
    right: 22px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.footer-sec .footer-item h4:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.scroll-top {
    text-decoration: none !important;
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    overflow: hidden;
    width: 70px;
    height: 40px;
    cursor: pointer;
    text-align: right;
}

.content-footer {
	background: none;
}

.particular {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	display:none;
}

#wrapper {
	margin-left: 0;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
}


/* ==============================================
   =          ----- Contact Us Page  ------      =================
   ==============================================
*/

h1.thin {
    font-weight: 300;
}

/* ============================================
   =            Map Box Style                 =
   ============================================
*/


.map-box {
    float: left !important;
    width: 100% !important;
    height: 400px;
    position: relative;
    margin: 40px 0;
}

.map-box iframe{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

/* ============================================
   =            Contact Detail                =
   ============================================
*/

.contact-details {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: left;
}

.contact-details .blocks {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0;
}


.contact-details .bold-title {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 30px;
}

.contact-details h4 {
    margin-bottom: 10px;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.contact-details ul li a {
    padding: 2px 0;
    float: left;
    font-size: 18px;
    width: 100%;
}

.contact-details ul li a:hover {
    text-decoration: underline;
}

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

.contact-details .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding:2px 0;
}

/* ============================================
   =           Contact Page Form              =
   ============================================
*/

.contact-form-wrap {
    width:66% !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-form-holder {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.contact-form{
    width: 100%;
    float: left;
    margin-top: 30px;
}


.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"]{
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #999;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
}

.contact-form textarea{
    text-align: left;
    padding-top: 10px;
    max-width: 800px;
    height: 170px;
    resize: none;
    overflow: auto;
    background: none;
    overflow: auto;
    box-shadow: none;
}

.contact-form .hs-button.primary{
    float: left;
    border: 2px solid #000;
    background: none;
    padding: 15px 30px 15px 30px;
    line-height: 17px;
    cursor: pointer;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    font-family: 'Muli', sans-serif;
    -webkit-appearance: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-appearance: none;
}

.contact-form .hs-button.primary:hover {
    color: #ccc;
}

/* ============================================
   =           Continue Section               =
   ============================================
*/

.section-continue {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}



/* ==============================================
   =          ----- Services Page  ------        =================
   ==============================================
*/

.what-we-do-row1 {
    width:68% !important;
    margin-left:16% !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.super-header span {
    color: #ff5000;
    font-weight: bolder;
}

.super-header > div {
    position: relative;
    display: inline-block;
    font-size: 3em;
    font-weight: lighter;
    text-transform: uppercase;
}


/* ============================================
   =           What we Do                     =
   ============================================
*/


.what-we-do-row1 p{
    text-align:left;
}

.what-we-do-row1 .super-header > div:before, .what-we-do-row1 .super-header > div:after {
    display:none;
}


/* ============================================
   =          Services Section                =
   ============================================
*/

.services-holder {
    float: left;
    width: 100% !important;
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}


.services-holder .hs_cos_wrapper_type_custom_widget{
    float: left;
    width: 33.3%;
    position: relative;
    padding: 10px 20px 10px 0;
    overflow: hidden;
}


.serv-item-inner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.serv-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.21);
    z-index: 2;
}


.serv-item img {
    position: relative;
    width: 100%;
    height: auto;
}

.serv-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.box-item a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
}

.box-item a img, .serv-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.st-3 .grid-item-holder a img, .gallery-item img, .grid-sizer img, .grid-item h3, .grid-item span, .ser-title h3:before, .ser-title {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.ser-title {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    width: 100%;
    left: 0;
}

.ser-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-table;
}

.ser-title h3:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -6px;
    left: 0;
    background: #fff;
}

.act-ser .ser-title h3:before {
    width: 0;
}

.act-ser .ser-title {
    bottom: 50px;
}


/* ============================================
   =           Service Details                =
   ============================================
*/

.ser-post-sec {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width:100%
}

.serv-post {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.serv-details {
    float: left;
    width: 100%;
    position: relative;
    display: none;
    text-align: left;
    padding-top:30px;
}

.serv-details h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    color: #ff5000;
}


.serv-post .desc ul {
    list-style: circle;
    float: left;
    width: 100%;
    padding: 10px 0 10px 14px;
}

.serv-post .desc li {
    width: 100%;
    float: left;
    margin-bottom: 4px;
    color: #000;
    padding-left: 10px;
    font-size: 18px;
}

.services-images {
    margin: 20px 0;
}

.services-images img {
    width: 32.5%;
    height:auto;
}



/*==========================================================
  =                Styling Blog Listing Page               =    
  ==========================================================*/
  
.hs-blog-listing .post-item {
    float: left;
    padding-bottom:20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
}

.hs-blog-listing .post-header {
    margin-top:10px;
}

  
.hs-blog-listing .hs-blog-social-share {
    display:none;
}

.blog-listing-wrapper .custom_listing_comments {
    display: none;
}

.hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width:100%;
}


.hs-blog-listing .blog-text {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin-top: 10px;
}


.hs-blog-listing .blog-text p {
    font-size: 18px;
    padding-top: 10px;
    text-align:left;
}

.blog-text h3 {font-size:18px; }

.hs-blog-listing .post-body {
    text-align: left;
}


.hs-blog-listing .blog-text .btn {
    margin-top: 15px;
}

.hs-blog-listing article .btn {
    float: left;
}

.hs-blog-listing .hs-featured-image-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.hs-blog-listing .hs-featured-image-link {
    display: inline-block;
    overflow:hidden;
    width:100%;
}

.hs-blog-listing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.hs-blog-listing .hs-featured-image-wrapper a .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hs-blog-listing .hs-featured-image-wrapper a img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.hs-blog-listing .hs-featured-image-wrapper a:hover .overlay {
    opacity: 0.3;
}

.blog-listing-wrapper .hs-featured-image-wrapper a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.hs-blog-listing .blog-pagination {
    display: none;
}


/*===================================================
 =         Styling Blog listing sidebar Section                     
 =====================================================*/


.sidebar {
    padding: 0 0 0 30px;
    margin:0 !important;
}

.searh-holder {
    max-width: 450px;
    margin-top: 20px;
    position: relative;
}

.searh-inner {
    float: left;
    width: 100%;
    position: relative;
}

.search {
    border: 1px solid rgba(0,0,0,.07);
    float: left;
    background: #fff;
    border-radius: none;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    color: #000;
    -webkit-appearance: none;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 40px;
}

.hs-blog-listing .cat-block {display:none;}


.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}




/*===================================================
 =         Styling Blog Detail Page                     
 =====================================================*/


.hs-blog-post .widget-type-blog_comments , .hs-blog-post .hs-author-avatar, .hs-blog-post .hs-blog-social-share , .hs-blog-post .content-holder {
    display: none;
}

.hs-blog-post .post-header {
    margin-top: 10px;
}

.hs-blog-post .section-title {
    margin-bottom: 15px;
}

.hs-blog-post .hs-featured-image {
    padding:20px 0;
}

.hs-blog-post h3.title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
}

.hs-blog-post p{
    font-size: 18px;
    padding-top: 10px;
    text-align:left;
}

.hs-blog-post a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.widget h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.cat-item {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.cat-item a {
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    color: #000;
    text-transform: uppercase;
}




/*==========================================================
  =                Styling About Us Page                   ==========================    
  ==========================================================*/
  
.our-company {
    padding-top: 40px;
}

.our-company__cols .left-block, .our-company__cols .right-block  {
    width:50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0;
}

.our-company__text {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    padding-top: 20px;
}
  
  
/*==========================
    Business Model Section
  ==========================*/
  
  
.business-model .super-header h3{ 
    color:#000;
}

.business-model .left-sec {
    width: 41.66666667%;
}

.business-model .right-sec {
    width: 50%;
    margin:0;
}

.business-model .left-sec, .business-model .right-sec {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;  
}

.business-model .right-sec { text-align:left; }

.business-model img {
    width: 100% !important;
    margin-bottom:10px;
}

.business-model h2 {
    text-transform: uppercase;
    padding-top: 40px;
}

.business-model p, .simp-app p, .e-commerce-content p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.simp-app ul, .business-model ul, .e-commerce-content ul {
    padding-left: 20px;
    text-align: left;
}

.simp-app li, .business-model li, .e-commerce-content li {
    list-style: disc;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}

.business-motto {
    width:66% !important;
    padding:0 15px;
    margin-left:16% !important;
    margin-top: 60px;
}

.business-motto p{
    font-size: 2em;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
    margin:0;
    padding:0;
}
  
.business-motto:before , .business-motto:after{
    content: '';
    width: 100%;
    height: 1px;
    margin: 20px auto;
    display: block;
    background: gray;
}


/*============================
    Business Content Section
  ============================*/
  
  
.business-content .container {
    max-width: 940px;
}

.business-cnt-sec .hs_cos_wrapper_type_custom_widget {
    display:inline-block;
    width:100%;
    margin-bottom: -3px;
}
  
.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-image {
    max-width: 300px;
    display:inline-block;
}

.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-image img {
    height: auto;
}

.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-contents {
    width: calc(100% - 305px);
    display: inline-block;
    padding-left: 40px;
}

.parallax-box img {
    opacity: 0.6;
}

.last-row .inside-image {
    position: absolute;
    left: 0;
    right: 45%;
    margin: auto;
}

.last-row .inside-image {
    max-width: 500px;
    opacity: 0.6;
}

.business-content_last .container {
    padding-top: 100px;
    padding-bottom: 250px;
}

.last-row-content.business-content-right {
    float:none;
    display:inline-block;
}


/*============================
        Our Client Section
  ============================*/
  
  
.right-align-dec {
    right: 10%;
}

.headphones img {
    width: 400px;
}

#our-clients .sect-subtitle:after ,#our-clients .sect-subtitle:before{ display:none; }


.clients-about {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index:2;
}

.clients-about .super-header h3:before,.clients-about .super-header h3:after, .clients-about .super-header > div:before, .clients-about .super-header > div:after{ display:none; }
.hide h3:before,.hide h3:after, .hide > div:before, .hide > div:after{ display:none; }



.super-header_normal h3 { color: #fff; }

.client-slider img {
    max-width: 150px;
    height: auto;
    margin:0 auto;
}

.client-slider .owl-nav {
    display:none;
}

.client-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.client-slider .owl-dots .owl-dot span {
    width: 22px;
    height: 2px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    background: #fff;
    position: relative;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.client-slider .owl-dots .owl-dot.active span {
    height: 4px;
}

.client-slider .owl-controls {
    bottom: -30px;
    margin:0;
    text-align:center;
}

.client-slider__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 70px;
    text-align:center;
}

.client-slider__text p { text-align:center; padding:0;}




/*============================
        Press Section
  ============================*/ 
  
  
  
#awards .super-header h3 { color:#000; }

.press .slider-wrap {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
}

.single-slider-holder {
    margin-bottom: 20px;
}

.fullwidth-slider-holder, .single-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}


.single-slider .item {
    position: relative;
}
  
.press .single-slider img {
    max-width: 80% !important;
    width: auto !important;
    height:auto;
    display: block;
    margin: 0 auto;
}

.press .single-slider .item__text {
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.press .single-slider .item__text h1 {
    font-size: 2.5em;
    text-transform: none;
    margin-top: 30px;
    color:#000;
}

.press .single-slider .item__text h1:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: gray;
    margin: 20px auto;
    
}

.press .single-slider .item__text p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color:#000;
}

.press .single-slider .owl-controls {
    margin-top:0;
    position:static;
}

.single-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    padding-left:40px;
    overflow:hidden;
    line-height: 40px;
    background: rgba(0,0,0,0.31);
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 20;
}

.single-slider .owl-next:before, .single-slider .owl-prev:before {
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
}

.single-slider .owl-prev {
    left: 10px;
}

.single-slider .owl-next {
    right: 10px;
}

.single-slider .owl-stage {
    transition: all 1s ease-in-out !important;
}

.press img {
    width: 100% !important;
    max-width: 150px !important;
    display: inline-block;
    margin: 0 auto;
    vertical-align:middle;
}


/*================================
        Survey Slider Section
  ================================*/  
  
  
#survey .press-title-block , #survey .survy-slider-block  {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    z-index:2;
}

#survey .press-title-block {
    text-align: left;
    width: 33.33%;
}

#survey .survy-slider-block {
    width: 66.66%;
    margin:0;
}

.stars-row {
    display: flex;
    font-size: 1.2em;
    font-weight: lighter;
    align-items: center;
    margin-bottom: 10px;
}

.stars-row__text {
    width: 120px;
    text-align: left;
}

#survey .survy-slider-block a.text-link {
    color: #fff;
    float: left;
    margin-top: 20px;
}

#survey a.text-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

#survey a.text-link:before {
    background: #fff;
}


/*================================
       leadership Section
  ================================*/  
  
  
.leadership .container {  
  position:relative;
}

.leadership .super-header h3 {color:#000;}

.leadership img {height:auto;}

.leadership-box {
    float: none !important;
    width: 100% !important;
    position: absolute !important;
    left: auto !important;
}

.leadership-box img {
    opacity: .8 !important;
}

.leadership img {
    width: 100%;
}

.leadership-text {
    position: relative;
    margin-bottom: 100px;
}

.leadership__mobile {
    display: none !important;
}

.about-jeff {
    width: 58% !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.leadership-person-title_right {
    text-align: right;
}

.leadership-person-title {
    margin-bottom: 30px;
    margin-top: 50px;
}

.leadership-person-title h2 {
    color: #ff5000;
}

.leadership-person-title_left {
    text-align: left;
}

.leadership .second-row {
    width:58.33%;
    margin-left: 41.66% !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*================================
       Investors Section
  ================================*/  
  
  
  
.investors .container { position:relative; }


.investors .super-header h3:before,.investors .super-header h3:after, .investors .super-header > div:before, .investors .super-header > div:after{ display:none; }

.investors .section {
    padding-top: 70px;
    padding-bottom: 70px;
}




/*================================
       Investors Content Section
  ================================*/  
  
.investors-content .container {
    max-width: 850px;
}

.investors-content img {height:auto;}
  
.investors-content__image {
    max-width: 300px;
    display:inline-block;
}

.investor-content-block {
    width: calc(100% - 303px) !important;
    margin: 0 !important;
    padding-left:40px;
    display:inline-block;
}

.investor-content-block.odd {
    padding-left:0;
    padding-right:40px;
}

.investors-content .section {
    padding-top: 5px;
    padding-bottom: 5px;
}

.investors-content h2 {
    padding-top: 100px;
    text-transform: none;
}

  

/*================================
       Our History  Section
  ================================*/ 
  

.our-history-wrapper .super-header{
    padding-top: 28px;
}

.our-history__image {
    position: relative;
}

.our-history__image {
    width: 90% !important;
    margin: 0 auto !important;
    float:none !important;
}

.our-history__image img {
    width: 100% !important;
}

.our-history {
    background: url(https://cdn2.hubspot.net/hubfs/2449211/Social_Imprints/Images/AboutUs/timeline_bg.jpg);
    padding: 50px 0 100px 0;
    box-sizing: border-box !important;
    max-width: 1920px;
    margin: 0 auto !important;
    float:none !important;
}

.our-history__text {
    position: absolute;
    font-size: 1em;
    text-align: left;
}

.our-history__text_1 {
    top: 7.8%;
    left: 19%;
}

.our-history__text_2 {
    top: 10%;
    left: 65%;
}

.our-history__text_3 {
    top: 35%;
    left: 4.7%;
    text-align: right;
}

.our-history__text_4 {
    top: 36%;
    right: 29%;
    text-align: right;
}

.our-history__text_5 {
    bottom: 19%;
    left: 1.4%;
}

.our-history__text_6 {
    bottom: -4%;
    left: 29.5%;
}

.our-history__text_7 {
    bottom: -3%;
    right: 7%;
}

.section-continue {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

/*==========================================================
  =                Styling Technology Page                   ==========================    
  ==========================================================*/

/*=============================
        E-Commerce Section
  ==============================*/
  
.e-commerce-content .right-content{
    margin:0;
    padding:0 15px 30px 15px;
}

.e-commerce-content .left-img {
    padding: 0 15px;
}

.e-commerce-content .left-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.e-commerce-content .left-content h3{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    color: #ff5000;
    margin-top:30px;
}

.e-commerce-content p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.e-commerce-content .right-slider {
    margin:0;
    padding: 0 15px;
}

.investors__text p{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px;
}

.e-commerce-content .business-motto p{
    font-size: 2em;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
    text-align:center;
} 

.customer-portal .super-header h3:before{
    background-color:#ff5000;
}

.customer-portal .super-header h3:after{
    background-color:#ff5000;
}

/*====================================
        Event-organistaion section
 =====================================
*/

.event-org .super-header > h2 {
    position: relative;
    display: inline-block;
    font-size: 3em;
    font-weight: lighter;
    text-transform: uppercase;
}

h2.orange {
    color: #FF5000;
    font-weight:100;
}

.dark-bg2 {
    background: #fff;
}

.copa-integration-sec .super-header h3:before,.copa-integration-sec .super-header h3:after{
    background-color:#ff5000;
}

.e-commerce-content .single-slider .owl-controls {
    margin-top: 0;
    position: static;
    width: 100%;
    bottom: 30px;
    z-index: 10;
    text-align: center;
}

.e-commerce-content .single-slider .owl-next {
    right: 10px;
}

.e-commerce-content .single-slider .owl-prev {
    left: 10px;
}

.e-commerce-content .single-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.e-commerce-content .single-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.e-commerce-content .single-slider .owl-dots .owl-dot span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    margin: 5px 7px;
   -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;

}

.e-commerce-content .single-slider .owl-dots .owl-dot.active span {
    height: 4px;
}

.dark-bg2 .overlay {
    opacity: 0.8;
    background: #fff;
}

.business-content-right h2{
    color: #000 !important;
    font-size:20px;
    line-height: 25px;
}

.business-content-right p{
    color:#000 !important;
    font-weight:500;
}

.row.even .business-content-right {
    float: left !important;
}

.row .business-content-right {
    float: right !important;
    width: 58% !important;
}

/*==================================
        4 Reasons section
  ==================================*/
  
  
.reason-wrap .super-header {
    position: relative;
    z-index: 1;
    font-weight:100;
}

.reason-wrap .section {
    padding:70px 0;
}

.reason-sec h2.section-title {
    color: #000;
    font-size: 20px;
    line-height: 25px;
}

.reason-sec .desc p {
    color: #000;
}


.reason-content__image {
    width: 49%;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.reason-content__image img {
    height: auto;
    max-width: 250px;
}

.reason-content-block {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
}

.purchasing-portal {
    position: relative;
    z-index: 1;
}


/*-----------------------------------------------*/

.investors__text {
    width:66% !important;
    float: none !important;
    margin: 0 auto !important;
}

.blog-media2{
    width:40% !important;
        margin: 0 auto !important;
    float: none !important;
}

.blog-media2 .single-slider .owl-controls {
    margin-top: 0;
    position: static;
    width: 100%;
    bottom: 30px;
    z-index: 10;
    text-align: center;
}

.blog-media2 .single-slider .owl-next {
    right: 10px;
}

.blog-media2 .single-slider .owl-prev {
    left: 10px;
}

.blog-media2 .single-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.blog-media2 .single-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.blog-media2 .single-slider .owl-dots .owl-dot span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    margin: 5px 7px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;

}

.owl-carousel .owl-item img {
    height: auto;
}

.blog-media2 .single-slider .owl-dots .owl-dot span.active{
    height:4px;
}

.media-blog2 .single-slider .owl-dots .owl-dot.active span {
    height: 4px;
}

#demos2 .owl-controls .owl-nav .owl-prev{
    display:block !important;
}

#demos2 .owl-controls .owl-nav .owl-next{
    display:block !important;
}

.blog-media2 .single-slider .owl-dots .owl-dot.active span {
    height: 4px;
}

.investors__text {
    z-index: 1;
    position: relative;
    width: 100% !important;
}

.customer-portal .investors__text {
    z-index: 1;
    position: relative;
    width: 66% !important;
}

.event-org p {
    text-align: center !important;
}

.investors__text p {
    text-align: center;
    margin-bottom: 30px;
}

.customer-portal .investors__text p {
    text-align: left;
}

.customer-portal .hide h3 {
    color: #000;
    font-weight: 100;
}

 
  

/* ====================================================================================================
   =            ---------------------- DESKTOP STYLE ENDS HERE ------------------------               =============================================    
   ====================================================================================================    
*/
		

/* ====================================================================================================
   =            ---------------------- Responsive Design ------------------------                      =======================================    
   ====================================================================================================    
*/


@media only screen and (max-width: 1236px) {
    
    
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/

    .header {
         width: 90% !important;
    }
    
    .our-history-wrapper {
        display: none !important;
    }
    
    .ytplayer-container iframe {
        height:100% !important;
        width:1200px !important;
    }


}


@media only screen and (max-width: 1036px) {
   
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/
 
    .header {
        width: 100% !important;
    }
    
    .header .header-inner {
        padding-left: 30px;
    }

    .slideout__trigger {
        top: 80px;
    }
    
    .header-social {
        float: right !important;
    }
    
    
    .parallax-inner .bg {
        height: 100%;
        top: 0;
    }
    
    section ,.section{
        padding: 50px 0;
    }
    
    .sect-subtitle {
        display:none;
    }
    
    .our-clients-sec {
        padding-top: 50px;
    }
    
    .mobile-featured-img {
        display:block;
    }
    
    .desktop-featured-img {
        display:none;
    }
    
    .featured-img , .post-content {
        width:100%;
        max-width:100%;
    }
    
    .news-article .hs-featured-image {
        width:100%;
    }
    
    .content.continue .creat-list li{
        float:none !important;    
    }
    
   .content.continue .creat-list li a {
        margin-bottom: 15px;
        font-size:2em !important;
    }
    
    .content.continue .brand {
        font-size: 2em !important;
    }
    
    .content-footer {
        position: relative;
        float: left;
        padding: 0;
    }
    
    .footer-main #wrapper {
        background:none !important;
        min-height:auto !important;
    }
    
    
    .footer-sec {
        background: linear-gradient(to right, rgba(5,3,0,1) 0%, rgba(255,39,10,0.6) 100%);
        padding: 50px 0;
    }
    
    .footer-main {
        min-height:auto !important;
    }
    
    .content-footer:before {
        display:none;
    }
    
    .height-emulator {
        display:none;
    }
    
    .particular {
        display: none !important;
    }
    
/*========= Contact Page Responsive ============*/

    .contact-details h4 {
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    
/* ============================================
   =       Aboutus Page Responsive            =
   ============================================
*/  

.business-content_last .section {
    padding:0;
}

.business-content .parallax-box {
    transform: translateY(0) !important;
}


    

   
}

@media only screen and (max-width: 992px) {
    
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/

    
    .hero-wrap {
        min-height:640px;
    }
    
     .welcome-social-sec .left-block,  .welcome-social-sec .right-block {
        width:100%;
    }
    .welcome-social-sec .right-block {
        margin:0;
    }
    
    #survey-results .row {
        margin:0 !important;
    }
    
    .result-content .col-md-5{
        width:100%;
    }
    
    .result-content .col-md-offset-3 { 
        margin-left:0;
    }
    
    .result-content .col-md-2 {
         width:100%;
    }
    
    .piechart-holder_results {
        padding-top:10px !important;
        top:0;
    }
    
    .our-clients  .hs_cos_wrapper_type_linked_image {
        width:auto;
    }
    
    .footer-sec .footer-block-right {
        width:100% !important;
        float:none !important;
    }
    
    .footer-sec .footer-block-right .footer-item {
        width:100%;
        margin:0 0 15px 0;
    }
    
    .footer-sec .designed-block {
        width: 100% !important;
    }
    
    .testimonial-title,.testimonial-wrap {
        width:100% !important;
        padding:0;
    }
    
/* ================================================
   =       Contact Page Responsive                =
   ================================================
*/


    .contact-details .blocks {
        width: 100%;
        padding: 0;
    }
    
    .contact-form-wrap {
        width: 100% !important;
        padding: 0;
    }
    
    
/* ==============================================
   =       Services Page Responsive             =
   ==============================================
*/

.what-we-do-row1 {
    width:100% !important;
    margin:0 !important;
}


/* ==============================================
   =       Blog listing page Responsive         =
   ==============================================
*/


.blog-post-sec , .sidebar {
    width:100% !important;
}

.sidebar { padding:0; }


body.hs-blog-post .blog-post-sec {
    margin-top: 30px;
}


/* ============================================
   =       About Us Responsive                =
   ============================================
*/

.our-company__cols .left-block, .our-company__cols .right-block {
    width:100%;
}

.business-model .left-sec,.business-model .right-sec {
    width: 100%;
}

.business-model .row {
    margin-left:0 !important;
    margin-right:0 !important;
}

.business-motto {
    width:100% !important;
    margin-left:0 !important;
}

.business-content__image {
    width: 100% !important;
    margin-left: 0 !important;
    float:none !important;
    display:inline-block !important;
}

/*-------- Business Custom Module Responsive---------*/

.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-contents {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 40px;
}

.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-image.desktop {
    display: none !important;
}

.business-cnt-sec .hs_cos_wrapper_type_custom_widget .business-image.mobile {
    display: block !important;
    margin: 0 auto;
}

/*------------- Ends Here ---------------*/

.parallax-box {
    width: 100%;
    margin: 0 auto !important;
    float: none;
    left:0;
}

.parallax-box img {
    max-width: 400px;
    width:100%;
}

.even .up.business-content-right {
    padding-top: 340px;
}


.business-content-right {
    width: 100% !important;
    margin: 40px 0 0 0 !important;
}

.even .business-content-right {
    margin-left: 0% !important;
}

.business-content-right {
    padding:0 !important;
}

.business-content .row {
    margin-right:0;
}

.even .business-content__image {
    width:100% !important;
    float:none;
    display:inline-block;
}

.row3 .business-content__image {
    margin-left: 0 !important;
}

.row4 .business-content-right {
    margin-left: 0 !important;
}

.business-content .inside-image {
    position: relative;
    opacity: .5;
}

.business-content .section {
    padding: 0;
}


.row4 .business-content__image {
    width: 100% !important;
}

.up.business-content__image {
    position: absolute;
    left:0;
    top:0;
}

.up.business-content-right {
    padding-top: 320px;
}


.business-content_last .section {
    padding: 0;
}

.business-content_last .container {
    padding-top: 0px;
    padding-bottom: 50px;
}


.parallax-box {
    transform: translateY(0) !important;
}

#survey .press-title-block {
    margin-bottom:10px;
}

#survey .survy-slider-block, #survey .press-title-block {
    width:100%;
}

#survey .survy-slider-block .row {margin:0;}

.leadership-box {
    display:none;
}

.leadership__mobile {
    display: inline-block !important;
    width: 39%;
}

.about-jeff {
    display: inline-block;
    vertical-align: top;
    width: 60% !important;
}

.leadership .second-row {
    display: inline-block;
    margin-left: 0 !important;
    vertical-align: top;
}


/* ============================================
   =       Technology Responsive              =
   ============================================
*/


.e-commerce-content .left-img {
    width: 100%;
}

.e-commerce-content .parallax-box img {
    max-width: 100%;
    opacity: 1;
}

.e-commerce-content .right-content {
    width: 100%;
    margin-top: 20px;
}

.e-commerce-content .left-content {
    width: 100%;
}

.right-slider {
    width: 100% !important;
}

.right-slider #demos1 {
    max-width:600px;
    margin: 30px auto 0;
}

.reason-wrap .content {
    display: inline-block !important;
}

.reason-wrap .section {
    padding:50px 0;
}

.reason-content__image {
    width: 100%;
}

.reason-content-block {
    width: 100%;
    margin-top:30px;
}

.customer-portal .investors__text {
    width:100% !important;
}

.reason-content__image.desktop {
    display: none;
}

.reason-content__image.mobile {
    display: block !important;
}

.blog-media2 {
    width: 100% !important;
    left: auto;
}

/*-----------technology page spacing-----------------*/

.e-commerce-content .business-motto {
    margin-top: 30px;
}

.event-org .section {
    padding-top: 0;
}

.reason-sec .section {
    padding: 10px 0;
}

.purchasing-wrap .section {
	padding:20px 0;
}

.simp-app .section {
	padding:20px 0;
}

/*------------------------------------------*/


    
}


@media only screen and (max-width: 873px) {
    
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/

 
  .header .custom-menu-primary li a {
        padding: 10px 6px 38px!important;
    }
}




@media only screen and (max-width: 779px) {
    
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/


    .header .header-inner    {
        width:65%;
    }
    
    .header-social {
        margin-right:15px;
    }
    
     /*================= Homepage Responsive ====================*/
     
    .contact-details .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        padding:0 !important;
    }
  
    
    
/* ============================================
   =       About us Responsive                =
   ============================================
*/


.leadership__mobile {
     width: 100%;
    max-width: 400px;
}


.about-jeff {
    width: 100% !important;
}

.leadership .second-row {
    width:100%;
}

.leadership-text.row {
    margin-right: 0;
}

.investor-content-block {
    width:100% !important;
    padding-right:0 !important;
    padding-left: 0 !important;
}

.investors-content__image.odd, .investors-content__image {
    float: none !important;
    display:inline-block !important;
}

.investors-content__image.desktop {
    display: none !important;
}

.investors-content__image.mobile {
    opacity: 0.6;
}

.investors-content {
    padding: 50px 0;
    display:inline-block !important;
    margin-bottom:-3px;
}

.investors-content h2 {
    padding-top:50px;
}

.investors-content .row {
    margin-right:0;
}

    
}


@media only screen and (max-width: 640px) {

/* ============================================
   =       Homepage Responsive                =
   ============================================
*/
    .hero-wrap {
        min-height: 500px !important;
    }
    
    .simpr-wrap h1 {
        font-size: 2em;
    }

    .section-title {
        font-size: 30px;
        line-height: 34px;
    }
    
    .sequence-simpr h1 {
        font-size: 2em;
    }
    
    .mob-bg {
        display: block;
    }
    
    .background-youtube.loaded {
        display: none;
    }
    
/*----  Service Page    -----*/

    .services-holder .hs_cos_wrapper_type_custom_widget{
        width: 100%;
        padding-right: 0;
    }

}


@media only screen and (max-width: 483px) {
    
/* ============================================
   =       Homepage Responsive                =
   ============================================
*/

    .header-social {
        margin-left: 0px !important;
    }

}
















