/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   START THEME CONFIGURATION   *******************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 
    /* ----- Structure & Design ----- */

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







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

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */


.fadeIn{animation-delay:.2s;}/****************************************************************************/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/***+********************************************************************+***/
/***+******************   END THEME CONFIGURATION   *********************+***/
/***+********************************************************************+***/
/***++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++***/
/****************************************************************************/
 

/* @import url('http://example.com/example_style.css'); */ 
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700,800');
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

/***********************************************/
/* Google Info */
/***********************************************/

<!-- Global site tag (gtag.js) - Google Ads: 882446470 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-882446470"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-882446470');
</script>
/***********************************************/
/* 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: Tahoma, Geneva, sans-serif; font-size:16px; font-weight:400; line-height:28px; color:#222222; background:#FFFFFF; overflow-x:hidden }
bodymainclass { opacity:1; -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; }

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 { font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;}

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 #871618; 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:#871618; }

blockquote { border-left:4px solid #871618; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/*Heading*/
h1 { color:#871618; font-family: Tahoma, Geneva, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:38px; font-weight:900; clear:both; }
h2 { font-weight:normal; color: #871618; font-family: Tahoma, Geneva, sans-serif; font-size:30px; line-height:145%; margin:0; padding:0 0 10px; clear:both;  margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;}
h3 { font-weight:normal; color: #871618; font-family: Tahoma, Geneva, sans-serif; font-size:28px;  margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:500; font-family: Tahoma, Geneva, sans-serif; font-size:24px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:400; color:#333333; font-family: Tahoma, Geneva, sans-serif; font-size:26px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:300; color:#333333; font-family: Tahoma, Geneva, sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }
h7 { color:#ffffff; font-family: Tahoma, Geneva, sans-serif; font-size:36px; margin:0; padding:15px 0 45px; line-height:48px; font-weight:900; clear:both; }

/* Lists */
ul{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14.4333px;
    line-height: 20.93px;
    font-weight: normal;
}
ol{
    margin:12px 0 0 18px;
    padding:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.title-text { font-weight: 400; letter-spacing:1px; padding:0 0 10px; font-size: 28px; }
.sub-text { margin:0 auto !important; padding:0 0 15px; max-width:900px; width:100% !important; font-family: 'Tahoma', sans-serif; font-size: 16px; line-height: 24px; float:none !important; }

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

/*anchor link*/
a { text-decoration:none; outline:none; color:#871618; -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; font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; border:1px solid #871618; color:#ffffff; margin:15px 0 0; font-size:17px; line-height:24px; background-color: #871618; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { color:#871618; background: #ffffff; -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
     box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; background-color: #ffffff; border:1px solid #ffffff; color:#333333; border-radius:4px; margin:5px 0 0; font-size:17px; line-height:24px; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:transparent; color: #ffffff; -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
     box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);;  }

.row-fluid .link-style3 a , .row-fluid a.link-style3 { font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; padding:10px 25px; background-color: #ffffff; border:1px solid #ffffff; color:#333333; border-radius:4px; margin:0 auto; font-size:17px; line-height:24px; display:inline-block; }
.row-fluid .link-style3 a:hover , .row-fluid a.link-style3:hover  { background:transparent; color: #ffffff; -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
     box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);;  }

.row-fluid .link-style4 a , .row-fluid a.link-style4 { font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; padding:10px 25px; background-color: #333; border:1px solid #333; color:#ffffff; border-radius:4px; margin:0 auto; font-size:17px; line-height:24px; display:inline-block; }
.row-fluid .link-style4 a:hover , .row-fluid a.link-style4:hover  { background:transparent; color: #333; border:1px solid #333; -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
     box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);;  }

.row-fluid .link-style5 a , .row-fluid a.link-style5 , .hs_cos_wrapper_type_google_search a.hs-button { cursor:pointer; font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; border:1px solid #871618; color:#ffffff; margin:15px 20px 0 0; font-size:17px; line-height:24px; background-color: #871618; }
.row-fluid .link-style5 a:hover , .row-fluid a.link-style5:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { color:#871618; background: #ffffff; -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); -webkit-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);
     box-shadow: 0 23px 10px -21px rgba(0, 0, 0, 0.7);; }



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:1px solid #ccc; background:#fff; height:50px; padding:0 20px !important; font-family: 'Work Sans', sans-serif; font-size:16px; }
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 { height:auto; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top; background-color:#871618; border:1px solid #871618; font-size:18px; line-height:24px; font-weight:400; padding:10px 25px !important; color:#ffffff; display:inline-block; }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#ffffff; color:#871618; border:1px solid #871618; } 


/* Click to top scroll */


.back-to-top { cursor:pointer; position: fixed; right:20px; bottom:0; color:#ffffff; font-size:20px; width: 50px !important; height: 50px; text-align: center; line-height: 50px; background:#871618; -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; opacity:0; z-index:9999; }
.back-to-top.show { opacity:1; bottom:20px; }
.back-to-top:hover { background: linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(158,12,12,1) 52%, rgba(186,1,51,1) 100%); color:#fff; }

/* 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 { padding:0; display:inline-block; border:1px solid #871618; 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 , ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#871618;  }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#333333; background:#ffffff;; 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:#871618; color:#333333;  }
.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; }

/*::-webkit-input-placeholder {
  color:#222222;
}
::-moz-placeholder {
  color:#222222;
}
:-ms-input-placeholder {
  color:#222222;
}
:-moz-placeholder {
  color:#222222;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #871618;	
	background-image: 
	-webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .5) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .5) 50%,
      rgba(255, 255, 255, .5) 75%,
      transparent 75%,
      transparent)
}
*/

.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; color: #333333; }  */
.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:#333333; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .background-color { background-color:#e3e3e3; }
.row-fluid .background-white { background-color:#FFFFFF; }

.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; }


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

/* slider dotet white */
/*.row-fluid .dots-white ol.flex-control-nav li a, .row-fluid .dots-white ul.slick-dots li button { border-color:#333333; }
.row-fluid .dots-white ol.flex-control-nav li a:hover, .row-fluid .dots-white ol.flex-control-nav li a.flex-active, ul.slick-dots li button:hover, .row-fluid .dots-white ul.slick-dots li.slick-active button { background-color:#333333; }*/


/*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'); }
}

/* overlay Section */
.row-fluid .overlay { position:relative; }
.row-fluid .overlay:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:/*background: rgb(75,0,0);
    background: -moz-linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(158,12,12,1) 52%, rgba(208,5,60,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );*/
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; opacity:0.85; }
.row-fluid .overlay > div { position:relative; }


.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; max-height: 550px; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }

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

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

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

.row-fluid .wrapper1 { margin:0 auto !important; max-width:1170px; width:100%; float:none !important; padding:40px 20px 0px; } 
.row-fluid .wrapper4 { margin:0 auto !important; max-width:1170px; width:100%; float:none !important; padding:20px 30px 0px; }
.row-fluid .wrapper2 { margin:0 auto !important; max-width:1170px; width:100%; float:none !important; padding:140px 30px 0px; } 
.row-fluid .wrapper3 { margin:0 auto !important; max-width:1170px; width:100%; float:none !important; padding:0px 30px 0px; } 


.row-fluid .breadcrumb-link ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .breadcrumb-link ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .breadcrumb-link ul li a { padding:0 0 0; color:#333333; }
.row-fluid .breadcrumb-link ul li a:after { content:''; margin:0 7px; width:6px; height:1px; display:inline-block; background-color:#333333; vertical-align:middle; }
.row-fluid .breadcrumb-link ul li a:hover { color:#871618; }
.row-fluid .breadcrumb-link ul li:last-child a:after { display:none; }

/* Top Section */
.row-fluid .top_wrapper { margin:0 auto !important; padding:0 15px; width:100%; max-width:1400px; float:none; display:block; }
.row-fluid .top-header { padding:14px 0 10px; font-size:13px; line-height:20px; background:#000000; }
.row-fluid .top-header1 {padding:3px 0 3px; font-size:12px; line-height:10px; background:#B20606; } 
.row-fluid .top-info ul { margin:0; padding:0; }
.row-fluid .top-info ul li { padding:0 20px 0 0; display:inline-block; }
.row-fluid .top-info ul li a { color:#fff; }
.row-fluid .top-info ul li a:before { content:''; display:inline-block; font-family:'FontAwesome'; font-size:18px; margin-right: 10px; vertical-align: middle; }
.row-fluid .top-info ul li:nth-child(1) a:before { content:"\f095"; }
.row-fluid .top-info ul li:nth-child(2) a:before { content:"\f0e0"; }

.row-fluid .top-social { text-align:right; }
.row-fluid .top-social ul { margin:0; padding:0; }
.row-fluid .top-social ul li { padding:0 0 0 10px; display:inline-block; }
.row-fluid .top-social ul li a { font-size:0; color:#fff; }
.row-fluid .top-social ul li a:before { content:''; display:inline-block; font-family:'FontAwesome'; font-size:16px; }
.row-fluid .top-social ul li:nth-child(1) a:before { content:"\f09a"; }
.row-fluid .top-social ul li:nth-child(2) a:before { content:"\f099"; }
.row-fluid .top-social ul li:nth-child(3) a:before { content:"\f0e1"; }
.row-fluid .top-social ul li:nth-child(4) a:before { content:"\f231"; }
.row-fluid .top-info ul li a:hover , .row-fluid .top-social ul li a:hover { opacity:0.7; }

/* top */
.row-fluid .logo img { max-width:200px; }
.row-fluid .top { padding:25px 0; position:absolute; display: top:0; left:0; width:100%; -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 .top:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0;  background: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); z-index:1; }
.row-fluid .top > div { position:relative; z-index:2; }

/*menu*/
.row-fluid .mainmenu { margin:0; width:auto; padding:6px 0 0; font:#333333; font-weight:300; float:right; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: center;  }
.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 20px; font-size:16px; line-height:24px; font-weight:400; color: #333333; vertical-align: top; font-family: 'Tahoma', sans-serif; word-wrap: break-word; max-width: none !important; text-overflow: inherit !important; vertical-align:top; white-space: normal; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a:hover { color:#871618; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { margin:0 0 0 50px; border-radius: 25px; cursor:pointer; font-weight:400; letter-spacing:1px; z-index:1; overflow: hidden; position:relative; display:inline-block; padding:10px 25px; border:1px solid #871618; color:#ffffff; font-size:17px; line-height:24px; background-color: #871618; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover { background:transparent; border-color:#871618; color:#1A1A1A !important; }


/* header */
.row-fluid .header-paddingtop { padding-top:80px; }
.row-fluid .hero-section { position:relative; }
.row-fluid .hero-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; }
.row-fluid .hero-text { font-size:16px; line-height:24px; position:absolute; top:60%; left:0; width:100%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .hero-text { font-size:60px; line-height:66px; text-transform:none; padding:15px 0 20px; color:#ffffff; }
.row-fluid .hero-content { padding-bottom:5px; font-weight:500; color:#ffffff; font-family: Tahoma, Geneva, sans-serif; font-size:28px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
.row-fluid a.hero-style { background-color: #871618; font-weight:500; color: #ffffff; border-color: #871618; }
.row-fluid a.hero-style:hover { border-color:#871618; }
.row-fluid a.hero-style:after { content:"\f105"; display:inline-block; font-family:'fontAwesome'; vertical-align:middle; margin-left:12px; }


/* Home Service */
.row-fluid .home-service { padding:30px 0; }
.row-fluid .home-service .service-top { padding:0 30px; }

.row-fluid .home-service .home-serviceboxes { width:100%; margin-top:0px; padding:0 100px 0; }
.row-fluid .home-service .serviceimage { padding: 0 0 20px; -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; }
.row-fluid .home-service .serviceimage:hover { -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
.row-fluid .home-service .servicecontent { font-size:13px; } 


/* cta-strip */
.row-fluid .cta-strip { width:100%; display:block; padding:40px 15px; background: linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(158,12,12,1) 52%, rgba(186,1,51,1) 100%); }
.row-fluid .cta-strip h4  { padding:0; font-size:22px; line-height:28px; color:#ffffff; font-weight:400; letter-spacing:1px; }
.row-fluid .ctastrip-box { margin:0 5px; width:auto; display:inline-block; vertical-align:middle; float:none; }

/* call out strip */
.row-fluid .red-strip { width:100%; display:block; padding:40px 40px; background: #CECCCD; }
.row-fluid .red-strip  { padding:0px; font-size:18px; line-height:28px; color:#000000; font-weight:400; letter-spacing:1px; }
.row-fluid .ctastrip-box { margin:0 5px; width:auto; display:inline-block; vertical-align:middle; float:none; }
.row-fluid .red-stripcontent {padding-left: 85px; padding-right: 15px; padding-top: 40px; padding-bottom: 40px; }
  
/* service section */
.row-fluid .service-section { padding:20px 0 60px; }
.row-fluid .service-section1 { padding-top:25px; }
.row-fluid .service-section1 span.hs_cos_wrapper { margin:0 -15px; display:block; }
.row-fluid .service-section1 .hs_cos_wrapper_widget { padding:15px; width:33.33%; float:left; }
.row-fluid .service-boxs { -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 .service-img { height:200px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .service-text { padding:20px 0 0; font-size:16px; line-height:22px; }
.row-fluid .service-text h4 { font-size:20px; line-height:26px; }
.row-fluid .service-text a { margin-top:12px; display:block; }
.row-fluid .service-boxs:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);  cursor:pointer;}


/* footer */
.row-fluid .footer { padding:50px 0; position:relative; font-size:14px; line-height:22px; ; color:#333333; }
.row-fluid .footer:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background-color:#ffffff; }
.row-fluid .footer > div { position:relative; }
.row-fluid .footer-title h4 { padding-bottom:30px; font-size:25px; line-height:30px; color:#333333; font-weight:500; }
.row-fluid .footer-logo img { padding-bottom:15px; max-width:175px; }
.row-fluid .footer-icon ul { margin:15px 0 0; padding:0; list-style-type:none; }
.row-fluid .footer-icon ul li { margin:0; padding:0 10px; display:inline-block; }
.row-fluid .footer-icon ul li:first-child { padding-left:0; }
.row-fluid .footer-icon ul li a { font-size:15px; width:30px; height:30px; line-height:28px; border:1px solid #333333; color:#333333; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; display:inline-block; text-align:center; }
.row-fluid .footer-icon ul li a:hover { background-color:#871618; border-color:#871618; -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;; color: #ffffff;}

.row-fluid .footer-titlenav h4 { padding-bottom:30px; padding-left: 80px; font-size:25px; line-height:30px; color:#333333; font-weight:500; }
.row-fluid .footer-menu ul { margin:0; padding-left: 80px; list-style-type:none; }
.row-fluid .footer-menu ul li { margin:0; padding:0; display:block; width:50%; float:left; }
.row-fluid .footer-menu ul li a { padding:7px 12px 7px 12px; margin:0; color:#333333; position:relative; width:100%; font-size:16px !important; max-width:100%; overflow: inherit; }
.row-fluid .footer-menu ul li a:hover { padding:7px 0 7px 15px; color:#871618; }
.row-fluid .footer-menu ul li a:before { content:"\f105";  position:absolute; top:7px; left:0; font-size:16px; font-family:'fontAwesome'; }

.row-fluid .footer-recentbox { position:relative; padding: 0 0 30px 80px; }
.row-fluid .footer-recentimg { width:70px; height:70px; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; background-size:cover; background-position:center center; background-repeat:no-repeat; position: absolute; top: 0; left: 0; }
.row-fluid .footer-recentitle a { color:#333333; }
.row-fluid .footer-recentitle a:hover { color:#871618; }


/* footer bottom */
.row-fluid .copy-right { padding:20px 0; background-color:#242526; color:#ffffff ; font-size: 14px; float:none; }
.row-fluid .copy-right a:hover { color:#ffffff; }

/* hero section */
.row-fluid .hero2-text { margin:0 auto !important; max-width:750px; width:100%; float:none; }


/***************************CTA's Bottom**********************************************

/* PARALLAX */
.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.parallax .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.parallax h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 1.3;
}
.parallax p {
  color: #fff;
  font-size: 18px;
}

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

/* TESTIMONIALS */
.testimonials {
  text-align: center;
  background: rgba(#null, 1);
  background: -webkit-linear-gradient(to left, rgba(#null, 1) , rgba(#null, 1));
  background: linear-gradient(to right, rgba(#null, 1) , rgba(#null, 1));
  color: #bbbbbb;
}
.testimonials .testimonial {
  background: #fff;
  text-align: left;
  color: #bbbbbb;
  padding: 20px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 5px 45px 5px rgba(0, 0, 0, 0.13);
}
.testimonials .testimonial img {
  max-width: 85%;
}
.testimonials .testimonial h3 {
  margin: 0 0;
}
.testimonials .testimonial h5 {
  margin: 0 0;
}
.testimonials .testimonial p {
  color: ;
  margin-top: 0;
}
  .container1 {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  max-width: ;
  float: none !important;
}
.middle {
  font-size: 1rem;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
}


/********** END NEWS AND EVENTS SECTION ********************************/

/* service page 3 */
.row-fluid .service2-tab { padding:40px 0; }
.row-fluid .service-tablist { text-align:center; margin-bottom:40px; }
.row-fluid .service-tablist ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .service-tablist ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .service-tablist ul li a { padding:22px 30px; font-size:16px; line-height:22px; font-weight:600; border-bottom:1px solid #e6e6e6; color:#871618; display:inline-block; width:100%; position:relative; }
.row-fluid .service-tablist ul li a:before { content:''; width:0; height:2px; position:absolute; bottom:0; left:0; background-color:#871618; -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 .service-tablist ul li.current a:before , .row-fluid .service-tablist ul li:hover a:before { width:100%; }

.row-fluid .service2-tab1 { padding:0 0 0; float:left; }  
.row-fluid .service3-tableft { margin:0; padding:0 20px 0 0; width:75%; float:left; }
.row-fluid .service3-tabright { margin-top:7px; width:25%; float:right; height:215px; background-size:contain; background-position:top center; background-repeat:no-repeat;  }
.row-fluid .service3-tabbox { display:none; }
.row-fluid .service3-tabbox > label { display:none; }
.row-fluid #tab-1 { display:block; }
.row-fluid .service3-tableft p { margin:0 0 20px; }

.row-fluid .service-tablist span.styledselect { padding:12px 15px; font-size:16px; line-height:22px; font-weight:600; border:1px solid #871618; color:#ffffff; display:none; width:100%; position:relative; }
.row-fluid .service-tablist span.styledselect:before { content:"\f107"; position:absolute; top:11px; right:15px; font-family:'FontAwesome'; }


/* service about us page */
.row-fluid .service101-tab { padding:20px 0 40px; }
.row-fluid .service-tablist1 { text-align:center; margin-bottom:20px; }
.row-fluid .service-tablist1 ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .service-tablist1 ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .service-tablist1 ul li a { padding:22px 30px; font-size:16px; line-height:22px; font-weight:600; border-bottom:1px solid #e6e6e6; color:#871618; display:inline-block; width:100%; position:relative; }
.row-fluid .service-tablist1 ul li a:before { content:''; width:0; height:2px; position:absolute; bottom:0; left:0; background-color:#871618; -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 .service-tablist1 ul li.current a:before , .row-fluid .service-tablist ul li:hover a:before { width:100%; }

.row-fluid .service101-tab1 { padding:0 0 0; float:left; }  
.row-fluid .service101-tableft { margin:0; padding:0 0px 0 0; width:100%; float:left; }
.row-fluid .service101-tabright { display:none; } 
.row-fluid .service101-tabbox { display:none; }
.row-fluid #tab-101 { display:none; }

.row-fluid .service-tablist span.styledselect { padding:12px 15px; font-size:16px; line-height:22px; font-weight:600; border:1px solid #871618; color:#ffffff; display:none; width:100%; position:relative; }
.row-fluid .service-tablist span.styledselect:before { content:"\f107"; position:absolute; top:11px; right:15px; font-family:'FontAwesome'; }




/* error section */
.row-fluid .error-section { padding:150px 0; position:relative; }
.row-fluid .error-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.7; background:/*background: rgb(75,0,0);
    background: -moz-linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(158,12,12,1) 52%, rgba(208,5,60,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(40,60,134,1)), color-stop(100%, rgba(69,162,71,0.89)));
    background: -webkit-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -o-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: -ms-linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    background: linear-gradient(45deg, rgba(40,60,134,1) 0%, rgba(69,162,71,0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283c86', endColorstr='#45a247', GradientType=1 );*/
    background: rgba(10,36,82,0.99);
background: -moz-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(10,36,82,0.99)), color-stop(0%, rgba(10,36,82,0.99)), color-stop(33%, rgba(43,78,136,0.99)), color-stop(34%, rgba(44,79,138,0.99)), color-stop(100%, rgba(43,218,165,1)));
background: -webkit-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -o-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
background: linear-gradient(135deg, rgba(10,36,82,0.99) 0%, rgba(10,36,82,0.99) 0%, rgba(43,78,136,0.99) 33%, rgba(44,79,138,0.99) 34%, rgba(43,218,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2452', endColorstr='#2bdaa5', GradientType=1 );; }
.row-fluid .error-section > div { position:relative; }
.row-fluid .error-text { margin:0 auto !important; max-width:650px; font-size:20px; line-height:26px; width:100%; display:block; float:none; color:#333333; }
.row-fluid .error-text h1 { font-size:40px; line-height:46px; color:#333333; }
.row-fluid .error-text h2 { font-size:72px; line-height:80px; font-weight:400; color:#333333; }

.row-fluid .error-search  { padding:20px 50px 0; }
.row-fluid .error-search .hs-form .field > label  { text-align:left; display:block; margin-bottom:10px; }
.row-fluid .error-search .hs-button.primary { margin-top:20px; padding:12px 35px !important; background-color:#871618; color:#333333; }

/* subscription-section */
.row-fluid .subscription-section { padding:50px 0 100px; }
.row-fluid .subscription-update { margin:0 auto !important; max-width:700px; width:100%; float:none; display:block; font-size:19px; line-height:25px; font-weight:500; }
.row-fluid .subscription-update h2 { font-size:36px; line-height:42px; font-weight:600; color:#871618; }

/* backup-section */
.row-fluid .backup-section { padding:140px 0; }
.row-fluid .backup-section h1 { padding:0; font-size:60px; line-height:68px; font-weight:600; text-transform:capitalize; letter-spacing:1px; }
.row-fluid .backup-section h3 { padding:0 0 20px; }
.row-fluid .backup-section input.hs-input { background-color:#e6e6e6; }
.row-fluid .backup-section .hs-button { min-width:230px; color:#333333; background-color:#871618; }
.row-fluid .backup-section .hs-button:hover { background-color:transparent; color:#333333; }

/* subpre-section */
.row-fluid .subpre-section { padding:80px 0; }
.row-fluid .subpre-section h1 { padding:0 0 20px; font-size:42px; line-height:48px; font-weight:600; text-transform:capitalize; }
.row-fluid .subpre-section h2 { font-size:30px; line-height:36px; color:#871618; font-weight:600; }
.row-fluid .subpre-section p.header { font-size:18px; line-height:26px; font-weight:600; }

.row-fluid .subpre-section .checkbox-row input { top:4px; }
.row-fluid .subpre-section .email-prefs .item p { margin:5px 0 0px; }
.row-fluid .subpre-section .email-prefs .item .item-inner.selected { background:#871618; }
.row-fluid .subpre-section .subscribe-options label > span { position:relative; top:-5px; }
.row-fluid .subpre-section .hs-button { background-color:#871618; color:#333333 }
.row-fluid .subpre-section .hs-button:hover { background-color:transparent; color:#871618; }

.row-fluid .subpre-section .email-prefs .item .item-inner { position:relative; padding:15px 15px 15px 50px; }
.row-fluid .subpre-section input[type=checkbox], .row-fluid .subpre-section input[type=radio] { width:20px; height:20px; border:1px solid #333333; position:absolute; top:20px !important; left:17px; }
.row-fluid .subpre-section .checkbox-row span.fakelabel span { margin-left:0; }


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



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


.row-fluid .calendly-inline-widget { width:100%; text-align:center; }
.row-fluid .calendly-inline-widget iframe { width:99%; border:1px solid #666a73; float:none; }


@media (max-width: 1366px){
    
    .row-fluid .gallery2-section1 .gallery-img { height:295px; }

    
}
 
@media (min-width: 998px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#871618; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#871618; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:230px; padding:10px 0; margin: 0px; position: absolute;  top:100%;  left:0px; box-shadow:0 0 10px rgba(0,0,0,0.1); -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; border-left:3px solid #871618; background:#fff; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding:0px 5px; margin: 0px; display: block; float: none; text-transform: none; background:#ffffff; position:relative; }
/*     .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:before { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:#871618; } */
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:7px 10px; line-height:20px; width:100%; border-bottom:1px solid rgba(255,255,2550,0.3); }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child > a { border-bottom:none; }
/*     .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#871618; border-color:#871618;  } */
    
    .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 > ul.hs-menu-children-wrapper { left:20px; }

}



.row-fluid .top.fixed { padding: 10px 0; position:fixed; left:0; border-bottom:none; top:0; background:#ffffff; -webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -o-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
    -ms-box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);
     box-shadow: 0 0 2px 2px rgba(000,000,000,0.1);; z-index:999; }
.row-fluid .top.fixed:before { display:none; }

@media (min-width: 992px){
    
    .row-fluid .thank-hero2 .thanak-section1 { 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 .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:#871618; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#871618; }
    .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#871618; } */
    
}



@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; }
    
    /* request section */
    .row-fluid .request-text { padding-top:60px; padding-right:30px; }
    .row-fluid .request-form { padding:70px 0 75px 40px; }
    
    /* footer */
    .row-fluid .footer-icon ul li { padding:0 5px; }
    
    /* service page 3 */
    .row-fluid .service3-tableft { padding:0 30px 0 0; }
    
    /* service page 4 */
    .row-fluid .service4-box { height:400px; }
    .row-fluid .service4-text { padding:0 10px; }
    
     /* contact page 2 */
    .row-fluid .contact2-section .contact-address ul li span { width:80%; padding-left:10px; }
    
    /* pricing page 2 */
    .row-fluid .pricing2-title:before { border-right-width:109px; border-left-width:109px; }
    
    /* pricing page 3 */
    .row-fluid .pricing3-section1 .pricing2-title:before { border-left-width:99px; border-right-width:99px; }
    .row-fluid .pricing3-section1 .pricing2-top { padding:35px 0 15px; }
    .row-fluid .pricing3-section1 .pricing2-title { font-size:20px; line-height:24px; }
    .row-fluid .pricing3-section1 .pricing2-top h1 { font-size:30px; line-height:36px; }
    
    /* case study 1 */
    .row-fluid .case-box h4 { font-size:20px; line-height:26px; }
    .row-fluid .cass-text { padding:40px 15px; }
    
    /* landing page 1 */
    .row-fluid .landing-lefthero { padding-right:60px; width:59%; }
    .row-fluid .landing-lefthero h2 { font-size:40px; line-height:46px; }
    .row-fluid .landing-righthero { padding:25px; }
    
    /* landing page 2 */
    .row-fluid .landing2-img { margin:0; width:40%; }
    .row-fluid .landing2-text { margin:0; padding-left:20px; width:60%; } 
    .row-fluid .landing2-form { margin:30px 0 0; width:100%; }
    
    /* landing page 4 */
    .row-fluid .video-sectionLP { padding:80px 0 115px; }
    .row-fluid .landing4-formtext { padding-right:60px; }  
    .row-fluid .landing4-section { padding:70px 0; }
    .row-fluid .landing4-form h4 { font-size:24px; line-height:30px; }
    .row-fluid .landing4-form { padding:25px 20px; margin-top:-130px; }
    
    /* faq page 3 */
    .row-fluid .faq3-text h4  { font-size:20px; line-height:26px; }  
    
    /* partner page 1 */
    .row-fluid .partner-text { width:84.3%; padding-left:15px; }
    
    /* gallery page 1 */
    .row-fluid .gallery-img { height:350px; }
    
    /* gallery page 3 */
    .row-fluid .gallery2-section1 .gallery-img { height:275px; }
    
    /* gallery portfolio */
    .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:540px; }
    
    /* blog 1 */
    .row-fluid .blog2-left .blog2-title { width:79.5%; } 
    
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
    .row-fluid .wrapper { max-width:920px; }
    
     /* menu */
    .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 11px; } 
    .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 { font-size:15px; line-height:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { margin:0 0 0 30px; }
     
    /* footer menu */
    .row-fluid .footer-recentbox { padding:0 0 30px 58px; }
    .row-fluid .footer-recentimg { width:50px; height:50px; }
    .row-fluid .footer-menu ul li { width:100%; }
/*     .row-fluid .footer-menu ul li a { padding:2px 11px; }
    .row-fluid .footer-menu ul li a:before { top:2px; } */
    
    /* service page 3 */
    .row-fluid .trusted-inner img { width:125px; }
    
    /* contact page 4 */
    .row-fluid .contact4-right .contact-address ul li:before { width:50px; height:50px; }
    
    /* team page 3 */
    .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:33.33%; }
    
    /* team page 4 */
    .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:33.33%; }
    
    /* team page 5 */
    .row-fluid .team5-text { width:63.6%; }
    
    /* pricing page 5 */
    .row-fluid .pricing5-amountsec:before { bottom:-68px; right:-48px; -webkit-transform: rotate(163deg);
    -moz-transform: rotate(163deg);
    -o-transform: rotate(163deg);
    -ms-transform: rotate(163deg);
    transform: rotate(163deg);; }
    
    /* resources page 1 */
    .row-fluid .resource-title { font-size:18px; line-height:24px; }
    
    /* case study 2 */
    .row-fluid .case2-text h4 { font-size:18px; line-height:24px; }
    
    /* testimonial page 3 */
    .row-fluid .customer2-left { width:100%; }
    .row-fluid .customer2-box { text-align:center; }
    .row-fluid .customer2-contant { width:100%; padding:15px 0; border-left:none; border-top:1px solid #e6e6e6; }  
    
    /* career page 1 */
    .row-fluid .career-Text { padding:25px; }
    .row-fluid .career-content { padding-bottom:25px; }
    
    /* partner page 2 */
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget { width:22%; }
    
    /* blog page 3 */
    .row-fluid .bloginner-author1 { width:79.5%;  }

   

    
}

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

    /* service section */
    .row-fluid .service-text h4 { font-size:18px; line-height:24px; }
    .row-fluid .service-img { height:200px; }
    
    /* request section */
    .row-fluid .request-form { padding:50px 0 75px 20px; }
    .row-fluid .request-text { padding:60px 20px 0; }
    .row-fluid .request-text h1 { font-size:26px; line-height:32px; }
    
    /* recent section */
    .row-fluid .recent-date { left:15px; }
    .row-fluid .recent-date { max-width:175px; }
    
    /* footer */
    .row-fluid .footer-box { margin:0; width:50%; padding:0 10px 30px; }
    .row-fluid .footer-box:nth-child(3) { clear:left; }
    
    /* home page 2 */
    .row-fluid .video-left { height:260px; }
    .row-fluid .video-text { padding:0; }
    
    /* about page 4 */
    .row-fluid .teama4-img { height:280px; }
    .row-fluid .team-textinnera4 { padding:20px 0; }
    
    /* about page 6 */
    .row-fluid .service-detailsinner { padding:30px 0 30px 30px; }
    
    /* service page 3 */
    .row-fluid .service3-tabright { height:250px; }
    
    /* service page 4 */
    .row-fluid .service4-section .hs_cos_wrapper_widget { width:50%; }
    
    /* service page 6 */
    .row-fluid .service6-section1 .hs_cos_wrapper_widget { padding:18px 10px 10px; }
    .row-fluid .service6-icon { margin:0 auto; position:relative; top:auto; left:auto; float:none; display:block; }
    .row-fluid .service6-box { padding-left:0; }
    .row-fluid .service6-text { margin-top:40px; padding:25px 0; border-left:transparent; border-top:2px solid #871618; text-align:center; }
    .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#871618; top:auto; left:50%; right:auto; bottom:100%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    /* contact page 1 */
    .row-fluid .map-section , .row-fluid .contact1-section { padding:50px 0; }
    .row-fluid .contact-address ul li:before { width:50px; height:50px; }
    .row-fluid .contact-address ul li span { width:80%; padding-left:12px; }
    
    /* contact page 2 */
    .row-fluid .contact2-left , .row-fluid .contact2-right { margin:0; width:100%; float:left; }
    .row-fluid .contact2-right { padding-top:40px; }
    .row-fluid .contact2-section .contact-title h4 { padding:0 0 10px; }
    
    /* team page 1 */
    .row-fluid .meetteam-section1 .hs_cos_wrapper_widget  { width:50%; }
    
    /* team page 3 */
    .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* pricing page 2 */
    .row-fluid .pricing2-section1 .hs_cos_wrapper_widget { padding:10px 10px; width:50%; }
    .row-fluid .pricing2-title:before { border-right-width:159px; border-left-width:159px; }
    .row-fluid .pricing2-section1 .hs_cos_wrapper_widget:nth-child(3) { clear:left; }
    
    /* pricing page 3 */
    .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:167px; border-left-width:167px; }
    
    /* pricing page 5 */
    .row-fluid .pricing5-top h1 { font-size:40px; line-height:46px; }
    .row-fluid .pricing5-amountsec { padding:20px 15px 40px; }
    .row-fluid .pricing5-amountsec:before { bottom:-68px; right:-48px; -webkit-transform: rotate(163deg);
    -moz-transform: rotate(163deg);
    -o-transform: rotate(163deg);
    -ms-transform: rotate(163deg);
    transform: rotate(163deg);; }
    
    /* landing page 1 */
    .row-fluid .landing-lefthero h2 { font-size:28px; line-height:34px; }
    .row-fluid .landing-righthero h4 { font-size:20px; line-height:26px; padding:0 0 5px; } 
    
    /* partner page 2 */
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { width:29.7%; }
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(4n) { margin-right:15px; }
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(3n) { margin-right:0; }
    
    /* blog page 1 */
    .row-fluid .blog-left .recent-box { width:50%; }

}
    
@media (max-width: 991px) {
    
    /* Top */
    .row-fluid .top { padding:10px 0; }
    .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 { color:#871618 }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { margin:15px auto; color:#fff; background:#871618; text-align:center; width:90%; display:block; }
    
    /* hero section */
    .row-fluid .hero-text h1 { font-size:40px; line-height:46px; }
    
    /* service section */
    .row-fluid .service-section { padding:50px 0 40px; }
    .row-fluid .service-section1 { padding-top:0; }
    
    /* cta strip */
    .row-fluid .cta-strip { padding:25px 15px; }
    
    /* industries section */
    .row-fluid .industries-section { padding:50px 0; }
    .row-fluid .industries-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* testimonial section */
    .row-fluid .testimonial-section { padding:55px 0; }
    
    /* counter section */
    .row-fluid .counter-section { padding:50px 0; }
    .row-fluid .counter-box { padding:15px 0 15px 57px; width:50%; }
    
    /* recent section */
    .row-fluid .recent-section { padding:50px 0 35px; }
    .row-fluid .recent-image { height:200px; }
    .row-fluid .recent-date { font-size:14px; }
    
    /* trusted-section */
    .row-fluid .trusted-section { padding:40px 0; }
    .row-fluid .trusted-inner img { max-width:135px; }
    
    /* footer */
    .row-fluid .footer { padding:50px 0 10px; } 
    .row-fluid .footer-icon ul { margin:15px 0 0; }
    
    /* about page 3 */
    .row-fluid .about3-left { padding:0 0 25px; }
    
    .row-fluid .team1-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .team1-section1 .hs_cos_wrapper_widget:nth-child(2n) .team1-img { float:right; }
    .row-fluid .team1-section1 .hs_cos_wrapper_widget:nth-child(2n) .team1-text { float:left; }
    
    /* about page 4 */
    .row-fluid .about4-intext { padding-top:0px; }
    .row-fluid .testimonialA4-left h2 { padding-bottom:10px; }
    .row-fluid a.about4-cta { margin-top:10px; }
    .row-fluid .testimonialA4-left { padding-right:0; }
    .row-fluid .testimonialA4-left h2 { padding-bottom:10px; font-size:20px; line-height:26px; }
    
    /* about page 5 */
    .row-fluid .ctasection-left, .row-fluid .ctasection-right { padding:5px 0; display:block; } 
    
    /* service page 3 */
    .row-fluid .row-fluid .service-tablist ul li a { padding:15px 15px; }
    
    /* service page 5 */
    .row-fluid .service5-inner { padding:40px 0 40px 20px; }
    .row-fluid .service5-inner h4  { font-size:22px; line-height:26px; }
    .row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-inner { padding:40px 20px 40px 0; }
    
    /* contact page 2 */
    .row-fluid .contact2-section .contact-address ul li span { width:80%; padding-left:10px; }
    
    /* contact page 3 */
    .row-fluid .contact3-box { margin:0; width:50%; float:left; padding:0 15px; }
    .row-fluid .contact3-box:nth-child(3) { clear:left; }
    
    /* contact page 3 */
    .row-fluid .contact4-right , .row-fluid .contact4-left { width:100%; height:auto !important; }
    .row-fluid .contact4-leftinner , .row-fluid .contact4-rightinner { padding:40px 15px; }
    .row-fluid .contact4-section1 .contact-title h4 { padding:0 0 10px; }
    
    /* team page 2 */
    .row-fluid .team2-section1 .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .team2-textinner h4 { font-size:18px; line-height:22px; }
    .row-fluid .team2-textinner { padding:18px 10px; }
    
    /* team page 4 */
    .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* team page 5 */
    .row-fluid .team5-list { width:100%; position:relative; }
    .row-fluid .team5-list span.styledselect-list { display:block; }
    .row-fluid .team5-list ul { display:none; position:absolute; top:85px; left:0; width:100%; z-index:99; }
    .row-fluid .team5-list ul li a { padding:5px 15px; }
    .row-fluid .team5-section1 { width:100%; }
    .row-fluid .team5-text { width:64.7%; }
    
    /* single service page 2 */
    .row-fluid .single-left , .row-fluid .single-right { width:100%; margin:0; }
    .row-fluid .single-right .team5-list ul { display:block; position:relative; top:auto; left:auto; width:100%; z-index:99; }
    .row-fluid .single-right .team5-list ul li a { padding:10px 15px; font-size:16px !important; line-height:22px !important; }
    .row-fluid .single-img { height:300px; }
    
    /* single service page 3 */
    .row-fluid .single3-left .single-text { padding:25px 15px; }
    .row-fluid .pricing3-section1 .most1-popularbox { margin-top:0; }
    .row-fluid .pricing3-section1 .most1-popularbox .pricing-list ul { padding:20px 0; }
    
    /* single service page 4 */
    .row-fluid .single4-section { padding:50px 0 40px; }
    .row-fluid .single4-left { height:300px; }
    .row-fluid .single4-content { padding-top:0; }
    
    /* pricing page 1 */
    .row-fluid .pricing1-section { padding-top:50px; }
    .row-fluid .pricing-inner h5 { font-size:20px; line-height:26px; }
    .row-fluid .pricing-top h1 { font-size:40px; line-height:46px; }
    
    /* pricing page */
    .row-fluid .column-section1 { padding-top:10px; } 
    .row-fluid .column-section1 h4 { font-size:19px; line-height:24px; }
    
    /* pricing page 6 */
    .row-fluid .pricing6-titleinner h1 { font-size:50px; line-height:56px; } 
    
    /* resource page */
    .row-fluid .resource-box { width:50%; }
    .row-fluid .resource-list { padding:10px 0 20px; }
    .row-fluid .resource-list ul li { padding:4px; }
    .row-fluid .resource-list ul li a { padding:4px 18px; }
    
    /* resource page 3*/
    .row-fluid .resource3-section .resource3-right { width:100%; padding-left:0; }
    .row-fluid .resource3-box { padding:10px 0; }
    .row-fluid .resource3-section .team5-list { padding:10px 0; }
    
    /* case sturdy 1 */
    .row-fluid .casestudy-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* case study 1 */
    .row-fluid .casestudy1-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* case study 3 */
    .row-fluid .casestudy3-section .hs_cos_wrapper_widget { width:50%; }
    
    /* landing page */
    .row-fluid .industriesH2-section1.industries-lp .hs_cos_wrapper_widget { width:33.33%; }
    
    /* landing page 4 */
    .row-fluid .landing4-formtext { padding-right:0; }
    
    /* faq page 2 */
    .row-fluid .accordion-section { padding:0; }
    .row-fluid .faq2-box h5 { padding:15px 10px 15px 40px; font-size:16px; }
    .row-fluid .faq2-box h5:before { top:15px; left:10px; }
    
    /* faq page 3 */
    .row-fluid .faq3-text { margin:0 0 20px; width:100%; }
    .row-fluid .faq3-section1 .common-section1 { margin:0; width:100%; }
    
    /* testimonial page */
    .row-fluid .customers-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* testimonial page 3 */
    .row-fluid .customer2-box { height:auto !important; }
    .row-fluid .testimonial3-say .hs_cos_wrapper_widget { padding:20px 15px; width:100%; }
    
    /* career page 1 */
    .row-fluid .career-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* career page 2 */
    .row-fluid .career1-button { width:29%; }
    
    /* thank you page 2 */
    .row-fluid .thank-hero2 a.thnak-cta { margin-top:10px; }
    .row-fluid .thank-follow { padding:20px; }
    .row-fluid .thank-follow ul { margin:10px 0 0; }
    
    /* thank you page 3 */
    .row-fluid .thank-hero3 { height:400px; }
    
    /* thank you page 4 */
    .row-fluid .thank4-hero { padding:150px 0 75px; }
    
    /* partner page 1 */
    .row-fluid .partner-img { width:20%; } 
    .row-fluid .partner-text { width:79.1%; }
    
    /* gallery page 1 */
    .row-fluid .gallery-img { height:250px; } 
   
    /* gallery page 1 */ 
    .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* gallery page 3 */ 
    .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:33.33%; }
    
    /* gallery portfolio */
    .row-fluid .company-detail { padding:20px 0; }
    .row-fluid .portfolio-slider .slick-arrow { width:50px; height:50px; }
    .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:450px; }
    
    .row-fluid .company-detail-box { width:50%; padding:15px; }
    .row-fluid .company-detail-box:nth-child(3) { clear:left; }
    
    /* blog 2 */
    .row-fluid .blog2-left .post-item { width:50%; }
    
    /* blog 3 */
    .row-fluid .blog3-left { width:100%; }
    .row-fluid .blog3-right { margin:30px 0 0; width:100%; }
    .row-fluid .bloginner-author1 { width:82.8%; }  
    
    /* blog 2 */
    .hs-blog-post .blog2-left { width:100%; }
    .hs-blog-post .blog-right { margin:30px 0 0; width:100%; } 
    
    /* One Column */
    .row-fluid .large-banner .about-hero { padding:100px 0; }
    
    /* password */
    .row-fluid .pass-section { padding:80px 0; }
    .row-fluid .pass-inner h3 { font-size:50px; line-height:56px; }
    
    /* backup section */
    .row-fluid .backup-section { padding:100px 0; }
    .row-fluid .backup-section h1 { font-size:44px; line-height:50px; }
    
    /* Error page 2 */
    .row-fluid .error2-section { padding:100px 0; }
    .row-fluid .error2-text h2 { font-size:50px; line-height:58px; }
    
    .row-fluid .footer-menu ul li { width:100%; }
    
    
    
    
    
}

@media (min-width: 30px) and (max-width: 767px) { 
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:26px; line-height:32px; }
    h3 { font-size:24px; line-height:30px; }
    h4 { font-size:22px; line-height:28px; }
    h5 { font-size:20px; line-height:26px; }
    h6 { font-size:18px; line-height:24px; }
    
    .row-fluid .wrapper { max-width:100%; width:100%; padding:0 15px; }
    
    .row-fluid .top.fixed { padding:10px 0 0; }  
    
    /* hero section */
    .row-fluid .hero-text { padding:0 15px !important; }
    .row-fluid .hero-text h1 { font-size:30px; line-height:36px; }
    .row-fluid .hero-content { padding-bottom:10px; font-size:20px; line-height:26px; }
    
    /* cta-strip */
    .row-fluid .cta-strip {  -webkit-transform: translateY(-0);
    -moz-transform: translateY(-0);
    -o-transform: translateY(-0);
    -ms-transform: translateY(-0);
    transform: translateY(-0);;  }
    
    /* service section */
    .row-fluid .service-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .service-box , .row-fluid .service-boxs { height:auto !important; }
    
    /* counter section */
    .row-fluid .counter-box { width:50%; }
    
    /* recent section */
    .row-fluid .recent-box { width:100%; }
    
    /* request section */
    .row-fluid .request-left { width:100%; height:auto !important; }
    .row-fluid .request-text { padding:40px 15px !important; }
    .row-fluid .request-text h1 { font-size:25px; line-height:32px; }
    .row-fluid .request-right { width:100%; }
    .row-fluid .request-rightinner { padding:30px 15px !important; }
    .row-fluid .request-form  { padding:0; }
    
    /* testimonial section */
    .row-fluid .testimonials-boxinner { height:auto !important; }
    .row-fluid .testimonials-detailsbox { right:30px; }
    
    /* footer */
    .row-fluid .footer { padding:50px 0; } 
    .row-fluid .footer-logo img { padding-bottom:15px; }
    .row-fluid .footer-menu ul li a { width:100%; }
    .row-fluid .footer-recentbox { padding:0 0 40px 80px; }
    .row-fluid .copy-right { padding:15px 0; }
    
    /* home page 2 */
    .row-fluid .video-section { padding:60px 0 40px; }
    .row-fluid .video-text { padding:20px 0 15px; }
    
    /* video section */
    .video-code iframe { height:280px; }
    
    /* industries section */
    .row-fluid .industriesH2-section1 .hs_cos_wrapper_widget { width:100%; }
    
    .row-fluid .industries-inner { padding:30px 10px 25px; }
    
    /* team section */
    .row-fluid .team-section { padding:40px 0; } 
    .row-fluid .team-section1 { padding-top:10px; }
    .row-fluid .team-textinner { padding:15px 0; } 
    
    /* about page */
    .row-fluid .about-hero { padding:60px 0; text-align:center; }
    .row-fluid .about-hero h2 { font-size:30px; line-height:36px; }
    
    /* about 2 page */
    .row-fluid .about-team { padding:50px 0 0; }
    .row-fluid .about-team1 { padding:50px 0 30px; }
    .row-fluid .about-slider ol.flex-control-nav, .row-fluid .about-slider ul.slick-dots { padding:10px 0 0; }
    .row-fluid .about2-content { padding:40px 0 50px; }
    .row-fluid .about-insidetext { padding:0 0 10px; }
    
    .row-fluid .about2-video { height:300px; }
    .row-fluid .aboutslider-box { padding:20px 10px; }
    .row-fluid .aboutslider-box h5 { font-size:18px; line-height:24px; font-weight:500; }
    .row-fluid .aboutslider-text { padding-top:5px; }
    
    /* about 2 page */
    .row-fluid .about3-content { padding:40px 0 60px; }
    .row-fluid .team1-section { padding:40px 0; }
    
    /* about page 4 */
    .row-fluid .about3-content { padding:40px 0; }
    .row-fluid .testimonial-about4 { padding:40px 0; }
    .row-fluid .testimonialA4-left { padding:0 0 20px; }
    .row-fluid .testimonialA4-left h2 { padding-bottom:10px; font-size:20px; line-height:26px; }
    .row-fluid .testimonialA4-right { padding-top:40px; }
    .row-fluid .testimonialA4-right .hs_cos_wrapper_widget { padding-bottom:60px; }
    
    .row-fluid .teama4-section .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .teama4-box { height:auto !important; }
    .row-fluid .teama4-img { height:300px; }
    .row-fluid .team-textinnera4 { padding:15px 10px; }
    
    /* about page 5 */
    .row-fluid .cta-section { padding:30px 0; }
    .row-fluid .testimoniala5-details { padding:10px 0 0; }
    
    /* about page 6 */
    .row-fluid .experience-section { width:100%; padding:0 15px !important; height:auto !important; }
    .row-fluid .experience-inner , .row-fluid .service-detailsinner { padding:40px 0; }
    .row-fluid .service-details { width:100%; padding:0 15px !important; }
    
    /* service page 3 */
    .row-fluid .service2-tab { padding:50px 0; }
    .row-fluid .service3-tableft { width:100%; padding:0; }
    .row-fluid .service3-tabright { margin-top:20px; width:100%; text-align:center; }
    .row-fluid .service-tablist { text-align:left; position:relative; }
    .row-fluid .service-tablist span.styledselect { margin-bottom:15px; display:block; color:#222222; }
    .row-fluid .service-tablist { margin-bottom:0; }
    .row-fluid .service-tablist ul { display:none; position:absolute; top:48px; left:0; background:#871618; }
    .row-fluid .service-tablist ul li { width:100%; }
    .row-fluid .row-fluid .service-tablist ul li a { padding:8px 15px; color:#fff; }
    .row-fluid .service-tablist ul li a:before { display:none; }

    /* service page 4 */
    .row-fluid .service4-section .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .service4-box { height:400px; }
    .row-fluid .service4-text { padding:0 8px; font-size:13px; line-height:19px; }
    .row-fluid .service4-content { display:block; }
    
    /* service page 5 */
    .row-fluid .subtop-section { padding-top:20px; }
    .row-fluid .service5-section { padding:40px 0 20px; }
    .row-fluid .service5-section1 { padding-top:20px; }
    .row-fluid .service5-img { width:100%; height:300px !important; }
    
    .row-fluid .service5-text { width:100%; }
    .row-fluid .service5-inner h4 { font-size:20px; line-height:24px; }
    .row-fluid .service5-inner , .row-fluid .service5-section1 .hs_cos_wrapper_widget:nth-child(even) .service5-inner { padding:20px 0; }
    
    /* service page 6 */
    .row-fluid .service6-section1 { padding-bottom:40px; }
    .row-fluid .service6-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .service6-boxs { height:auto !important; }
    .row-fluid .service5-section { padding:40px 0; }
    .row-fluid .servicessub-text h4 { font-size:20px; line-height:28px; }
    
    /* contact page 1 */
    .row-fluid .map-section { padding:50px 0; }
    .row-fluid .contact1-section { padding:35px 0 50px; }
    .row-fluid .map-code iframe { height:250px; } 
    .row-fluid .contact-title h4 { padding:15px 0; }
    
    /* contact page 2 */
    .row-fluid .contact2-form { padding-top:0; }
    .row-fluid .contact-icon { padding-top:20px; }
    .row-fluid .listing-row { width:100%; padding:0; }
    
    /* contact3 section */ 
    .row-fluid .contact3-section { padding:40px 0; }
    .row-fluid .contact3map-section { padding:50px 0 30px; }
    .row-fluid .contact3-address { padding-top:30px; }
    
    /* contact section 4 */ 
    .row-fluid .contact4-section { padding-top:40px; }
    .row-fluid .contact4-map { margin-top:20px; }
    .row-fluid .contact4-section1 {  -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);; }
    
    /* contact page 5 */
    .row-fluid .contact5-section { margin:0 !important; padding-bottom:50px; }
    .row-fluid .contact5-section .contact4-leftinner { padding:15px; }
    .row-fluid .contact5-section .contact4-rightinner { padding:15px 0;  }
    .row-fluid .contact5-map { padding:40px 0 0; }
    
    /* contact page 6 */
    .row-fluid .contact6-section { padding-top:40px; }
    .row-fluid .contact6-section1 { margin:20px auto 0 !important; }
    
    /* team page 2 */
    .row-fluid .meetteam-section { padding:50px 0 30px; }
    .row-fluid .meetteam-section1 .hs_cos_wrapper_widget  { width:100%; }
    .row-fluid .team-box { height:auto !important; }
    .row-fluid .team2-img { height:250px; }
    
     /* team page 3 */
     .row-fluid .meetteam3-section1 { padding-top:10px; }  
    .row-fluid .meetteam3-section1 span.hs_cos_wrapper { margin:0 -10px; display:block; }
    .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { padding:10px; width:50%; }
    .row-fluid .team3-box:before { opacity:0.8; top:0; left:0; right:0; bottom:0; }
    .row-fluid .team3-text { opacity:1; }
    
    /* tame page 4 */
    .row-fluid .team5-box { padding:10px 0; }
    .row-fluid .team5-img { margin:0 auto; width:200px; height:200px !important; float:none; display:block; -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    .row-fluid .team5-text { text-align:center; width:100%; padding:15px 0; }
    
    /* team page 6 */
    .row-fluid .team6-section { padding-top:50px; }
    
    /* single service page 1 */
    .row-fluid .single-service { padding:50px 0; }
    .row-fluid .single-video { padding-top:15px; }
    .row-fluid .single-text ul { padding-left:0; }
    
    /* single service page 3 */
    .row-fluid .single3-section { padding-top:50px; }
    .row-fluid .single3-left { margin-right:0; margin-bottom:-20px; width:100%; }
    .row-fluid .single3-inner { padding:0 10px; }
    .row-fluid .single3-right { width:100%; height:300px !important; }
    
    /* single service page 5 */
    .row-fluid .single5-section { padding:50px 0 30px; }
    .row-fluid .singleservice-title { padding:10px 0 20px; }
    .row-fluid .single5-icon { margin:0 auto !important; display:block; }
    .row-fluid .service-heading { width:100%; padding:30px 0 0; text-align:center; }
    .row-fluid .single5-Image { margin:10px auto !important; height:300px; }
    
    /* pricing page 1 */
    .row-fluid .pricing1-section1  { padding-top:10px; }
    .row-fluid .pricing1-section1 .hs_cos_wrapper_widget { margin:10px 0; width:100%; }
    .row-fluid .most1-popularbox { margin-top:0; }
    .row-fluid .most1-popularbox .pricing-list ul { padding:20px 0 20px; }
    
    /* pricing page 2 */
    .row-fluid .pricing2-section1 { padding-top:10px; }
    .row-fluid .pricing2-section1 .hs_cos_wrapper_widget { padding:10px 0; width:100%; }
    .row-fluid .pricing2-section1 .pricing-box  { margin:0 auto; max-width:400px; width:100%; display:block; }
    .row-fluid .pricing2-title:before { border-right-width:199px; border-left-width:199px; }
    
    /* pricing page 3 */
    .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:199px; border-left-width:199px; }
    
    /* prcing page 4 */
    .row-fluid .pricing4-section1 .hs_cos_wrapper_widget { margin:0; }    
    .row-fluid .common-section { padding:30px 0; }
    .row-fluid .common-inner h5 { padding:10px 15px 10px 40px; font-size:16px; }
    .row-fluid .common-section1 { padding-top:0; }
    
    /* pricing page 5 */
    .row-fluid .column-section { padding:40px 0; }
    
    .row-fluid .pricing5-section { padding:40px 0; }
    .row-fluid .pricing5-section1 { padding-top:10px; }
    .row-fluid .pricing5-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .pricing5-amountsec:before , .row-fluid .pricing5-amountsec:after { display:none; }
    .row-fluid .pricing5-amountsec { text-align:center; }
    
    /* pricing page 6 */
    .row-fluid .pricing6-section { margin-bottom:0; }
    .row-fluid .pricing6-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .pricing6-top:before { display:none; }
    .row-fluid .pricing6-top { background-color:#283c86; }
    .row-fluid .pricing6-top { padding:60px 15px; }
    .row-fluid .pricing6-section1 .pricing-list { padding-bottom:0; }
    
    /* resource section */
    .row-fluid .resource-section { padding-top:50px; }
    .row-fluid .resource-list { padding:10px 0; } 
    .row-fluid .resource-text { padding:15px 10px 10px; }
    .row-fluid .resource-title { font-size:18px; line-height:24px; }
    
    /* resource section 1 */
    .row-fluid .resource3-box { text-align:center; }
    .row-fluid .res3-boximg { margin:0 auto; max-width:250px; width:100%; float:none; display:block; }
    .row-fluid .resource3-text { width:100%; padding-left:0; }
    
    /* case study 1 */
    .row-fluid .casestudy-section { padding:50px 0; }
    .row-fluid .case-box h4 { font-size:20px; line-height:26px; }
    .row-fluid .cass-text { padding:40px 15px; }
    .row-fluid a.case-link { border-color:#871618; }
    .row-fluid .case-box .cass-text { opacity:1; } 
    .row-fluid .case-box:after{ -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;; top:0; left:0; right:0; bottom:0; opacity:0.80 }
    .row-fluid .case-box .cass-title { opacity:0; top:0; }
    
    /* case study 2 */
    .row-fluid .case2-text h4 { font-size:18px; line-height:24px; }
    
    /* case study 3 */
    .row-fluid .casestudy3-section .hs_cos_wrapper_widget { width:100%; } 
    .row-fluid .case3-textinner1 { height:auto !important; }
    
    /* case details */
    .row-fluid .casedetails-section { padding:50px 0 30px; }
    .row-fluid .casedetails-text { padding:20px 0; }
    .row-fluid .casedetails-img { height:230px; }
    .row-fluid .casedetails-text h2 { font-size:20px; line-height:26px; }
    
    /* case details 1*/
    .row-fluid .casetab-details { padding:50px 0; }
    .row-fluid .casetab-details1 h4 , .row-fluid .case1-details h4 { font-size:20px; line-height:26px; }
    .row-fluid .casevideo-content .video-left { height:300px !important; }
    .row-fluid .casevideo-content .single-text { padding:30px 15px 25px !important; }
    .row-fluid .case1-details { padding:40px 0; }
    
    /* landing page */
    .row-fluid .landing-lefthero { width:100%; padding-right:0; }
    .row-fluid .landing-righthero { width:100%; margin:20px 0 0; }
    .row-fluid .landing-lefthero h2 { font-size:30px; line-height:36px; } 
    
    .row-fluid .title24 h4 { font-size:20px; line-height:26px; }
    .row-fluid .industriesH2-section1.industries-lp .hs_cos_wrapper_widget { width:100%; } 
    .row-fluid .landing-content { padding:40px 0; }
    
    /* landing page 2 */
    .row-fluid .landing2-content { padding:20px 0 0; }
    .row-fluid .landing2-content h2 { font-size:30px; line-height:36px; }
    .row-fluid .landing2-form { margin:30px 0 0; } 
    .row-fluid .landing2-form h4 { padding:15px; font-size:20px; line-height:26px; }
    
    /* landing page 4 */
    .row-fluid .landing4-section { padding:50px 0; }
    .row-fluid .landing4-form { margin-top:20px; padding:20px 15px; }
    
    /* faq page 2 */
    .row-fluid .accordion-section { padding:0; }
    
    /* faq page 3 */
    .row-fluid .faq3-section1 { padding:15px; }
    .row-fluid .faq3-text h4 { font-size:20px; line-height:26px; }
    .row-fluid .faq3-section1 .common-inner h5:before { font-size:24px; }
    
    /* testimonial section */
    .row-fluid .customers-section { padding:50px 0 30px;  }  
    .row-fluid .customers-section1 { padding:10px 0 0; }
    .row-fluid .customer-inner { padding:40px 15px 35px; }
    
    /* testimonial page 2 */
    .row-fluid .testimonial2-say .hs_cos_wrapper_widget { padding:0; width:100%; }
    
    /* career page 1 */
    .row-fluid .career-Text { padding:25px; }
    .row-fluid .career-content { padding-bottom:25px; }
    
    /* career page 2 */
    .row-fluid .career1-box { padding:20px 0; }
    .row-fluid .career1-text , .row-fluid .career1-button { width:100%; text-align:center; }
    .row-fluid .career1-button { padding-top:15px; }
    
    /* career page 3 */
    .row-fluid .current2-section { padding:50px 0 30px; }
    .row-fluid .current3-section .hs_cos_wrapper_widget { padding:65px 15px 50px; }
    .row-fluid .career-apply { padding:40px 0; }
    .row-fluid .careerapply-form { padding-top:20px; }  
    
    /* career page 4 */
    .row-fluid .career-manager { padding:50px 0; }
    .row-fluid .career-manager1 h4 { padding-top:15px; font-size:20px; line-height:26px; }
    .row-fluid a.career-cta { margin-top:15px; }
    
    /* thank you page 1 */
    .row-fluid .thanak-section { padding:50px 0; }
    .row-fluid .landing-text { padding:70px 0 50px; }
    .row-fluid .landing-text h1 { font-size:36px; line-height:42px; }
    .row-fluid .thank-title { padding:20px 0 0; }
    .row-fluid a.thnak-cta { margin-top:0; }
    
    /* thank you page 2 */
    .row-fluid .thanak-section1 { position:relative; }
    .row-fluid .thank-follow h3 { font-size:24px; line-height:30px; }
    
    /* thank you page 3 */
    .row-fluid .thank-hero3 { height:350px; }
    .row-fluid .thanak3-section1 { padding:0 15px 30px; }
    .row-fluid a.thnak-cta1 { margin-top:15px; }
    
    /* thank you page 4 */
    .row-fluid .thank4-hero { padding:120px 0 50px; }
    
    /* partner page 1 */
    .row-fluid .partner-section { padding:50px 0; }
    .row-fluid .partner-box { padding:15px; text-align:center; }
    .row-fluid .partner-img { width:100%; } 
    .row-fluid .partner-text { padding:15px 0; width:100%; }
    
    /* partner page 2 */
    .row-fluid .partner1-section1 span.hs_cos_wrapper { margin:0; }
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { width:45.2%; }
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(4n) { margin-right:15px; }
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget:nth-child(2n) { margin-right:0; }
    
    /* gallery page 1 */
    .row-fluid .gallery-section { padding:50px 0; }
    .row-fluid .gallery-section1 { padding-top:0; }
    .row-fluid .gallery-icon { height:auto; opacity:1; top:50%; }
    .row-fluid .gallery-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .gallery-img:before { opacity:0.60; top: 0; left: 0; right: 0; }
    
    /* gallery page 1 */ 
    .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:50%; }
    .row-fluid .gallery1-section1 .gallery-img { height:250px; }
    
    /* gallery page 3 */ 
    .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:50%; }
    
    /* gallery portfolio */
    .row-fluid .portfolio-slider { margin-top:10px; }
    .row-fluid .portfolio-slider .slick-arrow { width:40px; height:40px; }
    .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:350px; }
    
    
    .row-fluid .pagination-section { padding:0; }
  
    
    /* one column */
    .row-fluid .simple-banner .about-hero { padding:50px 0; }
    .row-fluid .one-column { padding:40px 0; }
    .row-fluid .large-banner .about-hero { padding:80px 0; font-size:16px; line-height:24px; }
    
    /* password */
    .row-fluid .pass-section { padding:50px 0; }
    .row-fluid .pass-inner { padding:30px 15px 15px; font-size:18px; line-height:28px; }
    .row-fluid .pass-input { padding:20px 0 0; }
    .row-fluid .pass-inner h3 { font-size:34px; line-height:42px; }
    
    /* error section */
    .row-fluid .error-section { padding:130px 0 50px; }
    .row-fluid .error-text h1 { font-size:30px; line-height:37px; padding:0 0 10px; }
    .row-fluid .error-text h2 { font-size: 60px; line-height: 68px; }
    .row-fluid .error-search { padding:20px 0 0; }
    
    /*  */
    .row-fluid .subscription-section { padding:30px 0 40px; }
    .row-fluid .subscription-update h2 { font-size:24px; line-height:30px; }
    
    /* backup section */
    .row-fluid .backup-section { padding:70px 0; }
    .row-fluid .backup-section h1 { font-size:36px; line-height:42px; }
    .row-fluid .backup-section input.hs-input { width:100% !important; }
    
    /* */
    .row-fluid .subpre-section { padding:50px 0; }
    .row-fluid .subpre-section h1 { font-size:30px; line-height:36px; padding:0 0 10px; }
    .row-fluid .subpre-section h2 { font-size:26px; line-height:32px; padding:0; }
     
     
    /* Error Page 2 */ 
    .row-fluid .error2-section { padding:70px 0; text-align:center; }
    .row-fluid .error2-inner { padding:30px; }
    .row-fluid .error2-img { width:100%; }
    .row-fluid .error2-text { margin:0; padding:30px 0 0; width:100%; }
    .row-fluid .error2-text h1 { padding:0 0 10px; font-size:22px; line-height:28px; }
    .row-fluid .error2-text h2 { font-size:46px; line-height:52px; }
    
    
    .row-fluid .top-info { text-align:center; }
    .row-fluid .top-info ul li { padding:0 5px; }
    .row-fluid .top-social { margin-top:10px; text-align:center; }
    
    section.clients-logo { padding:20px 0 40px 0px !important; }
    
    .row-fluid .footer { padding:20px 0 50px; }
    .row-fluid .footer-box { margin-top:30px; }
    .row-fluid .footer-titlenav h4 { padding:0 0 10px; }
    .row-fluid .footer-title h4 { padding:0 0 10px; }
    .row-fluid .footer-menu ul { padding:0; }
    .row-fluid .footer-icon ul { margin:0; }
    
    
    /*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 (min-width: 30px) and (max-width: 500px){
    
    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:24px; line-height:30px; }
    h3 { font-size:22px; line-height:28px; }
    h4 { font-size:20px; line-height:26px; }
    
    .row-fluid .footer-menu ul li { width:100%; }
    
    /* industries section */
    .row-fluid .industries-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .industries-box { height:auto !important; }
    
    /* testimonial page */
    .row-fluid .testimonials-inner { padding:45px 10px 60px; } 
    
    /* counter section */
    .row-fluid .counter-box { width:100%; max-width:252px; margin:0 auto !important; float:none; }
    
    /* home page 2 */
    .row-fluid .service-inner { padding:70px 10px 10px; }
    
    /* video section */
    .row-fluid .video-left { height:260px; }
    
    /* about page 3 */
    .row-fluid .team1-section { padding:40px 0; }
    .row-fluid .team1-cta { padding-top:10px; }
    .row-fluid .row-fluid .team1-img { width:100%; height:250px !important; }
    .row-fluid .team1-text { width:100%; }
    .row-fluid a.team1-read { margin-top:10px; }
    .row-fluid .testimonials-detailsboxa4 { left:0; }
    
    .row-fluid .service3-tabright { height:300px; }
    
    /* service page 4 */
    .row-fluid .service4-section .hs_cos_wrapper_widget { width:100%; }
    
    
    /* service page 5 */
    .row-fluid .service5-img { height:250px !important; } 
    
     /* service page 6 */
    .row-fluid .service6-section1 .hs_cos_wrapper_widget { padding:18px 0 10px; }
    .row-fluid .service6-section1 { padding-bottom:15px; }
    .row-fluid .service6-icon { margin:0 auto; position:relative; top:auto; left:auto; float:none; display:block; }
    .row-fluid .service6-box { padding-left:0; }
    .row-fluid .service6-text { margin-top:40px; padding:25px 0; border-left:transparent; border-top:2px solid #871618; text-align:center; }
    .row-fluid .service6-text:before {  border-right-color:transparent; border-bottom-color:#871618; top:auto; left:50%; right:auto; bottom:100%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    /* contact page 1 */
    .row-fluid .contact-address ul li { margin:10px 0; }
    .row-fluid .contact-address ul li:before { width:50px; height:50px; }
    .row-fluid .contact-address ul li span { width:80%; padding-left:12px; } 
    .row-fluid .contact-form { padding-top:0; }
    .row-fluid .contact-form .hs-input { width:100% !important; }
    .row-fluid .contact-address ul li { line-height:20px; font-size:14px; }
    
    /* contact3 section */
    .row-fluid .contact3-box { width:100%; }
    .row-fluid .contact3-form .hs-form-field { width:100% !important; padding:0 0 10px !important; }
    
    /* team page 2 */
    .row-fluid .team2-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* team page 3 */
    .row-fluid .meetteam3-section1 .hs_cos_wrapper_widget { width:100%; }
    .row-fluid .team3-box { height:auto !important; }
    
    /* team page 4 */
    .row-fluid .team4-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* pricing page 2*/
    .row-fluid .pricing2-section1 .pricing-box  { margin:0 auto; padding:0; max-width:280px; width:100%; display:block; } 
    .row-fluid .pricing2-title:before { border-right-width:139px; border-left-width:139px; }
    
    /* pricing page 3 */
    .row-fluid .pricing3-section1 .pricing2-title:before { border-right-width:139px; border-left-width:139px; }
    
    /* resources section */
    .row-fluid .resource-box { width:100%; }
    
    /* case study 1 */
    .row-fluid .casestudy-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* case study 2 */ 
    .row-fluid .case2-img { width:100%; height:230px !important; }
    .row-fluid .case2-text { width:100%; }
    
    /* landing page 1 */
    .row-fluid .landing-righthero { padding:25px 15px; }
    .row-fluid .landing-righthero h4 { font-size:24px; line-height:30px; padding:0 0 5px; }
    
    /* testimonial page */
    .row-fluid .customers-section1 .hs_cos_wrapper_widget { width:100%; } 
    .row-fluid .customer-box { height:auto !important; }
    
    /* testimonial page 3 */
    .row-fluid .customer2-left { width:100%; }
    .row-fluid .customer2-box { text-align:center; }
    .row-fluid .customer2-inner { padding:20px 15px 10px; }
    .row-fluid .customer2-contant { width:100%; padding:15px 0; border-left:none; border-top:1px solid #e6e6e6; }  
    
    /* career page 1 */
    .row-fluid .career-box , .row-fluid .career-Text { padding:15px; }

    /* career page 3 */
    .row-fluid .careerapply-form .hs-form-field { width:100% !important; }
    .row-fluid .careerapply-form .hs-form-field .input input { width:100% !important; }
    
    /* partner page 2 */
    .row-fluid .partner1-section1 .hs_cos_wrapper_widget  { margin:15px 0; width:100%; }
    
    /* gallery page 1 */
    .row-fluid .gallery-icon { height:auto;  }
    
    /* gallery page 2 */
    .row-fluid .gallery1-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* gallery page 3 */ 
    .row-fluid .gallery2-section1 .hs_cos_wrapper_widget { width:100%; }
    
    /* gallery Portfolio 3 */ 
    .row-fluid .portfolio-slider .hs_cos_wrapper_widget { height:280px; }
    .row-fluid .company-detail-box { width:100%; padding:10px 0; }
    
    
    /* error page */
    .row-fluid .error2-img img { max-width:180px; }
    
    
    
    
    
    /*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 (min-width: 992px){

  a.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 .mainmenu .hs-menu-wrapper ul li ul li a:hover { color: #333333; }     
    
  /* 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
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 22px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 0;
      background:transparent; /* 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;
  }
  
  
      .top.fixed a.mobile-trigger { top: 7px; width: 39px; height: 35px; padding: 7px 8px; }
  

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

  a.mobile-trigger span{
      display: inline;
  }

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

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #871618;
      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 a.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 a.mobile-trigger span:after{
     opacity: 1; 
  }


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

  a.mobile-trigger i {
      display: inline;
      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;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #871618; /* Icon color */
      display: inline-block;
  }
  a.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;
      width: 30px; /* Icon line width */
  }
  a.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;
      width: 30px; /* Icon line width */
  }
  .mobile-open a.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 a.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 a.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: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted #871618;
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }

    span.child-triggerm i { text-align:center; line-height:44px; font-size:22px; color:#871618; }
    span.child-triggerm.child-open i:before { content:"\f107"; }
    
  /* 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: absolute; /**************************************************************/
      top: 100%;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      overflow-y:auto !important;
      box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0 0 0 0; /* Padding to add room for close button */
      background-color:#fff; /* #871618*/; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      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 #871618; /* 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: #333333; /* 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 */
  }
}