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



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

/*

Project      : SAAS - For Saas Startups
Version      : v1.0
Author       : Design_mylife (Rakesh Sharma)
Support email: mylifedesign143@gmail.com
*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700');


/*
Base csss
*/
html, body {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #666;
}
p
{
    color:#333;
    font-size: 15px;
}
.blog-r-comments .hs-error-msgs
{
    list-style:none;
    padding:0px;
    color:red;
}

.blog-r-comments input[type=checkbox], .blog-r-comments input[type=radio] {margin:4px 4px 0px 0px}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #008583;
}
a:hover {
  color: #aeaeae;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

.text-continue {
  font-weight: 500;
  padding-top: 20px;
  font-size: 16px;
}

blockquote {
  font-style: normal;
  font-weight: 400;
}
blockquote p {
  font-weight: 400;
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}

h3 {
  line-height: 36px;
}

label {
  font-weight: 500;
  text-transform: capitalize;
}

.border-width {
  width: 60px;
  height: 2px;
  background: #4aa3df;
  margin: 10px 0;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

/**margins**/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.skin-bg {
  background-color: #1b4d6e;
}

.gray-bg {
  background: #f7f9fa;
}



.container-fluid
{
    padding:0px !important;
}
/*.footer .hs-button.primary {
    background: #009999 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 1em;
    padding: 12px 31px;
    transition: all 0.4s ease 0s;
}*/

.footer .footer-form h3 {font-size:18px;line-height:1.1; }


  .footer .footer-form .hs_email input[type=submit]{
 background: #4aa3df;
 
    color: #fff;
    border: 2px solid #4aa3df;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    
  }
  
  .footer .footer-form .hs_email input[type=submit]:hover {
    background: transparent;
    color: #4aa3df;
    border-color: #4aa3df;
}


.margin-b-30 .text-wrap p {font-size:15px;}
/*.margin-b-30.margin-wrap {margin-top:10px;}*/

.footer .footer-form .actions .hs-button {-moz-userselect: none;   margin-top: -2px; cursor: pointer;    display: inline-block;    margin-bottom: 0;    text-align: center;    vertical-align: middle;    white-space: nowrap;line-height: 1.33333;    padding: 10px 16px; border-radius: 2px;    font-size: 13px;    font-weight: 500;    text-transform: uppercase;    transition: all 0.3s ease 0s;   background: #4aa3df none repeat scroll 0 0;    border: 2px solid #4aa3df;    color: #fff;}

.footer .footer-form .actions .hs-button:hover {    background: transparent none repeat scroll 0 0;    border-color: #4aa3df;    color: #4aa3df;}



 .hs_email{max-width:270px;width:100%;margin-right:4px;}
  input[type=email] {color:#666;}
 .footer form > div {display:inline-block; }
 .footer form {padding:0 0 5px 0px;}
 
 .footer .hs-error-msgs{color:red;list-style-type:none;padding:0;margin:0;position:absolute;}
  .footer .footer-form .hs_email .input .hs-input::-moz-placeholder {font-size:14px;}



.header-menu {position:relative;}
.header-menu .search-nav {position:absolute; right:0; top:10px; width:auto; margin-top:0;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {padding-right:25px;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a { transition: none 0s ease 0s ;max-width:170px; font-family: "Poppins",sans-serif;    font-size: 14px;   line-height:20px; font-weight: 400;    letter-spacing: 0;    text-transform: uppercase; padding:15px;}

.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {margin-top:6px;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a {   
    line-height: 20px; padding: 7px 20px 4px; border-radius: 2px;background: #DA5A5B;
    border: 2px solid #DA5A5B;transition: all 0.3s ease 0s;color:#fff;}
    
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover {color: #DA5A5B; background-color: transparent;}

.mean-container .mean-nav ul li.mean-last {text-align:center; margin-top:10px;}
.mean-container .mean-nav ul li.mean-last a {display: inline-block;   box-sizing: border-box;  float: none; line-height: 20px; padding: 7px 20px 4px; border-radius: 4px; width:100%;background: #4aa3df none repeat scroll 0 0; border-bottom:2px solid #4aa3df!important;   border: 2px solid #4aa3df;transition: all 0.3s ease 0s;  text-align:center;}
.mean-container .mean-nav ul li.mean-last a:hover {color: #4aa3df; background-color: transparent; }


.navbar-fixed-top .mean-container .mean-nav > ul{display:none;}

.meanmenu-reveal.meanclose .mean-nav {display:block;}

.p-topics {padding-bottom:20px; border-bottom:1px solid #dddddd;}
 .search-wrap .gsc-input-box {height: auto; border:none!important;}
 .search-wrap .gsc-input-box .gsib_a {padding:0;}
.search-wrap .gsc-input-box .gsib_a input {  max-width: 250px;background:none!important;min-height:30px!important;text-indent: 10px!important; font-size:14px!important;padding:5px !important;  border: 1px solid #eeeeee!important;}
 
.search-wrap .gsc-input {padding:0!important;}
.search-wrap .gsc-search-button {display:none;}
.search-wrap .cse .gsc-control-cse, .top-search .gsc-control-cse {padding:8px 0 2px;}
.search-wrap .cse .gsc-control-cse .gsc-input {padding:}
.search-wrap .gsc-search-box-tools .gsc-search-box .gsc-input {padding-left:12px;}


.search-wrap .search-heading  span {  font-size: 13px;    font-weight: 700;    margin-bottom: 15px;    text-transform: uppercase;line-height: 36px;color: #000000;    font-family: "Poppins",sans-serif;}


.search-wrap .gsc-search-box input.gsc-input:focus { border: 1px solid #4aa3df!important;}
.search-wrap .gsc-input-box-focus {box-shadow: none!important; border:none!important;}
.search-wrap .gsc-input-box-hover {box-shadow: none!important;}
.search-wrap .gsc-input-box .gsib_a input-placeholder {text-align:left!important;}
.search-wrap .gsc-input-box .gsib_a input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #999999;
    opacity: 1;
    font-size:14px;
}
.search-wrap .gsc-input-box .gsib_a input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
    opacity: 1;
    font-size:14px;
}
.search-wrap .gsc-input-box .gsib_a input:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
    opacity: 1;
    font-size:14px;
}
.search-wrap .gsc-input-box .gsib_a input:-moz-placeholder { /* Firefox 18- */
  color: #999999;
    opacity: 1;
    font-size:14px;
}
.search-wrap .gsc-input-box .gsib_a input:-o-placeholder { /* opera- */
color: #999999;
    opacity: 1;
    font-size:14px;
}
.search-wrap .gsc-input-box .gsib_a input:placeholder { 
 color: #999999;
    opacity: 1;
    font-size:14px;
}


.search-wrap  .threeLine > div .test_titleLink > span {color:#4aa3df!important;}

.search-wrap {color:#666}


.search-wrap .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {color:#4aa3df!important;}

.search-wrap .d_, .sl-table a, .sl-table-ol a, .g_ a, .nonSfblSitelinksWrapper, .ctcT a {color:#4aa3df!important}


.search-wrap .gsc-control-cse {background: none;    border:none;}
.search-wrap .cse .gsc-control-cse, .gsc-control-cse {padding:0!important;}

body .top-search {
  background-color: #fff;
  
  margin-top: -10px;
  display:none;
  float:left;
  width:100%;
  padding-bottom:0;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #333;
  height: 40px;
  padding: 0 15px;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
/*.search-nav {display:none!important;}*/

.g_header .search-nav {
  float: right;
  margin-left: 30px;
  /*margin-top: 12px;*/
}
.g_header .search-nav a {
  font-size: 20px;
}


.header-menu .hs-item-has-children .hs-menu-children-wrapper 
{
    background-clip: padding-box;   
    min-width: 200px;   
    padding: 10px; 
    background-color: #fff;    
    border: 1px solid rgba(0, 0, 0, 0.15);    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);      
    float: left;    
    font-size: 14px;    
    list-style: outside none none;    
    position: absolute;    
    text-align: left;    
    top: 100%;    
    z-index: 1000;
}
.header-menu .hs-item-has-children {position:relative;padding-right:10px;}
.header-menu .hs-item-has-children:after {position:absolute; content:"\f107"; font-family:"fontawesome"; top:16px; right:10px; color:#fff;}
.header-menu .hs-item-has-children:after:hover {color:#4aa3df;}


.header-menu .hs-item-has-children .hs-menu-children-wrapper li a 
{
    clear: both; 
    color: #333!important;
    max-width:180px!important;
    width:100%!important;   
    display: block;   
    line-height: 1.42857;    
    white-space: nowrap; 
    font-weight: 400;   
    padding: 8px 20px;    
    text-transform: capitalize!important;}

 
.header-menu .hs-item-has-children .hs-menu-children-wrapper li a:hover { background-color: #f5f5f5;    color: #262626;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {right:0!important;}
 .mean-container .mean-nav > ul { height: calc(100vh - 48px);overflow-y: scroll;}




.form-control, input[type="text"], input[type="email"], textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fefefe;
  min-height: 41px;
}
.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-color: #4aa3df;
}

.dropcap:first-letter {
  font-size: 30px;
  color: #4aa3df;
}

.grey-bg {
  background: #fcfcfc;
  border: 1px solid #eee;  
}

.center-title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.center-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  /*background: #4aa3df;*/
}
.center-title h2 {
  letter-spacing: -1px;
  font-weight: 500;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4aa3df;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollToTop i {
  font-size: 30px;
  display: block;
  padding-top: 0px;
  line-height: 40px;
}

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

/**preloader**/
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("//content.shippable.com/hubfs/SASS%20Blog%20Images/loader.gif") no-repeat center center;
}

.center-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.full-img {
  width: 100%;
  height: auto;
}

.lead {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.text-color {
  color: #4aa3df;
}

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

.blog-pagination a {background: #fff none repeat scroll 0 0; color: #111; display: inline-block;font-family: 'Montserrat-Regular';  font-size: 13px;    font-weight: 400;    
letter-spacing: 1px;line-height: 1.2;padding: 12px;text-decoration: none;text-transform: uppercase;transition: background-color 0.32s ease-out 0s;}


.blog-pagination a:hover {background:#f2f2f2;color: #333!important;}
.blog-listing-pagination ul {list-style:none; margin:0; padding:0;}
.blog-listing-pagination ul li {display:inline-block;  margin: 2px;    padding: 5px 11px;   }

.blog-listing-pagination ul li a {font-size:14.1px;}
.blog-listing-pagination ul .pg li a { font-size: 12px;    line-height: 1;    text-transform: uppercase;  font-weight: 400;    margin: 2px;    padding: 5px 11px;    text-decoration: none;}

.blog-listing-pagination ul .pg li.active a {font-weight:bold; color:rgb(114,196,233);}

.vertical-align-child {padding-bottom:20px;}


.mean-container .mean-bar {top:50px; z-index:9999;}
.mean-container .mean-bar .mean-nav {margin-top: 0;}
.mean-container a.meanmenu-reveal {top:-45px!important;}
.search-out .mean-bar {top:100px;} 
 
 
@media (max-width: 992px) {
    .mean-container a.meanmenu-reveal {right: 40px !important;padding: 13px 13px 11px;}
  .header-menu .search-nav { position: fixed;    right: 20px;    top: 20px;}  
    
    
    }
    
    
@media (max-width: 992px) {
    .header-menu .search-nav {  top: 15px;}
    
    }    
    
    
    

@media (min-width: 992px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  
  
  
  
}
@media (min-width: 1200px) {
  body.boxed-layout {
    background-color: #f5f5f5;
  }
  body.boxed-layout .wrapper-boxed {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
  }
  body.boxed-layout .wrapper-boxed .top-search {
    max-width: 1200px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.boxed-layout .wrapper-boxed .navbar-fixed-bottom, body.boxed-layout .wrapper-boxed .navbar-fixed-top {
    left: auto;
    right: auto;
    width: 1200px;
  }
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list > li {
  line-height: 30px;
  overflow: hidden;
}
.list > li i {
  margin-right: 5px;
  color: #4aa3df;
}

.page-title h1 {
  color: #fff;
  margin: 0px;
  font-size: 32px;
  line-height: 44px;
}

.display-table {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.display-table .verticle-middle {
  vertical-align: middle;
  width: 100%;
  display: table-cell;
  position: relative;
}

.dropcap-text:first-letter {
  color: #4aa3df;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}

.dropcap-bg:first-letter {
  background-color: #4aa3df;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

/*
Buttons
*/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  border: 0px;
  font-size: 13px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 35px;
}

/*Button overrides*/
.btn-primary {
 background: #DA5A5B;
 border: 2px solid #DA5A5B;
}

.btn-primary:focus {
 background: #DA5A5B;
 border: 2px solid #DA5A5B;
}

.btn-primary:hover {
 background: #DA5A5B;
 color: #000;
 border: 2px solid #DA5A5B;
}

.btn-white-border {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-border:focus {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white-border:hover {
  background: #fff;
  color: #333;
}

.btn-dark-border {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}
.btn-dark-border:focus {
  background: transparent;
  color: #333;
  border: 2px solid #333;
}
.btn-dark-border:hover {
  background: #333;
  color: #fff;
}

.btn-xl {
  padding: 14px 30px;
}

.btn-social {
  margin-top: 10px;
}
.btn-social i {
  margin-right: 10px;
}

.btn-facebook {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:focus {
  background: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background: transparent;
  color: #3b5998;
}

.btn-twitter {
  background: #0084b4;
  color: #fff;
}
.btn-twitter:focus {
  background: #0084b4;
  color: #fff;
}
.btn-twitter:hover {
  background: transparent;
  color: #0084b4;
}

.btn-googleplus {
  background: #d34836;
  color: #fff;
}
.btn-googleplus:focus {
  background: #d34836;
  color: #fff;
}
.btn-googleplus:hover {
  background: transparent;
  color: #d34836;
}

.btn-default {
  background: #f5f5f5;
  text-shadow: 0 1px 0 white;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}
.navbar-nav > li > a.btn-primary {
  padding: 7px 20px 4px;
  margin-top: 6px;
}

.navbar-default.navbar-transparent {
  background: transparent;
  border: 0px;
  padding: 10px 0;
  margin: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default.navbar-transparent .search-nav a {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a.btn-primary {
  color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li > a.btn-primary:hover {
  color: #DA5A5B;
}
.navbar-default.navbar-transparent .navbar-nav > li > a:hover {
  color: #DA5A5B;
}
.navbar-default.navbar-transparent .navbar-brand img {
  position: absolute;
}
.navbar-default.navbar-transparent .navbar-brand img.logo-scroll {
  opacity: 0;
}
.navbar-default.navbar-transparent.shrink {
  background-color: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.navbar-default.navbar-transparent.shrink .search-nav a {
  color: #333;
}

.navbar-default.navbar-transparent  li  a {
    color: #333;
}

.navbar-default.navbar-transparent  li  a:hover {
  color: #DA5A5B;
}

.header-menu ul {float:right;}

.header-menu .hs-menu-flow-horizontal {line-height:1;}
.header-menu .hs-menu-flow-horizontal ul li {line-height:1;}
.header-menu .hs-menu-flow-horizontal ul li a {line-height:1.2; padding:20px;}
.navbar-brand {padding:5px 0px;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {padding-right:0px;}

.navbar-default.navbar-transparent.shrink li  a {
  color: #333;
}
.navbar-default.navbar-transparent.shrink li  a:hover {
  color: #4aa3df;
}

.navbar-default.navbar-transparent.shrink .navbar-nav  li  a {
  color: #333;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a.btn-primary {
  color: #fff;
}
.navbar-default.navbar-transparent.shrink .navbar-nav > li > a.btn-primary:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent.shrink .navbar-nav  li  a:hover {
  color: #4aa3df;
}
.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-scroll {
  opacity: 1;
}
.navbar-default.navbar-transparent.shrink .navbar-brand img.logo-default {
  opacity: 0;
}

.navbar-default.navbar-transparent .navbar-nav > .open > a, .navbar-default.navbar-transparent .navbar-nav > .open > a:focus, .navbar-default.navbar-transparent .navbar-nav > .open > a:hover, .navbar-default.navbar-transparent .navbar-nav > .active > a, .navbar-default.navbar-transparent .navbar-nav > .active > a:focus, .navbar-default.navbar-transparent .navbar-nav > .active > a:hover {
  color: #DA5A5B;
  background-color: transparent;
}

.navbar-default.navbar-transparent.shrink .navbar-nav > .open > a, .navbar-default.navbar-transparent.shrink .navbar-nav > .open > a:focus, .navbar-default.navbar-transparent.shrink .navbar-nav > .open > a:hover, .navbar-default.navbar-transparent.shrink .navbar-nav > .active > a, .navbar-default.navbar-transparent.shrink .navbar-nav > .active > a:focus, .navbar-default.navbar-transparent.shrink .navbar-nav > .active > a:hover {
  color: #DA5A5B;
  background-color: transparent;
}

.top-search {
  background-color: #fff;
  padding: 10px 0;
  margin-top: -10px;
  display: none;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #333;
  height: 40px;
  padding: 0 15px;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}

.search-nav {
  float: right;
  margin-left: 30px;
  /*margin-top: 12px;*/
}
.search-nav a {
  font-size: 20px;
}

/*
Dropdown style
*/
.dropdown-menu {
  min-width: 200px;
  padding: 10px;
}
.dropdown-menu > li > a {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 8px 20px;
}

/*
Blog Styles
*/
.post {
  background: #fcfcfc;
}

.post-page {
    background: #fff;
}

.post .blog-desc {
  /*padding: 15px;*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.post .blog-desc h4 {
  margin: 8px 0;
  text-transform: capitalize;
}
.post .blog-desc h4 a {
  color: #253340;
}
.post .blog-desc h4 a:hover {
  color: #4aa3df;
}

.post-item {
  padding: 25px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  background-color: #fcfcfc;
}

.post-meta {
  display: block;
  position: relative;
  padding-left: 40px;
}
.post-meta:before {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  content: " ";
  width: 27px;
  height: 1px;
  background: #dadada;
}

.about-author {
  padding: 15px 15px;
  background-color: #f5f5f5;
}
.about-author img {
  margin-right: 15px;
}
.about-author p {
  margin: 0px;
}
.about-author h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.comments-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
}
.comments-list li:nth-child(even) {
  padding-left: 30px;
}
.comments-list li:last-child {
  border-bottom: 0px;
}
.comments-list img {
  margin-right: 15px;
  width: 50px;
}
.comments-list h5 {
  margin-bottom: 0px;
}
.comments-list span {
  display: block;
  margin-bottom: 5px;
}
.comments-list p {
  margin-bottom: 0px;
}

.quick-news-list > li {
  margin-bottom: 20px;
}
.quick-news-list .date {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  margin-right: 20px;
  text-align: center;
  width: 60px;
}
.quick-news-list .date span {
  display: block;
  font-size: 40px;
}
.quick-news-list .content {
  overflow: hidden;
}
.quick-news-list .content a h4 {
  margin-bottom: 5px;
}
.quick-news-list .content a:hover h4 {
  color: #4aa3df;
}
.quick-news-list .content .quick-meta a {
  color: rgba(0, 0, 0, 0.4);
}
.quick-news-list .content .quick-meta a:hover {
  color: #4aa3df;
}

.social-icons {
  font-size: 20px;
}
.social-icons a {
  color: #999;
}
.social-icons a:hover {
  color: #4aa3df;
}

/*
Sidebar style
*/

.p-topics ul
{
    padding-left: 0;
    list-style: none;
}

.p-topics ul > li > a {
  /*color: #999;*/
  padding: 4px 0;
}

.p-topics ul > li > a:hover {
  color: #4aa3df;
}

.p-topicss ul li {
  padding-bottom: 15px;
}


.p-topics h3 ,.r-posts h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 13px;
}


.r-posts ul
{
    padding-left: 0;
    list-style: none;
}
.r-posts ul > li > a {
  color: #999;
  padding: 4px 0;
}

.r-posts ul > li > a:hover {
  color: #4aa3df;
}

.r-posts ul li {
  padding-bottom: 15px;
}

.r-posts ul img {
  float: left;
  margin-right: 15px;
}
.r-posts .hs-rss-item
{
    position:relative;
}

.r-posts .hs-rss-item .hs-rss-item-text 
{
    float:left;
    width: 100%;
    /*padding-left:80px;*/
    box-sizing: border-box;
   
}
.r-posts .hs-rss-item .hs-rss-item-image-wrapper 
{
 padding-right: 15px;
 float:left;
 position:absolute;
 left:0;
 width: 80px;
 
}

 .r-posts .hs-rss-item-text a{/*color:#999999;*/}
 .r-posts .hs-rss-item-text a:hover{color:#4aa3df;}
 
 .social-main-icons{text-align:center;}
 .social-main-icons .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item
 {
     display:inline-block;
     float: none;
 }
  
 
.r-posts ul .post-content {
  overflow: hidden;
}

.r-posts ul .post-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
}
.r-posts ul .post-content h5 a {
  color: #555;
}
.r-posts ul .post-content h5 a:hover {
  color: #4aa3df;
}

.r-posts ul span {
  font-size: 12px;
  display: block;
  color: #999;
}





.sidebar-widget h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 13px;
}
.sidebar-widget .list-unstyled > li > a {
  color: #999;
  padding: 4px 0;
}
.sidebar-widget .list-unstyled > li > a:hover {
  color: #4aa3df;
}

.recent-post li {
  padding-bottom: 15px;
}

.recent-post img {
  float: left;
  margin-right: 15px;
}

.recent-post .post-content {
  overflow: hidden;
}

.recent-post .post-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
}
.recent-post .post-content h5 a {
  color: #555;
}
.recent-post .post-content h5 a:hover {
  color: #4aa3df;
}

.recent-post span {
  font-size: 12px;
  display: block;
  color: #999;
}

.search-form form {
  position: relative;
}
.search-form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  line-height: 34px;
  width: 40px;
  text-align: center;
  border: 0px;
  background-color: transparent;
  color: #eee;
}

/*
Pagination styles
*/
.pagination > li > a, .pagination > li > span {
  color: #4aa3df;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border-color: #4aa3df;
  background: #4aa3df;
}

/*
Cta and quotes css
*/
.cta-skin {
  padding: 60px 0;
  background: #1b4d6e;
}
.cta-skin h2 {
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cta-skin p {
  color: #fff;
  margin-bottom: 20px;
}

.cta-bg {
  background: url('//content.shippable.com/hubfs/SASS%20Blog%20Images/bg2.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 15px;
}
.cta-bg h3 {
  color: #fff;
}

/*
Pricing tables
*/
.price-box {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.price-box .price-header {
  background: #000;
  color: #fff;
  padding: 30px 15px;
}
.price-box .price-header h1, .price-box .price-header h4 {
  color: #fff;
}
.price-box .price-header h1 {
  text-transform: uppercase;
}
.price-box .price-header h1 span {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block;
}
.price-box .price-header h4 {
  opacity: 0.8;
  margin: 0px;
}
.price-box.best-plan .price-header, .price-box.best-plan .price-footer {
  background: #4aa3df;
}

.price-features {
  margin: 0;
  padding: 15px 0;
}
.price-features li {
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 15px;
}
.price-features li:last-child {
  border-bottom: 0px;
}

.price-footer {
  background: #f5f5f5;
  padding: 25px 15px;
}

/*
Testimonials
*/
.skin-bg .center-title h2, .skin-bg .center-title p {
  color: #fff;
}
.skin-bg .center-title:after {
  background: #fff;
}

.feedback-box {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.feedback-box:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.feedback-box p {
  margin-bottom: 0;
}

.testi-info img {
  float: left;
  margin-right: 15px;
}
.testi-info .content {
  overflow: hidden;
}
.testi-info .content h4, .testi-info .content em {
  color: #fff;
}
.testi-info .content h4 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.testi-info .content em {
  display: block;
  opacity: 0.8;
}

.feedback-box.light {
  background-color: #f5f5f5;
}
.feedback-box.light:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5;
}

.testimonials-grey .testi-info .content h4, .testimonials-grey .testi-info .content em {
  color: #333;
}

.testi-content {
  color: white;
  font-size: 1.7em;
  text-align: center;
  padding: 120px;
  margin: 0;
  text-align: center;
}
.testi-content .parag {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
.testi-content img.img-circle {
  margin-top: 30px;
}
.testi-content h4 {
  color: #fff;
  margin-top: 10px;
}

/*
Work process
*/
.step-box {
  position: relative;
  overflow: hidden;
}
.step-box h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 90px;
  opacity: 0.05;
}

/*
Features and service icon boxes
*/
.features-section {
  padding-top: 90px;
  padding-bottom: 60px;
}

.feature-box-center i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #4aa3df;
  display: block;
}

.features-bg {
  background: url('//content.shippable.com/hubfs/SASS%20Blog%20Images/bg2.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
}
.features-bg .center-title h2, .features-bg .center-title p {
  color: #fff;
}
.features-bg .center-title:after {
  background: #fff;
}

.feature-icon-left {
  margin-bottom: 40px;
}
.feature-icon-left .icon {
  float: left;
  margin-right: 20px;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 50px;
}
.feature-icon-left .content {
  overflow: hidden;
}
.feature-icon-left .content h4, .feature-icon-left .content p {
  color: #fff;
}
.feature-icon-left .content h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.feature-icon-left .content p {
  opacity: 0.9;
}

/*
Bootstrap collapsed
*/
.panel .panel-heading {
  padding: 0px;
}
.panel .panel-title a {
  display: block;
  position: relative;
  padding: 10px 15px;
  color: #fff;
  background-color: #4aa3df;
}
.panel .panel-title a:after {
  content: "\f2d7";
  display: inline-block;
  font-family: "Ionicons";
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 15px;
}
.panel .panel-title a.collapsed {
  color: #333;
  background: transparent;
}
.panel .panel-title a.collapsed:after {
  content: "\f2c7";
}

/*
Sign in, SignUp, Error 404, coming soon style
*/
body.page-misc {
  background: #4aa3df;
  padding: 40px 0;
  min-height: 100%;
  height: 100%;
}

.misc-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  padding: 25px 50px 25px 50px;
  margin-bottom: 20px;
}
.misc-box i.error-sign {
  font-size: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #4aa3df;
  opacity: 0.1;
  text-align: center;
}

span.copyright {
  color: #fff;
  display: block;
  text-align: center;
  opacity: 0.7;
}

/*
Features tabs style
*/
.features-tabs {
  border-bottom: 2px solid #eee;
  padding: 0px;
  margin-bottom: 40px;
}
.features-tabs > li > a {
  display: block;
  margin-bottom: -2px;
  padding: 10px 15px;
  color: #999;
  border-bottom: 2px solid transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.features-tabs > li.active a {
  border-bottom-color: #4aa3df;
  color: #4aa3df;
}

/**footer style **/
.footer {
  background: #333;
  color: #fff ;
}
.footer p{
  background: #333;
  color: #fff;
}

.footer ul li a {
  color: #fff;
  font-weight: 300;
  font-size:14px;
}
.footer .social li a {
    font-size:20px;
    
}

.footer span {
  font-size: 12px;
}
.footer h4,.footer h3 {
  color: #fff;
}


.footer-form .hs_email label {display:none;}

.main-top-logo-dark{display:none;}










.footer .navbar-form {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.footer .navbar-form .form-control {
  width: 270px;
}

.social {
  margin-bottom: 10px;
}
.social > li > a {
  font-size: 20px;
}
.social > li > a:hover {
  color: #4aa3df;
}

.hero-parallax {
  height: 100%;
  width: 100%;
}
.hero-parallax .hero-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.hero-parallax .hero-inner .hero-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.hero-parallax .hero-inner .hero-content h1 {
  font-weight: 500;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  text-transform: capitalize;
  letter-spacing: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-parallax .hero-inner .hero-content p {
  color: #fff;
}

.buttons a {
  margin: 5px;
}

/**home hero items**/
.hero-video {
  background: url('//content.shippable.com/hubfs/SASS%20Blog%20Images/bg2.jpg') no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
}
.hero-video h1 {
  font-size: 50px;
  line-height: 65px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-video h1, .hero-video p {
  color: #fff;
}
.hero-video p {
  opacity: 0.8;
}

.full-wid {
  width: 100%;
  text-align: center;
}

.slider-title {
  color: #fff;
  top: 230px;
  font-weight: 600;
  font-size: 80px;
  line-height: 100px;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.caption-text {
  color: #fff;
  font-size: 18px;
  bottom: 150px;
  text-align: center;
  width: 100%;
}

.hero-static-image {
  background: url('//content.shippable.com/hubfs/SASS%20Blog%20Images/bg2.jpg') no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 0px;
}
.hero-static-image h1, .hero-static-image p {
  color: #fff;
}
.hero-static-image h1 {
  font-size: 60px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.hero-static-image .buttons {
  margin-bottom: 50px;
}

.partners-list img {
  opacity: 0.3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
}
.partners-list > li > a {
  display: block;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 0px 15px;
}
.partners-list > li > a:hover img {
  opacity: 1;
}

.sidebar-wrapper { 
  background-color: #fcfcfc;
  border: 1px solid #eee;
  padding:20px;
}

.blog-content-wrapper {padding-right:20px;}





/***responsive style**/





@media (max-width: 991px) {
  .hero-parallax .hero-inner .hero-content h1 {
    font-size: 27px;
    line-height: 37px;
  }

  .hero-video, .hero-static-image {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .hero-video h1, .hero-static-image h1 {
    font-size: 27px;
    line-height: 40px;
  }
  .hero-video .buttons, .hero-static-image .buttons {
    margin-bottom: 30px;
  }
}


@media (max-width: 409px) {
    .footer input[type="submit"] {width:100%;}
    .footer .hs_submit {width: 100%;}
    
    .hs_email {   margin-bottom: 30px; margin-right: 0px; max-width: 100%;  width: 100%;}
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border-color: #4aa3df;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #4aa3df;
  }

  .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #4aa3df;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar:focus, .navbar-default .navbar-toggle .icon-bar:hover {
    background: #fff;
  }

  .navbar-default.navbar-transparent .navbar-nav {
    margin: 0px -15px;
    background: #333;
  }
  .navbar-default.navbar-transparent .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar-default.navbar-transparent .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4aa3df;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav {
    margin: 0px -15px;
    background: #fff;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default.navbar-transparent.shrink .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4aa3df;
  }

  .navbar-default.navbar-transparent, .navbar-default.navbar-transparent.shrink {
    padding: 0px;
  }

  .footer .navbar-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .navbar-form .form-control {
    width: 100%;
  }
  .footer .navbar-form .btn-primary {
    display: block;
    width: 100%;
  }

  .hero-parallax .hero-inner .hero-content p.lead {
    font-size: 13px;
  }

  .btn-xl {
    padding: 12px 25px;
  }

  .btn-lg {
    padding: 8px 20px;
  }

 .page-title h1 {
   color: #fff;
   margin: 0px;
   font-size: 32px;
   line-height: 44px;
 }
}

@media (max-width: 480px) {    
.blog-listing-pagination ul li {padding:5px;}
.blog-listing-pagination ul .pg li a {padding:5px 2px;}

}

/*
 * Author: Digital Zoom Studio
 * Website: http://digitalzoomstudio.net/
 * Portfolio: http://codecanyon.net/user/ZoomIt/portfolio
 *
 * Version: 1.30
 *
 */
@-webkit-keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.dzsparallaxer {
  height: 300px;
  overflow: hidden;
  background-color: #1c1a17;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
  -moz-transition-property: height;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: height;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: height;
  -o-transition-duration: 0.3s;
  -ms-transition-property: height;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .dzsparallaxer .dzsparallaxer--target {
    position: relative; }
  .dzsparallaxer .dzsparallaxer--target.position-absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .dzsparallaxer .dzsparallaxer--blackoverlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .dzsparallaxer .big-text {
    position: absolute;
    text-align: center;
    width: 80%;
    left: 10%;
    font-size: 40px;
    font-weight: 300;
    top: 70px;
    color: #eee;
    line-height: 1.5;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 0.7; }
    .dzsparallaxer .big-text .smaller {
      font-size: 60%; }
  .dzsparallaxer .center-it {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .dzsparallaxer .bottom-it {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%); }
  .dzsparallaxer *[class^="dzsprxseparator--"] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .dzsparallaxer *[class^="dzsprxseparator--"] .display-block {
      display: block; }
  .dzsparallaxer *[class^="dzsprxseparator--"].top {
    bottom: auto;
    top: 0; }
  .dzsparallaxer *[class^="dzsprxseparator--"].flippedY {
    transform: scaleY(-1); }
  .dzsparallaxer *[class^="dzsprxseparator--"].flippedX {
    transform: scaleX(-1); }
  .dzsparallaxer *[class^="dzsprxseparator--"].flippedXY {
    transform: scale(-1, -1); }

.dzsparallaxer.wait-readyall .dzsparallaxer--target {
  opacity: 0;
  transition-property: height, opacity;
  transition-duration: 0.5s;
  -moz-transition-property: height, opacity;
  -moz-transition-duration: 0.5s;
  -webkit-transition-property: height, opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: height, opacity;
  -o-transition-duration: 0.5s;
  -ms-transition-property: height, opacity;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.dzsparallaxer.wait-readyall.dzsprx-readyall .dzsparallaxer--target {
  opacity: 1; }

.dzsparallaxer.use-loading .dzsparallaxer--target {
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  -moz-transition-property: opacity, visibility;
  -moz-transition-duration: 0.7s;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-duration: 0.7s;
  -o-transition-property: opacity, visibility;
  -o-transition-duration: 0.7s;
  -ms-transition-property: opacity, visibility;
  -ms-transition-duration: 0.7s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.dzsparallaxer.use-loading .preloader-semicircles {
  transition-property: all;
  transition-duration: 0.3s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out-quart;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
  opacity: 1; }
.dzsparallaxer.use-loading.loaded .preloader-semicircles {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  visibility: hidden; }

.dzsparallaxer.allbody {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.divimage {
  background-size: cover;
  background-position: center center; }

.dzsparallaxer.is-ie-11 .simple-parallax-inner {
  clip: auto; }
  .dzsparallaxer.is-ie-11 .simple-parallax-inner .divimage.dzsparallaxer--target {
    background-attachment: fixed;
    position: relative; }

.dzsparallaxer.simple-parallax {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .dzsparallaxer.simple-parallax .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0); }
  .dzsparallaxer.simple-parallax .dzsparallaxer--target {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.dzsparallaxer.simple-parallax.dzsprx-readyall .dzsparallaxer--target {
  position: fixed;
  visibility: visible;
  opacity: 1; }

.blur-it {
  filter: blur(20px);
  -webkit-filter: blur(20px); }

.semi-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 ); }

@-webkit-keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.preloader-semicircles {
  width: 15px;
  height: 15px;
  background: rgba(230, 50, 50, 0.9);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  margin-left: -15px;
  margin-right: -15px;
  animation: preloader-semicircles-tween 1.4s infinite linear;
  -webkit-animation: preloader-semicircles-tween 1.4s infinite linear; }

.preloader-semicircles:after {
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 5px solid #c83232;
  border-bottom: 5px solid #c83232;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 25px;
  content: '';
  top: -10px;
  left: -10px;
  box-sizing: content-box; }

.center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.dzs-colcontainer {
  margin-left: -15px;
  margin-right: -15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dzs-colcontainer:after {
  display: block;
  content: "";
  clear: both; }

*[class*="dzs-col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-4 {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-8 {
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.dzsparallaxer--team-members-con {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto; }

.dzsparallaxer.under-760 .dzsparallaxer--team-members-con {
  width: 100%; }

.dzsparallaxer--team-member-con {
  text-align: center; }
  .dzsparallaxer--team-member-con img {
    max-width: 100%; }
  .dzsparallaxer--team-member-con .team-member--title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1;
    font-size: 15px; }
  .dzsparallaxer--team-member-con .team-member--subtitle {
    opacity: 0.5;
    margin-top: 10px;
    line-height: 1.5;
    background-color: #FFFFFF;
    color: #111;
    padding: 5px; }
    
/*# sourceMappingURL=dzsparallaxer.css.map */

.padding-25
{
  padding: 25px;
}
