/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Exo:300,400,400i,600,600i,800,800i');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
  font-family: "eicons";
  src: url('//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Font/eicons.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Font/eicons.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Font/eicons.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  line-height: 1.4;
  font-family: "exo", sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  color: #2c2a29;
  font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin-bottom: 1.3em;
  margin-top:0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2em;
}
h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2em;
}
h3 {
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  line-height: 1.2em;
}
h4{	
  font-size: 18px;
}
h5{	
  font-size: 16px;
}
h6{	
  font-size: 15px;
}


/* Anchor Links */
a { 
  color: #561b4b;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #33af4a;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}

.custom-header-wrapper {
  min-height:59px !important;
}
.custom-header{
  background-color: rgba(255,255,255,0.93);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  left:0;
  right:0;
  z-index: 99;
}
.custom-header-inner {
  padding-right: calc(50vw - 570px);
  padding-left: calc(50vw - 570px);
  position: relative;
  z-index: 1;
}
.custom-header .page-center{}

.custom-header-icon-grp {
  text-align:right;
}
.custom-header-icon-grp ul {
  padding:0;
  margin:0;
  list-style:none;
}
.custom-header-icon-grp ul li{
  margin: 0 2px;
  margin-top: -40px;
  transition: all ease-in 0.25s;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  margin-left: -3px;
}

.custom-header-icon-grp ul li:hover {
  margin-top: 0px;
  margin-bottom: -40px;
  transition: all ease-in 0.25s;
}
.custom-header-icon-grp ul li.custom-header-search-grp:hover,
.custom-header-icon-grp ul li.custom-header-language-grp:hover{
  margin-top: -40px;
  margin-bottom: 0px;
}
.custom-header-icon-grp ul .cm-language-link{
  padding: 15px 20px;
  line-height: normal;
}
.custom-header-icon-grp ul .custom-header-search{
  padding: 15px 20px;
  padding-right: 5px;
}
.custom-header-icon-grp ul .elementor-search-form {
  text-align: left;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.custom-header-icon-grp ul .elementor-search-form__toggle {
  color: #561b4b;
  border-color: #561b4b;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.custom-header-icon-grp ul .elementor-search-form__toggle i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0);
  border-radius: 3px;
  position: relative;
  display: block;
  border: 0 solid;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.custom-header-icon-grp ul .elementor-search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: .55em;
}
.custom-header-icon-grp ul .elementor-search-form__container {
  border: 0 solid transparent;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(255,255,255,0.85);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-open .custom-header-icon-grp ul .elementor-search-form__container {
  opacity:1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-header-icon-grp ul input[type="search"].elementor-search-form__input {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  border-color: #561b4b;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  color: #561b4b;
  font-size: 24px;
  text-align: center;
  border-style: solid;
  line-height: 1.5;
  opacity: 1;
  max-width: 100%;
}
.custom-header-icon-grp ul input[type="search"].elementor-search-form__input::-webkit-input-placeholder {
  color: #9c7996;
} /* Webkit Browsers */
.custom-header-icon-grp ul input[type="search"].elementor-search-form__input:-moz-placeholder {
  color: #9c7996;
  opacity:1;
} /* Firefox 18- */
.custom-header-icon-grp ul input[type="search"].elementor-search-form__input::-moz-placeholder {
  color: #9c7996;
  opacity:1;
} /* Firefox 19+ */
.custom-header-icon-grp ul input[type="search"].elementor-search-form__input:-ms-input-placeholder {
  color: #9c7996;
} /* IE10 */



.custom-header-icon-grp ul input[type="search"].elementor-search-form__input:focus {
  outline:0 none;
  background-color: #fff;
  color: #561b4b;
}
.custom-header-icon-grp ul .dialog-lightbox-close-button {
  display: none;
}
.search-open .custom-header-icon-grp ul .dialog-lightbox-close-button {
  display: block;
  top: 30px;
  right: 30px;
  color: #561b4b;
  position: absolute;
  font-size: 25px;
  padding: 5px;
  z-index: 2;
  line-height: 1;
  opacity: 1 !important;
}
.custom-header-icon-grp ul .dialog-close-button:not(:hover) {
  opacity: .4;
}
.custom-header-icon-grp ul .dialog-close-button {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 15px;
}
.custom-header-icon-grp ul .dialog-close-button i {
  top: 8px;
}
.custom-header-icon-grp ul li a{
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 15px;
  border-radius: 0px;
  background: #561b4b;
  color: #ffffff;
  padding: 10px 5px 0;
  line-height: 1.3em;
}
.custom-header-icon-grp ul .ubermenu-target-text {
  display: block;
  clear: none;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.custom-header-icon-grp ul img{
  margin-top: 10px;
  display: block;
  max-width: 100%;
  transition: opacity 1s ease;
  opacity: 1;
  height: auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.custom-header-icon-grp ul li a.ubermenu-target{
  background: #33af4a;
  color: #ffffff;
}
.custom-header-icon-grp .ubermenu-sub-indicator-close {
  display: none;
}
.custom-header-icon-grp ul .elementor-search-form__toggle i {
  top: 8px;
}
.custom-header-icon-grp ul li .cm-language-link a {
  display: inline;
  vertical-align: baseline;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  line-height: 23px;
  text-decoration: none;
  color: #561b4b;
}
.custom-header-icon-grp ul li .cm-language-link a:hover {
  color: #33af4a;
  text-decoration: none;
}
.eicon-close:before {
  content: '\e909';
}

.custom-logo{
  margin: 0 2px;
  margin-top: 10px;
  transition: all ease-in 0.25s;
}

.custom-logo img{
  margin-bottom: 10px;
  max-width: 100%;
  transition: opacity 1s ease;
  opacity: 1;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container-wrapper {}
.body-container {}

.body-container .page-center{
  padding:50px 10px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  background-position: 50% -29.5px;
}
.custom-banner-area  .page-center{
  height: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  align-items: center;
  position:relative;
  z-index:2;
  padding:0 !important;
}
.custom-banner-area  .page-center > div{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-banner-area h1{
  color: #ffffff;
  font-size: 48px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.cm-banner-overlay {
  background-color: #000000;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index:1;
}


/* =============== Footer =============== */
b, dt, strong, th {
  font-weight: 700;
}
.footer-container-wrapper {}
.footer-container {}

.custom-footer{}

.custom-footer .page-center{}

.custom-footer-bottom{
  background-color: #f0f0ef;
  background-image: url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/footer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 150px 0px;
  z-index: 10;
}

.custom-copyright{
  color: #7a7a7a;
  position: relative;
  text-align: center;
}
.custom-copyright p{
  margin:0;
}
.custom-footer-contact{
  padding: 10px;
}
.custom-footer-contact img{
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
  max-width:20.55%;
  vertical-align: middle;
}
.custom-footer-contact h2{
  color: #33af4a;
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
}
.custom-footer-contact h2:nth-of-type(2) {
  margin: 35px 0px 5px 0px;
}
.custom-footer-contact p{
  color: #2c2a29;
  line-height: 1.5em;
  margin:0;
}
.custom-footer-social{
  padding: 10px;
  text-align:center;
}
.custom-footer-social-title h2{
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  color: #2c2a29;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.elementor-icon {
  background-color: #2c2a29;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: 25px;
  text-align: center;
  padding: .5em;
  border-radius: 50px 50px 50px 50px;
}
.elementor-social-icon:not(:last-child) {
  margin-right: 10px;
}
.elementor-screen-only{
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.elementor-social-icon i {
  color: #ffffff;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  top: 3px;
}
.elementor-social-icon:hover {
  background-color: #561b4b;
  opacity: .9;
  color: #fff;
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.custom-breadcrumb-menu{
  margin-bottom: 20px;
  font-size: .85em;
  position: relative;
  text-align: left;
}
.custom-breadcrumb-menu p{
  margin-bottom: 0;
}
.elementor-social-icon .fa-linkedin:before {
  content: "\f08c";
}
@keyframes elementor-animation-bob-float{
  100%{
    transform:translateY(-8px)
  }
}
@keyframes elementor-animation-bob{
  0%{
    transform:translateY(-8px)
  }
  50%{
    transform:translateY(-4px)
  }
  100%{
    transform:translateY(-8px)
  }
}

.custom-footer-top-group {
  background-color: #561b4b;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
  z-index: 10;
  position: relative;
}
.custom-footer-top-group .page-center {
  padding: 10px;
}
.custom-footer-form-title p {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.custom-footer-form-title p img {
  vertical-align: middle;
  transition: all ease-out 0.25s;
}
.custom-footer-form-title p:hover img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: all ease-out 0.25s;
}
.custom-footer-form-title {
  text-align: center;
}
.custom-footer-form-title h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
}
.custom-footer-form form {
  position: relative;
}
.custom-footer-form form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.7%;
}
.custom-footer-form form.hs-form fieldset .hs-form-field {
  padding: 0 8px 0 0;
}
.custom-footer-form .hs-form-field > label {
  display: inline-block;
  color: #fff;
}
.custom-footer-form .hs-form-required {
  color: #fff;
}
.custom-footer-form form.hs-form fieldset[class*="form-columns"] .hs-input {
  border: none;
  width: 96%;
  color: #666666;
  background-color: #fafafa;
  max-width:100%;
}
.custom-footer-form .hs-button.primary {
  background-color: #33af4a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 24px;
  border: none;
}
.custom-footer-form .hs-button.primary.large:hover {
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}
.custom-footer-form form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0em;
}

#back-to-top {
  background-color: rgba( 0,0,0,0.4 );
  color: #ffffff;
  border: medium none;
  border-radius: 3px;
  bottom: 30px;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-bottom: 0;
  position: fixed;
  right: 30px;
  width: 40px;
  z-index: 1031;
  text-align: center;
  transition: opacity .3s ease-in-out;
}


#back-to-top:hover {
  opacity: 1;
  background-color: rgba( 0,0,0,0.6 );
  color: #ffffff;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary {
  min-height:0 !important;
}

/* 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:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .widget-span.custom-header-icon-grp,
  .widget-span.custom-desktop-menu{
    width: auto;
    float: right;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 2px;
    margin-top: -40px;
    transition: all ease-in 0.25s;
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position:static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    margin-top: 0px;
    margin-bottom: -40px;
    transition: all ease-in 0.25s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 15px;
    border-radius: 0px;
    background: #561b4b;
    color: #ffffff;
    padding: 10px 5px 0;
    line-height: 1.3em;
    z-index:11;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu > a{
    background: #33af4a;
    color: #ffffff;
  }
  .custom-header-icon-grp ul {
    padding-top: 19px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span{
    display: block;
    clear: none;
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    margin-top: 10px;
    display: block;
    max-width: 100%;
    transition: opacity 1s ease;
    opacity: 1;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    height:60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-contact > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/menu-icon-mail.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-blog > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/blog-icon.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-tools > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/tools-icon.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-partners > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/handshake-icon-white-e1521676696776.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/menu-icon.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-resources > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Resources04.png);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-products > a:after{
    content : url(//cdn2.hubspot.net/hubfs/3452063/Producs04.png);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background: rgba(255,255,255,0.95);
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px ;
    z-index: 0;
    top: auto;
    -webkit-transition-property: margin-top,opacity,visibility !important;
    -ms-transition-property: margin-top,opacity,visibility !important;
    transition-property: margin-top,opacity,visibility !important;
    -webkit-transition-duration: .3s !important;
    -ms-transition-duration: .3s !important;
    transition-duration: .3s !important;
    -webkit-transition-timing-function: ease-in !important;
    -ms-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    line-height: 1.3em;
    padding-right: calc(50vw - 570px);
    padding-left: calc(50vw - 570px);
    clip: rect(0,5000px,5000px,-5000px);
    left:0;
    right:0;
    z-index: -1 !important;
    min-height: 342px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    width: 16.66%;
    display: block;
    float: left;
    max-width: 100%;
    vertical-align: top;
    text-align: left;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) {
    width: 33.33%;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    font-weight: bold;
    color: #561b4b;
    font-size: 20px;
    padding: 8px 0;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1.3em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
    color: #33af4a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    transition: opacity 0.4s, visibility 0.4s !important;
    left: 0 !important;
    top: 81% !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul{
    background-color: transparent;
    position:static !important;
    height:100% !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a{
    padding: 8px 0;
    color: #2c2a29;
    font-size: 15px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1.3em;
    white-space:normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{
    color: #33af4a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active > a{
    color: #33af4a;
  }

  .custom-mobile-menu {
    display:none !important;
  }
  .custom-mobile-logo {
    display:none;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

  /* Menu 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:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: .25em;
    background: transparent; /* Background color */
    border: 0px solid #000;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #561b4b;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }
  .mobile-trigger i:before {
    content: "\e804";
  }
  .mobile-open .mobile-trigger i:before {
    content: "\e909";
  }
  .mobile-trigger i{
    display: block;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 40px !important;
    padding: 13px !important;
    padding-right: 20px !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
    color: #561b4b;
    text-align: right;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:before{
    content: "";
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 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: absolute;
    top: -14px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #ffffff;
    width: 100%; /* Full screen width */
    font-size: 13px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px; /* Font size of top level list items */
    line-height: 20px;
    overflow: visible;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 20px;
    color: #561b4b;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
    color: #561b4b;
    background-color: #e6e6e6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li > a:focus{
    background-color: #55595c;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.li-open > a{
    color: #561b4b;
    background-color: #e6e6e6;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #561b4b;
    font-size: .85em;
    text-shadow: none;
    border-left: 8px solid transparent;
    padding: 10px 20px;
    line-height: 20px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #e6e6e6;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-header-icon-grp ul li {
    margin-top:0;
  }
  .custom-header-icon-grp ul li.custom-header-search-grp:hover,
  .custom-header-icon-grp ul li.custom-header-language-grp:hover,
  .custom-header-icon-grp ul li:hover{
    margin-top: 0;
    margin-bottom: 0px;
  }
  .custom-header-inner {
    padding: 10px 10px 10px 10px;
  }
  .custom-logo {
    margin: 0;
    margin-top: 0;
    max-width: 62.5%;
    padding: 10px;
  }
  .custom-logo img {
    margin-bottom: 0;
  }
  .custom-header-icon-grp ul li {
    vertical-align: middle;
    margin-top: 0;
    margin: 0;
    padding: 10px;
  }
  .custom-header-icon-grp ul .custom-header-search {
    padding: 0;
    padding-right: 0;
  }
  .custom-header {
    position: relative;
  }
  .custom-header-icon-grp ul {
    padding: 4px 0;
    margin: 0;
    list-style: none;
    line-height: 1.4;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    left:0;
  }
  .custom-header-icon-grp ul .elementor-search-form__toggle i {
    height: 44px;
    top: 0;
  }
  .custom-header-icon-grp ul .cm-language-link {
    padding: 0;
    line-height: 1.4;
  }
  .custom-desktop-menu {
    display:none !important;
  }
  .custom-desktop-logo {
    display:none;
  }
  .custom-logo {
    position:relative;
    z-index:12;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container .page-center {
  padding: 50px 0px 50px 0px;
}
.blog.hs-blog-post .body-container .page-center {
  padding: 0 0 20px;
  margin-top: -15vh !important;
  position: relative;
}

.cm-post-listing {
  margin-left: -24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
.hs-featured-image-wrapper.no-featured-image a:before {
  content:none;
}
.no-featured-image .post-header {
  position:relative;
  padding: 15px;
}
.no-featured-image .post-header h2 {
  color: #000000;
  text-shadow: none;
}
.cm-blog-post-wrapper {
  background-color: #ffffff;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: #33af4a;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px 25px 25px;
}

/* Blog Post */
.hs-blog-post {}
.cm-blog-post-banner-area {
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  min-height: 65vh;
}
.cm-blog-post-banner-area-video {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.cm-blog-post-banner-area-video video{
  -o-object-fit: cover;
  object-fit: cover;
  width: 1920px !important;
  height: 65vh !important;
}

.cm-blog-post-wrapper {
  background-color: #ffffff;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: #33af4a;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px 25px 25px;
}

.cm-blog-post-top-image {
  margin: -65px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.cm-blog-post-top-image img {
  max-width: 100px;
}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */

.hs-blog-listing .post-header  {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  text-align: left;
  position: absolute;
  width: auto;
  padding: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;	
}
.hs-blog-listing .no-featured-image .post-header {
  position: relative !important;
  padding: 15px !important;
}
.post-header h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
  margin:0;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #561b4b;
}
.custom-blog-post-byline{
  margin-bottom: 20px;
  text-align: center;
}
.cm-post-author{
  color: #33af4a;
  font-size: 18px;
  margin-bottom: 5px;
}
.cm-post-topic{
  color: #54595f;
  font-size: 16px;
  margin-bottom: .8em;
}
.cm-post-date {
  margin-bottom: 20px;
  color: #54595f;
}
.cm-post-date i {
  color: #54595f;
  padding-right: 5px;
}
.cm-post-date .cm-post-date-inner{
  color: #54595f;
}

.cm-post-elementor-divider {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
}
.cm-post-elementor-divider-separator {
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: #e6e6e6;
  width: 100px;
  display: inline-block;
}
.cm-post-featured-image {
  text-align: center;
}
.cm-post-featured-image img{
  text-align: center;
  margin-bottom: 20px;
}
.cm-post-page-social {
  padding: 60px 10px 60px;
  position: relative;
}
.cm-post-page-social-title {
  text-align: center;
  margin-bottom: 30px;
  color: #54595f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.cm-post-page-social-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: calc(-10px / 2);
  margin-left: calc(-10px / 2);
}

.elementor-grid-item {
  word-break: break-word;
}

.elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color,border-color,-webkit-filter;
  transition-property: background-color,border-color,-webkit-filter;
  -o-transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color,-webkit-filter;
  height: 4.5em;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 99.9em;
  margin-right: calc(10px / 2);
  margin-left: calc(10px / 2);
  margin-bottom: 10px;
  font-size: calc(1.3px * 10);
}

.elementor-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 99.9em;
  color: #fff;
}
.elementor-share-btn.elementor-share-btn_facebook {
  background-color: #3b5998;
  color: #fff;
}
.elementor-share-btn i {
  font-size: 24px;
}
.elementor-share-btn.elementor-share-btn_google {
  background-color: #dd4b39;
  color: #fff;
}
.elementor-share-btn.elementor-share-btn_linkedin {
  background-color: #0077b5;
}
.elementor-share-btn.elementor-share-btn_email {
  background-color: #ea4335;
}
.elementor-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.elementor-share-btn_whatsapp{
  background-color: #25d366;
}
.custom-post-bottom-section-grp {
  padding: 10px;
  width: 100%;
  position: relative;
}

.custom-post-pagintation-group .elementor-post-navigation {
  position: relative;
  margin-bottom: 20px;
  color: #d4d4d4;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-post-pagintation-group .elementor-post-navigation__link {
  width: calc(50% - 0.5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.custom-post-pagintation-group .elementor-post-navigation__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.custom-post-pagintation-group .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  color: #561b4b;
  font-size: 30px;
  padding-right: 15px;
}

.custom-post-pagintation-group .post-navigation__arrow-wrapper i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.custom-post-pagintation-group .elementor-post-navigation__link__prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-post-pagintation-group .post-navigation__prev--label {
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #561b4b;
  font-size: 15px;
  text-transform: uppercase;
}

.custom-post-pagintation-group .post-navigation__prev--title {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
}

.custom-post-pagintation-group .elementor-post-navigation__separator-wrapper {
  text-align: center;
}

.custom-post-pagintation-group .elementor-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
}

.custom-post-pagintation-group .elementor-post-navigation__next.elementor-post-navigation__link {
  text-align: right;
}

.custom-post-pagintation-group .elementor-post-navigation__next.elementor-post-navigation__link a {
  float: right;
}

.custom-post-pagintation-group .elementor-post-navigation__link__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  text-align: right;
  flex-direction: column;
}

.custom-post-pagintation-group .post-navigation__next--label {
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #561b4b;
  text-transform: uppercase;
  font-size: 15px;
}
.custom-post-pagintation-group .post-navigation__next--title {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  font-size: 13px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.custom-post-pagintation-group .post-navigation__next--label:hover {
  color: #33af4a;
}
.custom-post-pagintation-group .post-navigation__arrow-wrapper.post-navigation__arrow-next:hover,
.custom-post-pagintation-group .post-navigation__arrow-wrapper.post-navigation__arrow-prev:hover{
  color: #33af4a;
}
.custom-post-pagintation-group .post-navigation__arrow-wrapper.post-navigation__arrow-next i {
  padding-right: 2px !important;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.custom-post-pagintation-group .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-left: 15px;
  color: #561b4b;
}

.custom-post-pagintation-group .post-navigation__prev--label:hover {
  color: #33af4a;
}

.custom-post-pagintation-group.post-navigation__next--label:hover {
  color: #33af4a;
}
.custom-recent-post > h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #54595f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.hs-rss-item-group {
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.hs-rss-item {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  width: calc( 100% / 3 );
  border: 10px solid transparent;
}

.hs-rss-item a {
  position: relative;
  display: block;
  width: 100%;
}
.hs-left-featured-wrap {
  position: relative;
  background-color: rgba(0,0,0,.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hs-left-featured-wrap img {
  height: auto;
  display: block;
  position: static;
  max-width: 100%;
}
.custom-right-group {
  background-color: rgba(86,27,75,0.76);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4em;
}

.custom-right-group:hover {
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.hs-rss-item .no-image-rss-inner-group a {
  padding: 0;
}
.no-image-rss-inner-group .custom-right-group {
  position: relative;
  background-color: #fff;
  opacity: 1;
  color: #2c2a29;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 50%!important;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
}
.post-item-inner {
  background: #fff;
  position: relative;
  cursor: default;
  transform: translateZ(0);
  border: 1px solid #f7f7f7;
  margin-bottom: 24px;
  text-align: left;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  background-color: #f4f4f4;
}
.post-item-inner:hover {
  background-color: #eaeaea;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  text-align: left;
  padding: 20px 20px 20px 20px;
  color: #000000;
  min-height: 190px;
  font-size: 16px;
  position: relative;
}
.blog-post-wrapper .post-body {
  color: #7a7a7a;
  padding: 10px;
}

.cm-post-item-footer {
  text-align: left;
  padding: 20px 20px 20px 20px;
  border-radius: 0px 0px 0px 0px;
  border-width: 1px;
  border-top: 1px solid #d6d6d6;
  font-size: 14px;
  font-weight: normal;
}
.cm-post-item-author {
  font-size: 14px;
  font-weight: normal;
  color: #33af4a;
}
.cm-post-item-topic {
  font-style: italic;
  color: #54595f;
}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: block;
}
.hs-featured-image-wrapper a:before {
  padding-bottom: 40%;
  content: "";
  display: block;
  width: 100%;
}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper-inner{
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
}
.post-item-inner:hover .hs-featured-image-wrapper-inner{
  transform: scale(1.2);
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
  width:100%;
}
.custom-blog-post-byline .fa-calendar:before {
  content: "\f133";
}

/* Read More Link */
a.more-link {
  display: block;
  background: #561b4b;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  display: block;
  width: 130px;
  text-align: center;
  margin-top: 20px !important;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  font-size: 16px;
}
a.more-link:hover{
  background: #33af4a;
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-duration: .3s,1.5s;
  animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out;
  animation-iteration-count: 1,infinite;
  animation-fill-mode: forwards;
  animation-direction: normal,alternate;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
  padding:10px;
  text-align:center;
}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.blog-pagination a.next-posts-link {
  margin-top: 0;
  text-align: center;
  color: #ffffff;
  background-color: #561b4b;
  border-radius: 50px 50px 50px 50px;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  margin-bottom: 0;
}
.blog-pagination a.next-posts-link:hover {
  color: #ffffff;
  background-color: #33af4a;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin: 0 0 20px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  display:inline-block;
}
.hs-form-field > label {
  display:inline-block;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width:500px;
  vertical-align: middle;
  display: block;
  background: #FAFAFA;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #666666;
  background-color: #fafafa;
  border-color: #cccccc;
  font-size: 18px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */

select {
  line-height: 1.5;
  height: 46px;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }
@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  text-align: center;
  vertical-align: middle;
  white-space:normal !important;
  background: #33AF4A;
  border-radius: 50px;
  color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 18px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}


.body-container ul li{}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
  list-style:none !important;
}

.hs-form-required {
  color: #ff0000;
}

.landing-page.one-column .body-container form {
  width: 50%;
}
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form #content{
  width: 50%;
}

.hs-error-msgs.inputs-list{
  margin: 0;
  padding:0;
  list-style:none;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
}
input.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
input[type="search"]::-webkit-search-cancel-buttonrch-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.custom-footer-form .hs-error-msgs.inputs-list {
  margin: 0 0 1.5em 0em;
}


html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 0px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
  This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/dataimage.gif');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(//cdn2.hubspot.net/hubfs/3452063/Siklu_November2018/Images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-moz-document url-prefix() {
  .blog.hs-blog-post .blog-content {
    margin-top: -15vh !important;
  }
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1025px){
  .custom-header-icon-mobile-grp {
    display:none;
  }
}
@media (max-width: 1100px){
  .cm-blog-post-banner-area-video video {
    height: 100% !important;
  }
}
@media (max-width: 1180px){
  .blog .section.post-footer {
    padding-left:15px;
    padding-right:15px;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .custom-breadcrumb-menu,
  .custom-header,
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-left:10px;
    padding-right:10px;
  }
}
@media (max-width: 1024px) {
  .cm-post-listing {
    margin-left: -12px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    padding-left: 12px;
  }
  a.more-link{
    position: relative;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    min-height: auto;
  }
  .post-header h2 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .custom-breadcrumb-menu {
    font-size: 16px;
  }
  .hs-rss-item {
    width: calc( 100% / 2 );
    border: 10px solid transparent;
  }
  .custom-post-pagintation-group .post-navigation__prev--label,
  .custom-post-pagintation-group .post-navigation__next--label{
    font-size:13px;
  }
  .custom-post-pagintation-group .post-navigation__prev--title,
  .custom-post-pagintation-group .post-navigation__next--title{
    display:none;
  }
  .custom-header-icon-desktop-grp {
    display:none;
  }
  .custom-breadcrumb-menu{
    padding-left:10px;
    padding-right:10px;
  }
  .custom-copyright p {
    font-size: 16px;
  }
  .custom-footer-contact p {
    line-height: 27px;
    font-size: 16px;
  }
  .body-ontainer {
    font-size: 16px;
  }
  .custom-banner-area {
    padding: 50px 10px;
  }
  .custom-banner-area {
    background-position: 100% 100% !important;
  }
  .custom-banner-area h1 {
    font-size:30px;
  }
  .custom-header-icon-grp {
    margin-left: -5px;
  } 
  .custom-footer-form form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 8px;
  }
  .custom-header-icon-grp ul .elementor-search-form__container {
    right:-10px;
    top: -12px;
  }
  .search-open .custom-logo {
    position: relative;
    z-index: 0;
  }

}


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

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  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"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width:100%;
  }
  .body-container-wrapper .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .landing-page.one-column .body-container form {
    width: 100%;
  }
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form #content{
    width: 100%;
  } 
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%!important;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    padding-left: 0;
  }
  .cm-post-listing {
    margin-left: 0;
  }
  .hs-featured-image-wrapper a:before {
    padding-bottom: 50%;
  }
  .hs-rss-item {
    width: 100%;
  }
  .custom-logo {
    max-width: 40%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .custom-menu-primary .hs-menu-wrapper{
    font-size: 15px;
  }
  .custom-header-icon-grp ul li {
    margin-left: -5px;
  }
  .custom-footer-bottom {
    padding: 10px 10px 10px 10px;
  }
  .custom-breadcrumb-menu {
    display:none;
  }
  .custom-copyright p {
    margin: 25px 0px 25px 0px;
  }
  .elementor-social-icon i {
    top: 2px;
  }
  .custom-footer-social-title h2 {
    font-size: 20px;
  }
  .custom-footer-contact p {
    line-height: 1.5em;
    font-size: 16px;
  }
  .custom-footer-contact img {
    max-width: 50%;
    width: 300px;
  }
  .custom-footer-form-title h2 {
    font-size: 18px;
    line-height: 1.1em;
  }
  .custom-footer-form form.hs-form fieldset.form-columns-3 .hs-form-field form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 8px;
  }
  .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .cm-blog-post-banner-area {
    background-position: 50% 50%;
  }
  .custom-copyright p {
    font-size: 16px;
  }
  .custom-header-icon-grp ul .elementor-search-form__container {
    top: -19px;
  }


  @-moz-document url-prefix() {
    .custom-copyright p {
      font-size: 16px;
    }
  }
  .custom-logo img{max-width: 73px;}



}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .custom-header-icon-grp ul .elementor-search-form__toggle i {
    width: 20px;
  }
  .custom-header-icon-grp ul li.custom-main-mobile-trigger {
    padding-right: 0;
    margin-right: 0px;
  }
  .custom-header-icon-grp ul {
    right:0;
  }
  .search-open .custom-header-icon-grp ul .dialog-lightbox-close-button {
    right: 20px;
  }

}
@media (max-width: 400px){
  .custom-footer-form form.hs-form fieldset[class*="form-columns"] .hs-input,
  .custom-footer-form form.hs-form fieldset.form-columns-3 .hs-form-field{
    width: 100% !important;
  }
  .custom-footer-form form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
  }
}


/*Custom css*/

.banner_wrap {min-height: 30vh; display: flex; margin-right: auto; margin-left: auto; position: relative; background-position: center right;
  background-repeat: no-repeat; background-size: cover;position: relative;}
.banner_wrap::before {background-color: #000000; opacity: 0.2; transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%; width: 100%; top: 0; left: 0; position: absolute; content:"";z-index: 1;}
.banner_wrap .page-center {align-items: center; vertical-align: middle; display: flex; position: relative; z-index: 2;}
.banner_wrap h2 {color: #ffffff; font-size: 28px; font-weight: normal; margin: 0; text-align: center;}
.banner_wrap.event_bw p { font-size: 40px; color: #fff; font-weight: 600; padding: 0 10%; }
.banner_wrap video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }


.bottom_banner_wrap {background-color: #f4f4f4; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 25px 0px 25px 0px; position: relative; text-align:center;}
.bottom_banner_wrap .page-center {padding:0px;}
.bottom_banner_wrap .bbw_img {margin:-90px 0 20px 0;}
.bottom_banner_wrap h2 {color: #561b4b; font-size: 28px; font-weight: bold; margin-bottom:20px; }
.bottom_banner_wrap p {font-weight:300; color:#000; margin-bottom:0px; }

/*#contactusForm .input > input, #contactusForm .input > select, #contactusForm .input > textarea {
background-color: #f0f0f0; border: none; width:auto;}
#contactusForm span.hs-form-required, #contactusForm .hs-error-msgs.inputs-list label {color: #2c2a29;}
#contactusForm input.hs-input.error:focus {box-shadow: none; border-color: inherit;}*/

#contactusForm ul.hs-error-msgs, .hs_error_rollup { display:none!important;}
#contactusForm form.hs-form fieldset[class*="form-columns"] .hs-input, .right-section form.hs-form fieldset[class*="form-columns"] .hs-input {max-width:100%;}
#contactusForm form.hs-form fieldset .hs-form-field {padding: 0 25px 0 0;}
#contactusForm .hs-button.primary.large, .right-section .hs-button.primary.large {font-weight:900; padding: 12px 24px; letter-spacing: 1px; }
#contactusForm .hs-button.primary.large:hover, .right-section .hs-button.primary.large:hover {animation-name: elementor-animation-bob-float,elementor-animation-bob; animation-duration: .3s,1.5s; animation-delay: 0s,.3s;
  animation-timing-function: ease-out,ease-in-out; animation-iteration-count: 1,infinite; animation-fill-mode: forwards; animation-direction: normal,alternate;}
.divider-separator {border-top: 1px solid #7a7a7a; margin-top: 35px; padding-top: 25px; color: #7a7a7a;}
.divider-separator p {margin:0px;}
.tlr_form {/*background-image: url("https://go.siklu.com/hubfs/bg-2.jpg");*/ background-position: bottom center; background-repeat: no-repeat; background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 25px 0px 25px 0px;}
.left_section {line-height: 1.6; font-size:16px; padding-right: 50px;}
.left_section h3, .left_section h4 {font-weight:700; color:#561b4b}
.right-section form.hs-form fieldset .hs-form-field { width:100%; padding:0px;}

.right-section {background: #561b4b; padding: 40px; border-radius: 5px; color: #fff;}
.right-section form.hs-form fieldset[class*="form-columns"] .hs-input { background-color: transparent; color:#fff; width:100%!important}
.right-section form.hs-form fieldset label {color:#fff;}
.no-list.hs-error-msgs.inputs-list { position: absolute; background: #fff; color: #000 !important; font-size: 11px;padding: 2px 10px !important; box-shadow: 1px 0 6px 0px rgba(255,0,0,0.5); line-height:11px;}
.right-section form.hs-form fieldset label.hs-error-msg {  color: #000;}

.banner_wrap.event_bw { display: block; }
.banner_wrap.event_bw .page-center { display: block; text-align: center;} 
.banner_wrap.event_bw .myBtn { background: none; border-radius: 50%; border: 6px solid #fff; width: 80px; height: 80px; cursor: pointer;}
.banner_wrap.event_bw .myBtn img { max-height: 30px; }

.banner_wrap.event_bw h2 { margin:20px 0; } 
.banner_wrap.event_bw .event_btn_wrap { padding: 0 25%; color: #fff; display: block; float: left; width: 100%; margin-bottom: 20px;}
.banner_wrap.event_bw .event_btn {  background: #561b4b; width: 48%; display: flex; float: left;  padding:0; margin-right: 4%; align-items: center; justify-content: center; min-height: 90px; }
.banner_wrap.event_bw .event_btn:first-child img { max-height:38px; }
.banner_wrap.event_bw .event_btn span { margin-left: 10px; text-align: left; font-size: 16px; line-height: 22px;}
.banner_wrap.event_bw .event_btn:last-child { margin-right: 0;}
.banner_wrap.event_bw .event_btn a { display: flex; width: 100%; padding: 20px 15px;  text-align: center;  color: #fff; align-items: center;}


.speaker_lists { display: flex; }
.speaker_list { display: inline-block; float: left; width: 48%;  background: #fff; margin-right: 15px; border: 2px solid #eee; padding: 20px 10px; position: relative; text-align: center; }
.speaker_list:last-child { margin-right: 0; }
.speaker_list::before { position: absolute; content: ""; z-index: -1; left: -2px; top: 36%; bottom: auto; right: auto; width: 2px; height: 59px; background: #bcc5ce; z-index: 0;}
.speaker_list::after { position: absolute; content: ""; z-index: -1; right: -2px; top: 36%; bottom: auto; left: auto; width: 2px; height: 59px; background: #bcc5ce; z-index: 0;}
.speaker_img { width: 100%; float: left; margin-bottom: 20px; }
.speaker_img img { max-width: 90px; height: 90px; object-fit: cover; }
.about_speaker em { font-size:14px; }

.speaker_list:hover::before, .speaker_list:hover::after { background: #33AF4A; }
.speaker_name { font-weight:600; }
.about_speaker em { font-size: 12px; color: #555; }
.speaker_img img {  max-width: 90px;  border: 1px solid #eee; border-radius: 50%; }
.right-section .submitted-message {  color: #fff;}
.right-section input::placeholder, .right-section textarea::placeholder{color:#fff; opacity:1}
.right-section select option{color:#000000!important}
.right-section form.hs-form fieldset label.hs-error-msg { color: #000;}

.banner_wrap.event_bw .event_btn_wrap:last-child{margin-bottom: 0px;}
.banner_wrap.event_bw.event_cta_list::before {  content: none;}
.banner_wrap.event_bw.event_cta_list { height: auto; min-height: inherit; float: left; padding: 30px 0 0 0; width: 100%;}
.at-expanding-share-button[data-position="bottom-right"] {  bottom: 84px !important;  right: 21px !important;}

@media only screen and (max-width: 1024px) {
  .banner_wrap.event_bw .event_b_wrap { display: block;  float: left; width: 100%; }
  .banner_wrap.event_bw .event_btn_wrap { padding: 0 22%; }
  .bottom_banner_wrap .bbw_img {width: 70px !important; height: auto !important;}
  .banner_wrap {padding: 90px 10px;}
  .bottom_banner_wrap, #contactusForm {padding-left:10px;padding-right:10px;}
}
@media only screen and (max-width: 874px) { 
  .banner_wrap.event_bw .event_btn_wrap { padding: 0 15%; }
  .banner_wrap.event_bw .event_btn:first-child img { max-height: 32px; }
  .speaker_lists { display: inline-block; width: 100%; }
  .speaker_list { margin-top: 20px; margin-right: 0; width: 100%; text-align:left }
  .speaker_img { width: 25%; margin-bottom: 0; margin-right: 15px; }
  .speaker_list::before, .speaker_list::after{ top: 32%; }

}
@media only screen and (max-width: 767px) { 
  .left_section{padding-right:0px;}
  .speaker_img { width: 100%; margin-bottom: 20px; margin-right: 0;}
  .speaker_lists { display: flex; width: 100%; }
  .speaker_list { margin-top: 0; margin-right: 15px; text-align:center; }
  .banner_wrap.event_bw .myBtn { border: 3px solid #fff; width: 60px; height: 60px; text-align: center; }
  .banner_wrap.event_bw .myBtn img { max-height: 20px; }
  .speaker_list::before, .speaker_list::after{ top: 36%; }
  .banner_wrap.event_bw p { font-size: 30px;  padding: 0;}
}
@media only screen and (max-width: 707px) { 
  .banner_wrap.event_bw .event_btn_wrap { padding: 0 2%; display: flex; }
  .banner_wrap.event_bw .page-center{padding-top:0px;}
}
@media only screen and (max-width: 500px) { 
  .banner_wrap.event_bw .event_btn_wrap {  padding: 0; display: block;}
  .banner_wrap.event_bw .event_btn{ width: 100%; margin-bottom: 10px; margin-right: 0;}
  .banner_wrap.event_bw .event_btn:last-child img { max-height: 32px; }
  .speaker_lists { display: block; }
  .speaker_list { margin-top: 20px; margin-right: 0 };
}


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

  #contactusForm form.hs-form fieldset[class*="form-columns"] .hs-input {max-width: 100%;width: 100%;}
  #contactusForm form.hs-form fieldset .hs-form-field {padding-right:0px;}
  .mobile-width td {
    width: 100% !important;
    display: block;
  }
  .mobile-width td h3 {
    margin-top: 30px;
  }
}


/* 4 may 2020 */
.section.post-body table{
  width: 100%!important;
}
.section.post-body table tr td{
  padding: 0px 5px!important;
}
.custom-recent-post > h2{
  margin-top: 40px;
}.custom-footer-top-group{
  padding: 50px 20px 50px 20px;
}
.cm-blog-post-wrapper{
  padding: 25px 15px 25px 15px;
}
@media only screen and (max-width: 1024px) {
  .section.post-header h1{
    font-size: 24px;
    line-height: 1.5;
  }
  .section.post-body table tr td{
    font-size: 16px;
  }
  body{
    font-size:16px;
  }
  /*   .section.post-body{
  overflow-x: auto;
} */
  .custom-footer-form-title h2{
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cm-post-page-social{
    padding: 40px 10px 30px;
  }
  .hs-form-field {
    margin: 0 0 30px;
  }
  .hs-submit{
    margin-top: 10px;
  } 
  .custom-footer-bottom{
    padding: 50px 0px 50px 0px!important;
  }
  .custom-copyright{
    margin-top: 20px;
  }
  .section.post-body h2{
    font-size: 24px!important;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-share-btn{
    width: 45px!important;
    height: 45px!important;
  }
  .elementor-icon{
    font-size:22px;
  }
  .custom-copyright p {
    margin: 0px 15px 0px 15px;
  }
  .custom-footer-contact img{
    max-width: 20.55%;
  }
  .blog.hs-blog-post .body-container .page-center{
    padding: 0 0 0px;
  }
  .custom-footer-social {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .custom-footer-bottom{
    padding: 40px 0px 40px 0px!important;
  }
}
@media only screen and (max-width: 480px) {
  .custom-footer-form form.hs-form fieldset.form-columns-3 .hs-form-field, .hs-input{
    width:100%!important;
  }
  .custom-footer-form form.hs-form fieldset[class*="form-columns"] .input{
    margin-right: 0px;
  }
  .custom-footer-top-group{
    padding: 50px 30px 50px 30px;
  }
  .custom-footer-social{
    text-align: left;
    padding-bottom: 0px;
  }
  .custom-footer-social-title h2 {
    text-align: left;
  }
  .custom-copyright p {
    text-align: left;
  }
  .section.post-body table tr td{
    font-size: 13px;
  }
  .section.post-body table tr th{
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .custom-footer-form .hs-button.primary{
    font-size: 16px;
    padding: 12px 15px;
  }
}


/* 10-06-style */

html {
  -webkit-text-size-adjust: 100%;
}

.custom-logo img {
  max-width: 100%;
  width: 115px;
}

.right-section form.hs-form fieldset label {
  font-size: 15px;
}

.right-section .hs-form-field {
  margin: 0 0 15px;
}

.right-section .hs-button.primary.large:focus {
  outline: none;
}

.right-section .no-list.hs-error-msgs.inputs-list {
  width: 100%;
  position: static;
  background: transparent;
  padding: 2px 0 !important;
  box-shadow: none;
}

.right-section form.hs-form fieldset label.hs-error-msg {
  color: #f00;
  line-height: 1.2;
  font-size: 13px;
}

.right-section input.hs-input.error {
  box-shadow: none;
}

.custom-footer-contact img {
  max-width: 100px !important;
  width: 100%;
}

.right-section input:focus, .right-section select:focus {
  outline: none;
}

.right-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://go.siklu.com/hubfs/down-arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 25px;
}



@media only screen and (max-width: 991px) {
  .left_section {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px !important;
  }
  .right-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
  }
  .right-section > div {
    background: #561b4b;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 34px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .left_section td {
    width: 100% !important;
    display: block;
  }
  .left_section td img {
    margin-bottom: 20px;
  }
  .tlr_form .page-center {
    padding: 20px 10px;
  }
  .custom-footer-bottom .elementor-social-icon i {
    top: 0;
  }
  .custom-footer-bottom .elementor-social-icon:not(:last-child) {
    margin-right: 7px;
  }
  .custom-footer-bottom .elementor-icon {
    font-size: 19px;
  }
  .left_section p {
    font-size: 16px;
  }
}


.btm-leftimg.bcover{
  float:right;
}
.btm-leftimg {
  display: block;
  margin: 0;
}
.btm-leftimg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transform: scale(1);
  margin: 0px 10px 10px 0px;
}
.service_user {
  text-align: center;
  max-width: 106px;
  margin: 0px auto;
}
.service_user img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  transform: scale(1);
}

.custom-footer__copyright {
  padding: 20px;
  background-color: #222222;
}

.custom-footer__copyright p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.custom-footer__copyright p a {
  color: #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.custom-footer__copyright p a:hover {
  color: #606060;
}

@media only screen and (max-width: 767px) {
  .custom-footer__copyright p {
    text-align: center;
  }
}

.cm-post-featured-image {
  max-width: 500px;
  width: 100%;
}



/* 27-08-style */

.custom-footer-bottom {
  background-image: none;
  padding: 0 0 80px;
}

.onlyfooter .custom-footer-bottom {
  padding-top: 80px;
}

.custom-footer__logo {
  margin-bottom: 35px;
  padding-left: 10px;
}

.custom-footer__logo img {
  max-width: 100%;;
  width: 100px;
}

.custom-footer-social a {
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.custom-footer-social a i {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}

.custom-footer-contact h2:nth-of-type(2) {
  margin: 0;
}

.custom-footer-contact p + h2 {
  margin-top: 35px !important;
}

.custom-copyright {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .custom-footer-bottom {
    padding: 0 0 50px 0 !important;
  }
  .onlyfooter .custom-footer-bottom {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .custom-footer-social a {
    width: 38px;
    height: 38px;
  }
}

.fuf {
  background-color: #e2e2e2;
  padding: 50px 0;
}

.fuf__wrap {
  padding: 0 10px;
}

.fuf__icon {
  margin-bottom: 20px;
}

.fuf__icon img {
  width: 56px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fuf__icon img:hover {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fuf__content {
  margin-bottom: 40px;
  text-align: center;
}

.fuf__content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #561b4b;
}

.fuf__form .form-columns-3 > div {
  padding: 0 !important;
  margin-right: 40px;
  width: calc(100% / 3 - 27px) !important;
}

.fuf__form .form-columns-3 > div:last-child {
  margin-right: 0;
}

.fuf__form input, .fuf__form select {
  height: 48px;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fuf__form select {
  background-image: url(https://f.hubspotusercontent10.net/hubfs/3452063/down-chevron.svg);
  background-size: 9px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 25px;
}

.fuf__form input:focus,
.fuf__form select:focus {
  outline: none;
}

.fuf__form input[type="submit"] {
  max-width: 218px !important;
  font-weight: 900;
}

.fuf__form input[type="submit"]:hover{
  -webkit-animation-name: elementor-animation-bob-float,elementor-animation-bob;
  animation-name: elementor-animation-bob-float,elementor-animation-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

@-webkit-keyframes elementor-animation-bob-float{
  100%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
}
@keyframes elementor-animation-bob-float{
  100%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
}
@-webkit-keyframes elementor-animation-bob{
  0%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
  50%{
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px)
  }
  100%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
}
@keyframes elementor-animation-bob{
  0%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
  50%{
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px)
  }
  100%{
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
}

.fuf__form input.hs-input.error {
  box-shadow: none;
}

.fuf__form .no-list.hs-error-msgs.inputs-list {
  box-shadow: none;
  position: static;
  background-color: transparent;
  padding: 0 !important;
  margin-top: 4px;
}

.fuf__form .submitted-message {
  text-align: center;
}

.fuf__form .submitted-message p {
  margin: 0;
  color: #561b4b;
}

@media only screen and (max-width: 767px) {
  .fuf__form .form-columns-3 > div {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .blog.hs-blog-post .blog-content {
    margin-top: 0 !important;
  }
}

.fbm {
  padding: 80px 0 40px;
}

.fbm__inner {
  padding: 0 10px;
}

.fbm ul {
  margin: 0;
  padding: 0;
}

.fbm ul li:not(:last-child) {
  margin-right: 6px;
}

.fbm ul li:not(:last-child)::after {
  content: "\f101";
  font-family: 'fontAwesome';
  margin-left: 6px;
}

.fbm ul li {
  list-style: none;
  font-size: 15px;
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .fbm {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1025px){
  .submenu.submenu-pic>li .pic {
    height: 100px;
  }
}
@media (min-width: 1600px){
  .submenu.submenu-pic>li .pic {
    height: 150px;
  }
}

.casestudy-temp .at-expanding-share-button-desktop{
  display:none;
}

.custom-footer-bottom {
  background: none;
}

.footer-with-breadcrub {
  background-color: #f0f0ef;
  background-image: url(https://f.hubspotusercontent10.net/hubfs/3452063/stripes-alt-2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.blog-listing-wrapper {
  overflow: hidden;
}