/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/

/* ----- Structure & Design ----- */







 

/* ----- Base Colors ----- */












/* ----- Drop-Down Menu ----- */







/* ----- Mobile Menu ----- */ 






/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/


/* @import url('http://example.com/example_style.css'); */ 
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600,600italic,400italic,300italic,700italic,800italic|Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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






/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/



* , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; line-height:28px; color:#666666; background:#FFFFFF; overflow-x:hidden }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto; }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #029bd9; width:15px; height:15px; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#029bd9; }

@media (max-width: 990px){
  .mobile-open .mobile-trigger {
    z-index: 9999 !important;
  }
  .top.header-area {
    padding: 0 !important;
  }
  /*  .hs-menu-wrapper.flyouts.hs-menu-flow-horizontal {
  display: none;
}  */

  .footer-menu .hs-menu-wrapper.flyouts.hs-menu-flow-horizontal {
    display: grid!important;
  } 
}
blockquote { border-left:4px solid #029bd9; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#012837; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:15px 0 25px; line-height:48px; font-weight:700; clear:both; }
h2 { font-weight:700; color:#012837; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:34px; line-height:44px; margin:0; padding:0 0 10px; clear:both; }
h3 { font-weight:700; color:#012837; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:700; color:#012837; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:700; color:#012837; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#012837; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }

.row-fluid .title-text { margin: 0 auto !important; max-width: 650px; width:100%; text-align:center; float:none; }
.row-fluid .title-text h2 { font-weight: 700; padding:0 0 10px; }
.row-fluid .title-text h2:after { content:''; margin:15px auto; width:50px; height:2px; display:block; background:#029bd9; }
.row-fluid .sub-text { padding:0 0 35px; font-family:'Montserrat', Arial; font-size: 18px; line-height: 25px; font-weight: 400; }

.row-fluid .title-text2 h2 { color:#FFFFFF; }
.row-fluid .title-text2 h2:after { content:''; margin:15px auto; width:50px; height:2px; display:block; background:#FFFFFF; }


.row-fluid .title-text3 h2 { font-weight: 700; padding:0 0 10px; }
.row-fluid .title-text3 h2:after { content:''; margin:15px 0; width:50px; height:2px; display:block; background:#029bd9; }


.row-fluid .title-text4 h2 { font-weight: 700; padding:0 0 10px; color:white; }
.row-fluid .title-text4 h2:after { content:''; margin:15px 0; width:50px; height:2px; display:block; background:white; }


.title-withbg { background:#012837; padding:100px 0; text-align:center; color:#FFFFFF; }
.title-withbg h2 { font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding:0; color:#FFFFFF; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#029bd9; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
a:hover { color:#1A1A1A; }

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; text-transform: uppercase; font-size:12px; line-height:16px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:15px 25px; background-color:#029bd9; color:#FFFFFF; border:2px solid #029bd9; border-radius:4px; margin:5px 0 0; font-weight:600; font-weight:700; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:transparent; color:#029bd9; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { text-transform: uppercase; font-size:12px; line-height:16px; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:15px 25px;  background-color:transparent; border:2px solid #029bd9; color:#029bd9; border-radius:4px; margin:5px 0 0; font-weight:700; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#029bd9; color:#FFFFFF; }


input , form button , textarea, select , 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"] { outline:none; border:2px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; -webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
-o-border-radius: 25px !important;
-ms-border-radius: 25px !important;
border-radius: 25px !important;; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px !important; height:100px; }
input[type=submit] , button {  border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
input[type=submit] , form button, .hs-button {  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #029bd9; border:2px solid #029bd9; height:auto; font-size:12px; line-height:24px; font-weight:700; padding:10px 20px; color:#FFFFFF; display:inline-block; text-transform:uppercase; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background-color:transparent; color:#029bd9; }
form textarea,
#hs_form_target_module_1696874921160209 form textarea,
#hs_cos_wrapper_module_1696874921160209 form select{
  line-height:20px !important;
}
.hs-form-field > label { padding:0 30px 10px; width:100%; display:inline-block; font-size:12px; line-height:18px; font-weight:700; } 

input:focus , textarea:focus, select:focus , input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border-color:#ababab; }

/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right:-45px; bottom: 20px; color:#FFFFFF; width:45px !important; height:45px; text-align: center; line-height:45px; background:rgba(0,0,0,0.2); -webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;; z-index:999999; }
.back-to-top.show { right:20px; }
.back-to-top:hover { background:rgba(0,0,0,0.4); }

/* Corners Option */



.row-fluid .link-style a, .row-fluid ol.flex-control-nav li a, ul.slick-dots li button, .row-fluid a.link-style, .row-fluid .link-style2 a, .row-fluid a.link-style2, input[type=submit], button, .hs-button, .back-to-top, .row-fluid ol.flex-control-nav li a , .row-fluid .team-bsocial a , .row-fluid .pagination-blog li a { border-radius:100px; }




ul.slides , ul.flex-direction-nav , ol.flex-control-nav , ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav , ul.slick-dots { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li , ul.slick-dots li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a , ul.slick-dots li button { display:inline-block; border:1px solid #029bd9; width:12px; height:12px; padding:0; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#029bd9;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#FFFFFF; background:#012837;; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#029bd9; color:#FFFFFF;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset.form-columns-1 select.hs-input option { color:#000 !important; }
.row-fluid .hs-form fieldset { max-width:none; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { margin-top:-0; position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#029bd9; color:#FFFFFF; border-color:#029bd9; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { margin-top:-0; text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#029bd9; background:#029bd9;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}


.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:link , .row-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item a:visited , .hs-menu-wrapper.hs-menu-flow-vertical li a { word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white { color:#FFFFFF; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .background-white { background:#FFFFFF; }
.row-fluid .background-grey  { background:#ecf7ff; }
.row-fluid .background-black { background:#012837; }
.row-fluid .background-blue { background: #029bd9; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }





/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index:8030; }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; color:#fff !important; background:#029bd9; text-align:center; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { text-align:center; position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; color:#fff !important;  background:#029bd9; line-height:36px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#012837; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }


@media (min-width:1201px) {
  .header-container-wrapper .widget-span.widget-type-cta.top-cta >.cell-wrapper {
    min-width: 233px;
  }
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {  background-image: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/fancybox_loading@2x.gif'); }
}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

.row-fluid .bgimg-main1 { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bgimg-main1 img { display:none; }


.row-fluid .wrapper { margin:0 auto !important; max-width:1240px; float:none !important; padding:0 20px; } 

.row-fluid .content-section { padding-top:80px; padding-bottom:80px; float:left; width:100%; }
.row-fluid .altcontent-section { background:#f5f5f5; }

/* slider dotted */
.row-fluid .slider-dotted ol.flex-control-nav, .row-fluid .slider-dotted ul.slick-dots { padding:30px 0 0; opacity:0; -webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-o-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .slider-dotted:hover ol.flex-control-nav, .row-fluid .slider-dotted:hover ul.slick-dots { opacity:1; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }
.row-fluid .slider-dotted ol.flex-control-nav li a, .row-fluid .slider-dotted ul.slick-dots li button { border-color:#FFFFFF; }
.row-fluid .slider-dotted ol.flex-control-nav li a:hover, .row-fluid .slider-dotted ol.flex-control-nav li a.flex-active, .row-fluid .slider-dotted ul.slick-dots li button:hover, .row-fluid .slider-dotted ul.slick-dots li.slick-active button { background:#FFFFFF; }

/* loader css */
.main-preloader { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999999999; background-color:#029bd9; text-align: center; }
.main-preloader .main-preloader-inner { position: absolute; top: 50%; left:50%; width: 100%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; }
.main-preloader .preloader-percentage { color:#FFFFFF; margin: 0; }
.main-preloader .preloader-percentage span { display: inline-block; float: center; font-size: 50px; } 

/* top */
.row-fluid .top { padding:0 0px; width:100%; position:absolute; top:0; left:0; z-index:999; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }
.row-fluid .logo { padding-top:26px; }
.row-fluid .logo img { max-width:210px; }

.row-fluid .top-menu { text-align:right; }



/*menu*/
.row-fluid .mainmenu { float:none; width:auto; margin:0; display:inline-block; vertical-align: middle; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:40px 14px; font-size:14px; line-height:20px; font-weight:600; color:#FFFFFF; vertical-align: top; font-family: 'Montserrat', sans-serif; text-transform:capitalize; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link:hover , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited:hover , .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#029bd9; }

.row-fluid .top-cta { margin:0 0 0 10px; width:auto; display:inline-block; float:none; vertical-align: middle; }
.row-fluid .top-cta a.link-style2 { margin:0; min-width:125px; color:#FFFFFF; }

/* hero section */
.row-fluid .hero-box { background-size:cover; background-position:center; background-repeat:no-repeat; position:relative; color:#FFFFFF; font-size:27px; line-height:34px; font-weight:500; }
.row-fluid .hero-box:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000; opacity:0.4; } 


.row-fluid .hero-text h1 { font-size:60px; line-height:76px; text-transform:capitalize; color:#FFFFFF; }
.row-fluid .hero-text h1:after { content:''; margin:30px auto 0; width:70px; height:2px; display:block; background:#029bd9; }

.row-fluid .hero-button { padding-top:50px; }
.row-fluid .hero-button a.link-style { padding:14px 30px; background:#FFFFFF; color:#012837; border:2px solid #FFFFFF; }
.row-fluid .hero-button a.link-style:hover { background:transparent; color:#FFFFFF; }

.row-fluid .hero-slider ol.flex-control-nav, .hero-slider ul.slick-dots { position:absolute; bottom:30px; width:100%; }

.row-fluid .hero-slider ol.flex-control-nav li a , .row-fluid .hero-slider ul.slick-dots li button { border:none; background:transparent; width:18px; height:18px; padding:0; position:relative; border:2px solid transparent; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;; }
.row-fluid .hero-slider ol.flex-control-nav li a:before , .row-fluid .hero-slider ul.slick-dots li button:before { content:''; position:absolute; top:0; left:0; bottom:0; right:0; background:#FFFFFF; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;; opacity:0.4; -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;; }
.row-fluid .hero-slider ol.flex-control-nav li a , .row-fluid .hero-slider ul.slick-dots li button:hover , .row-fluid .hero-slider ol.flex-control-nav li.slick-active a , .row-fluid .hero-slider ul.slick-dots li.slick-active button { border-color:#FFFFFF; }
.row-fluid .hero-slider ol.flex-control-nav li a:hover:before , .row-fluid .hero-slider ul.slick-dots li button:hover:before , .row-fluid .hero-slider ol.flex-control-nav li.slick-active a:before , .row-fluid .hero-slider ul.slick-dots li.slick-active button:before { top:3px; right:3px; bottom:3px; left:3px; opacity:1; }

.row-fluid .hero-slider .slick-arrow { background:transparent; width:auto; height:auto; }
.row-fluid .hero-slider .slick-arrow.slick-prev { left:20px; }
.row-fluid .hero-slider .slick-arrow.slick-next { right:20px; }
.row-fluid .hero-slider .slick-arrow:hover {  background:transparent; opacity:0.7; }
.row-fluid .hero-slider .slick-arrow:before { font-size:60px; }  

/* creativity-section */
.row-fluid .creativity-section { padding:150px 0 120px; }
.row-fluid .creativity-left h2:after { content:''; margin:25px 0 20px; width:50px; height:2px; display:block; background:#029bd9; }

.row-fluid .creativity-inner .hs_cos_wrapper_widget { width:50%; float:left; padding:0 30px 30px; }
.row-fluid .product-icon { margin-bottom:20px; }
.row-fluid .product-icon img { max-width:68px; }
.row-fluid .product-text { font-size:14px; }
.row-fluid .product-text h4 { font-size:18px; line-height:24px; margin-bottom:10px; }

/* team-section */
.row-fluid .team-section { padding:90px 0; }
.row-fluid .team-section1 { padding-top:50px; }
.row-fluid .team-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .team-boxtop { padding:0 15px; }
.row-fluid .team-box { padding:180px 0 0 0; border:2px solid #e8e9e9; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; background-size:cover; background-position:center; background-repeat:no-repeat; position:relative; overflow:hidden; }
.row-fluid .team-box:before { content: ''; position: absolute; left: 50%; margin-left: -60px; top: 50px;  -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; width: 120px; height: 120px; -webkit-box-shadow: 0 0 0 700px #ecf7ff;
-moz-box-shadow: 0 0 0 700px #ecf7ff;
-o-box-shadow: 0 0 0 700px #ecf7ff;
-ms-box-shadow: 0 0 0 700px #ecf7ff;
box-shadow: 0 0 0 700px #ecf7ff;; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .team-text { padding:18px 35px; font-size:14px; position:relative; }
.row-fluid .team-text h4 { font-size:18px; line-height:25px; padding:0; }
.row-fluid .team-textinner { -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .team-social { padding-top:20px; }
.row-fluid .team-social ul { margin:0; padding:10px 0; list-style-type:none; min-width:160px; display:inline-block; background:#ecf7ff; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.row-fluid .team-social ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .team-social ul li a { font-size:14px; width:26px; line-height:26px; height:26px; text-align:center; color:#012837; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;; display:inline-block; }
.row-fluid .team-social ul li a:hover { -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;; } 
.row-fluid .team-social ul li a:before { content:"\f09a"; display:inline-block; font-family:'FontAwesome'; }
.row-fluid .team-social ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .team-social ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .team-social ul li:nth-child(4) a:before { content:"\f1a0"; }
.row-fluid .team-social ul li:nth-child(5) a:before { content:"\f09e"; }
.row-fluid .team-social ul li a:hover { color:#029bd9; }

.row-fluid .team-box:hover:before { content: ''; position: absolute; left: 0; margin-left: 0; top: 0; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;; width: 100%; height: 100%; }
.row-fluid .team-box:hover .team-textinner { opacity:0; }

/* choose-section */ 
.row-fluid .choose-section { padding:30px 0 55px; } 
.row-fluid .counter-section { padding-top:0px; }
.row-fluid .counter-box { font-size:14px; color:#fff; font-weight:700; text-transform:uppercase; }
.row-fluid .counter-number { padding:20px 0; font-size:75px; line-height:82px; font-weight:700; color:#FFFFFF; }
.row-fluid .counter-icon img { max-width:60px; }

/* Company Logo Slider */
.row-fluid .company-section { padding:100px 0; } 
.row-fluid .company-slider img { max-width:125px; }

/* testimonial-section */
.row-fluid .testimonial-section { padding:120px 0 0; }
.row-fluid .testimonial-img { width:36%; display:inline-block; vertical-align:bottom; }
.row-fluid .testimonial-text { margin-left:-5px; padding:90px 15px 0; width:64%; text-align:center; display:inline-block; vertical-align:top; } 
.row-fluid .testimonial-textinner { max-width:600px; width:100%; float:right; line-height:30px; }
.row-fluid .testimonial-textinner h4 { font-size:26px; }
.row-fluid .testimonial-textinner h4:after { content:''; margin:15px auto 10px; width:40px; height:2px; display:block; background:#029bd9; }
.row-fluid .testimonial-author { padding:20px 0; }
.row-fluid .testimonial-author span { font-weight:700; color:#012837; }

.row-fluid .testimonial-slider ul.slick-dots { position: absolute; bottom:25px; opacity:0; -webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .testimonial-slider:hover ul.slick-dots { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; opacity:1; }

/* latest-blog */
.row-fluid .latest-blog { padding:90px 0; }
.row-fluid .recent-section1 { margin: 0 -15px; display: block; }
.row-fluid .recent-box { padding:15px; width:33.33%; float:left; }
.row-fluid .recent-boxinner { -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; overflow:hidden; border:1px solid rgba(0,0,0,0.2); }
.row-fluid .recent-image { height:230px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .recent-textinner { 
  padding:33px; font-size:14px; line-height:25px; 
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
.row-fluid .recent-textinner h4 { padding:0; font-size:18px; line-height:24px; }
.row-fluid .recent-textinner h4 a { color:#012837; }
.row-fluid .recent-textinner h4 a:hover { color:#029bd9; }
.row-fluid .recent-content { padding:15px 0; }
.row-fluid .recent-date { padding:5px 0; }
.row-fluid .recent-textinner a.link-style2 { min-width:160px; }
.recent-text a.link-style {
  margin-top: auto;
}



/* perfect-experience */
.row-fluid .perfect-box { display:inline-block; }
.row-fluid .perfectexpe-inner { margin:0 auto !important; padding:80px; max-width:1035px; width:100%; display:block; -webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px; background:#012837; float:none; }
.row-fluid .perfectexpe-inner .title-text h2 { color:#FFFFFF; }
.row-fluid .perfectexpe-inner .title-text h2:after { display:none; }
.row-fluid .perfectexper-box { padding-top:50px; }
.row-fluid .perfectexper-box .hs_cos_wrapper_widget { padding-bottom:60px; width:50%; float:left; }
.row-fluid .perfect-icon { width:60px; float:left; -webkit-transform: translateY(-17px);
-moz-transform: translateY(-17px);
-o-transform: translateY(-17px);
-ms-transform: translateY(-17px);
transform: translateY(-17px);; }
.row-fluid .perfect-icon img { max-width:50px; }
.row-fluid .perfect-text { padding:0 20px; width:calc(100% - 60px); float:left; font-size:14px; color:#8c8f94; }
.row-fluid .perfect-text h4 { font-size:14px; line-height:22px; color:#FFFFFF; }

/* started-section */
.row-fluid .started-section { padding:90px 0; }
.row-fluid .started-inside { margin:0 auto !important; max-width:650px; width:100%; float:none; display:block; }

/*.home-page { margin-bottom:560px; }*/



.row-fluid .mainmenu .hs-menu-wrapper ul li ul {
  width: 230px;
  padding: 15px 0;
  margin: 0px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0px;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.3);
  box-shadow: 0 0px 2px 0 rgba(0,0,0,.3);
  text-align: left;
  border-top: 5px solid #029bd9;
  border-bottom: 5px solid #029bd9;
}
.row-fluid .mainmenu .hs-menu-wrapper ul li ul li a {
  padding: 7px 14px;
}


/* footer */
body {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.row-fluid .footer { padding:100px 0 0 0; font-size:13px; width:100%; line-height:24px; /* position:fixed; bottom:0; left:0;*/  background:#012837; z-index: -1; }
.row-fluid .footer-logo img { max-width:130px; }
.row-fluid .footer-title h4 { padding:0 0 30px; font-size:14px; line-height:25px; text-transform:uppercase; font-weight:700; color:#FFFFFF; }
.row-fluid .footer-box:first-child { padding-right:30px; }

.row-fluid .footer-box ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .footer-box ul li { margin:0; padding:3px 0; display:block; }
.row-fluid .footer-box ul li span { font-weight:700; }
.row-fluid .footer-box ul li a { font-weight:700; color:#FFFFFF; }
.row-fluid .footer-box ul li a:hover { opacity:0.7; }
.row-fluid .footer-menu ul li { width:100%; padding:5px 0; }
.row-fluid .footer-menu ul li a { padding:0; }

.row-fluid .footer-icon { margin-top:30px; }
.row-fluid .footer-icon ul li { margin:0 20px 0 0; padding:0; display:inline-block; font-size:15px; }
.row-fluid .footer-icon ul li a:hover { opacity:1; color:#029bd9; }

.row-fluid .footer-copyright { margin-top:90px; padding:24px 0 25px 0; border:1px solid rgba(255,255,255,.1); font-weight:700; } 
.row-fluid .footer-copyright ul { margin:0; padding:0; list-style-type:none; text-align:right; }  
.row-fluid .footer-copyright ul li { margin:0; padding:0 0 0 15px; display:inline-block; }
.row-fluid .footer-copyright ul li a { color:#FFFFFF; }
.row-fluid .footer-copyright ul li a:hover { color:#029bd9; }

.row-fluid .contact-info ul li { position:relative; padding-left:20px; }
.row-fluid .contact-info ul li:before { content:"\f041"; display:inline-block; font-family:'FontAwesome'; position:absolute; top:5px; left:0; }
.row-fluid .contact-info ul li:nth-child(2):before  { content:"\f095"; }
.row-fluid .contact-info ul li:nth-child(3):before  { content:"\f0e0"; }
.row-fluid .contact-info ul li:nth-child(4):before  { content:"\f0ac"; }

/* home page 2 */
.row-fluid .hero-sectionH2 { position:relative; }
.row-fluid .hero-sectionH2:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000; opacity:0.4; } 
.row-fluid .hero-sectionH2 .hero-text {  font-size:27px; line-height:34px; font-weight:500; color:#FFFFFF; }
.row-fluid .hero-inside { margin:0 auto !important; max-width:700px; width:100%; float:none; display:block; }

/* service section */
.row-fluid .service-section { padding:90px 0; }
.row-fluid .service-section1 { padding-top:50px; }
.row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service-section1 .hs_cos_wrapper_widget  { width:25%; padding:15px; float:left; }
.row-fluid .service2-icon img { max-width:64px; }
.row-fluid .service2-text { font-size:14px; }
.row-fluid .service2-text h4 { font-size:18px; line-height:24px; padding:30px 0; }

/* project section */
.row-fluid .project-section { padding:150px 0 0; }
.row-fluid .project-left { margin:0 0 0 0; width:39.6%; display:inline-block; float:none; vertical-align:top; }
.row-fluid .project-title h2 { color:#FFFFFF; }
.row-fluid .project-title h2:after { content:''; margin:15px 0; width:50px; height:2px; display:block; background:#029bd9; }
.row-fluid .project-right { margin:0 0 0 0; width:60%; display:inline-block; float:none; text-align:right; vertical-align:bottom; }
.row-fluid .projectbox-section { padding-top:70px; }
.row-fluid .projectbox-section .hs_cos_wrapper_widget { padding-bottom:50px; }

/* team section */
.row-fluid .team2-section { padding:150px 0 0; }
.row-fluid .team2-section1 { padding-top:50px; }
/*.row-fluid .team2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }*/
/*.row-fluid .team2-section1 .hs_cos_wrapper_widget { width:33.33%; float:left; padding:15px 15px 0; }*/
.row-fluid .team2-box { padding:0 15px; }
.row-fluid .team2-boxinner { height:480px; background-size:cover; background-position:center; background-repeat:no-repeat; position:relative; overflow-y:hidden; }
.row-fluid .team2-text { padding:0; font-size:14px; line-height:20px; position:absolute; color:#FFFFFF; bottom:-315px; left:30px; right:30px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; opacity:0; }
.row-fluid .team2-textinner { padding:25px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; background:#029bd9; }
.row-fluid .team2-text h4 { font-size:18px; line-height:25px; color:#FFFFFF; }
.row-fluid .team2-text a { color:#FFFFFF; }
.row-fluid .team-designation { padding-bottom:20px; }
.row-fluid .team2-section1 .team-social  { padding-top:0; }
.row-fluid .team2-section1 .team-social ul { padding:0; background:transparent; }
.row-fluid .team2-section1 .team-social ul li a { color:#FFFFFF; }
.row-fluid .team2-section1 .team-social ul li a:hover { opacity:0.7; }    

.row-fluid .team2-box:hover .team2-text { bottom:30px; opacity:1; }

/* startup-section */
.row-fluid .startup-section { padding:90px 0; }
.row-fluid .startup-left { font-size:16px; }
.row-fluid .startup-left h2:after { content:''; margin:20px 0 15px; width:50px; height:2px; display:block; background:#029bd9; }
.row-fluid .startup-right { font-size:14px; }
.row-fluid .startup-rightinner { padding:30px; max-width:400px; width:100%; -webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;; background:#FFFFFF; float:right; }
.row-fluid .startup-right h4 { font-size:18px; line-height:26px; }
.row-fluid .startup-subtitle { padding:10px 0 20px; }

/* works section */
.row-fluid .works-section { padding:90px 0; position:relative; }
.row-fluid .works-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.4; background:#012837; }
.row-fluid .works-section > div { position:relative; }
.row-fluid .works-section a.link-style { min-width:160px; }
.row-fluid .works-playicon { padding:40px 0 80px; }
.row-fluid .works-playicon a { margin:0 auto !important; width:70px; height:70px; line-height:70px; float:none; display:block; background:#FFFFFF; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; color:#012837; }
.row-fluid .works-playicon a:hover { -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);; }
.row-fluid .works-video { display:none; }
.works-video { border:12px solid #FFFFFF; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.works-video iframe { width:700px; height:350px; }

/* started-section */
.row-fluid .started-Ctasection { padding-top:30px; }
.row-fluid .started-readmore , .row-fluid .started-startnow { margin:0; padding:0 10px; width:auto; float:none; display:inline-block; vertical-align:middle; } 
.row-fluid .started-readmore a.link-style2 , .row-fluid .started-startnow a.link-style { min-width:180px; } 

/* pricing-section */
.row-fluid .pricing-section { padding:90px 0; }
.row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:50%; float:left; }
.row-fluid .pricing-box { padding:20px 0; font-size:14px; }
.row-fluid .pricing-boxinner { padding:40px 20px; background:rgba(0,0,0,0.03); -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px; }
.row-fluid .pricing-price { padding:40px 15px; font-size:60px; line-height:68px; color:#012837; }
.row-fluid .pricing-title h4 { font-size:18px; line-height:26px; padding:0; }
.row-fluid .pricing-list { padding-bottom:30px; }
.row-fluid .pricing-list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .pricing-list ul li { margin:0; padding:8px 0; display:block; }
.row-fluid .pricing-list ul li:before { content:"\f00c"; padding-right:5px; display:inline-block; font-size:12px; font-family:'FontAwesome'; color:#029bd9; }
.row-fluid .pricing-btn a.link-style { min-width:160px; }
.row-fluid .pricing-link { padding-top:50px; }
.row-fluid .pricing-link a { font-weight:700; font-size:16px; color:#012837; }
.row-fluid .pricing-link a:hover { color:#029bd9; }

.row-fluid .pricing-box.most1-popularbox { padding:0; }
.row-fluid .pricing-box.most1-popularbox .pricing-boxinner { padding:60px 20px; background:#FFFFFF; }

/* testimonials2-section */
.row-fluid .testimonials2-section { padding:90px 0; }
.row-fluid .testimonials2-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .testimonials2-section1 .hs_cos_wrapper_widget { padding:15px; width:50%; float:left; }
.row-fluid .testimonials1-box { float:left; border:2px solid rgba(0,0,0,0.05); -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; }
.row-fluid .testimonials1-boxinner { padding:30px; float:left; }
.row-fluid .testimonials1-image { width:70px; height:70px; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .testimonials1-text { padding-left:25px; font-size:14px; line-height:25px; width:calc(100% - 70px); float:left; }
.row-fluid .testimonials1-texttitle { padding-top:25px; display:inline-block; float:right; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .testimonials1-texttitle h4 { padding:0; font-size:16px; line-height:24px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .testimonials1-box:hover .testimonials1-texttitle , .row-fluid .testimonials1-box:hover .testimonials1-texttitle h4 { color:#029bd9; }

/* contact-section */
.row-fluid .contact-section { padding:90px 0; position:relative; }
.row-fluid .contact-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#012837; opacity:0.5; }
.row-fluid .contact-section > div { position:relative; }

.row-fluid .gettouch-form { padding:40px 70px 60px; -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; background:#FFFFFF; }
.row-fluid .gettouch-form h4 { font-size:22px; line-height:28px; text-align:center; }
.row-fluid .gettouch-form h4:after { content:''; margin:15px auto 0 !important; width:50px; height:2px; display:block; background:#029bd9; }
.row-fluid .gettouch-form .hs-button { width:100%; text-align:center; }

/* get touch contact */
.row-fluid .contact-section1 { padding-top:30px; } 
.row-fluid .gettouch-contact { padding-left:90px; font-size:14px; line-height:20px; color:#FFFFFF; }
.row-fluid .gettouch-contact h3 { padding:15px 0 20px; font-size:22px; line-height:28px; color:#FFFFFF; }
.row-fluid .gettouch-contact ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .gettouch-contact ul li { margin:0; padding:0; display:block; }
.row-fluid .gettouch-contact ul li a { color:#FFFFFF; }
.row-fluid .gettouch-contact ul li a:hover { color:#029bd9; }
.row-fluid .gettouch-email { margin-bottom:50px; }
.row-fluid .gettouch-conticon img { max-width:60px; }

/* business page */
.row-fluid .creativity-inside { height:360px; -webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;; text-align:center; position:relative; }
.row-fluid .creativity-videocode { display:none; }
.row-fluid .creativity-inside .works-playicon { padding:0; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);;   }
.row-fluid .creativity-textinner { padding:80px 0; max-width:400px; width:100%; }

.creativity-videocode { border:12px solid #FFFFFF; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; }
.creativity-videocode iframe { width:700px; height:350px; }

/* business section */
.row-fluid .business-section { padding:80px 0; border-top:1px solid rgba(34,35,40,.13); }
.row-fluid .business-box { font-size:14px; }
.row-fluid .business-boxinner { padding:30px; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .business-box h4 { font-size:18px; line-height:24px; margin-bottom:20px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .business-box:hover .business-boxinner { background:#012837; color:#FFFFFF; }
.row-fluid .business-box:hover h4 { color:#FFFFFF; }

/* services-quasection */
.row-fluid .services-quasection { padding:90px 0; }
.row-fluid .services-quasection1 > span { margin:0 auto !important; max-width:1010px; width:100%; float:none; display:block; }
.row-fluid .services-quasection1 .hs_cos_wrapper_widget { padding:50px 0; border-bottom:1px solid rgba(34,35,40,.13); float:left; }
.row-fluid .ser-promobox { width:100%; float:left; }
.row-fluid .ser-promoimg { width:36%; height:270px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .ser-promotext { padding:30px 0 30px 60px; width:64%; float:left; font-size:14px; line-height:24px; }
.row-fluid .ser-promotext h4 { font-size:22px; line-height:28px; margin-bottom:30px; }
.row-fluid .ser-promocta { opacity:0; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .ser-promocta a.link-style2 { min-width:160px; text-align:center; }
.row-fluid .ser-promobox:hover .ser-promocta { margin-top:0; -webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-o-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);; opacity:1; }

.row-fluid .services-quasection1 .hs_cos_wrapper_widget:nth-child(2n) .ser-promoimg { float:right; }
.row-fluid .services-quasection1 .hs_cos_wrapper_widget:nth-child(2n) .ser-promotext { padding:30px 60px 30px 0; float:left; }
.row-fluid .services-quasection1 .hs_cos_wrapper_widget:last-child { border-bottom:none; }

/* project section */
.row-fluid .projectbuss-section { padding:150px 0 100px; position:relative; }
.row-fluid .projectbuss-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.4; background:#012837; }
.row-fluid .projectbuss-section > div { position:relative; }
.row-fluid .pro-bussbox { padding:15px; }
.row-fluid .pro-bussinner { -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; background:#FFFFFF; overflow:hidden;  }
.row-fluid .pro-bussimg { height:270px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .pro-busstext { padding:30px; font-size:14px; }
.row-fluid .pro-busstext h4 { font-size:18px; line-height:24px; }
.row-fluid .pro-bussconten { padding:10px 0 25px; }
/*.row-fluid .projectbuss-section1 ol.flex-control-nav, .row-fluid .projectbuss-section1 ul.slick-dots { padding:30px 0 0; opacity:0; -webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-o-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .projectbuss-section:hover ol.flex-control-nav, .row-fluid .projectbuss-section:hover ul.slick-dots { opacity:1; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }*/

/* worldwide-section */
.row-fluid .worldwide-section { padding:90px 0; }
.row-fluid .worldwide-left { padding-right:50px; }

/* ques-section */
.row-fluid .ques-section { padding:90px 0; }
.row-fluid .ques-left { padding-right:80px; }
.row-fluid .ques-left .hs_cos_wrapper_widget { padding:35px 0 25px; border-bottom:1px solid rgba(34,35,40,.13); }
.row-fluid .ques-box { font-size:14px; line-height:22px; }
.row-fluid .ques-box h5 { font-size:16px; line-height:24px; position:relative; padding-right:25px; cursor:pointer; }
.row-fluid .ques-box h5:before { content:""; width:10px; height:2px; background:#029bd9; position:absolute; top:12px; right:6px; font-family:'FontAwesome'; }
.row-fluid .ques-box h5:after { content:""; width:10px; height:2px; background:#029bd9; position:absolute; top:12px; right:6px; font-family:'FontAwesome'; -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .ques-content { padding:15px 25px 5px 0; display:none; }
.row-fluid .ques-box h5.active:after { opacity:0; }

.row-fluid .ques-leftbox { font-size:14px; line-height:22px; margin:30px 0 20px; }
.row-fluid .ques-leftbox h3 { font-size:22px; line-height:28px; }  
.row-fluid .ques-inncontent { padding:15px 0 20px; }
.row-fluid .ques-leftbox a.link-style2 { min-width:160px; text-align:center; }

/* say-slider */
.row-fluid .say-slider { padding:30px 0 0; }
/*.row-fluid .say-slider .hs_cos_wrapper_widget { width:33.33%; float:left; }*/
.row-fluid .say-box { padding:0 30px; }
.row-fluid .say-text { padding:30px; font-size:14px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; background:#FFFFFF; position:relative; }
.row-fluid .say-text h5 { font-size:16px; line-height:28px; }
.row-fluid .say-text:before { content:''; border:10px solid transparent; display:block; border-top-color:#FFFFFF; position:absolute; top:100%; left:50%; margin-left:-14px; }
.row-fluid .say-name { padding-top:35px; font-size:14px; color:#FFFFFF; }
.row-fluid .say-img { margin:0 auto; width:70px; height:70px; background-size:cover; background-position:center center; background-repeat:no-repeat; display:block; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .say-name h5 { padding-top:20px; font-size:16px; padding:0; line-height:24px; color:#FFFFFF; }

/* strip-section */
.row-fluid .strip-section { padding:100px 0; }
.row-fluid .strip-left h4 { font-size:22px; }
.row-fluid .strip-right a.link-style { min-width:220px; text-align:center; }
.row-fluid .strip-left { max-width:650px; width:100%; }
.row-fluid .strip-right { text-align:right; float:right; margin-top:15px; }

/* gettouch section */
.row-fluid .gettouch-section { padding:90px 0; font-size:14px; }
.row-fluid .gettouch-section h3 { font-size:22px; line-height:30px; padding:0 0 30px; }
.row-fluid .gettouch-boxinner { padding:0 0 10px; max-width:500px; width:100%; position:relative; }
.row-fluid .gettouch-boxinner:after { content:''; margin:20px 0 0; width:50px; height:2px; background:#029bd9; display:block; }
.row-fluid .direct-call h4 { padding-top:35px; font-size:25px; line-height:35px; }
.row-fluid .direct-call h4 a { color:#012837; }
.row-fluid .direct-call h4 a:hover { color:#029bd9; }
.row-fluid .get-ctasection { margin-top:30px; }
.row-fluid .get-cta { width:auto; float:none; display:inline-block; }
.row-fluid .get-cta a.link-style2 { min-width:160px; text-align:center; }

/* about page */
.row-fluid .about-section { position:relative; }
.row-fluid .about-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: #000; opacity:0.48; }
.row-fluid .about-section > div { position:relative; }
.row-fluid .about-text { margin:0 auto !important; padding:200px 0; max-width:800px; display:block; float:none; font-size:18px; color:#FFFFFF; }
.row-fluid .about-text h1 { font-size:50px; line-height:58px; color:#FFFFFF; }
.row-fluid .about-text h1:after { content:''; margin:20px auto 0; width:50px; height:2px; display:block; background:#FFFFFF; }

.row-fluid .blog2-pagination { text-align:center; }
.row-fluid .blog2-pagination ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog2-pagination ul li { margin:0; padding:0 3px; display:inline-block; }
.row-fluid .blog2-pagination ul li a { width:58px; height:58px; line-height:52px; display:inline-block; font-size:22px; font-weight:700; text-align:center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px; border:2px solid #029bd9; }
.row-fluid .blog2-pagination ul li a:hover , .row-fluid .blog2-pagination ul li.active a { background:#029bd9; color:#FFFFFF }

/* service section about page */
.row-fluid .servAp-section { padding:100px 0; }
.row-fluid .servAp-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .servAp-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .serap-box { -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px; background:#FFFFFF; }
.row-fluid .serap-inner { padding:40px; }
.row-fluid .serap-icon img { max-width:65px; }
.row-fluid .serap-text { margin:20px 0; font-size:14px; }
.row-fluid .serap-text h4 { padding:0 0 25px; font-size:18px; line-height:25px; }
.row-fluid .servAp-cta { margin-top:80px; }
.row-fluid .servAp-cta a.link-style { min-width:160px; text-align:center; }

/* process-section */
.row-fluid .process-section { padding:150px 0 120px;  }
.row-fluid .process-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .process-section1 .hs_cos_wrapper_widget { padding:0 15px; width:33.33%; float:left; }
.row-fluid .proce-boxinner { padding:30px; }
.row-fluid .proce-icon { margin:0 auto; height:160px; width:160px; padding:50px; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; background:#FFFFFF; position:relative; display:block; }
.row-fluid .proce-number { width:35px; height:35px; line-height:35px; font-size:16px; font-weight:700; position:absolute; top:12px; left:0; color:#FFFFFF; background:#029bd9; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .proce-icon img { max-width:60px; }


.row-fluid .proce-number23 { width:35px; height:35px; line-height:35px; font-size:16px; font-weight:700;  top:12px; left:0; color:#FFFFFF; background:#029bd9; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }


.row-fluid .proce-text { padding:35px 0 0; font-size:14px; }
.row-fluid .proce-text h4 { padding:0 0 25px; font-size:18px; line-height:25px; }

/* about page 2 */
.row-fluid .choose-sectionA2 .counter-section { margin:0 auto !important; max-width:650px; width:100%; float:none; display:block; } 
.row-fluid .choose-sectionA2 .counter-box { color:#012837; }
.row-fluid .choose-sectionA2 .counter-number { color:#029bd9; }

/* service page */
.row-fluid .companySer-section { padding:160px 0; position:relative; }
.row-fluid .companySer-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background: #000; opacity:0.5; }
.row-fluid .companySer-section > div { position:relative; }

/* service page 2 */
.row-fluid .projectserv-section:before { display:none; }
.row-fluid .software-left { padding-right:50px; }
.row-fluid .progress-box { padding:0 0 15px; position:relative; }
.row-fluid .progress-title { padding:3px 0 10px; font-size:14px; font-weight:700; line-height:22px; color:#029bd9; }  
.row-fluid .progress-fillter { width:100%; height:5px; background-color:rgba(0,0,0,0.2); position:relative; }
.row-fluid .progress-fillter .value { display:none; }
.row-fluid .progress-tips { position:absolute; bottom:7px; right:0; font-size:14px; font-weight:700; line-height:20px; color:#029bd9; }
.row-fluid .progress-fillter .fill {  display:block; position:relative; width:0px; height:100%; background-color:#029bd9 !important; z-index:1; }

.row-fluid .companySer-title { margin:0 auto 30px !important; max-width:700px; width:100%; float:none; display:block; }
.row-fluid .companySer-title h3 { font-size:35px; line-height:42px; color:#FFFFFF; }

/* content page */
.row-fluid .cont-section { padding:90px 0; }
.row-fluid .getouch-right {  padding-left:60px; }
.row-fluid .getouch-box { padding-top:40px; }
.row-fluid .getouch-box h3 { padding:0 0 15px; }
.row-fluid .getouch-box .get-ctasection { margin-top:15px; }
.row-fluid .getouch-box .direct-call h4 { padding-top:15px; font-size:18px; line-height:26px; }

/* map section */
.row-fluid .map-section iframe { width:100%; height:560px; }

/* contact page 2 */
.row-fluid .contact2-section { padding:100px 0; text-align:center; }
.row-fluid .contact2-box { padding:20px 0; font-size:14px; line-height:24px; }
.row-fluid .contact2-box a { color:#666666; }
.row-fluid .contact2-box img { max-width:60px; }
.row-fluid .contact2-box h4 { font-size:18px; line-height:24px; padding:20px 0 30px; }

.row-fluid .contact2-form { padding:0; }
.row-fluid .contact-boxs2 { margin:0; width:50%; float:left; position:relative; }
.row-fluid .contact-boxs2 iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.row-fluid .contact2-form .gettouch-form { padding:80px 70px 80px; background:#ecf7ff; -webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0; }
.row-fluid .contact2-form .gettouch-form h4 { text-align:left; }
.row-fluid .contact2-form .gettouch-form h4:after { margin:15px 0 0 !important; }
.row-fluid .contact2-form .gettouch-form .hs-button { width:auto; min-width:200px; }

/* pricing page */
.row-fluid .pricing-bus { padding:90px 0; }
.row-fluid .pricing-bus .business-box:hover h4 { color:#012837; }
.row-fluid .pricingPlan-section { padding:90px 0; }
.row-fluid .pricingPlan-section .pricing-section1 .hs_cos_wrapper_widget { width:33.33%; }

/* progress section */
.row-fluid .software-section { padding:90px 0; }
.row-fluid .software-box { font-size:14px; line-height:28px; }
.row-fluid .software-box h3 { font-size:22px; line-height:28px; padding:10px 0 30px; }

/* landing page 1 */
.row-fluid .header-lp { padding:20px 0; }
.row-fluid .landing-logo img { max-width:160px; }
.row-fluid .landing-Cta { text-align:right; }

.row-fluid .landing-hero { padding:140px 0 130px; position:relative; }
.row-fluid .landing-hero:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.5; background:#000; }
.row-fluid .landing-hero > div { position:relative; }
.row-fluid .landing-herotext { margin:0 auto !important; max-width:850px; width:100%; font-size:20px; line-height:30px; color:#FFFFFF; float:none; }
.row-fluid .landing-herotext h2 { padding:0 0 20px; font-size:55px; line-height:66px; color:#FFFFFF; }

.row-fluid .landing-section { padding:70px 0; }
.row-fluid .landing-left h2 { font-size:34px; line-height:40px; }
.row-fluid .landing-left h2:after { content:''; margin:15px 0 10px; width:50px; height:2px; display:block; background:#029bd9; }
.row-fluid .landing-left ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .landing-left ul li { margin:0; padding:0 0 0 25px; display:block; position:relative; } 
.row-fluid .landing-left ul li:before { content:''; width:6px; height:6px; position:absolute; top:12px; left:0; background:#029bd9; }
.row-fluid .landing-right { margin-top:-120px; position:relative; color:#FFFFFF; /*-webkit-transform: translateY(-120px);
-moz-transform: translateY(-120px);
-o-transform: translateY(-120px);
-ms-transform: translateY(-120px);
transform: translateY(-120px);;*/ }
.row-fluid .landing-form { padding:13px 18px 18px; position:relative; }
.row-fluid .landing-form:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#029bd9; opacity:0.8; }
.row-fluid .landing-form > div { position:relative; }
.row-fluid .landing-form form { padding:18px; background:#029bd9; }
.row-fluid .landing-form input, .row-fluid .landing-form form button, .row-fluid .landing-form textarea, .row-fluid .landing-form select, .row-fluid .landing-form input[type="text"], .row-fluid .landing-form input[type="password"], .row-fluid .landing-form input[type="datetime"], .row-fluid .landing-form input[type="datetime-local"], .row-fluid .landing-form input[type="date"], .row-fluid .landing-form input[type="month"], .row-fluid .landing-form input[type="time"], .row-fluid .landing-form input[type="week"], .row-fluid .landing-form input[type="number"], .row-fluid .landing-form input[type="email"], .row-fluid .landing-form input[type="url"], .row-fluid .landing-form input[type="search"], .row-fluid .landing-form input[type="tel"], .row-fluid .landing-form input[type="color"] { color:#FFFFFF; border:1px solid #FFFFFF; background-color:transparent; -webkit-border-radius: 0 !important;;
-moz-border-radius: 0 !important;;
-o-border-radius: 0 !important;;
-ms-border-radius: 0 !important;;
border-radius: 0 !important;; }
.row-fluid .landing-form .hs-form-field > label { padding:0 0 8px; font-size:16px; font-weight:400; color:#FFFFFF; }
.row-fluid .landing-form .hs-form .hs-form-field { padding:0 0 0; }
.row-fluid .landing-form .hs-button { margin-top:10px; width:100%; color:#012837; background-color:#FFFFFF; }
.row-fluid .landing-form .hs-button:hover { background-color:transparent; color:#FFFFFF; }
.row-fluid .landing-form ul.inputs-list { padding:0 0 5px; }

.imground img {
  border-radius: 8px 8px 0px 0px;
}

/* service section */
.row-fluid .service-sectionLp { padding:50px 0; }
.row-fluid .service-sectionLp1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service-sectionLp1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .ser-boxLp { position:relative; padding-left:70px; font-size:14px; }
.row-fluid .ser-imgLp { position:absolute; top:0; left:0; }
.row-fluid .ser-imgLp img { max-width:55px; }
.row-fluid .ser-textLp h4 { font-size:24px; line-height:30px; }
.row-fluid .ser-textLp h4:after { content:''; margin:10px 0 0; width:25px; height:2px; display:block; background:#029bd9; }
.row-fluid .footer-Lp { margin-top:0; color:#FFFFFF; background:#012837; }

/* landing page 2 */
.row-fluid .landing2-hero { padding:20px 0; color:#FFFFFF; background:#029bd9; }
.row-fluid .landing2-book { margin:0; width:35%; display:inline-block; vertical-align:middle; float:none; }
.row-fluid .landing2-text { margin:0; width:64%; display:inline-block; vertical-align:middle; float:none; }
.row-fluid .landing2-subscription { padding-top:25px; }
.row-fluid .landing2-subscription h3 { display:none; }
.row-fluid .landing2-subscription .hs-form-field > label { display:none; }
.row-fluid .landing2-subscription input.hs-input { border-color:transparent; padding:8px 30px !important; font-size: 16px !important; font-style: italic !important; }
.row-fluid .landing2-subscription ul.inputs-list { padding:0; }
.row-fluid .landing2-subscription .hs-button { padding:11px 20px; min-width:160px; font-size:16px; line-height:22px; border-color:#FFFFFF; color:#FFFFFF; font-weight: 400; text-transform: initial; }
.row-fluid .landing2-subscription .hs-button:hover { background-color:#FFFFFF; color:#029bd9; }
.row-fluid .landing2-subscription .hs-form-field { display:inline-block; width:45%; }
.row-fluid .landing2-subscription .hs_submit { padding-left:15px; display:inline-block; width:54%; }
.row-fluid .landing2-enter { font-size:20px; line-height:26px; letter-spacing:1px; } 
.row-fluid .landing2-text h2 { color:#FFFFFF; letter-spacing:1px; }
.row-fluid .landing2-text h2:after { content:''; margin-top:10px; width:68px; height:4px; display:block; background:#FFFFFF; }

.row-fluid .landing2-things { padding:70px 0; }
.row-fluid .landing2-things1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .landing2-things1 .hs_cos_wrapper_widget { padding:15px; width:25%; float:left; }
.row-fluid .serLp2-icon:before { -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;; }
.row-fluid .serLp2-box:hover .serLp2-icon:before { top:-8px; bottom:-8px; right:-8px; left:-8px; }
.row-fluid .serLp2-text { padding-top:15px; font-size:14px; line-height:25px; }
.row-fluid .serLp2-text h4 { padding-bottom:15px; font-size:22px; line-height:28px; }
.row-fluid .serLp2-icon { margin:12px auto; width:100px; height:100px; display:block; line-height:76px; background:#029bd9; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; position:relative; }
.row-fluid .serLp2-icon:before { content:''; position:absolute; top:-10px; left:-10px; bottom:-10px; right:-10px; border:1px solid #029bd9; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .serLp2-icon img { max-width:50px; }

.row-fluid .about-author { padding:70px 0; }
.row-fluid .aboauthor-img { width:250px; height:250px; overflow:hidden; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .aboauthor-img img { width:100% !important; }
.row-fluid .aboauthor-text { margin:0; width:calc(100% - 255px); padding-left:40px; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .aboauthor-name  { font-size:18px; line-height:26px; font-weight:600; } 

/* thank you page */
.thank-page { background:#ecf7ff; }
.thank-page .top {  background:#FFFFFF; -webkit-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-moz-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-o-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-ms-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
box-shadow: 0 0 0 1px rgba(000,000,000,0.1);; }
.row-fluid .thank-hero { padding:190px 0 90px; }
.row-fluid .thank-hero h1 { font-size:90px; line-height:96px; color:#029bd9; }
.row-fluid .thank-herotext {  font-size:20px; line-height:30px; }
.row-fluid a.thnak-cta { margin-top:40px; font-size:35px; line-height:40px; letter-spacing:0; text-transform: capitalize; min-width: 430px; } 
.row-fluid a.thnak-cta:before { content:"\f019"; margin-right: 35px; display:inline-block; font-family:'FontAwesome'; }

.row-fluid .thank-social { padding:45px 0 0; }
.row-fluid .thank-social h5 { font-size:30px; line-height:36px; }
.row-fluid .thank-social h5:before { content:"\f1e0"; margin-right:15px; display:inline-block; font-family:'FontAwesome'; }
.row-fluid .thank-social ul { margin:0; padding:40px 0 0; list-style-type:none; }
.row-fluid .thank-social ul li { margin:0; padding:0 20px; display:inline-block; }
.row-fluid .thank-social ul li a { width:64px; height:64px; display:inline-block; background-size:100%; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background-repeat:no-repeat; background-image:url('https://www.revenueriver.co/hubfs/Moab_Theme_2017/image/socia-icon1.png'); }
.row-fluid .thank-social ul li a:hover { -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
box-shadow: 1px 1px 10px rgba(0,0,0,0.7);; }
.row-fluid .thank-social ul li:nth-child(2) a { background-image:url('https://www.revenueriver.co/hubfs/Moab_Theme_2017/image/socia-icon2.png'); }
.row-fluid .thank-social ul li:nth-child(3) a { background-image:url('https://www.revenueriver.co/hubfs/Moab_Theme_2017/image/socia-icon3.png'); }

/* blog page 1 */
.row-fluid .blogsec-section { padding:70px 0; }
.row-fluid .blog-left { margin:0; padding:0; width:70%; float:right; }
.row-fluid .blog-right { width:30%; margin:0; padding:0 30px 0 0; float:left; }
.row-fluid .blog-left .post-listing { display:inline-block; position:relative; }
.row-fluid .blog-left .post-listing:before { content:''; width:1px; position:absolute; top:0; left:46px; bottom:60px; background:rgba(0,0,0,0.2); }
.row-fluid .post-item { position:relative; padding-left:100px; margin-bottom:60px; }
.row-fluid .post-date { padding:4px; width:65px; height:65px; font-size:24px; line-height:28px; font-weight:700; position:absolute; top:12px; left:14px; color:#FFFFFF; background:#029bd9; text-align:center; -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);; }
.row-fluid .post-date span { font-size:18px; line-height:22px; font-weight:300; letter-spacing:1px; text-transform:uppercase; }
.row-fluid .postdate-inside { -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);; }

.row-fluid .post-inner { overflow:hidden; -webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;; -webkit-box-shadow: 1px 0 8px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 0 8px rgba(0,0,0,0.3);
-o-box-shadow: 1px 0 8px rgba(0,0,0,0.3);
-ms-box-shadow: 1px 0 8px rgba(0,0,0,0.3);
box-shadow: 1px 0 8px rgba(0,0,0,0.3);; }
.row-fluid .post-inner .hs-featured-image-wrapper { height:350px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .post-text { padding:40px; }
.row-fluid .post-text h2 { font-size:22px; line-height:28px; font-weight:500; }
.row-fluid .post-bottom { padding:20px 40px; border-top:1px solid #e0e0e0; }
.row-fluid .post-bottom a { color:#666666; }
.row-fluid .post-bottom a:hover { color:#029bd9; }
.row-fluid .post-bottom .hubspot-editable , .row-fluid .post-bottom .custom_listing_comments { padding-right:10px; display:inline-block; }
.row-fluid .post-bottom .hubspot-editable i , .row-fluid .post-bottom .custom_listing_comments i { padding-right:5px; font-size:22px; color:#029bd9; }

.row-fluid .blog-boxineer { margin-bottom:30px; }
.row-fluid .blog-boxineer h3 { padding:0 0 25px; font-size:26px; line-height:32px; }
.row-fluid .blog-boxineer h3:after { content:''; margin-top:6px; width:40px; height:2px; display:block; background:#029bd9; }
.row-fluid .blog-boxineer ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-boxineer ul li { margin:0; padding:0; display:block; }

.row-fluid .google-search { margin-bottom: 15px; background: transparent; -webkit-box-shadow: 1px 0 8px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 0 8px rgba(0,0,0,0.2);
-o-box-shadow: 1px 0 8px rgba(0,0,0,0.2);
-ms-box-shadow: 1px 0 8px rgba(0,0,0,0.2);
box-shadow: 1px 0 8px rgba(0,0,0,0.2);; display:inline-block; width:100%; }
.row-fluid .google-search .gsc-control-cse.gsc-control-cse-en { padding: 0; float: left; width: 100%; background: transparent; border: 0;}
.row-fluid .google-search .gsc-search-box.gsc-search-box-tools { border: 0; width: 100%; float: left; padding: 0; margin: 0;}
.row-fluid .google-search .gsc-input-box { background:transparent; height: 100%; border: 0; padding: 0;}
.row-fluid .google-search .gsc-input input { float: left; width: 100% !important; background:transparent !important; height: 44px !important; padding: 0 12px !important; font-size: 20px; -webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-o-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;; }
.row-fluid .google-search table.gsc-search-box td { padding: 0; width: 0;}
.row-fluid .google-search table.gsc-search-box { margin: 0; background: transparent;}
.row-fluid .google-search .google-search .gsc-input-box { background: transparent;}
.row-fluid .google-search .gsc-search-box tr td:first-child { float: left; width: 82%; padding: 0; background: transparent;}
.row-fluid .google-search .gsc-search-box tr td:first-child .gsib_a { width: 100%;}
.row-fluid .google-search .gsc-search-box tr td:nth-child(2) { float: right; width: 18%; background: transparent;}
.row-fluid .google-search table.gsc-search-box td { width: auto;}
.row-fluid .google-search .gsc-search-button { position: relative; border: 0; padding: 0; margin: 0; float: right; height:44px; cursor: pointer;}
.row-fluid .google-search .gsc-search-button input[type=image] { background: url('info.hepacart.com/hubfs/Hepacart-2016/Image/right.png?t=1486169000876') no-repeat center center !important; opacity: 0;}
.row-fluid .google-search .gsc-search-button-v2 { width: 100% !important;}
.row-fluid .google-search .gsc-search-button:before { position:absolute; cursor:pointer; content:"\f002"; background:transparent; line-height:44px; font-family:'FontAwesome'; color:#029bd9; font-size:24px; height:100%; padding:0 13px; right:0; top:0; width:100%; text-align:center; }
.row-fluid .google-search .gsst_a { display: none; }
.row-fluid .google-search .gsc-input-box , .row-fluid .google-search .gsc-input-box-focus , .row-fluid .google-search .gsc-input-box-hover { border:none !important; box-shadow:none !important; }
.google-search form::-webkit-input-placeholder { color: #AEAFB1; font-size: 16px; font-family: 'proxima_nova_rgregular'; letter-spacing: 0; text-transform: capitalize; opacity: 1;}
.google-search form:-moz-placeholder { color: #AEAFB1; font-size: 16px; font-family: 'proxima_nova_rgregular'; letter-spacing: 0; text-transform: capitalize; opacity: 1;}
.google-search form::-moz-placeholder { color: #AEAFB1; font-size: 16px; font-family: 'proxima_nova_rgregular'; letter-spacing: 0; text-transform: capitalize; opacity: 1;}
.google-search form:-ms-input-placeholder {color: #AEAFB1; font-size: 16px; font-family: 'proxima_nova_rgregular'; letter-spacing: 0; text-transform: capitalize; opacity: 1;}

.row-fluid .blog-social ul li { padding:5px 0; }
.row-fluid .blog-social ul li a { padding:15px 0 15px 75px; font-size:16px; line-height:20px; color:#fff; text-transform:uppercase; width:100%; background:#3b5998; display:inline-block; position:relative; font-weight: 300; }
.row-fluid .blog-social ul li a:before { content:"\f09a"; width:50px; height:100%; border-right:2px solid #fff; font-size:18px; position:absolute; top:0; left:0; font-family:'FontAwesome'; text-align:center; line-height:50px; }
.row-fluid .blog-social ul li:nth-child(2) a { background:#1dcaff; }
.row-fluid .blog-social ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .blog-social ul li:nth-child(3) a { background:#dd4b39; }
.row-fluid .blog-social ul li:nth-child(3) a:before { content:"\f0d5"; }
.row-fluid .blog-social ul li a:hover { -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
-o-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
-ms-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
box-shadow: 2px 0 5px rgba(0,0,0,0.5);; }

/* recent post */
.row-fluid .rece-box { float:left; width:100%; margin-bottom:14px; }
.row-fluid .rece-image { width:80px; height:66px; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .rece-text { width:calc(100% - 80px); float:left; padding-left:10px; }
.row-fluid .rece-text h4 { padding:0 0 5px; font-size:14px; line-height:20px; font-weight:400; }
.row-fluid .rece-text h4 a { color:#012837; }
.row-fluid .rece-text h4 a:hover { color:#029bd9; }
.row-fluid .rece-links { font-size:13px; line-height:16px; }
.row-fluid .rece-links .rece-author a { color:#666666; }
.row-fluid .rece-links .rece-author , .row-fluid .rece-links .custom_listing_comments { padding-right:5px; display:inline-block; }
.row-fluid .rece-links .rece-author:before , .row-fluid .rece-links .custom_listing_comments:before{ content:"\f007"; font-family:'FontAwesome'; display:inline-block; padding-right:3px; color:#029bd9; }
.row-fluid .rece-links .custom_listing_comments:before { content:"\f075"; }

/* blog-togs */
.row-fluid .blog-togs { padding:10px 15px; background:#FFFFFF; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
box-shadow: 0 0 5px rgba(0,0,0,0.2);; }
.row-fluid .blog-togs h3 { display:none; }
.row-fluid .blog-togs ul li { padding:3px 1px; display:inline-block; }
.row-fluid .blog-togs ul li a { padding:5px 14px; font-size:14px; line-height:20px; border:1px solid #666666; color:#666666; display:inline-block;  }
.row-fluid .blog-togs ul li a:hover { border-color:#029bd9; color:#FFFFFF; background:#029bd9; }

/* blog-pagination */
.row-fluid .blog-pagination { display:inline-block; width:100%; text-align:center; }
.row-fluid .blog-pagination ul { margin:0; padding:0 15px; list-style-type:none; display:inline-block; border:2px solid #029bd9; background:#029bd9; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .blog-pagination ul li { margin:0; display:inline-block; border-right:1px solid #FFFFFF; }
.row-fluid .blog-pagination ul li a , .row-fluid .blog-pagination ul li.active a { padding:5px 10px; display:inline-block; font-size:20px; line-height:26px; text-transform:uppercase; font-weight:600; letter-spacing:1px; display:inline-block; color:#FFFFFF; }
.row-fluid .blog-pagination ul li a:hover , .row-fluid .blog-pagination ul li.active a { opacity:0.7; }
.row-fluid .blog-pagination ul li:last-child { border-right:none; }

/* blog page 2 */
.row-fluid .blog2-left { width:70%; float:left; }
.row-fluid .blog2-right { margin:0; padding-left:30px; width:30%; float:left; }

.row-fluid .blog2-section { padding:70px 0; }
.row-fluid .blog2-left .hs-featured-image-wrapper { height:450px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .post2-item { margin-bottom:55px; background:#FFFFFF; -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; overflow:hidden; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
box-shadow: 0 0 10px rgba(0,0,0,0.2);; }
.row-fluid .blog2-text { padding:50px; display:inline-block; width:100%; position:relative; }
.row-fluid .blog2-content h2 { font-size:26px; line-height:32px; font-weight:500; }
.row-fluid .blog2-date { width:25%; letter-spacing:1.5px; float:left; }
.row-fluid .blog2-date .blog2-day { font-size:60px; line-height:66px; font-weight:700; color:#029bd9; }
.row-fluid .blog2-date .blog2-year { font-size:20px; text-transform:uppercase; color:; }
.row-fluid .blog2-content { width:75%; float:left; }

.row-fluid .post2-comabin { margin-top:10px; display:inline-block; width:100%; }
.row-fluid .post2-comabinside { display:inline-block; width: calc(100% - 45px); vertical-align: middle; }
.row-fluid .post2-comabinside .hubspot-editable , .row-fluid .post2-comabinside .blog2-topics , .row-fluid .post2-comabinside .custom_listing_comments  { padding-right:10px; display:inline-block; color:#012837; }
.row-fluid .post2-comabinside .hubspot-editable a , .row-fluid .post2-comabinside .blog2-topics a , .row-fluid .post2-comabinside .custom_listing_comments span { font-weight:600; color:#012837; }
.row-fluid .post2-comabinside .hubspot-editable a:hover , .row-fluid .post2-comabinside .blog2-topics a:hover { color:#029bd9; }
.row-fluid .post2-more { display:inline-block; width:40px; }
.row-fluid .post2-more a { width:40px; height:40px; line-height:30px; display:inline-block; text-align:center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .post2-more a:hover { -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
-o-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
box-shadow: 0 2px 10px rgba(0,0,0,0.2);; }
/*.row-fluid .post2-more:hover { opacity:0.5; -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;; }*/

.row-fluid .blog2-socialicon { position:absolute; top:-30px; right:50px; }
.row-fluid .blog2-socialicon ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog2-socialicon ul li { margin:0; padding:0 5px; display:inline-block; }
.row-fluid .blog2-socialicon ul li a { width:58px; height:58px; line-height:58px; font-size:20px; display:inline-block; background:#3b5998; text-align:center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; color:#FFFFFF; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
-o-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
-ms-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
box-shadow: 0 3px 6px rgba(0,0,0,0.1);; }
.row-fluid .blog2-socialicon ul li:nth-child(2) a { background:#1dcaff; }
.row-fluid .blog2-socialicon ul li:nth-child(3) a { background:#dd4b39; }
.row-fluid .blog2-socialicon ul li:nth-child(4) a { background:#ffffff;  color:#029bd9; }
.row-fluid .blog2-socialicon ul li a:hover { -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
-o-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
-ms-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
box-shadow: 0 2px 10px rgba(0,0,0,0.5);; }

.row-fluid .blog2-right .google-search { -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; }
.row-fluid .blog2-right .rece-image { width:74px; height:74px; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; }
.row-fluid .blog2-right .blog-togs { -webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;; }
.row-fluid .blog2-right .blog-togs ul li a { -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;; }

/* blog inner page 1 */
.row-fluid .blog-inner1 .post-header { text-align:center; }
.row-fluid .blog-inner1 h1 { font-size:30px; line-height:36px; padding:0 0 15px; }
.row-fluid .blog-inner1 .hs-featured-image-wrapper { height:350px; width:100%; float:left; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.row-fluid .blog-inner1 .post-header .hubspot-editable { padding-bottom:10px; }
.row-fluid .blog-inner1 .post-body { padding:10px 0 0; width:100%; display:inline-block; }
.row-fluid .topic-data { margin:10px 0 30px; padding:8px 10px; display:inline-block; width:100%; background:#FFFFFF; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);; }

.row-fluid .abauthor-box { width:100%; display:inline-block; }
.row-fluid .abauthor-img { width:100px; height:100%; overflow:hidden; float:left; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid .abauthor-text { padding-left:30px; font-size:14px; line-height:24px; width:calc(100% - 100px); float:left; }
.row-fluid .abauthor-text h3 { font-size:20px; line-height:26px; }

.hs-blog-listing .hs-author-profile { padding-left:100px; text-align:center; }
.hs-blog-listing .hs-author-avatar { margin:0 auto; width:150px; height:150px; overflow:hidden; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; display:block; }
.hs-blog-listing .hs-author-listing-header { padding:10px 0; padding-left:0; text-align:center; }

.hs-blog-listing .hs-author-profile { padding-left:0; }

/* one column page */
.row-fluid .hero-columnsim { padding:150px 0 100px; font-size:20px; line-height:30px; background:#012837; }
.row-fluid .hero-columnsim h1 { text-transform:uppercase; color:#FFFFFF; }

.row-fluid .one-column { padding:120px 0; }
.row-fluid .one-column h3 { text-transform:uppercase; }
.row-fluid .one-column h3:after { content:''; margin:15px 0 5px; width:80px; height:3px; display:block; background:#029bd9; }

.row-fluid .hero-colslider { position:relative; }
.row-fluid .hero-colslider:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.5; background:#012837; }
.row-fluid .hero-colslider > div { position:relative; }

.row-fluid .column-slider { margin:0 auto !important; padding:150px 0 100px; max-width:750px; width:100%; float:none; display:block; }
.row-fluid .column-slider h1 { text-transform:uppercase; color:#FFFFFF; }

.row-fluid .hero-large { padding:230px 0 180px; position:relative; }
.row-fluid .hero-large:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.5; background:#012837; }
.row-fluid .hero-large > div { position:relative; }

/* columns menu */
.row-fluid .column-menu { padding:5px; background-color:#029bd9; }
.row-fluid .column-menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .column-menu ul li { width:100%; margin:0; padding:0; display:block; }
.row-fluid .column-menu ul li a { color:#666666; width:100%; border-bottom:1px solid #029bd9; background:#FFFFFF; }
.row-fluid .column-menu ul li a:hover { background:#029bd9; color:#FFFFFF; border-bottom-color:#029bd9; }
.row-fluid .column-menu ul li.hs-item-has-children > a:after { content:"\f107"; font-family: 'FontAwesome'; position:absolute; top:10px; right:15px; }
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:relative; opacity:1; visibility:inherit; }
.row-fluid .column-menu .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:0; }
.row-fluid .column-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-open ul.hs-menu-children-wrapper li a { background:rgba(255,255,255,0.5); }
.row-fluid .column-menu ul.hs-menu-children-wrapper li.hs-item-has-children > a { background:#FFFFFF; }
.row-fluid .column-menu ul.hs-menu-children-wrapper li.hs-item-has-children > a:hover { background:#029bd9; }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul li a { background:rgba(255,255,255,0.3); }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul ul li a{ background:rgba(255,255,255,0.3); }
.row-fluid .column-menu .hs-menu-flow-horizontal > ul ul ul ul li a { background:rgba(255,255,255,0.3); }

/* team page */
.row-fluid .team-section2 span.hs_cos_wrapper  { margin:0 -15px; display:block; }
.row-fluid .team-section2 .hs_cos_wrapper_widget { padding:15px 0; width:33.33%; float:left;  } 




/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }


.span12.widget-span.widget-type-custom_widget.colored-logo {display: none;}
.fixed .logo{display:none !important;}
.top .colored-logo {display: none;}
.fixed .colored-logo {display:block !important;padding-top: 20px;max-width: 260px !important;}
.fixed .colored-logo img{max-width: 160px !important;}

@media (min-width: 991px){

  .row-fluid .top.fixed { top:0; padding:0 0px; position:fixed; left:0; border-bottom:none; background:#FFFFFF; -webkit-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-moz-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-o-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
-ms-box-shadow: 0 0 0 1px rgba(000,000,000,0.1);
box-shadow: 0 0 0 1px rgba(000,000,000,0.1);; }
  .row-fluid .top.fixed .logo-orignal { display:block; }
  .row-fluid .top.fixed .logo-white { display:none; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#029bd9; }
  .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#029bd9; } 

  .row-fluid .top.fixed .top-cta a.link-style2 { color:#012837; }

  .thank-page .top .mainmenu .hs-menu-wrapper > ul > li > a:link, .thank-page .top .mainmenu .hs-menu-wrapper > ul > li > a:visited , .thank-page .mainmenu .hs-menu-wrapper ul li a { color:#333333; }
  .thank-page .top .top-cta a.link-style2 { color:#012837; }

  /* header section */
  .row-fluid .hero-text { width:100%; position:absolute; top:50%; left:50%; -webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);; } 

}






@media (min-width: 1400px) {
  .row-fluid .top-bar { padding: 0px 0px; background: #029bd8; }
  .row-fluid .top { padding:0px 0px; }
  .row-fluid .top.fixed { padding:0 0px !important; }

}


@media (min-width: 768px) and (max-width: 1200px){ 

  h1 { font-size:34px; line-height:46px; }
  h2 { font-size:30px; line-height:40px; }
  h3 { font-size:28px; line-height:34px; }
  h4 { font-size:26px; line-height:32px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:22px; line-height:26px; }



}

@media (max-width: 1200px){ 

  /* hero section */
  .row-fluid .hero-text h1 { font-size:56px; line-height:64px; }
  .row-fluid .hero-text h2 { font-size:56px; line-height:64px; }


  /* creativity section */
  .row-fluid .creativity-section { padding:100px 0 80px; }
  .row-fluid .creativity-inner .hs_cos_wrapper_widget { padding:0 12px 30px; }

  /* team section */
  .row-fluid .team-section { padding:90px 0; }
  .row-fluid .team-section1 { padding-top:20px; }

  /* team section */
  .row-fluid .team-text { padding:18px 10px; }

  /* choose Section */
  .row-fluid .choose-section { padding:90px 0; }
  .row-fluid .counter-section { padding-top:0; }

  /* company logo */
  .row-fluid .company-section { padding:90px 0; }

  /* testimonial Section */
  .row-fluid .testimonial-section { padding:80px 0 0; }
  .row-fluid .testimonial-text { padding:45px 15px 0; }

  .row-fluid .testimonial-slider ul.slick-dots { bottom:15px; left:0; width:100%; }

  /* latest blog */
  .row-fluid .latest-blog { padding:100px 0; }
  .row-fluid .recent-textinner { padding:30px 15px; }

  /* started section */
  .row-fluid .started-section { padding:80px 0; }

  /* home page 2 */
  .row-fluid .service-section { padding:100px 0; }
  .row-fluid .service-section1 { padding-top:20px; }

  /* project section */
  .row-fluid .project-section { padding-top:100px; }

  /* team 2 section */
  .row-fluid .team2-section { padding:100px 0 0; }
  .row-fluid .team2-section1 { padding-top:20px; } 

  /* startup section */
  .row-fluid .startup-section , .row-fluid .testimonials2-section , .row-fluid .contact-section { padding:100px 0; }  

  /* business page */ 
  .row-fluid .pro-busstext , .row-fluid .say-text { padding:25px 20px; }

  /* blog page 1 */
  .row-fluid .post-inner .hs-featured-image-wrapper { height:270px; }
  .row-fluid .post-text { padding:25px 20px 12px; }



}

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper {  max-width:920px; }

  /* top */
  .row-fluid .logo { padding-top:15px; }
  .row-fluid .logo img { max-width: 130px !important; }
  .fixed .colored-logo img{max-width: 130px !important;}
  .fixed .colored-logo {padding-top:30px !important;}
  .row-fluid .top-cta { margin:0; display:none; }
  .row-fluid .top-menu { margin:0; float:right; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:25px 10px; font-size:13px; }

  /* bussiness page */
  .row-fluid .creativity-inside { height:300px; }
  .row-fluid .creativity-textinner { padding:40px 0; }

  /* thank you */
  .row-fluid .thank-hero h1 { font-size:70px; line-height:78px; }
  .row-fluid a.thnak-cta { font-size:30px; line-height:36px; min-width:350px; }


}




/* SD Style  */
.header-area .top-cta .cta_button {
  margin: 20px 0 0;
}
#hs_cos_wrapper_module_150484869888788 .hs-menu-wrapper > ul {
  margin-top: 0px !important;
}


.cstm-cntnt-bx{ 
  padding: 40px 20px 30px; 
  border-radius: 4px;
  margin-bottom: 30px;
  background: #029bd9;
  color: #000;
  transition: all 0.5s ease;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 285px !important;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
}

.cstm-cntnt-bx p,
.cstm-cntnt-bx span{
  color: #fff !important;
}
.cstm-cntnt-bx .hs_cos_wrapper{
  overflow: hidden;
}
.cstm-cntnt-bx p{
  transform: scale(0); 
  height: 0;
  transition: all 0.5s ease;
}
.cstm-cntnt-bx:hover{
  background: #029bd9;
  transform: scale(1.1);
}
.cstm-cntnt-bx:hover p,
.cstm-cntnt-bx:hover span{
  color: #fff !important;
}
.cstm-cntnt-bx:hover p{
  transform: scale(1); 
  height: auto;
} 
@media (max-width: 767px){
  .cstm-cntnt-bx p{
    transform: scale(1); 
    height: auto;
  }
    
  .company-slider .slick-arrow  {
    width: 48px;
    height: 48px;
  }
  .home-text a{
    padding:14px 0;
  }
}

@media (max-width:767px) {
  /* latest blog */
  .row-fluid .recent-box { width:100%; }
}



/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.mainmenu .hs-menu-wrapper > ul{ 
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li > a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.mainmenu .hs-menu-wrapper > ul ul{}
.mainmenu .hs-menu-wrapper > ul ul li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul ul li a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.mainmenu .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:991px) {
  .mainmenu .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: 990px){

  .header-area .pd-100 {
    padding: 0 15px;
  }
  .header-logo-box {
    position: absolute;
    top: 50px;
    left: 15px;
    z-index: 1;
  }
  .row-fluid .top-menu {
    width: 100%;
    margin-left: 0px;
  }

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

  .mainmenu,
  .mainmenu .hs-menu-wrapper > ul,
  .mainmenu .hs-menu-wrapper > ul li,
  .mainmenu .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;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 5px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
    transition: inherit;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    /*     background-color: #000000;  */
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 7px; /* 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;
  }

  .mobile-open .mobile-trigger i {
    background:none;
  }
  .mobile-open .mobile-trigger i::before {
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i::after {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);

  }


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

  .mobile-trigger:hover {
    background: none;
  }
  .mobile-open .mobile-trigger {
    position: fixed;
    top: 15px;
    right: 25px;
    z-index: 100;
  }

  .mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
    width: 24px;
    height: 3px;
    background-color: #FFFFFF;
    display: inline-block;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index: 100;
  }
  .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: 10px; /* 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
  ========================================================================== */  

  .mainmenu.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .mainmenu.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;
  }

  .mainmenu.js-enabled {
    width: 100% !important;
  }
  .mainmenu.js-enabled .hs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    overflow-y: auto !important;
    transition: all 0.4s ease-in-out;
  }
  .mainmenu .hs-menu-wrapper {
    background-color: #029bd9;
    width: 100% !important;
    z-index: 2;
    padding: 70px 0px 0px !important;
  }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left !important;
  }
  .header-container-wrapper .mainmenu .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }
  .mainmenu .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255,255,255,.35) !important;
  }

  .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover,
  .row-fluid .mainmenu .hs-menu-wrapper ul li a:focus {
    color:#333 !important;
  }

  .child-triggerm {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: auto !important;

  }
  .child-triggerm span{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
  }
  .child-triggerm span:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .child-triggerm.child-open span:after {
    content: "\f068";
    opacity:0;
    /*     right: 20px;
    top: 15px; */
  }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul {
    width: 100%;
    padding: 0px 0px;
    border-top: 0px solid #029bd9;
    border-bottom: 0px solid #029bd9;
    background: #2ca8db;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .mainmenu .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 */
  .mainmenu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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


/* SD Style End  */

@media (min-width: 768px) and (max-width: 990px){

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, 
  .row-fluid .mainmenu .hs-menu-wrapper ul li a {
    padding:10px 15px !important;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .row-fluid .wrapper {  width:720px; }	


}
@media (max-width: 767px) {

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li {
    padding: 10px 0 !important;
  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li a {
    padding: 0px 15px !important;
    line-height: 48px !important;
  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li .child-triggerm span {
    top: 22px;
  }
  span.child-triggerm {
    top: 14px !important;
  }
  .company-section .row-fluid ol.flex-control-nav li, ul.slick-dots li {
    display: inline-block;
    padding: 0 5px;
    margin: 0px 5px;
  }
  .company-section .row-fluid ol.flex-control-nav li a, ul.slick-dots li button {
    line-height: 48px;
  }
  a.link-mob {
    padding: 15px;
  }
  .hs-content-id-109679536778 .row-number-7 a , .hs-content-id-109046994445 .row-number-8 a
  , .hs-content-id-109512085161 .row-number-8 a , .mob-tap a ,.hs-content-id-121655520172 .post-body a ,.hs-content-id-107503273005 .post-body a{
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin: 4px 0;
  }
  .hs-content-id-57909964903 .serap-inner a {
    padding: 18px 0;
    display: block;
  }
  .hs-content-id-57909964903 .serap-inner br {
    display: none;
  }
  .hs-content-id-57909964903 .serap-inner p {
    line-height: 1 !important;
    padding:0 !important;
  }
}
@media (max-width: 991px){
  /*.home-page { margin-bottom:720px; }*/

  .thank-page .mobile-trigger  i, .thank-page .mobile-trigger  i:before, .thank-page .mobile-trigger  i:after { background-color:#029bd9; }
  .thank-page.mobile-open .mobile-trigger  i:before, .thank-page.mobile-open .mobile-trigger  i:after { background-color:#FFFFFF; }


  /* top */
  .row-fluid .top-cta { display:none; }
  .row-fluid .logo { padding:10px 0; }

  .row-fluid .top { padding:0 15px; }

  /* hero section */
  .row-fluid .hero-box > div { position:relative; }
  .row-fluid .hero-text { padding:100px 0; }

  /* creativity section */
  .row-fluid .creativity-section { padding:60px 0 40px; }
  .row-fluid .creativity-left , .row-fluid .creativity-right { margin:0; width:100%; }
  .row-fluid .creativity-right { padding-top:40px; } 

  /* perfectexpe section */
  .row-fluid .perfectexpe-inner { padding:50px 30px; }

  /* footer */
  .row-fluid .footer-box { margin:0 0 30px; padding:0 15px; width:50%; }
  .row-fluid .footer-box:nth-child(3) { clear:left; }
  .row-fluid .footer-title h4 { padding:0 0 10px; }
  .row-fluid .footer-copyright { margin-top:30px; padding:14px 0 15px 0; }

  /* home page 2 */
  .row-fluid .service-section1 .hs_cos_wrapper_widget { width:50%; }


  /* project section */
  .row-fluid .project-left { width:49.4%; }
  .row-fluid .project-right { width:50%; }

  /* works section */
  .row-fluid .works-section { padding:100px 0; }
  .row-fluid .works-playicon { padding:0 0 40px; }

  /* company section */
  .row-fluid .company-slider ol.flex-control-nav, .company-slider ul.slick-dots { padding:20px 0 0; }

  /* pricing section */
  .row-fluid .pricing-section { padding:80px 0; }
  .row-fluid .pricing-price { padding:0 15px; }

  /* get touch section */
  .row-fluid .gettouch-form { padding:40px 30px 50px; }

  /* business page */
  .row-fluid .creativity-textinner { padding:0 0 0; max-width:100%; }
  /*.row-fluid .business-section { padding:20px 0; }*/

  .row-fluid .services-quasection1 .hs_cos_wrapper_widget { padding:50px 0 25px; }
  .row-fluid .services-quasection { padding:90px 0 0; }

  .row-fluid .projectbuss-section { padding:100px 0 40px; }
  .row-fluid .worldwide-left { padding-right:0; }
  .row-fluid .worldwide-section , .row-fluid .ques-section , .row-fluid .gettouch-section { padding:100px 0; }

  .row-fluid .ques-left { padding-right:25px; }

  .row-fluid .strip-section { padding:50px 0; text-align:center; }
  .row-fluid .strip-left { max-width:100%; width:100%; }
  .row-fluid .strip-right { margin:0; width:100%; text-align:center; }
  .row-fluid .strip-right > div { width:100%; }

  .row-fluid .say-box { padding:0 15px; }
  .row-fluid .get-cta { margin:0; }

  /* about page */
  .row-fluid .about-text { padding:130px 0; }
  .row-fluid .servAp-section { padding:70px 0; }
  .row-fluid .serap-inner { padding:15px; }
  .row-fluid .servAp-cta { margin-top:40px; }

  .row-fluid .process-section { padding:100px 0 80px; }
  .row-fluid .proce-boxinner { padding:0; }

  /* contact page 2 */
  .row-fluid .getouch-right { padding-left:0; } 
  .row-fluid .map-section iframe { height:450px; }

  .row-fluid .contact2-form .gettouch-form { padding:50px 0 50px 30px; }

  /* pricing page */
  .row-fluid .pricing-bus { padding:50px 0; }
  .row-fluid .pricingPlan-section { padding:80px 0; }

  /* landing page */
  .row-fluid .landing-herotext h2 { font-size:44px; line-height:50px; }
  .row-fluid .footer-Lp { margin-top:0; }

  /* landing page 2 */
  .row-fluid .landing2-things1 .hs_cos_wrapper_widget { width:50%; }

  /* thank you */
  .row-fluid .thank-hero { padding:120px 0 50px; }
  .row-fluid .thank-herotext { font-size:18px; }
  .row-fluid .thank-hero h1 { font-size:60px; line-height:68px; }
  .row-fluid a.thnak-cta { font-size:25px; line-height:32px; min-width:300px; }
  .row-fluid .thank-social ul { padding:20px 0 0; }

  /* blog page 1 */
  .row-fluid .blog-left { width:100%; float:left; }
  .row-fluid .blog-right { margin-top:30px; padding:0; width:100%; float:left; }

  /* blog page 2 */
  .row-fluid .blog2-left { width:100%; }
  .row-fluid .blog2-right { margin-top:30px; width:100%; padding-left:0; }
  .row-fluid .blog2-text { padding:50px 30px 30px; }

  .row-fluid .abauthor-img { margin:0 auto; float:none; display:block; }
  .row-fluid .abauthor-text { padding-left:0; width:100%; text-align:center; }

  /* team page */
  .row-fluid .team-section2 .hs_cos_wrapper_widget { width:50%; }

}

@media (min-width: 30px) and (max-width: 767px){

  h1 { font-size:30px; line-height:38px; }
  h2 { font-size:28px; line-height:34px; }
  h3 { font-size:26px; line-height:32px; }
  h4 { font-size:24px; line-height:30px; }
  h5 { font-size:22px; line-height:28px; }
  h6 { font-size:20px; line-height:26px; }

  .row-fluid .wrapper { padding:0 15px; }

  body { margin-bottom:0 !important; }
  .row-fluid .title-text h2 { font-size:24px; line-height:34px; }
  .row-fluid .title-text h2:after { margin:10px auto; }
  .row-fluid .sub-text { font-size:16px; padding:0 0 20px; }

  .row-fluid .slider-dotted ol.flex-control-nav, .row-fluid .slider-dotted ul.slick-dots { padding:0 0 30px; opacity:1; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }

  /* hero section */
  .row-fluid .hero-box > div { position:relative; }
  .row-fluid .hero-text { padding:100px 0; }
  .row-fluid .hero-text h1 { font-size:28px; line-height:1.5; }
  .row-fluid .hero-text h2 { font-size:28px; line-height:1.5; }

  .row-fluid .hero-box {
    font-size: 20px;
    line-height: 30px;
    min-height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
  }
  .row-fluid .hero-text h1:after { margin:15px auto 0; }
  /*  .row-fluid .hero-slider .slick-arrow { display:none !important; }*/
  .row-fluid .hero-button { padding-top:24px; }

  /* creativity section */
  .row-fluid .product-icon { margin-bottom:10px; }

  /* team section */
  .row-fluid .team-section { padding:50px 0; }
  .row-fluid .team-section1 { padding-top:0; }

  /* counter section */
  .row-fluid .counter-box { padding:15px 0; }
  .row-fluid .counter-number { padding:5px 0; font-size:50px; line-height:58px; }

  /* choose Section */
  .row-fluid .choose-section { padding:50px 0; }

  /* company section */
  .row-fluid .company-section { padding:50px 0 30px; }
  .row-fluid .company-section { padding:50px 0 30px; }

  /* testimonial section */
  .row-fluid .testimonial-section { padding:40px 0 50px; }
  .row-fluid .testimonial-img { width:100%; text-align:center; }
  .row-fluid .testimonial-img img { max-width:300px; }
  .row-fluid .testimonial-text { padding:25px 5px 0; width:100%; }
  .row-fluid .testimonial-textinner { max-width:100%; float:left; }
  .row-fluid .testimonial-author { padding:0 0 20px 0; }

  .row-fluid .team2-box { margin:0 auto; max-width:350px; }

  .row-fluid .testimonial-slider ul.slick-dots { opacity:1; bottom:0; }
  .row-fluid .testimonial-slider:hover ul.slick-dots {  -webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);; }

  /* latest blog */
  .row-fluid .latest-blog { padding:50px 0; }

  /* perfectexper Section */
  .row-fluid .perfectexper-box .hs_cos_wrapper_widget { width:100%; padding-bottom:35px; }
  .row-fluid .perfectexper-box { padding-top:30px; }
  .row-fluid .perfect-box { height:auto !important; }

  /* started-section */
  .row-fluid .started-section { padding:50px 0; }

  /* footer */
  .row-fluid .footer { padding:50px 0 0 0; position:relative; z-index:inherit; }
  .row-fluid .footer-box { margin:0; padding:0 0 25px; width:100%; }
  .row-fluid .footer-icon { margin-top:10px; }
  .row-fluid .footer-title h4 { padding:0 0 5px; } 

  .row-fluid .footer-box ul li { padding:0;margin: 8px !important}
  .row-fluid .contact-info ul li:before { top:13px; }
  .row-fluid .footer-menu ul li { padding:2px 0; }
  .row-fluid .contact-info ul li { padding-left:20px; }
  .row-fluid .footer-box ul li a {
    display: inline-block !important;
    min-width: 48px !important;
    line-height: 48px !important;
  }
  .row-fluid .footer-box ul li a i {
    font-size: 22px !important;
  }
  .row-fluid .footer-copyright ul li a {
    display: inline-block;
    min-width: 48px;
    line-height: 48px;
  }
  /* footer bottom */
  .row-fluid .footer-copyright { margin-top:5px; text-align:center; }
  .row-fluid .footer-copyright ul { text-align:center; margin-top:7px; }

  /* home page 2 */
  .row-fluid .hero-sectionH2 > div { position:relative; }
  .row-fluid .hero-sectionH2 .hero-text { font-size:20px; line-height:26px; }


  .row-fluid .service-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .service-section { padding:60px 0 20px; } 
  .row-fluid .service-section1 { padding-top:0; }
  .row-fluid .service2-text h4 { padding:18px 0 8px; }

  /* project section */
  .row-fluid .project-section { padding:50px 15px 0; }
  .row-fluid .project-left { padding-left:0 !important; width:100%; }
  .row-fluid .project-right { width:100%; }

  /* team section */
  .row-fluid .team2-section { padding-top:60px; }

  .works-video iframe { height:280px; width:400px; }

  /* startup section */
  .row-fluid .startup-section { text-align:center; }
  .row-fluid .startup-left h2:after { margin:0 auto; }
  .row-fluid .startup-section, .row-fluid .testimonials2-section, .row-fluid .contact-section { padding:60px 0; }
  .row-fluid .startup-right { padding-top:20px; }
  .row-fluid .startup-rightinner { max-width:100%; }
  .row-fluid .startup-left h2 { font-size:22px; line-height:30px; }

  /* works-section */
  .row-fluid .works-section { padding:60px 0; }

  /* pricing section */
  .row-fluid .pricing-section { padding:50px 0 70px; }
  .row-fluid .pricing-section1 { padding-top:30px; }
  .row-fluid .pricing-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .pricing-link { padding-top:20px; }

  .row-fluid .pricing-price { padding:10px 15px; }
  .row-fluid .pricing-box.most1-popularbox .pricing-boxinner , .row-fluid .pricing-boxinner { padding:30px 15px; }
  .row-fluid .pricing-list { padding-bottom:20px; }
  .row-fluid .pricing-list ul li { padding:4px 0; }

  /* testimonials section */
  .row-fluid .testimonials2-section1 .hs_cos_wrapper_widget { width:100%; }

  /* contact section */
  .row-fluid .contact-section1 { padding-top:0; }
  .row-fluid .gettouch-contact { padding-left:0; text-align:center; }
  .row-fluid .gettouch-email { padding:30px 0; margin-bottom:0; }
  .row-fluid .gettouch-contact h3 { padding:10px 0; }

  /* business section */
  .row-fluid .creativity-section { padding:50px 0; }
  .row-fluid .business-boxinner { margin:15px 0; background:#012837; color:#FFFFFF; }
  .row-fluid .business-box h4 { color:#FFFFFF; }

  .row-fluid .services-quasection { padding:60px 0 20px; }
  .row-fluid .services-quasection1 .hs_cos_wrapper_widget { padding:20px 0; }
  .row-fluid .ser-promoimg { width:100%; }
  .row-fluid .ser-promotext { width:100%; padding:20px 0 0; }
  .row-fluid .ser-promotext h4 { margin-bottom:0; }
  .row-fluid .ser-promocta { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; opacity:1; margin-top:20px; }
  .row-fluid .ser-promobox:hover .ser-promocta { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }
  .row-fluid .services-quasection1 .hs_cos_wrapper_widget:nth-child(2n) .ser-promotext { padding:20px 0 0; }

  .row-fluid .projectbuss-section { padding:50px 0 0; }
  .row-fluid .pro-bussbox { padding:15px 0; }

  .row-fluid .worldwide-section, .row-fluid .ques-section, .row-fluid .gettouch-section { padding:50px 0; }
  .row-fluid .worldwide-left { margin-bottom:30px; }
  .row-fluid .worldwide-left h3 { font-size:20px; line-height:28px; }

  .row-fluid .ques-left { padding-right:0; }
  .row-fluid .ques-left .hs_cos_wrapper_widget { padding:25px 0 15px; }

  .row-fluid .ques-leftbox { margin:30px 0 0; }'
  .row-fluid .ques-inncontent { padding:0 0 20px; }

  .row-fluid .say-box { padding:0; }

  .row-fluid .gettouch-section  { padding:30px 0; text-align:center; }
  .row-fluid .gettouch-boxinner:after { margin:20px auto 0; }
  .row-fluid .gettouch-boxinner { padding:30px 0 10px; max-width:100%; }
  .row-fluid .get-cta { margin-right:10px; }
  .row-fluid .gettouch-section h3 { padding:0 0 10px; }
  .row-fluid .direct-call h4 { padding-top:15px; font-size:18px; line-height:26px; }
  .row-fluid .strip-left h4 { font-size:19px; padding:0 0 20px; }
  .row-fluid .pro-busstext, .row-fluid .say-text { padding:20px 15px; }

  /* about page */
  .row-fluid .about-text { padding:100px 0; }
  .row-fluid .about-text h1 { font-size:36px; line-height:44px; }
  .row-fluid .about-text h1:after { margin:14px auto 0; }

  .row-fluid .servAp-section { padding:50px 0; }
  .row-fluid .servAp-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .serap-inner { padding:30px; }

  .row-fluid .process-section { padding:40px 0 30px; }
  .row-fluid .process-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .proce-boxinner { padding:30px; }

  .row-fluid .business-section { padding:50px 0; }

  /* contact page */
  .row-fluid .map-section iframe { height:300px; }

  /* contact page 2 */
  .row-fluid .contact2-section { padding:30px 0; }
  .row-fluid .contact2-box h4 { padding:12px 0 15px; }
  .row-fluid .contact-boxs2 { width:100%; height:auto !important; }
  .row-fluid .contact-boxs2 iframe { position:relative; height:300px; }
  .row-fluid .contact2-form .gettouch-form { padding:30px 15px !important; }

  /* pricing page */
  .row-fluid .pricing-bus { padding:30px 0; }
  .row-fluid .pricing-bus .business-box { padding:20px 0; text-align:center; }
  .row-fluid .pricing-bus .business-box h4 { margin-bottom:0; color:#012837; }

  .row-fluid .pricingPlan-section { padding:50px 0; }
  .row-fluid .pricingPlan-section .pricing-section1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .pricingPlan-section .pricing-section1 { padding-top:0; }

  /* service page 1 */
  .row-fluid .software-section { padding:50px 0 30px; }
  .row-fluid .software-box { padding:0 0 30px; }
  .row-fluid .software-box h3 { padding:0 0 15px; }

  .row-fluid .companySer-section { padding:100px 0; }
  .row-fluid .companySer-title { margin:0 auto 30px !important; }
  .row-fluid .companySer-title h3 { font-size:22px; line-height:30px; }

  /* landing page */
  .row-fluid .landing-logo { margin:0; width:auto; float:left; display:inline-block; }
  .row-fluid .landing-Cta { margin:0; width:auto; float:right; display:inline-block; }
  .row-fluid .landing-Cta a { margin:0; }

  .row-fluid .landing-hero { padding:80px 0; }
  .row-fluid .landing-herotext { font-size:16px; line-height:28px; }
  .row-fluid .landing-herotext h2 { font-size:34px; line-height:40px; padding:0 0 10px; }
  .row-fluid .landing-section { padding:40px 0; }
  .row-fluid .landing-right { margin-top:30px; }
  .row-fluid .landing-left h2 { font-size:24px; line-height:30px; }

  .row-fluid .service-sectionLp { padding:30px 0 0; }
  .row-fluid .service-sectionLp1 .hs_cos_wrapper_widget { width:100%; }

  .row-fluid .footer-Lp { font-size:14px; }

  /* landing page 2 */
  .row-fluid .landing2-hero { padding:20px 0; }
  .row-fluid .landing2-book , .row-fluid .landing2-text { width:100%; text-align:center; }
  .row-fluid .landing2-book img { max-width:180px; }

  .row-fluid .landing2-subscription .hs-form-field { width:50%; }
  .row-fluid .landing2-subscription .hs_submit { width:auto; }
  .row-fluid .landing2-text h2:after { margin:10px auto 0; }  

  .row-fluid .landing2-things { padding:50px 0 30px; }

  .row-fluid .about-author { padding:50px 0 30px; text-align:center; } 
  .row-fluid .aboauthor-img { margin:0 auto !important; width:200px; height:200px; display:block; }
  .row-fluid .aboauthor-text { width:100%; padding:10px 0; }

  /* latest blog */
  .row-fluid .recent-box { width:100%; }

  /* thank you */
  .row-fluid .thank-hero { padding:130px 0 50px; }
  .row-fluid .thank-herotext { font-size:17px; }
  .row-fluid .row-fluid a.thnak-cta { margin-top:15px; padding:10px 40px; min-width:auto; font-size:20px; line-height:26px; }
  .row-fluid a.thnak-cta:before { margin-right:15px; }
  .row-fluid .thank-hero h1 { padding:10px 0; font-size:50px; line-height:58px; }
  .row-fluid .thank-social { padding:30px 0 0; }
  .row-fluid .thank-social ul { padding:15px 0 0; }
  .row-fluid .thank-social ul li { padding:0 8px; }
  .row-fluid .thank-social ul li a { width:50px; height:50px; }

  /* blog page */
  .row-fluid .post-text { font-size:14px; }
  .row-fluid .post-text h2 { font-size:20px; line-height:26px; }
  .row-fluid .post-bottom { padding:15px 20px; font-size:14px; }
  .row-fluid .blogsec-section { padding:60px 0 30px; }
  .row-fluid .post-item { margin-bottom:30px; }
  .row-fluid .blog-left .post-listing:before { bottom:27px; }
  .row-fluid .post-bottom .hubspot-editable i, .row-fluid .post-bottom .custom_listing_comments i { font-size:18px; padding-right:3px; }

  /* blog page 2 */
  .row-fluid .blog2-section { padding:50px 0 20px; }
  .row-fluid .blog2-pagination ul li a { width:46px; height:46px; line-height:40px; }
  .row-fluid .blog2-left .hs-featured-image-wrapper { height:300px; }
  .row-fluid .blog2-text { padding:50px 15px 30px; font-size:14px; padding:50px 15px 15px; }
  .row-fluid .post2-item { margin-bottom:30px; }
  .row-fluid .post2-comabin { margin-top:0; }
  .row-fluid .blog2-socialicon { top:-22px; }
  .row-fluid .blog2-date .blog2-day { font-size:45px; line-height:50px; }
  .row-fluid .blog2-socialicon ul li a { width:45px; height:45px; line-height:45px; }

  .row-fluid .blog2-content h2 { font-size:22px; line-height:30px; padding:0; }

  .row-fluid .blog2-pagination ul li a { width:35px; height:35px; line-height:30px; font-size:17px; }
  .row-fluid .blog-boxineer { margin-bottom:15px; }
  .row-fluid .blog-boxineer h3 { font-size:20px; line-height:26px; padding:0 0 20px; }  

  /* one column */
  .row-fluid .hero-columnsim { padding:120px 0 80px; font-size:16px; }

  .row-fluid .column-slider { padding:100px 0 80px; }
  .row-fluid .one-column { padding:70px 0 50px; }



  /*Padding Option*/
  .row-fluid .mobpadding-top10 { padding-top:10px; }
  .row-fluid .mobpadding-top20 { padding-top:20px; }
  .row-fluid .mobpadding-top30 { padding-top:30px; }
  .row-fluid .mobpadding-top40 { padding-top:40px; }
  .row-fluid .mobpadding-top50 { padding-top:50px; }

  .row-fluid .padding-top0 { padding-top:0; }
  .row-fluid .padding-bottom0 { padding-bottom:0; }
  .row-fluid .mobpadding-top0 { padding-top:0; }
  .row-fluid .mobpadding-bottom0 { padding-bottom:0; }    

  .row-fluid .mobpadding-bottom10 { padding-bottom:10px; }
  .row-fluid .mobpadding-bottom20 { padding-bottom:20px; }
  .row-fluid .mobpadding-bottom30 { padding-bottom:30px; }
  .row-fluid .mobpadding-bottom40 { padding-bottom:40px; }
  .row-fluid .mobpadding-bottom50 { padding-bottom:50px; }


  /*Margin Option*/
  .row-fluid .mobmargin-top10 { margin-top:10px; }
  .row-fluid .mobmargin-top20 { margin-top:20px; }
  .row-fluid .mobmargin-top30 { margin-top:30px; }
  .row-fluid .mobmargin-top40 { margin-top:40px; }
  .row-fluid .mobmargin-top50 { margin-top:50px; }

  .row-fluid .mobmargin-bottom10 { margin-bottom:10px; }
  .row-fluid .mobmargin-bottom20 { margin-bottom:20px; }
  .row-fluid .mobmargin-bottom30 { margin-bottom:30px; }
  .row-fluid .mobmargin-bottom40 { margin-bottom:40px; }
  .row-fluid .mobmargin-bottom50 { margin-bottom:50px; }


}
@media(max-width:1379px) and (min-width:1319px){
  .pd-100 {
    padding: 0 50px !important;
  }
}
@media(max-width:1318px) and (min-width:1201px){
  .pd-100 {
    padding: 0 20px !important;
  }
}
@media (max-width:600px) {

  /* team page */
  .row-fluid .team-section2 .hs_cos_wrapper_widget { width:100%; }    

}
.row-fluid .topbar {
  background: #029bd8;
}
.pd-100{padding: 0 80px;}
@media (min-width: 30px) and (max-width: 500px){

  .row-fluid .sub-text { font-size:14px; } 

  /* hero section */
  .row-fluid .hero-text h1 { font-size:30px; line-height:40px; } 
  .row-fluid .hero-text h2 { font-size:30px; line-height:40px; } 


  /* creativity section */
  .row-fluid .product-box { height:auto !important; }
  .row-fluid .product-text h4 { margin-bottom:0; }
  .row-fluid .creativity-inner .hs_cos_wrapper_widget { width:100%; padding:0 0 20px; }
  .row-fluid .creativity-left h2:after { margin:15px 0 0; }

  /* testimonial section */
  .row-fluid .testimonials1-boxinner { padding:15px; text-align:center; }
  .row-fluid .testimonials1-image { margin:0 auto !important; float:none; display:block; }
  .row-fluid .testimonials1-text { width:100%; padding:10px 0 0 0; } 
  .row-fluid .testimonials1-texttitle { width:100%; }

  /* perfectexpe section */
  .row-fluid .perfectexpe-inner { padding:30px 15px; }

  /* team section */
  .row-fluid .team2-boxinner { height:380px; }
  .row-fluid .team2-textinner { padding:15px; }
  .row-fluid .team-designation { padding-bottom:0; }

  /* business page */
  .row-fluid .creativity-inside { height:260px; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;; }
  .row-fluid .get-ctasection { margin-top: 0; }
  .row-fluid .get-cta { display:block; margin:10px 0 0; }

  /* about page */
  .row-fluid .serap-inner { padding:15px; }
  .row-fluid .proce-boxinner { padding:15px 0; } 

  /* landing page */
  .row-fluid .header-lp { padding:15px 0; }
  .row-fluid .landing-logo { width:100%; text-align:center; }
  .row-fluid .landing-Cta { margin:15px 0 0; width:100%; text-align:center; }

  /* landing page 2 */
  .row-fluid .landing2-things1 .hs_cos_wrapper_widget { width:100%; }
  .row-fluid .landing2-subscription .hs-form-field { width:100%; }
  .row-fluid .serLp2-box { height:auto !important; }

  /* blog page 1 */
  .row-fluid .post-item { padding-left:0; }
  .row-fluid .post-date { top:25px; left:25px; width:55px; height:55px; font-size:20px; line-height:24px; }
  .row-fluid .post-date span { font-size:15px; line-height:18px; }
  .row-fluid .blog-left .post-listing:before { display:none; }

  .row-fluid .post-inner .hs-featured-image-wrapper { height:200px; }

  /* blog page 2 */
  .row-fluid .post2-item { text-align:center; }
  .row-fluid .blog2-date { width:100%; margin-bottom:10px; text-align:center; }
  .row-fluid .blog2-content { width:100%; }

  .row-fluid .blog2-date .blog2-day { font-size:32px; line-height:40px; }
  .row-fluid .blog2-date .blog2-year { font-size:15px; line-height:20px; }
  .row-fluid .blog2-socialicon { right:15px; }
  .row-fluid .blog2-socialicon ul li { padding:0 1px; }

  .row-fluid .blog2-left .hs-featured-image-wrapper { height:250px; }

}
.header-container-wrapper .topbar ul li a {
  color: #ffffff;
}

.header-container-wrapper .topbar ul li a:hover {
  opacity: .8;
}

span.timeline-overlapping_img-icon {
    display: none;
}

@media (min-width: 991px){

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#029bd9; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#029bd9; } 

  .row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:230px; padding:15px 0; margin: 0px; background:#fff;  position: absolute;  top:100%;  left:0px;  -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); box-shadow: 0 0px 2px 0 rgba(0,0,0,.3); text-align:left; border-top:5px solid #029bd9; border-bottom:5px solid #029bd9; }

  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { font-family:'Montserrat', Arial, Helvetica, sans-serif; padding:7px 18px; line-height:20px; color:#012837; width:100%; font-size:13px; letter-spacing:0.3px; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#029bd9;  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.4s ease-in; -webkit-animation:fadeInUp 0.4s ease-in; animation:fadeInUp 0.4s ease-in ; } 

  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.4s ease-in; -webkit-animation: fadeInRight 0.4s ease-in; animation:fadeInRight 0.4s ease-in ; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 

  .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children:nth-child(n+6) ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:auto; right:100%; }


  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 40%, 0);
-moz-transform: translate3d(0, 40%, 0);
-o-transform: translate3d(0, 40%, 0);
-ms-transform: translate3d(0, 40%, 0);
transform: translate3d(0, 40%, 0);; 
    }

    to {
      opacity: 1; 
      -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;;  
    }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 40%, 0);
-moz-transform: translate3d(0, 40%, 0);
-o-transform: translate3d(0, 40%, 0);
-ms-transform: translate3d(0, 40%, 0);
transform: translate3d(0, 40%, 0);; 
    }

    to {
      opacity: 1;
      -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;;  
    }
  }


  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);;  
    }

    to {
      opacity: 1;
      -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;;  
    }
  }

  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);;
    }

    to {
      opacity: 1;
      -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;;  
    }
  }

}


@media(max-width:1318px) {
  .header-area .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, 
  .header-area .row-fluid .mainmenu .hs-menu-wrapper ul li a {
    padding: 40px 9px;
  }
  .row-fluid .top-cta {
    margin: 0 0 0 0px;
  }

}

@media(max-width:1200px) {
  .header-area .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, 
  .header-area .row-fluid .mainmenu .hs-menu-wrapper ul li a {
    padding: 25px 9px;
  }

}


@media (min-width: 992px){

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

  .row-fluid .mainmenu .hs-menu-wrapper { 
    display: block !important;
  }

}

@media (max-width: 991px){

  .row-fluid .logo img {
    max-width: 170px;
  }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:12px 15px; }
  .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #ffffff; }     

  /* 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 */
  .mainmenu, .mainmenu *{
    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;
  }



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

  .mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 5px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: 48px; /* Button width */
    height: 48px; /* Button height */      
    padding: 12px 10px;
    /*background: #000000;*/ /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }
  .mobile-open .mobile-trigger { position:fixed; }
  .mobile-open .mobile-trigger i:after { top: -7px}

  
  .top.fixed .mobile-trigger { top:16px; width: 39px; height: 35px; padding: 7px 8px; }
  .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { position:fixed; top:0; }
  

  .mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #ffffff;
  }

  .mobile-trigger span{
    display: inline;
  }

  .mobile-trigger span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
  }

  .mobile-trigger span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open .mobile-trigger span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  .mobile-trigger i {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 0;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  .mobile-trigger  i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
    width: 24px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger  i:before {
    margin-top: -8px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-trigger  i:after {
    margin-top: 8px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open .mobile-trigger i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  span.child-triggerm {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
    text-decoration: none;
  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li .child-triggerm span {
    top: 20px;
  }

  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  span.child-triggerm span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm span:after {
    position: absolute;
    content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: block;
  }

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }

  span.child-triggerm span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
    position: fixed; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;  
    height:100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
    overflow-y:auto !important;
  }
  .mainmenu .hs-menu-flow-horizontal{
    padding: 70px 0 0 0; /* Padding to add room for close button */
    background-color: #000000; /* Menu background color set off global mobile-menuColor variable */
    width: 100%; 
    z-index: 8888;
  }

  /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
    position: relative;
  }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
    padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover {
    color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
  }
}



@media(max-width:568px) {
  .span12.widget-span.widget-type-custom_widget.topbar ul  {
    display: flex;
    justify-content: end;
  }
  .span12.widget-span.widget-type-custom_widget.topbar ul li {
    width: auto;
  }
}