/*========Font Import======*/

@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,700,700i|DM+Serif+Display:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap');








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



/* Font Family and Colors */
    /*  */
    /* {  Used on global 'Background Overlay Color '  |  Ex. "color: #46bb74;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color: #46bb74;" #} */
 /* { DarkBlue  | EX "color: ;" } */





                          /*  */
                         /*  */
                          /*  */
            /*  */
            /*  */


/* Wrappers */
                          /*  */
                          /*  */
                          /*  */




body{
  padding:0;
  font-size: 18px;
  line-height:1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family:'Lato', sans-serif; ;
  width:100%;
  background:#ffffff;
  margin:0 auto;
  max-width:100%;
  color: #333333;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  padding: 0 15px;    
}


/*======Heading,Para & List Items Styling=======*/

h1,h2,h3,h4,h5,h6{
  font-family:'DM Serif Display', sans-serif; ;
  color: ;
  font-style: italic;
}

h4{
  font-family:'Lato', sans-serif; ;
}


h1,h2,h3,h4,h5,h6,p,ul,li,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  font-weight:400;
}

a{
  margin-bottom:0;

}

h1{
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing:.9px;
}

h2{
  font-size: 36px;
  line-height: 46px;
  letter-spacing:.6px;
  margin-bottom:10px;
  color: #808080;
}

h3{
  font-size:22px;
  line-height:36px;
  letter-spacing:.4px;
  color: #808080;
}

h4{
  font-size:20px;
  line-height:28px;
  letter-spacing:.3px;
  color: #666666;
}

h5{
  font-size: 14px;
  line-height: 18px;
  letter-spacing:.2px;
  margin-bottom: 8px;
}

h6{
  font-size: 14px;
  line-height: 18px;
  letter-spacing:.2px;
  margin-bottom: 8px;
}

p{
  font-size: 18px;
  line-height: 26px;
  letter-spacing:.2px;
  margin-bottom: 14px;
  color: #666666;
  font-weight:300;
}

h4+p{
  margin-top:15px;
}


ul{

}

* {
  -webkit-tap-highlight-color: transparent;
}

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

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

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

.body-container-wrapper ul, .body-container-wrapper ol {
  padding: 0;
  text-decoration: none;
  list-style: none;
  margin: 20px 0;
}

.body-container-wrapper li{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing:.2px;
  margin-bottom: 8px;
  color: #6e6e6e;
  position:relative;
  margin-left:22px;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

.body-container-wrapper li:before {
  position: absolute;
  content: '';
  top: 12px;
  left: -20px;
  background: #46bb74;
  height: 2px;
  width: 8px;
}

a{
  color:#46bb74;    
}

.fa{
  color:#333;
}

/*======Blockquote Styling======*/

blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color:#b2b2b2;
  font-weight: 300;
  padding-left: 18px;
  border-left: 2px solid #46bb74;
  margin-left: 4px;
  margin-top:25px
}



/*========CTA Styling========*/

.widget-type-cta{
  margin-top:15px;
}

a.cta_button,
body .row-fluid form .hs-button{
  font-size: 16px;
  line-height: 18px;
  padding: 22px 44px;
  font-weight: 400;
  font-family: 'Assistant', sans-serif;
  /*     font-weight: 700; */
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  /*     transition: all .3s ease-in; 
  -webkit-transition: all .3s ease-in; */
  position: relative;
  z-index: 1;
  box-shadow: none;
  border: 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background:linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  font-weight: 400;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1)!important;
  transition: all 0.3s ease 0s!important;
  -webkit-transition: all 0.3s ease 0s!important;
}

a.cta_button:hover,body .row-fluid form .hs-button:hover{
  transform: translateY(-3px)!important;
  box-shadow: 0px 15px 20px rgba(53, 153, 123, 0.4)!important;
}

.body-container-wrapper .fa{
  background:linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

body  a.cta_button:hover:before,
body .container-fluid .row-fluid .hs-button:hover:before{    
  width: 100%;
}

.trans-button a.cta_button[title]{
  background:transparent;
  border:1px solid #46bb74;
  padding: 12px 33px;
  color:#46bb74;

}

.white-button a.cta_button[title],
.white-button .row-fluid form .hs-button{
  background:#fff;
  color:#46bb74;
  border-color:;
}

.simple-arrow-cta a.cta_button[title]{
  position:relative;
  padding:0;
  color:#46bb74;
  background:transparent;
  letter-spacing: 0px;
}

.simple-arrow-cta a.cta_button[title]:hover{
  transform: translate(0);
  box-shadow: none;
}

.simple-arrow-cta a.cta_button[title]:before{
  position: absolute;
  top: 0;
  right: -27px;
  content: '\f061';
  font-family: FontAwesome;
}




/*====End of CTA Styling=====*/



/*======Text Alignment ========*/

@media only screen and (min-width: 768px) { 
.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}
}





/*=======End of Text Alignment=======*/


.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:  rgba(17, 17, 17, 0.55);
  z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}



/*=====Background Color========*/


.white-bg{
  background:#fff;
}

.gradient-bg{
  background:linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
}

.light-grey-bg{
  background: #f5f7fa;
}

.gray-bg{
  background: #f5f7fa;
}

.black-bg{
  background:#333;
}

.base-color-bg .fa{
  color:#4a4a4a;
}

.gray-bg{
  background:#f5f7fa;
}

.link-color-bg{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
}

.secondary-color-bg{
  background: #003e56;
}

.global-grey-bg{
  background: #302d39;
}

.global-footer-bg{
  background: #12141a;
}

/*======End of Background Color======*/



.section-pad{
  padding: 70px 0;
}

.border-left {
  border-left: 1px solid #E4E1E1;
}

.border-right {
  border-right: 1px solid #E4E1E1;
}

.border-bottom{
  border-bottom: 1px solid #e4e1e1;
  padding-bottom: 40px;
}

.fa{
  font-size:35px;
}

.d2h-primary-banner{
  padding:170px 0 100px;
  background-size:cover;
  background-repeat:no-repeat;
}

.d2h-primary-banner p{ 
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height:30px;
}


/*========Section Spacing Styling=========*/

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

body .row-fluid .pad-top{
  margin-top:50px;
}

body .container-fluid .row-fluid  .pad-50{
  margin-bottom:50px;
}

.pad-t30{
  padding-top:30px;
}

.pad-btm{
  padding-bottom:60px;
}

.pad-30{
  margin-bottom:30px;
}

.pad-15{
  margin-bottom:15px;    
}

body .row-fluid .pad-bottom-zero .section-head-desp-cm{
  padding-bottom: 0px;
}


/*=======End of Section Spacing==========*/



/*======List Style Styling========*/

.no-list-style ul{
  list-style: none;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}


/*========Text Color with Spacing 0px Styling=====*/

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

.form-white,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white a{
  color:#fff;
}

.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#46bb74;
}

/*========End==================*/



/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}



/*========Basic Section Styling=========*/

.section-bg{
  background-size: cover!important;
  background-position:center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 640px;
  padding: 0 20px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:40px;
}

.primary-banner{
  padding: 180px 0px 100px;
}

body .row-fluid .primary-banner .wrapper{
  max-width:800px;
}

.slick-slide:focus{
  outline: 0px;
}


@media(min-width:768px){

  body .row-fluid .pad-right {
    padding-right: 40px;
  }

  body .row-fluid .pad-left {
    padding-left: 40px;
  }
}


/*=======End of Basic Section Styling=======*/




@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }


}


@media (max-width:1024px){


  h1 {
    font-size: 36px;
    line-height: 40px;
  } 

  h2{
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  a.cta_button, .hs-button {
    padding: 16px 34px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

}




@media (max-width:767px){

  h1 {
    font-size: 32px;
    line-height: 36px;
  } 

  h2{
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .4px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .jumbo1-primary-banner {
    padding: 160px 0 50px;
  }

  .row-fluid .jumbo1-home-jumbo1-primary-banner .left-cta {
    max-width: 100%;
  }

  a.cta_button, .hs-button {
    padding: 16px 34px;
  }

  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .section-pad{
    padding:45px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .align-left,
  .align-right{
    text-align:center;
  }


  .align_center .heading{
    padding-bottom:30px;
  }


  .pad-btm{
    padding-bottom:30px;
  }

}


/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.hs-error-msgs li label{
  color: #FD2727;
  font-size: 12px;
}

form li:before{
  display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 48px;
  font-family:'Lato', sans-serif; ;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background:#f5f7fa;
  padding:10px 20px;
  color: #000;
  font-weight:400;
  border:1px solid #e7e7e7;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #46bb74;
}

.row-fluid  form textarea{
  height:80px;    
  resize: none;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
  cursor:pointer;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

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

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #f5f5f5 url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #46bb74;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #46bb74;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }

}







/*===================================================
Two Col Adjust
===================================================*/    

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.9%;
  -webkit-flex-basis: 47.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}

@media(max-width: 767px){

  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }       


}






/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}









/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   


}










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




@media(min-width:768px) and (max-width:1024px){
  .header-section{
    overflow: hidden;
  }

}

@media (min-width: 768px){

  body .row-fluid .header-section .wrapper{
    max-width:100%;
  }

  .hs-tools-menu.hs-collapsed{
    // display:none;
  }


  /* .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children>a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 13px;
  color: #46bb74;
  margin-left: 4px;
} */

  /*=====Child Item Styling=====*/

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    background: #f1f1f1;
    padding: 0px 0 0;
    /*     border-bottom: 1px solid #e4e4e3; */
    left: 15px;
    top: 25px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
    transform: translate(0, 0px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  } 
  ul.hs-menu-children-wrapper{
    transform: translate(0, 10px);
  }

  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #666;
  }
  /* .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover ul.hs-menu-children-wrapper {
  top: 15px;
  transition: .3s;
} */
  /* .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover:before{
  background: #46bb74;
} */

  /* .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper:before {
  content: "";
  background: #e4e4e3;
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  right: 0;
} */

  body .row-fluid .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover {
    color: #fff;
  }

  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 0 10px;
    position: relative;
    -webkit-transition: opacity .4s;
    width: auto;
    min-width: 220px;
    color: #666;
  }

  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after{
    display: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2 {
    padding: 8px 0 ;
    /*     border-left: 1px solid #e4e4e3;
    border-right: 1px solid #e4e4e3; */
    margin: 0px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover {
    background: #ddd;
  }
  /* .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child {
  padding-top: 15px;
} 

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2:last-child {
  padding-bottom: 15px;
} */

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover>a:before,
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: -1px;
    top: 0;
    display: block;
    background: transparent;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 a:hover{
    color:  #46bb74;
  }

  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover>a:before{
    background: #46bb74;
  }

  /* body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a{
  color: #46bb74;
} */

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper{
    left:101%;
    top:-1px;
    padding: 0px 0px 0px;
    background: transparent;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3 {
    padding: 8px 0;
    border-right: 1px solid #e4e4e3;
    background:#f1f1f1;
    margin: 0px;
  }

  /* .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3:last-child{
  padding-bottom: 15px;
} */
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
    content: "\f0d7";
    position: absolute;
    color: #d6d5d7;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 5px;
    font-size: 15px;
  }
/*  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child {
    display: none;
  } */

}


.header-section{
  padding: 14px 0px 0px;
  border-bottom: 1px solid #e4e4e3;
  position:relative;

}

.hs-menu-wrapper{
  float: right;
}

.header-section .cmp-logo img{
  max-width: 40px;
}

.header-section .main-nav{
  line-height: 0px;
  margin-top: 0;
} 

.header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  margin-top: 6px;
}

.header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  margin: 0px;
}

.header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a{
  color: #fff;
}

.header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
  padding: 0 22px;
    color: #fff;
        -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;
    font-weight: 400;
}
.cmp-logo {
  padding-bottom: 14px;
}
.header-section .main-nav .widget-type-cta{
  margin-top: 0px;
}

.header-section .main-nav .widget-type-cta a.cta_button{
  font-size: 13px;
  line-height: 26px;
  border-radius: 0px;
  font-weight: 900;
  padding: 5px 10px;
  box-shadow: none;
  width: auto;
  position: relative;
  text-transform: uppercase;
  font-family:'Lato', sans-serif; ;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  width: 190px;
  display: flex;
  box-sizing:border-box!important;
  justify-content: center;
  align-items: center;
}


@media (min-width:1024px){

  body .header-container-wrapper .custom-menu-primary{
    float:right;
    padding-right:200px;
    width:100%;
  }    

}



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


  .header-section .main-nav .widget-type-cta a.cta_button {
    width: 135px;
  }

  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    padding: 0 10px;
    text-transform: uppercase;
    color: #d6d5d7;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before{
    right: -5px;
    top: 12px;
  }

}



/*=======Tab Header Styling========*/

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

  body .row-fluid .header-section .main-nav {
    line-height: 0px;
    margin-top: 3px;
  }  

  body .row-fluid .header-section .main-nav .custom-menu-primary{
    width: 74.872928%;    
  }

  body .row-fluid .header-section .main-nav .header-cta{
    width: 22.364641%;
  }

  .header-section .main-nav .widget-type-cta a.cta_button{
    width: 160px;
  }

  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-top: 0px;
  }

}







/*===========================================================================
Header 2 Styling
===========================================================================*/

body .row-fluid .header-section.head-two {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  border: 0px;
}

@media (min-width: 768px){
  /*
  .header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover>a:before, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: -1px;
  top: 0;
  display: block;
  background: #fff;
}
  */



  .header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>a{
    color: #333;
  }

  .header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    color: #333;
  }

  .header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover>a:before{
    background: #333;
  }

  .header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2{
    background: #fff;
  }




}


.header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
  color: #fff;
}

.header-section.head-two .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
  background: transparent;
}










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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:#302d38;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:#302d38;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#41ca70;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:#302d38;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#41ca70;
}

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

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




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


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

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

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }


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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
  .child-trigger:after {
    content: "\f0d7";
    position: absolute;
    color: #d6d5d7;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 20px;
  }

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

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

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

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

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

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

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

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

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




@media(max-width:767px){

  .header-section{
    padding:23px 0px;
  }

  .header-container-wrapper .header-section{
    position:relative;
  }    

  body .row-fluid .header-section{
    //background:#00698f;
  }

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  body .row-fluid .header-section .cmp-logo{
    position: relative;
    max-width: 150px;
    float: left;
    width: 100%;
  } 

  .header-container-wrapper .row-fluid .header-section .main-nav {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 0px;
    top: 0;
    margin-top: 0px;
  }


  /*=====Mobile Trigger Styling=====*/

  body .row-fluid .mobile-trigger {
    border: 0;
    top: 15px;
    right: 10px;
    background: transparent;
    z-index: 1;
  }

  body .row-fluid .mobile-trigger i {
    //transition: all .5s ease-in;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
  }

  .mobile-trigger:hover {
    background-color: rgba(0,0,0,0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, 
  .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, 
  .mobile-open .mobile-trigger i, 
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after{
    background: #fff;
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
  }

  .mobile-trigger i:before, .mobile-trigger i:after {
    transition: all .3s ease-in;
  }

  .mobile-trigger i:before {
    top: -10px;
  }

  .mobile-trigger i:after {
    top: 10px;
  }

  /*===============================*/    

  /*======Open Menu Styling====*/

  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper {
    top: 16px;
    background: #302d39;;
    padding: 25px 0;
    position: relative;
    height: 100vh;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    border:0px;
    padding:0px;
    text-align:center;
  }

  body .row-fluid .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    letter-spacing: 0.6px;
    padding:0px;
    text-align: left;
    color: #fff;
        -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;
    font-weight: 400;
    /*     border-bottom: 1px solid #fff; */
    margin: 0px 20px;
  }

  body .row-fluid .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a:hover{
  color:#41ca70;
} 

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #f1f1f1;
    padding: 0px;
    top: 0px;
    left: 0px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:14px;
    line-height:18px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    background:transparent;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    padding: 0px 0px;
  }

  .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{
    border:0px;
  }

  /* .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger i{
  //display:none;
  background:#46bb74;
  height:2px;
} */

  /* .child-trigger i, .child-trigger i:after{
  background: #46bb74;
  height:2px;
} */

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border:0px;
  }
  .header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger:active:focus:visited{
    color:#f5cf15;
  }

  .header-section .main-nav .custom-menu-primary a.cta_button{
    padding: 16px 0px;
    display: block;
    margin: 40px 20px;
    width: auto;
    background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
    color: #fff;
  }


  /* .header-section .main-nav .custom-menu-primary a.cta_button,
  .header-section .main-nav .widget-type-cta a.cta_button{
  display: none; 
} */
  body .row-fluid .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #666;
    line-height: 40px;
  }
  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
    background: #ddd;
  }  
  .header-section .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child {
    display: none;
  }   
}






































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

.footer-section{
  padding: 75px 0px 2px;
}

.footer-section .foot-logo img{
  max-width: 80%;
}

.footer-section .foot-menu .heading h1,
.footer-section .foot-menu .heading h2,
.footer-section .foot-menu .heading h3,
.footer-section .foot-menu .heading h4,
.footer-section .foot-menu .heading h5,
.footer-section .foot-menu .heading h6,
.footer-section .foot-menu .heading p,
.footer-section .foot-menu .heading span{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: 'DM Serif Display', sans-serif; ;
}

.footer-section .foot-menu ul{}

.footer-section .foot-menu ul li{
  margin:0;
}

.footer-section .foot-menu ul li a{
  padding: 0px;
  color:#000;
} 

.footer-section .foot-col-four{}

.footer-section .foot-col-four .heading h1,
.footer-section .foot-col-four .heading h2,
.footer-section .foot-col-four .heading h3,
.footer-section .foot-col-four .heading h4,
.footer-section .foot-col-four .heading h5,
.footer-section .foot-col-four .heading h6,
.footer-section .foot-col-four .heading p,
.footer-section .foot-col-four .heading span{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: 'DM Serif Display', sans-serif; ;
}

.footer-section .foot-col-four ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}


.footer-section .foot-col-four ul li{
  display: inline-block;
}

.footer-section .foot-col-four ul li .fa{
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 17px;
  margin: 0 6px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  color: #fff; 
}

.footer-section .copyrigt-module{
  padding: 14px 0px 0px;
  border-top: 1px solid #d7d7d7;
  margin-top: 40px;
}

.footer-section .copyrigt-module p {
  color: rgba(255,255,255,0.7);
}



@media(max-width: 767px){

  body .footer-section .foot-logo{
    margin-bottom: 40px;
  }  

  body .footer-section .foot-logo img{
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }  

  body .footer-section .foot-menu{
    text-align: center;
  }

  body .footer-section .foot-col-four{
    text-align: center;
  }


}










/*==================================================================
Custom Module Styling
=================================================================*/


/*=====================================
Head + Four Col Styling
=====================================*/    

@media(min-width: 768px){

  .head-four-col .four-col-box>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
  }    

  .head-four-col .four-col-box .span3{
    width: 100%;
    max-width: 25%;
  }  
  .head-four-col .four-col-box.list-three .span3{
    width: 100%;
    max-width: 33%;
  }  

  .head-four-col .four-col-box .span3:not(:last-of-type){
    border-right: 0;
    border-bottom: 2px solid #e2e9f0;
  }

  .head-four-col .four-col-box .span3:hover:not(:last-of-type){
    border-bottom: 2px solid transparent;
  }


}



.head-four-col{
  padding: 100px 0px;
}

.head-four-col .head-text{
  margin-bottom: 65px;
}

.head-four-col .head-text p{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.head-four-col .head-text.hide-section{
  display: none;
}

.head-four-col .four-col-box .span3{
  border: 2px solid #e2e9f0;
  margin: 0px;
  padding: 40px 35px;
  transition: all .3s ease-out;
}    

.head-four-col .four-col-box .span3:hover {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  z-index: 2;
  position: relative;
}



.head-four-col .four-col-box .icon-module{
  margin-bottom: 40px;
  text-align: center;
}

.head-four-col .four-col-box .icon-module .fa{
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.head-four-col .four-col-box .span3 .box-text h4{
  font-weight: 900;
}


/*====Show/Hide Column=====*/

.head-four-col .four-col-box .span3{
  display: none;
}

body .head-four-col .four-col-box.list-one .span3:first-child{
  display: block;
  border-right: 2px solid #e2e9f0;
}

body .head-four-col .four-col-box.list-two .span3.col-one{
  border-right: 0px;
  display: block;
}

body .head-four-col .four-col-box.list-two .span3.col-two{
  display: block;
  border-right: 2px solid #e2e9f0;
}

body .head-four-col .four-col-box.list-three .span3.col-one,
body .head-four-col .four-col-box.list-three .span3.col-two,
body .head-four-col .four-col-box.list-three .span3.col-three{
  display: block;
}

body .head-four-col .four-col-box.list-three .span3.col-three{
  border-right: 2px solid #e2e9f0;
}

body .head-four-col .four-col-box.list-four .span3.col-one,
body .head-four-col .four-col-box.list-four .span3.col-two,
body .head-four-col .four-col-box.list-four .span3.col-three,
body .head-four-col .four-col-box.list-four .span3.col-four{
  display: block;
}





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

  body .row-fluid .head-four-col{
    padding: 60px 0px;
  }    

  body .head-four-col .four-col-box .span3 {
    padding: 25px 15px;
  } 

  body .head-four-col .four-col-box .icon-module {
    margin-bottom: 25px;
    text-align: center;
  }


}




@media(max-width: 767px){

  body .head-four-col {
    padding: 50px 0px;
  }

  body .head-four-col .head-text {
    margin-bottom: 35px;
  }

  body .head-four-col .four-col-box .span3{
    border-right: 2px solid #e2e9f0;
    border-bottom: 0px;
    padding: 30px 20px;
  }    

  body .head-four-col .four-col-box .span3:last-child{
    border-bottom: 2px solid #e2e9f0;
  }

  body .head-four-col .four-col-box .icon-module {
    margin-bottom: 20px;
    text-align: center;
  }
/*
  .head-four-col .four-col-box .span3 .box-text h4{
    text-align: center;
  }

  body .head-four-col .box-text {
    text-align: center;
  }*/

}




/*=================================================
Head + Three Col Styling
=================================================*/  

@media(min-width: 768px){

  .head-three-col .three-col-box>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
  }



}

.head-three-col{
  padding: 100px 0px;
}

.head-three-col .head-text{
  margin-bottom: 65px;
}

.head-three-col .head-text p{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}

.head-three-col .three-col-box .span4{
  padding: 50px 40px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head-three-col .three-col-box .span4:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.head-three-col .three-col-box .icon-module .fa{
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.head-three-col .three-col-box .box-text h4{
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
}



/*====Show/Hide Column=====*/

.head-three-col .head-text.hide-section{
  display: none;
}

.head-three-col .three-col-box .span4{
  display: none;
}

.head-three-col .three-col-box.list-one .span4.col-one{
  display: block;
}

.head-three-col .three-col-box.list-two .span4.col-one,
.head-three-col .three-col-box.list-two .span4.col-two{
  display: block;
}

.head-three-col .three-col-box.list-three .span4.col-one,
.head-three-col .three-col-box.list-three .span4.col-two,
.head-three-col .three-col-box.list-three .span4.col-three{
  display: block;
}





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

  body .row-fluid .head-three-col{
    padding: 60px 0px;
  }

  body .row-fluid .head-three-col .three-col-box .span4 {
    padding: 30px 20px;
  }



}




@media(max-width: 767px){

  body .head-three-col {
    padding: 50px 0px;
  }    

  body .head-three-col .head-text {
    margin-bottom: 35px;
  }

  body .head-three-col .three-col-box .span4 {
    padding: 30px 20px;
  }

  body .head-three-col .three-col-box .span4 .icon-module{
    text-align: center;
  }

  body .head-three-col .three-col-box .box-text h4{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }


}





/*===========================================================
Four Col Counter CM
===========================================================*/    

.four-col-counter-cm{
  padding: 100px 0px;
}

.four-col-counter-cm .span3{
  text-align: center;
  width: 100%;
  max-width: 25%;
  margin: 0px;
}

.four-col-counter-cm .font-icon{
  margin-bottom: 20px;
}

.four-col-counter-cm .font-icon .fa{
  font-size: 50px;
  width: 50px;
  height: 50px;
}

.four-col-counter-cm .counter-no h4.counter{
  margin: 0px;
  position: relative;
  font-weight: 900;
}

.four-col-counter-cm .counter-no h4.counter:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 3px;
  width: 10%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}

.four-col-counter-cm .counter-no p{
  font-weight: 900;
}




@media(max-width: 767px){

  body .four-col-counter-cm {
    padding: 60px 0px;
  }    

  body .four-col-counter-cm .span3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 50px;
  }    

  body .row-fluid .four-col-counter-cm .span3:last-child{
    margin: 0px
  }

  body .row-fluid .our-process-three-col-cm .three-col-process ol li:before {
    content: counters(questionNumber, ".", decimal-leading-zero);
    line-height: 100%;
    color: rgba(204, 204, 204, 0.4);
    background: transparent;
    position: absolute;
    left: -60px;
    top: -48px;
    width: auto;
    height: auto;
    font-size: 95px;
    z-index: -1;
  }

  body .our-process-three-col-cm .three-col-process ol li {
    position: relative;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    float: left;
    box-sizing: border-box;
    counter-increment: questionNumber;
    margin-left: 60px;
    margin-bottom: 40px;
  }

}






/*=============================================================
Our Process Three Col CM
=============================================================*/

.our-process-three-col-cm{
  padding: 100px 0px;
} 

.our-process-three-col-cm .head-text{
  margin-bottom: 120px;
}

.our-process-three-col-cm .head-text p{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  float: none;
}

.our-process-three-col-cm  .three-col-process ol{
  counter-increment: questionNumber
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
}

.our-process-three-col-cm  .three-col-process ol li{
  position: relative;
  flex-basis: 24.3%;
  -webkit-flex-basis: 24.3%;
  float: left;
  box-sizing: border-box;
  counter-increment: questionNumber;
  margin-left: 100px;
}

.our-process-three-col-cm  .three-col-process ol li:before{  
  content: counters(questionNumber, ".", decimal-leading-zero);
  line-height: 100%;
  color: rgba(204, 204, 204, 0.4);
  background: transparent;
  position: absolute;
  left: -100px;
  top: -55px;
  width: auto;
  height: auto;
  font-size: 165px;
  z-index: -1;    
}    

.our-process-three-col-cm .bottom-button{
  margin-top: 50px;
}



/*======Show/Hide Column=======*/

.our-process-three-col-cm .head-text.hide-section{
  display: none;
}

.our-process-three-col-cm  .three-col-process ol li{
  display: none;
}

.our-process-three-col-cm  .three-col-process.list-one ol li:first-child{
  display: block;
}

.our-process-three-col-cm  .three-col-process.list-two ol li:nth-child(1),
.our-process-three-col-cm  .three-col-process.list-two ol li:nth-child(2){
  display: block;
}

.our-process-three-col-cm  .three-col-process.list-three ol li:nth-child(1),
.our-process-three-col-cm  .three-col-process.list-three ol li:nth-child(2),
.our-process-three-col-cm  .three-col-process.list-three ol li:nth-child(3){
  display: block;
}




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

  .our-process-three-col-cm .three-col-process ol li{
    margin-left: 60px;
  }    

  .our-process-three-col-cm .three-col-process ol li:before {
    content: counters(questionNumber, ".", decimal-leading-zero);
    line-height: 100%;
    color: rgba(204, 204, 204, 0.4);
    background: transparent;
    position: absolute;
    left: -70px;
    top: -55px;
    width: auto;
    height: auto;
    font-size: 120px;
    z-index: -1;
  }        

}



@media(max-width: 767px){

  body .our-process-three-col-cm {
    padding: 50px 0px;
  }

  body .our-process-three-col-cm .head-text {
    margin-bottom: 60px;
  }

  body .our-process-three-col-cm .bottom-button {
    margin-top: 0px;
  }

}




/*===================================================================
Two Col Image CM Styling
===================================================================*/

body .row-fluid .two-col-img-cm{
  position: relative;
  height: 440px;
}

body .row-fluid .two-col-img-cm .span6{
  width: 100%;
  max-width: 50%;
  margin: 0px;
  position: relative;
  height: 1px;
  min-height: 440px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.two-col-img-cm .bg-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 1s cubic-bezier(0.45, 0.41, 0.44, 0.43);
  z-index:-1;
}

body .row-fluid .two-col-img-cm .span6:hover .bg-image{
  transform: scale(1.2);
  transition: all 6s cubic-bezier(0.45, 0.41, 0.44, 0.43);
}

body .row-fluid .two-col-img-cm .span6:hover .box-text{
  bottom: 10%;
}

.two-col-img-cm .box-text{
  position: absolute;
  left: 10%;
  bottom: -8%;
  right: 10%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.two-col-img-cm .box-text a.cta_button{
  margin-top: 30px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  opacity: 0;
  padding: 12px 25px;
}

body .row-fluid .two-col-img-cm .span6:hover .box-text a.cta_button{
  opacity: 1;
}




@media(max-width: 767px){

  body .row-fluid .two-col-img-cm {
    position: relative;
    height: auto;
  }   

  body .two-col-img-cm .box-text {
    left: 20px;
    right: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  body .row-fluid .two-col-img-cm .span6{
    max-width: 100%;
  }



}





/*========================================================================
Video Module Styling
========================================================================*/

.video-module{
  padding: 120px 0px 100px;
}





/*===================================================================
Video Play Button CM Styling
===================================================================*/

.video-play-button-cm{
  margin: 40px 0px 0px;
  height: 60px;
}

.video-play-button-cm img{
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-play-button-cm:hover img{
  max-width: 45px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.video-play-button-cm p{
  display: inline-block;
  padding-left: 35px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: 10px 0px;
  font-weight: 900;
}

.video-play-button-cm:hover p{
  opacity: 1;
}


@media(max-width:767px){

  body .video-play-button-cm p{
    padding-left: 35px;    

  }

}




/*=====================================================================
Why Chose Us CM Styling
=====================================================================*/

@media(min-width: 768px){

  .why-choose-us-cm .listing-items ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -1.4%;
    justify-content: center;
  } 

  .why-choose-us-cm .listing-items ul li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.5%;
    -webkit-flex-basis: 30.5%;
    float: left;
    margin-right: 1.1%;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .why-choose-us-cm .listing-items ul li:nth-child(3n+1){
    margin-left: 0px;
  }

  .why-choose-us-cm .listing-items .span9 {
    width: 72.358974%;
  }

}





.why-choose-us-cm{
  padding: 75px 0px;
}

.why-choose-us-cm .head-text{
  margin-bottom: 100px;
}

.why-choose-us-cm .listing-items{}

.why-choose-us-cm .listing-items ul li:before{
  display: none;
}

.why-choose-us-cm .listing-items ul li .fa{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  float: left;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
  margin: 0 auto;
  float: none;
  color:#fff;
}

.why-choose-us-cm .listing-items .image-module{
  display: inline-block;
  color: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0);
  background:#f5f7fa;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0px;
  width: 80px;
  height: 80px;
}    

.why-choose-us-cm .listing-items li:hover .image-module{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border: 1px solid #cccccc;
  background: #fff;
  color: #111;
} 

.why-choose-us-cm .listing-items ul li:hover .fa{
  color:#333;   
}

.why-choose-us-cm .listing-items .span9{
  margin-left: 20px;
}



/*=====Show/Hide Styling======*/

.why-choose-us-cm .head-text.hide-section{
  display: none;
}

.why-choose-us-cm .listing-items ul li{
  display: none;
}

.why-choose-us-cm .listing-items.list-one ul li:first-child{
  display: block;
}

.why-choose-us-cm .listing-items.list-two ul li:nth-child(1),
.why-choose-us-cm .listing-items.list-two ul li:nth-child(2){
  display: block;
}

.why-choose-us-cm .listing-items.list-three ul li:nth-child(1),
.why-choose-us-cm .listing-items.list-three ul li:nth-child(2),
.why-choose-us-cm .listing-items.list-three ul li:nth-child(3){
  display: block;
}

.why-choose-us-cm .listing-items.list-four ul li:nth-child(1),
.why-choose-us-cm .listing-items.list-four ul li:nth-child(2),
.why-choose-us-cm .listing-items.list-four ul li:nth-child(3),
.why-choose-us-cm .listing-items.list-four ul li:nth-child(4){
  display: block;
}

.why-choose-us-cm .listing-items.list-five ul li:nth-child(1),
.why-choose-us-cm .listing-items.list-five ul li:nth-child(2),
.why-choose-us-cm .listing-items.list-five ul li:nth-child(3),
.why-choose-us-cm .listing-items.list-five ul li:nth-child(4),
.why-choose-us-cm .listing-items.list-five ul li:nth-child(5){
  display: block;
}    

body .row-fluid .why-choose-us-cm .listing-items.list-six ul li{
  display: block;
}    




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

  body .why-choose-us-cm {
    padding: 60px 0px;
  }

  body .why-choose-us-cm .listing-items ul li:nth-child(2n+1){
    margin-left: 0px;
  }  

  body .why-choose-us-cm .listing-items ul li{
    flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
  }

  body .why-choose-us-cm .listing-items .span9{
    margin-left: 2.762430939%;
  }    

}    



@media(max-width: 767px){

  body .why-choose-us-cm {
    padding: 50px 0px;
  }   

  body .why-choose-us-cm .head-text {
    margin-bottom: 40px;
  }

  body .why-choose-us-cm .listing-items ul li{
    margin-bottom: 30px;
  }

  body .why-choose-us-cm .listing-items .image-module{
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  body .why-choose-us-cm .listing-items .span9{
    margin: 0px;
    text-align:center;
  }

  body .why-choose-us-cm .listing-items .span9 h4{
    text-align: center;
  }

}    



/*==================================================================
Meet The Team CM Styling
==================================================================*/

.meet-team-cm{
  padding: 70px 0px 100px;
}

.meet-team-cm .equal-height-container>.row-fluid-wrapper>.row-fluid{
  justify-content: center;
}

.meet-team-cm.col-one .span4.col-one{
  display: block;
}

.meet-team-cm.col-two .span4:nth-child(1),
.meet-team-cm.col-two .span4:nth-child(2){
  display: block;
}

.meet-team-cm.col-three .span4:nth-child(1),
.meet-team-cm.col-three .span4:nth-child(2),
.meet-team-cm.col-three .span4:nth-child(3){
  display: block;
}

.meet-team-cm .span4{
  border-top: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.meet-team-cm .span4:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.meet-team-cm .image-module{
  position: relative;
  min-height: 375px;
  overflow: hidden;
}

.meet-team-cm .image-module .hover-text{
  display: block;
  position: absolute;
  //padding: 100px 30px 30px 30px;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  transition:all .4s ease-in-out;
  z-index: -1;
}

.meet-team-cm .span4:hover .image-module .hover-text{
  bottom: 0;
  z-index: 1;
}

.meet-team-cm .image-module .hover-text .inside-wrap{
  opacity: 0;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 73px;
  border-bottom: 1px solid rgba(235, 235, 236, 0);
  -webkit-transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
  transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
}

.meet-team-cm .span4:hover .image-module .hover-text .inside-wrap{
  opacity: 1;
}

.meet-team-cm .span4 .text-module{
  padding: 25px 30px;
}

.meet-team-cm .span4:hover .text-module{
  border-top: 1px solid #ebebec;
}

.meet-team-cm .social-media-link{}

.meet-team-cm .social-media-link.social-one ul li:first-child{
  display: inline-block;
}

.meet-team-cm .social-media-link.social-two ul li:nth-child(1),
.meet-team-cm .social-media-link.social-two ul li:nth-child(2){
  display: inline-block;
}

.meet-team-cm .social-media-link.social-three ul li:nth-child(1),
.meet-team-cm .social-media-link.social-three ul li:nth-child(2),
.meet-team-cm .social-media-link.social-three ul li:nth-child(3){
  display: inline-block;
}

.meet-team-cm .social-media-link.social-four ul li:nth-child(1),
.meet-team-cm .social-media-link.social-four ul li:nth-child(2),
.meet-team-cm .social-media-link.social-four ul li:nth-child(3),
.meet-team-cm .social-media-link.social-four ul li:nth-child(4){
  display: inline-block;
}

.meet-team-cm .social-media-link ul{
  padding: 0px;
  margin: 0px;
}

.meet-team-cm .social-media-link ul li{
  display: inline-block;
  margin: 0px 5px;
  display: none;
}

.meet-team-cm .social-media-link ul li:before{
  display: none;
}

.meet-team-cm .social-media-link ul li:first-child{
  margin-left: 0px;
} 

.meet-team-cm .social-media-link ul li:last-child{
  margin-right: 0px;
}

.meet-team-cm .social-media-link ul li .fa{
  font-size: 20px;
}

.meet-team-cm .text-module h4{
  margin-bottom: 0px;
}

.meet-team-cm .text-module p{
  margin-top: 0px;
}




/*=====Hide/Show Styling======*/

.meet-team-cm{
  display: none;
}

body .meet-team-cm.list-one .span4.col-one{
  display: block;
}

body .meet-team-cm.list-two .span4.col-one,
body .meet-team-cm.list-two .span4.col-two{
  display: block;
}

body .meet-team-cm.list-three .span4{
  display: block;
}





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

  body .row-fluid .meet-team-cm{
    padding: 50px 0px;
  }

  body .meet-team-cm .span4 .text-module {
    padding: 15px 15px;
  }    

  .meet-team-cm .image-module .hover-text .inside-wrap{
    padding-top: 47px;
  }  


}




@media(max-width: 767px){

  body .meet-team-cm {
    padding: 50px 0px 0;
  }    

  body .meet-team-cm .span4{
    margin-bottom: 40px;
  }
  body .meet-team-cm .span4 .text-module{
    text-align:center;
  }


}



/*=========================================================
Three Col Ebook CM Styling
=========================================================*/

@media(min-width: 768px){

  .three-col-ebook-cm .ebook-section{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }    


}


.three-col-ebook-cm{
  padding: 100px 0px;
}

.three-col-ebook-cm .head-text{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.three-col-ebook-cm .ebook-section{
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 75px;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.three-col-ebook-cm .ebook-section .span4{
  display: none;
}

.three-col-ebook-cm .ebook-section.ebook-one .span4:first-child{
  display: block;
}

.three-col-ebook-cm .ebook-section.ebook-two .span4:nth-child(1),
.three-col-ebook-cm .ebook-section.ebook-two .span4:nth-child(2){
  display: block;
}

.three-col-ebook-cm .ebook-section.ebook-three .span4:nth-child(1),
.three-col-ebook-cm .ebook-section.ebook-three .span4:nth-child(2),
.three-col-ebook-cm .ebook-section.ebook-three .span4:nth-child(3){
  display: block;
}

.three-col-ebook-cm .ebook-section .image-module{
  max-width: 280px;
  margin: 0 auto;
}




@media(max-width: 767px){

  body .row-fluid .three-col-ebook-cm {
    padding: 50px 0px;
  }    

  body .three-col-ebook-cm .head-text{
    margin-bottom: 40px;
  }

  body .three-col-ebook-cm .ebook-section{
    display: block;
    margin-bottom: 15px;
  }

  body .three-col-ebook-cm .ebook-section .span4{
    margin-bottom: 30px;
  }

}





/*===========================================================
Form Section -01 Styling
===========================================================*/

.form-section-01{
  padding: 100px 0px;
}

body .row-fluid .form-section-01 .form-head{
  max-width: 900px;
  margin: 0 auto;
  display: block;
  text-align: center;
  float: none;
  margin-bottom: 70px;
}

.form-section-01 form{
  max-width: 900px;
  margin: 0 auto;
}


.form-section-01 form .actions{
  text-align: center;
}

.form-section-01 form .field>label, legend.hs-field-desc, div.submitted-message{
  color: #fff;
}

.form-section-01 form .hs-button.primary:focus{
  border: 1px solid #46bb74;
}



@media(max-width: 767px){

  body .row-fluid .form-section-01{
    padding: 50px 0px;
  }    

  body .row-fluid .form-section-01 .form-head{
    margin-bottom: 10px;
  }

}




/*=============================================================
Two Col Head+Button CM Styling
=============================================================*/    

.two-col-button-cm{
  padding: 60px 0px 70px;
}

.two-col-button-cm .left-col,
.two-col-button-cm .right-col{
  position: relative;
  padding-bottom: 70px;
}

.two-col-button-cm .left-col h2{
  max-width: 400px;
}

.two-col-button-cm .left-col:before{
  content:'';
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 1px;
  background: #fff;
}

.two-col-button-cm .head-text{
  margin-bottom: 30px;
  display: block;
  clear: both;
  overflow: hidden;
}

.two-col-button-cm .left-col .button-module{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.two-col-button-cm .left-col .button-module a{
  position: relative;
  background: #46bb74;
  color: #fff;
}

.two-col-button-cm .left-col .button-module a:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -31px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #46bb74;
}

.two-col-button-cm .right-col{
  text-align: right;
}

.two-col-button-cm .right-col h2{
  float: right;
  max-width: 400px;
}

.two-col-button-cm .right-col .button-module{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
}

.two-col-button-cm .right-col .button-module a{
  position: relative;
  background: #46bb74;
  color: #fff;
}

.two-col-button-cm .right-col .button-module a:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -31px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #46bb74;
  transform: rotate(180deg);
}







/*=================================================================
Two Col Text+Video CM Styling
=================================================================*/

.two-col-text-video-cm{
  position: relative;
}

.two-col-text-video-cm .left-col{
  width: 50%;
  padding: 120px 0px 110px;
}

.two-col-text-video-cm .left-col .text-module{
  max-width: 500px;
}

.two-col-text-video-cm .right-col{
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-left: 0px;
}

.two-col-text-video-cm .video-play{
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: 50%;
}

.two-col-text-video-cm .video-play .fa{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  -webkit-text-fill-color: #fff;
  box-shadow: 0px 0px 100px 0px #000;
}

.two-col-text-video-cm.reverse-side{
  border-top: 1px solid #e7e7e7;   
}

.two-col-text-video-cm.reverse-side .wrapper>.row-fluid-wrapper>.row-fluid{
  flex-direction: row-reverse;
}

.two-col-text-video-cm.reverse-side .right-col{
  left: 0;
  right: initial;    
}

.two-col-text-video-cm.reverse-side .left-col .text-module {
  max-width: 480px;
  float: right;
}

.two-col-text-video-cm.reverse-side .left-col{
  margin-left: 2.564102564%;
  text-align: left;
}





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

  body .two-col-text-video-cm .left-col{
    width: 43%;
    padding: 50px 0 70px;
  }    

  body .two-col-text-image-cm .left-col {
    width: 46%;
    padding: 50px 0px 70px;
  }


}




@media(max-width: 767px){

  body .container-fluid .row-fluid .two-col-text-video-cm .wrapper{
    padding: 0px;
  }

  body .container-fluid .row-fluid .two-col-text-video-cm .left-col {
    padding: 30px 15px 50px;
    margin: 0px;
    text-align: left;
    width: 100%;
  }

  body .row-fluid .two-col-text-video-cm .right-col{
    position: relative;
    min-height: 350px;
    width: 100%;
  }

  body .row-fluid .two-col-text-video-cm .left-col .text-module{
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .two-col-text-video-cm .video-play{
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
  }

  .two-col-text-video-cm .video-play .fa{
    width: 75px;
    height: 75px;
    font-size: 25px;
  }

}





/*======================================================================
Two Col Image Text CM Styling
======================================================================*/

.two-col-text-image-cm{
  position: relative;
}

.two-col-text-image-cm .left-col{
  width: 50%;
  padding: 120px 0px 110px;
}

.two-col-text-image-cm .left-col .logo-module{
  margin-bottom: 20px;
}

.two-col-text-image-cm .left-col .text-module{
  max-width: 480px;
}

.two-col-text-image-cm .right-col{
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-left: 0px;
}

.two-col-text-image-cm .video-play{
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: 50%;
}

.two-col-text-image-cm .video-play .fa{
  background: #46bb74;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.two-col-text-image-cm.reverse-side{

}

.two-col-text-image-cm.reverse-side .wrapper>.row-fluid-wrapper>.row-fluid{
  flex-direction: row-reverse;
}

.two-col-text-image-cm.reverse-side .right-col{
  left: 0;
  right: initial;    
}

.two-col-text-image-cm.reverse-side .left-col .text-module {
  max-width: 500px;
  float: right;
  text-align: left;
}

.two-col-text-image-cm.reverse-side .left-col{
  margin-left: 2.564102564%;
  text-align: right;
}




@media(max-width: 767px){

  body .container-fluid .row-fluid .two-col-text-image-cm .wrapper{
    padding: 0px;
  }    

  body .two-col-text-image-cm .left-col{
    width: 100%;
    display: block;
    padding: 50px 15px 20px;
  }

  body .row-fluid .two-col-text-image-cm .right-col{
    position: relative;
    min-height: 350px;
    width: 100%;
  }    

  body .row-fluid .two-col-text-image-cm .left-col .text-module{
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .two-col-text-image-cm.reverse-side .left-col{
    text-align: left;
    margin: 0px;
  }


}






/*===========================================================================
Service Section One Styling
===========================================================================*/

@media (min-width: 768px){

  .service-section-one .four-col-module ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -3.3%;
    justify-content: center;
  }

  .service-section-one .four-col-module ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46.8%;
    -webkit-flex-basis: 46.8%;
    float: left;
    margin-right: 3.1%;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .service-section-one .four-col-module ul li:nth-child(n+1){
    margin-left: 0px;
  }


}


.service-section-one{
  padding: 100px 0px;
}

.service-section-one .head-text{
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.service-section-one .four-col-module ul li{
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.service-section-one .four-col-module ul li:before{
  display: none;
}

.service-section-one .four-col-module ul li:hover{
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.service-section-one .four-col-module .right-col{
  padding: 30px 25px 30px 15px;
}

.service-section-one .four-col-module .span5.left-col{
  display: block;
  height: 100%;
}

.service-section-one .four-col-module .right-col a{
  position: relative;
  transform: translateX(0px);
  transition: transform .4s;
  float: right;
  font-weight: 900;
}

.service-section-one .four-col-module .right-col a:before{
  content:'\f178';
  position: absolute;
  top: 2px;
  right: 0;
  font-family: 'FontAwesome';
  transform: translateX(-30px);
  opacity: 0;
  transition: all .4s;
}

.service-section-one .four-col-module .right-col a:hover{
  transform: translateX(-30px);
}

.service-section-one .four-col-module .right-col a:hover:before{
  transform: translateX(25px);
  opacity: 1;
}





/*=========Show/Hide Column Styling========*/

body .service-section-one .head-text.hide-section{
  display: none;
}

.service-section-one .four-col-module ul li{
  display: none;
}

body .row-fluid .service-section-one.list-one .four-col-module ul li:first-child{
  display: block;
}

body .row-fluid .service-section-one.list-two .four-col-module ul li:first-child,
body .row-fluid .service-section-one.list-two .four-col-module ul li:nth-child(2){
  display: block;
}


body .row-fluid .service-section-one.list-three .four-col-module ul li:first-child,
body .row-fluid .service-section-one.list-three .four-col-module ul li:nth-child(2),
body .row-fluid .service-section-one.list-three .four-col-module ul li:nth-child(3){
  display: block;
}

body .row-fluid .service-section-one.list-four .four-col-module ul li{
  display: block;
}




@media(max-width: 767px){

  body .row-fluid .service-section-one {
    padding: 50px 0px;
  }    

  body .service-section-one .head-text{
    margin-bottom: 30px;
  }

  body .service-section-one .four-col-module ul li{
    margin-bottom: 40px;
  }

  body .service-section-one .four-col-module .right-col {
    padding: 30px 25px 30px 25px;
    clear: both;
    display: block;
    overflow: hidden;
  }

}






/*==================================================================
Two COl Heading+CTA CM 
==================================================================*/

.two-col-head-cta-cm{
  position: relative;
  overflow: hidden;
}

body .container-fluid .row-fluid .two-col-head-cta-cm .wrapper{
  max-width: 100%;
  padding: 30px 0;
  overflow: hidden;
}

.two-col-head-cta-cm .left-col,
.two-col-head-cta-cm .right-col{
  margin: 0;
  width: 50%;
  padding: 150px 10%;
  position: relative;
}

.two-col-head-cta-cm .left-col P,
.two-col-head-cta-cm .right-col P{
  margin-bottom: 30px;
}

.two-col-head-cta-cm .left-col a.cta_button,
.two-col-head-cta-cm .right-col a.cta_button{
  color:#000;
  background: #fff;
  border-color: #fff;
}


.two-col-head-cta-cm .right-col{
  z-index: 1;
}

.two-col-head-cta-cm .right-col:before{
  position: absolute;
  content: '';
  top: -68%;
  left: -44px;
  right: -60px;
  bottom: -73%;
  z-index: -1;
  background:linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  transform: rotate(8deg);
}



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

  body .row-fluid .two-col-head-cta-cm .left-col, .two-col-head-cta-cm .right-col {
    margin: 0;
    width: 50%;
    padding: 80px 4% 80px 7%;
    position: relative;
  }    

}



@media(max-width: 767px){

  body .two-col-head-cta-cm .left-col,
  body .two-col-head-cta-cm .right-col {
    margin: 0;
    width: 100%;
    padding: 80px 6%;
    position: relative;
    overflow: hidden;
  }    

  body .container-fluid .row-fluid .two-col-head-cta-cm .wrapper{
    padding: 0px;
  }



}



/*=======================================================================
Service Section Two Styling
=======================================================================*/

.service-section-two{
  position: relative;
}

.service-section-two .left-col{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
}

.service-section-two .left-col .head-module{
  background: #46bb74;
  padding: 20px 30px;
  float: right;
  border-radius: 0px 0px 0px 20px;
}

.service-section-two .left-col .head-module h2{
  margin: 0px;
}

.service-section-two .right-col{
  width: 60%;
  float: right;
  padding: 60px 0px;
}

.service-section-two .right-col ol li{
  position: relative;
  box-sizing: border-box;
  counter-increment: questionNumber;
  margin: 0px 0px 20px;
  display: none;
}

.service-section-two .right-col ol li:before{
  content: counters(questionNumber, ".", decimal-leading-zero);
  line-height: 100%;
  color: #46bb7482;
  background: transparent;
  position: absolute;
  left: -35px;
  top: -10px;
  width: auto;
  height: auto;
  font-size: 55px;
  z-index: -1;
  font-weight: 900;
}

.service-section-two .right-col.list-one ol li:first-child{
  display: block;
}

.service-section-two .right-col.list-two ol li:nth-child(1),
.service-section-two .right-col.list-two ol li:nth-child(2){
  display: block;
}

.service-section-two .right-col.list-three ol li:nth-child(1),
.service-section-two .right-col.list-three ol li:nth-child(2),
.service-section-two .right-col.list-three ol li:nth-child(3){
  display: block;
}

.service-section-two .right-col.list-four ol li:nth-child(1),
.service-section-two .right-col.list-four ol li:nth-child(2),
.service-section-two .right-col.list-four ol li:nth-child(3),
.service-section-two .right-col.list-four ol li:nth-child(4){
  display: block;
}

.service-section-two .right-col.list-five ol li{
  display: block;
}

.service-section-two .right-col .text-module{}

.service-section-two .right-col .text-module h3{
  font-weight: 900;
}



@media(max-width: 1600px) and (min-width: 1025px){

  body .service-section-two .right-col{
    width: 53%;
  }    


}



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

  body .row-fluid .service-section-two .left-col .head-module {
    background: #46bb74;
    padding: 15px 20px;
    float: right;
    border-radius: 0px;
  } 

  body .row-fluid .service-section-two .right-col {
    width: 50%;
    float: right;
    padding: 60px 0px;
  }

  .service-section-two .left-col .head-module h2{
    margin: 0px;
    font-size: 25px;
  }

}



@media(max-width: 767px){

  body .container-fluid .row-fluid .service-section-two .wrapper{
    padding: 0px;
  }   

  body .row-fluid .service-section-two .left-col {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 300px!important;
  }    

  body .row-fluid .service-section-two .left-col .head-module {
    background: #46bb74;
    padding: 20px 15px;
    float: none;
    border-radius: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  body .row-fluid .service-section-two .right-col {
    width: 100%;
    float: none;
    padding: 20px 50px 20px;
  }


}




/*===========================================================================
FAQ Pack 1 CM Styling
===========================================================================*/

.faq-section-one{
  padding: 100px 0px;
}

.faq-pack-one{
  margin: 30px 0px;
  position: relative;
}

.faq-pack-one .accordion_header{
  position: relative;
  padding: 20px;
  background: #f5f7fa;
  cursor:pointer;
} 

.faq-pack-one .accordion_header:after{
  content: '\f107';
  position: absolute;
  top: 0px;
  right: 0;
  font-family: 'FontAwesome';
  width: 50px;
  height: 100%;
  text-align: center;
  color: #46bb74;
  font-size: 35px;
  bottom: 0;
  line-height: 60px;
} 

.faq-pack-one .accordion_header span{
  z-index: 9;
}

.faq-pack-one.expanded .accordion_header:after{
  content:'\f106 ';
}

.faq-pack-one .accordion_header h4{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.faq-pack-one .accordion_header .fa{
  width: 50px;
  height: 50px;
  background: #46bb74;
  //border-radius: 50% 0 0% 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 0 auto;
  margin-right: 30px;
  position: absolute;
  top: 13px;
  left: 0px;
  right: initial;
  text-align: center;
  display: block;
  float: none;
}

.faq-pack-one .accordion_content{
  padding: 20px 70px 20px 20px;
  background: #fff;
}





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

  body .faq-section-one{
    padding: 60px 0px;
  }    

}



@media(max-width: 767px){

  body .faq-section-one{
    padding: 50px 0px;
  }    

  body .faq-pack-one .accordion_header h4{
    padding-right: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  body .faq-pack-one .accordion_header{
    padding: 15px 20px;
  }

  body .faq-pack-one .accordion_content {
    padding: 20px 20px 20px 70px;
  }

}



/*========================================================
Event Speaker CM Styling
========================================================*/    

.event-micro-speakers{
  padding: 0px 0 100px;
  overflow:hidden;
  z-index:1;
  position:relative;
  //background:rgb(242, 245, 248);
}
.event-micro-speakers .size-1x1 {
  width: 25%;
  height: 320px
}
.event-micro-speakers .size-2x2 {
  width: 50%;
  height: 640px
}
.event-micro-speakers .event-micro-team-member .img-container{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;    
}
.event-micro-speakers .img-container:after {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: -1px;
  content: '';
  border: 1px solid #000;
}
.event-micro-speakers .event-micro-team-member:hover .img-container:before{
  opacity: .86;
}
.event-micro-speakers .masonary-grp{
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  background:#fff;
}
.event-micro-speakers .description-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  opacity:0;
  transition:all .4s ease-in-out;
  padding:30px;
  z-index:7;
  background: rgba(0, 0, 0, 0.78);
}
.event-micro-speakers .description-container:before{
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  content: '';
  z-index: 6;
  border: 1px solid;
  border-image-slice: 6;
  border-image-source: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  background: transparent;
  transition:all .2s ease-in-out;
}
.event-micro-speakers .event-micro-team-member:hover .description-container{
  opacity:1;
}




@media(max-width:767px){
  .event-micro-speakers .size-1x1 {
    width:100%;
    height: 320px
  }
  .event-micro-speakers .size-2x2 {
    width: 100%;
    height: 640px
  }    



}



/*===============================================================
Section Heading & Description CM Styling
===============================================================*/

.section-head-desp-cm{
  padding: 60px 0px;
  display: block;
  clear: both;
  display: block;
}

body .row-fluid .section-head-desp-cm .main-head-text{
  max-width: 900px;
  margin: 0 auto;
  display: block;
  float: none;
}





/*==================================================================
01-Client-Testimonial-CM Styling
==================================================================*/

.testimonial-slider-one{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  padding: 60px 0px 00px;
}

.testimonial-container{}

.testimonial-container .blockquote-content blockquote{
  margin: 0;
  font-size: 24px;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  padding-left: 0px;
  border-left: 0px;
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}



/*=====Dots Style========*/

.testimonial-slider-one .slick-track{
  right:0;
  text-align: center;
}

.nav-container.slider-nav .slick-slide {
  min-height: 150px;
}    


.nav-container .image-container{
  opacity: .25;
  line-height: 150px;
  transition: opacity .5s ease;
  height: auto;
}

.nav-container.slick-center .image-container{
  opacity: 1;
}

.nav-container.slick-center .image-container img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}

.nav-container .image-container>img {
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
  transition: transform .5s ease;
  height: auto;
  cursor: pointer;
}

body .testimonial-slider-one .row-fluid .navigation {

}

.testimonial-slider-one .slick-list .slick-center {
  position: relative;
}

.testimonial-slider-one .slick-list .slick-center:before,
.testimonial-slider-one .slick-list .slick-center:after{
  content: '';
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  z-index: -1;
}

.testimonial-slider-one .slick-list .slick-center:after{
  top: auto;
  bottom: 0;
}



@media(max-width: 767px){

  body .testimonial-slider-one{
    padding: 30px 0px 0px;
  }

  body .nav-container .image-container>img{
    max-width: 90px;
  }    

  .testimonial-container .blockquote-content blockquote{
    font-size: 18px;
  }

}




/*=============================================================
Testimonial Section Two CM Styling
=============================================================*/

.testimonial-section-two {
  background: #f5f7fa;
  padding: 100px 0px;
}


.testimonial-section-two .testimonial-section-two-cm {
  padding: 10px;
  box-sizing: border-box;
  transform: scale(.9);
  transition: all .4s ease-in-out;
}

.testimonial-section-two-cm .content-wrapper{
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  background: #fff;
}

.testimonial-section-two-cm .testimonial-info .image-module{
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: relative;
  top: -7px;
}

.testimonial-section-two-cm .testimonial-text{
  margin-bottom: 40px;
}

.testimonial-section-two-cm .testimonial-text h3{
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-section-two-cm .text-module h4{
  margin: 0px;
}

.testimonial-section-two-cm .text-module p{
  margin-top: 0px;
}

/*

.testimonial-section-two-container .slick-list:before {
position: absolute;
content: '';
top: 0;
bottom: 0;
width: 300px;
z-index: 2;
left: 0;
background: linear-gradient(to right,#fafafa 10%,rgba(255,255,0,0));
}

.testimonial-section-two-container .slick-list:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
width: 300px;
z-index: 2;
right: 0;
background: linear-gradient(to left,#fafafa 10%,rgba(255,255,0,0));
}

*/

.testimonial-section-two-container .slick-dots {
  padding: 0;
  margin-top: 30px;
  outline: 0;
  text-align: center;
}

.testimonial-section-two-container .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}

.testimonial-section-two-container .slick-dots li button:focus{
  outline: none;
}

.testimonial-section-two-container .slick-dots li:before{
  display: none;
}

.testimonial-section-two-container .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #46bb74;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}

.testimonial-section-two-container .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.testimonial-section-two-container .slick-current.slick-active.slick-center{
  opacity: 1;
}

.testimonial-section-two-container .slick-slide{
  opacity: 0.4;
}


.testimonial-section-two .slick-current.slick-active.slick-center .testimonial-section-two-cm{
  transform: scale(1);
}



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

  .testimonial-section-two{
    padding: 60px 0px;
  }

  .testimonial-section-two-container .slick-list:before{
    display: none;
  }

  .testimonial-section-two-container .slick-list:after{
    display: none;
  }

}



@media(max-width: 767px){

  .testimonial-section-two-container .slick-list:before{
    display: none;
  }    

  .testimonial-section-two-container .slick-list:after{
    display: none;
  }

  body .testimonial-section-two {
    background: #f5f7fa;
    padding: 50px 0px;
  }

  .testimonial-section-two-container .slick-slide{
    opacity:1;
  }


}





/*==========================================================
Contact Us Global Module Styling
==========================================================*/

.contact-us-gm{
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

body .row-fluid .contact-us-gm .span4{
  padding: 50px 20px;
  margin: 0;
  width: 33.3333%;
  transition: all .15s ease-in-out;
  position: relative;
}

.contact-us-gm .contact-border{
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

body .row-fluid .contact-us-gm .icon{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  width: 60px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  height: 60px;
  margin: 0 auto 30px;
  border-radius: 50%;
  padding: 17px;
  float: none;
}

.contact-us-gm .span4 h4{
  margin: 0px;
  font-weight: 700;
  color: #46bb74;
}

.contact-us-gm .span4 p{
  margin: 0px;
}




@media(max-width: 767px){

  body .row-fluid .contact-us-gm .span4{
    width: 100%;
  }    

  .contact-us-gm .contact-border {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 0px;
    border-right: 0px;
  }

  body .row-fluid .contact-us-gm .span4{
    padding: 25px 20px;
  }

}






/*=================================================================
RSS Global Module Styling
=================================================================*/

.d2h-rss-module{
  padding: 100px 0px;
}

body .row-fluid .d2h-rss-module .head-text{
  max-width: 900px;
  margin: 0 auto;
  display: block;
  text-align: center;
  float: none;
  margin-bottom: 65px;
}

body .d2h-rss-module .recent-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-bottom: 50px;
}

.d2h-rss-module .recent-posts .custom-post-item {
  width: 31%;
  margin: 0 1%;
  float: left;
  //border: solid 1px rgba(162,180,215,0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #fff;
  padding: 20px 20px 40px;
  min-height: 400px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: relative;
}

.d2h-rss-module .recent-posts .custom-post-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.d2h-rss-module .custom-post-item-inner {
  transition: box-shadow .2s ease-in-out;
}

.d2h-rss-module .features-image-block {
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #333;
}

.d2h-rss-module .custom-post-body {
  padding: 25px 0 30px;
  text-align: center;
}

.d2h-rss-module .author-hubspot {
  font-size: 14px;
  letter-spacing: .5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
}



@media(max-width: 767px){

  body .d2h-rss-module {
    padding: 40px 0px;
  }  

  body .d2h-rss-module .recent-posts .custom-post-item{
    width: 100%;
    margin-bottom: 30px;
  }    

  body .d2h-rss-module .recent-posts .custom-post-item:last-child{
    margin-bottom: 0px;
  }

  body .d2h-rss-module .recent-posts{
    margin-bottom: 20px;
  }

}






/*=====================================================================
RSS Custom Blog CM Styling
=====================================================================*/

.rss-custom-cm{
  padding: 100px 0px;
}

body .row-fluid .rss-custom-cm .head-text{
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 65px;
}

.rss-custom-cm .three-col-rss.equal-height-container>.row-fluid-wrapper>.row-fluid{
  justify-content: center;
}

.rss-custom-cm .three-col-rss .span4{
  border: solid 1px rgba(162,180,215,0.25);
  box-sizing: border-box;
  background: #fff;
  padding: 20px 20px 40px;
  min-height: 400px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: relative;    
}

.rss-custom-cm .three-col-rss .span4:hover{
  background: #46bb74;
}

.rss-custom-cm .three-col-rss .image-module{
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rss-custom-cm .three-col-rss .text-module{
  padding: 25px 0 30px;
  text-align: center;
}

.rss-custom-cm .three-col-rss .span4:hover .text-module h4,
.rss-custom-cm .three-col-rss .span4:hover .text-module p,
.rss-custom-cm .three-col-rss .span4:hover .text-module a{
  color: #fff;
}

.rss-custom-cm .three-col-rss .text-module p{
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.rss-custom-cm .three-col-rss .text-module a{
  font-size: 14px;
  letter-spacing: .5px;
  position: absolute;
  left: initial;
  right: 40px;
  bottom: 26px;
  font-weight: 600;
}

.rss-custom-cm .three-col-rss .text-module a:after{
  content: '→';
  position: absolute;
  top: 0;
  right: -20px;
  font-weight: 700;
}



/*======Show/Hide Styling======*/

body .rss-custom-cm .head-text.hide-section{
  display: none;
}

.rss-custom-cm .three-col-rss .span4{
  display: none;
}

.rss-custom-cm .three-col-rss.list-one .span4.col-one{
  display: block;
}

.rss-custom-cm .three-col-rss.list-two .span4.col-one,
.rss-custom-cm .three-col-rss.list-two .span4.col-two{
  display: block;
}

body .rss-custom-cm .three-col-rss.list-three .span4{
  display: block;
}








/*============================================================
Contact Us Two Col Form Section Styling
============================================================*/

.contact-two-col{
  border:1px solid #e7e7e7;
  border-right:0;
  border-left:0;
}

.contact-two-col .left-col{
  position: relative;
  line-height: 0px;
  width: 50%;
}

.contact-two-col .overlay-text{
  position: absolute;
  margin-bottom: 0;
  padding: 0 3% 0 7%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.93);
  -webkit-transition: opacity 0.5s, visibility 0.6s;
  transition: opacity 0.5s, visibility 0.6s;
  margin: 0px;
  line-height: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}

.contact-two-col .left-col iframe{
  height: 100%;
  min-height: 550px;
  position: absolute;
}

.contact-two-col .left-col .remove-overlay{
  margin-top: 70px;
}

.contact-two-col .left-col .left-border{
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}

.contact-two-col .left-col .left-border:before{
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

.social-media-block ul{}

.social-media-block ul li{
  margin: 0px 5px;
  display: inline-block;
}

.social-media-block ul li:before{
  display: none;
}

.social-media-block ul li:first-child{
  margin-left: 0px;
}

.social-media-block ul li:last-child{
  margin-right: 0px;
}

.social-media-block ul li .fa{
  font-size: 28px;
  text-align: center;
  line-height: 37px;
  margin-right: 6px;
}

.social-media-block ul li:hover .fa{
  color: #fff;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.contact-two-col .left-col .show-overlay a.cta_button{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
  background: #46bb74;
  width: 100%;
  max-width: max-content;
  border-color: #46bb74;
  color: #fff;
}

.contact-two-col .left-col.show-map .show-overlay{
  margin: 0px;
  line-height: 0px;
}

.contact-two-col .left-col.show-map .show-overlay a.cta_button{
  display: block;
}

.contact-two-col .right-col{
  width: 50%;
  padding: 5% 2%;
  max-width: 40%;
  margin: 0 auto;
}





/*=====Show/Hide Styleing=======*/

.contact-two-col .left-col.show-map .overlay-text{
  display: none;
}






@media(max-width: 767px){

  body .row-fluid .contact-two-col .left-col {
    position: relative;
    line-height: 0;
    width: 100%;
    padding: 0px 0px 0px;
  }

  body .row-fluid .contact-two-col .left-col iframe{
    min-height: 650px;
    position: relative;
  } 

  body .row-fluid .contact-two-col .overlay-text{
    padding: 50px 3% 50px 7%;
  }

  .contact-two-col .left-col .remove-overlay {
    margin-top: 10px;
  }

  body .row-fluid .contact-two-col .right-col {
    width: 100%;
    padding: 50px 20px;
    max-width: 100%;
    margin: 0 auto;
  }   


}





/*==========================================================
Testimonial Slider Three Styling
==========================================================*/


.testimonial-slider-three{
  padding: 70px 0px 50px;
}

.client-logo-slider-cm .image-module{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding: 0px 40px;
}

.client-logo-slider-cm .image-module img{
  opacity: .5;
  min-width: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .1s ease-out;
  will-change: transform;
  height: auto;
}

.client-logo-slider-cm .image-module img:hover{
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/*====Dots Styling=====*/

.client-logo-slider-container .slick-dots {
  padding: 0;
  margin-top: 30px;
  outline: 0;
  text-align: center;
}

.client-logo-slider-container .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}

.client-logo-slider-container .slick-dots li:before{
  display: none;
}

.client-logo-slider-container .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #46bb74;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}

.client-logo-slider-container .slick-dots li button:focus{
  outline: none;
}

.client-logo-slider-container .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
}




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

  .testimonial-slider-three{
    padding: 30px 0px 50px;
  }    

}





/*================================================================
Pricing Three Col CM Styling
================================================================*/

.pricing-three-col-cm{
  padding: 100px 0px;
}

body .container-fluid .row-fluid .pricing-three-col-cm .span4{
  margin: 0px;
  width: 33.33%;
  padding: 50px;
  position: relative;
}

.pricing-three-col-cm .head-text{
  border-bottom: 2px solid #c4ccd6;
}

.pricing-three-col-cm .head-text h3{
  margin: 0px;
  font-weight: 700;
}

.pricing-three-col-cm .head-text h2{

}

.pricing-three-col-cm .head-text h2 span{
  font-size: 20px;
}

.pricing-three-col-cm .list-item{}

.pricing-three-col-cm .list-item ul{
  padding: 0px;
}

.pricing-three-col-cm .list-item ul li{
  margin-left: 30px;
}

.pricing-three-col-cm .list-item ul li:before{
  content: '\f00c';
  color: #46bb74;
  font-family:'FontAwesome';
  top: 0;
  background: transparent;
  left: -30px;
}

.pricing-three-col-cm .list-item ul li:nth-last-of-type(-n+2):before{
  color: #c8d0d9;
}

.pricing-three-col-cm .button-module{
  margin-top: 40px;
}

.pricing-three-col-cm .button-module a{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%);
  color: #fff;
  padding: 15px 0px;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
}

@media(max-width:767px){

  body .container-fluid .row-fluid .pricing-three-col-cm .span4{
    width:100%
  }
  .pricing-three-col-cm {
    padding: 50px 0px;
  }

  body .row-fluid .pricing-three-col-cm .span4.feature-module {
    margin-top: 30px!Important;
    margin-bottom: 30px;
  }


}

/*======Hide/Show Styling=====*/

.pricing-three-col-cm .span4{
  display: none;
}

body .pricing-three-col-cm.show-one .span4.col-one{
  display: block;
}

body .pricing-three-col-cm.show-two .span4.col-one,
body .pricing-three-col-cm.show-two .span4.col-two{
  display: block;
}

body .pricing-three-col-cm.show-three .span4{
  display: block;
}

.pricing-three-col-cm .list-item ul li{
  display: none;
}

body .pricing-three-col-cm .list-item.list-one ul li:first-child{
  display: block;
}

body .pricing-three-col-cm .list-item.list-two ul li:first-child,
body .pricing-three-col-cm .list-item.list-two ul li:nth-child(2){
  display: block;
}

body .pricing-three-col-cm .list-item.list-three ul li:first-child,
body .pricing-three-col-cm .list-item.list-three ul li:nth-child(2),
body .pricing-three-col-cm .list-item.list-three ul li:nth-child(3){
  display: block;
}

body .pricing-three-col-cm .list-item.list-four ul li:first-child,
body .pricing-three-col-cm .list-item.list-four ul li:nth-child(2),
body .pricing-three-col-cm .list-item.list-four ul li:nth-child(3),
body .pricing-three-col-cm .list-item.list-four ul li:nth-child(4){
  display: block;
}

body .pricing-three-col-cm .list-item.list-five ul li:first-child,
body .pricing-three-col-cm .list-item.list-five ul li:nth-child(2),
body .pricing-three-col-cm .list-item.list-five ul li:nth-child(3),
body .pricing-three-col-cm .list-item.list-five ul li:nth-child(4),
body .pricing-three-col-cm .list-item.list-five ul li:nth-child(5){
  display: block;
}

body .pricing-three-col-cm .list-item.list-six ul li:first-child,
body .pricing-three-col-cm .list-item.list-six ul li:nth-child(2),
body .pricing-three-col-cm .list-item.list-six ul li:nth-child(3),
body .pricing-three-col-cm .list-item.list-six ul li:nth-child(4),
body .pricing-three-col-cm .list-item.list-six ul li:nth-child(5),
body .pricing-three-col-cm .list-item.list-six ul li:nth-child(6){
  display: block;
}



body .pricing-three-col-cm .list-item.list-seven ul li{
  display: block;
}


/*===Feature Module Styling===*/

body .row-fluid .pricing-three-col-cm .span4.feature-module{
  background-color: transparent!important;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  z-index: 2;
  margin-top:-30px;
}

.pricing-three-col-cm .span4.feature-module h3{
  color: #46bb74;
}

.pricing-three-col-cm .feature-text{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: auto;
  opacity: 0;
}

.pricing-three-col-cm .span4.feature-module .feature-text{
  opacity: 1;
}

.pricing-three-col-cm .feature-text p{
  color: #fff;
  font-weight: 700;
  background: #46bb74;
  display: inline-block;
  padding: 6px 17px;
  font-size: 14px;
  border-radius: 0px 0px 5px 5px;
  line-height: 1;
}

body .row-fluid .pricing-three-col-cm .span4.feature-module .button-module a{
  background: linear-gradient(45deg, rgba(52,150,124,1) 0%, rgba(65,202,112,1) 100%)!important;
}














/*====================================================================
Subscribe Module GM Styling
====================================================================*/

.subscribe-module-gm{
  position: relative;
  padding: 120px 0px;
  border-top: 1px solid rgb(231, 231, 231);
  overflow: hidden;
  background: #f5f7fa;
}

body .container-fluid .row-fluid .subscribe-module-gm .wrapper{
  max-width: 800px;
  padding: 50px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background:#fff;
}



.subscribe-module-gm form .actions{
  text-align: center;
}




@media(max-width:767px){

  body .subscribe-module-gm {
    padding: 0px;
  }

}


/*================================================================
Get Demo CM Styling
================================================================*/

.get-demo-cm{
  position: relative;
  padding: 100px 0px 0px;
  overflow: hidden;
}

body .row-fluid .get-demo-cm .wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 70px;
  min-height: 500px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);

}

.get-demo-cm:before{
  content: '';
  position: absolute;
  top: 79%;
  left: -10%;
  bottom: 0;
  width: 140%;
  height: 170%;
  background: #46bb74;
  transform: rotate(10deg);
}

.get-demo-cm .button-module{
  margin-top: 40px;
}

.get-demo-cm .button-module .cta_button{
  color: #fff;
  background: #46bb74;
}











/*===============================================================
Image Gallery CM Styling
===============================================================*/

@media(min-width: 768px){

  body .row-fluid .image-gallery-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.4%;
    justify-content: center;
  }

  body .row-fluid .image-gallery-container>span .hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.1%;
    margin-top: 25px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }


}

.image-gallery-section{
  padding: 50px 0px 100px;
}

.image-gallery-cm{
  width: 100%;
}

.image-gallery-cm .image-module{
  height: 300px;
}

.image-gallery-cm a:focus{
  outline: none;
}

.image-gallery-section .on-hover-text{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.image-gallery-section:hover .on-hover-text{
  opacity: 1;
}



@media(max-width:767px){

  body .image-gallery-cm .image-module{
    margin-bottom:20px;
  }

}




/*=======================================================
D2H Hero Section
=======================================================*/

@media(min-width: 768px){

  .hero-section-cm{
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
  }

}

body .container-fluid .row-fluid .hero-section-cm .wrapper{
  max-width: 900px;
}

.hero-section-cm .button-module{
  margin-top: 40px;
} 

.hero-section-cm .button-module .left-col{
  text-align: right;
}

.hero-section-cm h1+p{
  font-size: 18px;
  line-height: 28px;
}




@media(max-width: 767px){

  .hero-section-cm{
    padding: 75px 0px;
  }    

  .hero-section-cm .button-module{
    text-align: center;
  }    

  .hero-section-cm .button-module .left-col{
    text-align: center;
    margin-bottom: 30px;
  }



}






/*===============================================================
Watch Video Button CM Styling
===============================================================*/

.watch-video-cm.left-side{
  text-align: left;
}

.watch-video-cm.center-side{
  text-align: center;
}

.watch-video-cm.right-side{
  text-align: right;
}

.watch-video-cm p{
  font-size: 16px;
  line-height: 18px;
  padding: 19px 34px;
  color: #003e56;
  font-weight: 700;
  letter-spacing: .9px;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
}

.watch-video-cm p .fa{
  font-size:20px;
}



@media(max-width:1024px){

  .watch-video-cm p{
    padding: 13px 23px; 

  }


}


@media(max-width:767px){

  body .watch-video-cm.left-side{
    text-align:center;
  }




}






/*====================================================================
Team Member CM Styling
====================================================================*/

@media(min-width: 768px){

  body .team-member-section .team-member-container>span{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.4%;
    justify-content: center;
  } 

  body .row-fluid .team-member-section .team-member-container>span .hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.9%;
    -webkit-flex-basis: 22.9%;
    float: left;
    margin-right: 2.1%;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  body .row-fluid .team-member-section .team-member-container>span .hs_cos_wrapper.size-two {
    flex-basis: 47.9%;
  }


}

.team-member-section{
  padding-bottom: 100px;
}

.team-member-cm{
  width: 100%;
}

.team-member-cm .image-module{
  min-height: 300px;
}

.team-member-cm .text-module{
  position: relative;
}

.team-member-cm .text-module .hover-text{
  position: absolute;
  right: 0;
  bottom: 1px;
  background: #000;
  width: 60%;
  color: #fff;
  padding: 10px 30px;
  opacity: 0;
  transition: all .3s ease-in;
}

/*
@media(max-width:767px){
.team-member-cm .text-module .hover-text {
position: absolute;
right: 0;
bottom: 1px;
background: #000;
width: 100%;
color: #fff;
padding: 10px 30px;
opacity: 0;
transition: all .3s ease-in;
left: 0;
right: 0;
box-sizing: border-box;
}



}

*/





.team-member-cm:hover .text-module .hover-text{
  opacity: 1;
}

.team-member-cm .text-module .hover-text h4{
  color: #fff;
  margin: 0px;
}

.team-member-cm .text-module .hover-text p{
  color: #fff;
  margin: 0px;
}





@media(max-width: 767px){

  body .row-fluid .team-member-section .team-member-container>span .hs_cos_wrapper{
    margin-bottom: 20px;
  }    

  body .team-member-cm .text-module .hover-text{
    opacity: 1;
    bottom: 0;
  }


}






/*============================================================
D2H Hero Section 2 Styling
============================================================*/

.d2h-hero-section-02{
  padding: 180px 0px 150px;
}

body .container-fluid .row-fluid .d2h-hero-section-02 .wrapper{
  max-width: 900px;
}

.d2h-hero-section-02 h1+p{
  font-size: 18px;
  line-height: 28px;
}


@media(max-width: 767px){

  .d2h-hero-section-02{
    padding: 70px 0px 60px;
  }

}





/*===============================================================
D2H Hero Section 3 Styling
===============================================================*/  

.d2h-hero-section-03{
  padding: 180px 0px 150px;
  position: relative;
}

.d2h-hero-section-03:after{
  content: '';
  position: absolute;
  bottom: -27%;
  left: 0;
  right: 0;
  width: 102%;
  height: 50%;
  z-index: -1;
  background: #fff;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);

}

body .container-fluid .row-fluid .d2h-hero-section-03 .wrapper{
  max-width: 900px;
}

.d2h-hero-section-03 h1+p{
  font-size: 18px;
  line-height: 28px;
}







/*========================================================================
Team Single Member CM Styling
========================================================================*/

.team-single-member-cm{
  padding: 100px 0px;
}

.team-single-member-cm .left-col .team-member-img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  margin-bottom: 40px;
}

.team-single-member-cm ul.social-media-icons{}

.team-single-member-cm ul.social-media-icons li{
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
}

.team-single-member-cm ul.social-media-icons li:before{
  display: none;
}

.team-single-member-cm ul.social-media-icons li .fa{
  width: 35px;
  height: 35px;
  font-size: 30px;
  line-height: 36px;
  border-radius: 50%;

  -webkit-transition: all .3s ease-in;
}


.team-single-member-cm .text-module h4{
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}

.team-single-member-cm .text-module p{
  padding-top: 10px;
}




@media(max-width: 767px){

  body .row-fluid .team-single-member-cm{
    padding: 60px 0px;
  }    

  body .team-single-member-cm .left-col{
    margin-bottom: 40px;
  }  

  body .team-single-member-cm .right-col .text-module{
    text-align: center;
  }

}







/*==================================================
Two Col Head+Text CM Styling
==================================================*/

.two-col-head-text-cm{
  padding: 100px 0px;
}

.two-col-head-text-cm .right-col p{
  margin-bottom: 40px;
}

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

  .two-col-head-text-cm .right-col{
    padding:0 40px;
  }
  .two-col-head-text-cm {
    padding: 50px 0;
  }
}

@media(max-width: 767px){

  body .row-fluid .two-col-head-text-cm{
    padding: 50px 0px;
  }    

}






/*=====================================================
Open Position CM
=====================================================*/


.open-position-container>span .hs_cos_wrapper:last-child .open-position-cm{
  border: 0px;
}

.open-position-cm{
  padding: 60px 0px 75px;
  border-bottom: 1px solid #6e6e6e;
}

.open-position-cm .left-col{}

.open-position-cm .left-col ul li{
  margin: 0px 15px;
  display: inline-block;
}

.open-position-cm .left-col ul li:before{
  display: none;
}

.open-position-cm .left-col ul li:after{
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #333;
}

.open-position-cm .left-col ul li:first-child{
  margin-left: 0px;
}

.open-position-cm .left-col ul li:last-child:after{
  display: none;
}

.open-position-cm .left-col ul li span{
  color: #46bb74;
  font-weight: 700;
}

.open-position-cm .right-col .inner-button{
  margin-top: 30px;
}




@media(max-width: 767px){

  .open-position-cm{
    padding: 30px 0px 45px;
  }   

  .open-position-cm .left-col ul{
    margin: 10px 0;
  }

  .open-position-cm .left-col ul li{
    margin: 0px 13px;
    font-size: 12px;
  }

}


@media(min-width: 768px) and (max-width:1024px) {
  .open-position-cm .left-col ul li:last-child{
    margin-left:0;
  }

}


/*============================================================
Agenda Section & Agenda CM Styling
============================================================*/


.agenda-section{
  padding: 100px 0px ;
}

body .row-fluid .agenda-section .head-text{
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 90px;

}

.agenda-section .agenda-container>span .hs_cos_wrapper:last-child .agenda-cm  .right-col{
  border-left: 0px;
}

/*====Left Col Styling=====*/

.agenda-cm .left-col{
  text-align: right;
  padding-right: 30px;
}

.agenda-cm .left-col p{
  color: #46bb74;
  font-size: 20px;
  font-weight: 600;
}

/*=====Right Col Styling======*/

.agenda-cm .right-col{
  position: relative;
  margin-left: 25px;
  padding: 0 0 40px 60px;
  border-left: solid 2px #ddd;
}

.agenda-cm .right-col:before{
  content: "";
  position: absolute;
  top: -3px;
  left: -18px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #46bb74;
  border-radius: 50%;
}

.agenda-cm .right-col .agenda-desp h4{
  position: relative;
  padding-bottom: 10px;
}

.agenda-cm .right-col .agenda-desp h4:after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10%;
  background: #46bb74;
}





/*==============================================================
404 Error Page Styling
==============================================================*/

/*===========================================
Hero Section Styling
===========================================*/

.error-hero-section{}

.error-hero-section .left-col h1{
  //color: ;
  color: #003e56;
  font-size: 110px;
  margin-bottom: 40px;
}

.error-hero-section .left-col .cta_button{
  margin-top: 30px;
}




@media(max-width: 767px){

  body .row-fluid .error-hero-section .left-col{
    text-align: center;
    margin-bottom: 50px;
  }

  .error-hero-section .left-col h1{
    line-height: 1.2;
    margin-bottom: 0px;
  }

  .error-hero-section .left-col .cta_button {
    margin-top: 10px;
  }

}







/*===================================================================
Password Error Page Styling
===================================================================*/

/*===========================================
Hero Section Styling
===========================================*/

body .container-fluid .row-fluid .password-error-section .wrapper{
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  padding-top: 70px;
  padding-bottom: 70px;
}

.password-error-section .main-head{
  margin-bottom: 30px;
}

.password-error-section .main-head h1{
  //color: ;
  color: #003e56;
}

body .row-fluid .password-error-section .password-form{
  max-width: 700px;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.password-error-section .password-form form input{
  height: 54px!important;
}

.password-error-section .password-form form .hs-button.primary{
  margin-top: 35px;
}










/*=====================================================================
Email Backup Page Styling
=====================================================================*/

/*============================================
Hero Section Styling
============================================*/

body .container-fluid .row-fluid .email-error-unsub-section .wrapper{
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  padding-top: 70px;
  padding-bottom: 70px;
}

.email-error-unsub-section h1{
  //color: ;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .9px;
  color: #003e56;
  text-align: center
}

body .row-fluid .email-error-unsub-section form{
  max-width: 700px;
  margin: 0 auto;
  //text-align: center;
}

.email-error-unsub-section input.hs-input.email-edit{
  height: 54px;
  font-size: 14px!important;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding: 10px 20px!important;
  color: #000;
  font-weight: 400;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%!important;
}



@media(max-width:1024px){

  body .email-error-sub-section h1 , body .sub-update-section h1{
    font-size: 40px;
  }

  body .email-error-sub-section h2, body .sub-update-section h2{

    font-size: 30px;

  }

  body .error-hero-section .left-col h1 {
    color: #003e56;
    font-size: 50px;
    margin-bottom: 30px;
  }

  body .error-hero-section .left-col h2 {
    font-size: 27px;
    line-height: 33px;
  }

}



@media(max-width: 767px){

  body .container-fluid .row-fluid .email-error-unsub-section .wrapper{
    padding-top: 40px;
    padding-bottom: 50px;
  }    

  body .row-fluid .email-error-unsub-section h1{
    font-size: 32px;
    line-height: 44px;
  }

  body .row-fluid .email-error-unsub-section h2{
    font-size: 26px;
    line-height: 36px;
  }

  html body input.hs-input.email-edit{
    width: 100%!Important;

  }

}






/*==========================================================
Email Subscription Preferences Styling
==========================================================*/

/*================================
Hero Section Styling
================================*/

.email-error-sub-section{}

body .container-fluid .row-fluid .email-error-sub-section .wrapper{
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  padding-top: 70px;
  padding-bottom: 70px;
}

.email-error-sub-section h1{
  //color: ;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .9px;
  color: #003e56;
  text-align: center
}

.email-error-sub-section h2{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 10px;
  text-align: center;
}

body .row-fluid .email-error-sub-section .email-inner-wrap{
  max-width: 900px;
  margin: 0 auto;
  display: block;
  float: none;
}

.email-error-sub-section p.header{
  margin-left: 0px;
}

.email-error-sub-section .subscribe-options input{
  margin-top: 0px;
  margin-bottom: 0px;
}

.email-error-sub-section .subscribe-options label{
  margin-left: 0px;
}

.email-error-sub-section form .hs-button.primary{
  text-align: center;
}




@media(max-width: 767px){

  body .container-fluid .row-fluid .email-error-sub-section .wrapper{
    padding-top: 40px;
    padding-bottom: 50px;
  }

  body .row-fluid .email-error-sub-section h1{
    font-size: 32px;
    line-height: 44px;
  }

  body .row-fluid .email-error-sub-section h2{
    font-size: 26px;
    line-height: 36px;
  }

  .email-error-sub-section form .hs-button.primary{
    width: 100%;
  }    

}







/*===============================================================
Subscriptions Update Confirmation
===============================================================*/

/*======================================
Hero Section Styling
======================================*/

.sub-update-section{}

body .container-fluid .row-fluid .sub-update-section .wrapper{
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sub-update-section h1{
  //color: ;
  font-size: 52px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: .9px;
  color: #003e56;
}

.sub-update-section h2{
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 10px;
}

body .row-fluid .sub-update-section .update-conf-section{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
}




@media(max-width: 767px){

  body .container-fluid .row-fluid .sub-update-section .wrapper{
    padding-top: 40px;
    padding-bottom: 50px;
  }

  body .row-fluid .sub-update-section h1{
    font-size: 32px;
    line-height: 44px;
  }

  body .row-fluid .sub-update-section h2{
    font-size: 26px;
    line-height: 36px;
  }    

}



/*=======================================================
Side Bar Nav Styling
=======================================================*/

.side-bar-nav{
  border: 1px solid #e7e7e7;
}

.side-bar-nav .head-text{
  padding: 15px 25px;
}

.side-bar-nav .head-text h1,
.side-bar-nav .head-text h2,
.side-bar-nav .head-text h3,
.side-bar-nav .head-text h4,
.side-bar-nav .head-text h5,
.side-bar-nav .head-text h6,
.side-bar-nav .head-text p{
  margin: 0px;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul{
  margin: 0px;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li{
  border-bottom: 1px solid #e7e7e7;
  margin: 0px;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li:last-child{
  border: 0px;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li:before{
  display: none;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  padding-left: 45px;
  position: relative;
  color: #003e56;
  font-weight: 700;
  white-space: inherit;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{
  color: #46bb74;
}

.side-bar-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:before{
  content:'\f105';
  position: absolute;
  font-family: 'FontAwesome';
  top: 10px;
  left: 25px;
  font-size: 20px;
}

.side-bar-nav .desp-text{
  padding: 15px 25px;
}



@media(max-width: 767px){

  .side-bar-nav{
    margin-top: 30px;
  }

}



/*=================================================
Home 1 Styling
=================================================*/

/*===============================
Hero Section Styling
===============================*/

.d2p-home-01-hero{
  padding: 150px 0px;
}

.d2p-home-01-hero h1+p{
  font-size: 18px;
  line-height: 28px;
}


@media(max-width:1024px){
  .d2p-home-01-hero{

    padding: 100px 0px;   

  }

}

@media(max-width: 767px){

  body .d2p-home-01-hero {
    padding: 60px 0 70px;
    text-align: center;
  }    

  body .d2p-home-01-hero .left-col{
    margin-bottom: 50px;
  }

}




/*===================================================
Home 2 Styling
===================================================*/

.d2p-home-02-hero{
  position: relative;
  padding: 250px 0px 180px;
}

.d2p-home-02-hero .head-text{
  margin-bottom: 20px;
}

.d2p-home-02-hero h1+p{
  font-size: 18px;
  line-height: 28px;
}

@media(max-width:767px){
  body .d2p-home-02-hero{ 
    padding: 60px 0;
  }

}

@media(max-width:1024px){
  body .d2p-home-02-hero{
    padding: 100px 0;
  }

}

/*=======================================================
Service Single 1 Styling
=======================================================*/

.service-list-1 p{
  margin-top: 20px;
}

.service-list-1 img{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}










/*============================================================
Coming Soon Page Styling
=============================================================*/

@media(min-width: 768px){

  body .coming-soon-hero-section{    
    height: 100vh;    
  }

}

.coming-soon-hero-section{
  padding: 100px 0px;
}


.coming-soon-hero-section .wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 80vh!important;
}

.coming-soon-hero-section .inner-wrap{
  border: 5px solid #ffffff7d;
  max-width: 900px;
  padding: 75px 60px;
}

.coming-soon-hero-section .head-text{
  position: relative;
  margin-bottom: 20px;
}

.coming-soon-hero-section .head-text:after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 25%;
  height: 2px;
  text-align: center;
  margin: 0 auto;
}

.counter-module #timer div{
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  line-height: 1.2;
}

.counter-module div>span{
  display: block;
  font-size: 30px;
  line-height: 1.2;
}

.counter-module #timer{
  padding: 0px;
}

.counter-module div#days{
  font-size: 40px;
}

.counter-module div#hours{
  font-size: 40px;
}

.counter-module div#seconds{
  font-size: 40px;
}





@media(max-width: 767px){

  .coming-soon-hero-section .inner-wrap{
    padding: 75px 20px;
  }

  .counter-module #timer div{
    display: block;
    padding: 0px;
    margin-bottom: 30px;
    width: 100%;
  } 

  .coming-soon-hero-section .head-text h1{
    padding-bottom: 15px;
  }

}





/*===========================================================
Maintainence Page Styling
===========================================================*/

.maintain-hero-section{
  padding: 160px 0px;
}

.maintain-hero-section img{
  margin-bottom: 70px;
}




@media(max-width: 1024px){

  .maintain-hero-section{
    padding: 110px 0px 50px;
  }    

}








/*=============================================================
Contact Page 2 Styling
=============================================================*/

/*=======================================
Hero Section Styling
=======================================*/

.contact-us-2-hero-section .d2h-hero-section-02{
  padding: 130px 0px 220px;
}



/*=======================================
Form Section Styling
=======================================*/    

.contact-us-2-form-section{
  padding-bottom: 150px;
}

.contact-us-2-form-section .wrapper .inside-wrap{
  box-shadow: 0px 5px 11px rgba(0,0,0,0.2);
  position: relative;
  margin-top: -150px;
  z-index: 1;
  background: #fff;
}

.contact-us-2-form-section .left-col{
  padding: 50px 20px 50px 50px;
}

.contact-us-2-form-section .right-col{
  padding: 50px;
  position: relative;
  z-index: 1;
}

.contact-us-2-form-section .right-col:after{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('https://cdn2.hubspot.net/hubfs/6119296/Pack%201/location.png')no-repeat;
  background-size: contain;
  background-position: center;
  z-index:-1;
  width: 150px;
  height: 200px;
}

.contact-us-2-form-section .right-col ul{
  padding: 0px;
  margin: 0px;
}

.contact-us-2-form-section .right-col ul li{
  margin-left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-us-2-form-section .right-col ul li:before{
  display: none;
}

.contact-us-2-form-section .right-col ul li .fa{
  font-size: 25px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.contact-us-2-form-section .contact-social-icon{
  margin-top: 50px;
}

.contact-us-2-form-section .contact-social-icon ul li{
  display: inline-block;
}







@media(max-width:1024px){

  body .contact-us-2-form-section{
    padding-bottom: 50px;
  }
  body .contact-us-2-form-section .right-col {
    padding: 25px;
    position: relative;
    z-index: 1;
  }

}



/*========================================================
Thankyou Page 2 Styling
========================================================*/

.ty-2-two-col{
  position: relative;
  display: block;
  margin-top: -160px;
  z-index: 1;
  padding-bottom: 100px;
}

.ty-2-two-col .left-col{
  box-shadow: 0 5px 11px rgba(0,0,0,0.2);
  background: #fff;
  padding: 40px 50px;
}

.ty-2-two-col .left-col h3{
  margin-bottom: 0px;
}

.ty-2-two-col .right-col{
  box-shadow: 0 5px 11px rgba(0,0,0,0.2);
  background: #fff;
  padding: 40px 50px;
}

.ty-2-two-col .right-col h1{
  //color: ;
  color: #003e56;
}


@media(max-width:767px){
  body .ty-2-two-col .left-col {

    margin-bottom: 50px;
  }

}




/*==========================================================
Event Page Styling
==========================================================*/

.event-hero-section{
  padding: 180px 0px 190px;
}

.event-hero-section .head-text{
  margin-bottom: 50px;
}

.event-hero-section .head-text p{
  font-size: 20px;
}

body .container-fluid .row-fluid .event-conter{
  border: 1px solid #ffffff;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.09);
}

.event-conter #timer div{
  display: inline-block;
  padding: 20px 20px 40px;
  font-size: 40px;
  line-height: 1.2;
}

.event-conter div>span{
  display: block;
  font-size: 30px;
  line-height: 1.2;
}

.event-conter #timer{
  padding: 0px;
}

.event-conter div#days{
  font-size: 80px;
}

.event-conter div#hours{
  font-size: 80px;
}

.event-conter div#minutes{
  font-size: 80px;
}

.event-conter div#seconds{
  font-size: 80px;
}



@media(max-width:767px){

  body .event-hero-section{
    padding:100px 0;
  }

  body .event-conter div#days{
    font-size: 40px;
  }

  body .event-conter div#hours{
    font-size: 40px;
  }

  body .event-conter div#minutes{
    font-size: 40px;
  }

  body .event-conter div#seconds{
    font-size: 40px;
  }




}

/*==============================
One Line Section Styling
==============================*/

.event-one-line-section{
  padding: 30px 0px;
}

.event-one-line-section .left-col{}

.event-one-line-section .left-col p{
  margin-bottom: 0px;
  font-size: 20px;
}

.event-one-line-section .right-col{
  margin-top: 0px;
  text-align: left;
  margin-left: 0px;
}

.event-one-line-section .right-col .cta_button{
  color: #fff;
  padding: 0;
  border: 0px;
  position: relative;
  font-size: 20px;
  background:transparent;
}

.event-one-line-section .right-col .cta_button:after{
  content:'\f101';
  position: absolute;
  top: 0;
  right: -20px;
  font-family:'FontAwesome';
}

.event-one-line-section .right-col .cta_button:hover{
  color: #003e56;
}




body .row-fluid .generic-page-small-wrapper .wrapper{
  width: 100%;
  max-width: 800px;
}











/********************** changes lp5 start*****************************/
.header-section {
  border-bottom:none;

}
.lp-five-hero-section .left-col img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 60%;
}


body .row-fluid .why-choose-us-cm .listing-items.list-six ul li {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.5%;
  -webkit-flex-basis: 31.3333%;
  float: left;
  margin-left: 0;
  margin-right: 2%;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
}

.why-choose-us-cm .listing-items .text-module {
  margin-top: 10px;
}


@media(max-width:767px){

  body .row-fluid .lp-five-hero-section {
    padding: 150px 0 50px;
  }
  body .row-fluid .two-col-text-image-cm .row-fluid {
    display: flex;
    flex-direction: column-reverse!important;
  }


  .two-col-text-image-cm.reverse-side {
    margin-bottom: 20px;
  }

  .lp-five-hero-section .left-col img{

    display:none;
  }

  body .lp-five-hero-section .right-col {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 60px 20px;
  }

}


@media (max-width: 1024px) and (min-width: 768px){
  body .row-fluid .lp-five-hero-section {
    text-align: left;
  }

}

/********************** changes lp5 end *******************************/






/****************** thank you 2 start *******************************/


@media(max-width:767px){
  .ty-2-two-col .left-col {
    padding: 30px 20px;
  }

  .ty-2-two-col .right-col {
    padding: 30px 20px;
  }
}



/****************** thank you 2 end*******************************/








/********************* Lp 3 start *************************/


@media(max-width:1024px){
  body .row-fluid .two-col-img-cm .span6:hover .box-text {
    bottom: 20px;
  }

  .two-col-img-cm .box-text {
    bottom:20px; 
  }

  body .row-fluid .two-col-img-cm .span6 .box-text a.cta_button {
    opacity: 1;
  }
}


@media(max-width:767px){

  body .row-fluid .two-col-img-cm .span6:hover .box-text {
    bottom: 20px;
  }

  .two-col-img-cm .box-text {
    bottom:20px; 
  }

  body .row-fluid .two-col-img-cm .span6 .box-text a.cta_button {
    opacity: 1;
  }

  body .row-fluid .lp-four-hero-section .head-text {
    max-width: 100%;
    float: none;
  }

}

/********************* Lp 3 start *************************/





/************************** email service start **********************/

@media(max-width:1300px){

  body .container-fluid .row-fluid .sub-update-section .wrapper {
    margin: 0 20px;
    width: auto;
  }
}


@media(max-width:767px){

  body .row-fluid .sub-update-section h2 {
    font-size: 24px;
  }

}


/************************** email service end **********************/


/*********************** email subscription services start ***********/

@media (max-width: 767px){
  body .row-fluid .email-error-sub-section h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .email-prefs .item p {
    margin: 5px 10px 0px;
  }

}

@media(max-width:1250px){

  body .container-fluid .row-fluid .email-error-sub-section .wrapper {
    margin: 0 20px;
    width: auto;
  }

}

/*********************** email subscription services end ***********/


/**************************About 2 start **********************************/

.our-process-three-col-cm .three-col-process ol li {
  position: relative;
  flex-basis: 23.1%;
  -webkit-flex-basis: 23.1%;
  float: left;
  box-sizing: border-box;
  counter-increment: questionNumber;
  margin-left: 100px;
}


.our-process-three-col-cm .three-col-process ol li:before {
  left: -80px;
}

@media(max-width:1024px){

  .our-process-three-col-cm .three-col-process ol li {
    margin-left: 70px;
  }

}

@media(max-width:767px){

  body .our-process-three-col-cm .three-col-process ol li {
    margin-bottom: 60px;
  }

}


/**************************About 2 end **********************************/




/**************************** About 1 start *****************************/

body .subscribe-module-gm {
  padding: 50px 0;
}

@media(max-width:840px){

  body .container-fluid .row-fluid .subscribe-module-gm .wrapper {
    margin: 0 20px;
    width: auto;
  }   

}

@media(max-width:767px){
  body .container-fluid .row-fluid .subscribe-module-gm .wrapper {   
    padding: 30px 20px;
  }
}

/**************************** about 1 end *****************************/



/**************************** service 1 start **********************/

@media(max-width:767px){

  body .head-three-col .three-col-box .span4 {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}


/**************************** service 1 end **********************/






/************************** contact page 2 start *********************/

@media (max-width: 1024px){
  body .contact-us-2-form-section .right-col {
    padding: 25px 15px;
  }

  .contact-us-2-form-section .left-col {
    padding: 50px 20px 50px 40px;
  }

}

@media (max-width: 767px){
  .contact-us-2-form-section .left-col {
    padding: 50px 20px 50px 20px;
  }

  .contact-us-2-form-section .right-col ul li .fa {
    font-size: 20px;
    margin-right: 10px;
  }
  .contact-us-2-form-section .contact-social-icon {
    margin-top: 20px;
  }

}


/************************** contact page 2 end *********************/






/************** event page start **************************/



.event-one-line-section .right-col .cta_button:after {
  content: '\f101';
  position: relative;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
}


@media(max-width:767px){

  .agenda-section {
    padding: 50px 0px;
  }

  .event-conter #timer div{
    display: block;
    padding: 20px 20px 20px;
  }

  .event-one-line-section .right-col {
    margin-top: 20px;
    text-align: center;
  }


  .agenda-cm .left-col {
    text-align: left;
  }
  .agenda-cm .right-col {
    padding: 0 0 20px 20px;
  }

}


/***************************** pricing 2 start ***************************/

@media(max-width:767px){
  body .faq-pack-one .accordion_content {
    padding: 20px 20px 20px 20px;
  }

  .testimonial-section-two-cm .content-wrapper {
    padding: 30px 20px;
  }


}


@media(max-width:1024px){

  body .container-fluid .row-fluid .pricing-three-col-cm .span4 {
    padding: 50px 30px;
  }
}

/***************************** pricing 2 end ***************************/




/********************** password change start ****************************/
@media(max-width:1250px){
  body .container-fluid .row-fluid .password-error-section .wrapper {
    margin: 0 20px;
    width: auto;
  }
}

/********************** password change end ****************************/








/************************* career single 1 start **************************/

.contact-two-col .left-col .left-border {
  position: relative;
  margin-bottom: 40px;
  padding-left: 15px;
}



/************************* career single 1 end **************************/




/***************** home 2 changes start***************************/


@media (max-width: 767px){
  body .two-col-text-image-cm .left-col {
    width: 100%;
    display: block;
    padding: 20px 15px 20px;
  }
}


/***************** home 2 changes end ***************************/



/*=======================New Css(30/10/2019=====================*/

.bg-image-overlay-cm {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1
}

.end-listings {
  text-align:center;
}
.end-listings li {
    font-size:28px;
  margin-bottom:20px;
}
.end-listings li a {
  color:#fff;
  font-family: 'DM Serif Display', sans-serif;
  font-style: italic;
}
.end-listings li a:hover {
  text-decoration:underline;
}
.end-listings li:before {
  display:none;
}


img.hs-cta-img {
  height:auto!important;
}


