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



html,body {
    font-family: 'Open Sans', sans-serif;
	background:#FFF;
}
body[class*=hs-blog] {
    font-size: 15px;
}
/* HIDE CHAT */
#drift-widget-container { visibility: hidden; display: none!important;}
.drift-conductor-item.drift-frame-controller { visibility: hidden; display: none!important;}
.drift-conductor-item iframe { visibility: hidden; display: none !important;}
/* About Us Section */
.banner-responsive3 {
    display: block;
    background: url(//cdn2.hubspot.net/hubfs/418036/conference-meeting.jpg) no-repeat;
    background-size: cover;
    width: 100% !important;
    min-height: 300px !important;
    background-position: top left;
}

.navlist ul ul li li {list-style-type:circle !important;}

/*---- heder ----*/
@media (min-width: 768px) {
  .header-top  > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
  }
  .navbar .navbar-nav {
    float: right;
  }
  .header-search form {
    justify-content: end;
  }
}
.header-search form {
    display: flex;
    margin-right: 20px
}
@supports (display: grid) {
  .header-search form {
    display: grid;
    justify-content: unset;
    justify-items: end;
  }
}
.header-main-menu .navbar-default > .container {
    width: auto;
}
.header-search .hs-search-field__input {
    padding: 3px;
    font-size: 14px;
    line-height: 14px;
    max-width: 250px;
}
@media (max-width: 768px) {
    .heder-logo a {
        display: block;
        text-align: center;
    }
    .header-right > .row-fluid-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .header-search form {
        margin: 10px 0 0 0;
        justify-content: center;
    }
    .header-main-menu {
        margin-top: 0 !important;
    }
    .navbar-header {
        text-align: center;
    }
    .navbar-header .navbar-toggle {
        float: none;
    }
}
.footer-section {    background: #111;
    font-size: 14px;
    color: #b8b8b8;
    padding: 50px 0;font-family: 'Lato',sans-serif !important;font-size:16px;}
.latest-news .hs-rss-item {
    padding-bottom: 20px;
    border-bottom: #444 solid 1px;
}
body {

}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{

      padding: 0 10px;
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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




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


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

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

@media (max-width: 767px){


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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
  .custom-menu-primary .hs-menu-wrapper > ul {margin-top:40px;}
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


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

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

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


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

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


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

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

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

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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


    
    


.ulstyle ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
 }
 
 .footer-section a, .footer-section a:hover {color:#fff;}
 .ulstyle ul li a {color:#b8b8b8;}   
  .ulstyle ul li a:hover {color:#feb801;}   
.ulstyle ul li {  font-family: 'Lato',sans-serif !important; font-size:16px;  }    
.footer-section p {font-family: 'Lato',sans-serif !important;font-size:16px;}
.footer-address:before, .row-fluid .footer-contact:before, .row-fluid .footer-email:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f041";
    left: 0;
    top: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #b8b8b8;
    -webkit-transition: ease-in-out all .4s;
    -moz-transition: ease-in-out all .4s;
    -o-transition: ease-in-out all .4s;
    -ms-transition: ease-in-out all .4s;
    transition: ease-in-out all .4s;
}

.footer-section h3, .h3 {
    font-size: 24px;
    color: #feb801;
    font-family: 'Lato',sans-serif !important;
}
/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */

    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Well Colors */






/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




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


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


#banner-background-image {
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 360px;
}/* Homepage */


.background-image {
    display: none !important;
}
#banner-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 360px;
}
.one-liner {font-size:30px !important;    text-align: center;
    color: #fff;
    font-size: 24px;}
#banner-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  
    margin-bottom: 0px;
    margin-top: 30px;
   font-size:50px;
    padding: 5px 5px 5px 10px;
}
#banner-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#banner-background-image .subscribe-form h3{
    padding: 0px;
    background: none;
}
#banner-background-image .cta_solid_button {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
}
#banner-background-image .cta_solid_button:hover{
    border: 2px solid #FFF;
    background: #34495e;
    color: #FFF;
}
.homepage .subscribe-form {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    padding-bottom: 70px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.homepage .subscribe-form .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}
.homepage .subscribe-form input[type="email"] {
    max-width: 400px;
    height: 37px;
}
.homepage .subscribe-form .hs_email {
    display: inline-block;
    width: 354px;
    margin-right: 5px;
    vertical-align: top;
}
.homepage .subscribe-form .hs_submit {
    display: inline-block;
}
.homepage .subscribe-form .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    color: #34495e;
}
.social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
}
.social-media:before {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #34495e;
    z-index: 1;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}
.social-media a{
    padding-right: 5px;
}
.social-tagline {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 13px;
    text-align: right;
}
.logo-bar-background{
    background: #f5f5f5;
    height: 100px;
}

#offer-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
}
#offer-background-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    max-width: 720px;
    margin-bottom: 0px;
    margin-top: 30px;
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
#offer-background-image h3 {
    color: #fff;
    font-size: 22px;
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Lato', arial, sans-serif;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(0,0,0, 0.2);
    padding: 5px 5px 5px 10px;
}
.offer-image { display: none !important; }

#offer-background-image .hs-form-field>label{
    color: #fff;
}
#offer-background-image .offer-form h3{
    background: none;
}
.homepage .main-content h2 { margin: 0px; }
.homepage .main-content .sub-headline { font-size: 18px; }
.faq-background { background: #f5f5f5; }

.homepage .fb_iframe_widget {
    top: -2px;
}
.homepage .fb_iframe_widget > span,
.homepage .linked-in-share {
    vertical-align: top !important;
}
.homepage #twitter-widget-0 {
    width: 80px !important;
}
.homepage .social-share-data {
    position: relative;
    top: 3px;
}
@media(min-width: 768px) {
    .vertically-center > .row-fluid-wrapper > .row-fluid {
        display: flex;
        align-items: center;
    }   
}
/* Background Size */


.team-member .team-body {
    box-shadow: 0px 0px 3px #bbb;
    background-color: #eeeeee;
    overflow: hidden;
}

.team-member {
  width: 270px;
  position: relative;
  margin: 25px auto;
  padding: 0;
  max-width: 100%;
}
.team-member .team-body {
  box-shadow: 0px 0px 3px #bbb;
  background-color: #eeeeee;
  overflow: hidden;
}
.team-member .team-body img {
  width: 100%;
  height: 230px;
}
.team ul li{list-style: none;}
.team-member .team-body p {
  padding: 5px 10px;
  text-align: center;
}
.team-member .team-body h2 {font-size:23px;}

.team-member .team-body em {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  color:#feb801;
}
.team-member .team-body .social {
  margin-bottom: 20px;
  min-height: 70px;
  display: block;
  padding-left: 33px;
}
.team-member .team-body .social li {
  float: left;
}
.team-member .team-body .social li a {
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.team-member .team-body .social li a:hover::before {
  color: #1fa3ff;
}

.img-article {
position: relative;
background: #fff;
padding: 0.55em;
border: 1px solid #d3d9eb;
}

.recent-post ul li {list-style-type:circle;}

.img-article:hover { 
-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.9);
-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.9);
box-shadow: 0 1px 7px rgba(156,160,173,0.9);}


/*Define Accordion box*/
.accordion { width:830px; overflow:hidden; margin:10px auto; color:#474747; background:#414141; padding:10px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 10px;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;    overflow:hidden; color:#333; cursor:pointer; background: #333; margin:3px; }
.accordion section:hover {background:#444;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}
/*End General Accordion****************************************************************************/

.count-agileits {
    /*background: url(../images/ba1.jpg) no-repeat 0px 0px;*/
    background-color:#000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 355px;
    text-align: center;
    padding: 5em 0 ;
}
.count-grid span {
    background: #eee;
    display: block;
    width: 65px;
    height: 2px;
    margin: 0 auto;
}
.count-grid h4 {
    font-size: 4em;
    color:#fff;
}
.count-grid h5 {
    font-size: 1.2em;
    color: #eee;
	margin-top: 1em;
}
.count-grid i {
    font-size: 2em;
    color: #fff;
    width: 70px;
    height: 70px;
    border: 3px double#fff;
    border-radius: 50px;
    padding-top: 0.7em;
}
.count-grid {
    float: left;
    width: 50%;
}
.count-grid:nth-child(3),.count-grid:nth-child(4) {
    margin-top: 2em;
}


/*Horizontal Accordion *********************************************************************/
.horizontal section{ width:5%; height:250px; 
	-moz-transition:width 0.2s ease-out; 
	-webkit-transition:width 0.2s ease-out;
  	-o-transition:width 0.2s ease-out;
	-ms-transition:width 0.2s ease-out;
  	transition:width 0.2s ease-out;
}

/*Position the number of the slide*/
.horizontal section:after{top:140px;left:15px;}

/*Header of closed slide*/
.horizontal section h2 { 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width:240px; position:relative; left:-100px; top:85px;
} 

/*On mouse over open slide*/
.horizontal :target{ width:73%;height:230px; }
.horizontal :target h2{ top:0px;left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}
/*End Horizontal Accordion *********************************************************************/

/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:40px;
	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
  	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:250px; width:97%; }

.vertical section h2 { position:relative; left:0; top:-15px; }

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}

.heder-logo{
	float:left;
}
.heder-logo h1 {
	margin: 21px 0;
}
.heder-logo h1 a{
	font-size:25px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	text-decoration: none;
}
.heder-logo img {
	max-width: 400px !important;
}
.top-nav {

	margin: .5em 0 0 3em;
}
.top-nav ul {
	margin: 1.7em 0 0 0;
	padding: 0;
}
.top-nav ul li {
	display:inline-block;
}
.top-nav ul li a{
	color: #666;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 1em;
	text-decoration: none;
}
.top-nav ul li a:hover{
	color:#42B8DD;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}

.header-top1 { background: #202020;}
.top-nav ul li a.Signup {
	color: #FEB900;
	padding: 0.5em 1em;
	border: #FEB900 solid 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.top-nav ul li a.Signup:hover{
	border: #FFF solid 2px;
	color: #FFF;
	text-decoration:none;
	transition:.5s all;
    background-color:#FEB900;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all; }


/*--one-starts--*/
.one-main{
    background:#fff; }

.one-head{
	text-align:center;
	margin-bottom: 4em; }
    
.one-head h3{
	font-size:2.5em;
	color:#3F4244;
	font-weight:400;
	margin:0px;}
    
.one-head img{
	margin:1em 0px;}
    
.one-head p{
	font-size:15px;
	font-weight:400;
	width:80%;
	margin:0 auto;
	color:#444444;}
    
.one-bottom-one img {
	width: 100%; }

.box_1{
    margin-bottom:3em;}

.box_1{
    margin-bottom:1em; }

.grid_2 {
    padding: 2em 0;}

.grid_2{
    padding:10em 0;
	position:relative;
}
.grid_2 h2{
    color: #ff6200;
	font-size: 3em;
	font-style: italic;
	font-weight: 400;
	margin-bottom:40px;
}

.grid_2 {
    padding: 7em 0;
}

.story_desc {
    bottom: 25px;
}
.span_1_of_2 h4 {
	font-size: 1.2em;
}
.about_desc {
	left: 45px;
}
.grid_2 {
    padding: 4em 0;
}
.grid_2 h2 {
	font-size: 2em;
	margin-bottom: 10px;
}

.col_1_of_2:first-child {
    margin-left: 0;
}
.span_1_of_2 {
	width: 48.2%;
	position:relative;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_2 h4 {
color: #ff6200;
font-size: 1.5em;
text-transform: uppercase;
font-style: italic;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}

p.p1 {
color: #000;
font-size: 0.85em;
line-height: 1.8em;
}

@media (min-width: 992px)
.col-md-6 {
width: 50%;
}

.story_desc {
position: absolute;
bottom: 30px;
background: #ff6200;
padding: 5px 20px;
border-bottom: 3px solid #ff9f00;
text-align: left;
width: 100%;
}
.navlist
{
margin-left: 2em;
padding-left: 0;
list-style: none;
}

.navlist li 
{
 background-image: url(//cdn2.hubspot.net/hub/418036/file-2210397602-png/bullet-sized.png);
    background-repeat: no-repeat;
    padding-left: 25px; 
    padding-bottom:10px;
    font-size:15px;
}



ul, menu, dir {
display: block;
list-style-type: bullet;
-webkit-margin-before: 1.2em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

img.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease;-webkit-backface-visibility:hidden
}img.grayscale:hover{filter:none;-webkit-filter:grayscale(0%)}
.one-mask {
top: 60%;
padding: 4px 0;
padding-right:10px;
}

.one-bottom-one {
padding-right:10px;
	position:relative;
}
.banner p {

font-size: 25px;
color: #fff;
line-height:1.3em;
}
.banner-info a {
background: #FFA500;
color: #FFF;
text-decoration: none;
font-size: 23px;
font-weight: 600;
font-family: 'Open Sans',sans-serif;
padding: .5em 1em;
display: inline-block;
margin-bottom: .5em;
margin-top:1.5em;
text-decoration: none;
text-transform: uppercase;
border-radius:10px;
}
.banner-info a:hover {background-color:#666666;}
/*--------features ---------*/
div#feature {
	background: #F9F9F9;
	border-bottom:1px solid #E7E7E8;
}
.feature-head {
	text-align: center;
}
.feature-head  h2 {
	color: #404042;
	font-size:3em;
	text-decoration: none;
	font-weight:700;
	 font-family: 'Lato', sans-serif;

}
.feature-head  p{
	color: #7B7A7A;
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 0.5em auto;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.feature-grids {
	margin: 1em 0;
}
.feature-grid {
text-align: center;
}
i.icon1{
	width: 172px;
	height: 178px;
	background: url(../images/icons-sprt.png)no-repeat 2px 1px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
i.icon1:hover{
	background: url(../images/icons-sprt.png)no-repeat 2px -195px;
}
i.icon2{
	width: 172px;
	height: 178px;
	background: url(../images/icons-sprt.png)no-repeat -197px 1px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
i.icon2:hover{
	background: url(../images/icons-sprt.png)no-repeat -208px -195px;
}
i.icon3{
	width: 172px;
	height: 178px;
	background: url(../images/icons-sprt.png)no-repeat -393px -1px;
	display: inline-block;
	cursor: pointer;
}
i.icon4{
	width: 172px;
	height: 178px;
	background: url(../images/icons-sprt.png)no-repeat -579px -2px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
i.icon4:hover{
	background: url(../images/icons-sprt.png)no-repeat -578px -201px;
}
.feature-grid h3 {
	color: #404042;
/*	font-size:1.2em;*/
	text-decoration: none;
	font-weight:600;
	 font-family: 'Lato', sans-serif;
	margin-top:1em;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;

}
.feature-grid.blue h3,.feature-grid h3:hover{
	color:#fdb508;
}
.feature-grid p{
	color: #595959;
	font-size:16px;
	line-height: 1.7em;
	margin: 0.5em auto;
	 font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
}
.feature-grid img {

	padding: 4px 4px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.one-mask{
	background:#222;
	position:absolute;
    top: 45.2%;
	width:96%;
	text-align:center;
	padding:6px 0px;
}
.one-mask h3{
	margin:0px;
	font-size:20px;
	color:#00E1FF;
	font-weight: 300;
}
.one-mask p.para{
	color:#fff;
	font-size:13px;
	margin-top:10px;
}
.one-bottom-one ul li{
	display:inline-block;
	list-style:none;
	border:1px solid #fff;
}
.one-bottom-one ul{
	padding:0px;
}
.one-bottom-one ul li a span{
	background:url(../images/social-3.png) no-repeat 0px 0px;
	width:58px;
	height:50px;
	display:block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.one-bottom-one ul li a span.bottom-one{
	background-position:0px -53px;
}
.one-bottom-one ul li a span.bottom-two{
	background-position:-61px -53px;
}
.one-bottom-one ul li a span.bottom-tre{
	background-position:-122px -53px;
}
.one-bottom-one ul li a span.bottom-fvr{
	background-position:-182px -53px;
}
.one-bottom-one ul li a span.bottom-one:hover,.one-bottom-one ul li a.active span.bottom-one{
	background-position:0px 0px;
}
.one-bottom-one ul li a span.bottom-two:hover,.one-bottom-one ul li a.active span.bottom-two{
	background-position: -61px 0px;
}
.one-bottom-one ul li a span.bottom-tre:hover,.one-bottom-one ul li a.active span.bottom-tre{
	background-position: -122px 0px;
}
.one-bottom-one ul li a span.bottom-fvr:hover,.one-bottom-one ul li a.active span.bottom-fvr{
	background-position:-182px -1px;
}
.one-bottom-one p.pr{
	font-size: 13px;
	width: 86%;
	margin: 2em auto;
	text-align: center;
	color:#929BA0;
}
.one-bottom-one ul li a span {
    width: 44px;
	height: 40px;
	background-size: 525%;
	}
	.one-bottom-one ul li a span.bottom-fvr {
	background-position: -181px -55px;
	}
	.one-bottom-one ul li a span.bottom-fvr:hover, .one-bottom-one ul li a.active span.bottom-fvr {
	background-position: -181px -6px;
	}
	.one-bottom-one ul li a span.bottom-tre {
	background-position: -122px -55px;
	}
	.one-bottom-one ul li a span.bottom-tre:hover, .one-bottom-one ul li a.active span.bottom-tre {
	background-position: -122px -7px;
	}
	.one-bottom-one ul li a span.bottom-two {
	background-position: -64px -55px;
	}
	.one-bottom-one ul li a span.bottom-two:hover, .one-bottom-one ul li a.active span.bottom-two {
	background-position: -64px -6px;
	}
	.one-bottom-one ul li a span.bottom-one {
	background-position: -6px -55px;
	}
	.one-bottom-one ul li a span.bottom-one:hover, .one-bottom-one ul li a.active span.bottom-one {
	background-position: -6px -5px;
	}
	.one-head p {
	width: 94%;
	}

	.one-mask h3 {
	font-size: 15px;
	}
	.one-mask p.para {
	font-size: 12px;
	margin-top: 0px;
	}
	.one-bottom-one p.pr {
	width: 100%;
	}
    
    .slide-mask {
    height: 300px;
	}
	.slider {
	min-height: 200px;
	}
	.slider-top h3 {
	font-size: 16px;
	margin: 8px 0px;
	}
    
    .callbacks_nav {
    left: 36%;
	}
	.callbacks_nav.next {
	right: 36%;
	}
    .callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 4em;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
    display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 100%;
	left: 46%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 36px;
	width: 36px;
	background: transparent url("../images/arrow.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 46%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border-radius:200px;
  -webkit-border-radius:200px;
  -moz-border-radius:200px;
  -o-border-radius:200px;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top:95%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
	display:none
}
.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 12px;
	color: #fff;
	font-weight: 100;
    text-align:center;
}
.slider-top h3{
	font-size:24px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #5a686b;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  background:#5a686b;
}
.callbacks_here a:after{
	border:2px solid #fff;
	background:#fff;
}
.slide-mask{
	background: rgba(0, 0, 0, 0.67);
	height: 300px;
}
    
/*--one-ends--*/

.slider {
background: url(//cdn2.hubspot.net/hubfs/418036/computer.jpg)no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 250px;
}
/*---- banner ----*/
.banner{
	background:url(//cdn2.hubspot.net/hubfs/418036/computer2.png) no-repeat 0px 0px;
	background-size: cover;
	min-height: 270px;
	position:relative;
}
.banner2{
    background:url(//cdn2.hubspot.net/hubfs/418036/computer.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 200px;
	position:relative;
    background-position:center;
}
.banner-info{
padding-top:15px;
	width: 53%;
}

.banner-info a span:hover{
	background: url(../images/playhr.png) no-repeat 0px 0px;
	background-size: 100%;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.banner-info h2{
	font-size: 50px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
    margin-top:-20px;
}



.banner-text{
	float:right;
}
/*---- services ----*/
/*---- skills-bottom ----*/
.skills-bottom{
    background:#7F7F7F;
	text-align: center;
}
.skills-images {
	padding: 2em 0;
	margin: 0 auto;
	width: 87%;
}
.envato {
	float: left;
	margin: 0 1em;
}
.envato img {
	width: 100%;
}

.services{
	background:#42B8DD;
	padding: 0 0 4em 0;
}
.services-hedding h3{
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: .7em 0;
	color: #FFF;
	border-bottom: 10px solid #FFF;
}
.col-md-3.img-grid {
	padding: 0;
}
.services-info{
	margin:3em 0 0 0;
}
.img-grid span
{
	background:url(../images/service-img.png) no-repeat 0px 0px;
	width:80px;
	height:80px;
	display:inline-block;
	margin: 1em 0 0 0;
	cursor:pointer;
}
.col-md-9.img-grid-text {
	padding: 0;
	margin: 1.4em 0 0 0;
}
.img-grid-text h4 {
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 .5em 0;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration:none;
}
.img-grid-text h4 :hover{
	color:#347083;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.img-grid-text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
}
.img-grid span.food
{
	background:url(../images/service-img.png) no-repeat -176px 0px;
}
.img-grid span.power
{
	background:url(../images/service-img.png) no-repeat -86px 0px;
}
.img-grid span.wood
{
	background:url(../images/service-img.png) no-repeat -271px 0px;
}
/*---- icons ----*/
.icons {
	text-align: center;
	padding: 3em 0;
}
.icons ul{
	padding:0;
	margin:0;
}
.icons ul li{
	display:inline-block;
	margin: 0 5em;
}
.icons span.light{
	background:url(../images/small-icons.png) no-repeat 0px 0px;
	width:22px;
	height:36px;
	display:inline-block;
}
.icons span.glob{
	background:url(../images/small-icons.png) no-repeat -192px 0px;
	width:37px;
	height:36px;
	display:inline-block;
}
.icons span.camra{
	background:url(../images/small-icons.png) no-repeat -392px 0px;
	width:37px;
	height:36px;
	display:inline-block;
}
.icons span.setting{
	background:url(../images/small-icons.png) no-repeat -592px 0px;
	width:37px;
	height:36px;
	display:inline-block;
}
.icons span.mike{
	background:url(../images/small-icons.png) no-repeat -792px 0px;
	width:37px;
	height:36px;
	display:inline-block;
}
.icons span.money{
	background:url(../images/small-icons.png) no-repeat -992px  0px;
	width:37px;
	height:36px;
	display:inline-block;
	cursor: pointer;
}
/*---- works ----*/
.works {
	background: #EBEBEB;
	padding: 1em 0 7em 0;
}
.works-hedding h3{
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: .7em 0;
	color: #222;
	border-bottom: 10px solid #222;
	width: 29%;
}
.works ul li{
	display:inline-block;
}

/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}

.b-link-stripe .b-wrapper{
	position: absolute;
width: 100%;
height: 30%;
top: 0;
left: 0;
text-align: center;
margin: 17.65em 0 0 0;
color: #ffffff;
overflow: hidden;
}
.b-link-stripe .b-wrapper:hover {
	background: #FFF;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:33%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
	#filters li {
	display:inline-block;
		display: -webkit-inline-box;
		display: -moz-inline-box;
		display: -o-inline-box;
		display: -ms-inline-box;
	}
	#filters li span.active {
	display: block;
	padding: 6px 30px;
	text-decoration: none;
	background: #FEB900;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: solid 2px #FEB900;
	border-radius: 10px;
}
	#filters li span {
	display: block;
	padding: 6px 30px;
	text-decoration: none;

	cursor: pointer;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: solid 2px #FEB900;
	border-radius: 10px;
}

 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 31%;
		display: none;
		float: left;
		overflow: hidden;
		margin: 1%;
	}
	div#portfoliolist {
		padding: 0;
		margin: 1em 0;
}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*----- effects-comman-css------*/
.contenthover{
	padding:1em;
}
.contenthover h3{
	color:#FFF;
}
.contenthover p{
	color:#FFF;
	font-size:0.875em;
	line-height:1.5em;
}
/*-----caption ------*/
.caption
{
	text-align:left;
	margin-left:9%;
}
.caption h3{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:1.8em;
}
.caption  p
{
	text-align:left;
	font-size:14px;
}
.caption small
{
	display:block;
	text-align:left;
	font-size:14px;
}
p.b-animate.b-from-left.b-delay03 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #CCCCCC;
	margin: 0;
}
p.b-animate.b-from-left.b-delay03 small
{
	display:block;
	font-size: 16px;
}
h2.b-animate.b-from-left.b-delay03 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #42B8DD;
	margin: 1.5em 0 .5em 0;
}
/*---- work-bottom ----*/
.work-bottom{
	background:#666666;
	padding: 3% 0 5% 0;
}
.slider-top{
	margin: 0 auto;
	width: 87%;
	text-align: center;
}
.slider-top p{
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 100;
	
}
.slider-top img{
	border-radius: 50%;
	text-align:center;
}
.slider-top p.title{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	margin: 0 0 .5em 0;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("//cdn2.hubspot.net/hub/418036/file-2067629126-png/Redesign_Template/Test-Images/arrow.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 999;
	left: 46%;
	padding: 0;
	margin: 2% 0 0 0;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}

@media (min-width: 1331px)
.social-sharing-widget-vertical {
width: 58px;
height: 275px;
margin: 28px 0 0 -115px;
padding: 10px 8px 5px;
float: left;
}
.social-sharing-widget-vertical {
display: block;
text-align: center;
}
/*-----start-team----*/
.team{
    padding: 0em 0 2em;
}
.team-members-grids{
	padding:3em 0;
}
.team-head h3{
	text-transform: uppercase;
	color: #F4BB36;
	font-weight: 700;
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}
.team-member-grid{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.team-head p{
	color: #6F6E6C;
	font-style: italic;

	margin: 0 auto;
	line-height: 1.8em;
	margin-top: 0.5em;
}
.team-member-grid img{
	width:100%;
}
.team-member-grid{
	border: 1px solid #CCCCCC;
	padding: 2em;
	border-bottom: 10px solid #F4BB36;
	margin-right: 3em;
}
.team-member-grid:nth-child(3){

}
.team-member-grid h5 a{
	color: #010101;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0.5em 0 0.2em;
	display: block;
}
.team-member-grid h5{
	margin:0 auto;
}
.team-member-grid h5 a:hover{
	text-decoration:none;
}
.team-member-grid span{
	color: #010101;
	font-size: 1.5em;
	font-weight: 100;
}
.team-member-grid p{
	color: #5A5A59;
	font-style: italic;
	line-height: 1.8em;
	margin-top: 0.5em;
}
.team-member-grid ul{
	margin:1.5em 0 0 0;
}
.team-member-grid i{
	color: #3D3D3D;
	font-size: 2.2em;
}
.team-member-grid:hover{
	background:#F4BF41;
	border-color:#F4BF41;
}
.team-member-grid:hover i,.team-member-grid:hover h5 a,.team-member-grid:hover span,.team-member-grid:hover p{
	color:#FFF;
}
/*-----//End-team----*/
.social-sharing-widget.vertical, .social-sharing-widget-vertical {
margin: 5px 0 2.5em 0;
padding: 0 1.5em 1.5em;
background-color: #f6f6f6;
border: 1px solid #ddd;
border-top-width: 0;
border-top: 5px solid #ccc \9;
-webkit-box-shadow: #ccc 0px -5px 0px;
-moz-box-shadow: #ccc 0px -5px 0px;
box-shadow: #ccc 0px -5px 0px;
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.hs-featured-image {padding: 0.55em 0.55em 1.9em 0.55em;-webkit-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
-moz-box-shadow: 0 1px 7px rgba(156,160,173,0.25);
box-shadow: 0 1px 7px rgba(156,160,173,0.25); position: relative;
background: #fff;
padding: 0.55em;
border: 1px solid #d3d9eb;}
a.hs-button.large.primary{
display: block;
background:  #FEB900;
color: #fff;
padding: 5px 5px;
text-transform: uppercase;
border: none;
font-size: 1em;
font-weight: 400;
width: 50%;
text-align: center;
text-decoration: none;
}
/***Footer ***/
/*-- footer --*/
.footer{
    background:#252525;
    margin-top:2em;
}
.footer-grid h5{
	color:#515151;
	font-weight:700;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0;
	padding: 0 0 0.7em 0;
}
.footer-grid p{
	color:#999;
	font-size:0.875em;
	line-height:1.7em;
}
.f-blog-artical{
	padding:0 0 0.8em 0;
}
.f-blog-artical1{

	border-bottom:none;
}
.f-blog-artical p{
	margin:0;
	padding:0;
	line-height:1.5em;
	margin-bottom:0.5em;
}
.f-blog-artical span{
	color: #6E6C6C;
}
.site-map ul{
	margin:0;
	padding:0;
}
.site-map ul li{
	display:block;
}
.site-map ul li a{
	color: #6E6C6C;
	text-decoration:none;
	text-transform:uppercase;
	padding:0.3em 0;
	display:inline-block;
	font-size:0.875em;
}
.site-map ul li a span{
	width:8px;
	height:8px;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
	margin-right:0.5em;
}
.site-map ul li a:hover{
	color:#c1061b;
}
.f-gallery-grid ul{
	margin:0;
	padding:0;
}
.f-gallery-grid ul li{
	display:inline-block;
	float:left;
}
.f-gallery-grid ul li{
	width: 32%;
	float: left;
	margin: 0 0.3em 0.3em 0;
}
.f-gallery-grid ul li:nth-child(3),.f-gallery-grid ul li:nth-child(6){
	margin-right:0;
}
.f-gallery-grid ul li a img{
	width:100%;
	opacity:0.8;
}
.f-gallery-grid ul li a img:hover{
	opacity:1;
}
.f-gallery-grids{
	margin-top:0.3em;
}
.upper-footer-bg {
  background-color: #ddd;
  position: relative;
  top: -50px;
}
.upper-footer-bg img {
  padding: 15px;
  max-width: 100%;
  width: auto !important;
  max-height: 75px;
}
.upper-footer-bg a {
  display: block;
  text-align: center;
}
.upper-footer-bg .centered-wrapper > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
}
.footer-bottom-left{
	float:left;
}
.footer-bottom-right{
	float:right;
}
.footer-bottom-left p{
	color:#515151;
	margin-left:10px;
}
.footer-bottom-left p a{
	color:#515151;
	text-decoration:none;
	margin-left:0.3em;
}
.footer-bottom-left p a:hover{
	color:#6E6C6C;
}
.footer-bottom{
	background:#1c1c1c;
	padding:0.7em 0;
}
.footer-bottom-right ul{
	margin:0;
	padding:0;
}
.footer-bottom-right ul li{
	display:inline-block;
}
.footer-bottom-right ul li a{
	color:#515151;
	text-decoration:none;
	margin:0 0.5em;
}
.footer-bottom-right ul li a:hover{
	color:#6E6C6C;
}
@media (max-width: 768px) {
    .upper-footer-bg .centered-wrapper > .row-fluid-wrapper > .row-fluid {
        display:block;
    }
    .upper-footer-bg .centered-wrapper > .row-fluid-wrapper > .row-fluid > .widget-span {
        width: 50%;
        float: left;
    }
}
@media (max-width: 450px) {
    .upper-footer-bg .centered-wrapper > .row-fluid-wrapper > .row-fluid > .widget-span {
        float: none;
        width: 100%;
        
    }
}

/************************ABOUT GRIDS**************/
/*----about-grids---*/
.about-grids{
    padding:2em 0 1em;
}
.about-grid{
	position:relative;
	padding:1em 0;
}
.about-grid span{
	width:33px;
	height:34px;
	display:inline-block;
	background:url(../images/about-icons.png) no-repeat 0px 0px;
}
.about-grid h3{
	margin:0;
	padding:0;
}
.about-grid h3 a{
	color: #7E8287;
	font-weight: 400;
	font-size: 1em;
	margin: 0.5em 0 0;
	display: inline-block;
}
.about-grid h3 a:hover{
	text-decoration:none;
	color:#02918C;
}
.about-grid p{
	color: #7E8287;
	font-size: 0.875em;
	line-height: 1.8em;
	width: 84%;
	margin: 0.6em auto;
}
.about-grid span.pen-icon{
	background-position: -44px 0px;
}
.about-grid span.cog-icon{
	background-position: -87px 0px;
}
.about-grid span.mon-icon{
	background-position: -128px 0px;
}
.about-grid label{
	width:1px;
	height:200px;
	background:#D9DBDB;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}

.centered-wrapper {
width: auto!important;
max-width: 1200px;
float: none!important;
margin-left: auto!important;
margin-right: auto!important;
padding-left: 20px;
padding-right: 20px;
}
.centered-wrapper.header-top-wrapper {
	max-width: 100%
}
/*----//about ----*/
.comments-head{
    text-align:center;
}
.comments {

	padding: 4em 0px 2em 0px;
}
.comments-head h3{
	font-size:1.8em;
	color:#464646;
	font-weight:700;
	margin:0px;
	padding-bottom:15px;
}
.comments-left{
	width:16%;
	float:left;
}
.comments-right{
	width:83%;
	float:right;
}
.comments-right h3{
	font-size:1.2em;
	color:#484848;
	font-weight:700;
	margin: 0px;
	padding-bottom: 10px;
}
.comments-right p{
	color:#C3C3C3;
	font-weight:300;
	width:87%;
	}
.comments-right p.para1{
	font-size:15px;
}
.comments-right p.para2{
	font-size:16px;
	line-height:1.8em;
	padding-top:1em;
}
.comments-left span{
	background:url(//cdn2.hubspot.net/hub/418036/file-2067353393-png/Redesign_Template/Test-Images/quote.png) no-repeat;
	width:38px;
	height:38px;
	display:block;
	cursor: pointer;
}
.comments-bottom {
	padding: 2em 0px;
    position: relative;
background: #fff;
padding: 0.55em;
border: 1px solid #d3d9eb;
padding-right:10px;
padding-bottom:10px;
}
/* ABOUT SECTION   */
.about {
background: #FFF;
}

.about-left a img{
    width:100%;
}
.about-right{
	text-align:left;
	/*padding: 2em 0px;*/
}
.about-right h3{
	color:#3F4244;
	font-size:19px;
	font-weight:600;
	margin:0px;
	margin: 0 auto;
}
.about-right p{
	color:#595959;
	font-size:16px;
	width: 95%;

}
.about-right p.p1 {
	padding-top: 2.5em;
}
.about-right p.p2 {
	padding-top: 1.5em;
}
/*----*/
.callbacks_tabs li{
	display:inline-block;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border: 2px solid #FFFFFF;
	background: #FFF;
}
/*---- team ----*/
.our-team {
	padding: 3em 0 10em 0;
}
.team-hedding h3{
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: .7em 0;
	color: #222;
	border-bottom: 10px solid #222;
	width: 29%;
}
.team-grid img{
	border-radius:50%;
}	
.team-grid{
	position:relative;
}
.team-grid ul{
	padding:0;
	margin:0;
	position: absolute;
	top: 18%;
	right: 18%;
}
.team-grid ul li{	
	display:inline-block;
}
.team-grid ul li.twitter a{
	background:url(../images/social-icons.png) no-repeat 0px 0px;
	width:50px;
	height:50px;
	display:inline-block;
	cursor: pointer;
}
.team-grid ul li.twitter a:hover{
	background:url(../images/social-iconshr.png) no-repeat 0px 0px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.team-grid ul li.facebook a{
	background:url(../images/social-icons.png) no-repeat -60px 0px;
	width:50px;
	height:50px;
	display:inline-block;
	cursor: pointer;
}
.team-grid ul li.facebook a:hover{
	background:url(../images/social-iconshr.png) no-repeat -60px 0px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.team-grid ul li.cam a{
	background:url(../images/social-icons.png) no-repeat -120px 0px;
	width:50px;
	height:50px;
	display:inline-block;
	cursor: pointer;
}
.team-grid ul li.cam a:hover{
	background:url(../images/social-iconshr.png) no-repeat -120px 0px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.team-grid-text{
	width: 87%;
	margin: 0 0 0 3.8em;
}
.team-grid-text h5{
	color:#42B8DD;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.team-grid-text p.caption{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8F8E8E;
	padding: 0;
	margin: 0 0 1em 0;
}
.team-grid-text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #414040;
}
.plus {
	margin-top: 2em;
}
/*---- team-bottom ----*/
.team-bottom{
	background:#666666;
	padding:1em 0;
}
.gift{
	text-align:center;
	margin:4em 0;
}
.gift span{
	background:url(../images/icons.png) no-repeat 0px 0px;
	width:63px;
	height:63px;
	display:inline-block;
	margin-bottom:1em;
}
.gift p{
	font-size: 60px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	margin: 0;
}
.gift p.text{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	margin: 0;
}
.gift span.comments{
	background: url(../images/icons.png) no-repeat -294px 0px;
	width: 74px;
}
.gift span.cups{
	background: url(../images/icons.png) no-repeat -591px 0px;
	width: 76px;
}
.gift span.awards{
	background: url(../images/icons.png) no-repeat -892px 0px;
	width: 76px;
}
/*---- skills ----*/
.skills {
	padding: 6em 0;
}
.skills-hedding h3 {
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: .7em 0;
	color: #222;
	border-bottom: 10px solid #222;
	width: 29%;
}
.circles-text-wrp {
	font-size: 30.5px;
	color: #42B8DD;
}
.skills-grid-text {
	width: 85%;
	margin: 0 0 0 6em;
}
.skills-grid-text h5{	
	color:#42B8DD;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight: 700;
	margin: 3em 0 1em 0;
}
.skills-grid-text p{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.totam ul{
	margin: .5em 0;
	padding: .5em 0 .5em .5em;
	cursor: pointer;
	border: solid #DEDBDB 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.totam ul li{
	display:inline-block;
}
.totam ul li span{
	background: url(../images/skills-small.png) no-repeat 0px 0px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: .5em;
}
.totam ul li.text{
	color:#42B8DD;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.totam ul li.minus{
	color:#42B8DD;
	margin-left:1em;
}
.totam p{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	margin:1em 0;
}
.totam ul li.lock{
	background: url(../images/skills-small.png) no-repeat 0px -117px;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: .5em;
}
.totam ul li.sub-text{
	color: #898989;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 81%;

}
.totam ul li.char{
	color:#898989;
}
.totam ul li.tower{
	background: url(../images/skills-small.png) no-repeat 0px -165px;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: .5em;
}
.totam ul li.phone{
	background: url(../images/skills-small.png) no-repeat 0px -212px;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: .5em;
}
.totam ul li.book{
	background: url(../images/skills-small.png) no-repeat 0px -260px;
	width: 19px;
	height: 18px;
	display: inline-block;
	margin-right: .5em;
}		
/*---- skills-middle ----*/
.skills-middle{
	background:#42B8DD;
	padding: 1em 0;
}
.skills-middle-text {
	width: 61%;
	margin: 0 auto;
}
.skills-middle-text form{
	float:left;
}
.skills-middle-text form input[type="text"] {
	width: 64%;
	padding: 3.5% 0;
	background: #42B8DD;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	outline: none;
	font-weight: 300;
	margin: 0 3em 0 0;
	border: none;
	text-indent: 0;
}
.skills-middle-text form input[type="submit"] {
width: 50%;
/* padding: 1em 0; */
background: url(../images/tick.png) no-repeat 92px 29px #202020;
text-align: center;
font-size: 26px;

color: #fff;
outline: none;
border: none;
margin-top: .5em;
cursor: pointer;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
padding:10px 10px 10px 10px !important;
}
.skills-middle-text form input[type="submit"]:hover{
	background:#347083;
	color:#FFF;
	text-decoration:none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition:.5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
/*
.button a{
	padding: .5em 1em;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background: #FFF;
	color: #42B8DD;
	margin-top: 0.8em;
	float: right;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
*/
/*---- skills-bottom ----*/
.skills-bottom{
	background:#7F7F7F;
	text-align: center;
}
.skills-images {
	padding: 2em 0;
	margin: 0 auto;
	width: 87%;
}
.envato {
	float: left;
	margin: 0 1em;
}
.envato img {
	width: 100%;
}

/*---- contact ----*/
.contact{
	background:#EBEBEB;
	padding: 5em 0;
}
.contact-hedding h3 {
	font-size: 67px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: .7em 0;
	color: #222;
	border-bottom: 10px solid #222;
	width: 29%;
}
.contact p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #8F8E8E;
	margin: 0 0 2em 0;
	line-height: 1.8em;
}
.contact p span{
	display:block;
}
.social-icons ul{
	padding:0;
	margin: 1em 0 3em 0;
}
.social-icons ul li{
	display:inline-block;
	margin:0 .3em;
}
.social-icons ul li.twit{
	background:url(../images/social-icons1.png) no-repeat 0px 0px;
	width:17px;
	height:17px;
	cursor: pointer;	
}
.social-icons ul li.fb{
	background:url(../images/social-icons1.png) no-repeat -29px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.google{
	background:url(../images/social-icons1.png) no-repeat -59px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.pinterest{
	background:url(../images/social-icons1.png) no-repeat -89px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.rect{
	background:url(../images/social-icons1.png) no-repeat -119px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.youtube{
	background:url(../images/social-icons1.png) no-repeat -149px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.skip{
	background:url(../images/social-icons1.png) no-repeat -179px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.social-icons ul li.dribbble{
	background:url(../images/social-icons1.png) no-repeat -209px 0px;
	width:17px;
	height:17px;
	cursor: pointer;
}
.col-md-8.text-fields {
	padding: 0;
}
.text-field-email{
	float:left;
	width: 48%;
}
.text-field-name{
	float:right;
	width: 48%;
}
.text-field-area {
	position: relative;
}
form input[type="text"]{
	width: 100%;
	/*margin-bottom: 7%;*/
	/*color: #222;*/
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	outline: none;
	/*font-weight:700;
	text-indent: 38px;*/
	position:relative;
}
form textarea {
	resize:none;
	width: 100%;
/*	padding: 2% 0;*/
	/*margin-bottom: 5%;*/
	background:#EBEBEB;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	outline: none;
	font-weight:700;
	/*text-indent: 38px;*/

	min-height: 100px;
}
form input[type="submit"] {
	width: 50%;
	background-color:#FEB900;
	text-align: center;
	font-size: 26px;
    height:40px;
	color: #fff;
	outline: none;
	border: none;
	margin-top: .5em;
	cursor: pointer;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
form input[type="submit"]:hover{
	background: #666;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.msg-img{
	background: url(../images/icons1.png) no-repeat 0px 0px;
	width: 18px;
	height: 15px;
	top: 9.5%;
	right: 95%;
	display: inline-block;
	position: absolute;
}
.user-img{
	background: url(../images/icons1.png) no-repeat -17px 0px;
	width: 18px;
	height: 15px;
	top: 9.5%;
	right: 43%;
	display: inline-block;
	position: absolute;
}
.pen-img{
	background: url(../images/icons1.png) no-repeat -38px 0px;
	width: 18px;
	height: 15px;
	top: 15.5%;
	right: 95.5%;
	display: inline-block;
	position: absolute;
}
.text-fields-right{
	position:relative;
}
/*---- footer ----*/
.footer{
	background:#fff;

}
.footer h4{
	color:#FFF;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin: 1em 0 0 0;
}
.copyright {
	margin: .5em 0 1em 0;
}
.copyright p {
	font-size: 16px;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
}
.copyright p a {
	color: #555555;
	text-decoration: none;
}
.copyright p a:hover{	
	color:#FFF;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.footer a img{
	margin-bottom:1em;
}
span.menu 
{
	display: none;
}
/*----- responsive-design ------*/
@media (max-width:1440px)
{
	.banner-info {
		width: 57%;
	}
}
@media (max-width:1366px)
{
	.banner-info {
		width: 60%;
	}
}
@media (max-width:1280px){
	.banner-info {
		width: 64%;
	}
}
@media (max-width:1024px){
	.top-nav ul {
		margin: 1.7em 0 0 0;
	}
	.icons ul li {
		margin: 0 4em;
	}
	.top-nav ul li a.Signup {
		margin-left: 19em;
	}
	.banner-info {
		width: 80%;
		right: 11%;
	}
	.banner-info img {
		width: 80%;
	}
	.services-hedding h3 {
		font-size: 53px;
	}
	.col-md-9.img-grid-text {
		padding: 0 1em;
		overflow: hidden;
		height: 80px;
	}
	.works-hedding h3 {
		font-size: 53px;
	}
	.b-link-stripe .b-wrapper {
		margin: 14.65em 0 0 0;
	}
	.slider-top p.title {
		overflow: hidden;
		height: 33px;
	}
	.team-hedding h3 {
		font-size: 53px;
	}	
	.team-grid ul {
		right: 2%;
		top: 13%;
	}
	.skills-hedding h3 {
		font-size: 53px;
	}
	.skills-middle-text {
		width: 57%;
	}
	.totam ul li.sub-text {
		font-size: 10px;
		width: 80%;
	}
	.totam ul li.char {
		margin-left: 0;
	}
	.totam ul li.book {
		margin-right: 0;
	}
	.totam ul li span {
		margin-right: 0;
	}
	.totam ul li.text {
		font-size: 12px;
		width: 81%;
	}
	.totam ul li.minus {
		margin-left: 0;
	}
	.envato {
		width: 16%;
	}
	.contact-hedding h3 {
		font-size: 53px;
	}
	.msg-img {
		right: 94%;
		top: 9%;
	}
	.user-img {
		right: 42%;
		top: 8.5%;
	}
	.pen-img {
		right: 94.5%;
		top: 14.5%;
	}
	form input[type="submit"] {
		/*background: url(../images/tick.png) no-repeat 64px 29px #FFF;*/
		background: url(../images/tick.png) no-repeat 64px 29px #FEB900;
		margin-top: 3em;
	}
	form input[type="submit"]:hover {
		background: url(../images/tick.png) no-repeat 64px 29px #347083;
	}
}
@media (max-width:768px){
	span.menu
	{
         display:block;
		 text-align:right;
		padding: 1.3em;
	}
	span.menu img{
		cursor:pointer;
	}
	.top-nav
	{
		margin: 0;
		float: none;
	}
	.top-nav  ul
	{
		padding: 0;
		margin: 0;
		z-index: 999;
		position: absolute;
		width: 95%;
	}
	.top-nav  ul.nav1 li a 
	{
		margin: 0px;
	}
	ul.nav1
	{
        display:none;
	}
	.top-nav ul.nav1 li
	{
		display: block;
		text-align: center;
		padding: 1em 0;
		background: rgba(2, 2, 2, 0.48);
    }
	.top-nav ul li a 
	{
		font-size: 16px
	}
	.banner-info {
		width: 90%;
		right: 3%;
		top: 35%;
	}
	.banner-info h2 {
		font-size: 40px;
	}
	.banner {
		min-height: 376px;
	}
	.services-hedding h3 {
		font-size: 43px;
		width: 29%;
	}
	.services-info {
		margin: 1em 0 0 0;
	}
	.skills {
		padding: 0 0 1em 0;
	}
	.skills-middle-text {
		width: 73%;
	}
	.col-md-4.services-info {
		text-align: center;
	}
	.img-grid-text p {
		width: 48%;
		margin: 0 auto;
	}
	.b-link-stripe .b-wrapper {
		margin: 11.15em 0 0 0;
	}
	h2.b-animate.b-from-left.b-delay03 {
		font-size: 16px;
		margin: 1em 0 .5em 0;
	}
	p.b-animate.b-from-left.b-delay03 {
		font-size: 13px;
	}
	.our-team {
		padding: 3em 0 5em 0;
	}
	.icons ul li {
		margin: 0 2em;
	}
	.callbacks_tabs {
		left: 44%;
	}
	.team-grid {
		text-align: center;
	}
	.team-grid ul {
		right: 21%;
		top: 21%;
	}
	.team-grid-text p.caption {
		text-align: center;
	}
	.team-grid-text {
		width: 55%;
		margin: 0 auto;
	}
	.team-grid-text p {
		overflow: hidden;
		height: 38px;
	}
	.gift p {
		font-size: 50px;
	}
	.gift p.text {
		font-size: 14px;
	}
	.skills-grid {
		text-align: center;
		padding: 1em 0;
	}
	.skills-grid-text p {
		overflow: hidden;
		height: 37px;
	}
	.tab1 {
		margin: .5em 0;
	}
	.totam ul {
		width: 76%;
		margin:0 auto;
	}
	.totam ul li.book {
		margin-right: .2em;
	}
	.totam ul li.sub-text {
		width: 90%;
		font-size: 14px;
	}
	.totam ul li.text {
		width: 91%;
	}
	.tab2 {
		margin: .5em 0;
	}
	.tab3{
		margin: .5em 0;
	}
	.tab4 {
		margin: .5em 0;
	}
	.totam p {
		margin: 1em auto;
		width: 74%;
		font-size: 14px;
	}
	.envato {
		width: 15%;
	}
	.skills-middle-text p {
		font-size: 24px;
	}
	.button a {
		font-size: 14px;
		margin-top: .8em;
	}
	.contact {
		padding: 0 0 1em 0;
	}
	.col-md-4.text-fields {
		padding: 0;
	}
	form input[type="submit"] {
		/*background: url(../images/tick.png) no-repeat 275px 29px #FFF;*/
		background: url(../images/tick.png) no-repeat 64px 29px #FEB900;
		margin-top: 1em;
	}
	form input[type="submit"]:hover {
		background: url(../images/tick.png) no-repeat 275px 29px #347083;
	}
	.slider-top p {
		font-size: 18px;
	}
	.msg-img {
		right: 95%;
		top: 9%;
	}
	.user-img {
		right: 43%;
	}
	.pen-img {
		right: 95%;
		top: 15.5%;
	}
}
@media(max-width:640px){
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.heder-logo h1 {
		margin: 6px 0 0 0;
	}
	span.menu {
		padding: 1em 0 1em 0;
	}
	.banner-info {
		width: 95%;
		right: 2%;
	}
	.banner-info a span {
		width: 100px;
		height: 100px;
	}
	.banner-info img {
		width: 80%;
	}
	.banner-info h2 {
		font-size: 34px;
	}
	.services-hedding h3 {
		font-size: 33px;
		border-bottom: 7px solid #FFF;
	}
	.works-hedding h3 {
		font-size: 33px;
		border-bottom: 7px solid #222;	
	}
	#filters li span.active {
		padding: 4px 25px;
		font-size: 16px;
	}
	#filters li span {
		padding: 4px 25px;
		font-size: 16px;
	}
	.b-link-stripe .b-wrapper {
		margin: 9.15em 0 0 0;
	}
	h2.b-animate.b-from-left.b-delay03 {
		font-size: 14px;
		margin: .2em 0 .2em 0;
	}
	p.b-animate.b-from-left.b-delay03 {
		font-size: 12px;
	}
	.works {
		padding: 1em 0 3em 0;
	}
	.slider-top p {
		font-size: 14px;
	}
	.team-hedding h3 {
		font-size: 33px;
	}
	.team-grid ul {
		right: 15%;
	}
	.gift {
		margin: 1em 0;
	}
	.skills-hedding h3 {
		font-size: 33px;
	}
	.totam ul li.text {
		width: 90%;
		font-size: 16px;
	}
	.totam ul li.sub-text {
		width: 89%;
	}
	.skills-middle-text {
		width: 89%;
	}
	.skills-middle-text p {
		font-size: 22px;
	}
	.button a {
		margin-top: .7em;
	}
	.envato {
		width: 14%;
	}
	.contact-hedding h3 {
		font-size: 33px;
	}
	.msg-img {
		right: 95.5%;
		top: 8%;
	}
	.user-img {
		right: 44%;
		top: 8%;
	}
	.pen-img {
		right: 96.5%;
		top: 13.5%;
	}
	form input[type="text"] {
		text-indent: 24px;
		font-size: 14px;
	}
	form input[type="submit"] {
		padding: 1em 0;
	}
	form textarea {
		text-indent: 20px;
	}
	form input[type="submit"] {
		/*background: url(../images/tick.png) no-repeat 218px 29px #FFF;*/
		background: url(../images/tick.png) no-repeat 64px 29px #FEB900;
	}
	form input[type="submit"]:hover {
		background: url(../images/tick.png) no-repeat 218px 29px #347083;
	}
	.team-grid-text p.caption {
		height: 20px;
	}
}
@media(max-width:480px){
	.banner-info {
		text-align: center;
	}
	.banner-info a {
		float: none;
	}
	.banner-info img {
		width: 24%;
	}
	.banner-text {
		float: none;
	}
	.banner-info h2 {
		font-size: 32px;
	}
	.services-hedding h3 {
		width: 40%;
	}
	.services {
		padding: 0 0 1em 0;
	}
	.top-nav ul.nav1 li {
		padding: .5em 0;
	}
	.top-nav ul li a.Signup {
		padding: 0.2em 1em;
	}
	.icons ul li {
		margin: 0 1em;
	}
	#portfoliolist .portfolio {
		width: 46%;
	}
	.b-link-stripe .b-wrapper {
		margin: 10em 0 0 0;
	}
	.callbacks_tabs {
		left: 39%;
	}
	.team-grid ul {
		right: 2%;
		top: 17%;
	}
	.our-team {
		padding: 0 0 0em 0;
	}
	.gift span {
		margin-bottom: 0em;
	}
	.gift {
		margin: 3em 0;
	}
	.totam ul li.text {
		width: 86%;
	}
	.totam ul li.sub-text {
		width: 85%;
	}
	.skills-grid-text {
		text-align: center;
		margin:0;
		width: 100%;
	}
	.totam ul {
		width: 87%;
	}
	.totam p {
		width: 85%;
	}
	.skills-middle-text {
		text-align: center;
	}
	.skills-middle-text form input[type="text"] {
		outline: none;
		padding: 0;
		margin: 0 0 .5em 0;
		width: 100%;
		text-align: center;
	}
	.skills-middle-text form input[type="submit"] {
		width: 27%;
	}
	.envato {
		float: none;
		width: 60%;
		text-align: center;
		margin: 1em auto;
	}
	.text-field-email {
		float: none;
		width: 100%;
	}
	.msg-img {
		right: 94.5%;
		top: 6.5%;
	}
	.text-field-name {
		float: none;
		width: 100%;
	}
	.user-img {
		top: 35.5%;
		right: 94%;
	}
	.pen-img {
		right: 94.5%;
	}
	form textarea {
		min-height: 100px;
		font-size: 14px;
	}
	.pen-img {
		top: 10.5%;
		right: 95.5%;
	}
	form input[type="submit"] {
		padding: .6em 0;
		/*background: url(../images/tick.png) no-repeat 141px 18px  #FFF;*/
		background: url(../images/tick.png) no-repeat 64px 29px #FEB900;
	}
	form input[type="submit"]:hover {
		background: url(../images/tick.png) no-repeat 141px 18px  #347083;
	}
}
@media(max-width:320px){
	span.menu {
		padding: 1em 0 1em 0;
	}
	.top-nav ul {
		width: 91%;
	}
	.banner-info a span {
		width: 80px;
		height: 80px;
	}
	.banner {
		min-height: 297px;
	}
	.banner-info {
		top: 18%;
	}
	.banner-info h2 {
		font-size: 24px;
	}
	.services-info {
		margin: .5em 0 0 0;
	}
	.col-md-9.img-grid-text {
		margin: .5em 0 0 0;
	}
	.services-hedding h3 {
		width: 66%;
		font-size: 24px;
		border-bottom: 4px solid #FFF;
	}
	.img-grid-text p {
		width: 100%;
		overflow:hidden;
		height: 43px;
	}
	.icons ul li {
		margin: 0;
	}
	.icons {
		padding: 1em 0;
	}
	.works-hedding h3 {
		width: 56%;
		font-size: 24px;
		border-bottom: 4px solid #222;
	}
	#filters li span.active {
		padding: 2px 20px;
		font-size: 14px;
	}
	#filters li span {
		padding: 2px 20px;
		font-size: 14px;
	}
	.b-link-stripe .b-wrapper {
		margin: 4.3em 0 0 0;
		height: 52%;
	}
	.slider-top {
		width: 100%;
	}
	.callbacks_tabs {
		left: 32%;
	}
	.team-hedding h3 {
		width: 48%;
		font-size: 24px;
		border-bottom: 4px solid #222;
	}
	.team-grid-text {
		width: 100%;
	}
	.team-grid ul {
		right: 22%;
		top: 42%;
	}
	.gift {
		margin: 1em 0;
	}
	.gift p {
		font-size: 33px;
	}
	.skills-hedding h3 {
		width: 52%;
		font-size: 24px;
		border-bottom: 4px solid #222;
	}
	.skills {
		padding:.5em 0;
	}
	.skills-grid-text h5 {
		font-size: 14px;
	}
	.totam ul {
		width: 100%;
	}
	.totam ul li.text {
		width: 82%;
		font-size: 13px;
	}
	.totam ul li.sub-text {
		width: 79%;
		font-size: 11px;
	}
	.totam p {
		width: 100%;
		overflow: hidden;
		height: 58px;
	}
	.skills-middle-text {
		width: 100%;
		text-align: center;
	}
	.skills-middle-text form input[type="text"] {
		font-size: 22px;
	}
	.skills-middle-text form input[type="submit"] {
		padding: .5em 1em;
		width: 37%;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		background: #FFF;
		color: #42B8DD;
		margin-top: 0.8em;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-o-border-radius: 7px;
		-ms-border-radius: 7px;	
	}
	.contact {
		padding: 1em 0;
	}
	.contact-hedding h3 {
		width: 57%;
		font-size: 24px;
		border-bottom: 4px solid #222;
	}
	.contact p {
		font-size: 12px;
	}
	.msg-img {
		right: 90.5%;
		top: 5.5%;
	}
	form input[type="text"] {
		text-indent: 25px;
		font-size: 14px;
	}
	.user-img {
		top: 31%;
		right: 90%;
	}
	.pen-img {
		right: 91.5%;
	}
	form textarea {
		font-size: 14px;
		text-indent: 23px;
	}
	form input[type="submit"] {
		/*background:  #FFF;*/
		background: #FEB900;
	}
	form input[type="submit"]:hover {
		background-color: #666;
	}
}