/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* Embeded fonts are coming from "SITE HEADER HTML" */
@import url('https://fonts.googleapis.com/css?family=Oswald:300');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/*
  font-family: 'Oswald', sans-serif;
  font-family: 'Open Sans', sans-serif;
*/
















*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-family:  'Open Sans', sans-serif; font-weight:400; color:#fff; font-size:19px; background-color:#000; font-weight:300;}
input{font-family:  'Open Sans', sans-serif;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; text-decoration:none; color:#3b3b3b;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1; color:#fff;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1; color:#fff;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1; color:#fff;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1; color:#fff;}

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family:  'Open Sans', sans-serif; border-radius:0; border:none; border-bottom:solid 1px #fff; padding:20px 0; margin:0 0 15px 0; font-size:19px; font-weight:400; width: 100%; background-color: transparent; color:#fff;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Oswald', sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:20px; width:auto; min-width: 355px; border:solid 1px  #EA2D48; box-sizing:border-box; background-color:transparent; padding:10px; font-weight:300; font-size:26px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:transparent; border-color:#81C4EF;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:400; color:#fff; margin-bottom:10px; font-family: 'Oswald', sans-serif; }
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

h1{font-size:81px; color:#fff;}
h2{font-size:49px; color:#fff; line-height: 55px;}
h3{font-size:38px; color:#81C4EF; font-weight:300;}

/* Default Form Code */
.default-form h3.form-title{font-size:78px; line-height:80px; text-align:center; margin: 0 0 50px;}
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset select{width:100% !important; -webkit-appearance:textfield; -moz-appearance:none; appearance:none; cursor: pointer; background:url("https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/down-arrow-1.png") no-repeat right center}
.default-form .hs-form fieldset select option { color: #000; }

.default-form .hs-form fieldset{max-width: none;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -25px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 50px); margin:0 25px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -25px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 50px); margin:0 25px;}
.default-form .hs_submit{text-align: center; padding:50px 0 0 0;}
.default-form .hs-form-field{position:relative;}
.default-form .hs-form-field .hs-error-msgs{color:red; margin:0; position:absolute; transform:translateY(-5px);}
.default-form .hs_error_rollup{display:none;}
@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

/* CSS start from here */

.fp-section{left:0;opacity:0;position:absolute!important;top:0;visibility:hidden;width:100%!important;}
.fp-section{transition:all 1s ease 0s;}
.fp-section.active{opacity:1;visibility:visible;}
/*.active[class*="section-"] .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.active[class*="section-"] .fadeInUpShort{-webkit-animation-name:fadeInUpShort;animation-name:fadeInUpShort}
.active[class*="section-"] .fadeInLeftShort{-webkit-animation-name:fadeInLeftShort;animation-name:fadeInLeftShort;}*/

.bg-blue{background-color:#74CCEC; color:#454545;}
.bg-black{background-color:#131313; color:#fff;}
.bg-cool{background-color:#E6EFF6;}


.div-video{left:0;position:absolute;top:33%;width:100%; -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;; display:none;}
.slide-1.video{position:relative; z-index:-1; opacity:0; -webkit-transform: translateY(100px) scale(0.8);
    -moz-transform: translateY(100px) scale(0.8);
    -o-transform: translateY(100px) scale(0.8);
    -ms-transform: translateY(100px) scale(0.8);
    transform: translateY(100px) scale(0.8);; -webkit-transition: all 1500ms ease 500ms;
    -moz-transition: all 1500ms ease 500ms;
    -o-transition: all 1500ms ease 500ms;
    -ms-transition: all 1500ms ease 500ms;
    transition: all 1500ms ease 500ms;; }
.slide-1.video video{ -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);; }
.dom-loaded .slide-1.video{opacity:1; -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);;}
.fp-viewing-0 .div-video,.fp-viewing-section1 .div-video, .fp-viewing-section2 .div-video, .fp-viewing-section3 .div-video{display:block;}
.fp-viewing-section2 .div-video{top:5%; }
.fp-viewing-section3 .div-video{top:5%; opacity:0; transition-delay:200ms;}
.fp-viewing-section4 .div-video{top:5%; opacity:0; transition-delay:200ms;}
.widget-type-rich_text blockquote{font-size:29px; color:#81C4EF; font-weight:300; font-family: 'Oswald', sans-serif; margin: 26px 0; padding: 0 0 0 35px; position: relative; line-height: 39px;}
.widget-type-rich_text blockquote:after{background-color: #EA2D48; content:''; height:calc(100% - 15px); left:0; position:absolute; top:8px; width:15px;}
.videogrp, .circle-over{position:relative; z-index:99;}

.section-1{}
.section-1 h1{line-height: 92px;}
.section-1 h3{margin:18px 0 0;}
.section-1 .fp-tableCell > .row-fluid-wrapper.row-depth-1{height:100%; padding:96px 0 0; position:relative;}
.section-1 .toggle-down{bottom:30px;left:0;position:absolute;width:100%;}

.section-2{}
.section-2.bg-wrapper{background-position:center 0; background-size:70% auto;}
.section-2 .innerWrapper{padding:18% 0 0;}

.section-3 .innerWrapper{padding-top:6%;}
.section-3 h2{font-size:74px; line-height:80px;}
.map-section{max-width:510px; position:relative;}
.map-section .map-img{left:73%;position:absolute;top:-150px;width:820px;}
.map-section .map-img .pin{left:64%;position:absolute;top:26%;}
.fp-viewing-section3 .map-section .map-img .pin{animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s both; }

@keyframes shake-bottom{
  0%,100%{transform:rotate(0deg);transform-origin:50% 100%;}
  10%{transform:rotate(.5deg);}
  20%,40%,60%{transform:rotate(-1deg);}
  30%,50%,70%{transform:rotate(1deg);}
  80%{transform:rotate(-.5deg);}
  90%{transform:rotate(.5deg);}
}
.the-digits{font-size: 32px; font-family: 'Oswald', sans-serif; text-align:center; line-height:36px; margin:100px 0 40px;}
.the-digits .widget-type-text span span{font-size:100px; color: #EA2D48; line-height:133px; display:block;}

.section-4{}
.section-4.bg-wrapper{background-position:left center; background-size:auto;}
.section-4 .innerWrapper .container > div > div{align-items:flex-end; display:flex;}
.section-4 .innerWrapper .rocket {
  transform: translateY(1000px);
  transition: all 2s ease 0s;
  width: 225px;
}
.section-4.active .innerWrapper .rocket {
  transform: translateY(0px);
}
.section-4 .innerWrapper .rocket.top-fire {
  transform: translateY(-1000px);
}
.section-4 .innerWrapper .content{width:calc(100% - 225px); margin:0; padding:0 0 0 30px;}
.section-4 .innerWrapper .content .widget-type-rich_text blockquote, 
.section-4 .innerWrapper .content .widget-type-rich_text blockquote p:last-child{margin-bottom: 11px;}

.section-5 .innerWrapper{position:relative;}
.section-5 .innerWrapper .slide-5.video{}
.section-5 .innerWrapper .slide-5.video{max-width:1040px; position:absolute; right:3%; top:50%; transform:translateY(-60%); width:auto; z-index:-1;}

.section-6{position:relative;}
.section-6 .innerWrapper{padding:20px 0 0;}
.section-6 .bottom-curve{position:absolute; left:0; bottom:0; z-index:-1; width:100%;}
.section-6 .bottom-curve img{width:100% !important;}
/* .section-6 .plug-img{position:absolute; left:110px; top:8%; width:100%;} */
.section-6 .plug-img{position:relative; height:260px;}
.section-6 .plug-img img{max-width:none; position:absolute; right:43%; top:-130px;}
.section-6 h2{margin:0 auto;max-width:795px;}
.section-6 .widget-type-rich_text{margin:160px auto 0;max-width:940px;text-align:center;} 

.tabs-wrap{}
.tabs-wrap .tabs-ttl{background-color:#fff;border-radius:4px;box-shadow:0 10px 18px -3px rgba(0,0,0,0.3);overflow:hidden; display:none;}
.tabs-wrap .tabs-ttl ul{display:table;font-family: 'Oswald', sans-serif;font-weight:400;text-transform:uppercase;width:100%;box-shadow:0 9px 8px -3px rgba(0,0,0,0.2) inset;}
.tabs-wrap .tabs-ttl ul li{display:table-cell;padding:0 4px;text-align:center;padding:8px 0;width:auto;cursor:pointer;}
.tabs-wrap .tabs-content{padding:100px 100px 0;}
.tabs-wrap .tabs-content .row-upper{display:flex; padding:0 0 35px;}
.tabs-wrap .tabs-content .row-upper .videoplace{width:550px;height:310px;}
.tabs-wrap .tabs-content .row-upper .videoplace video,
.tabs-wrap .tabs-content .row-upper .videoplace img{height:100%;object-fit:cover;width:100%;}
.tabs-wrap .tabs-content .row-upper .image-place{width:calc(100% - 550px);padding:0 0 0 30px;}
.tabs-wrap .tabs-content .row-upper .image-place ul{display:flex;flex-flow:row wrap;margin:0 -15px;}
.tabs-wrap .tabs-content .row-upper .image-place ul li{flex:1 0 calc(50% - 30px);height:146px;margin:18px 15px 0; max-width:calc(50% - 30px);}
.tabs-wrap .tabs-content .row-upper .image-place ul li:nth-child(1), .tabs-wrap .tabs-content .row-upper .image-place ul li:nth-child(2){margin-top:0;}
.tabs-wrap .tabs-content .row-upper .image-place ul li img{height:100%;object-fit:cover;width:100%;}
.tabs-wrap .tabs-content .row-lower h2{color:#454545;}
.tabs-wrap .tabs-content.no-image .row-upper{display:block;}
.tabs-wrap .tabs-content.no-image .row-upper .videoplace{display: inline-block;}
.tabs-wrap .tabs-content .row-upper .laptopplace{display:flex; align-items: center;}
.tabs-wrap .tabs-content .row-upper .laptopplace .laptop{width:470px; height: 268px; padding: 15px 0 0; background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/laptop.png) no-repeat center;}
.tabs-wrap .tabs-content .row-upper .laptopplace .laptop img{height:220px; object-fit:cover; width:350px;}
.tabs-wrap .tabs-content .row-upper .laptopplace .ttx{padding: 0 0 0 60px; text-align: left; width: calc(100% - 470px);}
.tabs-wrap .fp-slides{height:auto;}
.tabs-wrap .fp-slide, .tabs-wrap .fp-slidesContainer{height:auto;}
.tabs-wrap .fp-tableCell{height:auto !important;}
.tabs-wrap .fp-controlArrow{display:none;}
.tab-parent{align-items:center;display:flex;height:100vh;}

/*---------------------- Edge Fix -------------------------*/

@supports (-ms-ime-align:auto) {
  .section-7 .fp-slide.fp-table, .section-13 .fp-slide.fp-table {
    display:block;
  }
}

.player .videoplace{width:550px; height:310px; margin:0 auto; position: relative; z-index:2;}
.player .videoplace video{height:100%;object-fit:cover;width:100%;}

.section-8 .rich-text{color:#fff;margin:80px 0 0;position:relative;z-index:1;}
.section-8 .rich-text:after{background-color:#131313;content:"";height:2000px;left:0;position:absolute;top:84px;width:100%;z-index:-1;}
.section-8 .rich-text .curve-img{bottom:calc(100% - 87px);left:0;position:absolute;text-align:center;width:100%;}
.section-8 .rich-text .curve-img img{width:100%!important;}
.section-8 .widget-type-rich_text{position:relative;}

.section-9{}
.section-9 .container > div{position:relative;}
.section-9 .right-image{left:60%;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:auto;}
.section-9 .right-image img{max-width:none;}
.section-9 .widget-type-rich_text{max-width:540px;}

.section-10 .widget-type-rich_text{padding:70px 0 0 0;}

.section-11 .factory{height:630px;position:relative;}
.section-11 .factory *{height:100%;}
.section-11 .factory img{height:100%;object-fit:cover;width:100%!important;}
.section-11 .factory:after{background:linear-gradient(to bottom,rgba(19,19,19,1) 12%,rgba(19,19,19,0) 100%);content:"";height:200px;left:0;position:absolute;top:0;width:100%;}
.section-11 .factory:before{background:linear-gradient(to bottom,rgba(19,19,19,0) 0%,rgba(19,19,19,1) 88%);content:"";height:200px;left:0;position:absolute;bottom:0;width:100%;}

.circle-anim{background-color:#131313;border-radius:100%;box-shadow:0 0 0 25px #131313;height:300px;margin:0 auto;position:relative;width:300px;z-index:2;}
.circle-anim .bolt{left:50%;position:absolute;top:50%;transform:translate(calc(-50% - 5px),-50%);}

.section-12{color:#454545;}
.section-12 h2{color:#454545;}
.section-12 .text-1{margin:90px 0 0;}
.section-12 .widget-type-rich_text{padding:20px 0 0;position:relative;z-index:2;}
.section-12 .widget-type-rich_text blockquote{font-size:39px;max-width:900px;color:#454545;}
.section-12 .widget-type-rich_text blockquote:after{height:38px;top:4px;}

.curve-wrap{position: relative; z-index: 1;}
.curve-wrap:after{background-color:#E6EFF6;content:"";height:2000px;left:0;position:absolute;top:-9px;width:100%;z-index:-1;}
.curve-wrap .curve{bottom:calc(100% - -8px);left:0;position:absolute;text-align:center;width:100%;}
.curve-wrap .curve img{width:100%!important;}

.section-13{color:#454545;}

.section-14 .widget-type-rich_text{position: relative; z-index: 2; margin: 35px 0 0;}
.section-14 .widget-type-rich_text blockquote{font-size:39px; display: inline-block;}
.section-14 .widget-type-rich_text blockquote p{margin:0; padding:7px 0;}
.iso-logo{position: relative; z-index: 2;}
.iso-logo > div{background-color:#e7eff5;border-radius:100%;display:inline-block;height:351px;padding:27px;width:351px;}
.iso-curve{position: relative; z-index: 1;}
.iso-curve:after{background-color:#131313;content:"";height:2000px;left:0;position:absolute;top:200px;width:100%;z-index:-1;}
.iso-curve .curve{bottom:calc(100% - 202px);left:0;position:absolute;text-align:center;width:100%;}
.iso-curve .curve img{width:100%!important;}

.plugs{background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/plug-bg.png) no-repeat center calc(50% - 100px); margin-top:30px;}
.plugs .plugs-box{float:none;height:490px;margin:-290px auto 0 !important;position:relative;z-index:1;}
.plugs .plugs-box:after{background-image:url("https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/corner-1.png"),url("https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/corner-2.png"),url("https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/corner-4.png"),url("https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/corner-3.png");background-position:left top,right top,right bottom,left bottom;background-repeat:no-repeat;content:"";height:100%;left:50%;max-width:1200px;position:absolute;top:320px;transform:translateX(-50%);width:100%;z-index:-1;}
.plugs .plugs-box > div > div{align-items:flex-end;display:flex;text-align:center;transform:translateY(71px);justify-content: center;}
.plugs .plugs-box > div > div > div:nth-child(1){text-align:right;}
.plugs .plugs-box > div > div > div:nth-child(2){margin:0; width:auto; padding:0 160px;}
.plugs .plugs-box > div > div > div:nth-child(3){margin:0; text-align:left;}
.section-15 .widget-type-rich_text{margin:360px 0 0;}

.section-16 .tabs-wrap .tabs-content{padding:140px 0 0;}
.section-16 .tab-parent{height:auto; min-height:600px;}
.section-16 .widget-type-rich_text blockquote{font-size:34px; line-height:47px;}

.row-fluid .menu{}
.row-fluid .menu .inner-toggl{overflow: auto;display:none; border-left:1px solid transparent; height:100%;padding:15px 12px 20px 18px;position:fixed;right:0;top:0;width:283px;z-index:99; border-left:1px solid #363636; background-color:#000;}
.row-fluid .menu .menu-toggl{z-index: 99; right:20px;position:absolute;top:20px;transition:all ease 600ms; transform: rotate(180deg);}
.fp-viewing-0 .row-fluid .menu .menu-toggl:after,
.fp-viewing-section1 .row-fluid .menu .menu-toggl:after{color:#fff;content:'Menu';position:absolute;right:-10px;top:-30px;transform:rotate(-180deg); transition:all ease 600ms}
.row-fluid .menu .hs-menu-wrapper li{margin:0 0 8px;}
.row-fluid .menu .hs-menu-wrapper li a{color:#fff;font-size:14px;font-weight:400;padding:0;max-width:none;white-space:normal;width:auto;}
.row-fluid .menu .hs-menu-wrapper li a:hover{color: #EA2D48;}
.row-fluid .menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper{opacity:1;position:static;visibility:visible;}
.row-fluid .menu .hs-menu-wrapper li ul li a{color:#b6b6b6;font-size:12px;max-width:none;white-space:normal;width:auto;padding:0 0 0 15px;}
.row-fluid .menu h3{font-size:20px;text-align:center; }

.row-fluid .menu .toggle-down{font-family: 'Oswald', sans-serif; color:#fff; border-radius:20px; width:100%; border:solid 1px  #EA2D48; padding:10px; font-weight:300; font-size:17px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;;}
.row-fluid .menu .toggle-down:hover{background-color:transparent; border-color:#81C4EF;}

/* .row-fluid .menu.show{border-left:1px solid #363636; background-color:#000;} */
/* .row-fluid .menu.show .inner-toggl{opacity:1;visibility:visible;} */
.row-fluid .menu.show .menu-toggl{right:310px; transform: rotate(0deg);}
.fp-viewing-0 .row-fluid .menu.show .menu-toggl:after,
.fp-viewing-section1 .row-fluid .menu.show .menu-toggl:after{content:'Close'; top:40px; transform:rotate(0deg);}


/* CSS end  here */

.container1170.container, .row-fluid .container1170.container[class*="span"]{max-width:1170px; width:100%;}



/* Ppc turk Page */



.row-fluid .ppc_top_img { width:100%; float:left; background:#fff;  }
.row-fluid .ppc_top_img img { width:100%; height:auto; }

.row-fluid .ppc_hero_section { width:100%; float:left; text-align:center; padding:90px 0; margin-top:-2px;  position: absolute; top: 0; left: 0;  z-index: 1; 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,0.96) 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0.96) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,0.96) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}
.row-fluid .ppc_hero_box { width:100%; float:left; }
.row-fluid .ppc_hero_box h1 { font-size:67px; line-height:75px; margin-top: 15px; font-weight:400; text-transform:uppercase; color:#11071A; text-shadow: 0 9px 16px rgba(0,0,0,0.16); }
.row-fluid .ppc_hero_box h3 { font-size:39px;  font-weight:300; color:#3B5D83; }
.row-fluid .ppc_hero_btn {  width:100%; float:left; margin-top:10px; }
.row-fluid .ppc_hero_btn .ppc_cmn_btn { margin:0; width:auto; float: none; display: inline-block; padding:10px 10px; vertical-align:top;  }
.row-fluid .ppc_hero_btn .ppc_cmn_btn a { min-width:307px; }

.row-fluid .ppc_ttl_box { font-size:14px; line-height:25px; color:#fff; }
.row-fluid .ppc_ttl_box h2 { font-size:58px; line-height:60px; margin-bottom:25px; text-transform:uppercase; font-weight:300; }
.row-fluid .ppc_ttl_box p a { color:#81B5EF; }
.row-fluid .ppc_cmn_btn { }
.row-fluid .ppc_cmn_btn a {  font-size:22px; color:#fff; padding: 13px 40px 17px 40px;  box-sizing: border-box !important;  float: none; display: inline-block; font-weight:300; font-family: 'Oswald', sans-serif;
    background: rgb(128, 179, 237); background: -moz-linear-gradient(top, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%); background: -webkit-linear-gradient(top, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%); background: linear-gradient(to bottom, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b3ed', endColorstr='#668ebc', GradientType=0);
    -webkit-transition: all 800ms ease-in-out;  -moz-transition: all 800ms ease-in-out;  -o-transition: all 800ms ease-in-out; -ms-transition: all 800ms ease-in-out;  transition: all 800ms ease-in-out;  }

.row-fluid .ppc_cmn_btn a:hover { color:#fff;	background: rgb(102, 142, 188);	background: -moz-linear-gradient(top, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%);	background: -webkit-linear-gradient(top, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%);	background: linear-gradient(to bottom, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668ebc', endColorstr='#80b3ed', GradientType=0); }


.row-fluid .ppc_who_section { width:100%; float:left; padding-bottom:160px;    }
.row-fluid .ppc_who_icon_box { width:100%; float:left; text-align: center; margin: -80px 0 90px 0; }
.row-fluid .ppc_who_icon_img { width:31.33%; float: none; display: inline-block; padding:10px 10px; vertical-align:top; margin:0 -2px;  }
.row-fluid .ppc_who_icon_img img { width:190px; height:auto; }
/* .row-fluid .ppc_who_section .innerWrapper {   overflow: hidden; } */

.row-fluid .ppc_who_section h2 { font-size:58px; line-height:60px;  color:#81B5EF; }
.row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video { max-width: 860px;    right: 6% }
.row-fluid .ppc_who_section .ppc_cmn_btn { margin-top:20px; }   

.row-fluid .ppc_imgtxt_section { width:100%; float:left; padding:180px 0; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }
.row-fluid .ppc_imgtxt_box { width:50%; float:right;  }
.row-fluid .ppc_imgtxt_box img { margin-bottom:30px; }
.row-fluid .ppc_imgtxt_box .ppc_cmn_btn { margin-top:15px; width: 100%; float: left; } 

.row-fluid .ppc_indus_section {}
.row-fluid .ppc_indus_section .ppc_imgtxt_section { padding:140px 0 210px 0; }

.row-fluid .ppc_fireye_section { width:100%; float:left; padding:50px 0; background:#fff; text-align:center; color:#3B5D83; font-size:19px; line-height:24px; font-weight:400; } 
.row-fluid .ppc_fireye_section p span { font-style:italic; font-size:23px; line-height:33px; font-weight:600; }      

.row-fluid .ppc_envir_section { width:100%; float:left; padding:100px 0; background:#fff; text-align:center; }
.row-fluid .ppc_envir_section .ppc_ttl_box { color:#3E3E3E; text-align:center; }
.row-fluid .ppc_envir_section .ppc_ttl_box h2 { color:#5A80AB; }
.row-fluid .ppc_envir_box { width: 750px; float: none; display:inline-block; margin: 30px 0 0 0; }
.row-fluid .ppc_envir_part {}
.row-fluid .ppc_envir_inner { width:100%; float:left; position:relative; }
.row-fluid .ppc_envir_inner:before { position:absolute; content:""; width:100%; height:100%; top:0; left: 0; }
.row-fluid .ppc_icon { width:90px; height:90px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/playicon.png) center no-repeat; z-index: 9;
    background-size: cover;  }
.row-fluid .ppc_envir_ttltxt { float:none; display:inline-block; width:100%; max-width:750px; }
.row-fluid .ppc_envir_inner .wistia_embed { height:420px; }
.row-fluid .ppc_envir_part.bee3D--slide__active:before { content: ""; width: 100%; height: 60px; position: absolute; left: 0;  bottom: -60px; z-index:-1; background: url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/video%20shadow.png) bottom no-repeat; background-size: cover;}


.row-fluid .ppc_custom_section { width:100%; float:left; padding:180px 0; position:relative; }
.row-fluid .ppc_custom_section .ppc_ttl_box { position:relative; z-index:2; }
.row-fluid .ppc_custom_img { position:absolute; bottom:0px; right:0; width:60%; height:auto; text-align:right; }
.row-fluid .ppc_custom_img img { height:auto; width:auto; }
.row-fluid .ppc_custom_section .ppc_cmn_btn { margin-top:20px;  } 

.row-fluid .ppc_custom_section .ppc_ttl_box h2 { color:#81B5EF; }

.row-fluid .ppc_foorter_Section { width:100%; float:left; text-align:center; font-size:12px; line-height:18px; background:#fff; padding:; color:#424B4B; padding:50px 0 25px 0; }
.row-fluid .ppc_footer_logo {  }
.row-fluid .ppc_ftr_logo_box {   width:100%; float:left; margin:12px 0;  }
.row-fluid .ppc_ftr_logos { width: auto; display: inline-block;  float: none; margin:0; padding:8px 14px; }
.row-fluid .ppc_ftr_logos img { max-height: 40px; width: auto !important; max-width: none; }

.row-fluid .ppc_popup_box { display:none; }
.ppc_popup_form {}
.ppc_popup_box.fancybox-content { background:#110719; width:950px; max-width:80%;     padding: 60px 90px; }
.ppc_popup_box.fancybox-content .fancybox-button { width:70px; height:70px; }
.ppc_popup_box.fancybox-content .fancybox-button svg { color:#80B4EE; }
.ppc_popup_form h3 { width: 100%; float: left; color:#80B4EE; font-size:56px; line-height:60px; margin-bottom:40px; text-transform:uppercase; text-align: center; }
.ppc_popup_form .submitted-message { width: 100%; float: left; text-align: center;}
.ppc_popup_form form fieldset { max-width:100% !important; float:left; margin:0; width:100%; }
.ppc_popup_form form .form-columns-1 .input , form .form-columns-2 .input { margin-right:0 !important; }
.ppc_popup_form form .form-columns-1 .input textarea , .ppc_popup_form form .form-columns-1 .input input , .ppc_popup_form form .form-columns-1 .input select { width:100% !important; }
.ppc_popup_form form .form-columns-2 { width:100%; }
.ppc_popup_form form .form-columns-2 .input input { width:100% !important; }
.ppc_popup_form form .hs-fieldtype-booleancheckbox .input input { width:auto !important; height:auto !important; } 
.ppc_popup_form form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0; }
.ppc_popup_form form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }
.ppc_popup_form form .form-columns-2 .hs-form-field { width: 50% !important; }
.ppc_popup_form form .form-columns-1 .hs-form-field { padding-right:0 !important; }
.ppc_popup_form form .hs_recaptcha { float:left; width:100%; }
.ppc_popup_form form .input input.error { background:#ff6666; } 
.ppc_popup_form form .hs-form-required  { display:none !important; }
/* .ppc_popup_form form .hs-error-msgs { font-size:12px; color:red; } */

.ppc_popup_box.fancybox-content .ppc_popup_form form input { margin-bottom:20px;  background: #fff !important;  border:none !important;    font-size: 14px !important; color: #000 !important;    padding: 15px !important;    float: left;  }
.ppc_popup_box.fancybox-content .ppc_popup_form form textarea { width:100% !important; margin-bottom:22px;  background: #fff; height:150px;  resize: none; border:none !important;   font-size: 14px !important;  color: #000 !important;    padding:15px !important;    float: left; }
.ppc_popup_box.fancybox-content .ppc_popup_form form .hs_submit input { width:100%; margin:0; background:transparent !important; border:1px solid #81B5EF !important; font-weight:400;  line-height: 26px; font-size: 26px !important; color: #7CB2EF !important; padding: 24px !important; font-family: 'Oswald', sans-serif; float: none; display: inline-block;   text-transform: uppercase;     border-radius: 0;  transition:all 0.3s ease-in-out;   }
.ppc_popup_box.fancybox-content .ppc_popup_form form .hs_submit input:hover { background:#81B5EF !important; color:#fff  !important; }
.ppc_popup_form form > div > div.actions { width:100%; float:left; }

.ppc_popup_form form input::-webkit-input-placeholder, .ppc_popup_form form input[type=email]::-webkit-input-placeholder,  .ppc_popup_form form textarea::-webkit-input-placeholder {  color: #11071A;}
.ppc_popup_form form input::-moz-placeholder, .ppc_popup_form form input[type=email]::-moz-placeholder,  .ppc_popup_form form textarea::-moz-placeholder  { color: #11071A; }
.ppc_popup_form form input:-ms-input-placeholder, .ppc_popup_form form input[type=email]:-ms-input-placeholder,  .ppc_popup_form form textarea:-ms-input-placeholder  { color: #11071A;}
.ppc_popup_form form input:-moz-placeholder, .ppc_popup_form form input[type=email]:-moz-placeholder,  .ppc_popup_form form textarea:-moz-placeholder  { color: #11071A; }

.row-fluid .ppc_envir_box { padding-bottom:20px; }
.row-fluid .ppc_envir_wrap { width:100%; float:left; position:relative; }

.row-fluid .ppc_envir_section { padding-bottom: 160px; }
span.bee3D--nav { top: calc(100% + 30px);  cursor: pointer; }

.row-fluid .ppc_cmn_btn.ppc_side_btn { overflow:hidden; }
.row-fluid .ppc_cmn_btn.ppc_side_btn a { position:fixed; padding: 13px 58px 17px 40px;  right: -180px;  top: 140px;  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4); box-shadow: 0 0 15px 0 rgba(0,0,0,0.4); transform:  rotate(-90deg);  -moz-transform:rotate(-90deg); -o-transform:  rotate(-90deg); -webkit-transform: rotate(-90deg); background: rgb(102,142,188); background: -moz-linear-gradient(left,  rgba(102,142,188,1) 1%, rgba(128,179,237,1) 100%); background: -webkit-linear-gradient(left,  rgba(102,142,188,1) 1%,rgba(128,179,237,1) 100%);  background: linear-gradient(to right,  rgba(102,142,188,1) 1%,rgba(128,179,237,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668ebc', endColorstr='#80b3ed',GradientType=1 );  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.row-fluid .ppc_cmn_btn.ppc_side_btn a:after { position: absolute; right: 20px; top: 20px; vertical-align: middle;  transform: rotate(90deg); width:24px; height:22px; content:""; background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/iconn-2019/images/envelop%20img.png) center no-repeat; background-size:cover;  }

.row-fluid .ppc_cmn_btn.ppc_side_btn a:hover { background: rgb(128,179,237); background: -moz-linear-gradient(left,  rgba(128,179,237,1) 0%, rgba(102,142,188,1) 100%); background: -webkit-linear-gradient(left,  rgba(128,179,237,1) 0%,rgba(102,142,188,1) 100%); background: linear-gradient(to right,  rgba(128,179,237,1) 0%,rgba(102,142,188,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b3ed', endColorstr='#668ebc',GradientType=1 );  }
.cta_open .row-fluid .ppc_cmn_btn.ppc_side_btn a { right:-88px; z-index:99; }


.row-fluid .close_popup_main { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8);  z-index: 9999; display:none; }
.row-fluid .close_icon { position:absolute; top:-40px; right:-25px; width:25px; height:25px; background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/2019/Images/close_popup.png) center no-repeat; background-size:cover; }
.show .row-fluid .close_popup_main { display:block; }
body.show { overflow:hidden; }

#close_popup.close_popup_section { width:1220px; max-width:80%; float: none; display: inline-block; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7); padding:62px 50px 80px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);  background:url(https://203881.fs1.hubspotusercontent-na1.net/hubfs/203881/2019/Images/Blue-01.jpg) left top no-repeat; background-size:cover; }
#close_popup.close_popup_section .close_popup_left { width:250px; float:none; display:inline-block; vertical-align:middle; margin:0 -2px;   }
#close_popup.close_popup_section .close_popup_right { width:calc(100% - 250px); padding: 0 150px 0 70px; text-align:left; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; }
#close_popup.close_popup_section .close_popup_right h2 { font-size:67px; line-height:67px; color:#fff;  font-weight:300; }
#close_popup.close_popup_section .close_popup_right h3 { font-size:38px; line-height:48px; color:#81B5EF; }

#close_popup.close_popup_section .close_popup_form { margin-top:17px; text-align:center; }
#close_popup.close_popup_section .close_popup_form form { float:none; display:inline-block; width:100%; position:relative;  }
#close_popup.close_popup_section .close_popup_form form .hs_email { width:100%;  float:left; padding-right:175px; }
#close_popup.close_popup_section .close_popup_form form .hs_email .hs-input {font-weight:300; font-family: 'Oswald', sans-serif; background-color:#fff; height:78px; font-size:27px; padding: 20px 20px; color:#11071A;   border:none;    }
#close_popup.close_popup_section .close_popup_form form .hs_email .hs-input::-webkit-input-placeholder{opacity:1; color:#4D4D4D;}
#close_popup.close_popup_section .close_popup_form form .hs_email .hs-input::-moz-placeholder{opacity:1; color:#4D4D4D;}
#close_popup.close_popup_section .close_popup_form form .hs_email .hs-input:-ms-input-placeholder{opacity:1; color:#4D4D4D;}
#close_popup.close_popup_section .close_popup_form form .hs_email .hs-input:-moz-placeholder{opacity:1; color:#4D4D4D;}
#close_popup.close_popup_section .close_popup_form form .hs_submit { width:175px; float:left; position: absolute;  right: 0; top: 0;  }
#close_popup.close_popup_section .close_popup_form form .hs_submit .hs-button { transition: all 0.4s ease-in-out;  min-width: initial; text-transform: capitalize;  width: 100%;   height: 78px;  border:none; font-size: 27px;  color:#fff;  line-height: 0px; border-radius: 0;  background: rgb(128, 179, 237);  background: -moz-linear-gradient(top, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%); background: -webkit-linear-gradient(top, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%);  background: linear-gradient(to bottom, rgba(128, 179, 237, 1) 0%, rgba(102, 142, 188, 1) 100%);      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b3ed', endColorstr='#668ebc', GradientType=0);  }
#close_popup.close_popup_section .close_popup_form form .hs_submit .hs-button:hover { color: #fff; background: rgb(102, 142, 188);  background: -moz-linear-gradient(top, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%); background: -webkit-linear-gradient(top, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%);background: linear-gradient(to bottom, rgba(102, 142, 188, 1) 0%, rgba(128, 179, 237, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#668ebc', endColorstr='#80b3ed', GradientType=0); }
#close_popup.close_popup_section .close_popup_form form .hs-form-required { display:none; }

#close_popup.close_popup_section .close_popup_form form input[type=email]::-webkit-input-placeholder  {  color: #11071A;}
#close_popup.close_popup_section .close_popup_form form input[type=email]::-moz-placeholder   { color: #11071A; }
#close_popup.close_popup_section .close_popup_form form input[type=email]:-ms-input-placeholder  { color: #11071A;}
#close_popup.close_popup_section .close_popup_form form input[type=email]:-moz-placeholder  { color: #11071A; }
#close_popup.close_popup_section .close_popup_form form .hs_error_rollup { width:100%; float:left; }







@media (min-width:1200px){
    .wrp_new .row-fluid .container { width:1150px !important; }
}


@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:980px;} }
/* @media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1400px;} }
@media (min-width:1630px) { .container, .row-fluid .container[class*="span"]{width:1600px;} } */

@media (min-width:768px) {/* hover event for till 768PX */
/*   .fp-viewing-section16-slide1slide2slide3slide4 .fullpage-wrapper .fp-slidesNav.top { width: 1460px; } */
  
  .fullpage-wrapper .fp-slidesNav.top{left:50%;margin:0!important;top:60px;transform:translateX(-50%);width:1140px; background-color:#fff;border-radius:4px;box-shadow:0 10px 18px -3px rgba(0,0,0,0.3);overflow:hidden;}
    .fullpage-wrapper .fp-slidesNav.top ul{display:table;font-family: 'Oswald', sans-serif;font-weight:400;text-transform:uppercase;width:100%;box-shadow:0 9px 8px -3px rgba(0,0,0,0.2) inset;}
  .fullpage-wrapper .fp-slidesNav.top ul li{position:relative; display:table-cell;text-align:center;width:auto; height:auto; cursor:pointer;}
  .fullpage-wrapper .fp-slidesNav.top ul li a{position: static; display:block;}
  .fullpage-wrapper .fp-slidesNav.top ul li span{background:transparent; border-radius:0!important;display:flex;height:100% !important;justify-content:center;margin:0!important;padding:8px 0;position:static;width:100%!important;}
  .fullpage-wrapper .fp-slidesNav.top ul li a.active span{background: #EA2D48; color:#fff; box-shadow: 0 9px 8px -3px rgba(0, 0, 0, 0.2) inset;}
  .fullpage-wrapper .fp-slidesNav.top ul li .fp-slide-tooltip{opacity: 0;}
  .tabs-wrap .tabs-content .row-upper > h2{display:none;}
}

@media (max-width:1629px){
  .section-5 .innerWrapper .slide-5.video{right:-8%;}
    
/* PPC Turk Page  */
  .row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video { right:-8%; } 
    .row-fluid .ppc_top_img { margin-top:100px; }
}
@media (max-width:1429px){
  .section-5 .innerWrapper .slide-5.video{right:-18%;}
  .section-6 .plug-img img{max-width:80%; top:-40px;}
  .section-6 .bottom-curve{left: 50%; width: 150%; transform: translateX(-50%) !important; -webkit-transform: translateX(-50%) !important; -webkit-animation: none !important;}
  .section-9 .right-image img{max-width: 500px;}
  .curve-wrap .curve{left: 50%; transform: translateX(-50%) !important; width: 150%;}
  .iso-curve .curve{left: 50%; transform: translateX(-50%) !important; width: 150%;}
  .section-16 .tab-parent{min-height: auto;}
    
 /* PPC Turk Page  */
  .row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video { right:-18%; }
  #close_popup.close_popup_section .close_popup_right { padding: 0 40px 0 70px; }
  #close_popup.close_popup_section .close_popup_right h2 { font-size: 60px;  line-height: 60px; }
  #close_popup.close_popup_section .close_popup_right h3 { font-size: 36px; line-height: 46px; }
  #close_popup.close_popup_section .close_popup_form form .hs_email .hs-input, #close_popup.close_popup_section .close_popup_form form .hs_submit .hs-button { font-size:20px; }
    
}
@media (max-width:1199px){
  .map-section .map-img{width:640px; left:73%; top:-100px;}
  .section-5 .innerWrapper .slide-5.video{max-width:690px; right:-15%;}
  .section-6 .bottom-curve{width:221%;}
  .fullpage-wrapper .fp-slidesNav.top{width:962px;}
  .fp-viewing-section16-slide1slide2slide3slide4 .fullpage-wrapper .fp-slidesNav.top { width: 962px; }
  .tabs-wrap .tabs-content{padding: 100px 0 0;}
  .section-8 .rich-text .curve-img{left: 50%; transform: translateX(-50%) !important; width: 150%;}
  .iso-curve .curve{left: 50%; transform: translateX(-50%) !important; width: 200%;}
  .plugs .plugs-box > div > div{transform: translateY(272px);}
  .plugs .plugs-box > div > div > div:nth-child(2){max-width:190px; padding:0 60px;}
    
/*  PPC Turk Page    */
   .wrp_new .row-fluid .container { width:970px !important; }
/*    .row-fluid .ppc_hero_box { margin-top: -90px; } */
   .row-fluid .ppc_hero_box h1 { font-size: 57px; line-height: 65px;}
   .row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video { max-width:690px; right:-15%; }
   .row-fluid .ppc_indus_section .ppc_imgtxt_section { padding: 100px 0 140px 0; }
   .row-fluid .ppc_imgtxt_section { padding:110px 0; }
   .row-fluid .ppc_who_section h2, .row-fluid .ppc_ttl_box h2 { font-size: 48px;  line-height: 50px; }
   .row-fluid .ppc_envir_box { width: 600px; }
   .row-fluid .ppc_envir_inner .wistia_embed { height: 320px; }
    .row-fluid .ppc_top_img { margin-top:200px; }
/*     .cta_open .row-fluid .ppc_cmn_btn.ppc_side_btn a { right: -98px; } */
    
  #close_popup.close_popup_section .close_popup_right h2 { font-size: 50px;  line-height: 60px; }
  #close_popup.close_popup_section .close_popup_right h3 { font-size: 30px; line-height: 40px; }
  #close_popup.close_popup_section .close_popup_right { padding: 0 20px 0 20px; width: calc(100% - 200px); }
  #close_popup.close_popup_section .close_popup_left {  width: 200px; }
}

@media (max-width:1025px){
  body{font-size: 15px;}
  .section-1 .fp-tableCell > .row-fluid-wrapper.row-depth-1{padding: 30px 0 0;}
  .section-2 .innerWrapper{padding: 30% 0 0;}
  .the-digits{margin: 50px 0 40px;}
  .section-6 .widget-type-rich_text{margin: 90px auto 0;}
  .section-6 .plug-img img{top: -80px;}
  .fullpage-wrapper .fp-slidesNav.top ul li span{font-size: 14px;}
  .tabs-wrap .tabs-content .row-upper{padding: 0 20px 35px;}
  .tabs-wrap .tabs-content .row-lower{padding: 0 20px;}
  .section-15 .widget-type-rich_text{margin:350px 0 0;}
  .plugs{margin-top: 30px;}
  .plugs .plugs-box{height:400px; margin:-290px 40px 0 !important; width: auto;}
  .plugs .plugs-box:after{background-size: 107px auto;}
  .default-form h3.form-title{font-size: 48px;}
    
    
    
}

@media (max-width:991px){
  h1{font-size:60px;}
  h3{font-size:28px;}
  .section-3 h2{font-size: 45px; line-height:50px;}
  .map-section{max-width: 350px;}
  .map-section .map-img{left:30%;}
  .the-digits{font-size:22px; line-height:26px; margin: 130px 0 40px;}
  .the-digits .widget-type-text span span{font-size:70px;}
  .section-5 .innerWrapper .slide-5.video{max-width:600px; right:-19%; top:65%;}
  .section-6 .plug-img img{top:40px;}
  .section-6 .widget-type-rich_text{margin-top:180px;}
  .section-6 .innerWrapper{padding:0;}
  .section-6 .bottom-curve{display:none;}
  .tabs-wrap .tabs-content{padding:50px 0 0 0;}
  .tabs-wrap .tabs-content .row-upper .videoplace{width:450px;}
  .tabs-wrap .tabs-content .row-upper .image-place{width:calc(100% - 450px);}  
  .fp-viewing-section16-slide1slide2slide3slide4 .fullpage-wrapper .fp-slidesNav.top { width: 735px; }
  .fullpage-wrapper .fp-slidesNav.top{width: 735px;}
  .fullpage-wrapper .fp-slidesNav.top ul li{height: 40px;}
  .fullpage-wrapper .fp-slidesNav.top ul li span{font-size:14px;}
  .fullpage-wrapper .fp-slidesNav.top ul li .fp-slide-tooltip{font-size: 0;}
  .tabs-wrap .tabs-content .row-upper .image-place{padding: 0 0 0 15px;}
  .tabs-wrap .tabs-content .row-upper .image-place ul{margin:0 -9px;}
  .tabs-wrap .tabs-content .row-upper .image-place ul li{flex: 1 0 calc(50% - 18px); max-width: calc(50% - 18px); margin: 18px 9px 0;}
  .section-9 .widget-type-rich_text{max-width:none;}
  .section-9 .right-image{position:static;text-align:center;transform:translate(0px,0px);width:100%;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .laptop{width: 320px; background-size:100% auto; background-position:center 0;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .laptop img{height: 147px; width: 241px;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .ttx{padding: 0 0 0 40px; width: calc(100% - 320px);}
  .tabs-wrap .tabs-content .row-upper{padding: 0 0 20px;}
  .default-form h3.form-title{font-size: 48px; line-height: normal;}
  
  .section-1 .fp-tableCell > .row-fluid-wrapper.row-depth-1{height:70%; position:static;}
  .div-video{top:43%;}
  .section-16 .tabs-wrap .tabs-content{padding: 210px 0 0;}
   
    
/*   PPC Turk Page  */
    .wrp_new .row-fluid .container { width:750px !important; }
    .row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video {  max-width: 600px; right: -19%; top: 45%; }
/*    .row-fluid .ppc_hero_box { margin-top: -40px; } */
   .row-fluid .ppc_hero_box h1 { font-size: 42px; line-height: 55px; }
   .row-fluid .ppc_hero_box h3 { font-size: 28px; line-height: 35px;}
    .row-fluid .ppc_cmn_btn a { padding: 11px 20px 15px 20px; }
    .row-fluid .ppc_hero_btn .ppc_cmn_btn a {  min-width: 270px; }
    .row-fluid .ppc_who_icon_img { width:33.33%; }
    .row-fluid .ppc_who_icon_img img {  width: 160px; }
    .row-fluid .ppc_who_icon_box { margin: -60px 0 50px 0; }
    .row-fluid .ppc_who_section { padding-bottom: 80px; }
    .row-fluid .ppc_imgtxt_box { width:60%; }
    .row-fluid .ppc_who_section h2, .row-fluid .ppc_ttl_box h2 { font-size: 38px; line-height: 40px;}
    .row-fluid .ppc_indus_section .ppc_imgtxt_section, .row-fluid .ppc_imgtxt_section { padding: 90px 0; }
    .row-fluid .ppc_custom_section { padding:110px 0; }
    .row-fluid .ppc_custom_img img { width: 100%; height: auto; }
    .row-fluid .ppc_envir_box { width: 500px; }
    .row-fluid .ppc_envir_inner .wistia_embed { height: 320px; }
    .ppc_popup_form h3 { font-size: 36px; line-height: 40px; }
    .row-fluid .ppc_indus_section .ppc_imgtxt_section { position:relative; }
    .row-fluid .ppc_indus_section .ppc_imgtxt_section:before { position:absolute; content:""; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.4); }
    .row-fluid .ppc_indus_section .ppc_imgtxt_section .ppc_imgtxt_box { position:relative; }
/*     .cta_open .row-fluid .ppc_cmn_btn.ppc_side_btn a { right: -80px; } */
    
    
    #close_popup.close_popup_section .close_popup_form form .hs_email .hs-input, #close_popup.close_popup_section .close_popup_form form .hs_submit .hs-button { height:60px; font-size: 16px; }
    #close_popup.close_popup_section .close_popup_form form .hs_submit { width: 125px; }
    #close_popup.close_popup_section .close_popup_form form .hs_email { padding-right: 125px; }
    #close_popup.close_popup_section { max-width: 85%; padding: 50px 15px; }

@media (max-height: 850px) {
/*   .tabs-wrap .tabs-content .row-upper .laptopplace .ttx h2{font-size: 38px;} */
  .tab-parent{min-height:auto;}
  .section-16 .widget-type-rich_text blockquote{font-size: 24px; line-height: 37px;}
  .section-11 .factory{height: 500px;}
  
}

@media (max-width:767px){
  body{font-size:14px;}
  h1{font-size:40px;}
  h2,
  .section-3 h2{font-size:22px; line-height:25px;}
  h3{font-size:18px;}
  .section-1 .fp-tableCell > .row-fluid-wrapper.row-depth-1{padding:0;}
  .section-1 h1{line-height:42px; margin-top:30px;}
  .div-video{bottom:8%;left:50%;max-width:350px;top:55%;transform:translateX(-50%);}
  .widget-type-rich_text blockquote{font-size:16px; line-height:24px; padding:0 0 0 15px;}
  .widget-type-rich_text blockquote:after{width:5px; top:4px; height: calc(100% - 7px);}
  .the-digits .widget-type-text span span{font-size:40px; line-height:normal;}
  .the-digits{margin-top:0; font-size: 16px;}
  .the-digits > div > div{display:flex;}
  .the-digits > div > div > div{flex: 1 1 0;}
  .map-section{margin:80px auto 0 !important;}
  .map-section .map-img{left:0; width:280px; top:-170px;}
  .section-4 .innerWrapper .container > div > div{display:block;}
  .section-4 .rocket img{height:110px; width:auto !important;}
  .section-4 .innerWrapper .content{padding:20px 0 0; width:auto;}
  .section-4 .innerWrapper .rocket{text-align:center; width:auto;}
  .section-5 .innerWrapper .slide-5.video{position: static; transform: translate(0px, 0px);}
  
  .section-6 .plug-img{height:130px;}
  .section-6 .plug-img img{top:50%; transform:translateY(-50%);}  
  .section-6 .widget-type-rich_text{margin-top:0;}
  .tabs-wrap .tabs-content .row-upper{display:block;margin:0 auto;max-width:290px;padding:0 0 30px;}
  .tabs-wrap .tabs-content .row-upper > h2{color:#454545; text-align:center; display:none;}
  .tabs-wrap .tabs-content .row-upper .videoplace{width:100%; height:180px;}
  .tabs-wrap .tabs-content .row-upper .image-place{padding:20px 0 0;width:auto;}
  .tabs-wrap .tabs-content .row-upper .image-place ul li{height:45px;flex:1 1 0;margin-top:0;}
/*   .tabs-wrap .tabs-content .row-lower{height:100px;margin:0 0 10px;overflow:auto; -webkit-overflow-scrolling:touch;} */
  .tabs-wrap .tabs-content{padding:0;}
  .fp-viewing-section16-slide1slide2slide3slide4 .fullpage-wrapper .fp-slidesNav.top { width: 100%; }
  .fullpage-wrapper .fp-slidesNav.top{bottom:-10px;left:0;margin:0!important;text-align:center;top:auto;width:100%;}
  #fp-nav ul li a span, .fp-slidesNav ul li a span{width:12px; height:12px; margin:-6px 0 0 -6px;}
  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{background-color: red;}
  .player .videoplace{height: 170px; width: 290px;}
  .section-8 .rich-text{margin: 20px 0 0;}
/*   .section-8 .widget-type-rich_text{height: 200px; overflow: auto; -webkit-overflow-scrolling:touch;} */
  .section-8 .rich-text .curve-img, .section-8 .rich-text:after{display: none;}
  .section-9 .right-image img{max-width:290px;}
/*   .section-9 .widget-type-rich_text{height: 200px; overflow: auto; -webkit-overflow-scrolling:touch;} */
/*   .section-10 .widget-type-rich_text{margin:20px 0 0; padding:0; height:200px; overflow:auto; -webkit-overflow-scrolling:touch;} */
  .section-11 .factory{height:230px;}
  .section-11 .factory:after, .section-11 .factory:before{height: 100px;}
  .circle-anim{transform:scale(0.5) translateY(-110px);}
  .section-12 .circle-over > div:nth-child(1){height: 190px;}
  .section-12 .text-1{margin: 0;}
  .section-12 .widget-type-rich_text blockquote{font-size: 22px;}
  .section-12 .widget-type-rich_text{padding: 0;}
  .curve-wrap:after, .curve-wrap .curve{display:none;}
  .section-12, .section-12 h2, .section-12 .widget-type-rich_text blockquote{color:#fff;}
  
  .iso-logo > div{height:auto;padding:15px;width:auto;}
  .section-14 .widget-type-rich_text blockquote{font-size:22px; color:#454545;}
  .section-14 h2{color:#454545;}
  .iso-curve .curve, .iso-curve:after{display:none;}
  .plugs{  background-size:140% auto;}
  .plugs .plugs-box:after{display: none;}
  .section-15 .widget-type-rich_text{margin: 0;}
  .plugs .plugs-box > div > div > div:nth-child(2){padding: 0 37px;}
  .plugs .plugs-box{margin:-320px auto 0 !important;}
  
  .section-16 .tab-parent{display: block;}
  .section-16 .tabs-wrap .tabs-content{padding: 20px 0 0;}
  .tabs-wrap .tabs-content .row-upper .laptopplace{display:block;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .laptop{height: 200px; width: 290px; padding: 9px 0 0; }
  .tabs-wrap .tabs-content .row-upper .laptopplace .laptop img{height: 137px; width: 218px;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .ttx{padding:20px 0 0; width:auto;}
  .section-16 .widget-type-rich_text blockquote{font-size:22px; line-height:normal;}
  .section-16 .innerWrapper{height: 100vh; overflow: auto; -webkit-overflow-scrolling:touch;}
  .default-form h3.form-title{font-size: 22px; margin: 0 0 10px;}
  textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){font-size: 14px; padding: 10px 0;}
  input[type="submit"]{font-size:16px; min-width: auto; width:100%;}
  .default-form .hs_submit{padding: 20px 0 0;}
  .row-fluid .menu .inner-toggl{width:220px;}
  .row-fluid .menu.show .menu-toggl{right: 260px;}
  .tabs-wrap .tabs-content .row-upper .laptopplace .ttx h2{font-size: 22px;}
  
  .fullpage-wrapper .fp-slidesNav.top ul li span { font-size: 0px; }
  .section-1 .fp-tableCell > .row-fluid-wrapper.row-depth-1{height: 90%;}
  .section-1 h1{margin-top: 15px;}
  .row-fluid .menu .menu-toggl{right:10px; top:10px;}
  .tabs-wrap .tabs-content .row-lower{padding: 0;}
  .section-7 .tabs-wrap .fp-tableCell{margin: 0 0 70px 0;}
  .fp-scrollable{padding:20px 0 0 0;}
  .slimScrollBar {  background: red none repeat scroll 0 0 !important;  width: 4px !important;}
  
  .section-7, .section-13, .section-16 {padding:10px 0 50px 0;}
  .tab-parent{display: block;}
  .section-14 .widget-type-rich_text blockquote{margin-top: 0;}
  .section-10 .widget-type-rich_text{padding: 20px 0 0;}
  .plugs .plugs-box{ margin:0 0 30px 0 !important; height: auto;}
   .plugs .plugs-box > div > div{transform: translateY(0px); }
  .fp-viewing-0 .row-fluid .menu .menu-toggl:after, .fp-viewing-section1 .row-fluid .menu .menu-toggl:after{right: 0;}
    
    
/*    PPC Turk Page  */
    .wrp_new .row-fluid .container { width:100% !important; }
    .row-fluid .ppc_hero_box h1 { font-size: 36px; line-height: 50px;}
    .row-fluid .ppc_hero_box h3 { font-size: 22px; line-height: 30px;}
    .row-fluid .ppc_ttl_box { text-align:center; }
    .row-fluid .ppc_who_section h2, .row-fluid .ppc_ttl_box h2 { font-size: 30px; line-height: 35px;  margin-bottom: 15px; }
    .row-fluid .ppc_imgtxt_box { width:100%; }
    .row-fluid .ppc_cmn_btn a { font-size:16px; padding: 8px 20px 12px 20px; }
    .row-fluid .ppc_fireye_section p span { font-size: 18px; line-height: 28px; }
    .row-fluid .ppc_fireye_section { font-size: 15px; line-height: 22px; }
    .row-fluid .ppc_indus_section .ppc_imgtxt_section, .row-fluid .ppc_imgtxt_section, .row-fluid .ppc_envir_section { padding: 70px 0;}
    .row-fluid .ppc_custom_section { padding: 70px 0 0 0;}
    .row-fluid .ppc_custom_img { width: 350px; max-width: 100%; float: right; margin: 30px 0 0; position:relative; right:-15px; }
    .row-fluid .ppc_who_icon_box {  margin: -40px 0 20px 0; }
    .row-fluid .ppc_hero_section { padding-top: 50px; }
    .row-fluid .ppc_hero_btn .ppc_cmn_btn a { min-width: 200px; }
    .row-fluid .ppc_who_section.section-5 .innerWrapper .slide-5.video { width:100%; }
    .row-fluid .ppc_who_section { padding-bottom: 30px;}
    .row-fluid .ppc_envir_box { width: 100%; } 
    .ppc_popup_box.fancybox-content { max-width: 95%;     padding: 30px 20px; }
    .ppc_popup_form form .form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    .ppc_popup_form form .form-columns-2 .hs-form-field:last-child { padding-left: 0px; }
    .ppc_popup_form form .form-columns-2 .hs-form-field { width: 100% !important; }  
    .ppc_popup_box.fancybox-content .ppc_popup_form form input { padding: 12px 15px !important; }
    .ppc_popup_box.fancybox-content .ppc_popup_form form .hs_submit input { font-size: 20px !important;    padding: 16px !important; }
    .ppc_popup_form h3 { font-size: 26px; line-height: 30px; margin-bottom: 30px; }
    .ppc_popup_box.fancybox-content .fancybox-button { width: 50px; height: 50px; }
    .ppc_popup_box.fancybox-content .ppc_popup_form form textarea { height:120px; }
    .row-fluid .ppc_envir_section { padding: 70px 0 140px;}
    
    .row-fluid .ppc_cmn_btn.ppc_side_btn a:after { width: 20px; margin: 6px 0 6px 3px; height: 18px; }
    .cta_open .row-fluid .ppc_cmn_btn.ppc_side_btn a {right: -67px; display:none; }
    
    #close_popup.close_popup_section  { text-align:center; }
    #close_popup.close_popup_section .close_popup_right { width:100%; padding: 15px 0 0 0;  text-align:center;  }
    #close_popup.close_popup_section .close_popup_right h2 { font-size: 36px; line-height: 40px;}
    #close_popup.close_popup_section .close_popup_right h3 { font-size: 20px; line-height: 28px;}
    #close_popup.close_popup_section .close_popup_form form .hs_email .hs-input, #close_popup.close_popup_section .close_popup_form form .hs_submit .hs-button { padding: 10px 15px; height: 45px; }
    #close_popup.close_popup_section .close_popup_form form .hs_submit { position:relative; float: none; display: inline-block; }
    #close_popup.close_popup_section .close_popup_form form .hs_email { padding:0; }
    .row-fluid .close_icon { top:10px; right:10px; }
}

@media (max-width: 500px){
    .row-fluid .ppc_hero_box h1 { font-size: 30px;   line-height: 40px; }
/*     .row-fluid .ppc_hero_box { margin-top: -20px;} */
    .row-fluid .ppc_envir_part.bee3D--slide__active:before {  background-size: 100% 40px; bottom: -40px; height: 40px; }
}

@media (max-width: 400px){
    .row-fluid .ppc_hero_section {  position: relative;  padding: 90px 0 0;     background: #fff; }
    .row-fluid .ppc_top_img { margin-top: -40px; }
}
  
  
.hs-blog-social-share .hs-blog-social-share-list {
    list-style: none !important;
  }