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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
*{
  box-sizing:border-box;
}

@font-face {
  font-family: CircularStd;
  src: url(https://cdn2.hubspot.net/hubfs/5372915/Fonts/CircularStd-Book.otf);
}

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

body {
  font-family: neuzeit-grotesk; 
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}

.subcribeDiv .submitted-message{
  margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: #82292e;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

input:focus, textarea:focus, select:focus, button:focus{
  outline: none;
}

a{
 text-decoration: none;
  cursor: pointer;
}

/* .hero-slider:focus {
 opacity: 0.6; 
} */

p.overlayLogo2 {
  margin-bottom: 100px;
}

.menuClass .overlayMenu ul {
  display:flex;
  flex-direction: column; 
}

.menuClass .overlayMenu ul li a {
  max-width: 100% !important;
  font-family: CircularStd;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.82;
  letter-spacing: 1.4px;
  color: #ffffff !important; 
  height: 50px;
}

.toggle-menu {
 cursor: pointer; 
}

input[type="submit"], button, input[type="button"] {
   cursor: pointer;
}

/* .footerclass .section7List ul{
display:flex;
flex-direction: column; 
line-height: 0.7;
} */

.gap {
  margin-top: 25%;
}

.gap2 {
  margin-top: 0%;
}


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

.widget-type-logo .hs-image-widget {
  width: 95px;
  border-width: 0px;
  border: 0px;
  margin-top: 62px;
  margin-bottom: 64px;
}

.img1 img{
  float : right;
  margin-top: -3%;
}

.img2 img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.section2{
  margin: 4% -8% 4% 0;
}

.ramiimg img {
  float: right;
  margin-top: -6%;
  margin-right: -71%;

}


.mike{float: left;     margin-top: -6%; margin-right: -71%;}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  float : none;
  line-height: 0.7;
  margin-left: 105px;
}
}

.space{margin-left: 10%; margin-right: 10%}

.grey{ background-color: rgba(35, 41, 55, 0.05);}

.span10.widget-span.widget-type-custom_widget.grey {
  width: 75% !important;
  height: 285px;
  float: right;
}

div#hs_cos_wrapper_module_15549888600892347 {
  /* margin: 0 auto; */
  margin-left: 25%;
}

.maroon.hs-image-widget {
  /*   margin-top: 20%; */
}

div#hs_cos_wrapper_module_15548927771172868_ {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.closebtnstyle{width: 51px;
  height: 51px;
  background-color: #fff;
  font-size: 45px;
  cursor: pointer;
  color: #000000;
  text-align: center;
  border-radius: 73px;
  display: inline-block;
  float: right;
  margin-right: 2%;
  right: 0%;
}



.form input[type="submit"] {
  border-width:0px;
}

/*.menuLogo.hs-image-widget{margin-left: 105px;     margin-top: 69px;     margin-bottom: 99px;}*/

a#hs-link-module_155492241349569_ {
    margin-top: 69px;
    margin-left: 99px;
    margin-bottom: 99px;
}

a#hs-link-module_1554970151508500_ {     margin-top: 69px;     margin-left: 99px;     margin-bottom: 99px; }

/* span#hs_cos_wrapper_module_1554923447945282_ {
    text-align: center!important;
    overflow: auto;
    /* background: rebeccapurple; */
/*     padding: 0 auto!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important; */
    /* margin-left: -2px; */
    /* background-color: mediumvioletred; */
    color: #82292e!important;
    /* padding-left: 5px; */
} */
/*****************************************/
/*        Contact us Form styling        */
/*****************************************/

.form {
   border: solid 1px #232937;
  max-width: 566px;
  display: flex;
  flex-direction: column;
  margin-bottom: 156px;
}

.span6.widget-span.widget-type-custom_widget.form{
    border: 1px solid #232937;
    margin-bottom: 50px;
}

.form div{
  width: 95%;
  margin: 0 auto;
  border: 0px;
}

.form div:first-child{
  margin-top: 56px; 
}

.form div.actions {
  margin-bottom: 48px;
}

.form input:not([disabled]):not([type="submit"]),textarea{  
  display: block;
  width: 100%;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #d4d5d8;
  opacity: 0.8;
    font-family: CircularStd;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #82292e;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left:0;

}

.form textarea {
  min-height: 214px;
  margin-bottom: 53px;
  margin-top: 14px;
  border: solid 1px #d4d5d8;
}

.form input[type="submit"] {
  background: #82292e;
  color: #fff;
  font-family: CircularStd;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 249px;
  height: 41px;
  border-radius: 100px;
}

ul.no-list.hs-error-msgs.inputs-list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff0000;
}

.form .hs-form-field {
  margin-bottom: 26px;
}

.form .hs-form-field label span {
  /*   font-family: Poppins-Regular; */
  text-transform: uppercase;
  font-family: CircularStd;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #69737f;
  padding-left: 10px;
}

ul.no-list.hs-error-msgs.inputs-list {
  color: #82292e;
  width: 100%;
  text-transform: uppercase;
  font-family: CircularStd;
  font-size: 10px;
  left: 12px;
    position: relative;
}

.form .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}


.form input:focus { 
  border-bottom: 1px solid #82292e !important;
}


/*****************************************/
/*              Blog styling             */
/*****************************************/

.section3 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.section3 .section3SpanContainer .featured-image {
  height: 265px;
  max-height: 265px;
  width: auto;
}



.section3SpanContainer {
  margin: 1em;
  background-color: #232937;
}

.section3Para1 {
  font-family: CircularStd;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
}

.section3Para2 {
  font-family: CircularStd;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.section3Para3 {
  font-family: neuzeit-grotesk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #727887;
}

.section3ParaContainer {
  margin: 5%;
}

.section3 a {
  text-decoration: none; 
}



@media screen and (max-width: 600px){
  .section3Span {
    width: 100%;
    display: inline-grid;
  } 

  .contentBody {
    width: 70% !important; 
  }
}

.contentContainer{
  margin-top: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentBody {
  width: 50%;
}
.contentBody p,strong {
  font-family: neuzeit-grotesk;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 0.3px;
  text-align: justify;
  color: #727887;
}

.contentBody ul,ol{
  font-family: neuzeit-grotesk;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.72;
  letter-spacing: 0.3px;
  color: #727887; 
}
.contentBody h2 {
  font-family: CircularStd;
  font-size: 46px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #14223d;
}


.contentBody h3{
  font-family: CircularStd;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #14223d;
}

.contentBody h4{
  font-family: CircularStd;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #14223d;}

.contentBody h5{
font-family: CircularStd;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #14223d}


.contentBody h6{
  font-family: CircularStd;
font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.2px;
   font-style: normal;
  font-stretch: normal;
  color: #14223d;
}

.contentBody blockquote,q{
font-family: CircularStd;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #14223d;
}

.contentBody a {
  font-family: neuzeit-grotesk;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.33px;
  text-align: center;
  color: #82292e;
}

.header div#hs_cos_wrapper_module_15549888600892347 {
  margin-left: 5%;
}

.header .grey {
  /* width: 82%; */
  position: absolute;
  top: 0;
  right: 0;
  height: 285px;
  width: 75%;
  z-index: -1;
}

.header .maroon {

}

.header .logo {
  /*   margin-top: 30px;  */
}

.section1Heading {
  background-color: #232937;
  /* padding: 10%; */
  margin: 0 7%;
  height: 281px;
  position: absolute;
  top: 221px;
  width: 86%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 18%;
}

input.subscribeBtn.headerBtn {
  margin-top: 50px;
  float: none;
  left: 25%;
  bottom: 110px;
  padding: 13px 33px;
  font-family: CircularStd;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  width: auto !important;
  text-transform: uppercase;
  /*   top: -112px; */
  /*   margin-bottom: 36px; */
}

.loadmore-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  padding-bottom: 50px;

}


a.btn.loadmore {
  width: 151px;
  border-radius: 100px;
  border: solid 1px #82292e;
  text-align: center;
  padding: 10px 0px;
  font-family: CircularStd;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #82292e;
  text-transform: uppercase;
}

.blog.footer .section7 {
  margin-top: 10%;
}

.blog.footer {
  background: #f3f5f8;
}

.line {
  width: 100%;
  height: 2px;
  margin-top: 142px;
  border-bottom: solid 1px rgba(35, 41, 55, 0.17);
}

.recommendations .title{
  /*   width: 395px; */
  height: 53px;
  margin-top: 54px;
  margin-bottom: 58px;
  margin-left: 7%;
  font-family: CircularStd;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #727887; 
}




/*****************************************/
/*         Blog header styling           */
/*****************************************/


.hero-container {
  position: relative;
  height: 755px;
}

.slider-content h2 {
  font-family: CircularStd;
  font-size: 57px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  margin-top: 30px;
  padding-bottom: 70px;
}

p.big {

  max-width: 570px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 0.2px;
  color: #a4b4c6;
  font-family: neuzeit-grotesk;
  /*     bottom: 160px; */
}

.hero-container:before {
  width: 25%;
  left: 0;
  background: white;
  height: 100%;
  position: absolute;
  content: '';
}

.hero-background {
  width: 76%;
  background-size: cover;
  height: 755px;
  background-position: top right;
  position: relative;
  top: 0;
  left: 25%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.hero-left-patch {
  width: 18.1%;
  top: 180px;
  position: absolute;
  background-color: #82292e;
  left: 0;
  content: '';
  z-index: 99;
  height: calc(100% - 180px);
}

.hero-slider {
  position: absolute;
  width: 100%;
  max-width: 67%;
  margin-left: 7.3%;
  z-index: 99;
  bottom: -160px;
  height: 570px;
  overflow: hidden;
}

.hero-slider:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #232937;
  height: 160px;
  z-index: 100;
  content: '';
}

.blog-view.hero-slider:after {
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    width: 70px;
    z-index: 101;
    top: 110px;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}

.slider-content {
  position: relative;
  background-color: rgba(35, 41, 55, 0.85);
  padding: 140px 0;
  color: #fff;
  padding-left: 27%;
  z-index: 101;
  padding-right: 75px;
}
.blog-view .slider-content {
  padding-left: 29%;
}

.blog-view .slider-content {
    padding: 103px 0;
    padding-left: 32.2%;
}
.contentContainer.blog {
  font-family: CircularStd;
  color: #14223d;
}
.contentContainer.blog h2{
  font-family: CircularStd;
  font-size: 46px;
  line-height: 1.3;
}
.contentContainer.blog h2{
  font-size: 38px;
  line-height: 1.58;
}
.contentContainer.blog p {
    padding-bottom: 10px;
}
.contentContainer.blog h3{
  font-size: 30px;
  line-height: 2;

}
.contentContainer.blog h5 {
  font-size: 24px;
  line-height: 2.5;
}
.contentContainer.blog h6{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.2px;
}
.contentContainer.blog ul ,.contentContainer.blog ol {
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.3px;
    color: #727887;
    list-style: disc;
    padding-left: 19px;
}

.contentContainer.blog blockquote{
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}
.slider-content h4 {
  position: relative;
  margin : 0;
  font-family: CircularStd;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #a4b4c6;

}

.slider-left-section {
  float: left;
  width: 26.5%;
  top: 0;
  position: absolute;
  content: '';
  height: 100%;
  background: #232937;
  z-index: 1;
}

.center button.slick-arrow {
  display: none !important;
}

ul.slick-dots {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 104;
  width: 160px;
}

.slick-dots li button {
  cursor: pointer;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #727887;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  margin: 0;
  background-color: #fff;

}

.slick-dots li button:before {
  display: none;
}

.white-patch {
  background: #fff;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 89;
}

/* .hero-slider:after {
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  content: '';
  left: 0;
  width: 70px;
  z-index: 101;
  top: 147px;
  opacity: 1;
/* -webkit-animation: mymove 6s infinite;
   animation: mymove 6s infinite;  */

} */

@-webkit-keyframes mymove {
  from {
    left: -70px;
  }

  to {
    left: 0px;
  }
}

/* Standard syntax */
@keyframes mymove {
  from {
    left: -70px;
  }

  to {
    left: 0px;
  }
}

.equal-height {
  display: flex;
  align-items: flex-start;
}
.section2 {
  margin-top: 308px;
  margin-bottom: 133px;
  max-width: 100%;
}

.wrapper{
  width: 100%;
  max-width: 1280px;
  padding:0 20px;
  float: none;
  margin: 0 auto;
}

.section3 .wrapper {
  padding-right: 0;
}

.section3Span:hover {
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.62);
}

.section3Span {
  width: calc(33.3% - 34px);
  display: inline-grid;
  margin-right: 34px;
  height: 100%;
  background: #232936;
  padding-bottom: 15px;
}


.section3Span:last-child {
  margin-right: 0;
}

/* .wrapper {
width: auto;
max-width: 1280px;
padding: 0 20px;
float: none;
margin: 0 7%;
} */

.ramithink .wrapper {
  /*  width: 50%;
  margin: 0 auto; */
}

.wrapper-container {
  width: 100%;
  /*   max-width: 705px; */
  float: none;
  margin: 0 auto;
}
.title-description-number {
  padding: 0;
  position: relative;
  display: inline-block;
  float: left;
}

.hero-left-patch.transparent {
  background: transparent;
}
.ramithink {
  margin-bottom: 60px;
}
.section2num3.equal-height {
  margin-bottom: 65px;
  margin-top: 60px;
}

.section3.blog {
  display: block; 
}

.section3.blog .section3SpanContainer {
  margin: 0; 
}

.section3.blog .section3Span {
  height: auto; 
}

.wrapper-content .section3Span {
  margin-bottom: 34px;
}


.wrapper-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -17px;
}

.span6.widget-span.widget-type-custom_widget.mike {
  overflow: hidden;
  max-width: 100%;
  width:56%;
}

.slick-next {
 display: none!important; 
}

@media screen and (max-width:1300px){
  .slider-content h2{
    font-size: 50px;
  }
  .wrapper{
    max-width:1050px;
  }
  .section-acting-content h2 {
    position: absolute;
    top: 45px;
    left: 55px;
    right: -240px;
    z-index: 2;
    max-width: 613px;
  }

  .section-acting-content:after {
    width: 220px;
    right: -220px;
  }

  .section-acting-content {
    max-width: 50%;
    width: 45%;
    margin-left: 5%;
  }

  div.section3ParaContainer .section3Para1 {
    letter-spacing: 1px;
  }

}

@media screen and (max-width:1024px){
  .slider-content h2{
    font-size: 48px;
  }
  .section2num3.equal-height {
    margin-bottom: 65px;
    margin-top: 75px;
  }

  .wrapper {
    max-width: 800px;
  }

  .wrapper-container {
    padding-left: 0;
    max-width: 100%;
    /*     flex: 2; */
  }

  .wrapper-content {
    margin-right: 0px;
  }

  .section2.equal-height {
    max-width: 100%;
  }

  .home-blog .section3Span {
    width: calc(49% - 34px);
    max-height: 610px;
    min-height: 610px;
    overflow: hidden;
  }

  .equal-height .wrapper {
    /*     display: flex;  */
  }

  .section2Header1 {
    margin-left: 6%;
  }

  .section-acting-content h2 {
    top: 21px;
    left: 20px;
    right: -267px;
    max-width: 579px;
  }
  .section-acting-content {
    padding: 0;
    min-height: 234px;
  }
  .section-acting {
    padding: 60px 0 172px;
  }
  .section-acting  h2 span {
    font-size: 26px!important;
  }

  .section3 {
    display: block;
  }

  .gap {
    margin-top: 40%;
  }

  .title-description-number {
    /*     float: none; */
    /*     flex:0.4; */
  }
  .section6{
    /*     padding-top: 0; */
    /*     padding-right:0 */
  }

  .section6ParaContainer {
    padding: 24px 58px 50px 58px;
  }

  .section3Span {
    width: calc(49% - 34px);
  }
}

@media screen and  (max-width:767px){
  .hero-slider {
    width: 100%;
    max-width: 100%;
    margin: 0;
    /*     bottom: -160px; */
    top: calc(145% - 570px);
    height: 570px;
    overflow: hidden;
  }

  .home .hero-slider {
    top: calc(115% - 570px);
  }

  .hero-slider:after{
    display:none;
  }
  .slider-left-section {
    width: 0;
  }
  .hero-slider:before{
    display:none;
  }
  .slider-content h2 {
    font-size: 38px;
  }
  .title-description-number {

  }
  
  /*mychanges*/
  input.subscribeBtn.headerBtn{
  margin-top: 70px;
  left: 55%;
  border-width:0px;
  }
  
  input.hs-button.primary.large{
    margin-bottom: 60px;
  }
  
  .social-media-links.contact-us{
  margin-top: 16px;
  }
  /*mychanges*/
  
  /*mychanges*/
  .section7{
    margin-top: -100px;
  }
  /*mychanges*/
  .section7 .social-media-links {
    margin-right: 45px;
  }
  .section7 .subcribeDiv form .hs-email input {
    width: calc(100% - 140px);
  }

  .section7 .subcribeDiv form .hs-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-container .white-patch {
    background: transparent;
    display: none;
  }

  .hero-container .hero-left-patch {
    background: transparent; 
    display: none;
  }

  .section-title {
    margin: 0;
    padding-bottom: 38px;
  }
  .section2Para1.section-descriprion {
    font-family: NeuzeitGro-Reg;
    width: 100
      margin: 0%;
  }

  .slider-content {
    padding: 140px 10px 0 10px;
  }
  .section-acting-content {
    background-color: #232937;
    max-width: 35%;
    width: 100%;
    padding: 90px 40px 100px 90px;
    position: relative;
    z-index: 1;
    min-height: 278px;
    /*mychanges*/top: 959px;
  }
  div#hs_cos_wrapper_module_15548927771172868_ {
    /*     padding-left: 2%;
    padding-right: 2%;
    padding-top: 5%;
    padding-bottom: 5%; */
    padding: 0;
    max-width: 88%;
  }

  .gap2 {
  margin-top: 25%;
}

  div#hs_cos_wrapper_module_15548927771172868_ span {
    /*     font-size: 20!important; */
  }

  .section6 {
    position: relative;
/*     width: 100%; */
/*     margin: 0;
    padding: 0; */
    margin-top: -244px;
    padding-left: 0px;
     padding-right: 0px; 
  }
  .section-acting-content h2 {
    /*     position: absolute;
    top: 40px;
    left: 46px;
    right: -240px; */
    z-index: 2;
    max-width: 100%;
   
  }
  .section-acting-content{ /*mychanges*/top: 599px;}
  /*mychanges*/
  .section2num3.equal-height {
    margin-top: -20px!important;
}/*mychanges*/
  .section6ParaContainer {
    background-color: rgba(35, 41, 55, 0.85);
    padding: 6% 6%;
  }
  .section3 {
    display: block;
  }
  .subcribeDiv {
    width: 100%;
    margin-top: 15px;
  }
  .section2 {
    margin: 0;
    margin-top: 176px;
  }
  #toggle-menu {
    position: fixed;
    top: 25px;
    right: 25px;
  }
  .section3Span {
    width: 100%!important;
    display: inline-grid;
    margin-right: 20px;
  }
  .section3Span:last-child {
    margin-right: 20px;
  }
  .section-title {
    margin: 0;
    padding-bottom: 38px;
  }
  .section-descriprion {
    margin: 0;
  }
  .section-acting-background {
    position: relative;
    width: 100%;
    /*mychanges*/ height: 681px;
    background-size: 100%;
    /*changes*/margin-top: -240px;
  }
  
  /*mychanges*/
  .span6.widget-span.widget-type-custom_widget.mike{
  width:100%;
    margin-top: -60px;
  }
  /*mychanges*/
/*   .section6{
    margin-top: -37%;
    padding-left: 0%;
    margin-left: 0%;
  } */
  
  .section-acting:before{
    display:none;
  }
  .section-acting-content:after{
    display:none;
  }
  .section-acting-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    /*mychanges*/ top:358px;
  }

  .blog .wrapper-content {
    margin: 24px;
  }

  .section2Header1.section-title {
    padding-bottom:20px;
    margin: 0!important; 
    padding-left: 20px;
  }
  .section2Para1.section-descriprion{
    margin: 0!important; 
  }

  .span10.widget-span.widget-type-custom_widget.grey {
    position: absolute;
    top: 0;
    right: 0;
  }

  .recommendations .title {
    font-size: 32px;
  }
.wrappopupcontent {
   position: relative;
}
.headerbtn {
   text-align: center;
   bottom: -130px;
   position: relative;
  margin-left:0px;
}
  .slider-progress {
   top: 160px!important;
}
  .overlay-form .form-dialog{ margin-top:0px;}
}

@media screen and (max-width:480px){
  .all_articles {
    margin-bottom: 30px;
  }
  
   .overlay-form .form-dialog{top:0px!important; margin:0px!important;}
  
  .overlay-form input.hs-button.primary.large{margin-left:50px;}
  .popupheading{margin-left: 0px;
    margin-right: 0px;}

  .section2Header1.section-title span {
    font-size: 45px!important;

  }
  .section2Header1.section-title {
    padding-left: 0;
  }
  .section-acting {
    padding: 60px 0 0;
  }
  .section2num3.equal-height{
    margin-top:60px!important;
  }
  .equal-height .wrapper {
    display: flex;
    flex-direction: column;
  }

}

@media screen and (min-width:500px) and (max-width:768px){
  .section6 {
    padding-top: 0;
    padding-left: 40%;
    padding-right: 0;
    margin-bottom: 10%;
    position: absolute;
    margin-top: -18%;
    margin-left: -3%;
  }

  .section6 .section6Title span {
    font-size: 25px!important;
  }

  .aboutrami .wrapper {
    padding-left: 81px;
  }

  .section6ParaContainer {
    padding: 2px 58px 30px 58px;
    margin-top: 180px;
  }
}


.section1Heading:before {
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
}

span.scroll-down {
    font-family: CircularStd;
    font-size: 10px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3px;
    color: #ffffff;
    left: 60px;
    position: absolute;
    cursor: pointer;
    bottom: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span#scroll-down img {
max-width: 11px;
    margin-right: 7px;
    position: relative;
    top: 0;
    -webkit-animation: MoveUpDown 2s linear infinite;
    animation: MoveUpDown 2s linear infinite;
    height: 15px;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 5px;
  }
}


.form textarea:focus {
    border: 1px solid #82292e;
}
@media screen and (max-width:767px){
  .span6.widget-span.widget-type-custom_widget.form{
    margin-left:10px;
    margin-right:10px;
  }
  .span6.widget-span.widget-type-custom_widget.form{
  margin-bottom: 130px;
  }
  
 
  .section1Heading:before{
  display:none;
  }
  /*my-changes*/
  .hero-background{
    width: 100%;
    left:0px;
  }
}
/* progress bar */
.slider-progress {
  height: 2px;
  background-color:transparent ;
  position: absolute;
  content: '';
  left: 0;
  width: 70px;
  z-index: 102;
  top: 147px;
  opacity: 1;
}
.slider-progress .progress {
  width: 0%;
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width:767px){
.blog-view .slider-content {
    padding-left: 10px;
}
.blog-view .slider-content {
    padding: 103px 0;
    padding-left: 10px;
}
span.scroll-down {
    bottom: 50px;
}
  /*mychanges*/
/*   .section1Btn1{margin-left:0px;} */
  
 .align-center.all-articles-link{
    padding: 50px 0 65px;
  }
  
  /*mychanges*/
}
input.subscribeBtn.headerBtn{border:1px solid #fff}
.overlay-form {
    position: fixed;
    top: 0;
    left: 0;
  background-color: rgba(35, 40, 54, 0.83);    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index:9999;
  transition:0.5s ease;
}
.overlay-form.open{
  opacity:1;
  visibility:visible;
  overflow: scroll;
}
.overlay-form .form-dialog {
    margin: 100px auto;
    background: #fff;
    position:relative;
    top:-100px;
    transition:0.2s ease;
   max-width: 566px;

  box-shadow: 0 5px 23px 7px rgba(0, 0, 0, 0.41);
  border: solid 1px #232937;
  background-color: #ffffff;
}
.overlay-form.open .form-dialog{
  top:0;
}
.form-header {
    height: 100px;
    border: solid 1px #232937;
    background-color: #82292e;
    text-align: right;
    color: #fff;
    padding: 27px;
    font-size: 44px;
}

.form-header span{
  cursor:pointer;
}
.overlay-form form.hs-form.stacked {
    padding: 54px;
}
.blog .section3Span:first-child,.blog .section3Span:nth-child(2),.blog .section3Span:nth-child(3){
display:block
}
.blog .section3Span{
display:none;
}
.section3Span#_post_no_1,.section3Span#_post_no_2,.section3Span#_post_no_3,.section3Span#_post_no_4,.section3Span#_post_no_5,.section3Span#_post_no_6{
display:block
}

.showLoader span{
 display:none;
}
span#showMore img{
   display:none;
}
span#showMore.showLoader img{
  display:block;
  height: 42px;
  pointer-events:none;
}
span#showMore span {
    border-radius: 100px;
    border: solid 1px #82292e;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #82292e;
    padding: 13px 27px;
    cursor: pointer;
}
.loadmore-section {
    width: 100%;
}



/*-------------------mychanges-start---------------------*/

@media screen and (max-width: 411px) and (min-width: 410px){

  .section-acting-content{
  top: 402px;
  }
  .section2num3.equal-height{
      padding-top: 35px;
  }
  .social-media-links.contact-us{
      margin-top: 2px;
  }

}


@media screen and (max-width: 320px) and (min-width: 319px){

  .section-acting-content{
  top: 321px;
  }
  
  .section-acting h2 span{
  font-size: 24px!important;
  }

  .section2num3.equal-height{
  margin-top: -20px!important;
  }

  .span6.widget-span.widget-type-custom_widget.mike{
  margin-top: 10px;
}
  .section6{
    margin-top: -220px;
  }
  
  input.subscribeBtn.headerBtn{
    margin-top: 135px;
    left: 20%;
    margin-left: 25px;
  }
  
  }
  

@media screen and (max-width: 375px) and (min-width: 374px){
  .section-acting-content{
    top: 370px;
  }
  
  .span6.widget-span.widget-type-custom_widget.mike{
  margin-top: 0px;
  }

}



@media screen and (max-width: 414px) and (min-width: 413px){
  .section-acting-content{
    top: 405px;
  }
  
  .section6{
    margin-top: -260px;
  }

  
  .social-media-links.contact-us{
  margin-top: 2px;
  }
}

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

  .section-acting-content{
  margin-top: -43px;
  }

  .section-acting-content:after{
  right: -180px;
  }
  
  div#hs_cos_wrapper_module_15548927771172868_{
  padding-left: 0%;
    padding-right: 21%;
  }
  
  .section2num3.equal-height{
  margin-top: -50px;
  }
  
  .section2Header1{
  margin-left: 2%;
    padding-left: 5px;
  }
  
  span.scroll-down{
  bottom: 155px;
  }
  
  .section1Heading{
   margin: -12px 7%;
    height: 200px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px){
  .headerbtn{
  left: 85px;
  }
}



/*----------mychanges---end-----------*/







/****************** Subscribe Popup Styling *********************/





.header-popup-form form label{
   font-size:10px;
   line-height:13px;
   letter-spacing:3px;
   color:#69737F;
   text-transform:uppercase;
}

body .row-fluid .header-popup-form form input{
   border-bottom:1px solid #D4D5D8!important;
}

.header-popup-form form .hs-error-msg{
   color: red;
    text-transform: initial;
    position: relative;
    left: -11px;
    top: 10px;
    letter-spacing: 1.2px;
}