/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');

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



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; color: #848484; font-family: "Roboto",sans-serif; font-size: 14px; font-weight: 400; line-height: 24px;  letter-spacing: 0.5px;  }
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;      font-family: "Poppins",sans-serif;  color: #444;  font-weight: 300; text-transform: uppercase;   }
h1 { font-size:60px; line-height:1.2; }
h2 { font-size:39px; line-height:1.4;      color: #444;
    padding-bottom: 13px; font-weight: 100; }
h3 { font-size:36px; line-height:1.4; }
h4 { font-size:24px; line-height:1.4; }
h5 { font-size:22px; line-height:1.4; }
h6 { font-size:14px; line-height:1.4; }


img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#333; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { color:#f6514c; }
p { margin:0; }

* + p { margin-top:18px }
input[type=submit] { cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/1831846/Cogo_Assets_2017/Images/Home%20Page/blank.png) !important;  }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1320px; padding-left: 15px; padding-right: 15px; }
.wrapper.V2{ max-width:1360px; }

.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
 .overlay > * { position:relative; z-index:2; }
.overlay:before { content:''; background-color: rgba(0,0,0,0.6);  top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
.overlay.desOpacity:before { background:rgba(25, 31, 62, 0.40); } 
.get-bg { display:none !important; }
.altBg { background:#191f3e; }
.greenBg { background:#89c632; }
.orangeBg { background:#f89424; }

.fontGray, .fontGray a { color:#616161; }
.fontLightGray, .fontLightGray a { color:#999999; }
.fontGreen, .fontGreen a { color:#89c632; }
.fontOrange, .fontOrange a { color:#f89424; }
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6, .fontWhite p  { color:#fff; }
.fontWhite a:hover { color:#eeb00e; }

.button a , a.button { padding: 15px 59px; color: #fff; border: 1px solid #fff; max-width: 100%; display: inline-block; border-radius: 50px; font-weight: 500; background-color: transparent;  text-transform: uppercase;
    position: relative; z-index: 1; overflow: hidden; font-size: 14px;  margin-top: 20px; }
.orangeButton a { color: #fff; background-color: #ff7f45;     box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3); }
.button a:hover,.button.active a { color: #444; background-color:#fff; }
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.noListStyle ul { list-style:none; padding:0; margin:0; }
.listStyle ul { margin:0; padding:0; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:25px; position:relative; font-weight:500; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#ea8c20; font-weight:normal; top:1px;  }
.listStyle ul li:not([class*="fa-"]):before { content:"\f046"; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */



.fl { float:left; }
.fr { float:right; }
.ib { display: inline-block; vertical-align:top; margin-right:-4px; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }


/*unique paddings*/
.pl0 { padding-left:0; }
.pr0 { padding-right:0; }
.p0-0 { padding-left:0; padding-right:0; }
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }

::-webkit-input-placeholder { opacity:1 !important; color:#fff !important;  }
::-moz-placeholder { opacity:1 !important; color:#fff !important;  }
:-ms-input-placeholder { opacity:1 !important; color:#fff !important;  }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display:block; outline:none; background: transparent; font-size:14px; line-height:20px;  font-family: "Roboto",sans-serif; font-weight: 400;  margin:0; padding: 2px 15px 10px 0; width:100%  !important;  height: auto;  color: #000; border-radius: 0px; letter-spacing: 0.06em; border: none;     border-bottom: 1px solid #9e9e9e;  }
textarea { min-height: 40px; } 
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#33cccc ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#33cccc ; border-color:#33cccc  }
form input[type="checkbox"]:checked+span:before {  border-color:#33cccc ; font-size:12px; background:#33cccc ; color:#fff }
 fieldset { max-width: 100% !important;  }
.hs-form-field {margin-bottom: 25px !important; }
input[type="submit"] { padding: 19px 58px; letter-spacing: 0.06em; color: #fff; font-size: 14px; border: none; max-width: 100%; display: inline-block; border-radius: 2px; font-weight: 500; font-family: "Roboto",sans-serif; background-color: #f6514c;
    text-transform: uppercase; position: relative; z-index: 1; overflow: hidden; transition: all ease .3s; -webkit-transition: all ease .3s; }
.actions { text-align: center; margin-top: 30px;}
input[type="submit"]:hover { color: #fff; }



.hs-form-required { display: none; }

/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }
/*<<<<<<<<<<*/


.titleStyle {  text-align: center; }
.titleStyle:after { content:'';    display: block; height: 15px; width: 155px;     background-image: url(https://cdn2.hubspot.net/hubfs/1831846/business%20%20Theme%20Assest/titleStyle.png) ; background-repeat: no-repeat ; background-position: center;
    background-size: contain; display: block; margin: 10px auto 20px;  }
    
    

.parallax-section-1 { background-position: center top; background-repeat: no-repeat; background-attachment: fixed;  }




/*page wise css*/
.row-fluid .headerSection { position: fixed; top: 0; left: 0; z-index: 10;  width: 100%;}
.siteLogo img  {  width: 148px !important;  padding: 21px 0; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;  -moz-transition: all ease 0.5s; }
.siteNavigation { text-align: right; }

.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul {  text-align: left; float:right; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { float: left ; text-transform: uppercase; font-size: 12px; }

.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {     padding: 42px 15px 41px; color:#fff; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover { background-color: #000; color: #fff; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 100% ;     min-width: 190px;  background-color: #f8f8f8; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  a{ padding: 13.5px 25px 13.5px 22px; color: #333;  opacity: 0.6; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  a:hover{  opacity: 1; }
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > a { background-color:#000; color:#fff;  }


.BannerLeft h1 { font-size: 60px; line-height: 72px; margin-bottom: 37px; color: #fff; } 
.sep {  background-color: rgba(255,255,255,0.2);  display: block;  height: 1px; position: relative; }
.sep:before { background-color: #fff;  content: ""; height: 1px; left: 0; position: absolute; top: 0;  width: 110px; }
.bannerDescription{ font-size: 18px; padding: 40px 0 20px 0; color: rgba(255,255,255,0.87); line-height: 1.6; }
.BannerLeft .button { width: auto !important;  display: inline-block !important ; float : none !important; margin: 0 10px 0 0 !important; }
.allBannerContent > .row-fluid-wrapper > .row-fluid  { display: table; float : none; width: 100%; height: 800px; }
.allBannerContent > .row-fluid-wrapper > .row-fluid  > div { float: none;  display: table-cell; vertical-align: middle; width: 50%; }
.row-fluid .BannerRight {  padding-left: 17.5%; } 
.row-fluid .BannerRight > .row-fluid-wrapper{ position: relative; z-index: 1; background-color: #fff;     border-radius: 145px 0; }
.row-fluid .BannerRight > .row-fluid-wrapper h3 { margin-bottom: 30px; position: relative; z-index: 1; font-size: 19px;  color: #444; text-transform: unset; text-align: center; }
.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12  { position: relative;  padding: 50px 50px 90px; overflow: hidden;  }   
.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12:before,.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12:after {content: "";
    width: 0; height: 0; border: 40px solid transparent; border-top-color: #f6514c;  border-left-color: #f6514c; top: 6px; position: absolute; left: 6px; }
.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12:after { left: auto; right: 5px; top: auto; bottom: 5px; border-right-color: #f6514c; border-left-color: transparent; border-bottom-color: #f6514c; border-top-color: transparent; }
.bannerSection  { overflow: hidden; }
.row-fluid .BannerRight > .row-fluid-wrapper { position: relative; }
.row-fluid .BannerRight > .row-fluid-wrapper:before { height:146%; position:absolute; left:50%; content:''; top:-176%; width:370%; background-color:rgba(255,255,255,0.25); transform:skewY(-45deg) translateX(-50%); -webkit-transform:skewY(-45deg) translateX(-50%); }
    .row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid {     overflow: hidden; position: relative; }    
.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid:before {    display: block;
    position: absolute; width: 253px; background: #fff; height: 35px;
    transform: rotate(135deg);
    top: 30px;
    left: -58px; }
.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid:after { display: block; position: absolute; width: 253px; background: #fff; height: 40px;  transform: rotate(135deg); bottom: 20px; right: -48px; }    






    
.row-fluid .serviceContent { width: 880px; max-width: 100%; margin: 18px auto 0 !important; text-align: center; float: none; color: #444; font-size: 14px; line-height: 22px;  padding-top: 13px; }    

.serviceSection { padding: 150px 0; }
.allService { margin-top: 100px; }
.allService > span > .hs_cos_wrapper{  float: left; width: 25%;     padding-left: 15px;  padding-right: 15px; }    
.servicesImage img { width: 70px;  margin-bottom: 20px; }     
.allService h6 { font-weight: 400; margin-bottom: 20px;     letter-spacing: 2.8px;     font-size: 14px;}
.readMoreButton a { background-color: #00b8d3; border-radius: 0 30px 30px 0; color: #fff; display: block; height: 35px; position: relative;  width: 80px;  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.readMoreButton a span { position: absolute; top: 50%; opacity: 0; text-transform: capitalize;
    white-space: nowrap; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; left: -webkit-calc(50% - 17px);
    left: -moz-calc(50% - 17px); left: calc(50% - 17px); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.readMoreButton  { margin-top: 15px;}
.readMoreButton a i  { background-color: #fff; border-radius: 30px; color: #00b8d3; font-size: 18px; height: 33px; line-height: 33px; position: absolute; right: 1px; text-align: center; top: 1px; width: 33px; }
.services:hover .readMoreButton a { width: 250px; }
.services:hover span { opacity: 1; }
#go-top { bottom: 0; color: #fff; font-size: 30px; height: 82px; line-height: 82px;  position: fixed; right: 0; text-align: center; width: 82px; z-index: 50; -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px); -ms-transform: translate(100%, 0px); -o-transform: translate(100%, 0px); transform: translate(100%, 0px); }
#go-top:after { border-color: transparent #444 #444 transparent; border-style: solid; border-width: 41px; bottom: 0; content: ""; position: absolute; right: 0; z-index: -1; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
#go-top i { bottom: 14px; position: absolute; right: 16px; }
#go-top.active { -webkit-transform: translate(0px);  -moz-transform: translate(0px); -ms-transform: translate(0px); -o-transform: translate(0px);  transform: translate(0px); }
#go-top:hover:after { border-color: transparent #f6514c #f6514c transparent; }
.footerSection {  padding-top: 150px ; background-color: #f7f7f7; } 
.footerSection h4 {     margin-bottom: 30px;     letter-spacing: 2.8px;    font-weight: 700;      font-size: 19px;}
.contactText a {color: #848484; font-weight: 700 ;   }
.contactText a:hover {color: #f6514c; }


.siteNavigation { line-height: 1}
.headerFixed .headerSection, .BlogPage .headerSection { background-color:#fff;  }
.BlogPage .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { color: #848484; }
.BlogPage .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover { color: #fff; }
.headerFixed .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{ color: #848484;     padding: 27px 15px; }
.headerFixed.logoWhite .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{   padding: 34px 15px; }
.headerFixed .siteLogo img { width: 117px !important; padding:12px 0; }
.headerFixed .SiteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { font-size: 12px; color:#f7e03f; }
.BlogPage.headerFixed .headerSection{    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1);}
.headerFixed .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover { color: #fff;  }

/*blog page*/
.ForBlogBanner  { padding: 220px 0 110px; }
.ForBlogBanner.overlay:before{ background: rgba(0,0,0,0.5); }
.blogBodySection { padding: 150px 0; }
.blogBodySection .post-item { display: table; width: 100% ; height: 100%;  padding-bottom: 50px; }
.blogBodySection .post-item > div { display: table-cell ;  vertical-align: middle;  }



.leftBlogImage  .hs-featured-image-link { display: block; width: 300px; height: 300px; background-size: cover; background-position: top center; }
.fortag .topic-link {     letter-spacing: 2.8px; color: #444; }
.blogRightContent  h2 { font-weight: 700 ; font-size: 30px; line-height: 36px; margin-bottom: 15px;}
.blogRightContent  h2 a { padding-bottom: 25px; display: block;  }
.leftBlogImage { width: 33%; }
.blogRightContent   { width: 67%; }
.blogRightContent  h2:after  { background-color: rgba(0,0,0,0.87); height: 3px; width: 100px; content: ''; left: 0; top: 100%; display: block; }


.postName { text-transform: uppercase;  margin-top: 30px;}
.postName a { color:#f6514c; }
.postcontent { max-width: 740px; width: 100%; }
.BlogBannerHeader { color:#fff; text-transform: unset; padding-bottom: 0; }


.blog-pagination {  border-top: 1px solid rgba(0,0,0,0.1);  margin-top: 40px; }
.blog-pagination span a{ display: inline-block;  text-align: center;  font-family:"Roboto",sans-serif;  border: 1px solid transparent;  color: #848484;  font-size: 12px;  padding: 3px 15px; }
.blog-pagination span:first-child a,.blog-pagination span:last-child a{ }
/*.blog-pagination span.active  .all-posts-link { color: #fff; }*/
.blog-pagination span.active a { color: #444;  border-color: #444; }
/*.blog-pagination span:first-child:hover a,.blog-pagination span:last-child:hover a  { background-color: #2ac1d8 ;}*/
/*.blog-pagination span:first-child:hover a,.blog-pagination span:last-child:hover  a  { color: #fff ; }*/
.blog-pagination span.disabled {  background-color: #2ac1d8 ; display: none; }
.blog-pagination span a.previous-posts-link,.blog-pagination span a.next-posts-link { width: auto; text-transform: uppercase; }
.blog-pagination span a.previous-posts-link i  ,.blog-pagination span a.next-posts-link i{ margin: 0 5px;  }





/*.BannerRight .hs-form-field { position: relative; }*/
/*.BannerRight .hs-form-field label {position: absolute; top: 0; left:0; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; }*/



.hs-form-field {  position: relative;  margin-bottom: 1.5rem; }
.hs-form-field > label  { position: absolute; top: 0;  transition: all 200ms;  opacity: 0.5;  font-weight: 300; }
.hs-form-field.active > label {  font-size: 75%;  transform: translate3d(0, -70%, 0);  opacity: 1;  color: #f65143; }
.hs-input.error { border-color:#f00 !important; }
.hs-error-msgs { display:none !important; }
.hs-form-field.active .hs-input { border-color: #f65143; box-shadow: 0 1px 0 0 #f6514c; }
.blogBreadMenu .hs-breadcrumb-menu{ text-align: center; display: block;  width: 100%;  float: left; }
.blogBreadMenu .hs-breadcrumb-menu-item { display: inline-block; padding: 10px 0px 10px 10px; float: none;  }
.blogBreadMenu .hs-breadcrumb-menu-item a {     color: #fff;  text-transform: uppercase; font-size: 16px; }
.blogBreadMenu .hs-breadcrumb-menu-item .hs-breadcrumb-label { color: #fff; font-size: 16px;  }
.blogBreadMenu  .hs-breadcrumb-menu-divider:before { content: '/'; font-size: 16px; color: #fff; }
.botttomStrip { margin-top: 150px; border-top: 1px solid rgba(0,0,0,0.1);    padding: 30px 0; }  
.socialIcon { text-align: right; }
.copyRight { padding-top: 8px; }
.copyRight a { color:#848484; }
.copyRight a:hover { color:#f6514c; }

.socialIcon  a {
    background-color: rgba(0,0,0,0.15);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.socialIcon  a:hover {
    background-color: rgba(0,0,0,0.54);
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/
@media (min-width:1231px ) {

}

@media (max-width: 1366px){
   .wrapper { max-width: 1170px; }
   .BannerLeft h1 { font-size: 30px; line-height: 40px; margin-bottom: 25px; }
   .bannerDescription { font-size: 15px; padding-top: 30px; line-height: 30px; }
   .row-fluid .BannerRight > .row-fluid-wrapper:before { height:138%; top:-170%; width:414%; }
}


@media (max-width: 1150px){
        .wrapper {     max-width: 970px; }
        .BannerLeft .button a {     padding: 15px 50px; }
        .row-fluid .BannerRight { padding-left: 9.5%; }
        .leftBlogImage { width: 40%; }
        .blogRightContent { width: 67%; }
        .row-fluid .BannerRight > .row-fluid-wrapper:before { height:134%; top:-161%; width:414%; }
        .allBannerContent > .row-fluid-wrapper > .row-fluid { height:770px; }
}


/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

        .wrapper { max-width:900px }
.services:hover .readMoreButton a { width: 100%; }


}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
			
		.wrapper { max-width:750px }
		
		.tabw25 { width:25%; }
	    .tabw30 { width:30%; }
	    .tabw33 { width:33.33%; }
	    .tabw40 { width:40%; }
	    .tabw50 { width:50%; }
	    .tabw60 { width:60%; }
	    .tabw66 { width:66.66%; }
	    .tabw70 { width:70%; }
	    .tabw75 { width:70%; }
        .tabw100 { width:100%; }

        h1 { font-size:32px; }
        h2 { font-size:28px; }
        h3 { font-size:26px; }
        h4 { font-size:24px; }
        h5 { font-size:20px; }
        h6 { font-size:18px; }

        .p40-0 { padding-top:30px; padding-bottom:30px; }
        .p50-0 { padding-top:35px; padding-bottom:35px; }
        .p60-0 { padding-top:40px; padding-bottom:40px; }
        .p70-0 { padding-top:45px; padding-bottom:45px; }
        .pb40 { padding-bottom:30px; }
        .pb50 { padding-bottom:35px; }
        .pb60 { padding-bottom:40px; }
        .pb70 { padding-bottom:45px; }
        .pt40 { padding-top:30px; }
        .pt50 { padding-top:35px; }
        .pt60 { padding-top:40px; }
        .pt70 { padding-top:45px; }
        
        
        
        	/*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
		a.expandMenu { width: 40px; height: 40px; display: block; cursor:pointer; position: absolute; top: 15px; right: 15px; padding: 5px;  }
		a.expandMenu i { position:relative; width: 30px; left:0; height: 2px; opacity:1; display: block; background: #848484; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
		a.expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 6px; position: relative; }
		a.expandMenu.active i:nth-child(2) { position:relative; left:-46px; opacity:0; }
		a.expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
        /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
        .childExpand { position: absolute; top: 7px; right: 10px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
        .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #848484; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
        .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
        .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
        .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
        
         .headerSection .wrapper { position: relative; }
         .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { display: block; width: 100%; float: none; text-align: left;   }
        .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; }
        .siteNavigation .hs-menu-wrapper { position: absolute; top: 100%; left: 0; width: 100%; background: #000;  z-index: 12; display: none; }
        .siteNavigation { background-color: #fff; }
        .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul { background-color: #fff;  }
        .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { display: block; color: #f4e23d; width: 100%;  float: none; max-width: 100%; }
        .headerSection { background-color: #fff; }
        .siteLogo img { width: 130px !important; padding: 5px 0; }
        .headerFixed .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a ,.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{  color: #848484; padding: 13px 15px; }
        .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { width: 100%;  position: relative;}
        .allService > span > .hs_cos_wrapper { width: 50%; padding: 15px ; }
        .serviceSection { padding: 70px 0;  }
        .footerSection { padding-top: 70px;  }
        .BannerLeft .button a { padding: 9px 37px; }
        .services:hover .readMoreButton a { width: 250px; }
        .leftBlogImage .hs-featured-image-link { width: 230px; height: 230px; }
        .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width: 100%; }
        .row-fluid .BannerRight > .row-fluid-wrapper:before { height: 121%; top: -124%; width: 414%;}
        .ForBlogBanner { padding: 180px 0 110px; }
        .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; opacity:1; visibility:visible; }
        .allService > span > .hs_cos_wrapper:nth-child(3) { clear:left ;  }
}


/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

		.wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
       .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
		.text-right { text-align:center; }
       
        
        .allBannerContent > .row-fluid-wrapper > .row-fluid > div {  display: block; width: 100%; padding: 30px 0; }
      
        .allService  { margin-top: 35px; }
        .allService > span > .hs_cos_wrapper { width: 100%; padding: 20px 0; display:block; float: none; }
        .ForGlobalF { padding: 15px 0; }
        .bannerSection  { padding: 80px 0; }
        .row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12 { padding: 40px 15px 40px; }
        .row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12:before, .row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid > .span12:after,.row-fluid .BannerRight > .row-fluid-wrapper > .row-fluid:before,.row-fluid .BannerRight > .row-fluid-wrapper:before { display: none; }
         .row-fluid .BannerRight > .row-fluid-wrapper { border-radius: 0; }
         .blogBodySection {  padding: 70px 0; }
         .blogBodySection .post-item > div { display: block; width: 100%;}
         .blogRightContent { padding-top: 20px; }
         .botttomStrip {margin-top: 80px; }
         .copyRight { padding-top: 0; }
         .socialIcon { text-align: left; padding-top: 30px; }
         .allService > span > .hs_cos_wrapper:nth-child(3) { clear: none; }
        
	    
} 



@media (max-width:600px ) {
   .BannerLeft .button a {
    font-size: 13px;
    padding: 7px 20px;
}
 
   
}



@media (max-width:480px ) {

}
