/* @import url('http://example.com/example_style.css'); */

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

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

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

/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Missing Template at Path: \'Templates\/Custom\/Page\/Regal LP\/css\/variable.css\' */
/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.body-container-wrapper  {margin-top:85px;}

body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    background:#f8f8f8;
    color:#333333;
  font-weight: 500;
}
@media screen and (max-width: 959px){
  body {
    font-size: 14px;
  }
}
a{
    color:#333333;
}
.body-container-wrapper{
    padding:0;
}
h1 {
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:1.2;
  letter-spacing: .04em;
}
/* h2 {
    font-family: Old Standard TT;
} */
h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
}

/*************************************************** Header **********************************************/
.header-container-wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding:0 0 0 0;
    background:#fff;
}
.header-container{
    padding:0;
}
.header-container .hs_cos_wrapper_type_logo a img {
    margin: 0px 0 0px 0 !important;
}
.header-container .hs_cos_wrapper_type_logo a img{
    margin:0;
}
.header {
    position: relative;
}
.header .hs-menu-wrapper > ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after{
    background:#000;
}
.mobile-trigger{
    top:25px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    max-width:none;
    padding:31px 20px;
}
/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {
    background: #0585fc;
    color: #fff;
    margin-left: 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
} */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    min-width:200px;
    border: none;
    border-radius: 0;
    padding:0;
    top:83px;
    box-shadow: 0 3px 7px #333333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul:before{
    display:none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    width:100%;
    padding:15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background:#0585fc !important;
    color:#fff !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover
{
    background:#0585fc !important;
    color:#fff !important;
}
.child-trigger::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 26px;
    font-size: 20px;
}
.hs-item-has-children > a {
    padding-right: 30px !important;
}
.child-trigger{
    display:block !important;
}
a.child-trigger {
    display: none !important;
}
@media ( max-width:1023px ){
.header-container{
    padding:0;
}
.container-fluid .row-fluid .page-center{
    padding:0 10px;
}
.header ul{
    transform:translateY(0) !important;
    -webkit-transform:translateY(0) !important;
    -ms-transform:translateY(0) !important;
    -o-transform:translateY(0) !important;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper{
    top:78px !important;
}
a.child-trigger {
    display: none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding:10px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a{
    margin-left:0;
    margin-top:0;
}
.child-trigger{ height:65px !important; }
.child-trigger::before{
    display:none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding:10px 15px;
}
}

/******************************************************* Footer ********************************************************************/
.footer-top { background: rgba(9,22,28,1.0); color: #fff; padding:0; }
.footer-bottom { background:rgba(9,22,28,1.0); color: #fff; }
.footer-top li{
    list-style:none;
    padding:0;
}
.footer-top ul{
    padding:0;
    margin:0;
}
/*.footer-top p{
    margin:0;
}*/
.footer-top li:before{
    display:none !important;
}
.footer-top a{
    color:#fff;
}
.footer-bottom p { font-size: 12px; margin:20px 0; }
.hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 20px 0;
    text-align: right;
    width: 100%;
}
.hs_cos_wrapper_type_social_sharing img { display: none; }
.fm_button span{ background:none!important; }
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    color: #fff !important;
    width: 35px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 35px !important;
    margin:0 3px !important;
    padding: 5px 0 0 0 !important; 
}
.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { content: "\f09a"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { content: "\f0e1"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { content: "\f081"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { content: "\f0d5"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { content: "\f0d2"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content: "\f0e0"; }
.fm_youtube>span:before{ content: "\f16a" ; }
.hs_cos_wrapper_type_social_sharing a:first-child, .fm_facebook{ background:#3b5998;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3), .fm_twitter{ background:#55acee;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2), .fm_linkedin{ background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(4), .fm_googleplus{ background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5), .fm_pinterest{ background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(6){ display: none !important; }



/*************************************************** Featured Article ******************************************************/
.featured-article {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
}
.featured-article .inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    text-align:center;
}
.featured-article .inner .page-center{
    max-width:800px;
}
.featured-article .inner h1 {
    line-height: 60px;
    margin: 20px 0;
}
.featured-article .inner h1 a{ color:#fff; }
.featured-article .inner .topic-link{
    color:#fff;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:14px;
    font-weight:bold;
}
.featured-article .inner p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.featured-article .read-more {
    background: #fff;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.featured-article .read-more:hover{
    background:#0585fc;
    color:#fff;
}

/********************************************************** Post Listing *****************************************************/
.blog-listing-one {
    padding: 45px 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-topics { 
    text-align:center; 
    margin-top:0;
    padding: 0;
    background: #eaebed;
}
.blog-topics ul {
    padding: 0 0 0 0;
    margin: 0;
}
.blog-topics ul li {
    display: inline-block;
}
.blog-topics ul li a{ 
    padding:20px 25px; 
    display:inline-block;
}
.blog-listing-one .post-item {
    width: 33.33%;
    text-align: left;
    padding:0 15px 0 15px !important;
    display: inline-block;
    margin: 15px -2px;
    vertical-align: top;
}
.post-item .post-inner .hs-featured-image-wrapper {
    position: relative;
    text-align: center;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
    background: #fff;
    padding: 10px 20px; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    opacity:0;
}
.post-item .post-inner .hs-featured-image-wrapper .read-more:hover{
    background:#0585fc;
    color:#fff;
} 

.post-item .post-inner:hover .hs-featured-image-wrapper .read-more{
    opacity:1;
}
.blog-listing-one .post-item .post-inner{
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.blog-listing-one .post-item .post-inner:hover {
    box-shadow: 0 0 16px #e0e0e0;
}
.blog-listing-one .post-item .short-desc {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    background: #fff;
    width: 100%;
    font-weight:bold;
    /*border-bottom: 1px solid #e0e0e0;*/
    /*border-left: 1px solid #e0e0e0;*/
    /*border-right: 1px solid #e0e0e0;*/
    min-height:150px;
}
.blog-listing-one .post-item .short-desc .post-title {
    font-size: 21px;
    line-height: normal;
    font-weight: bold;
    opacity: 1;
    min-height: 110px;
    display: inline-block;
    color: #333;
}
.blog-listing-one .post-item .short-desc .post-title:hover{
    color:#777;
}
.blog-listing-one .post-item img{
    margin:0 !important;
}
.blog-pagination .next-posts-link,
.blog-pagination .previous-posts-link{
    float:none;
}
.blog-pagination li{
    list-style:none;
    display:inline-block;
}
/*.blog-pagination a {*/
/*    padding: 0 0;*/
/*    display: inline-block;*/
/*    border-radius: 0;*/
/*    margin: 0 5px;*/
/*    font-family: Old Standard TT;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*}*/
/*.blog-pagination .active a{*/
/*    color:#0585fc;*/
/*}*/
.blog-pagination a{
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 100%;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.blog-pagination a:hover{
    background: transparent;
    box-shadow: none;
}
.blog-pagination .active a{
    color:#0585fc;
}
.blog-pagination .hide{
    display:none;
}
.blog-pagination a .fa-angle-right {
    margin-left: 5px;
    font-size: 20px;
}
.blog-pagination ul{
    padding:0;
}
.blog-pagination a .fa-angle-left {
    margin-right: 5px;
    font-size: 20px;
}
.blog-listing-one .topic-link, 
.blog-listing-one .hubspot-topic_data {
    color: #0585fc;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.hooke-style {
    font-size: 24px;
    line-height: 32px;
    margin: 35px 0;
}
.photo-credit-caption {
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom:20px;
}
.section.post-body .hs_cos_wrapper_type_rich_text ul li::before{ display: none !important; }
.section.post-body .hs_cos_wrapper_type_rich_text ul li{ list-style: disc; padding:5px 0; }
.section.post-body .hs_cos_wrapper_type_rich_text ol li{ list-style: url !important; padding:5px 0;}
.section.post-body .hs_cos_wrapper_type_rich_text ul{ padding-left: 45px; margin-bottom:30px; }
.section.post-body .hs_cos_wrapper_type_rich_text ol{ padding-left: 45px; margin-bottom:30px; }
mark { background: #0585fc; color: #fff; }
.pro-tip { background: #d9edf7; padding: 10px; }
.pro-tip strong{ text-transform:uppercase; }
.editor-note { background: #ebebeb; padding: 30px; margin:30px 0; }
.editor-note strong {
    display: inherit;
    text-transform: uppercase;
}
.editor-note .designation{ margin-top: 10px; }
.section.post-body a { color: #0585fc; text-decoration: underline; margin-top:1em;}
.section.post-body .two-column {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.section.post-body blockquote { display: inline-block; margin:95px 0 40px 0; position: relative; }
.section.post-body blockquote p {
    font-size: 30px;
    position:relative;
    z-index:9999;
    color: #fc6805;
    text-align:left;
    line-height:normal;
    margin: -55px 0 0 80px;
}
.section.post-body blockquote .designation{ text-align:left; margin-left: 85px; }
.section.post-body blockquote img {
    width: auto !important;
    position: absolute;
    top: -50px;
    left: 6%;
    margin-left: -50px;
    /*opacity: 0.3;*/
}
.section.post-body h6 { text-transform: uppercase; }
.left-image img {
    width: auto !important;
    float: left !important;
    margin: 0 30px 10px 0 !important;
}
.right-image img {
    width: auto !important;
    float: right !important;
    margin: 0 0 10px 30px !important;
}



/****************************************************************** Blog Post **********************************************************************/
.blog-post-section .widget-type-blog_content {
    background: #fff;
    padding: 60px;
    box-shadow: 0 0 6px #e0e0e0;
}
.blog-post-section {
    padding: 60px 0;
}
.blog-post-wrapper .hs-featured-image {
    margin: 30px 0 20px 0 !important;
    width: 100% !important;
    max-width: none !important;
 display:none;
}
.blog-post .category {
   /* display: inline-block;*/
  display:flex;
  width:100%;
}
.blog-post .category .topic-link::before {
    /*font-family: FontAwesome;
    content: "\f02c";*/
  content:none;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    color: #999;
  color:#000;
  font-size:8px;
  
}
.blog-post .category .topic-link {
background-color: #7e7e7e;
    padding: 4px 8px;
    border: 1px solid #7e7e7e;
    font-size: 9px;
    color: #fff;
    margin-top: 4px;
    max-height: 26px;
    white-space: nowrap;
}
.blog-post .date {
    display: inline-block;
   padding: 1px 0 0 10px;
  font-size:13px;
}
.blog-post .date::before {
    font-family: FontAwesome;
    /*content: "\f017";
    display: inline-block;*/
    content:none;
    padding-right: 0px;
    vertical-align: middle;
    color: #999;
    margin-left: 0px;
}
.blog-post .blog-listing-author {
    display: inline-block;
  text-align: left;
}
.blog-listing-author span {
    color: #000;
    text-decoration: none;
    font-weight: 600;
  font-size:13px;
}
.hs-blog-social-share{
    width:100%;
}
/*.blog-post h1 {*/
/*    font-size: 36px;*/
/*    line-height: normal;*/
/*}*/
.blog-post  .blog-listing-wrapper.style-one.cell-wrapper {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.blog-post-section .widget-type-blog_subscribe {
    background: #0585fc;
    color: #fff;
    text-align: center;
    padding: 30px;
    margin-top:30px;
}
.blog-post-section .widget-type-blog_subscribe h3 {
    font-size: 18px;
    text-transform:uppercase;
}
.blog-post-section .widget-type-blog_subscribe input {
    width: 100% !important;
    border-radius: 0;
    border: none;
    height:45px;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large {
    background: #fff;
    border: navajowhite;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    height:auto;
}
.blog-post-section .widget-type-blog_subscribe .hs-button.primary.large:hover{
    color:#000;
}
.blog-post-section .widget-type-blog_subscribe .hs-error-msgs label {
    color: red;
    text-shadow: none;
    font-size: 14px;
    text-align: left !important;
    font-weight: normal;
}
.blog-post-section .recent-post{
    margin-top:25px;
}
.blog-post-section .recent-post ul {
    padding: 0 0 10px 17px;
}
.blog-post-section .recent-post ul li {
    margin: 15px 0;
}
.blog-post-section .post-by-tag ul {
    padding: 0 0 0 17px;
}
.blog-post-section .post-by-tag ul li {
    margin: 15px 0;
}
.blog-post-section input {
    height: 45px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.blog-post-section textarea {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.blog-post-section .hs-form-booleancheckbox input{
    height:auto !important;
}
.blog-post-section input:focus{
    box-shadow:none !important;
}
.blog-post-section .hs-error-msgs label {
    color: red;
    text-shadow: none;
    font-size: 14px;
    text-align: left !important;
    font-weight: normal;
}
.blog-post-section .hs-button.primary {
    background: #3a9927 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold !important;
    width: 100%;
    height: 60px !important;
    font-size: 18px;
}
.blog-post-section .hs-search-module .input{
    position:relative;
}
.blog-post-section .hs-search-module .input input {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 45px;
    width: 100%;
}
.blog-post-section .hs-search-module .input input:focus{
    box-shadow:none !important;
}
.blog-post-section .hs-search-module .hs-button {
    position: absolute;
    width: 40px;
    height: 45px;
    font-size: 16px;
    font-family: fontawesome,'Raleway',sans-serif;
    color: #fff;
    background-color: #0585fc;
    line-height: 45px;
    padding: 0;
    text-align: center;
    top: 0;
    right: 0;
    cursor: pointer;
    min-width: 0;
    border: none;
    border-radius: 0;
}
.blog-post-section .widget-type-google_search label {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    margin: 0 0 0;
}
.widget-type-blog_comments .section.post-footer {
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
}
.blog-post-section .hs-form  {
    /*background: #fff;*/
    padding: 60px 45px ;
    /*box-shadow: 0 0 6px #e0e0e0;*/
}
.blog-post-section .hs-form  .hs_firstname, 
.blog-post-section .hs-form  .hs_lastname, 
.blog-post-section .hs-form  .hs_email, 
.blog-post-section .hs-form  .hs_website {
    width: 50%;
    display: inline-block;
    padding:0 15px;
    vertical-align: top;
}
.blog-post-section .hs-form  .hs-error-msgs.inputs-list {
    margin: 0;
}
.blog-post-section .hs-form  .hs_comment.field {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.blog-post-section .hs-form .hs_submit,
.blog-post-section .hs-form .hs_subscribe{
    padding:0 15px;
}
.blog-post-section .hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field{
    margin-left:15px;
}
.comment-date {
    font-size: 0.8em;
    color: #666;
    display: inherit !important;
    text-align: left;
}
.comment-from h4 {
    font-size: 16px !important;
    text-transform:uppercase;
    margin: 0;
    color: #0585fc;
}
.comment-from h4 a:hover{
    color:#0585fc;
}
.comment-reply-to.hs-button {
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    width: 55px;
    overflow: hidden;
    height: 20px;
}
.comment {
    position: relative;
    border:none;
}
.comment.depth-0{
    border:none !important;
}
.comment-reply-to::before{
    display:none;
}
.comment-reply-to em{
    display:none;
}
.comment-body{
    padding:0;
}
.related-posts {
    display: inline-block;
    width: 100%;
    padding: 60px 60px 60px 60px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
    margin-top: 30px;
}
.related-posts .related-post-item {
    width: 33.33%;
    float: left;
    padding: 0 30px 0 0;
    max-height: 170px;
    overflow: hidden;
}
.related-posts h5,
.related-posts h2 {
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    background: inherit;
    color: inherit;
}

.related-posts h2::before {
  content: none;
}

.related-posts .related-title a {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    display: inline-block;
}
.blog-post-section .comment-header {
    background: #fff;
    padding: 30px 60px 30px;
    box-shadow: 0 0 6px #e0e0e0;
}
.blog-post-section .comment-header h4 {
    float: left;
    margin: 12px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
}
.blog-post-section .comment-header a {
    float: right;
    background: #0585fc;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:2px;
}
#comments-listing {
    border-bottom: 0;
    /*background: #fff;*/
    padding: 0 60px 30px;
    margin-bottom: 0;
    margin-top: 0;
    /*box-shadow: 0 0 6px #e0e0e0;*/
    border-bottom: 1px solid #e0e0e0;
}
.blog-post-section .author-detail {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px #e0e0e0;
    padding: 60px;
    margin-top: 30px;
}
.blog-post-section .author-detail .author-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 12px 0;
    margin-bottom: 30px;
}
.blog-post-section .author-detail .author-header h6{
    font-size: 16px;
    text-transform: uppercase;
}
.blog-post-section .author-detail .image {
    width: 120px;
    float: left;
    margin-right:30px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
}
.blog-post-section .author-detail .image img{
    width:100%;
    border-radius:100%;
}

.blog-post-section .author-detail .image .hs-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.blog-post-section .author-detail .author-description a.hs-author-social-link {
    padding-right: 10px;
    font-size: 20px;
}
.blog-post-section .author-detail .author-description .author-link {
    font-weight: 600;
    font-size: 18px;
}




/******************************************************************* Blog Listing Three ****************************************************************/
.blog-listing-three {
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-three .post-item .post-inner  #hubspot-topic_data {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0585fc;
    padding: 2px 10px;
    margin:0;
    display:none;
}
.blog-listing-three .featured-article .inner h1{
   font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-three #hubspot-topic_data a{
    color:#fff;
}
.blog-listing-three .post-item .post-inner .short-desc #hubspot-author_data{
    float: none !important;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 10px;
}
.blog-listing-three .post-item .post-inner .short-desc #hubspot-author_data img {
    width: 35px !important;
    border-radius: 100%;
    float: left;
    margin-right: 15px !important;
}
.blog-listing-three .post-item .post-inner .short-desc #hubspot-author_data .author-link {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}
.blog-listing-three .post-item .post-inner  .post-title{
    font-size:21px;
    font-weight:700;
    line-height:normal;
    display: inline-block;
    height: 78px;
    overflow: hidden;
    min-height: auto;
}
.blog-listing-three .post-item .post-inner  .post-title:hover{
    color:#777777;
}
.blog-listing-three .post-item .short-desc{
    font-weight:normal;
    font-size:14px;
}
.blog-listing-three .post-item .short-desc .date {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
/*.blog-listing-three  .blog-pagination a{*/
/*    font-size: 14px;*/
/*    font-family: Montserrat !important;*/
/*    font-weight: 600;*/
/*    padding: 10px 18px;*/
/*    border-radius: 100%;*/
/*    transition:ease-in-out all 0.4s;*/
/*    -webkit-transition:ease-in-out all 0.4s;*/
/*    -ms-transition:ease-in-out all 0.4s;*/
/*    -o-transition:ease-in-out all 0.4s;*/
/*}*/
/*.blog-listing-three  .blog-pagination a:hover{*/
/*    background: #fff;*/
/*    box-shadow: 0 0 10px #e0e0e0;*/
/*}*/

/*.blog-listing-three .post-item .post-inner .post-title {height:initial;}*/

.blog-listing-three .post-item .post-inner .post-title {
font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    height: 78px;
    overflow: hidden;
    min-height: 58px!important;

}
/******************************************************************* Blog Listing Four ****************************************************************/
.blog-listing-four {
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-four .post-item {
    width:25%;
}
.blog-listing-four .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    max-height:none !important;
    width:100%;
}
.blog-listing-four .post-item .post-inner  #hubspot-topic_data {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0585fc;
    padding: 2px 10px;
    margin:0;
    display:none;
}
.blog-listing-four .featured-article .inner h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-four #hubspot-topic_data a{
    color:#fff;
}
.blog-listing-four .post-item .post-inner .short-desc #hubspot-author_data{
    float: none !important;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 10px;
}
.blog-listing-four .post-item .post-inner .short-desc #hubspot-author_data img {
    width: 35px !important;
    border-radius: 100%;
    float: left;
    margin-right: 15px !important;
}
.blog-listing-four .post-item .post-inner .short-desc #hubspot-author_data .author-link {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}
.blog-listing-four .post-item .post-inner  .post-title{
    font-size:21px;
    font-weight:700;
    height:78px;
    display:inline-block;
    overflow:hidden;
    line-height:normal;
    min-height:auto;
}
.blog-listing-four .post-item .post-inner  .post-title:hover{
    color:#777777;
}
.blog-listing-four .post-item .short-desc{
    font-weight:normal;
    font-size:14px;
}
.blog-listing-four .post-item .short-desc .date {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
/*.blog-listing-four  .blog-pagination a{*/
/*    font-size: 14px;*/
/*    font-family: Montserrat !important;*/
/*    font-weight: 600;*/
/*    padding: 10px 18px;*/
/*    border-radius: 100%;*/
/*    transition:ease-in-out all 0.4s;*/
/*    -webkit-transition:ease-in-out all 0.4s;*/
/*    -ms-transition:ease-in-out all 0.4s;*/
/*    -o-transition:ease-in-out all 0.4s;*/
/*}*/
/*.blog-listing-four  .blog-pagination a:hover{*/
/*    background: #fff;*/
/*    box-shadow: 0 0 10px #e0e0e0;*/
/*}*/






/******************************************************************* Blog Listing Five ****************************************************************/
.blog-listing-five {
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-five .post-item {
    width:100%;
}
.blog-listing-five .post-item .post-inner  #hubspot-topic_data {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0585fc;
    padding: 2px 10px;
    margin:0;
    display:none;
}
.blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
    position: relative;
    text-align: center;
    display:table-cell;
    width:50%;
    vertical-align:middle;
}
.blog-listing-five .featured-article .inner h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-five #hubspot-topic_data a{
    color:#fff;
}
.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data{
    float: none !important;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 10px;
}
.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data img {
    width: 35px !important;
    border-radius: 100%;
    float: left;
    margin-right: 15px !important;
}
.blog-listing-five .post-item .post-inner .short-desc #hubspot-author_data .author-link {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}
.blog-listing-five .post-item .post-inner  .post-title{
    font-size:21px;
    font-weight:700;
    line-height:normal;
    min-height:auto;
}
.blog-listing-five .post-item .post-inner  .post-title:hover{
    opacity:0.6;
}
.blog-listing-five .post-item .post-inner {
    display:table;
    width:100%;
    background:#fff;
}
.blog-listing-five .post-item .short-desc{
    font-weight:normal;
    font-size:14px;
    display:table-cell;
    width:50%;
    vertical-align:middle;
}
.blog-listing-five .post-item .short-desc .date {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
/*.blog-listing-five  .blog-pagination a{*/
/*    font-size: 14px;*/
/*    font-family: Montserrat !important;*/
/*    font-weight: 600;*/
/*    padding: 10px 18px;*/
/*    border-radius: 100%;*/
/*    transition:ease-in-out all 0.4s;*/
/*    -webkit-transition:ease-in-out all 0.4s;*/
/*    -ms-transition:ease-in-out all 0.4s;*/
/*    -o-transition:ease-in-out all 0.4s;*/
/*}*/
/*.blog-listing-five  .blog-pagination a:hover{*/
/*    background: #fff;*/
/*    box-shadow: 0 0 10px #e0e0e0;*/
/*}*/
.blog-listing-five .sidebar .widget-type-blog_subscribe h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-listing-five .sidebar .widget-type-blog_subscribe .hs-form-required{
    display:none;
}
.blog-listing-five .sidebar{
    padding-top:60px;
}
.blog-listing-five .sidebar .widget-type-blog_subscribe input{
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 45px;
}
.blog-listing-five .sidebar .widget-type-blog_subscribe input:focus{
    box-shadow:0 0 16px #e0e0e0;
}
.blog-listing-five .sidebar .widget-type-blog_subscribe .hs-button.primary.large {
    background: #0585fc;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 0;
}
.blog-listing-five .sidebar .widget-type-blog_subscribe  .hs-error-msgs  label{
    color:red;
    font-size:14px;
    font-weight:normal; 
}
.blog-listing-five .sidebar .related-post .image {
   width: 70px;
    float: left;
    height: 40px;
    overflow-y: hidden;
    object-fit: fill;
}
.blog-listing-five .sidebar .related-post .image　img {
  heigh:40px;
}


.blog-listing-five .sidebar .related-post {
    display: inline-block;
    width: 100%;
  border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.blog-listing-five .sidebar .related-post:last-child {
  border-bottom: none!important;
}

.blog-listing-five .sidebar .detail {
    padding-left: 85px;
    line-height:normal;
    padding-bottom:20px;
}
.blog-listing-five .sidebar .detail .date{
    font-size:14px;
    margin-top:5px;
}
.blog-listing-five .sidebar .tabber-content{
    padding:30px 15px;
    border:none;
    background:transparent;
}
.blog-listing-five .sidebar .tabber-tabs li a{
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
  border-bottom:none !important;
    /*border-bottom:4px solid transparent;*/
    font-weight:600;
}

.blog-listing-five .sidebar .detail a,
.blog-listing-five .sidebar .detail h3{
  font-size:14px;
  font-weight:600;
  overflow: hidden;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0;
  border-left: none;
  margin-bottom: 0;
}
.blog-listing-five .sidebar .detail a:hover{
    color:#777777;
}
.blog-listing-five .sidebar .tabber-tabs  li{
    width:50%;
}
/*.blog-listing-five .sidebar .tabber-tabs{*/
/*    border:none; */
/*}*/
.blog-listing-five .sidebar .tabber-tabs .active a{
    border-color:#3A9927;
    background:transparent;
}
.blog-listing-five .sidebar .topic-list h3 {
    font-family: 'Noto Sans JP', sans-serif;



  color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
    background-color: black;
    padding: 10px 10px;
    border: none !important;
    border-radius: 0px !important;
  margin-bottom:0px;
}
  
.topic-list {

background-color:#fff;
  
}
.blog-listing-five .sidebar .topic-list ul{
    margin:0;
    padding:10px;
}
.blog-listing-five .sidebar .topic-list ul li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    display: inline-block;
    margin: 5px 0;
}
.blog-listing-five .sidebar .topic-list ul li {
    display:inline-block;
}
.blog-listing-five .sidebar .topic-list ul li a:hover{
    background:#3A9927;
    color:#fff;
    border-color:#3A9927;
}














/******************************************************************* Blog Listing Six ****************************************************************/
.blog-listing-six {
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-six .post-item {
    width: 25%;
    padding: 0 !important;
    background-size: cover;
    background-position: center;
    margin:0  !important; 
    height:350px;
    color:#fff;
    float:left;
} 
.blog-listing-six .post-item .post-inner{
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position:relative;
}
.blog-listing-six .featured-article .inner h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-six .post-item .post-inner .short-desc #hubspot-author_data{
    float:none;
}
.blog-listing-six .post-item .post-inner .short-desc #hubspot-author_data img {
    width: 35px !important;
    border-radius: 100%;
    float: left;
    margin-right: 15px !important;
}
.blog-listing-six .post-item .post-inner .short-desc .post-title{
    color:#fff;
    font-size:21px;
    font-weight:600;
    min-height:auto;
}
.blog-listing-six .post-item .post-inner .short-desc #hubspot-author_data .author-link {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    color:#fff;
}
.blog-listing-six .post-item .short-desc{
    position:absolute;
    bottom:-15px;
    background:transparent;
    /*transform: translateY(105px);*/
    transition:ease-in-out all 0.4s;
    transform: translate3d(0,0,0);
    -webkit-transition:ease-in-out all 0.4s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transition:ease-in-out all 0.4s;
    -ms-transform: translate3d(0,0,0);
    -o-transition:ease-in-out all 0.4s;
    -o-transform: translate3d(0,0,0);
}
.blog-listing-six .post-item .short-desc .date {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}
.blog-listing-six .post-item .short-desc p {
    line-height: 22px;
    margin-bottom:20px;
}
.blog-listing-six .post-item .short-desc{
    font-size:14px;
    font-weight:normal;
}
.blog-listing-six .post-item .short-desc .content {
    max-height: 1em;
    line-height: 2;
    overflow: hidden;
    color: rgba(255,255,255,0.8);
    -webkit-transition: max-height .4s ease, margin .4s ease;
    -moz-transition: max-height .4s ease, margin .4s ease;
    transition: max-height .4s ease, margin .4s ease;
}
.blog-listing-six .post-item:hover .short-desc .content{
    max-height:10em;
}
.blog-listing-six .post-item:hover .short-desc{
    bottom:0;
}
/*.blog-listing-six .post-item:hover .short-desc{*/
/*    transform: translateY(0);*/
/*}*/
.blog-listing-six .post-item .post-inner:hover{
    box-shadow:none;
}
.blog-listing-six .blog-listing-one{
    padding:0;
}


/******************************************************************* Blog Listing Seven ****************************************************************/
.blog-listing-seven {
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-seven .featured-article .inner h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-seven .post-item {
    max-width: 910px;
    width: 100% !important;
    margin: 0 auto 60px auto !important;
    float: none !important;
    display: inherit !important;
    /*border-bottom:1px solid #e0e0e0;*/
}
.blog-listing-seven .post-item .post-inner:hover{
    box-shadow:none;
}
.blog-listing-seven .post-item .post-inner .hs-featured-image {
    max-height: none !important;
    width: 100%;
}
.blog-listing-seven .post-item .short-desc{
    background:transparent; 
    padding:30px 70px;
    font-size:14px;
    font-weight:normal;
}
.blog-listing-seven .post-item .short-desc .post-title{
    min-height:auto;
}
.blog-listing-seven .post-item .short-desc h4{
    line-height:normal;
    font-family: 'Noto Sans JP', sans-serif;
}
.blog-listing-seven .post-item .hs-author-avatar{
    width:30px;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.blog-listing-seven .post-item .hs-author-avatar img{
    border-radius:100%;
}
.blog-listing-seven .post-item .short-desc .date {
    display: inline-block;
}
.blog-listing-seven .post-item .short-desc .date span {
    padding: 0 5px 0 15px;
}
.blog-listing-seven .post-item .short-desc #hubspot-author_data {
    float: none;
    display: inline-block;
    margin-left:10px;
}
.blog-listing-seven .post-item .short-desc .continue-reading {
    border: 2px solid #3A9927;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    font-weight:bold;
    border-radius: 0;
    color:#3A9927;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.blog-listing-seven .post-item .short-desc .continue-reading:hover{
    background:#3A9927;
    color:#fff;
}
.blog-listing-seven .post-item .hs_cos_wrapper_type_social_sharing{
    width:auto;
    margin-left:15px;
}
.blog-listing-seven .post-item .hs_cos_wrapper_type_social_sharing a, .fm_button span{
    line-height:26px;
}
/*.blog-listing-seven .blog-pagination a {*/
/*    padding: 7px 16px;*/
/*    display: inline-block;*/
/*    margin: 0 5px;*/
/*    font-family: Montserrat;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    border: 1px solid #0585fc;*/
/*    border-radius: 100%;*/
/*}*/
/*.blog-listing-seven  .blog-pagination a .fa-angle-left,*/
/*.blog-listing-seven  .blog-pagination a .fa-angle-right{*/
/*    margin:0;*/
/*}*/



/************************************************************************ Blog Listing Eight **************************************************************************************/
.blog-listing-eight {
    font-family: 'Noto Sans JP', sans-serif;
}

.blog-listing-eight .post-listing {
  display: flex;
  flex-wrap: wrap;
}

.blog-listing-eight .blog-section{
    padding-top:25px;
}
.blog-listing-eight .featured-article .inner h1{
    font-family: 'Noto Sans JP', sans-serif;
} 
.blog-listing-eight .post-item {
    /*max-width: 350px;*/
    padding: 0 15px 30px !important;
    width:33.33%;
    padding-bottom:30px;
}
.blog-listing-eight .post-item .post-inner{
    background: #fff;
    /*box-shadow: 0px 5px 15px rgba(0,0,0,0.05);*/
    border-radius:3px;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
    -ms-transition:ease-in-out all 0.4s;
    -o-transition:ease-in-out all 0.4s;
}
.blog-listing-eight .post-item .post-inner:hover {
    box-shadow: 0 0 16px #e0e0e0;
}
.blog-listing-eight .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    margin:0 !important;
    max-height:none;
    width:100%;
}
.blog-listing-eight .post-item .post-inner .short-desc {
    padding: 10px 20px 20px;
    font-size:14px;
}
.blog-listing-eight .post-item .post-inner .short-desc .post-title {
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
}
.blog-listing-eight .post-item .post-inner .short-desc .post-title:hover {
    color: #777777;
}
.blog-listing-eight .post-item .post-inner .short-desc #hubspot-author_data{
    float: none !important;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 10px;
}
.blog-listing-eight .post-item .post-inner .short-desc #hubspot-author_data .author-link{
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
}
.blog-listing-eight .post-item .post-inner .short-desc #hubspot-author_data img {
    width: 35px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}
.blog-listing-eight .post-item .post-inner .short-desc #hubspot-author .author-link {
    margin-top: 4px !important;
    display: inline-block;
}
.blog-listing-eight .sidebar {
  position: relative;
  top: 0;
  background: #f2f2f2;
  padding:0 30px;
}
.blog-listing-eight .sidebar .hs-search-module  label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top:30px;
    text-transform: uppercase;
}
.blog-listing-eight .sidebar{
    padding-top:0;
}
.blog-listing-eight .sidebar .hs-search-module  input{
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 45px;
}
.blog-listing-eight .sidebar .hs-search-module  input:focus{
    box-shadow:0 0 16px #e0e0e0;
}
.blog-listing-eight .sidebar .hs-search-module  .hs-button {
    background: #3A9927;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 0;
    width:100%;
}
.blog-listing-eight .sidebar .related-post .image {
    width: 70px;
    float: left;
}
.blog-listing-eight .sidebar .related-post {
    display: inline-block;
    width: 100%;
    margin-top:30px;
}
.blog-listing-eight .sidebar .detail {
    padding-bottom:20px;
}
.blog-listing-eight .sidebar .detail .date{
    font-size:14px;
}
.blog-listing-eight .sidebar .detail a{
    font-size:16px;
    font-weight:600;
}
.blog-listing-eight .sidebar .detail a:hover{
    color:#777;
}
.blog-listing-eight .sidebar h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-listing-eight .sidebar .topic-list ul{
    margin:0 0 30px 0;
    padding:0;
}
.blog-listing-eight .sidebar .topic-list ul li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 7px 13px;
    display: inline-block;
    margin: 5px 0;
}
.blog-listing-eight .sidebar .topic-list ul li {
    display:inline-block;
}
.blog-listing-eight .sidebar .topic-list ul li a:hover{
    background:#3A9927;
    color:#fff;
    border-color:#3A9927;
}
.blog-listing-eight .post-item .short-desc .date {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

@media ( min-width:1600px ) and ( max-width:3000px ){
.blog-listing-eight .post-item{
    width:25%;
}
}



/************************************************************************ Blog Listing Eight No Sidebar **************************************************************************************/
.blog-listing-eight.no-sidebar .post-item {
    width:25%;
}
@media ( min-width:1600px ) and ( max-width:3000px ){
.blog-listing-eight.no-sidebar .post-item {
    width:20%;
}
}

/*************************************************************** Responsive Style *****************************************************************/
@media ( max-width:767px ){
  .blog-section {
  /*margin-top:-20px!important;*/
  }
  
    h1,
    h1#hs_cos_wrapper_name{
        font-size:20px;
        line-height:normal;
    }
    h2,
    h2#section-1{
        font-size:17px!important;
        line-height:1.5;
    }
    h3,
    h3#section-2{
        font-size:18px;
        line-height:normal;
    }
    h4{
        font-size:16px;
        line-height:normal;
    }
    h5{
        font-size:14px;
        line-height:normal;
    }
    .featured-article{
        height:400px;
    }
    .featured-article .inner h1{
        line-height:normal;
    }
    .blog-listing-one .post-item{
        width:100%;
    }
    .blog-listing-four .post-item {
        width:100%;
    }
    .footer-container-wrapper{
        text-align:center;
    }
    .blog-pagination a{
        padding:5px 10px;
    }
    .blog-listing-one .post-item img{
        max-width:auto !important;
        width:100% !important;
    }
    .blog-post-section{
        padding:30px 0;
    }
    .blog-post-section .widget-type-blog_content{
        padding:20px;
    }
    .blog-post .blog-listing-wrapper.style-one.cell-wrapper{
        text-align:center;
    }
    .blog-post .date{
        padding:10px 0px;
    }
    .section.post-body .two-column{
        width:100%;
        padding:0;
    }
    .related-posts{
        padding:20px;
    }
    .related-posts .related-post-item{
        width:100%;
        margin:0 0 15px 0;
        padding:0;
    }
    .blog-post-section .comment-header{
        padding:20px;
        display:inline-block;
        width:100%;
    }
    .blog-post-section .comment-header a{
        font-size:15px;
        padding:5px 10px;
    }
    .blog-post-section .comment-header h4{
        font-size:18px;
    }
    #comments-listing{
        padding:0 20px 20px ;
    }
    .blog-post-section .hs-form{
        padding:20px;
    }
    .blog-post-section .hs-form .hs_firstname, .blog-post-section .hs-form .hs_lastname, .blog-post-section .hs-form .hs_email, .blog-post-section .hs-form .hs_website{
        width:100%;
        padding:0;
    }
    .blog-post-section .hs-form .hs_submit, .blog-post-section .hs-form .hs_subscribe, .blog-post-section .hs-form .hs_comment.field{
        padding:0;
    }
    .hs_cos_wrapper_type_social_sharing {
        padding: 0 0 25px 0;
        text-align: center;
    }
    .blog-post-section .author-detail{
        padding:20px;
    }
    .blog-post-section .author-detail .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .blog-post-section .author-detail .image img {
        width: auto;
    }
    .blog-listing-five .post-item .short-desc {
        width: 100%;
        display: inline-block;
        padding: 15px;
    }
    .blog-listing-five .post-item .post-inner .hs-featured-image-wrapper {
        width: 100%;
        display: inline-block;
    }
    .blog-listing-six .post-item {
        width:100%;
    }
    .blog-listing-seven .post-item .short-desc{
        padding:15px 0 30px 0;
    }
    .blog-listing-seven .post-item .short-desc .date{
        width:100%;
        text-align:center;
    }
    .blog-listing-seven .post-item .short-desc #hubspot-author_data{
        width:100%;
        text-align:center;
        margin-top:10px;
        margin-left:0;
    }
    .blog-listing-seven .post-item .hs_cos_wrapper_type_social_sharing{
        margin:20px 0 0 0 ;
    }
    .blog-listing-eight .post-item{
        width:100%;
    }
   
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
}
  
   .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity: 1 !important;
visibility: visible !important;}
  
}

@media ( max-width:768px ) {
.blog-post .category {
    display: flex;
    width: 100%;
  overflow: scroll;
  }
}


@media ( min-width:768px ) and ( max-width:1023px ){
    .blog-listing-five .span3.widget-span.widget-type-cell.sidebar {
        width: 100%;
    }
    .blog-listing-five .span9 {
        width: 100%;
        margin:0;
    }
    .blog-listing-six .post-item {
        width:50%;
    }
    .blog-listing-eight .post-item{
        width:50%;
    }
    .blog-listing-eight.no-sidebar .post-item {
        width:33.33%;
    }
    .span9.widget-span.widget-type-cell.blog-listing,
    .span3.widget-span.widget-type-cell.sidebar{
        width:100%;
        margin:0;
    }
}


.header-container {
    padding: 10px 0 5px 0;
}


/* regal blog sidebar common styls  */
.sidebarstyle .sidebar .widget-type-blog_subscribe h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebarstyle .sidebar .widget-type-blog_subscribe .hs-form-required{
    display:none;
}
.sidebarstyle .sidebar{
    padding-top:60px;
}
.sidebarstyle .sidebar .widget-type-blog_subscribe input{
    width: 100% !important;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: 45px;
}
.sidebarstyle .sidebar .widget-type-blog_subscribe input:focus{
    box-shadow:0 0 16px #e0e0e0;
}
.sidebarstyle .sidebar .widget-type-blog_subscribe .hs-button.primary.large {
    background: #3A9927;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 0;
}
.sidebarstyle .sidebar .widget-type-blog_subscribe  .hs-error-msgs  label{
    color:red;
    font-size:14px;
    font-weight:normal; 
}
.sidebarstyle .sidebar .related-post .image {
    width: 70px;
    float: left;
}
.sidebarstyle .sidebar .related-post {
    display: inline-block;
    width: 100%;
}
.sidebarstyle .sidebar .detail {
    padding-left: 85px;
    line-height:normal;
    padding-bottom:20px;
}
.sidebarstyle .sidebar .detail .date{
    font-size:14px;
    margin-top:5px;
}
.sidebarstyle .sidebar .tabber-content{
    padding:30px 15px;
    border:none;
    background:transparent;
}
.sidebarstyle .sidebar .tabber-tabs li a{
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
    border-bottom:4px solid transparent;
    font-weight:600;
}
.sidebarstyle .sidebar .detail a{
    font-size:14px;
    font-weight:600;
}
.sidebarstyle .sidebar .detail a:hover{
    color:#777777;
}
.sidebarstyle .sidebar .tabber-tabs  li{
    width:50%;
}
/*.blog-listing-five .sidebar .tabber-tabs{*/
/*    border:none; */
/*}*/
.sidebarstyle .sidebar .tabber-tabs a.active{
    border-color:#3A9927;
    background:transparent;
}

.tab-pane {display: none;}
.tab-pane.active {display: block;}

.sidebarstyle .sidebar .topic-list h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.sidebarstyle .sidebar .topic-list ul{
    margin:0;
    padding:0;
}
.sidebarstyle .sidebar .topic-list ul li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 7px 13px;
    display: inline-block;
    margin: 5px 0;
}
.sidebarstyle .sidebar .topic-list ul li {
    display:inline-block;
}
.sidebarstyle .sidebar .topic-list ul li a:hover{
    background:#3A9927;
    color:#fff;
    border-color:#3A9927;
}

/* regal-blog one column with right sidebar style two css */
.onecolumn-wrap .blog-listing-one {padding:65px 0;}

@media (max-width:767px) {
  .onecolumn-wrap .blog-listing-one {padding:45px 0;}
}

/*  End css regal-blog one column with right sidebar style two css */


/* regal-blog two column with right sidebar style one css */
.twocol-wrap .blog-listing-one.blog-listing-two {padding:50px 0;}
.twocol-wrap .blog-listing-one.blog-listing-two .post-item{width: 50%;}
@media (max-width:1023px) {
  .twocol-wrap {width:100% !important;}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 8px 20px;}
  .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {background-color:#34495e}

}
@media (max-width:767px) {
  .twocol-wrap .blog-listing-one.blog-listing-two {padding:25px 0;}
  .twocol-wrap .blog-listing-one.blog-listing-two .post-item {width: 100%;}
}

/*  End css regal-blog two column with right sidebar style one css */

/******************************************* Blog listing Regal Blog - One Column With Right Sidebar - Style Two *******************************************/

.imageleftright-blog .blog-listing-one .post-item:nth-child(even) .post-inner{display: -webkit-box;
    display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;-webkit-box-align: center;    -ms-flex-align: center;
        align-items: center;}

@media (max-width:767px) {

 .imageleftright-blog .blog-listing-one .post-item:nth-child(even) .post-inner{ -webkit-box-orient: vertical;
   -webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 10px 20px;}
  .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {left:0 !important;top: initial;}
}


.blog-listing-five .sidebar .tabber-content {padding-bottom:20px;}
.blog-listing-eight .sidebar .related-post {margin-top:0;}
.blog-listing-eight.sidebarstyle .sidebar {padding-top:45px;}
.hubspot-link__container.sproket {display: none;}
.sidebarstyle .sidebar .tabber-content {padding-bottom:20px;}
#comments-listing {padding-bottom: 0 !important;border: 0!important;box-shadow: none!important;}

.blog-lsiting-threecol-wrapper .post-item .post-inner .post-title {height: 78px;}
.post-listing.onecolumn-border-bottom {border-bottom: 1px solid #ccc;}

.blog-topics ul li a {font-weight:600;}
.tag-color {color:#3A9927;font-weight:700;padding: 0 !important;}
.tag-color-blue {color: #3A9927;}
.unique-tag {color:#0075f2;}
.blog-listing-five .post-item .short-desc .date {color: #373535;}
.blog-listing-three .post-item .short-desc .date {color: #373535;}
  
 .view-all {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
}

.btn-all {
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    text-transform: capitalize;
    font-size: 16px;
    background-color:#d08847;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
  text-align:center;
}

.btn-all:hover {background-color:#ff7a00;}

.home-page .header-container-wrapper.fixed,.home-page .header-container-wrapper,.home-page .header-top-panel,.header-container-wrapper,.fixed{transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;}
.header-container-wrapper {width:100%;position:fixed;z-index:11111;}
.fixed {position:fixed;}

.blog-listing-eight.sidebarstyle .blog-listing{padding-bottom:50px;}
.blog-listing-eight.sidebarstyle .sidebar {padding-bottom:40px;}
.blog-lsiting-threecol-wrapper .post-item .post-inner .post-title.hovercolor:hover {color:#3A9927;}
.sidebarstyle .sidebar .detail a:hover,.blog-listing-five .sidebar .detail a:hover {color:#3A9927;}
.blog-listing-seven .post-item .short-desc .post-title.hovercolor:hover {color:#3A9927;}

.blog-listing-one.blog-listing-two .post-item .post-inner:hover {box-shadow:none;}

/*  Error page css start */
.error-main-wrap {text-align:center;padding-top: 55px;padding-bottom: 40px;}
.error-main-wrap h1 {font-size: 120px;margin-bottom: 40px;color:#3A9927;}
.error-main-wrap h2 {font-size: 42px;margin-bottom: 10px;text-transform: uppercase;}
.error-search-wrap .hs-search-field__input {padding-right:30px;}
.error-search-wrap .hs-search-field__input:focus,.error-search-wrap .hs-search-field__input:hover,.error-search-wrap .hs-search-field__input:active{box-shadow: none;}
.error-search-wrap form {position:relative;max-width: 550px;margin: 0 auto;}
.error-search-wrap form button{position: absolute;top: 0;right: 0;bottom: 0;}
.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {background-color:#3A9927;color:#fff;padding: 13px 25px;border-radius: 0px;margin-top: 20px;}
.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover{background-color: #333;}

/* Contact page css start */

.post-title.hover-blue,.profile-block,.profile-img img,.profile-name a,.profile-social-icon,.apply-item,.freeguide-main .icon svg,.contact-detail-group .icon,.contact-info-wrap,.link-main,.link-main a span.arrow svg,.link-main a span.arrow,.faq-list .title h4{transition:all 0.4s ease-in-out;-webkit-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;}
body.contact-page {background-color:#fff;}
.contact-page .align-center {text-align:center;}
.contact-page .align-left{text-align:left;}
.contact-page .align-right{text-align:right;}
.contact-page .ptb-100 {padding:100px 0;}
.banner-main {background-color:#333;padding:120px 0;position:relative;}
.banner-main.bgimage2::before {position:absolute;top:0;right:0;left:0;bottom:0;content:"";background-color:rgba(0,0,0,0.4);}
.banner-main .banner-content {position:relative;z-index:11;}

.banner-main h1,.banner-main h2,.banner-main h3,.banner-main h4,.banner-main h5,.banner-main h6,.banner-main p {color:#fff;}
.contact-page .title h2 {line-height:44px;margin-bottom: 20px;font-size:38px;}
.contact-page .title h4{font-size:14px;color:#0585fc;text-transform:uppercase;font-family: 'Noto Sans JP', sans-serif;}
.contact-page .title h3,.contact-page .title h5 {font-family: 'Noto Sans JP', sans-serif;} 
.contact-page .title {max-width: 710px;float: none !important;margin: 0 auto !important;}
.contact-page .align-left .title{margin: 0 auto 0  0 !important;}
.contact-page .align-right .title{margin: 0 0 0  auto !important;}
.contact-listing-wrap {margin-top:0px;}

.contact-detail-group {transition:all 0.4s ease-in-out;overflow:hidden;background: #fff;}
.contact-detail-group .icon{margin-bottom: 12px;transform: translateY(20px);opacity:1;min-height:58px;}
.contact-detail-group .icon svg {max-width: 45px;fill: #0585fc;}
.contact-detail-group .title {line-height: 36px;font-size: 22px;font-weight: 600;max-width: initial;margin: 15px 0 15px 0 !important;}
.link-main a{font-size: 13px;font-weight: 700;line-height: 32px;text-transform: uppercase;color:#0585fc;display: flex;
align-items: center;justify-content: center;}
.link-main a span.arrow {margin-right:5px;opacity: 1;visibility: visible;margin-left: 0px;}
.link-main a span.arrow svg{max-width: 10px;fill:#0585fc;}
.link-main a:hover span.arrow {opacity: 0;visibility: hidden;margin-left: -10px;}
.link-main a:hover span.arrow svg {fill:#333;}
.link-main a:hover {color:#333;}
.contact-detail-group {padding: 20px 40px;border: 1px solid #e6e6e6;border-radius: 5px;}
.link-main {transform: translateY(60px);opacity:0;}
.contact-info-wrap {transform: translateY(20px);}

.contact-detail-group:hover {border-color: transparent;box-shadow: 0 8px 30px rgba(0,0,0,0.1);-webkit-box-shadow: 0 8px 30px rgba(0,0,0,0.1);-ms-box-shadow: 0 8px 30px rgba(0,0,0,0.1);-o-box-shadow: 0 8px 30px rgba(0,0,0,0.1);-moz-box-shadow: 0 8px 30px rgba(0,0,0,0.1);}
.contact-detail-group:hover .contact-info-wrap {transform: translateY(-40px);}
.contact-detail-group:hover .icon {transform: translateY(-130px);opacity:0;}
.contact-detail-group:hover .link-main {transform: translateY(-35px);opacity:1;}

.contact-form-main input[type="text"], .contact-form-main input[type="email"], .contact-form-main input[type="submit"],.contact-form-main textarea{appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;}
.contact-form-main input[type="text"]:hover,.contact-form-main input[type="text"]:focus,
.contact-form-main input[type="email"]:hover,.contact-form-main input[type="email"]:focus,
.contact-form-main textarea:hover,.contact-form-main textarea:focus
{box-shadow:none;} 
.contact-form-main input[type="text"]:focus,
.contact-form-main input[type="email"]:focus,
.contact-form-main textarea:focus
{border-color:#000;} 
.contact-form-main .hs-form-required {display:none;}
.contact-form-main input[type="text"],.contact-form-main input[type="email"],.contact-form-main textarea {padding: 13px 20px;   font-size: 14px;border: none;background: rgba(167,167,167,0.1);box-shadow: none;font-family: Montserrat;height: initial;color:
#000 !important;font-weight: bold;border: 1px solid #ccc;border-radius:0;}
.contact-form-main input[type="text"]:focus,.contact-form-main input[type="email"]:focus,.contact-form-main textarea:focus {background: #fff;}

.contact-form-main textarea {max-height: 120px;resize: none;min-height: initial;font-family: 'Noto Sans JP', sans-serif;}
.contact-form-main .hs-error-msg {color: red;font-size: 12px;}
.contact-form-main .hs-error-msgs {margin-top: 5px;margin-left: 20px;}
.contact-form-main input[type="submit"] {font-size: 14px;font-weight: 700;border-radius: 0px;font-family: 'Noto Sans JP', sans-serif;border: 0;background: #0585fc;color: #fff;
  padding: 15px 20px !important;    min-width: 168px;}
.contact-form-main input[type="submit"]:hover {background-color:#333;border:none;}
.contact-page .pt-remove {padding-top:0;}
.contact-page .mt-40 {margin-top:40px;}
.contact-form-main form {margin-top:20px;}
.getin-touch-form {padding-right:30px;}

/*  FAQS pages css */
.faq-list .title {text-align:left;cursor: pointer;}
.faq-list .title h4 {text-transform:none;color:#333;}
.faq-list .title:hover h4 {color:#0585fc;}
.contact-page .faq-list .title {max-width: initial;float: none !important;margin: 0 !important;display: flex;align-items: center;flex-wrap: wrap;padding: 14px 45px 8px 20px;background-color:rgba(167,167,167,0.1);position: relative;}
.faq-list .title span.arrow svg {max-width:15px;}
.faq-list .title span.arrow {position: absolute;right: 20px;}
.faq-listing-wrap .faq-groups {max-width:700px;margin: 0 auto !important;float: none;}
.faq-list {text-align:left;}
.faq-list .descrition {padding: 0 20px;}

/* faq page 3 */
.faq3-section1 {padding: 0 !important;border: 0 !important;margin-top: 0px !important;text-align:center;}
.common-section1 {max-width: 700px;margin: 0 auto !important;margin-top: 0px;text-align:left;float:none !important;}
.faq3-section1 .common-inner h5 {font-family: 'Noto Sans JP', sans-serif;text-transform:uppercase;color:#333;font-size:14px;font-weight:600;background-color:#f2f2f2 !important;border:none;margin-bottom: 5px !important;cursor: pointer;}
.faq3-section1 .common-inner h5:hover,.faq3-section1 .common-inner h5.active {color:#0585fc;}
.faq3-section1 .common-inner h5.active::before,.faq3-section1 .common-inner h5:hover::before{color:#0585fc;}
.faq3-section1 .common-inner h5::before {color:#333;font-family: 'Noto Sans JP', sans-serif;}
.faq3-section1 .common-text {padding: 0px 15px 10px 15px;border: none;display:none;}
.common-box .common-text {margin: 0 !important;padding-bottom: 10px !important;}
.common-box .common-text p{padding: 5px 0 15px;}
.faq3-section1 { margin-top:30px; padding:30px; border:1px solid #40e4b3; }
.faq3-section1 .common-section1 { padding-top:0; }

.faq3-text h4 { font-size:30px; line-height:36px; text-transform:uppercase; color:#40e4b3; }
.faq3-section1 .common-inner h5 { padding:17px 40px 17px 15px; background-color:transparent; position:relative;}
.faq3-section1 .common-inner h5:before { content:"\f105"; right:15px; left:auto; font-size:30px;position:absolute;top: 15px;}
.faq3-section1 .common-inner h5.active:before { content:"\f107"; }

/*  Call to action */
.faq-calltoaction-main {background-color:#0585fc;}
.custom-calltoaction{display: flex;align-items: center;justify-content: center;}
.custom-calltoaction h3 {font-family: 'Noto Sans JP', sans-serif;color:#fff;margin-right:15px;margin-bottom:15px;}
.custom-calltoaction h3 p {margin-bottom:0;}
.custom-calltoaction .btn:hover {background-color:#333;}
.custom-calltoaction .btn {font-weight:bold;}

.free-consultancy-info .title {max-width: initial;margin:0 !important;text-align:center;}
.free-consultancy-info .title h3 {color:#fff;}
.free-consultancy-main {background-color: #0585fc;}
.contact-form-main.free-consultancy-info {padding: 50px 0px 50px 0px;}
.contact-form-main.free-consultancy-info form {display:flex;}
.contact-form-main.free-consultancy-info input::placeholder {color: #fff;}
.contact-form-main.free-consultancy-info input[type="submit"] {background-color:#333;padding: 13px 20px !important;width: 100%;text-transform: uppercase;}
.contact-form-main.free-consultancy-info input[type="submit"]:hover {background-color: #0a4a86;}
.contact-form-main.free-consultancy-info input[type="text"], .contact-form-main.free-consultancy-info input[type="email"] {background: rgba(167,167,167,0.3);padding:13px 20px;}
.contact-form-main.free-consultancy-info .hs-form-field ,.contact-form-main.free-consultancy-info .hs-submit{margin-right:1%;flex:1;}

.freeguide-main h4 {color:#fff;font-weight: 400;font-family: 'Noto Sans JP', sans-serif;font-size: 30px;line-height: 38px;}
.freeguide-main strong {font-family: 'Noto Sans JP', sans-serif;font-weight:900;font-size: 100px;line-height: 124px;color:#fff;}
.freeguide-main .icon svg {max-width:80px;margin:0 auto;fill:#fff;cursor: pointer;}
.freeguide-main .icon:hover svg {fill:#0585fc;}
.free-guide {padding:200px 0;position:relative;}
.free-guide::before {position:absolute;content:"";top:0;right:0;background-color:rgba(0,0,0,0.4);bottom:0;left:0;}
.freeguide-main .icon {margin-top: 50px;}
.span12.videopopup {position: fixed;top: 0;right:0;left:0;bottom:0;z-index: 1111111;height: 100%;display:none;}
.video-block {position:relative}
.video-wrap {max-width: 500px;margin: 0 auto !important;float: none !important;position: absolute;top: 50%;right: 0;left: 0;transform: translateY(-50%);}
body.v_overlay {position:relative;}
.v_overlay::before {background-color: rgba(0,0,0,0.4);position: fixed;top: 0;right:0;left:0;bottom:0;z-index: 111111;height: 100%;content:"";}


.close-icon svg {fill:#fff;max-width:40px;}
.close-icon {position: fixed;right:25px;top:25px;cursor: pointer;}

/*  career page css*/
.apply-item .link {margin-bottom:20px;}
.apply-item .link a {font-weight:600;padding: 4px;background:#fff;display: inline-block;font-size: 14px;}
.apply-item .title {max-width:initial;margin:0 !important;margin-bottom: 20px !important;}
.apply-item .title h4 {font-size:22px;text-transform: capitalize;line-height: 26px;overflow: hidden;
display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color:#333;margin-bottom:0;}
.location-info,.type-info {display:flex;}
.location-info .label,.type-info .label {margin-right:5px;font-size: 15px;}
.location-info .content,.type-info .content {font-weight:600;color:#0585fc;font-size: 15px;}
.type-info .content {color:#f73823;}
.apply-item:hover {transform: translateY(-5px);box-shadow: 0 20px 20px 0 rgba(17,12,79,.1);}
.apply-item .btn-wrap a{border: 2px solid rgba(26,43,99,.102);font-size:12px;color:#0585fc;text-transform:uppercase;padding: 6px 13px;display: inline-block;
font-weight: 600;}
.apply-item .btn-wrap {margin: 15px 0;}
.apply-item {background-color: #fff;display: block;padding: 30px;box-shadow: 0 3px 3px 0 rgba(17,12,79,.1);}
.apply-item .btn-wrap a:hover {background-color:#0585fc;color:#fff;}
.career-listing-main.ptb-100 {padding-bottom:70px;}
.apply-item {margin-bottom:30px;}
.career-items-listing .row-fluid .span12,.career-items-listing .row-fluid .span6,.team-items-listing .row-fluid .span12,.team-items-listing .row-fluid .span6{width: 31.623931624%;}

/*  Team pages css*/
.profile-social-icon svg {max-width: 16px;}
.profile-social-icon .fac svg{max-width: 8px;}
.profile-social-icon .ins svg{max-width: 16px;margin-top: 3px;}
.profile-name {text-align:center;}
.profile-name h4 {text-transform:uppercase;font-size:14px;color: #777;margin-bottom:0 ;}
.profile-name a:hover {color:#0585fc;}
.profile-name a{font-size: 24px;font-weight: 600;line-height: 24px;display: inline-block;}
.profile-name {padding: 24px 30px 20px 30px;}
.profile-block {position:relative;text-align: center;margin-bottom:30px;}
.profile-block:hover {box-shadow: 6px 5px 30px rgba(0,0,0,0.12);}
.profile-block:hover .profile-social-icon{transform: translateY(0px);opacity:1;visibility:visible;}
.profile-social-icon {position: absolute;border-radius: 4px 4px 0 0;
    margin: 0 auto;right: 0;left: 0;bottom: 0px;transform: translateY(24px);opacity:0;visibility:hidden;}
.profile-social-icon a {
    padding: 8px 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    background-color: #0585fc;
    margin-right: -5px;
  width:48px;
  height:48px;
}
.profile-social-icon a.twi{border-radius: 10px 0 0 0;}
.profile-social-icon a.ins {line-height:38px;border-radius: 0 10px 0 0;}
.profile-social-icon a svg {fill:#fff;}
.profile-social-icon a:hover svg{fill:rgba(255,255,255,0.8);}
.profile-img img {border-radius:4px;}
.profile-img{position:relative;}
.profile-block:hover .profile-img img{border-radius:4px 4px 0px 0px;}


/* 2020-13-02 changes Footer css */
.footer-description {margin-top:15px;}
.footer-description p {padding-right:30px;}
.copyright-info a {color: #0585fc;}
.copyright-info a:hover,.copyright-info a:focus {color:rgba(255,255,255,0.8);}
.footer-top h4 {font-family: 'Noto Sans JP', sans-serif;font-size: 20px;line-height: 24px;font-weight: 600;}
.content-row {display: flex;margin-bottom:8px;}
.content-row strong {margin-right: 5px;
    font-weight: 500;
    font-size: 12px;}
.footer-heading {margin-bottom:20px;}

.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding:0;text-transform: none;font-weight: 400;font-size: 16px;color:#fff !important;line-height: 1.5;}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {padding:0;float: none !important;}
.footer-top a:hover {color:rgba(255,255,255,0.7) !important;}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {color:rgba(255,255,255,0.7) !important;}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {background: transparent;}
.footer-social-main {
right: calc(50vw - 690px);

    position: absolute;
    display: inline-block!important;
    max-width: 190px;
}
@media screen and (max-width: 767px) {
  .footer-social-main {
    position:relative;
    right:auto;
  }

}
@media screen and (max-width: 1180px){
  .footer-social-main {
  right: auto!important;
  }
}


.footer-social-main .social-icon {margin:10px 5px;}
.footer-social-main .social-icon:last-child {margin-right:0;}
.footer-social-main .social-icon  svg {max-width:30px;fill:#fff;}
.footer-social-main .face .social-icon  svg{max-width:30px;}
.footer-social-main .social-icon {min-width: 34px;height: auto;background-color: transperent;border-radius: 0px;display: inline-block;line-height: 1;text-align: center;}
.footer-social-main .face .social-icon {}
.footer-social-main .twit .social-icon {}
.footer-social-main .link .social-icon {}
.footer-social-main .inst .social-icon {}
.footer-bottom .page-center .row-fluid-wrapper .row-fluid  {display: flex;align-items: center;}
/*.footer-social-main {display: flex !important;justify-content: flex-end;}*/
.footer-social-main .row-fluid .span3 {width:auto;float:none !important;display:inline-block;}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {position:relative;padding-left:20px;}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a::before {
    position: absolute; 
    font-size: 18px;
    left: 0;
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f107";
    transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover::before {color: rgba(255,255,255,0.7);}

/*  new header css*/
.home-page .custom-menu-primary .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% !important;}
.home-page .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper .child-trigger::before {top: 11px;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);}

.home-page .header-container {padding: 0px 0 0px 0;}
.home-page .header {padding:12px 0 10px 0;}

.header-top-panel {padding:0px 0;background-color:#fff;border-bottom:1px solid #eee;}
.header-top-wrap {display:flex;align-items:center;font-size:15px;font-weight:500;}
.icon-header-top svg {max-width: 8px;fill: #333;margin-right:5px;}
.mail-info  .icon-header-top svg {max-width:12px;}
.header-top-wrap .icon-header-top,.header-top-wrap span {display: inline-block;vertical-align: middle;}
.header-top-contactinfo .row-fluid .span4 {width:auto !important;}
.header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 0;text-transform: none;font-weight: 500;font-size: 15px;}
.header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {margin:0 10px;}
.header-top-right .menu {margin-top:11px;}
.header-top-right .social-icon svg {max-width:12px;}
.header-top-right .facebook .social-icon svg {max-width:6px;}
.header-top-right .span7,.header-top-right .span5 {width:auto;}
.header-top-right .social-icon {margin:0 12px;}
.header-top-social-media {margin-top:11px;}
.header-top-right .row-fluid-wrapper .row-fluid {display: flex;justify-content: flex-end;}
.header-top-wrap span p {margin-bottom:10px;}
/* Header top show and hide panel css */
.without-top-menu .header-top-panel{display:none;}
.home-page.without-top-menu .body-container-wrapper {margin-top:92px;}
.home-page.without-top-menu .header-container-wrapper.fixed {top: 0;}

.home-page .header-container-wrapper {top:0;}
.home-page .header-container-wrapper.fixed {top:-48px;}
.home-page .body-container-wrapper {margin-top: 135px;}
.home-page > .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 31px 15px;}
.home-page .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {margin-left:15px;}
.home-page .header-container-wrapper {position:relative;min-height:77px;}
.home-page .header-container-wrapper .header-container {position:fixed;top:0;right:0;left:0;min-height:77px;box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);-ms-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);-o-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);}
.home-page.without-top-menu .body-container-wrapper {margin-top:0;}
.home-page .body-container-wrapper {margin-top:0;}
.LP-header {padding: 10px 0 10px;}
.home-page .custom-menu-primary .hs-menu-wrapper > ul ul {top:83px;}
.blue-text {color: #0585fc;}
.post-title.hover-blue:hover {color: #0585fc !important;}

.home-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:active {color:#fff !important;}
.home-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:focus {color:#fff !important;}
.home-page .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:active a{color:#fff !important;}

/*  27-05-2020 new css */
.twocol-wrap .blog-listing-one.blog-listing-two .post-item:first-child {display:none;}

.hs-blog-listing .header-container {padding: 0;}
.hs-blog-listing .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {line-height: 24px;}
.hs-blog-listing .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {margin-top: 17px;}
.span12.widget-span.widget-type-cell.blog-header-main {
	padding: 31px 0 24px 0;
}

.hs-blog-post .span12.widget-span.widget-type-cell.blog-header-main {
	padding: 20px 0 24px 0;
}

.post-item .hs-author-avatar img {
  height: 35px;
}

@media(max-width:1280px){

  .slideimg {padding: 80px 0 100px 0;}
}
@media(max-width:1200px) {
  .header-container-wrapper {padding: 0 15px;}
}

@media(max-width:1180px){
  .header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {margin: 0 7px;}
  .header-top-right .social-icon {margin: 0 8px;}
  .home-page .header-container-wrapper {padding: 0;}
  .home-page .container-fluid .row-fluid .page-center.header {padding: 12px 0 10px 0;}
  .home-page .header-container-wrapper {padding:0 15px;}
  .home-page .header-top-panel .page-center {padding:0 !important;}
  .footer-bottom .page-center .row-fluid-wrapper .row-fluid {justify-content: space-between;}
  .footer-bottom .footer-center .row-fluid-wrapper .row-fluid {justify-content: space-between;}
  .footer-social-main {display: inline-block !important;float: none !important;}
}

@media(max-width:1023px) {
  .header-container-wrapper {padding: 0 0px;}
   .blog-listing-eight.sidebarstyle .blog-listing{padding-bottom:30px;}
   .mobile-trigger {top: 20px;}
   /*   regal Error pages css  */
   .error-main-wrap {padding-top: 80px;padding-bottom: 60px;}
   .error-main-wrap h2 {font-size: 32px;}
   
   .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {border-radius: 0;}
  .contact-page .ptb-100 {padding: 70px 0;}
  .contact-detail-group .title {margin: 5px 0 5px 0 !important;font-size: 18px;}
  .contact-detail-group {padding: 20px 10px;}
  .contact-detail-group .description p {font-size:13px;}
  .banner-main {padding:100px 0;}
  .career-listing-main.ptb-100 {padding-top:50px;padding-bottom:40px;}
  
  .profile-name a {font-size:20px;}
  .profile-name h4 {font-size:13px;margin-top: 5px;}
  .profile-name {padding: 14px 20px 10px 20px;}
  
  .home-page .mobile-trigger {top: 25px;}
  .home-page .custom-menu-primary.js-enabled .hs-menu-wrapper {top: 93px !important;}
  .home-page .header-panel-wrap {padding: 0 15px;}
  .home-page .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {margin-left:0;margin-top:0;}
  
  .home-page.without-top-menu .header-container-wrapper .container-fluid .row-fluid .header-panel-wrap {display:none !important;}
  .home-page.without-top-menu .header-container-wrapper{top: -2px;}
  .home-page.without-top-menu .header-container-wrapper.fixed {top: -2px;}
  
  .blog-header-main .mobile-trigger {top: 1px;padding-right:0;}
  .span12.widget-span.widget-type-cell.blog-header-main {padding: 18px 0 15px 0;}
  .hs-blog-listing .body-container-wrapper {margin-top: 65px;}
  .hs-blog-listing .custom-menu-primary.js-enabled .hs-menu-wrapper {top: 46px !important;}
  .hs-blog-listing .header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {margin-top: 0;}
  .hs-blog-listing .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {line-height: 0;}
  .hs-blog-post .span12.widget-span.widget-type-cell.blog-header-main {	padding: 10px 0;}
}

@media(max-width:992px) {
  .two-col-wrap .span6 {width:100%;}
  .two-col-wrap .row-fluid {display: flex;flex-direction: column-reverse;}
  .responsive-img {text-align:center;}
  .contact-page .pt-remove {padding-top: 0;}
  .contact-form-main {margin-top:50px;}
  
  .apply-item {padding:20px;}
  .getin-touch-form {padding-right:0px;}
  
  .home-page .header-panel-wrap {text-align:center;}
   .home-page .header-panel-wrap .row-fluid .span7,.home-page .header-panel-wrap .row-fluid .span5,.header-top-contactinfo .row-fluid .span4{margin-top: 0;}
  .header-top-wrap {margin:0 5px;margin-top:10px;}
  .home-page .header-top-wrap {margin:0;margin-top:0px;margin-right:10px;}
  .home-page .header-container-wrapper.fixed {top: -88px;}
  
  .home-page .header-panel-wrap .row-fluid .span7, .home-page .header-panel-wrap .row-fluid .span5, .header-top-contactinfo .row-fluid .span4 {display: initial;width: initial !important;}
  .home-page .header-container-wrapper .container-fluid .row-fluid .header-panel-wrap [class*="span"] {float:left !important;}
  .home-page .header-container-wrapper .container-fluid .row-fluid .header-panel-wrap [class*="span"].header-top-right {float:right !important;}
  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {white-space: initial;}
  
  .author-description {
    padding-left: 150px;
  }
  .footer-logo {
  margin-top:50px;}
 
}
  
  
@media(max-width:767px) {
  .error-main-wrap h1 {font-size: 55px;margin-bottom: 20px;}
  .error-main-wrap {padding-top: 10px;padding-bottom: 20px;}
  .error-main-wrap h2 {font-size: 22px;}
  
  .banner-main {padding: 70px 0;}
  .contact-page .ptb-100 {padding: 50px 0;}
  .contact-page .title h2 {line-height: 28px;margin-bottom: 20px;font-size: 24px;}
  .contact-detail-group {margin-bottom:20px;}
  .contact-form-main {margin-top: 10px;}
  .contact-form-main input[type="submit"] { font-size: 12px;padding: 12px 14px !important;min-width: 138px;}
  .apply-item {padding:30px;}
  .career-listing-main.ptb-100 {padding-bottom:20px;}
  .contact-page .career-listing-main .mt-40 {margin-top: 20px;}
  
  .apply-item .title h4 {
    font-size: 18px;line-height: 24px;overflow: initial;-webkit-line-clamp: initial;}
  .career-items-listing .row-fluid .span12,.career-items-listing .row-fluid .span6,.team-items-listing .row-fluid .span12,.team-items-listing .row-fluid .span6{width: 31.623931624%;}
  
   /*  2020 new footer css */
  .footer-description p {padding-right: 0;}
  .footer-heading {margin-top:30px;}
  .footer-top .page-center{text-align:left;}
  .footer-top .footer-center{text-align:left;}
  .footer-logo {text-align:center;margin-top:40px;}
  .footer-heading {margin-bottom:15px;}
  .footer-services .footer-heading {margin-top: 20px;}
  .footer-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {margin-bottom:8px;}
  
  .header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {float: left;width: auto;}
  .header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size: 14px;}
  .header-top-wrap {font-size: 14px;}
  .header-top-right {margin-bottom:8px;}
  .home-page .header-container-wrapper.fixed {top: -83px;}
  .footer-bottom .page-center .row-fluid-wrapper .row-fluid {display: flex;align-items: center;flex-wrap: wrap;justify-content: center !important;}
  .footer-bottom .footer-center .row-fluid-wrapper .row-fluid {display: flex;align-items: center;flex-wrap: wrap;justify-content: center !important;}
  .footer-social-main {margin-bottom:30px;}
  .header-top-right .row-fluid-wrapper .row-fluid {display:initial;}
  .home-page .header-container-wrapper .container-fluid .row-fluid .header-panel-wrap [class*="span"].header-top-right {float: none !important;
display: inline-block !important;}
  
  .blog-post-section .author-detail .image {width: 120px;}
  
  .footer-services, .footer-company {
    display:none!important;
  }
}
@media(max-width:479px) {
  .blog-post-section .comment-header {text-align:center;}
  .blog-post-section .comment-header h4 {text-align: center;float: none;}
  .blog-post-section .comment-header a {float: none;display: inline-block;}
  
  .header-top-wrap {font-size: 12px;}
  .header-top-right .menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {font-size: 12px;}
 
  .home-page .header-container-wrapper.fixed {top: -112px;}
  .home-page .body-container-wrapper {margin-top: 205px;}
  .home-page .header-container-wrapper .container-fluid .row-fluid .header-panel-wrap [class*="span"] {float:none !important;display: inline-block !important;}
  .custom-calltoaction {flex-wrap:wrap;}  
  .faq-calltoaction-main.ptb-50 {padding-bottom:50px;}
  
  .blog-post-section .author-detail .image {
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  
  .author-description {	
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: left;
    font-size:14px;
  }
}



/*Blog added css*/

.blog_interviee {
  display: flex; flex-direction: row; flex-wrap: nowrap;
}

.blog_interviee_pic {
  width:50%;
  margin-top:20px;
}
.blog_interviee_pic img {
  width:100%;
  float:left;
}
.blog_inteviee_text {
  width: 50%; padding-left: 40px;
}
.blog_inteviee_text > h3 {
  font-size:20px;
}
.company_info_last {
  background-color: #edf2f5; padding: 2em 0; display: flex; flex-direction: row; flex-wrap: nowrap;
  margin-top:2em;
}
.company_info_logo {
  width:40%;
  align-items: center;
    justify-content: center;
    display: flex;
}

}
.company_info_logo img {
  width:80%;
  margin:0 10%;
}
.company_info_text {
width: 60%; 
  padding-right:20px;
  /*padding: 1em 2em 1em 0;*/
}
.blog-post__author-name-bio h3 {
font-size:16px;
}
.table-of-contents ol li::before {
  content:"・"
  }

@media screen and (max-width: 767px) {
  
  .company_info_last {
  flex-wrap:wrap!important;}
  
  .blog_interviee {
    flex-wrap:wrap;
    flex-direction:column;
  }
  .blog_interviee_pic,
  .blog_inteviee_text,
  .company_info_logo,
  .company_info_text
  {
    width:100%!important;
    padding:1em!important;
  }
  .blog_interviee_pic img {
  width:80%;
    margin: 0 10%;
  }
  
  ol.table-of-contents {
  padding:1.4em .7em!important;

}
  .table-of-contents li {
    font-size: 14px !important;
    letter-spacing: .01em!important;
  }
  
  .table-of-contents ol li::before {
  content:"・"
  }
  /*.table-of-contents ol li::before {
    counter-increment: ol-counter;
    content: counters(ol-counter,".");
    position: absolute;
    top: 0;
    left: -28px !important;
    display: inline-block;
    text-align: right;
    width: 19px !important;
    background: #333;
    color: #fff;
    border-radius: 50%;
    padding: 0 2px;
    font-size: 12px;
    margin-top: 0px!important;

}
  .table-of-contents ol li::before {
    counter-increment: ol-counter;
    content: counters(ol-counter,".");
    padding-right: 0;
    position: absolute;
    top: 0;
    left: -40px;
    display: inline-block;
    text-align: center;
    width: 40px;
}*/
  .table-of-contents ol li a {
    font-size:14px!important;
  }
  
}

.table-of-contents ol li a {
    font-size:14px!important;
  }
  

.blog-post .blog-listing-wrapper.style-one.cell-wrapper{

  display: FLEX;
    width: 100%;
    flex-wrap: wrap;
    font-size: 14px;
  margin: 20px 0;
  align-items: center;
}
/*.blog-post .blog-listing-author {
    display: flex;
    width: 100%;
}

.blog-post .date {
    display: flex;
    width: 100%;
}*/




/*Pillar style add*/
.table-of-contents,
.mokuji {
background-color: #eff8ed!important;
    border: 2px solid #c0d8bb!important;
  border-radius:4px!important;
  padding:1.4em 2em 2em!important;
  margin-bottom:2em!important;
}

.table-of-contents:before {
  position: relative;
  padding: 0.5em;
  line-height: 1.4;
  color: #333;
  font-size:18px;
  font-weight:600;
  background: #fffff4;
  margin-bottom:1.4em;
  width:100%;
  display:block;
}
.table-of-contents ol,
.table-of-contents ul,
.table-of-contents li {
list-style:none!important;
}

.table-of-contents li {
    font-size: 16px;
    font-weight: 600;
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
    color: green;
    padding-left: 0.4rem;
      letter-spacing: .05em;


}

/*.table-of-contents ol li::before {
counter-increment: ol-counter;
    content: counters(ol-counter,".");
    /* padding-right: 0.5rem; */
    /*position: absolute;
    top: 0;
    left: -22px!important;
    display: inline-block;
    text-align: right;
    width: 20px!important;
    background: #333;
    color: #fff;
    border-radius: 50%;
    padding: 0 6px 2px;
  font-size: 12px;
  margin-top: 6px;
}*/

.table-of-contents ol li a {
font-size:16px;
  font-weight:500;
  margin-bottom:.2rem;
  /*color:#383838;*/
}

.mokuji p.h2 {
  font-size:18px;
  font-weight:600;
  margin-top:.8rem;
  margin-bottom:.4rem;
  color:green;
  padding-left:.4rem;
}

.mokuji p.title {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #333;
  font-size:18px;
  font-weight:600;
  background: #fffff4;
  margin-bottom:1.4em;
}

.mokuji p.title:before {
  font-family: FontAwesome;
  content: "\f138";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0.5em;
  top: 0.5em;
  color: #333; 

}


.mokuji p.h2:before {
padding: 1rem 2rem;
  border-left: 4px dashed #000;
  }
.mokuji p.h3 {
  font-size:16px;
  font-weight:500;
  margin-bottom:.2rem;
  color:#383838;
  padding-left:1rem;
}
.mokuji p.h3:before {
  content:"• ";
}


.kakomi01 {
  border:2px solid #6d6d6d;
  padding:1em 1em;
  margin:1em 0;
}

.kakomi02 {
  border:3px solid #c0d8ba;
  padding:1em 2em;
}



/*Link Contents Style add*/


.link-content {
 display:flex;
 flex-wrap:wrap;
  padding:1em;
  background-color:#fff;
  box-shadow: 0 0 6px #e0e0e0;
  
}
.link-content .image {
  width:10%;
}
.link-content .detail {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-left: 20px;
}

.link-content .detail a {
  text-decoration:none;
  font-weight:600;
  color:#399a27;

}
.link-content .detail2 {
font-size:14px;
  margin-top:8px;
  text-decoration:none;
}
.link-content .detail2 a {
    text-decoration:none;
  color:#222;
}
/*quotation  Style add*/
.quotation_spe {
background-color:#eff8ed;
  padding:1.4em 1em 2em;
}

.quotation_spe i {
  font-family: FontAwesome;
  font-size:4rem;
  color:#399a27;
  opacity:.4;
}

.quotation_spe p.quot_title {
  font-weight:600;
  font-size:18px;
  margin: 10px 0px 0px 0px!important;
}
.quot_img img {
width:30%!important;
  margin-right:70%;
}
@media screen and (max-width: 767px) {
.quot_img img {
  width:60%!important;
  margin:0 20%;
  }
  .quotation_spe p.quot_title {
  font-size:16px;
  }
}

/*quotation  Style add2*/
.quotation_spe02 {
background-color: #eae9e9;
    padding: 1.4em 1em 2em;
    display: flex;
margin-bottom:1em;
  flex-wrap:wrap;
  flex-direction:column;
}
.quota_ue {
   display: flex;
  flex-wrap:nowrap;
}
.quotation_spe02 i {
  font-family: FontAwesome;
  font-size: 2rem;
    color: #828282;
  opacity:.4;
}
p.link {
  margin: 10px 0px 0px 60px !important;
}
p.link > a {
  text-decoration:none!important;
  font-size:14px;
  color:#222!important;
}
p.quot_title02 {
  font-weight:600;
  font-size:16px;
  margin: 10px 0px 0px 20px !important;
    width:100%;

    
}

.quotation_spe02 p {
  width:100%;
}



@media screen and (max-width: 767px) {
.quot_img img {
  width:60%!important;
  margin:0 20%;
  }
  p.quot_title02 {
  font-size:16px;
  }
}

/* pre_next_post_style*/

.post-pagination {
	display:flex;
	flex-wrap: nowrap;
  justify-content: space-between;

	
}
div.nav-text {

}
.prev-post , .next-post {
	width: 100%;
  background-color:#d3d3d3;

  
    /* margin-right: 1%; */
    box-shadow: 0 0 6px #e0e0e0;
}
.prev-post{
    margin: 20px 5px 0px 0px;
  background: #d3d3d3;
}
.next-post {
  margin: 20px 0px 0px 5px;
 background: #d3d3d3;
}

.nav-text h5 {
	margin-bottom: 0px!important;
	padding-bottom: 1rem;
	margin-top: 0px!important;
	
}

.nav-text a {
  display: block;
  text-decoration: none;
  padding: 10px 40px 0px 60px;
  color: #000;
  font-size: 14px;
}
.nav-text:hover {
  background-color:#d3d3d3;
}

.prev-post {
  background: url(http://www.webcreatorbox.com/sample/images/arrow-prev.svg) no-repeat 10px center;
background-color:#fff;

}
.next-post {
  background: url(http://www.webcreatorbox.com/sample/images/arrow-next.svg) no-repeat right 10px center;
background-color:#fff;
}
.prev-post,
.next-post {
  background-size: 16px 28px;

}

.nav-text a,
  .nav-text a:first-child {
    border: none;
  }
.prev-post, .next-post {
      background-color: #d3d3d3;
}

@media screen and (max-width: 767px) {
	.post-pagination {
	    display: flex;
	    flex-wrap: wrap!important;
	  }
	  .prev-post, .next-post {
	  	width: 100%!important;
	  	box-shadow: none;
	  }

}