/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/***********************************************/
/* 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    */
/*****************************************/
.logo{
    margin:20px;
}


body{ margin:0; padding:0; font-family: 'Roboto', sans-serif; font-size:16px; color:#444; line-height:26px; }

* { box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; }

body .row-fluid h1 { font-family: 'Roboto', sans-serif; font-size:50px; line-height:1.1; color:#; padding:10px 0; margin:0; }
body .row-fluid h2 { font-family: 'Roboto', sans-serif; font-size:42px; line-height:1.2; color:#; padding:10px 0; margin:0; }
body .row-fluid h3 { font-family: 'Roboto', sans-serif; font-size:28px; line-height:1.2; color:#; padding:10px 0; margin:0; }
body .row-fluid h4 { font-family: 'Roboto', sans-serif; font-size:24px; line-height:1.2; color:#; padding:10px 0; margin:0; }
body .row-fluid h5 { font-family: 'Roboto', sans-serif; font-size:20px; line-height:1.2; color:#; padding:10px 0; margin:0; }
body .row-fluid h6 { font-family: 'Roboto', sans-serif; font-size:18px; line-height:1.2; color:#; padding:10px 0; margin:0; }
/*===============================================*/
.fa-arrows{
    font-size: 72px;
    color: #11ada4;
    background: #fff;
    padding: 15px;
    border: 1px solid #11ada4;
    border-radius: 50%;
}

.fa-arrows:hover {
    color: #fff;
    background: #11ada4;
}

.four-img-text{
    margin-left: -40px;
}
.four-img{
    padding: 10px 0px 10px 10px;
}
.fa-block{
    padding: 30px 20px;
}
.fa-clock-o{
    color: #ffbb17;
}
.fa-calendar{
    color: #ffbb17;
}

.sports-name{
    font-size: 36px;
}

.sports-team{
    font-size: 20px;
}

.image-group{
    padding:60px 200px;
    
}
.img-edu{
    padding-top:10px;
}


.img-text{
    opacity:1.0;
    padding-top:250px;
    margin-bottom:-60px;
}

.image-group{
    padding:60px 200px;
    
}
.buy-now a{
    border-style: solid;
    border-width:2px;
    border-color:#ffbb17;
    text-decoration:none;
    padding:10px 20px;
    color:#fff;
    
}
.buy-now a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#ffbb17;
}
.img-edu{
    padding-top:10px;
}

.hero-text{
    padding-top:200px;
    color:#fff;
    
}
.buy-now-group{
    text-align: center;
    padding-bottom:200px;
    padding-top:20px;
    
}

.service-wrapper{
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
    
}
.read-more-group{
    text-align: center;
    padding-bottom:40px;
    padding-top:40px;
    
}
.read-more-group{
    text-align: center;
    padding-bottom:40px;
    padding-top:40px;
    
}


.hero-group{
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-image: url('https://cdn2.hubspot.net/hubfs/448674/new...png');
    margin-top:-10px;
}
.service-wrapper .service-link{
    text-align:center; 
    text-decoration:none !important;  
    color:#797979; 
    border:solid 1px #fff; 
    border-radius:50px;
    padding:2px 8px;
    background-color:#fff;
}

.service-wrapper-inner{
    height:100%;
    line-height:1.3em;
    text-align:center;
    color:#fff;
    width:315px;
    position:absolute;
    z-index:1;
    top:300px;
    margin-left:-15px;
    padding:15px 40px;
    -webkit-transition:0.1s;
    -moz-transition:0.1s;
    -ms-transition:0.1s;
    -o-transition:0.1s;
    transition:0.1s;
    background: -moz-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,44,90,1)), color-stop(100%, rgba(0,235,235,0.4)));
    background: -webkit-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -o-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -ms-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: linear-gradient(180deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2c5a', endColorstr='#00EBEB',GradientType=0 );
    
}
.service-wrapper:hover .service-wrapper-inner{
    top:0;
}

    .whole-group{
    padding:50px;
}

.banner-new{
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-image:url("https://cdn2.hubspot.net/hubfs/448674/ybanner3.png");
    color:#fff;
    
}
.events-big-group{
    padding:50px 80px;
}
.bannernew{
    padding:50px;
}
.text-group{
    padding:30px;
}

.text-time{
    color:#ffbb17;
}

.text-time :hover {
   background:#ffbb17;
    color:#fff;
}
.image-wrapper{
    width:300px;
    height:300px;
    
    
}
.group-three div{
    text-align: center; font-size: 30px; text-shadow: 1px 0.5px #bdbdbd;
}
.group-three p{
    text-align: center; font-size: 20px; text-shadow: 1px 0.5px #bdbdbd;
}

.group-three{
    background-color:#ffbb17;
    color:#fff;
    padding:20px ;
}
.img-slider{
    padding:50px 80px;
}
.row-fluid .read-more a { background:#ffbb17;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #ffbb17;
}
.row-fluid .read-more a:hover { background-color: #fff; color:#ffbb17; border-color: #ffbb17;}



/*===============================================*/

.image-bg{
    background-image:url("https://cdn2.hubspot.net/hubfs/448674/alumni-img.png");
    background-size:cover;
    background-position:center bottom;
    background-attachment:;
    background-repeat:no-repeat;
}

.text-gp{
    padding:80px;
    text-decoration:none !important;
}

.img-text-cta{
    margin-left: -40px;
}
.choose-cta{
    text-align: right;
    padding-right: 20px;
}

.smart-container {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 2%;
}

.smart-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.smart-card:hover {
  box-shadow: 0px 0px 5px 3px #ddd;
  cursor: pointer;
}

.smart-card p {
  font-size: 18px;
  padding: 5px;
  text-align: center;
}

.smart-face {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}

.smart-title {
text-align: center;
  font-size: 24px;
  margin: 0%;
  padding-top: 5px;
}

.smart-portrait {
  max-width: 100%;
  max-height: auto;
  display: block;
  margin: 8px auto 8px;
}


.card-container {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 2%;
}

.card-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-text:hover {
  box-shadow: 0px 0px 5px 3px #ddd;
  cursor: pointer;
}

.card-text p {
  font-size: 18px;
  padding: 5px;
}

.card-face {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}

.card-title {
  font-size: 24px;
  margin: 0%;
  padding-top: 5px;
}

.card-portrait {
  max-width: 100%;
  max-height: auto;
  display: block;
  margin: 8px auto 8px;
}
.event-group{
    max-width:520px;
    margin-top:50px;
    margin-left:50px;
    border: 1px solid #3f3f3f;
}

.card-name{
margin-top: -50px;
padding-left: 80px;
padding-bottom: 15px;
}

.card-image{
width: 50px;
border-radius: 50%;
padding: 10px;
}
.upcom{
    text-align: center; font-size: 25px;
}



.four{
    padding-left:60px;
}
.row-fluid .header-cta  a{ background:#143559 ;
background-repeat:repeat;
color: #fff;
padding: 4px 10px;
margin-left: 0px;
border-radius: 20px;}
.row-fluid .header-cta:hover a{ background-color: #71c5d2 ; color:fff; }
.row-fluid .header-cta a { margin-left:0; }
/*===============================================*/
.sports{
    padding: 50px 100px;
}
.sports-box{
    padding: 30px;
}
.whitefont {
 color: #fff;
 padding: 250px 0px;
}
.teamcontainer {
  position: relative;
  width: 100%;
}

.teamimage {
  display: block;
  width: 100%;
  height: auto;
}

.teamoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .1s ease;
  opacity: 1;
     background: -moz-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,44,90,1)), color-stop(100%, rgba(0,235,235,0.4)));
   background: -webkit-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -o-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -ms-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: linear-gradient(180deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2c5a ', endColorstr='#00EBEB ',GradientType=0 );
}

.teamcontainer:hover .teamoverlay {
  height: 100%;
}

.teamtext {
  white-space: nowrap; 
  color: #fff;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.img2 {
-webkit-animation: slide2 1s infinite;
-moz-animation: slide2 5s infinite;
-o-animation: slide2 5s infinite;
animation: slide2 1s infinite; 
}

    @-webkit-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
@-moz-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
@-o-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}

	@keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
/*===============================================*/
.row-fluid .read-cta a{ 
    color:#11ada4;
    background:  transparent;
    background-repeat:repeat;
    padding: 3px 12px;
    background-color:#fff;
    border:1px solid #11ada4;
    border-radius: 20px;
    text-decoration: none;
    }
.row-fluid .read-cta a:hover{ 
    color: #fff;
    
    background-color:#11ada4;
    }
    
    .ebook-card{
        padding-bottom: 10px; border: 1px solid #ddd; border-radius: 5px;
    }
    
    .card-card{
        padding: 50px 100px; 
    }
/*===============================================*/

.row-fluid .tycta a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-radius: px;
}
.row-fluid .tycta a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.row-fluid .go a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-top-left-radius:2em;
border-bottom-left-radius:2em;
}
.row-fluid .go a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.go-right{
    text-align: right;
}

.img-404{
    padding: 30px 0px;
text-align: center;    
}
.row-fluid .go2 a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
}
.row-fluid .go2 a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.go-left{
    text-align: left;
}

.tycta{
    padding: 30px 0px;
}
/*===============================================*/


.fa-section{
    padding: 20px 0px;
}
.four-sec{
    padding: 50px 100px;
}
.icon-html{
    margin-left: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.row-fluid .set-bg { background-size:cover !important; background-repeat:no-repeat;height: 500px; background-position:center top !important; }
.row-fluid .get-bg { 
    display:none
    }

.row-fluid a { color:#71c5d2; outline:none; display:inline-block; text-decoration:none; transition:ease all 0.4s; }
.row-fluid a:hover { color:#000; }

.row-fluid input[type=text], .row-fluid input[type=email], .row-fluid input[type=tel], .row-fluid input[type=number] { width:100% !important; border:none; font-family: 'Roboto', sans-serif; outline:none; border-radius:2px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid input[type=submit] { border:none; background:url() #d28580; color:#FFF; font-family: 'Roboto', sans-serif; border-radius:2px; outline:none; }
.row-fluid input[type=submit]:hover { background:url() #000; }
.row-fluid img { max-width:100%; height:auto; outline:none; }
.row-fluid .text-center { text-align:center; }
body .row-fluid .text-white, body.landing-1 .row-fluid .text-white h1, body.landing-1 .row-fluid .text-white h2, body.landing-1 .row-fluid .text-white h3, body.landing-1 .row-fluid .text-white h4, body.landing-1 .row-fluid .text-white h5, body.landing-1 .row-fluid .text-white h6 { color:#FFF; }

.row-fluid [class*="span"] { min-height:1px; }
.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .wrapper { width:100%; margin:0 auto !important; max-width:1200px; float:none; }
.row-fluid .text-center { text-align:center; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { vertical-align:top; width:100%; max-width:100%; }

.row-fluid .btn-design1 a { text-align:center; letter-spacing:1px; padding: 12px 25px; color: #FFF; font-weight: 700; text-transform: uppercase; border-radius: 30px; line-height: 28px; border: #FFF solid 4px; box-shadow: #CCC 0 0 10px; color:#FFF;
background: ##71c5d2; /* Old browsers */ background: -moz-linear-gradient(top,  #71c5d2 0%, #e02a27 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  ##71c5d2 0%,#e02a27 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  ##71c5d2 0%,#e02a27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c5d2', endColorstr='#e02a27',GradientType=0 ); /* IE6-9 */ }
.row-fluid .btn-design1 a:hover { background: #3574e3; /* Old browsers */ background: -moz-linear-gradient(top,  #3574e3 0%, #2757aa 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #3574e3 0%,#2757aa 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #3574e3 0%,#2757aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3574e3', endColorstr='#2757aa',GradientType=0 ); /* IE6-9 */ }


body { background-color:#fff;}
.position {
  float: left;
  margin: 0;
}
/*Start Header*/

.row-fluid .header-top{ padding:50px 0px; }
.row-fluid .mobile-menu-icon{ text-align:right;padding-top:7px; }
.row-fluid .mobile-menu-icon a{ color: #0d0d0d;font-size: 30px;border: 2px solid #0d0d0d;border-radius: 50%;padding: 10px 12px; }

/*End Header*/
/*Start Banner Section*/

.row-fluid .banner-section{ position:relative; }
.row-fluid .banner-section:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(226, 100, 115,0.64); }
.row-fluid .banner-content{ position:relative;text-align:center;padding: 0px 0px ;color:#fff;font-size:18px; }
.row-fluid .banner-content h1{ color:#fff;font-size:50px;text-shadow:0 2px 0 #000; }
.row-fluid .banner-content h1 span{ font-weight:100; }
.row-fluid .banner-content .banner-content-text{ text-align:left;padding:0px 220px;font-weight:300;font-size:22px;text-shadow: 0 1px 0 #000; }
/*End Banner Section*/


/*Start Footer*/
.row-fluid .footer{  }
.row-fluid .visit-box{ padding-right: 332px;font-size:16px;line-height:26px;color:#000; }
.row-fluid .visit-box h4,.row-fluid .site-menu h4,.row-fluid .contact-box h4,.row-fluid .socila-box h4{ font-size:24px;font-weight:900;color:#000;line-height:30px;padding-bottom:0px; }
.row-fluid .row-fluid .site-menu ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .site-menu ul li a{ color:#000;font-size:16px;line-height:26px; }
.row-fluid .site-menu ul li a:hover{ color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .site-menu-right{ padding-top:50px; }
.row-fluid .contact-box a{ font-size:16px;line-height:26px;color:#000; }
.row-fluid .contact-box a:hover{  color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .contact-box a i{ font-size:20px;padding-right:5px; }
.row-fluid .socila-box{ text-align:right; }
.row-fluid .socila-box ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .socila-box ul li{ float:none;display:inline-block;padding: 10px 0px 0px 10px;; }
.row-fluid .socila-box ul li a{ background:#525252;color:#fff;font-size:20px;width:40px;height:40px;border-radius:50%;text-align:center; }
.row-fluid .socila-box ul li a:hover{ background:#48c7df;color:#525252;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .socila-box ul li a i{ padding-top:10px; }
.row-fluid .footer-inner{ padding:50px 0px; }
.row-fluid .copyright{ background:#525252;padding:10px 0px; }
.row-fluid .copyright-text{ text-align:right;color:#fff;font-size:16px;line-height:26px;padding-top:6px; }
/*End Footer*/

.row-fluid .banner-section.game-hero:before { background-color:rgba(19,27,40,0.7); }
.row-fluid .banner-section.game-hero .wrapper { position:relative; }
.row-fluid .banner-section.game-hero .banner-content { padding-bottom:70px; text-align:left; }
.row-fluid .banner-section.game-hero .game-right { bottom: -170px; position: relative; }
.row-fluid .banner-section.game-hero .banner-content-text { padding:0; }
.row-fluid .banner-section.game-hero .secondary-header { font-size:25px; line-height:1.3; margin-top:0; }


.row-fluid .custom-header-logo p { margin:0; }
.row-fluid .header-top-logo { margin:0 !important; }
.row-fluid .dd_top_menu ul li a { color:#000; font-weight:400; }
.row-fluid .dd_phone a { color:#000; font-weight:400; }


/*----- Apps Club Page -----*/
.row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { background:transparent;background-repeat:repeat;text-transform:uppercase; font-size:27px; font-weight:300; color:#000; padding:15px; background-color:#ffe554; border-bottom:rgba(0,0,0,0.3) solid 3px; border-radius:4px; }
.row-fluid .btn-design2 .cta_button:hover { background-color:#000; color:#ffe554; }
.row-fluid .btn-design2 span { font-weight:700; }

.appsclub .row-fluid .banner-section .banner-content { padding:50px 0 150px; text-shadow:0 2px 0 #000; }
.appsclub .row-fluid .banner-section:before { background-color:rgba(0,0,0,0.57); }
.appsclub .row-fluid .banner-section:after { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(35,171,183,0.25); }
.appsclub .row-fluid .banner-section .wrapper { position:relative; z-index:1; }
.appsclub .row-fluid .banner-section h1 span { display:block; }
.appsclub .row-fluid .hero-subtitle { margin:60px 0; }
.appsclub .row-fluid .hero-subtitle h4 { color:#ffe850; font-weight:500; text-transform:uppercase; }
.appsclub .row-fluid .herobottom-text { font-size:22px; color:#FFF; padding:0px 0 50px; }
.appsclub .row-fluid .herobottom-text span span { color:#ffe850; display:block; font-weight:500; }

.row-fluid .club-learnmore a { background:transparent;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #fff;}
.row-fluid .club-learnmore a:hover { background-color: #ffbb17; color:#fff; border-color: #ffbb17;}
.appsclub .row-fluid .app-detail-section { padding:50px 0; }

.row-fluid .service-brand { padding:60px 0 80px; float:left; width:100%; position:relative; text-align:center; }
.row-fluid .service-brand:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.66); }
.row-fluid .service-brand:after { position:absolute; content:''; left:0; bottom:0; width:100%; height:160px; background:#f1f2f2; }
.row-fluid .service-brand .wrapper { position:relative; }
.row-fluid .service-brand h2 { color:#000; text-transform:uppercase; }
.row-fluid .service-brand h2 span { font-weight:300; }

.row-fluid .service-boxes { margin-top:50px; padding:50px 0 30px; position:relative; z-index:2; color:#020202; font-size:20px; line-height:28px; }
.row-fluid .service-boxes h5 { color:#2a2a2a; margin-bottom:7px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:28%; margin-right:8%; background:#9aca5b; border-radius:15px 0 0 15px; padding:15px; position:relative; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; right:0; top:-40px; width:40px; height:40px; border-bottom:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:0; bottom:-40px; width:40px; height:40px; border-top:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before { border-bottom-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after { border-top-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { border-bottom-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { border-top-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2) { background:#a275bc; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3) { background:#f38756; }
.row-fluid .service-boxes .service-icon img { max-width: 80px; margin: 10px; }
.row-fluid .service-boxes .service-detail { display: block; padding: 15px 40px; border-top:#FFF dashed 1px; }
.row-fluid .service-boxes .service-detail:before { position: absolute; content: ''; left: 100%; top: 115px; width: 120px; height: 2px; border-top: #b6b5b5 dashed 1px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) .service-detail:before { display:none; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .sidebar.right .bordered-box form.hs-form .field{ text-align:left; }
.row-fluid .sidebar.right .bordered-box form.hs-form{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .calculate-left{ padding-top:30px; }
.row-fluid .calculate-left .diffrent-club-title h2{ text-align:center; }
.row-fluid .calculate-left .brand-section-text{ padding-top:30px;text-align:center; }


/*==============testimonial===================*/

/*===========================*/
@media (max-width:1240px){
    .row-fluid .wrapper{ width:900px; }  
    .row-fluid .banner-content .banner-content-text{ padding:0px 135px; }
    .row-fluid .app-box-big:before{ width:45px;left:-5px; }
    .row-fluid .app-box-big>div:before{ width:45px;right:-5px; }
    .row-fluid .app-box-big:after{ left:-20px; }
    .row-fluid .app-box-big>div:after{ right:-20px; }
    .row-fluid .app-box-big .mobile-image{ top:-100px; }
    .row-fluid .app-section{ padding:30px 0px; }
    .row-fluid .app-detail-image{ margin-top:-60px; }
    .row-fluid .app-detail-image:after{ width:225px;right:-200px; }
    .row-fluid .app-detail-image:before{ right:-215px; }
    .row-fluid .brand-notice-box:before{ border-width:60px 101px 0 101px; }
    .row-fluid .brand-notice-header h4{ font-size:18px;padding:10px; }
    .row-fluid .visit-box{ padding-right:110px; }
    .row-fluid .app-detail-right-inner{ padding-top:0; }
    .row-fluid .banner-content{padding:80px 0 250px; }
    .row-fluid .brand-notice-list ul li{ font-size:18px; }
    .row-fluid .app-boxes { margin-top:-80px; }
    .row-fluid .app-boxes .app-box-icon img { max-width:100px; }
    .row-fluid .app-boxes .app-box-title, .row-fluid .app-boxes .app-box-text { font-size:16px; }
    .row-fluid .banner-section.game-hero .game-right { bottom:-130px; }
    .row-fluid .top-content .topcontent-title { padding-left:40px; }
    .row-fluid .top-content .topcontent-title h2 { font-size:36px; }
    .appsclub .row-fluid .banner-content h1 { font-size:48px; }
    .row-fluid .instruction-boxes .instruction-text { padding:0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span { padding:15px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span:before { top:-30px; }
    .row-fluid .app-subscription h2 { font-size:38px; }
    .appsclub .row-fluid .app-detail-image { margin-top:-100px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:25%; margin:0 3%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { width:26%; left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-20px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n){ margin-right:6.5%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1){ margin-left:6.5%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:40px; }
    
}

@media (max-width:991px){
    .row-fluid .wrapper{ width:700px; }   
    .row-fluid .banner-content .banner-content-text{ text-align:center;padding:0px; }
    .row-fluid .banner-content{ padding:70px 0px 200px; }
    .row-fluid .app-box-icon img{ width:80px; }
    .row-fluid .app-box-title{ font-size:16px;line-height:22px; }
    .row-fluid .app-detail-image:after,.row-fluid .app-detail-image:before{ display:none; }
    .row-fluid .app-number-box h4{ font-size:24px;line-height:34px; }
    .row-fluid .app-detail-right-inner{ width:100%;float:left; }
    .row-fluid .banner-content h1{ font-size:42px;line-height:52px; }
    .row-fluid .secret-section-title h2{ font-size:36px;line-height:30px; }
    .row-fluid .brand-header h2,.row-fluid .diffrent-club-title h2{ font-size:36px;line-height:40px; }
    .row-fluid .secret-box-main-title h2{ font-size:32px;line-height:42px; }
    .row-fluid .brand-main-box{ padding-top:20px; }
    .row-fluid .brand-box{ width:33%;float:left;min-height:175px;margin-top:0px; }
    .row-fluid .brand-box:nth-child(3n){ margin:0px; }
    .row-fluid .brand-notice-box{ width:28%;float:left;margin-top:-245px; }
    .row-fluid .brand-spacer{ min-height:0px !important; }
    .row-fluid .brand-top-content{ width:100%;padding-bottom:80px; }
    .row-fluid .brand-notice-box:before{ border-width: 60px 95px 0 95px; }
    .row-fluid .visit-box{ padding-right:0px; }
    .row-fluid .mobile-menu-icon{ padding-top:0px; }
    .row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ font-size:16px;line-height:16px; }
    .row-fluid .app-box-text{ font-size:16px;line-height:18px; }
    .row-fluid .app-box-icon{ text-align:center; }
    .row-fluid .app-box-icon{ width:85px;float:none;display: inline-block; }
    .row-fluid .diffrent-club-cta{ margin-bottom:15px; }
    .row-fluid .diffrent-club-cta-group{ padding:20px 0px; }
    .row-fluid .app-box-big .mobile-image{ top:-66px; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:60px; bottom:0; }
    .row-fluid .app-boxes { margin-top: 0; width: 100%; }
    .row-fluid .top-content .topcontent-title { margin-top:180px; }
    .row-fluid .app-detail-right-inner { padding-top:30px; }
    .appsclub .row-fluid .banner-content h1 { font-size:38px; }
    .appsclub .row-fluid .hero-subtitle { margin:30px 0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:31.33%; margin:0 1% !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:after { display:none; }
    .row-fluid .game-box { padding-right:0; }
    .row-fluid .app-subscription { padding:80px 0; width:100%; margin-left:0; }
    .appsclub .row-fluid .app-detail-image { margin-top:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:32%; margin-right:2%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; } 
    .row-fluid .service-boxes .service-detail:before { display:none; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px 5px;font-size:14px; }
    .row-fluid .sidebar.right .bordered-box form fieldset{ margin:0 auto; }
    .row-fluid .sidebar.right .bordered-box form.hs-form .field{ width:100%;float:left; }
    .row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px 20px;font-size:16px; }
    body.blog-2017 .row-fluid .blog-hero-content{ padding:100px 0px 250px; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:40px;line-height:48px; }
    body.blog-2017 .row-fluid .blog-section .post-listing .post-item{width:100%;margin:30px 0px 0px !important;  }
}

@media (max-width:767px){
    .row-fluid .wrapper{ width:100%;padding:0px 20px; }   
    .row-fluid .app-box-big .mobile-image{ position:relative;top:0; }
    .row-fluid .app-detail-image{ margin:0px; }
    .row-fluid .secret-box-icon:before{ display:none; }
    .row-fluid .brand-box{ width:100%;margin:0px; }
    .row-fluid .brand-main-box{ text-align:center; }
    .row-fluid .brand-notice-box:before{ left: 50%;transform: translateX(-50%); }
    .row-fluid .brand-notice-box{ width:70%;margin:0px;float:none;display:inline-block; }
    .row-fluid .diffrent-club-cta{ width:100%;padding:10px 0px;margin-bottom:0px;}
    .row-fluid .diffrent-club-cta-group{ padding:10px 0px; }
    .row-fluid .site-menu-right{ padding-top:15px; }
    .row-fluid .visit-box,.row-fluid .site-menu,.row-fluid .contact-box,.row-fluid .socila-box{ width:100%;text-align:center; }
    .row-fluid .footer-logo,.row-fluid .copyright-text{ text-align:center;width:100%; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:30px;line-height:40px; }  
    .row-fluid .brand-section-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-top-content{ text-align:center; }
    .row-fluid .brand-promotion-text{ font-size:20px;line-height:30px; }
    .row-fluid .brand-section{ padding:50px 0px 85px; }
    .row-fluid .secret-box-main-title h2{ font-size:26px;line-height:36px;padding:15px 0px;text-align:center; }
    .row-fluid .secret-right-image{ text-align:center;padding:35px 15px;margin:15px 0px; }
    .row-fluid .secret-left-text{ text-align:center; }
    .row-fluid .app-detail-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none;display:inline-block; }
    .row-fluid .app-box-big .mobile-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none; }
    .row-fluid .app-box{ width:100%;float:left;padding-bottom:20px; }
    .row-fluid .app-box-big:after,.row-fluid .app-box-big:before,.row-fluid .app-box-big>div:after,.row-fluid .app-box-big>div:before{ width:0px;height:0px;display:none;right:0;left:0;top:0;bottom:0; }
    .row-fluid .app-detail-section{ text-align:center }
    .row-fluid .header-top-logo{ width:auto;float:left; }
    .row-fluid .mobile-menu-icon{ width:70px;text-align:center;float:right; }
    .row-fluid .secret-right-image{ width:300px;height:300px;float:none;text-align:center;margin:auto; }
    .row-fluid .app-main-box-right{ width:100%; }
    .row-fluid .app-main-box-right > img{ max-width: 300px;margin: 0 auto;vertical-align: bottom; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ text-align:center; }
    .row-fluid .secret-box:first-child .secret-box-icon{ text-align:center; }
    .row-fluid .banner-content h1{ font-size:32px;line-height:38px; }
    .row-fluid .banner-content .banner-content-text{ font-size:20px;line-height:24px; }
    .row-fluid .diffrent-club-cta a,.row-fluid .diffrent-club-lernmore-cta a{ font-size:20px;padding:10px 30px; }
    .row-fluid .banner-content{ padding:70px 0px; }
    .row-fluid .secret-right-image img{ max-width:250px; }
    .row-fluid .brand-notice-box:after{ display:none; }
    .row-fluid .contact-box, .row-fluid .socila-box{ padding-top:15px; }
    .row-fluid .banner-section.game-hero { padding-bottom:50px; }
    .row-fluid .banner-section.game-hero .banner-content { padding:50px 0; }
    .row-fluid .banner-section.game-hero, .row-fluid .banner-section.game-hero .banner-content { text-align:center; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:0; }
    .row-fluid .banner-section.game-hero .game-right img { max-width:250px; width:100% !important; }
    .row-fluid .top-content .topcontent-title { margin: 70px 0; text-align: center; padding: 0; width: 100%; }
    .row-fluid .game-secret .secret-left-text { padding:0 0 40px; }
    .row-fluid .brand-main-box { padding-left:0; }
    .row-fluid .rank-box.option2 { margin-top:30px; }
    .row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { font-size:18px; line-height:24px; }
    .appsclub .row-fluid .herobottom-text { padding-bottom:0; }
    .appsclub .row-fluid .banner-content h1 { font-size:32px; }
    .appsclub .row-fluid .banner-content h1 span { display:inline; }
    .appsclub .row-fluid .hero-subtitle { margin:10px 0; }
    .appsclub .row-fluid .banner-section .banner-content { padding:40px 0; }
    .row-fluid .game-box { padding:0; }
    .row-fluid .game-box .gameicon { position:static; float:none; display:inline-block; margin-bottom:15px; }
    .row-fluid .club-learnmore a { margin-left:0; }
    .row-fluid .instruction-boxes { top:0; margin:30px 0 10px !important; }
    .row-fluid .instruction-boxes h6 { min-height:0; margin-bottom:10px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:100% !important; margin:0 0 45px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:last-child { margin:0 !important; }
    .row-fluid .app-subscription { text-align:center; padding:40px 0; }
    .row-fluid .app-subscription h2, .row-fluid .service-brand h2 { font-size:36px; }
    .row-fluid .service-boxes { display:block; margin:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width: 100%; margin: 50px 0; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1{ font-size:24px;line-height:30px; }
    .hs-blog-post .row-fluid .mainblog-section #hubspot-author_data{ font-size:16px; }
    body.blog-2017 .body-container-wrapper{ padding:30px 0px; }
    .hs-blog-post #comment-form.new-comments{ padding-top:30px; }
    body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:32px;line-height:40px; }
     body.blog-2017 .row-fluid .blog-hero-content{ padding:60px 0px 100px; }
     .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:28px;line-height:36px; }
     
    body.blog-2017 .blog-filter { margin:0 0 30px; }
    body.blog-2017 .blog-filter li { margin:2px 2px 2px -2px; }
}  

@media (max-width:480px){
    .custom-header-bg:hover .custom-menu-primary-2{
          display:block !important;
      }
    .row-fluid .header-top-logo{ width:170px;padding-top:6px; }   
    .row-fluid .secret-section-sub-title{ font-size:24px;line-height:34px; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:22px;line-height:32px; }
    .row-fluid .brand-section-text{ font-size:16px;line-height:22px; }
    .row-fluid .brand-promotion-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-box-title{ font-size:18px;line-height:28px; }
    .row-fluid .diffrent-club-cta a{ font-size:16px; }
    .row-fluid .visit-box h4, .row-fluid .site-menu h4, .row-fluid .contact-box h4, .row-fluid .socila-box h4,.row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-detail-image,.row-fluid .app-box-big .mobile-image{ max-width:100%; }
    .row-fluid .socila-box ul li a{ width:30px;height:30px;font-size:18px; }
    .row-fluid .socila-box ul li a i{ padding-top:7px; }
    .row-fluid .diffrent-club-cta a{ padding:7px 30px; }
    .row-fluid .brand-notice-box{ width:85%; }
    .row-fluid .diffrent-club-lernmore-cta a{ padding:10px 30px; }
    .row-fluid .footer-inner{ padding:20px 0px; }
    .row-fluid .diffrent-club{ padding:30px 0px; }
    .row-fluid .brand-section{ padding:30px 0px 75px }
    .row-fluid .brand-top-content{ padding-bottom:20px; }
    .row-fluid .our-secret{ padding:30px 0px 70px; }
    .row-fluid .app-detail-section{ padding:0px 0px 30px; }
    .row-fluid .banner-content .banner-content-text{ font-size:18px;line-height:20px; }
    .row-fluid .secret-right-image img{ max-width:150px }
    .row-fluid .secret-right-image{ padding:25px;width:215px;height:215px; }
    .row-fluid .calculate-left .brand-section-text,.row-fluid .calculate-left{ padding-top:0px; }
    .row-fluid .sidebar.right .bordered-box h3.form-title{ font-size:18px;padding-top:0px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:26px; }
}


/****************************/
/*******Landing Page********/
/**************************/
body.landing { background:#f1f2f2; }

/*Start Banner Section*/
body.landing .row-fluid .banner-module{ position:relative; }
body.landing .row-fluid .banner-module:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(55,36,57,0.4); }
body.landing .row-fluid .banner-contain{ position:relative;padding:80px 0px 100px; }
body.landing .row-fluid .banner-header h1{ color:#fff;font-size:50px;line-height:60px;text-shadow:0 2px 0 #000; }
body.landing .row-fluid .banner-header h1 span{ font-weight:300;width:100%;float:left; }
body.landing .row-fluid .banner-text{ color:#fff;font-size:28px;line-height:36px;padding-top:100px; }
body.landing .row-fluid .banner-text span span{ color:#ffe850;float:left;width:100%; }
body.landing .row-fluid .banner-cta{ text-align:right;padding-top:220px; }
body.landing .row-fluid .banner-cta a{ background:transparent;background-repeat:repeat;background-color:#ffe850;padding:10px 30px;font-size:30px;color:#000;border-radius:5px;font-weight:900;text-align:center;text-transform:uppercase; }
body.landing .row-fluid .banner-cta a:hover{ background-color:#06b8d1;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
body.landing .row-fluid .banner-cta a span span{ font-weight:300; }
/*End Banner Section*/

/*Start Data Section*/
body.landing .row-fluid .data-section{ background:#f0f0eb;padding:40px 0px 230px; }
body.landing .row-fluid .section-title{ color:#2a2a2a;font-size:42px;line-height:50px;font-weight:900; }
body.landing .row-fluid .section-title span span{ font-weight:300; }
body.landing .row-fluid .section-subtext{ color:#2a2a2a;font-size:20px;line-height:30px;font-weight:300;padding-right:385px; }
body.landing .row-fluid .section-subtext p{ margin-top:5px;display:inline-block; } 
body.landing .row-fluid .data-left-content{ text-align:right;padding-top:25px; }  
body.landing .row-fluid .data-image > div{ position:relative; }
body.landing .row-fluid .data-image > div:before{ position: absolute;content: '';top: 40px;left: 20px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image > div:after{ position: absolute;content: '';top: 33px;left: 5px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-bottom-content{ text-align:center;padding:0px 200px; }
body.landing .row-fluid .data-image .widget-type-linked_image{ position:relative; }
body.landing .row-fluid .data-image .widget-type-linked_image:before{ position: absolute;content: '';bottom: -67px;left: 44%;height:70px;border-left: 1px solid #878785;z-index: 9;transform:translateX(-50%); }
body.landing .row-fluid .data-image .widget-type-linked_image:after{ position: absolute;content: '';bottom: -81px;left: 41.9%;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-content-title{ font-size:22px;line-height:30px;color:#2a2a2a;font-weight:900; }
body.landing .row-fluid .data-content-text{ color:#2a2a2a;font-size:20px;line-height:24px;font-weight:300; }
body.landing .row-fluid .data-content-text p{ margin-top:0px; }
body.landing .row-fluid .data-right-content{ padding-top:15px; }
body.landing .row-fluid .data-image{ position:relative;padding-bottom:90px; }
body.landing .row-fluid .data-image:before{ position: absolute;content: '';top: 30px;right: 26px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image:after{ position: absolute;content: '';top: 23px;right: 11px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-image img{ z-index:10;position:relative; }
/*End Data Section*/


/*Start Graphs Section*/
body.landing .row-fluid .graphs-section{ padding:150px 0px;background:#06b8d1;margin:0px 0px 240px; }
body.landing .row-fluid .graphs-image{ margin:-350px 0px; }
body.landing .row-fluid .result-content{ background:#fff;padding:50px 30px 75px; }
body.landing .row-fluid .result-image{ padding-top:30px; }
/*End Graphs Section*/  

/*Start Currency Section*/
body.landing .row-fluid .currency-section{ padding:100px 0px 0px;background:#06b8d1;margin-bottom:380px; }
body.landing .row-fluid .currency-section .section-title{ color:#fff;}
body.landing .row-fluid .currency-section .section-subtext{ padding-right:220px;color:#fff; }
body.landing .row-fluid .currency-image{ margin-bottom:-400px;padding-top:15px; }
/*End Currency Section*/

/*Start Help Section*/
body.landing .row-fluid .help-section{ text-align:center;padding:140px 0px 50px; }
body.landing .row-fluid .help-section .help-subtext{ padding:0px;font-size:20px;line-height:24px;font-weight:300;color:#2a2a2a;}
body.landing .row-fluid .help-section .help-subtext p{ margin:0px; }
body.landing .row-fluid .help-section .help-subtext p a{ font-weight:600;font-style:italic;color:#2a2a2a; }
body.landing .row-fluid .help-section .help-subtext p span{ font-weight:600; }
body.landing .row-fluid .help-icon{ padding:60px 0px 15px; }
/*End Help Section*/


/*Start Footer*/
body.landing .row-fluid .footer-help{ background:#fff; }
/*End Footer */
.hub{
    padding-top: 9px;
    color: #fff;
}

.header1{
    padding: 20px;
    background: #000000;
    color: white;
}
.footer-top{
    background: #151515;
    padding: 30px;
}
.header-header{
    padding: 20px 20px 0px 20px;
}
.footer-menu{
    padding-top: 40px;
    padding-left: 40px;
    text-align: center;
}
.footer-menu a{
    border-bottom: 0px !important;
    font-size:15px;
    color: #fff;
    line-height: 18px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    
}
.center-form {
    margin:0 auto!important;
    float:none!important;
    width:100%;
    text-align: center;
}
    .form-holder {
    padding: 5px;
    border-radius:15px;
    max-width: 500px;
    margin:0 auto!important;
    float:none!important;
    text-align: center;

    }
.banner-info{
    margin-top: -650px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#fff;
    font-size:18px;
    background: #ef5a27;
}
.banner-form{
    margin-top: -200px;
    position:relative;
    text-align:center;
    padding:50px 50px ;
    background: gray;
}
.banner-text{
    padding-top: 220px;
}
.footer-menu a:hover{
    color: #ffbb17;
}
.icon-3{
padding: 50px 70px 30px 70px;
border-bottom: 1px solid;
border-color: gray;
}
.text-img{
    padding: 30px 50px;
}
.img{
     border-radius: 5px;
     padding-top: 20px;
}

/*=========form=============*/

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    width: 50%;
}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  font-size: ;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}
/*Icon Styles*/


ul { position:center; }
ul li {list-style:none;float:left; }

.icon {color:#fff; margin: 0 0 0 10px; border-radius:50px; padding:10px; background-color:#d4d4d4; transition:all .5s ease;}

.icon a {width:20px; height:20px; display:block; position:relative; color:#fff; padding-left: 2px;}

.icon a:after {box-sizing:content-box; border-radius:50%; content:""; height:100%; width:100%; box-shadow:0 0 0 0 #ffbb17; padding:8px; position:absolute; top:-8px; left:-8px; opacity:1; transition:all .25s ease;}

.icon:hover {background-color:#ffbb17;}
.icon:hover a {color:#fff;}
.icon:hover a:after {padding:12px; left:-12px; top:-12px; box-shadow:0 0 0 2px #fff;}

/*Visually adjust font icon sizes and positions*/
.fa-twitter {font-size:20px}
.fa-facebook {font-size:20px}
.fa-pinterest {font-size:20px}
.fa-google-plus {font-size:18px}
.fa-linkedin {font-size:20px}
.fa-youtube {font-size:20px}
/*---------------------------------------------------------------------------------*/

 .box {  
    cursor: pointer;  
    height: 168px;  
    float: left;  
    margin: 5px;  
    position: relative;  
    overflow: hidden;  
    width: 168px;  
  
}  
  
 .box img {  
    position: absolute;  
    left: 0;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  


.box .caption {  
    font-family: Tahoma;
    font-size: .5em;
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;  
    opacity: 0;  
    width: 150px;  
    height: 150px;  
    text-align: left;  
    padding: 15px;
}  

 

 .box:hover .fade-caption {  
    opacity: 1;  
}  

.row-fluid .dot-cta a { background:transparent;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 3px 10px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #fff;}
.row-fluid .dot-cta a:hover { background-color: #ffbb17; color:#fff; border-color: #ffbb17;}
/*++++++++++++++++++++++++++++++++++++++++++*/

.row-fluid .menu-cta  { background:#143559;
background-repeat:repeat;
color: #fff; 
padding: 7px 10px; 
margin-left: 0px; 
border-radius: 20px;}
.row-fluid .menu-cta:hover { background-color: #ffbb17; color:#fff; }
.row-fluid .menu-cta a { margin-left:0; }

.row-fluid .header-cta-head a { background: #ffbb17;
background-repeat:repeat;
color: #fff; 
padding: 4px 10px; 
margin-left: 0px; 
border-radius: 20px;}
.row-fluid .header-cta-head a:hover { background-color: #143559; color:#fff; }
.row-fluid .header-cta-head a { margin-left:0; }

.custom-header-logo {
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding: 12px 0 0px 16px;
      position: absolute !important;
      text-align: center;
      max-width: 185px;
      min-width:185px;

  }
  
.dd_header { background:#FFF; }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a {
    border-bottom: 0px !important;
    padding: 3px 20px;
    font-size:16px;
    color: #595959;
    font-weight: 500;
    line-height: 38px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li {
    width: auto;
    border-right: 0px;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li li:nth-child(2n) { background-color:rgba(0,0,0,0.04); }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    width: auto !important;
    float: right;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a:hover {
    color: #71c5d2;
    border-radius: 3px;
    background: #fff;
}
.dd_header .custom-header-logo {
    border-right: 0px;
    border-bottom: 0px;
   padding:30px 0 30px 25px;
   margin-left:18px !important;
}
.dd_top_menu ul li a{
 font-size:15px; 
     padding: 8px 22px 8px 22px;
    font-family: Roboto;
    font-weight: 500;
     border-right: 1px solid #ddd;
    line-height: 11px;
    margin: 8px 0 15px 0;
}
.dd_top_menu ul li a:hover {
    text-decoration: none;
}
.dd_top_menu ul{
    float: right;
}
.dd_phone{
    margin-left: 12px !important;
}
.dd_phone a{
    font-size: 15px;
    padding-top: 8px;
    float: left;
    font-family: Roboto;
    font-weight: 500;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul {
    background: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #444344 !important;
        text-transform: uppercase;
    font-family: roboto;
        font-size: 18px;
    padding: 0px 15px;
    }
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #000 !important;
}
.dd_header .child-trigger i, .child-trigger i:after{
    background-color: #7F7F73 !important;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child a{
    text-align: center;
    background: #F4530E;
    padding: 0px 20px;
    width: 123px !important;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.dd_phone a:hover{
    text-decoration:none;
}
.dd_header .custom-mobile-tigger{
border-left:0px;
}
.dd_header .mobile-trigger{
padding:20px 0 18px 20px;
}
.mobile-open .mobile-trigger i{
height:0px;
}
.dd_header .custom-menu-primary-2 .hs-menu-depth-2 {
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper a {
    color: #444344;
}
.dd_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border: 1px solid #ddd;
        background: #fff;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li:hover {
    background-color: #F4530E;   
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li a:hover{
    color: #fff !important;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li:last-child>a{}

.dd_header .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2n+2) {
    background-color: #fff;
}
.dd_header .dd-main-menu {
    margin-bottom: 15px !important;
}


  /* ==========================================================================
     Custom Menu Primary
     ========================================================================== */


  .custom-menu-primary-2 {
      font-size: 18px;
  }
  /* Parent List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul{
    background:;
    width:100% !important;
      display: block;
       margin-top: 0px;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li{
      width: calc(100% / 7);
      border-right: 1px solid #ddd;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a{
      background-color: transparent;
      border-bottom: 1px solid #ddd;
      color: #000;
      display: block;
      line-height: 5.16667rem;
      text-align: center;
      text-decoration: none;
      transition: background-color 150ms linear 0s;
      width: 100%;
  }
  .custom-menu-primary-2 .hs-menu-wrapper>ul>li.active > a {
      background-color: #F4530E;
      border-bottom: solid 1px #F4530E;
      color: #fff;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a:hover{
      background-color: #F4530E;
      border-bottom: 1px solid #F4530E;
      color: #fff;
  }

  .menu-item-selected {
      background-color: #F4530E !important;
      border-bottom: 1px solid #F4530E !important;
      color: #fff !important;
  }

  /* Child List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul{}
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li{
    background:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a{
    color:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a:hover{
    color:;
    text-decoration: none;
  }

  /* 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;
  }

  .custom-menu-primary-2 .hs-menu-depth-2 {
    font-size: 1rem;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */
  @media screen and (min-width:768px) {
        .custom-menu-primary .hs-menu-wrapper {
            display:block !important;
        }
    }
.custom-mobile-tigger{
    padding-left: 10px ;
}

    /* Toggle Button
       ========================================================================== */

  .mobile-trigger {
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      height: auto;
      padding: 16px 0 18px 20px;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      width: auto;
      z-index: 99999;
  }
    .mobile-trigger:hover{
      text-decoration: none; /* Removes link text underline on button */
      color:;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger{}


    /* Toggle Button Icon
       ========================================================================== */

    .mobile-trigger i{
      display: inline;
      position: relative;
      top: 3px;
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#000; /* Icon color */
      display: inline-block;
    }
    .mobile-trigger i:before{
      top: -14px; /* Position top line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }
    .mobile-trigger i:after{
      top: -7px; /* Position bottom line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }

    .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: #F4530E; /* Icon color */
    }

   .mobile-open{
       overflow:hidden;
   }

   .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color:#F4530E; /* Icon color */
    }

   .mobile-open .mobile-trigger i{
       top: 13px;
   }

   .mobile-open .mobile-trigger i:before{
       top: -21px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
   }

   .mobile-open .mobile-trigger i:after{
       top: -21px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
   }


  /* Close Button
     ========================================================================== */
  .close-icon {
    border-bottom: 3px solid #fff;
    cursor: pointer;
    display: none;
    float: right;
    height: 30px;
    margin: 0;
    position: fixed;
    right: 50px;
    top: 21px;
    width: 30px !important;
  }
  .close-icon:after,
  .close-icon:before {
      content: "";
      width: 30px !important;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 7px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .close-icon:before {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }


  /* ==========================================================================
     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.
   */

  .child-trigger{
      display: none; /* Hide button on Desktop */
  }

  @media (max-width: 991px){

      .custom-menu-primary-2 {
          display: none !important;
      }
      .custom-mobile-tigger{
          border-bottom: 0 none;
          border-left: 1px solid #ddd;
          display: table-cell;
          width: 75px !important;
      }
      .mobile-trigger{
             padding: 15px 0 18px 20px;
      }
      .custom-header-logo {
          border-bottom: medium none;
          border-right: medium none;
          max-width: 185px;
          min-width: 185px;
          padding: 12px 0 0px 23px;
          position: absolute !important;
          text-align: left;
  }
      .header-container {
          min-height: 61px;
      }
      .custom-header-bg{
          min-height: 61px !important;
          border-bottom: 1px solid #ddd;
          background: #fff none repeat scroll 0 0;
      }

      .close-icon{
          right: 24px;
          top: 22px;
      }

    .dnone { display:none !important; }
    .dd_header .custom-header-logo { margin-left:0 !important; padding-top:10px; }
    .header-container { min-height:50px !important; }
    .custom-mobile-tigger { border-bottom: 1px solid #ddd; border-left: 0 none; max-width: 100px; position: absolute; right: 0; top: 0; }
    .dd_header .custom-menu-primary .hs-menu-wrapper>ul li a { padding:10px 15px !important; line-height:28px; }
  }

.custom-mobile-tigger{
    padding-left: 10px ;
}




@media (min-width:991px) {
     .mobile-trigger-new {
       display: none;
     }

     .custom-menu-primary {
       display: none !important;
     }
   }

.custom-mobile-tigger{
    padding-left: 10px ;
}


/* Strat Media Query*/
@media (max-width:1240px){
    body.landing .row-fluid .banner-header h1{ font-size:40px; }
    body.landing .row-fluid .banner-text{ font-size:22px; }
    body.landing .row-fluid .data-image:before{ right:0; }
    body.landing .row-fluid .data-image>div:before{ left:0; }
    body.landing .row-fluid .data-image>div:after{ left:-12px; }
    body.landing .row-fluid .data-image:after{ right:-12px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:before{ bottom:-56px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ bottom:-59px;left:41.3%; }
    body.landing .row-fluid .data-image{ padding-bottom:70px; }
    body.landing .row-fluid .data-bottom-content{ padding:0px 50px; }
    body.landing .row-fluid .graphs-image{ margin:-110px 0px -290px; } 
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:320px; } 
    body.landing .row-fluid .data-section{ padding-bottom:140px; }
    body.landing .row-fluid .section-subtext{ padding-right:76px; }
        
    
}  

@media (max-width:991px){
    body.landing .row-fluid .banner-header h1{ font-size:32px;line-height:40px; }
    body.landing .row-fluid .banner-text{ font-size:18px;line-height:26px;padding-top:50px; }
    body.landing .row-fluid .banner-cta{ padding-top:120px; }
    body.landing .row-fluid .banner-cta a{ font-size:22px; }        
    body.landing .row-fluid .banner-contain{ padding:100px 0px; }
    body.landing .row-fluid .section-subtext,body.landing .row-fluid .currency-section .section-subtext{ padding:0px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ left:40.5%; }
    body.landing .row-fluid .graphs-section{ padding: 70px 0px;margin-bottom: 215px; }
    body.landing .row-fluid .graphs-image{ margin:-180px 0px -250px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-165px; }
    body.landing .row-fluid .currency-section{ margin-bottom:169px; }
    body.landing .row-fluid .section-title{ font-size:33px;line-height:36px; }
    body.landing .row-fluid .help-section{ padding:30px 0px 50px; }
}


@media (max-width:767px){
    body.landing .row-fluid .data-left-content,body.landing .row-fluid .data-image,body.landing .row-fluid .data-right-content,body.landing .row-fluid .data-bottom-content{ width:100%;text-align:center;padding:15px 0px; }
    body.landing .row-fluid .data-image>div:after,body.landing .row-fluid .data-image>div:before,body.landing .row-fluid .data-image:after,body.landing .row-fluid .data-image:before,body.landing .row-fluid .data-image .widget-type-linked_image:after,body.landing .row-fluid .data-image .widget-type-linked_image:before{ display:none; }
    body.landing .row-fluid .currency-section{padding:50px 0px;margin-bottom:125px; }
    body.landing .row-fluid .graphs-image{ margin:-140px 0 -200px; }
    body.landing .row-fluid .graphs-section{ margin-bottom:125px; }
    body.landing .row-fluid .data-section{ padding-bottom:60px; }
    body.landing .row-fluid .result-content{ padding:50px 10px; }
    body.landing .row-fluid .banner-header h1{ font-size:26px;line-height:34px; }
    body.landing .row-fluid .banner-header h1 span,body.landing .row-fluid .banner-text span span{ width:auto;float:none; }
    body.landing .row-fluid .banner-contain{ padding:50px 0px;text-align:center; }
    body.landing .row-fluid .banner-text{ padding:0px;text-align:center; }
    body.landing .row-fluid .banner-cta{ padding-top:15px !important;padding:0px;text-align:center; }
    body.landing .row-fluid .help-section .help-subtext,body.landing .row-fluid .section-subtext{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-icon{ padding:20px 0px; }
    body.landing .row-fluid .data-content-title{ font-size:24px;line-height:26px; }
    body.landing .row-fluid .data-content-text{ font-size:18px;line-height:22px; }
    
    body .row-fluid .hs-form fieldset.form-columns-1 .input, body .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ font-size:15px !important; margin-left:0 !important; float:none; display:inline-block; width: auto; height: auto; word-wrap: break-word; white-space: normal;padding:10px 40px; } 
    body .row-fluid .hs_submit { text-align:center; }
}

.custom-mobile-tigger{
    padding-left: 10px ;
}

@media (max-width:480px){
    body{
    }
    body.landing .row-fluid .banner-header h1{ font-size:24px;line-height:30px; }    
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .currency-section,body.landing .row-fluid .help-section{ padding:30px 0px; }
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .data-content-text,body.landing .row-fluid .banner-text{ font-size:16px;line-height:22px; }
    body.landing .row-fluid .banner-cta a{ font-size:18px;padding:5px 20px; }
    body.landing .row-fluid .section-title{ font-size:22px;line-height:28px;text-align:center; }
    body.landing .row-fluid .data-content-title{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-section .help-subtext, body.landing .row-fluid .section-subtext{ font-size:16px;line-height:22px;text-align:center; }    
    body.landing .row-fluid .graphs-image{ margin:-60px 0px; }
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:75px; }
    body.landing .row-fluid .result-content{ padding:30px 10px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-120px; }
    body.landing .row-fluid .currency-section{ margin-bottom:95px; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px; }
.postListing  .itemWrap {
  
    width:100%;
}
.image-group{
    padding:0px 0px;
    
}

.text-gp{
    padding:10px;
    text-decoration:none !important;
}

.img-text-cta{
    margin-left: -0px;
    padding: 5px;
}
.footer-menu{
    padding-left: 0px;
}
.custom-mobile-tigger{
    padding-left: 10px ;
}
.header-logo{
    height:60px;
}

.banner-text{
    padding-top: 20px;
}
.text-bg{
    color:#fff;font-size:28px;line-height:36px;padding-top:200px;
}
.club-learnmore{
    text-align: center;
    padding-top: 10px;
}
.text-img{
    text-align: center;
    padding:10px;
}
.icon-html{
    margin-left: -40px;
    padding-bottom: 20px;
    text-align: center;
}
.icon-top{
    padding: 10px;
}

.banner-info{
    margin-top: 0px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#fff;
    font-size:18px;
    background: #ef5a27;
}
.row-fluid .set-bg { background-size:cover !important; background-repeat:no-repeat; background-position:center top !important; height: auto;}
.row-fluid .get-bg { 
    display:none
    }
    .row-fluid .banner-content{ position:relative;text-align:center;padding: 0px 0px 10px;color:#fff;font-size:18px; }

.icon-3{
padding: 10px;
}
.group-three{
        margin-bottom:50px;
        
    }
     .img-slider{
        display:none !important;
    }
    
.four-sec{
    padding: 10px;
}
.header-header{
    padding: 10px;
}
.header-cta{
    text-align: center;
    padding-top: 10px;
}
.header-cta-head{
    text-align: center;
    padding: 10px;
}
.footer-top{
    padding: 5px;
}
.sports{
    padding: 10px;
}
.sports-box{
    padding: 5px 0px;
}
.four-img-text{
    margin-left: -0px;
    padding: 10px;
    text-align: center;
}
.four-img{
padding: 5px;
text-align: center;
}
.fa-block{
    padding: 10px;
}
.read-cta{
    padding-bottom: 10px;
}
.whitefont {
 color: #fff;
 padding: 10px 0px;
}
  .card-card{
        padding: 10px; 
    }
    .choose-cta{
    text-align: center;
    padding-right: 0px;
}

.image-group{
    padding:0px 0px;
    
}.events-big-group{
    padding:0px 0px;
}
.four{
    padding-left: 0px;
}
       .event-group{
    max-width:100%;
    margin-top:50px;
    margin-left:0px;
    border: none !important;
}
.event-text{
        padding-left:0px; padding-top: 20px;
        margin-left: 0px;
        padding-right:10px;
        text-align:center;
        max-width:100%;
        padding-left:0px;
    }
 .events{
        padding-left:60px;
        
    }.last-slider{
    padding: 10px 10px;
}
   
}

/*================================*/
.event-text{
    padding-left:30px;
    
}
.last-text{
        padding:5px;
    }
.fa-clock-o{
    text-align: right; padding-left: 230px; color: #f7ca4c; font-size: 25px;
}
.fa-map-marker{
    text-align: right; padding-left: 20px; color: #f7ca4c; font-size: 25px;
}
.view-all-group{
    padding-top:40px;
    text-align:center;
    padding-bottom:40px;
    }
    .view-all a{
    border-style: solid;
    border-width:2px;
    border-color:#ffbb17;
    text-decoration:none;
    padding:10px 20px;
    color:#666666;
}
.view-all a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#3f3f3f;
    border-color:#3f3f3f;
}
.last-slider{
    padding: 50px 100px;
}

.group{
    padding-top:50px;
    padding-bottom:50px;
}
.headi h2{
    font-weight:bold;
    font-size:20px;
}
.groupie{
    text-decoration:none !important;
    text-align: center;
}
/*End Media Query*/

@media (max-width:1024px){
    .row-fluid .header-cta a { 
padding: 3px 7px; 
font-size: 12px;}
    .row-fluid .header-cta-head a { 
padding: 3px 7px; 
font-size: 12px;}
.header-cta-head{
    padding-top: 3px;
}
.header-cta{
    padding-top: 3px;
}
}
