/* #########################################################################
####################                                 ####################
####################    START THEME CONFIGURATION    ####################
####################                                 ####################
######################################################################### */




/* ----- Wrapper ----- */

 /*minimum put 1000*/
 

/* ----- Basic  ----- */

















  






/* -----  Menu ----- */





/*Drop-Down*/

    






/* --- Mobile Menu ---*/
 
  



/* ----- Button or Link Option ----- */










   

/* ----- Link Animation Option ----- */    



/* ----- Page Title ----- */









/* #########################################################################   
####################                                 ####################
####################    END THEME CONFIGURATION      ####################
####################                                 ####################
#########################################################################  */






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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(//cdn2.hubspot.net/hub/273774/file-1148075687-css/libraries/FontAwesome-4-4-0/font-awesome.min.css);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css);


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    right: 50%;


}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

* , *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { opacity:0; margin:0; padding:0; font-family: 'Open Sans', sans-serif; counter-reset:list; font-size:16px; font-weight:40; line-height:26px; color:#414042; background:#ffffff; overflow-x:hidden }

img { border:0; max-width:100%; height:auto; }

hr { background:#ccc; height:1px; border:none; outline:none; clear:both; margin:30px 0; }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

p { padding:5px 0 15px; margin:0; }

ul.slides , ul.flex-direction-nav , ol.flex-control-nav { margin:0; padding:0; list-style:none; float:left; width:100%;}
.row-fluid ol.flex-control-nav { text-align:center; padding:10px 0 0; }
.row-fluid ol.flex-control-nav li { display:inline-block; padding:0 5px; }
.row-fluid ol.flex-control-nav li a { display:inline-block; border:1px solid #78619f; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
.row-fluid ol.flex-control-nav li a:hover , .row-fluid ol.flex-control-nav li a.flex-active { background:#78619f;  }


blockquote { border-left:4px solid #78619f; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity0.8; }

.row-fluid .top-separator { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg3.png) no-repeat center top;  }
.row-fluid .left-separator { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg4.png) no-repeat center left; padding-left:40px; }
.row-fluid .left-separator2 { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg6.jpg) no-repeat left bottom; padding-left:20px; }


/*Heading*/
h1 { color:#414042; font-family: 'Open Sans', sans-serif; font-size:50px; margin:0; padding:15px 0 25px; line-height:50px; font-weight:600; clear:both }
h2 { font-weight:300; color:#414042; font-family: 'Open Sans', sans-serif; font-size:40px; line-height:44px; margin:0; padding:0 0 10px; clear:both }
h3 { font-weight:300; color:#414042; font-family: 'Open Sans', sans-serif; font-size:34px; line-height:36px; margin:0; padding:0 0 10px; clear:both }
h4 { font-weight:300; color:#414042; font-family: 'Open Sans', sans-serif; font-size:30px; line-height:34px; margin:0; padding:0 0 10px; clear:both }
h5 { font-weight:300; color:#414042; font-family: 'Open Sans', sans-serif; font-size:28px; line-height:30px; margin:0; padding:0 0 10px; clear:both; }
h6 { font-weight:700; color:#414042; font-family: 'Open Sans', sans-serif; font-size:22px; margin:0; padding:0 0 10px 0; line-height:26px; clear:both }


/*Heading Option*/
.title-style1 h1 , .title-style1 h2 , .title-style1 h3 , .title-style1 h4 , .title-style1 h5 , .title-style1 h6 , .title-style2 h1 , .title-style2 h2 , .title-style2 h3 , .title-style2 h4 , .title-style2 h5 , .title-style2 h6 , .title-style3 h1 , .title-style3 h2 , .title-style3 h3 , .title-style3 h4 , .title-style3 h5 , .title-style3 h6 , .title-style4 h1 , .title-style4 h2 , .title-style4 h3 , .title-style4 h4 , .title-style4 h5 , .title-style4 h6 { padding:0; }

.title-style1 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style1:before { position:absolute; left:50%; width:46px; margin:0 0 0 -25px; bottom:0; height:6px; content:''; background:#414042; /* border-radius:8px;*/ }

.title-style2 { position:relative; text-align:center; padding:10px 0 20px; margin:0 0 25px; }
.title-style2:before { position:absolute; left:50%; width:50px; margin:0 0 0 -25px; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }

.title-style3 { position:relative; text-align:center; padding:0 0 20px; margin:0 0 25px; }
.title-style3:before { position:absolute; left:50%; width:100px; margin:0 0 0 -50px; bottom:0; height:1px; content:''; background:#414042; border-radius:8px; }
.title-style3:after { content: '';  position: absolute; left:50%; margin:0 0 0 -7px; border-radius:4px; bottom:-8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg); 50px; width:15px; height:15px; background:#414042; }

.title-style4 { position:relative; padding:0 0 15px; margin:0 0 15px; }
.title-style4:before { position:absolute; left:0; width:50px; margin:0; bottom:0; height:0px; content:''; border-bottom:1px dotted #000; }


.title-white h1 , .title-white h2 , .title-white h3 , .title-white h4 , .title-white h5 , .title-white h6 { color:#fff; }
.title-white.title-style1:before , .title-white.title-style3:before  , .title-white.title-style3:after { background:#fff; }
.title-white.title-style2:before , .title-white.title-style4:before { border-color:#fff; }


.title-black h1 , .title-black h2 , .title-black h3 , .title-black h4 , .title-black h5 , .title-black h6 { color:#000; }
.title-black.title-style1:before .title-black.title-style1:before , .title-black.title-style3:before  , .title-black.title-style3:after { background:#000; }
.title-black.title-style2:before , .title-black.title-style4:before { border-color:#000; }


/*anchor link*/
a { text-decoration:none; outline:none; color:#78619f; -webkit-transition:all .4s ease-in-out; -moz-transition:  all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#79da91; }


.link-white a { color:#fff; }
.link-white a:hover { color:#78619f; }


/*Read More Option*/
.read-more a:hover , .latestblog-content2 .hs-rss-description a:hover { text-decoration:underline; }


input , button , textarea { border:none; outline:none; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:16px; font-weight:300; }
input[type=text] ,  input[type=email] , input[type=tel] , input[type=password] , input[type=password] , textarea , select  { width:100%; margin:0 0 15px; height:45px; line-height:100%; padding:0 15px; background:#fff; border:1px solid #b7b7b7; border-radius:4px; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-size:17px; color:#464646; }
textarea { padding:15px; height:100px; line-height:20px; }


input[type=submit] , button { padding:10px 15px; display:inline-block; border-radius:4px; font-size:18px; font-weight:300; cursor:pointer; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/blank.png) no-repeat left top #78619f; color:#ffffff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover { background-color:#79da91; color:#ffffff; }
.joinnewsletter-form input[type=submit] {  background-color:#79da91; } 
.joinnewsletter-form input[type=submit]:hover {  background-color:#ffffff; color:#78619f; } 

.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .hs-form fieldset.form-columns-1 .input { margin:0; }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 0 10px; }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 0 0; }
.row-fluid .hs-form label { text-align:left; display:block; position:relative; }
.row-fluid .hs-form label .hs-form-required { position:absolute; right:5px; top:0; color:#f90000; }


.row-fluid ul.hs-error-msgs { margin:-9px 0 0; padding:0 0 8px; list-style:none; line-height:20px; }
.row-fluid ul.hs-error-msgs label { display:block !important; }
.row-fluid ul.hs-error-msgs li { padding:0; font-size:12px; }
.row-fluid ul.hs-error-msgs li:before { display:none; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:0; }
.hs-menu-wrapper ul li a:link , .hs-menu-wrapper ul li a:visited  { max-width: none !important; text-overflow: inherit !important; white-space: normal !important;  }

.body-container-wrapper ul { margin:0; padding:10px 0; list-style:none; }
.body-container-wrapper ul li { padding:2px 0 2px 15px; position:relative; }
.body-container-wrapper ul li:before { content: "\f105"; font-family: 'FontAwesome'; position:absolute; left:0; top:2px; }

.body-container-wrapper ul.number-style li { padding-left:0; }
.body-container-wrapper ul.number-style li:before { display:none; }
.body-container-wrapper ul.number-style li span { display:inline-block; background:#78619f; color:#fff; line-height:30px; text-align:center; border-radius:100%; margin:0 10px 0 0; width:30px; height:30px; }



/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

.row-fluid .text-light , .row-fluid .title-light h1 , .row-fluid .title-light h2 , , .row-fluid .title-light h3 , .row-fluid .title-light h4 , .row-fluid .title-light h5 , .row-fluid .title-light h6 { font-weight:300; }
.row-fluid .text-medium , .row-fluid .title-medium h1 ,  .row-fluid .title-medium h2  , .row-fluid .title-medium h3 , .row-fluid .title-medium h4 , .row-fluid .title-medium h5 , .row-fluid .title-medium h6 { font-weight:600; }
.row-fluid .text-bold , .row-fluid .title-bold h1 ,  .row-fluid .title-bold h2  , .row-fluid .title-bold h3 , .row-fluid .title-bold h4 , .row-fluid .title-bold h5 , .row-fluid .title-bold h6 { font-weight:700; }
.row-fluid .text-extrabold , .row-fluid .title-extrabold h1 ,  .row-fluid .title-extrabold h2  , .row-fluid .title-extrabold h3 , .row-fluid .title-extrabold h4 , .row-fluid .title-extrabold h5 , .row-fluid .title-extrabold h6 { font-weight:900; }


/*Full Color Background Option*/
.fullBGcolor { background:#8977ac; color:#ffffff; }
.fullBGcolor-BaseColor { background:#79da91; color:#ffffff; }

.texture-bg { background-image:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/pattren-bg.jpg); background-repeat: repeat;  background-blend-mode: overlay; }
.texture-bg2 { background-image:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/pattren-bg3.png); background-repeat: repeat;  background-blend-mode: multiply; }
.texture-bg3 { background-image:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/pattren-bg4.png); background-repeat: repeat; }




/*Overlay Option*/
.row-fluid .overlay-section { position:relative; }
.row-fluid .overlay-section:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; opacity:0.7; }
.row-fluid .overlay-section > div { position:relative; z-index:2; }
.row-fluid .overlay-basecolor:before { background:#78619f; }
.row-fluid .overlay-pattren:after { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/pattren-bg2.png) repeat; }

.row-fluid .overlay-gry:before { background:#e9e8e8; opacity:0.9; }
.row-fluid .overlay-white:before { background:#ffffff; opacity:0.9; }
.row-fluid .overlay-blue:before { background:#0073a4; }
.row-fluid .overlay-black:before { background:#000000; }
.row-fluid .overlay-other:before { background:; }




/*Padding Option*/
.row-fluid .padding-top10 { padding-top:10px; }
.row-fluid .padding-top20 { padding-top:20px; }
.row-fluid .padding-top30 { padding-top:30px; }
.row-fluid .padding-top40 { padding-top:40px; }
.row-fluid .padding-top50 { padding-top:50px; }

.row-fluid .padding-top0 { padding-top:0; }
.row-fluid .padding-bottom0 { padding-bottom:0; }

.row-fluid .padding-bottom10 { padding-bottom:10px; }
.row-fluid .padding-bottom20 { padding-bottom:20px; }
.row-fluid .padding-bottom30 { padding-bottom:30px; }
.row-fluid .padding-bottom40 { padding-bottom:40px; }
.row-fluid .padding-bottom50 { padding-bottom:50px; }


/*Margin Option*/
.row-fluid .margin-top10 { margin-top:10px; }
.row-fluid .margin-top20 { margin-top:20px; }
.row-fluid .margin-top30 { margin-top:30px; }
.row-fluid .margin-top40 { margin-top:40px; }
.row-fluid .margin-top50 { margin-top:50px; }

.row-fluid .margin-bottom10 { margin-bottom:10px; }
.row-fluid .margin-bottom20 { margin-bottom:20px; }
.row-fluid .margin-bottom30 { margin-bottom:30px; }
.row-fluid .margin-bottom40 { margin-bottom:40px; }
.row-fluid .margin-bottom50 { margin-bottom:50px; }

/*Breadcrumbs Option*/
.row-fluid .breadcrumbs-main { position:relative; z-index:7; font-style:italic; }
.row-fluid .breadcrumbs-main > div { position:absolute; left:0; top:10px; width:100%; padding:4px 0; line-height:22px; }
.row-fluid .breadcrumbs-main li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main li a { color:#79da91; }
.row-fluid .breadcrumbs-main li a:hover { color:#fff; }
.row-fluid .breadcrumbs-main ul li { color:#fff; padding:0; }
.row-fluid .breadcrumbs-main ul li:before { display:none; }
.row-fluid .breadcrumbs-main ul { padding:0; }
.row-fluid .breadcrumbs-main .hs-breadcrumb-menu-divider { display:none; }

.row-fluid .breadcrumbs-main2 { position:relative; z-index:7; padding:5px 0; background:#efefef; }
.row-fluid .breadcrumbs-main2 li a:after { content: "\f101"; font-family: 'FontAwesome'; padding:0 10px 0 5px; font-size:16px; }
.row-fluid .breadcrumbs-main2 li a { color:#333; }
.row-fluid .breadcrumbs-main2 ul li { color:#333; padding:0; }
.row-fluid .breadcrumbs-main2 ul li:before { display:none; }
.row-fluid .breadcrumbs-main2 ul { padding:0; }
.row-fluid .breadcrumbs-main2 .hs-breadcrumb-menu-divider { display:none; }

/*grayscale*/
.row-fluid .grayscale-image img {  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .grayscale-image img:hover { -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  filter: grayscale(0); filter: gray;  }


/* custom css */





/*Button Link Option*/
.row-fluid .button a ,  .button-cta a.cta_button , .row-fluid a.button , .latestblog-content .hs-rss-description a , .filter-expand-link , .latestblog-content3 .hs-rss-description a  , .latestblog-content2 .hs-rss-description a    { line-height:20px; z-index:5; overflow:hidden; position:relative; display:inline-block; padding:18px 10px;  background-color:#78619f; color:#ffffff; border-radius:4px; margin:5px 0 0; font-size:14px; font-weight:bold; letter-spacing:2px; width:185px; max-width:100%; text-align:center; }
.row-fluid .button-grey a , .row-fluid a.button-grey { background-color:#585858; }
.row-fluid .button a:hover , .row-fluid .button-cta a.cta_button:hover ,  .row-fluid a.button:hover , .latestblog-content .hs-rss-description a:hover , .filter-expand-link:hover , .latestblog-content3 .hs-rss-description a:hover, .latestblog-content2 .hs-rss-description a:hover  { background:none; color:#ffffff; }

.row-fluid .button-outline a , .row-fluid a.button-outline  {  background:none; border:2px solid #78619f; color:#78619f; padding-top:8px; padding-bottom:8px; }
.row-fluid .button-outline a:hover , .row-fluid a.button-outline:hover { border-color:#79da91; }


.row-fluid .button.button-reverse a , .row-fluid a.button.button-reverse { background-color:#79da91; color:#ffffff; } 
.row-fluid .button.button-reverse a:hover , .row-fluid a.button.button-reverse:hover { background:none; color:#ffffff; } 

.row-fluid .button.hover-white a:hover , .row-fluid a.button.hover-white:hover { background:none; color:#78619f; }

.row-fluid .button.button-color2 a , .row-fluid a.button.button-color2 { background-color:#79da91; color:#ffffff; } 
.row-fluid .button.button-color2 a:hover , .row-fluid a.button.button-color2:hover { background:none; color:#79da91; }  


.row-fluid .button a:after , .row-fluid .button-cta a.cta_button:after , .row-fluid a.button:after , .row-fluid .latestblog-content .hs-rss-description a:after , .filter-expand-link:after , .latestblog-content3 .hs-rss-description a:after , .latestblog-content2 .hs-rss-description a:after , .row-fluid .button-grey a:after , .row-fluid a.button-grey:after { content:''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;  }



.row-fluid .button a:after , .row-fluid .button-cta a.cta_button:after , .row-fluid a.button:after ,  .row-fluid .latestblog-content .hs-rss-description a:after , .filter-expand-link:after , .latestblog-content3 .hs-rss-description a:after , .latestblog-content2 .hs-rss-description a:after , .row-fluid .button-grey a:after , .row-fluid a.button-grey:after  { content:'';   width: 0%; height: 100%; top: 0; left: 0; background-color:#79da91;  }
.row-fluid .button a:hover:after , .row-fluid .button-cta a.cta_button:hover:after , .row-fluid a.button:hover:after , .row-fluid .latestblog-content .hs-rss-description a:hover:after  ,  .filter-expand-link:hover:after , .latestblog-content3 .hs-rss-description a:hover:after ,  .latestblog-content2 .hs-rss-description a:hover:after ,  .row-fluid .button-grey a:hover:after , .row-fluid a.button-grey:hover:after  { width: 120%; }



.row-fluid .button.button-reverse a:after { background-color:#78619f;  } 
.row-fluid .button.button-color2 a:after { background-color:#ffffff; }  
.row-fluid .button.hover-white a:after { background-color:#ffffff; }


   

.row-fluid .button-section { text-align:center; padding:10px 0 0; }
.row-fluid .button-section .button { float:none; margin:0 !important; padding:10px 15px; width:auto; display:inline-block; }



/*Image Style Option*/
.image-style1 img , img.image-style1 { border-radius:100%; padding:10px; border:1px dashed #fff !important; }
.image-style1 img:hover , img.image-style1 { background:#79da91; }

.image-style2 img , img.image-style2 { border-radius:100%; padding:10px; background:#79da91; box-shadow:2px 2px 1px 1px rgba(000,000,000,0.1);  }
.image-style2 img:hover , img.image-style2 { background:#79da91; }


/*Next Arrow*/
.next-arrow { position:relative; visibility: visible;  }
.next-arrowLink { cursor:pointer; width: 40px; height: 40px; position: absolute; top: -50px; left: 50%; z-index:9; margin-left: -20px; border: 2px solid transparent; border-radius: 25px;  font-size: 22px; line-height: 36px;  text-align: center; }
.next-arrowLink:hover { border-color: #79da91; }

.next-arrowWhite .next-arrowLink { color:#fff; }
.next-arrowWhite .next-arrowLink:hover { border-color:#fff; opacity:0.8; }


.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }
.row-fluid .bg-repeat { background-size:auto; background-repeat:repeat; }


.row-fluid .wrapper , .row-fluid .search-section > div { margin:0 auto !important; max-width:1110px; float:none !important; } 
.row-fluid .wrapper-small { width:870px; }


.row-fluid [class*="span"] { min-height:0; }

.row-fluid .content-section { padding:50px 0 84px; float:left; width:100%;  }
.row-fluid .alternate-section { background:#efefef; }
.row-fluid .content-separator { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg5.jpg) no-repeat center bottom;  }


/*top*/
.row-fluid .top { top: 0; left: 0; float:left; width:100%; padding:20px 0; background:#525355; z-index:99; position:fixed; box-shadow:0 0 5px 0 rgba(000,000,000,0.5); }
.row-fluid .top-cover { min-height:100px; }
.header-container { padding-bottom:95px; }
.homebody .header-container { padding-bottom:0; }
.homebody .top { position:relative; }

.row-fluid .logo { margin:5px 0 0; }

.row-fluid .top-right { text-align:right; }
.row-fluid .mainmenu  , .row-fluid .toprequest-link { float:none; width:auto; margin:0 !important; display: inline-block; vertical-align:middle; text-align:left;  }
.row-fluid .toprequest-link { margin:0 0 0 10px !important; }


.row-fluid .top-CallUs { padding:10px 0 0; font-size:26px; }
.row-fluid .top-CallUs i { vertical-align: top; margin: 2px; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { position:relative; z-index:2; padding:10px 10px; font-size:12px; font-weight:300; color:#fff; vertical-align: top; letter-spacing:2px; text-transform:uppercase; }


/* .headertwo_logo .logo_one { width: 190px; margin-right: 35px; } */
.logo_box .row-fluid { display: flex; align-items: center; }

@media (min-width: 768px){
    .row-fluid .mainmenu .hs-menu-wrapper > ul { padding-top:6px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display: inline-block;    opacity: 0;    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right: 10px; content: '[';	-webkit-transform: translateX(20px); -moz-transform: translateX(20px);	transform: translateX(20px); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px);	-moz-transform: translateX(-20px); 	transform: translateX(-20px); }*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:before, .row-fluid .mainmenu .hs-menu-wrapper ul li:hover a:after, .row-fluid .mainmenu .hs-menu-wrapper ul li a:focus:before, .row-fluid .mainmenu .hs-menu-wrapper ul li a:hover:after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#333; background:#fff; }
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#333; } }*/

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { border:1px solid #f7f7f7; width:470px;  padding: 15px 37px;  margin: 0px;  background:#fff;  position: absolute;  top:100%;  left:0px;  -webkit-box-shadow:0 1px 18px 3px rgba(0, 0, 0, 0.2); box-shadow:0 1px 18px 3px rgba(0, 0, 0, 0.2); }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px 15px; margin: 0px; display: block; float: none; text-transform: none; width:50%; float:left; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:before { content:""; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { border-bottom:2px solid #f6f6f6; padding:10px 15px; line-height:18px; text-transform:none; color:#000; width:100%; font-size:12px; font-weight:600; letter-spacing:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:#ffffff; background:#78619f; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:first-child { border: none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation:fadeInUp 0.3s ease-in; animation:fadeInUp 0.3s ease-in ; } 

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation: fadeInRight 0.3s ease-in; -webkit-animation: fadeInRight 0.3s ease-in; animation:fadeInRight 0.3s ease-in ; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:link, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:visited { border:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:nth-last-child(2) a:link, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:nth-last-child(2) a:visited { border:0; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul li:last-child a:link, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:last-child a:visited { border-bottom:2px solid #f6f6f6; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul li:nth-last-child(2) a:link, .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:nth-last-child(2) a:visited { border-bottom:2px solid #f6f6f6; }


    /*.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul { width:800px; left:-250px; }*/
    /*.row-fluid .mainmenu > .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-children-wrapper { visibility:visible; opacity:1; }*/
    /*.row-fluid .topimplant-box { background:#fff; float:left; width:33.33%; margin:0; padding-left:10px; }*/
    /*.row-fluid .topimplant-box h3 { margin-top:8px; color:#000; font-size:13px; font-weight:bold; text-transform:uppercase; letter-spacing:0; line-height:18px; border-bottom:2px solid #bcc873; padding-bottom:12px; }*/
    /*.row-fluid .implant-courseimg { padding:15px 0; } */
    /*.row-fluid .implant-courseimg img { width:100% !important; }*/
    /*.row-fluid .find-morecourse { text-align:center; width:100%; }*/
    /*.row-fluid .find-morecourse a { display:inline-block; padding:12px 0; text-align:center; width:184px; max-width:100%; border:2px solid #d2dba2; border-radius:4px; font-size:13px; color:#a5b644 !important; font-weight:900; letter-spacing:2px;  }*/
    /*.row-fluid .find-morecourse a:hover { background:#a5b644; color:#fff !important; }*/
    /*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity:1; visibility:visible; padding:10px 25px 10px 25px ; }*/
    /*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children { position:relative; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li { width:33.33%; padding:0 10px; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul li ul li { width:100%; padding:0; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { padding:0; border:0; left:0; top:0; position:relative; opacity:1; visibility:visible; background:transparent; box-shadow:none; float:left; width:100%; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation:none; -webkit-animation:none; animation:none; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) > ul > li:first-child > a, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) > ul > li:nth-child(2) > a { pointer-events:none; border-bottom:2px solid #53beb6; font-size:13px; text-transform:uppercase; font-weight:bold; letter-spacing:1px; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) > ul > li:nth-child(2) > a { border-bottom:2px solid #f4a065; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) > ul > li > ul > li:first-child > a, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) > ul > li > ul > li:nth-child(2) > a {      pointer-events: visible; border-bottom:2px solid #f6f6f6; font-size:12px; line-height:15px; font-weight:400; text-transform:none; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul li:nth-last-child(2) a:link { border-bottom:2px solid #f6f6f6; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(2) >ul > li a { border-bottom:2px solid #f6f6f6; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a:visited { font-weight:400; font-size:12px; line-height:15px; padding:8px 10px; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { visibility:visible; opacity:1; display:none; }*/
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { display:block; }*/

    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { width:900px; left:-240px !important;}
    /*.row-fluid .mainmenu > .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-children-wrapper { visibility:visible; opacity:1; }*/
    .row-fluid .topimplant-box { background:#fff; float:left; width:25%; margin:0; padding-left:10px; display: none;}
    .row-fluid .topimplant-box h3 { margin-top:8px; color:#000; font-size:13px; font-weight:bold; text-transform:uppercase; letter-spacing:0; line-height:18px; border-bottom:2px solid #bcc873; padding-bottom:12px; }
    .row-fluid .implant-courseimg { padding:15px 0; } 
    .row-fluid .implant-courseimg img { width:100% !important; }
    .row-fluid .find-morecourse { text-align:center; width:100%; }
    .row-fluid .find-morecourse a { display:inline-block; padding:12px 0; text-align:center; width:184px; max-width:100%; border:2px solid #d2dba2; border-radius:4px; font-size:13px; color:#a5b644 !important; font-weight:900; letter-spacing:2px;  }
    .row-fluid .find-morecourse a:hover { background:#a5b644; color:#fff !important; }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity:1; visibility:visible; }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children { position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul li { width:33.33%; padding:0 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul li ul li { width:100%; padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { padding:0; border:0; left:0!important; top:0; position:relative; opacity:1; visibility:visible; background:transparent; box-shadow:none; float:left; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover ul { -moz-animation:none; -webkit-animation:none; animation:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:first-child > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(4) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(5) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(6) > a {min-height:58px; pointer-events:none; border-bottom:2px solid #A8B944; font-size:11px; text-transform:uppercase; font-weight:bold; letter-spacing:1px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) > a { border-bottom:2px solid #F38331; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) > a { border-bottom:2px solid #25408f  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(4) > a { border-bottom:2px solid #006400; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(5) > a { border-bottom: 2px solid #ADD8E6; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(6) > a { border-bottom: 2px solid #B6256F; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li > ul > li:first-child > a, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li > ul > li:nth-child(2) > a {   pointer-events: visible; border-bottom:2px solid #f6f6f6; font-size:12px; line-height:15px; font-weight:400; text-transform:none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li ul li:nth-last-child(2) a:link { border-bottom:2px solid #f6f6f6; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) >ul > li a { border-bottom:2px solid #f6f6f6; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li a:visited { font-weight:400; font-size:12px; line-height:15px; padding:8px 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { visibility:visible; opacity:1; display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { display:block; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) > a:hover { color:#000; background:transparent;} 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5):hover { color:#000; background:transparent;} 
    .row-fluid .mainmenu .hs-menu-wrapper ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:last-child a { border:0; padding:8px 10px; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) > a:hover { color:#000; background:transparent;} 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6):hover { color:#000; background:transparent;}


    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:first-child > ul li a:hover { background-color: #A8B944; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2) > ul li a:hover { background-color: #F38331; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(3) > ul li a:hover { background-color: #25408f; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(4) > ul li a:hover { background-color: #006400; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) > ul li a:hover { background-color: #ADD8E6; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) > ul li a:hover { background-color: #B6256F; }


    .row-fluid .master-topicboxnew ul li.main-current a, .row-fluid .master-topicboxnew ul li a:hover { background:#00aea4 !important; }
    .row-fluid .master-topicboxnew ul li a:after { border-top:15px solid #00aea4 !important; }
    .row-fluid .master-newtab .livespeaker-tab .faculty-tabtextbox h3, .row-fluid .master-topicboxnew ul li a { color:#00aea4 !important; }
    .row-fluid .master-newtab .livedetails-title { color:#00aea4; }
    .row-fluid .master-topicboxnew ul li.main-current a, .row-fluid .master-topicboxnew ul li a:hover  { color:#fff !important; }
    /*     .row-fluid .maintab-topicnew ul li.main-current:last-child a { background:rgba(0,184,233,1) !important; } */
    /*     .row-fluid .maintab-topicnew ul li:last-child a { color:rgba(0,184,233,1) !important; } */
    /*     .row-fluid .maintab-topicnew ul li:last-child a:after { border-top:15px solid rgba(0,184,233,1) !important; } */

    /*     .row-fluid .maintab-topicnew ul li:last-child a:hover { background:rgba(0,184,233,1) !important; color:#fff !important; }  */
    .row-fluid .maintab-topicnew ul li.main-current:last-child a { color:#fff !important; }  

    .row-fluid .footer-box2 { padding-left:15px; }


    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
        }

        to {
            opacity: 1;  
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }


    @-webkit-keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }

        /* 19-12-2016 */
        /*.row-fluid .logo { float:none; display:inline-block; vertical-align:middle; }
        .row-fluid .top-right { float:right; display:inline-block; vertical-align:middle; margin:0; width:auto; }*/



    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

}

.row-fluid .top  .row-fluid .button a , .row-fluid .top .row-fluid a.button { margin:0; }

@media (min-width: 768px){
    /* 29-12-2016 */
    .row-fluid .home-header { position:relative; }
    .row-fluid .homeheader-text { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
    .row-fluid .home-headerlogo { padding-bottom:40px; } 
}

@media (min-width: 767px){ 
    .row-fluid .top.fixed { position:fixed; padding:10px 0; box-shadow:0 0 5px 0 rgba(000,000,000,0.5); z-index:99; top:0; }
    .row-fluid .top.fixed * , .row-fluid .top.fixed { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
    .row-fluid .top.fixed .logo img { width:160px !important; }
    /*.row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .top.fixed .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding-top:5px; padding-bottom:5px; }*/
    .row-fluid .top.fixed .button a { margin:0 }
}

@media (min-width: 1201px){
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { width: 1100px; left: -300px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul li { width: 16.50%; }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper { min-height: 400px; }
}
@media (min-width: 1440px){
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { width: 1300px; left: -460px !important; }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper { min-height: 350px; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:first-child > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(2) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(3) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(4) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) > a,
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) > a { font-size: 13px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { padding:10px 25px 10px 25px ; } 
}




@media (max-width: 1200px) and (min-width: 768px){
    /*     .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(4) { position: absolute; right: 25%; top: 250px; width: calc(33.33% - 20px); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) { position: absolute; right: 75%; top: 250px; width: calc(33.33% - 20px); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) { position: absolute; right: 51%; top: 250px; width: calc(33.33% - 20px); } */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper {  min-height: 440px;  }
}

/*top 2*/
.row-fluid .top2 { padding:40px 0; }
.row-fluid .top2 h1 { color:#fff; font-size:40px; line-height:40px; padding:45px 0 15px; }
.row-fluid .top2 .title-black h1 { color:#000; }
.row-fluid .top-downloadMain { background:#fff; border-radius:15px; padding:20px; }
.row-fluid .top-follow { padding:12px 0 0; }
.row-fluid .top-downloadMain .widget-span { width:auto; float:none; display:inline-block; vertical-align: middle; }

/*top 3*/
.row-fluid .top3 { padding:40px 0; }
.row-fluid .top3 h1 { font-size:40px; line-height:40px; padding:45px 0 15px; }
.row-fluid .widget-type-section_header { font-size:24px; }


/*header*/
.row-fluid .header { float:left; width:100%; }
.row-fluid .header-content { padding:170px 0; font-size:22px; line-height:30px; }
.row-fluid .header-content3 { padding:75px 0; font-size:18px; line-height:24px; }
.row-fluid .header-text3 {  font-size:22px; line-height:30px; }
.row-fluid .header-content3 p { margin:0; }
.row-fluid .header-text { padding:0 0 15px; }


.row-fluid .header-title2 span span { background:#79da91; color:#fff; padding:0 10px; border-radius:4px; }
.row-fluid .header-title2 h2 { position:relative; padding:0 0 25px; margin:0 0 20px; }
.row-fluid .header-title2 h2:before { content:''; position:absolute; height:1px; width:150px; background:#79da91; left:50%; margin:0 0 0 -75px; bottom:0; }


.row-fluid .header-calltoactionmain { float:left; width:100%;  } 
.row-fluid .header-calltoactionImage { margin:-5px 0; }
.row-fluid .header-calltoactionright { padding:20px 0 15px; }
.row-fluid .header-calltoactionright h4 { padding:0; font-size:22px; line-height:28px; }
.row-fluid .header-calltoactionText { padding:0 0 10px; font-size:16px; }

.row-fluid .header-links .widget-span { float:none; padding:0 20px 0 0; display:inline-block; vertical-align:top; width:auto; margin:0 !important; }
.row-fluid .header-links { padding:15px 0 0; }



.row-fluid .header-calltoactionmain2 { padding:25px 0 35px; float:left; width:100%; }
.row-fluid .header-calltoactionlink { padding:30px 0 0; }

.row-fluid .header-inner { float:left; width:100%; padding:55px 0; }
.row-fluid .header-inner h1 { font-size:45px; font-weight:600; color:#fff; line-height:45px; padding:0 0 10px; }
.row-fluid .header-inner .secondary-header { padding:0 10%; }

.row-fluid .blog-header { float:left; width:100%; padding:65px 0 80px; }
.row-fluid .blog-header h1 { font-size:45px; font-weight:600; color:#fff; line-height:45px; padding:0 0 10px; }
.row-fluid .blog-header .secondary-header { padding:0 10%; }

.hs-blog-post .row-fluid .blog-header { display:none; }

.row-fluid .header-slider .hs_cos_flex-slider .caption { background:none; width:1110px; left:auto; bottom:auto; margin:0 auto; position:relative; padding:80px 10% 60px; min-height:280px; font-size:16px; line-height:24px; }
.row-fluid .header-slider .headerslider-image { position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; }
.row-fluid .header-slider .headerslider-image:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(000,000,000,0.7); }
.row-fluid .header-slider .headerslider-image img { display:none; }
.row-fluid .header-slider .hs_cos_flex-slider { margin:0; }
.row-fluid .header-slider h1 { padding:0; font-weight:600; }
.row-fluid .header-slider .hs_cos_flex-control-nav { bottom:10px; }
.row-fluid .header-slider br { line-height:0; }
.row-fluid .header-slider .hs_cos_flex-control-paging li a  { background:none; border:1px solid #fff; }
.row-fluid .header-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active { background:#78619f; border-color:#78619f; }

.row-fluid .hs_cos_flex-direction-nav a { border:2px solid #78619f; color:#78619f; background:none; border-radius:100%; text-indent:0; font-size:0; line-height:27px; text-align:center; }
.row-fluid .header-slider .row-fluid .hs_cos_flex-direction-nav a { border-color:#fff; color:#fff; }
.row-fluid .hs_cos_flex-direction-nav a:hover , .row-fluid .header-slider .row-fluid .hs_cos_flex-direction-nav a:hover { border-color:#79da91; color:#79da91; }
.row-fluid .hs_cos_flex-slider .hs_cos_flex-prev:before { font-size:20px; content: "\f104"; text-indent:0; font-family:'FontAwesome'; display:inline-block; }
.row-fluid .hs_cos_flex-slider .hs_cos_flex-next:before { font-size:20px; content: "\f105"; text-indent:0; font-family:'FontAwesome'; display:inline-block; }
.row-fluid .hs_cos_flex-slider ul , .row-fluid .hs_cos_flex-slider ul li { padding:0; }
.row-fluid .hs_cos_flex-slider ul li:before { display:none; }
.row-fluid .hs_cos_flex-direction-nav li { position:initial; }

.row-fluid .header-withoutBG { background:#ebebeb; }
.row-fluid .header-withoutBG h1 { color:#78619f; } 


/*content boxes*/
.row-fluid .content-box { padding:30px 0; position:relative; }
.row-fluid .content-boxIcon { min-height:60px; margin:0 0 10px; }
.row-fluid .content-boxIcon img { max-width:62px !important; }
.row-fluid .content-boxText { padding:0 0 15px; }
.row-fluid .content-box:before { content:''; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg.png) no-repeat center center; width:120px; height:119px; position:absolute; top:-60px; left:-70px; }

.row-fluid .content-boxIconBG span { background:#78619f; text-align:center; padding:30px 0; width:95px; height:95px; border-radius:100%; display:inline-block; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .content-boxIconBG span:hover { background:#79da91; }
.row-fluid .content-boxesCover .hs_cos_wrapper_widget  { float:left; width:33.33%; padding:0 15px; }
.row-fluid .content-boxesCover .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .content-boxesCover .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; }
.row-fluid .content-boxesCover .hs_cos_wrapper_widget:nth-child(3n+1) .content-box:before , .row-fluid .content-boxesCover .hs_cos_wrapper_widget:nth-child(2) .content-box:before  , .row-fluid .content-boxesCover .hs_cos_wrapper_widget:nth-child(3) .content-box:before  { display:none; }


.row-fluid .content-boxIconBG img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .content-boxIconBG:hover img { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

.row-fluid .content-boxIconBG { padding:0 0 10px; }


/*content boxes2*/
.row-fluid .content-boxes2 .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .content-boxes2 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .content-boxes2 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .content-box2 { padding:20px 0; }



/*service boxes*/
.row-fluid .service-box {  font-size:16px; }
.row-fluid .content-box.service-box:before { display:none; }
.row-fluid .content-box2Number { padding:0 0 20px; color:#78619f; font-size:30px; }
.row-fluid .content-box2Number span { position:relative; display:inline-block; width:68px; height:68px; line-height:68px; border:1px solid  #78619f; border-radius:4px; text-align:center; padding:0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .content-box2Number span:before, .row-fluid .content-box2Number span:after { content: "";  position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent; border-bottom: 0;  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .content-box2Number span:before { bottom:-12px; left:50%;  margin:0 0 0 -12px;  border-top-color: #78619f; border-width: 12px; }
.row-fluid .content-box2Number span:after { bottom:-11px; left:50%; margin:0 0 0 -11px; border-top-color:#fff; border-width: 11px; }
.row-fluid .content-box2Number span:hover { background:#78619f; color:#fff }
.row-fluid .content-box2Number span:hover:after { border-top-color:#78619f; }


/*service boxes2*/
.row-fluid .service-boxes2 { padding:50px 0 0; }
.row-fluid .service-boxes2 .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .service-boxes2 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .service-boxes2 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .service-box2 { padding:15px 0; margin-top:10px; margin-bottom:10px; font-size:16px; position:relative; }
.row-fluid .service-box2Hover { position:absolute; background:#78619f; top:0; height:100%; width:100%; color:#fff; font-size:20px; z-index:8; left:0; opacity:0; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .service-box2:hover .service-box2Hover { opacity:1; }
.row-fluid .service-box2Hovercontent { top:50%; position:relative; display:block; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .service-box2Number { font-size:40px; line-height:40px; }
.row-fluid .service-box2Icon { padding:0 0 15px 0; min-height:70px; }


/*resource section*/ 
.row-fluid .resource-box { padding:10px 0 20px; position:relative;  }
.row-fluid .resource-boxes .hs_cos_wrapper_widget { float:left; width:24%; margin-left:1.3%; }
.row-fluid .resource-boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .resource-boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; margin-left:0; }

.row-fluid .resource-box > div { overflow:hidden; }
.row-fluid .resource-boxImage span { display:block; position:relative; }
.row-fluid .resource-boxImage span:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage span:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-box:hover span:before , .row-fluid .resource-box:hover span:after { opacity:0.6; }
.row-fluid .ViewMoreResources-link { padding:35px 0 0; }
.row-fluid .resource_downloadLink { position:absolute; left:0; top:50%; margin:-20px 0 0; width:100%; opacity:0; }
.row-fluid .resource-box:hover .resource_downloadLink { opacity:1; }
.row-fluid .resource-box img { width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-box:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .ResourceRight-Content h4 { padding-top:0; }

.row-fluid .resource-boxImage2 a , .row-fluid .resource-boxImage2 span { display:block; position:relative; }
.row-fluid .resource-boxImage2 a:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage2 a:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-boxImage2 a:hover:before , .row-fluid .resource-boxImage2 a:hover:after { opacity:0.6; }
.row-fluid .resource-boxImage2 span:before {  -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; position:absolute; left:50%; top:50%; content:'';  content: "\f06e"; font-size:20px; color:#fff; width:30px; height:30px; line-height:30px; margin:-15px 0 0 -15px; font-family:'FontAwesome'; opacity:0; z-index: 4; }
.row-fluid .resource-boxImage2 span:hover:before  { opacity:1; }

.row-fluid .resource-boxes2 { padding:35px 0 0; }
.row-fluid .resource-boxes2 .hs_cos_wrapper_widget { width:49%; margin:0 0 40px 2%; float: left; }
.row-fluid .resource-boxes2 .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
.row-fluid .resource-boxes2 .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }



/*resource Page Option 1*/
.resource-contentbox { float:left; width:50%; padding:0 20px 35px 0; }
.resource-listing .resource-contentbox:nth-child(2n) { padding-left:20px; padding-right:0; clear:right; }
.resource-listing .resource-contentbox:nth-child(2n+1) { clear:left; }
.resource-listing .resource-featuredimage { float:left; width:35%; position:relative; overflow:hidden; }
.resource-listing .resource-textMain { float:left; width:65%; padding:0 0 0 20px; }
.row-fluid .resource-featuredimage:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage:hover:before , .row-fluid .resource-featuredimage:hover:after { opacity:0.6; }
.row-fluid .resource-featuredimage img { border:1px solid #e6e6e6; width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-featuredimage:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }


.row-fluid .resource-filter { padding:0 0 25px; margin:0 0 45px; float:left; width:100%; text-align:center; font-size:20px; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg3.png) no-repeat center bottom; }
.row-fluid .resource-filter .hs_cos_wrapper_type_post_filter { display:inline-block;  }
.row-fluid .resource-filter li { display:inline-block; padding:0 0 0 10px; border-left:1px solid #ccc; line-height:18px; margin:0 0 5px 10px; }
.row-fluid .resource-filter li:before { display:none; }
.row-fluid .resource-filter h3 { display:none; }

.row-fluid .resource-filter .filter-link-count { display:none; }

.row-fluid .resource-hide { opacity: 0; }




/*resource Page Option 2*/
.row-fluid .resource-contentbox2 { float:left; width:100%; padding:30px 0; border-top:1px solid #eeeeee; }
.resource-listing2 .resource-contentbox2:first-child { border:none; padding-top:0; }

.row-fluid .resource-listing2 .resource-featuredimage2 { float:left; width:25%; position:relative; overflow:hidden; }
.row-fluid .resource-listing2 .resource-textMain2 { float:left; width:75%; padding:0 0 0 20px; }
.row-fluid .resource-featuredimage2:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage2:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .resource-featuredimage2:hover:before , .row-fluid .resource-featuredimage2:hover:after { opacity:0.6; }
.row-fluid .resource-featuredimage2 img { border:1px solid #e6e6e6; width:100% !important; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .resource-featuredimage2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }


/*resource Page Option 3*/
.row-fluid .resource-contentbox3 { perspective: 1000; float:left; width:33.33%; padding:20px; }
.row-fluid .resource-contentbox3:hover .resource-contentb3  { transform: rotateY(180deg); }
.row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 360px; } 
.row-fluid .resource-contentb3 { transition: 0.6s; transform-style: preserve-3d; position: relative; }
.row-fluid .resource-featuredimage3, .row-fluid .resource-textMain3 {	backface-visibility: hidden; position: absolute; top: 0; left: 0; }
.row-fluid .resource-featuredimage3 { z-index: 2; transform: rotateY(0deg); }
.row-fluid .resource-textMain3 { transform: rotateY(180deg); background:#f4f4f4; padding:18px; overflow:auto; }
.row-fluid .resource-featuredimage3 img { border:1px solid #e6e6e6; width:100% !important; }

.row-fluid .resource-featuredimage3 h6 { padding:15px 0 0; }
.row-fluid .resource-featuredimg3 { height:294px; overflow:hidden; }


/*resource Page Option 4*/
.row-fluid .resource-contentbox4 { float:left; width:25%; padding:20px 15px; }
.row-fluid .resource-featuredimage4 { padding:20px 0; }
.row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n) { clear:right; }
.row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n+1) { clear:left; }



/*sub text*/
.row-fluid .sub-text { font-size:22px; padding:0 0 20px; }
.row-fluid .subtext-separator { padding:0 0 40px;  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/separator-bg2.png) no-repeat center bottom; }


/*casestuides section*/
.row-fluid .casestudies-section { padding:35px 0 30px 0; }
.row-fluid .Viewcasestudies-link { padding:50px 0 0; }
.row-fluid .casestudies-name { font-size:20px; }
.row-fluid .casestudies-DesignationCompanyName { font-size:16px; }


/*Testimonial Section*/
.row-fluid .testimonial-whitesection { background:rgba(255,255,255,0.4); margin:45px 0; }

.row-fluid .testimonial-linksection .widget-span { float:none; padding:0 10px; display:inline-block; vertical-align:top; width:auto; margin:0 !important; }
.row-fluid .testimonial-linksection { margin:0 0 -25px; }

.row-fluid .testimonial-sliderImage { padding:0 0 15px; }
.row-fluid .testimonial-sliderImage span { width:82px; height:82px; overflow:hidden; border-radius:100%; display: inline-block; }
.row-fluid .testimonial-slider { margin:-51px 0 0; }

.row-fluid .testimonial-slider { padding:0 100px 25px; font-style:italic; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/quote-img.png) no-repeat 20px 80px; float:left; width:100%; }
.row-fluid .testimonial-sliderPersonName { font-size:20px; padding:10px 0 0; }
.row-fluid .testimonial-sliderPersonRole { color:#676767; font-size:16px; }

/*Testimonial Section 2*/
.row-fluid .testimonial-titlewithicon h2 { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/chat-icon.png) no-repeat center top; padding:55px 0 30px; }
.row-fluid .testimonial-sliderText2 { padding:0 0 30px; }
.row-fluid .testimonial-sliderImage2 { display:inline-block; width:75px; height:75px; overflow:hidden; border-radius:100%; }
.row-fluid .testimonial-sliderPersonName2 , .testimonial-sliderPersonRole2 { display:inline-block; padding:0 6px; margin:0 !important; }
.row-fluid .testimonial-sliderPersonName2 { color:#00c2ff; font-size:20px; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li { display:inline-block; padding:0 8px; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li a { color:#fff; }
.row-fluid .testimonial-slider2 ul.flex-direction-nav li a:hover { color:#00c2ff; }
.row-fluid .testimonial-slider2 ul li:before { display:none; }



/*Client Testimonial*/
.row-fluid .ClientTestimonial-Text { background:#f7f7f7; padding:25px 35px 25px 40px; margin:15px 0 20px; position:relative; }
.row-fluid .ClientTestimonial-Text:before { content:'“'; font-family:Arial, Helvetica, sans-serif; font-size:160px; line-height:120px; position:absolute; left:15px; top:30px; color:#e0e0e0; }
.row-fluid .ClientTestimonial-Text span { position:relative; }
.row-fluid .ClientTestimonial-Text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-right-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #f7f7f7; display: block; width: 0; }
.row-fluid .ClientTestimonial-name { font-size:20px; }

/*Client Testimonial2*/
.row-fluid .ClientTestimonial2-boxes .hs_cos_wrapper_widget { float:left; width:48%; margin:0 0 20px 2%; }
.row-fluid .ClientTestimonial2-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
.row-fluid .ClientTestimonial2-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }

.row-fluid .ClientTestimonial2-box { padding:35px 0 0 0; }
.row-fluid .ClientTestimonial2-text { position:relative; float:left; width:100%; background:#f7f7f7; border-radius:10px; padding:25px; box-shadow:-5px -5px 0 0 rgba(000,000,000,0.1); color:#000; }
.row-fluid .ClientTestimonial2-text:before { position: absolute; right: 5px; bottom: 0px; content: '”';  font-size: 230px; color: #efefef; font-weight: 700; }
.row-fluid .ClientTestimonial2-text span { position:relative; }
.row-fluid .ClientTestimonial2-text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-left-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #f7f7f7; display: block; width: 0; }
.row-fluid .ClientTestimonial2-ImageNameRole { float:left; width:100%; padding:35px 0 0 15px; } 
.row-fluid .ClientTestimonial2-PersonImage { position:absolute; left:0; width:70px; height:70px; overflow:hidden; border-radius:100%; }
.row-fluid .ClientTestimonial2-PersonRole { opacity:0.8; font-size:16px; }
.row-fluid .ClientTestimonial2-PersonName { margin:10px 0 0; color:#79da91; }
.row-fluid .ClientTestimonial2-PersonCover { float:left; padding:40px 0 0 20px; }
.row-fluid .ClientTestimonial2-PersonCover > div { position:relative; }
.row-fluid .ClientTestimonial2-PersonNameRole { float:left; margin:0; padding:0 0 0 85px; font-size:20px; }

.row-fluid .ClientTestimonial2-boxCenter { text-align:center; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-text:after { left:50%; margin:0 0 0 -10px; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-PersonNameRole { width:auto; float:none;  display:inline-block; }
.row-fluid .ClientTestimonial2-boxCenter .ClientTestimonial2-PersonCover { float:none; width:auto; display:inline-block; }



/*Testimonial Page 1*/
.row-fluid .testimonial-main .row-fluid .ClientTestimonial2-box { margin-bottom:15px; }

/*Testimonial Page 2*/
.row-fluid .ClientTestimonial3-boxes .hs_cos_wrapper_widget { float:left; width:31.33%; margin:0 0 10px 3%; }
.row-fluid .ClientTestimonial3-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .ClientTestimonial3-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .ClientTestimonial3-box { padding:15px 0 20px; }
.row-fluid .ClientTestimonial3-text { position:relative; float:left; width:100%; color:#000; }
.row-fluid .ClientTestimonial3-PersonImage span { width:100px; height:100px; overflow:hidden; border-radius:100%; display: inline-block; border:2px solid #e6e5e5; }
.row-fluid .ClientTestimonial3-PersonImage img { width:100% !important; }
.row-fluid .ClientTestimonial3-PersonRole { opacity:0.8; font-size:24px; padding:0 0 20px; }
.row-fluid .ClientTestimonial3-PersonRole span { padding:0 10px 10px; border-bottom:1px solid #d1d1d1; }
.row-fluid .ClientTestimonial3-PersonName { padding:10px 0 25px; color:#79da91; font-size:20px; position:relative; }
.row-fluid .ClientTestimonial3-PersonName:before { position:absolute; content:''; left:50%; width:60px; margin:0 0 0 -30px; height:1px; background:#a4a4a4; bottom:0; }



/*Testimonial Dubble Slider 2*/
.row-fluid .testimonial-slider3Box { float:left; width:100%; padding:15px 25px 0 0; }
.row-fluid .testimonial-slider3Box + .testimonial-slider3Box { padding:15px 0 0 25px; }
.row-fluid .testimonial-slider3Text { position:relative; float:left; width:100%; background:#fff; border-radius:10px; padding:25px; box-shadow:-5px -5px 0 0 rgba(000,000,000,0.1); color:#000; }
.row-fluid .testimonial-slider3Text:before { position: absolute; right: 5px; bottom: 0px; content: '”';  font-size: 230px; color: #efefef; font-weight: 700; }
.row-fluid .testimonial-slider3Text span { position:relative; }
.row-fluid .testimonial-slider3Text:after { content: ""; position: absolute; bottom: -20px; left: 60px; border: 0; border-left-width:40px; border-bottom-width: 20px; border-style: solid; border-color: transparent #fff; display: block; width: 0; }
.row-fluid .testimonial-slider3ImageNameRole { float:left; width:100%; padding:35px 0 0 15px; } 
.row-fluid .testimonial-slider3Image { float:left; width:75px; height:75px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; }
.row-fluid .testimonial-slider3PersonName { margin:10px 0 0; }


.row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a { border-color:#fff; }
.row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a:hover , .row-fluid .testimonial-DubbleSliderMain .row-fluid ol.flex-control-nav li a.flex-active { background:#fff;  }


/*video*/
.row-fluid .video-center { float:left; width:100%; padding:25px 15% 0; }
.row-fluid .video-center iframe { width:100%; }

/*why we are*/
.row-fluid .whyweare-boxes .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .whyweare-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .whyweare-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }
.row-fluid .whyweare-box { padding:15px 0 0; }
.row-fluid .whyweare-box h4 { padding-top:0; }
.row-fluid .whyweare-icon { padding:5px 0 0; }



/*Latest Blog Section*/
.row-fluid .latestblog-subtext { padding:15px 0 0; font-size:20px; }

.row-fluid .newsletter-subscription h3 , .row-fluid .latestblog-content h3 { padding:0; }
.row-fluid .newsletter-subscription { padding:20px; background:#e8e8e8; border-radius:6px; margin:35px 0 45px; position:relative; }
.row-fluid .newsletter-subscription label { display:none; }
.row-fluid .newsletter-subscription ul { margin:0; padding:0; list-style:none; }
.row-fluid .newsletter-subscription ul label { display:block; }
.row-fluid .newsletter-subscription ul li { padding:0; }
.row-fluid .newsletter-subscription ul li:before { display:none; }

.row-fluid .newsletter-subscription input[type=text] , .row-fluid .newsletter-subscription input[type=email] { margin:0; border:1px solid #d7d7d7; padding:0 20px; height:46px; line-height:100%; border-radius:4px; width:100%;  }
.row-fluid .newsletter-subscription input[type=submit] { height:46px; line-height:46px; width:18%; padding:0 20px; position:absolute; top:20px; right:20px; } 

.row-fluid .latestblog-content .hs-rss-item-image-wrapper { width:100%; margin:0 0 15px; padding:0; max-height:245px; overflow:hidden; position:relative; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .latestblog-content .hs-rss-item-image-wrapper:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .latestblog-content .hs-rss-item-image-wrapper:after { position:absolute; left:2.5%; top:3.5%; content:''; width:94%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }

.row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover:before , .row-fluid .row-fluid .latestblog-content .hs-rss-item-image-wrapper:hover:after { opacity:0.6; }


.row-fluid .latestblog-content .hs-rss-item { float:left; width:31%; padding:0; margin:15px 1%; border:1px solid #d7d7d7; }
.row-fluid .latestblog-content .feedreader_box { margin:0 0 0 -10px; }

.row-fluid .latestblog-content .hs-rss-title { font-size:18px; font-weight:400; color:#000;  }
.row-fluid .latestblog-content .hs-rss-title:hover { color:#78619f; }
.row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { padding:0 20px; width:100%; font-size:16px; min-height:360px; }

.row-fluid .latestblog-content .hs-rss-byline { width:100%; float:left; font-size:14px; opacity:1; padding:5px 0 0; }
.row-fluid .latestblog-content .hs-rss-author { float:left; position:relative; padding:0 0 0 15px; }
.row-fluid .latestblog-content .hs-rss-author:after { font-family: 'FontAwesome'; content:"\f007"; display:inline-block; position:absolute; left:0; }
.row-fluid .latestblog-content .hs-rss-author:before { content:'By '; }

.row-fluid .latestblog-content .hs-rss-date { float:right; }
.row-fluid .latestblog-content .hs-rss-date:before { font-family: 'FontAwesome'; content:"\f073"; display:inline-block; margin:0 5px 0 0; }
.row-fluid .latestblog-content .hs-rss-description { float:left; width:100%; }

.row-fluid .latestblog-content .hs-rss-description a  { margin:15px 0 0; }

.row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text p { margin:0; padding:10px 0 25px; }

.row-fluid .latestblog-content2 .hs-rss-item { float:left; width:31%; margin:15px 1%; border:1px solid #d7d7d7; padding:10px; border-radius:4px; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { float: left; width:100%; margin:0 0 15px; padding:0; max-height:215px; overflow:hidden; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content2 .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text  { padding:60px 20px 0; width:100%; font-size:16px; position:relative;  min-height:380px; }
.row-fluid .latestblog-content2 .hs-rss-byline { position:absolute; top:-35px; left:5%; width:90%; border-radius:4px; background:#79da91; opacity:0.9; padding:15px 0; color:#fff; text-align:center; line-height:20px; }

.row-fluid .latestblog-content2 .hs-rss-author { display:inline-block; padding-right:15px; max-width:50%; vertical-align: middle; }
.row-fluid .latestblog-content2 .hs-rss-author:before { display:block;  font-family: 'FontAwesome'; content:"\f007"; }
.row-fluid .latestblog-content2 .hs-rss-author span:before { content:'By '; }
.row-fluid .latestblog-content2 .hs-rss-date { display:inline-block; padding-left:15px; border-left:1px solid rgba(000,000,000,0.2);  max-width:50%; vertical-align: middle; }
.row-fluid .latestblog-content2 .hs-rss-date:before { font-family: 'FontAwesome'; content:"\f073"; display:block; margin:0 5px 0 0; }
.row-fluid .latestblog-content2 .hs-rss-description a { margin:15px 0 0; }
.row-fluid .latestblog-content2 .hs-rss-title { font-size:20px; font-weight:400; }
.row-fluid .latestblog-content2 p { margin:0; }


.row-fluid .latestblog-content3 .hs-rss-item { float:left; width:48%; margin:15px 1%; border:1px solid #d7d7d7; padding:10px; border-radius:4px; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper { float:left; width:100%; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .latestblog-content3 .hs-rss-item-text { float:left; width:100%; padding:0; min-height: 240px; }
.row-fluid .latestblog-content3 .hs-rss-item-image-wrapper { float: left; width:100%; margin:0 0 15px; padding:0; max-height:245px; overflow:hidden; }
.row-fluid .latestblog-content3 .hs-rss-byline { float:left; width:100%; border-top:1px solid #f3f3f3; position:relative; padding:25px 0 20px 50px; opacity:1; color:#000; font-size:18px; font-weight:600; }
.row-fluid .latestblog-content3 .hs-rss-byline:before { top:20px; font-family: 'FontAwesome'; color:#fff; line-height:40px; text-align:center; content: "\f007"; position:absolute; left:5px; width:40px; height:40px; border-radius:100%; background:#78619f; }
.row-fluid .latestblog-content3 .hs-rss-description { float:left; width:100%; }
.row-fluid .latestblog-content3 .hs-rss-title { font-size:20px; text-transform:uppercase; }
.row-fluid .latestblog-content3 .hs-rss-description a { margin:20px 0 0; }



/*get started*/
.getstarted-text { padding:0 0 15px; }


/*fundamentals section*/
.row-fluid .fundamentals-img { padding:0 0 30px; }


/*Features section*/ 
.row-fluid .feature-boxes .hs_cos_wrapper_widget { float:left; width:48%; margin:0 0 10px 2%; }
.row-fluid .feature-boxes .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
.row-fluid .feature-boxes .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }
.row-fluid .feature-box { padding:0 0 10px 95px; position:relative; margin:15px 0 0; font-size:15px; line-height:22px; min-height:95px; }
.row-fluid .feature-icon { position:absolute; left:0; top:0; width:68px; height:68px; border:1px solid  #78619f; border-radius:4px; text-align:center; padding:16px 13px; }
.row-fluid .feature-icon:before, .row-fluid .feature-icon:after { content: "";  position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent; border-right: 0;  }
.row-fluid .feature-icon:before { bottom:22px; right: -12px; border-left-color: #78619f; border-width: 12px; }
.row-fluid .feature-icon:after { bottom:23px; right: -11px; border-left-color:#fff; border-width: 11px; }
.row-fluid .feature-icon img { max-height:36px; width:auto !important; }
.row-fluid .feature-box h3 { font-size:30px; line-height:34px; padding:0 0 8px; }


/*TeamMember section*/
.row-fluid .TeamMember-boxes .hs_cos_wrapper_widget { float:left; width:24%; margin-left:1.3%; }
.row-fluid .TeamMember-boxes .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .TeamMember-boxes .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; margin-left:0; }


.row-fluid .TeamMember-box { margin-top:20px; border:1px solid #e4e4e4; float:left; }
.row-fluid .TeamMember-ImageSocial { position:relative; margin:0 0 10px; text-align:center; }
.row-fluid .TeamMember-ImageSocial img { width:100% !important; }
.row-fluid .TeamMember-social { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember-ImageSocial:hover .TeamMember-social { opacity:1; }
.row-fluid .TeamMember-social > div { position:absolute; top:50%; margin:-20px 0 0; width:100%; padding:0 10px; }
.row-fluid .TeamMember-social > div a { display:inline-block; width:40px; height:40px; border:1px solid #fff; color:#fff; border-radius:100%; line-height:38px; text-align:center; margin:0 4px; }
.row-fluid .TeamMember-social > div a:hover { background:#fff; color:#78619f;  }

.row-fluid .TeamMember-name { float:left; width:100%; padding:0 10px; color:#78619f; font-size:22px; font-weight:600; }
.row-fluid .TeamMember-designation { float:left; width:100%; padding:0 10px 10px; }
.row-fluid .TeamMember-about { float:left; width:100%; padding:0 10px 10px; }


/*TeamMember section 2*/
.row-fluid .TeamMember-boxes2 .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .TeamMember-boxes2 .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .TeamMember-boxes2 .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .TeamMember-box2 { padding:15px 0 10px; }
.row-fluid .TeamMember2-imageMain  { position:relative; }
.row-fluid .TeamMember2-imageMain img { width:100% !important; }
.row-fluid .TeamMember2-hover { overflow:auto; opacity:0; position:absolute; left:2%; top:2%; width:96%; height:96%; background:rgba(255,255,255,0.9); padding:20px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember2-imageMain:hover .TeamMember2-hover { opacity:1; }
.row-fluid .TeamMember2-info { min-height:200px; padding:25px 0 0; }
.row-fluid .TeamMember2-social a { display:inline-block; margin:5px; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }
.row-fluid .TeamMember2-social a:hover { color:#fff; background:#78619f; border-color:#78619f; }
.row-fluid .TeamMember2-name { padding:15px 10px 0; font-size:20px; color:#78619f; }
.row-fluid .TeamMember2-role { font-size:14px; color:#909090; font-weight:600; padding:0 10px 0; }

/*TeamMember section 3*/
.row-fluid .TeamMember-boxes3 .hs_cos_wrapper_widget { float:left; width:48%; margin:0 0 25px 2%; }
.row-fluid .TeamMember-boxes3 .hs_cos_wrapper_widget:nth-child(2n) { clear:right; }
.row-fluid .TeamMember-boxes3 .hs_cos_wrapper_widget:nth-child(2n+1) { clear:left; margin-left:0; }

.row-fluid .TeamMember-box3 { padding:15px 0 10px; }
.row-fluid .TeamMember3-imageMain  { position:relative; }
.row-fluid .TeamMember3-imageMain img { width:100% !important; }
.row-fluid .TeamMember3-social { opacity:0; position:absolute; right:10px; top:10px; width:40px; padding:5px; background:rgba(255,255,255,0.3); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember3-imageMain:hover .TeamMember3-social { opacity:1; }
.row-fluid .TeamMember3-social a { display:inline-block; margin:2px 0; background:#fff; border:1px solid #333; color:#333; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:14px; }
.row-fluid .TeamMember3-social a:hover { color:#fff; background:#78619f; border-color:#78619f; }
.row-fluid .TeamMember3-name { font-size:20px; color:#78619f; }
.row-fluid .TeamMember3-role { font-size:14px; color:#909090; font-weight:600; }
.row-fluid .TeamMember3-bio { padding:10px 0; }
.row-fluid .TeamMember3-number a , .row-fluid .TeamMember3-email a { color:#7d7d7d; }
.row-fluid .TeamMember3-number a:hover , .row-fluid .TeamMember3-email a:hover { color:#78619f; }
.row-fluid .TeamMember3-number , .row-fluid .TeamMember3-email { font-size:14px; color:#7d7d7d; }
.row-fluid .TeamMember3-email { padding:0 0 15px; }

/*TeamMember section 4*/ 
.row-fluid .TeamMember-boxes4 .hs_cos_wrapper_widget { float:left; width:24%; margin:0 0 25px 1.3%; }
.row-fluid .TeamMember-boxes4 .hs_cos_wrapper_widget:nth-child(4n) { clear:right; }
.row-fluid .TeamMember-boxes4 .hs_cos_wrapper_widget:nth-child(4n+1) { clear:left; margin-left:0; }

.row-fluid .TeamMember-box4 { padding:15px 0 10px; }
.row-fluid .TeamMember4-imageMain  { position:relative; }
.row-fluid .TeamMember4-imageMain img { width:100% !important; }
.row-fluid .TeamMember4-social { opacity:0; position:absolute; right:10px; top:10px; width:40px; padding:5px; background:rgba(255,255,255,0.3); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .TeamMember4-imageMain:hover .TeamMember4-social { opacity:1; }
.row-fluid .TeamMember4-social a { display:inline-block; margin:2px 0; background:#fff; border:1px solid #333; color:#333; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:14px; }
.row-fluid .TeamMember4-social a:hover { color:#fff; background:#78619f; border-color:#78619f; }
.row-fluid .TeamMember4-name { font-size:20px; color:#78619f; padding:10px 0 0; }
.row-fluid .TeamMember4-role { font-size:14px; color:#909090; font-weight:600; }

/*TeamMember Detail*/
.row-fluid .teamdetail-content h5 span { color:#7d7d7d; font-size:20px; }
.row-fluid .teamdetail-social a { display:inline-block; margin:4px 5px; background:#fff; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; font-size:16px; }
.row-fluid .teamdetail-social a:hover { color:#fff; background:#78619f; border-color:#78619f; }
.row-fluid .teamdetail-phone a , .row-fluid .teamdetail-email a { color:#7d7d7d; }
.row-fluid .teamdetail-phone a:hover , .row-fluid .teamdetail-email a:hover { color:#78619f; }
.row-fluid .teamdetail-phone , .row-fluid .teamdetail-email { font-size:14px; color:#7d7d7d; }
.row-fluid .teamdetail-phone { padding:25px 0 0; }
.row-fluid .teamdetail-email { padding:0 0 15px; }


/*TeamMember Detail 2*/
.row-fluid .teamdetail2-content { padding:25px 0 20px; }
.row-fluid .teamdetail2-PhoneEmailSocial a  { color:#7d7d7d; }
.row-fluid .teamdetail2-PhoneEmailSocial a:hover { color:#78619f; }
.row-fluid .teamdetail2-social a { display:inline-block; margin:4px 2px; background:#fff; border:1px solid #7d7d7d; color:#7d7d7d; width:30px; height:30px; text-align:center; line-height:30px; border-radius:100%; font-size:16px; }
.row-fluid .teamdetail2-social a:hover { color:#fff; background:#78619f; border-color:#78619f; }
.row-fluid .teamdetail2-phone , .row-fluid .teamdetail2-email { font-size:16px; color:#7d7d7d; padding:5px 0 0; }
.row-fluid .teamdetail2-PhoneEmailSocial { padding:25px 0 10px; }
.row-fluid .teamdetail2-name { font-size:25px; color:#78619f; padding:15px 0 0; font-weight:600; }
.row-fluid .teamdetail2-role { font-size:20px; color:#909090; font-weight:600; }



/*Why Choose us Section*/
.row-fluid .whychoose-boxes .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .whychoose-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .whychoose-box { padding:25px 0 0; }
.row-fluid .whychoose-icon span { background:#78619f; text-align:center; padding:30px 0; width:95px; height:95px; border-radius:100%; display:inline-block; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .whychoose-icon span:hover { background:#79da91; }
.row-fluid .whychoose-icon span:hover img { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out  }
.row-fluid .whychoose-icon { padding:0 0 10px; }



/*Facts Section*/
.row-fluid .facts-icon { padding:0 0 10px; }
.row-fluid .facts-icon span { display:inline-block; border:1px solid #fff; width:90px; height:90px; padding:15px 0; border-radius:100%; }
.row-fluid .facts-number { font-size:50px; line-height:55px; font-weight:600; }
.row-fluid .facts-name { font-size:25px; font-weight:300; }
.row-fluid .facts-box { min-width:170px; }


/*Clients Section*/
.row-fluid .client-logoes { padding:45px 15px 45px 60px; }
.row-fluid .client-logo { padding:20px 15px; }
.row-fluid .client-logocover .hs_cos_wrapper_widget { float:left; width:31.33%; margin:0 0 25px 3%; }
.row-fluid .client-logocover .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .client-logocover .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }


/*Call To Action*/
.row-fluid .calltoaction-main { padding:45px 0; }
.row-fluid .quote-icon { display:inline-block; vertical-align:top; float:none; width:auto; }
.row-fluid .quote-icon span { display:inline-block; width:65px; height:65px; border-radius:100%; border:1px solid #fff; padding:16px 0; }
.row-fluid .calltoaction-text { display:inline-block; vertical-align:top; float:none; width:auto; font-size:40px; line-height:45px; padding:8px 0 0; font-weight:600; }
.row-fluid .calltoaction-text a { vertical-align:middle; margin:0 0 0 15px; }

/*Call To Action 2*/
.row-fluid .calltoaction-main2 { padding:45px 0; background:#fbfbfb; border:1px solid #f0f0f0; padding:20px; margin:40px 0 0; }
.row-fluid .calltoaction-main2 h5 strong { color:#78619f; }
.row-fluid .calltoaction2-right { padding:40px 0 0; }


/*partner section*/
.row-fluid .partner-section { padding:35px 0; text-align:center; }
.row-fluid .partner-logo { float:none; display:inline-block; vertical-align:middle; width: 14%; }




/*Blog Page Option 1*/
.row-fluid .blog-top { padding:30px 0; position:relative; float:left; width:100%; z-index:8; }
.row-fluid .search-section ,  .row-fluid #subscribe-popup { display:none; }

.row-fluid .search-link span { font-size:0; cursor:pointer; display:inline-block; vertical-align:middle; padding-right:20px; }
/*.row-fluid .search-link span:before { font-family: 'FontAwesome';  content: "\f002"; font-size:24px; }*/
.row-fluid .search-link span:before { position:absolute; content:""; background:url("//2571220.fs1.hubspotusercontent-na1.net/hubfs/2571220/Campbell_Theme_2016/Images/search.png") no-repeat; height:26px; width:26px; }
.row-fluid .search-link span:hover { color:#79da91; }

.row-fluid .search-section { position:absolute; left:0; top:100%; width:100%; padding:20px 0; background:#fff; z-index: 8; box-shadow:0 4px 2px 2px rgba(000,000,000,0.1); }
.row-fluid .search-section input[type=text] , .row-fluid .search-section input[type=email] { height:44px; line-height:100%; background:#f1f1f1; padding:0 15px; float:none; width:80%; margin:0 2% 0 0; border-radius:4px; }
.row-fluid .search-section a { cursor:pointer; vertical-align:middle; margin:0; }
.row-fluid .search-section label { display:none; }

.row-fluid .blog-topsubscribe .blog-topsubscribelink span {  cursor:pointer; display:inline-block; vertical-align:middle; position:relative; padding-left:45px; font-weight:400; font-size:18px; }
/*.row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { font-family: 'FontAwesome';  content:"\f003"; font-size:24px; display:inline-block; margin:0 15px 0 0; }*/
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:before { position:absolute; content:""; background:url("//2571220.fs1.hubspotusercontent-na1.net/hubfs/2571220/Campbell_Theme_2016/Images/mail.png") no-repeat; height:24px; width:30px; left:0; }
.row-fluid .blog-topsubscribe .blog-topsubscribelink span:hover { color:#79da91; }

#subscribe-popup { padding:10px; max-width:100%;  width:400px; }
#subscribe-popup h3 { font-size:24px; }

#subscribe-popup .hs_blog_blog_2016_subscription ul.multi-container  li  { float:left; width:50%;  } 

.row-fluid .blog-seach , .row-fluid .blog-topsubscribe { width:auto; margin:12px 20px 0 0; }
.row-fluid .topic-dropdownmain { float:right; width:300px; position:relative; }
.row-fluid .select-topics span { display:block; padding:13px 20px; background:#fff; border-radius:4px; color:#333; position:relative; cursor:pointer; font-size:18px; }
.row-fluid .select-topics span:before { content: "\f078";  font-family: 'FontAwesome'; position:absolute; right:12px; top:10px; font-size:30px; }
.row-fluid .topics-list ul { display:none; position:absolute; z-index:8; left:0; top:100%; width:100%; background:#fff; border-radius:4px; overflow:hidden; list-style:none; padding:0; margin:15px 0 0; }
.row-fluid .topics-list h3 { display:none; }
.row-fluid .topics-list ul li a { display:block; padding:10px 15px; }
.row-fluid .topics-list ul li a:hover { color:#79da91; }
.row-fluid .topics-list ul li { border-top:1px solid #ccc; } 
.row-fluid .topics-list ul li:first-child { border-top:none; } 


/*fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; color:#fff; font-family:'FontAwesome'; border-radius:100%; border:2px solid #fff; color:#fff !important; background:#78619f; text-align:center; line-height:32px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2) ; }
.fancybox-close:before { content: "\f00d"; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/blank.png'); /* helps IE */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; font-family:'FontAwesome'; border-radius:100%; border:2px solid #fff; color:#fff !important;  background:#78619f; line-height:32px; box-shadow:0 0 5px 5pxrgba(0, 0, 0, 0.2);  }
.fancybox-prev span { left: 10px; }
.fancybox-prev span:before { content: "\f104"; }
.fancybox-next span { right: 10px;   }
.fancybox-next span:before { content: "\f105"; }

.fancybox-close:hover , .fancybox-nav span:hover { background:#79da91; }


.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background:rgba(000,000,000,0.6); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading div {  background-image: url('//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/fancybox_loading@2x.gif'); }
}



.row-fluid .header-latestblog { text-align:left; padding:40px 0 0; }
.row-fluid .header-latestblog a { color:#fff; }
.row-fluid .header-latestblog a:hover { color:#79da91; }
.row-fluid .header-latestblog .topic-link { font-size:25px; }
.row-fluid .header-latestblog h2 { font-size:35px; line-height:45px; font-weight:600; }
.row-fluid .feature-bottom { border-top:1px solid #fff; color:#fff; padding:20px 0 0; margin:10px 0 0; }
.row-fluid .feature-author { float:left; }
.row-fluid .feature-authorimg { vertical-align:middle; display:inline-block; width:50px; height:50px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; }
.row-fluid .feature-sharing { float:right; }
.row-fluid .feature-sharing a { display:inline-block; border-radius:100%; /*height:40px; width:40px;*/ /*border:2px solid #fff;*/ color:#fff; margin:0 0 0 10px; line-height:36px; text-align:center; }
.row-fluid .feature-sharing a:hover { border-color:#79da91; color:#79da91; }

.row-fluid .blog-section { padding:60px 0; float:left; width:100%; }
.row-fluid .bloglisting-box { float:left; width:33%; /*margin:15px 1%;*/ padding:0 12px; margin-bottom:25px; /*border:1px solid #ebebeb;*/ /*min-height:400px;*/ }
/*.row-fluid .blog-listing .bloglisting-box:nth-child(3n) { clear:right; }
.row-fluid .blog-listing .bloglisting-box:nth-child(3n+1) { clear:left; }*/
.hs-blog-listing .blog-section .blog-content .blog-listing > .bloglisting-box:first-child { display:none; }

.row-fluid .blog-featuredimage { position:relative; height:190px; overflow:hidden; }
.row-fluid .blog-featuredimage img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .blog-featuredimage:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .blog-featuredimage a { color:#fff; }
.row-fluid .bloglisting-box h5 { padding:20px 0 10px; text-transform:uppercase; }

/*.row-fluid .blog-featuredimage:before { content:''; position:absolute; left:0; bottom:0; width:100%; height:50px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.8))); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); 
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );  }*/
.row-fluid .bloglisting-topic { position:absolute; left:0; bottom:0; z-index:4; width:100%; padding:10px; }
.row-fluid .bloglisting-title { position:absolute; left:0; bottom:0; z-index:4; width:100%; padding:10px 30px 10px 10px; }
.row-fluid .bloglisting-title h5, .row-fluid .bloglisting-title h5 a { font-size:20px; line-height:28px; padding:0; font-weight:400; }
.row-fluid .blog-featuredimage:after { position:absolute; content:""; height:100%; width:100%; background:rgba(119,97,157,0.7); top:0; left:0; }


.row-fluid .bloglisting-author { font-size:12px; float:left; width:100%; padding:0 0 20px 50px; color:#8977ac; font-weight:bold; position:relative; line-height:18px; }
.row-fluid .bloglisting-authorimg { vertical-align:middle; display:inline-block; width:40px; height:40px; overflow:hidden; border-radius:100%; margin:0 10px 0 0; position:absolute; left:0; }
.row-fluid .bloglisting-bcontent { float:left; width:100%; /*min-height:220px;*/ }
a.bloglisting-authorlink { color:#414042; font-size:12px; font-weight:400; }
a.bloglisting-authorlink:hover { color:#77619D; }
.row-fluid .bloglisting-box a.more-link { color:#414042; }
.row-fluid .bloglisting-box a.more-link:hover { color:#77619D; text-decoration:none; }

.row-fluid .bloglisting-box .read-more { float:left; margin:5px 0 0; }
.row-fluid .bloglisting-social { float:right; }
.row-fluid .bloglisting-social a { display:inline-block; border:1px solid #333; height:30px; width:30px; border-radius:100%; text-align:center; line-height:30px; margin:0 0 0 4px; }
.row-fluid a.bloglisting-facebook { border-color:#4a6da9; color:#fff; background:#4a6da9; } 
.row-fluid a.bloglisting-twitter { border-color:#6ba0d2; color:#fff; background:#6ba0d2; }
.row-fluid a.bloglisting-linkedin { border-color:#008ec7; color:#fff; background:#008ec7; }
.row-fluid a.bloglisting-googleplus { border-color:#eb5725; color:#fff; background:#eb5725; }

.row-fluid .bloglisting-social a.bloglisting-facebook:hover { background:#3c5a99; color:#fff; } 
.row-fluid .bloglisting-social a.bloglisting-twitter:hover { background:#28aae1; color:#fff; }
.row-fluid .bloglisting-social a.bloglisting-linkedin:hover { background:#007bb5; color:#fff; }
.row-fluid .bloglisting-social a.bloglisting-googleplus:hover { background:#dd4b39; color:#fff; }

ul.pagination { margin:0; padding:0; list-style:none; float:left; width:100%; padding:15px 0; text-align:right; }
ul.pagination li { display:inline-block; padding:0 0 0 10px; text-align:center; }
ul.pagination li:before { display:none; }
ul.pagination li a { display:inline-block; border:1px solid #79da91; color:#79da91; border-radius:4px; padding:5px 10px; min-width:35px; }
ul.pagination li a:hover { background:#79da91; color:#fff; }

.row-fluid .bloglisting-innerbox { padding:20px; float:left; border:1px solid #ebebeb; }
.row-fluid .bloglisting-text { font-size:14px; line-height:24px; border-top:2px solid #c7bfd7; padding-top:10px; margin-top:20px; }



/*Blog Detail Option 1*/
.hs-blog-listing .row-fluid .blog-AboutAuthor , .hs-blog-listing .row-fluid .blog-commentsmain , .hs-blog-listing .row-fluid .blog-relatedpost { display:none; }
.row-fluid .blog-detailtop { float:left; width:100%; padding:0 100px 30px; position:relative; }
.row-fluid .blog-detailtop h2 { padding-top:0; }
.row-fluid .blogdetailtop-authorimg { position:absolute; left:0; top:0; width:85px; height:85px; overflow:hidden; border-radius:100%; }
.row-fluid .blogdetailtop-right { width:100%;  }
.row-fluid .blogdetailtop-right h2 { font-size:34px; line-height:40px; padding:0 0 10px; font-weight:600; }
.row-fluid .blogdetailtop-right { font-size:18px; }
.row-fluid .blogdetailtop-authorname { float:left; }
.row-fluid .blogdetailtop-sharing { float:right; padding:8px 0 0; }
.row-fluid .blogdetailtop-sharing .hs-blog-social-share-item-facebook * { vertical-align:top !important; }
.row-fluid .blogdetailtop-sharing .hs-blog-social-share .hs-blog-social-share-list { margin:0; padding:0; }

.row-fluid .blog-detailcontent { float:left; width:100%; padding:0 100px 40px; position:relative; }
.row-fluid .blog-detailcontent:before { position:absolute; top:0; left:35px; content:''; width:7px; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left;  height:100%; }
.row-fluid .blog-detailcontent:after { position:absolute; top:0; right:35px; content:''; width:7px; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }


.row-fluid .blog-commentsmain { float:left; width:100%; padding:0 100px; position:relative; margin:0 0 90px; }
.row-fluid .blog-commentsmain > .row-fluid-wrapper:first-child { border-top:1px solid #eeeeee; padding-top:60px; }
.row-fluid .blog-commentsmain:before { position:absolute; top:0; left:35px; content:''; width:7px; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }
.row-fluid .blog-commentsmain:after { position:absolute; top:0; right:35px; content:''; width:7px; background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/line-bg.png) repeat left; height:100%; }

.row-fluid .blog-comments { padding:40px 60px 60px; float:left; width:100%; }
.row-fluid .blog-comments .field { float:left; padding:0 15px 0 0; width:50%; }
.row-fluid .blog-comments .hs_lastname , .row-fluid .blog-comments .hs_website { padding:0 0 0 15px; }
.row-fluid .blog-comments .hs_comment , .row-fluid .blog-comments .hs_subscribe { float:left; padding:0; width:100%; }
.hsformerror p { margin:0; padding:0; }
.row-fluid .blog-comments .actions .field { padding:0 0 15px; width:100%; }


.row-fluid .blog-AboutAuthor { float:left; width:100%; padding:0 0 40px; }
.row-fluid .blog-AboutAuthor a { color:#fff; }
.row-fluid .blog-AboutAuthor a:hover { color:#fff; text-decoration:underline; }
.row-fluid .blog-authorImage { float:left; width:100%; margin:-80px 0 30px; }
.row-fluid .blog-authorImage img { width:160px; height:160px; border-radius:100%; }
.row-fluid .blog-authorName { float:left; width:100%; padding:0 0 15px; font-size:25px; }
.row-fluid .blog-authorDetail { padding:0 25px 20px; float:left; width:100%; }
.row-fluid .blog-authorcontact { float:left; width:100%; }
.row-fluid .blog-authorcontact span { display:block; }
.row-fluid .blog-authorcontact a { display:inline-block; border-radius:100%; height:40px; width:40px; line-height:40px; text-align:center; border:1px solid #fff; margin:4px 5px; }
.row-fluid .blog-authorcontact a:hover { background:#fff; color:#78619f; }

.row-fluid .blog-relatedpost { padding:55px 0 25px; float:left; width:100%; }
.row-fluid .blog-relatedpost h3 { text-align:center; padding:0 0 35px; }

.blogshare-this { position:fixed; z-index:8; }
.blogshare-this ul { margin:0; padding:0; list-style:none; }
.blogshare-this ul li { padding:0; }
.blogshare-this ul li:before { display:none; }
.blogshare-this a { display:inline-block; width:45px; height:45px; text-align:center; color:#fff; line-height:45px; }
.blogshare-this .blogstik-facebook { background:#0b59aa; }
.blogshare-this .blogstik-twitter { background:#00aaef;  }
.blogshare-this .blogstik-linkedin { background:#0375b3;  }
.blogshare-this .blogstik-googleplus { background:#d84d2f;  }
.blogshare-this a:hover { background:#333; }

/*Blog Page Option 2*/

.row-fluid .blog-sidebar { width:30%; float:right; }
.row-fluid .blog-left { width:67%; float:left; }

.bloglisting2-box { float:left; width:100%; padding:30px 0; border-top:1px solid #ebebeb; }
.blog-featuredimage2 { float:left; width:30%; position:relative; overflow:hidden; }
.row-fluid .blog-featuredimage2 img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .blog-featuredimage2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.bloglisting2-bcontent  { float:left; width:70%; padding:0 0 0 15px; }

ul.bloglisting2-byline { margin:0; padding:0; list-style:none; }
ul.bloglisting2-byline li { display:inline-block; border-left:1px solid #919191; color:#919191; padding:0 10px; line-height:16px; font-size:14px; }
ul.bloglisting2-byline li:first-child { border:none; padding-left:0; }
ul.bloglisting2-byline li:before { display:none; }
ul.bloglisting2-byline li a { color:#919191; }
ul.bloglisting2-byline li a:hover { color:#78619f; }
.bloglisting2-box h5 { font-size:20px; text-transform:uppercase; padding:0 0 10px; line-height:22px; }

.blog-listing2 .bloglisting2-box:first-child { padding-top:0; border:none; }

.blog-featuredimage2:before { content:''; position:absolute; left:0; bottom:0; width:100%; height:50px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );  }

.bloglisting2-social { position:absolute; left:0; width:100%; bottom:0; padding:10px; text-align:center; }
.bloglisting2-social a { display:inline-block; border:1px solid #fff; height:30px; width:30px; border-radius:100%; text-align:center; line-height:30px; margin:0 0 0 4px; color:#fff; }

.row-fluid .bloglisting2-social a.bloglisting2-facebook:hover { background:#3c5a99; } 
.row-fluid .bloglisting2-social a.bloglisting2-twitter:hover { background:#28aae1; }
.row-fluid .bloglisting2-social a.bloglisting2-linkedin:hover { background:#007bb5; }
.row-fluid .bloglisting2-social a.bloglisting2-googleplus:hover { background:#dd4b39; }

/*Download ebook*/
.row-fluid .downloadebook-cta { padding:35px; margin:20px 0 0; }
.hs-blog-listing .row-fluid .downloadebook-cta { display:none; }
.row-fluid .downloadebook-cta h6 { font-weight:300; }
.row-fluid .downloadebook-ctaImage { padding:0 0 20px; }


/*bloglisting-joinnewsletter*/
.row-fluid .bloglisting-joinnewsletter { padding:45px 35px; margin:0 !important; float:left; width:100%; }
.joinnewsletter-titletext { background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/Espark-dtemplate/images/icon-31.png) no-repeat left 10px; padding:0 0 10px 85px;  }
.joinnewsletter-titletext h2  { padding:0 0 5px; }
.joinnewsletter-form h3 { margin:0; padding:0; }
.joinnewsletter-form form > div:first-child { float:left; width:80%; }
.joinnewsletter-form label { display:none; }
.joinnewsletter-form ul.hs-error-msgs label { display:block } 
.joinnewsletter-form input[type=submit] { float:right; }



/*Blog Detail Option 2*/
.hs-blog-post .row-fluid .bloglisting-joinnewsletter { display:none;  }
.blogshare-this2 { position:fixed; z-index:8; margin:0; }
.blogshare-this2 ul { margin:0 0 0 -70px; padding:0; list-style:none; }
.blogshare-this2 ul li { padding:0; }
.blogshare-this2 ul li:before { display:none; }
.blogshare-this2 a { display:inline-block; width:45px; height:45px; text-align:center; color:#fff; line-height:45px; }
.blogshare-this2 .blogstik-facebook { background:#0b59aa; }
.blogshare-this2 .blogstik-twitter { background:#00aaef;  }
.blogshare-this2 .blogstik-linkedin { background:#0375b3;  }
.blogshare-this2 .blogstik-googleplus { background:#d84d2f;  }
.blogshare-this2 a:hover { background:#333; }

.fixed-share { top:100px;  }

ul.hs-blog-social-share-list li , ul.inputs-list li { padding:0; }
ul.hs-blog-social-share-list li:before , ul.inputs-list li:before { display:none; }

.row-fluid .blog-header2 { padding:100px 0; }
.row-fluid .blog-header2 a { color:#fff; }
.row-fluid .blog-header2 a:hover { color:#79da91; }

.headerblog-authorimg { display:inline-block; width:40px; height:40px; border-radius:100%; overflow:hidden; vertical-align: middle; margin:0 10px 0 0; }
.row-fluid  .sidebar-author { margin:60px 0 20px; padding:0 25px 30px; float:left; width:100%; }
.sidebar-author a { color:#fff; }
.sidebar-author a:hover { color:#fff; text-decoration:underline; }
.sidebar-authorImage { display:inline-block; width:120px; height:120px; border-radius:100%; overflow:hidden; border:7px solid #78619f; margin:-60px 0 0; }
.sidebar-authorName { font-size:20px; padding:10px 0; }
.sidebar-authorDetail { font-size:16px; }

.sidebar-authorcontact { float:left; width:100%; padding:10px 0 0; }
.sidebar-authorcontact a { display:inline-block; border:1px solid #fff; height:40px; width:40px; border-radius:100%; text-align:center; line-height:40px; margin:0 0 0 4px; color:#fff; }
.sidebar-authorcontact a:hover { background:#fff;  }
a.sidebarauthor-facebook:hover { color:#3c5a99; } 
a.sidebarauthor-twitter:hover { color:#28aae1; }
a.sidebarauthor-linkedin:hover { color:#007bb5; }
a.sidebarauthor-googleplus:hover { color:#dd4b39; }

.row-fluid .blog-commentsmain2 { padding:35px 0 0;  }
.row-fluid .blog-comments { padding:25px 0 0; }
.hs-blog-post .row-fluid .blog-left { border-left:1px solid #eeeeee; padding:0 0 0 15px; }

.row-fluid .blog-relatedpost2 { margin:40px 0 0; position:relative; padding:40px 0 0; }
.hs-blog-listing .row-fluid .blog-relatedpost2 { display:none; }
.row-fluid .blog-relatedpost2:before { width:50%; margin:0 0 0 -25%; left:50%; content:''; background:#eeeeee; height:1px; position:absolute; top:0; }
.hs-blog-listing .sidebar-author , .hs-blog-listing .row-fluid .blog-commentsmain2 { display:none; }


/*content pages*/
.row-fluid .content-leftImage { padding:0 0 20px; }
.row-fluid .content-rightImage { float:right; margin:0; padding:0 0 20px; }
.row-fluid .content-leftText { float:left; margin:0; }


/*joinNewsletter section*/
.row-fluid .joinOurNewsletter-section { padding:22px 0 12px; }
.row-fluid .joinOurNewsletter-form h3 , .joinOurNewsletter-form label { display:none; }
.row-fluid .joinOurNewsletter-form li label { display:block; }
.row-fluid .joinOurNewsletter-form .form-columns-2 , .row-fluid .joinOurNewsletter-form .hs_email { width:100%; padding:0 120px 0 0; max-width:100%; }
.row-fluid .joinOurNewsletter-form .form-columns-2 .hs_email  { padding:0; }
.row-fluid .joinOurNewsletter-form .hs_submit { position:absolute; top:0; right:0; }
.row-fluid .joinOurNewsletter-form form { position:relative; }
.row-fluid .joinOurNewsletter-form { padding:30px 0 0; }



/*faq*/
.row-fluid .accordion-text { display:none; padding:25px; float:left; width:100%; margin:0; }
.row-fluid .accordion { float:left; width:100%; margin:15px 0; border:1px solid #ccc; }
.row-fluid .accordion-main h4 { padding:14px 15px 14px 55px; position:relative; font-size:20px; margin:0; cursor:pointer; line-height:24px; color:#000; font-weight:600; }
.row-fluid .accordion.active h4 { background:#78619f; color:#fff; }
.row-fluid .accordion-main h4:before { position:absolute; width:40px; height:100%; border-right:1px solid #ccc; content:'+'; left:0; top:0; text-align:center; line-height:48px; font-size:22px; }
.row-fluid .accordion.active h4:before { content:'-'; border-color:rgba(255,255,255,0.2); }


/*downloadCTA*/
.row-fluid .downloadCTA-left { padding:25px 0; }
.row-fluid .downloadCTA-right img { margin:-5px 0; }
.row-fluid .downloadCTA-left h6 { padding:0; }

/*contact*/
.row-fluid .mapaddress-text { padding:15px 0 0; }


.row-fluid .map-main { padding:10px 0; }
.row-fluid .map-main iframe { vertical-align:top; }

.row-fluid .contact-infoboxIcon span { display:inline-block; background:#fff; width:110px; height:110px; padding:20px 0; border-radius:100%; box-shadow:inset 5px 5px 0 0 rgba(000,000,000,0.2); }
.row-fluid .contact-infoboxIcon { padding:0 0 15px; }
.row-fluid .contact-addressMailPhone h6 { font-size:22px; }
.row-fluid .contact-addressMailPhoneBox { padding:10px 0; }

.row-fluid .contact-infobox a { color:#fff; }
.row-fluid .contact-infobox a:hover { color:#fff; text-decoration:none; }


.row-fluid .contact-addressicon h6:before { color:0; content:"\f041"; font-family: 'FontAwesome'; margin:0 10px 0 0; }
.row-fluid .contact-emailicon h6:before { color:0; content:"\f0e0"; font-family: 'FontAwesome'; margin:0 10px 0 0; }
.row-fluid .contact-phoneicon h6:before { color:0; content: "\f095"; font-family: 'FontAwesome'; margin:0 10px 0 0; }

.row-fluid .contact-socialicons { padding:15px 0 0; }
.row-fluid .contact-socialicons.withborder-top  { border-top:1px solid #d7d7d7; margin:15px 0 0; }
.row-fluid .contact-socialicons a { display:inline-block; margin:5px; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }
.row-fluid .contact-socialicons a:hover { color:#fff; }
.row-fluid .contact-socialicons .facebook-link:hover { background:#0b59aa; border-color:#0b59aa; }
.row-fluid .contact-socialicons .twitter-link:hover  { background:#00aaef; border-color:#00aaef; }
.row-fluid .contact-socialicons .google-link:hover { background:#0375b3; border-color:#0375b3; }
.row-fluid .contact-socialicons .linkedin-link:hover { background:#d84d2f; border-color:#d84d2f; }

.row-fluid .contact-socialicons2 a { display:inline-block; margin:0 5px 5px 0; border:1px solid #333; color:#333; width:40px; height:40px; text-align:center; line-height:40px; border-radius:100%; }

.row-fluid .contact-socialicons2 .facebook-link { color:#0b59aa; border-color:#0b59aa; }
.row-fluid .contact-socialicons2 .twitter-link  { color:#00aaef; border-color:#00aaef; }
.row-fluid .contact-socialicons2 .google-link { color:#0375b3; border-color:#0375b3; }
.row-fluid .contact-socialicons2 .linkedin-link { color:#d84d2f; border-color:#d84d2f; }

.row-fluid .contact-socialicons2 .facebook-link:hover { background:#0b59aa; }
.row-fluid .contact-socialicons2 .twitter-link:hover  { background:#00aaef;  }
.row-fluid .contact-socialicons2 .google-link:hover { background:#0375b3;  }
.row-fluid .contact-socialicons2 .linkedin-link:hover { background:#d84d2f; }

.row-fluid .contact-socialicons2 a:hover { color:#fff; }


.row-fluid .mapaddress-box { padding-top:20px; }
.row-fluid .mapaddress-iframe{ padding:10px 0 20px; }
.row-fluid .mapaddress-iframe iframe { width:100%; }
.row-fluid .mapaddress-iframe2 { padding:20px 0 15px; }
.row-fluid .mapaddress-iframe2 iframe { width:100%; }


.row-fluid .contact-detailbox { padding:0 0 30px; }

.contact-rightformMain { background:#f8f8f8; padding:0 0 25px; }
.shareinfo-content {  padding:0 30px;  }
.contact-rightformTitle:after { content: ""; position: absolute; bottom: -15px; left: 60px; width: 0;  height: 0; border-left:15px solid transparent;	border-right:15px solid transparent; border-top:15px solid #78619f; display: block; width: 0; }
.contact-rightformTitle { background:#78619f; font-size:20px; padding:25px 20px; color:#fff; position:relative; }
.contact-rightform { padding:20px 20px 10px; }

.row-fluid .contact-detailbox2 { padding:0 0 20px 30px; }
.row-fluid .contact-detailbox2 h6 { position:relative; padding:0 0 5px 0; }
.row-fluid .contact-detailLocationIcon h6:before { color:0; content:"\f041"; font-family: 'FontAwesome'; left:-25px; top:0; position:absolute; }
.row-fluid .contact-detailEmailIcon h6:before { color:0; content:"\f0e0"; font-family: 'FontAwesome'; left: -25px; top:0; position:absolute; }
.row-fluid .contact-detailPhoneIcon h6:before { color:0; content: "\f095"; font-family: 'FontAwesome'; left: -25px; top:0; position:absolute; }
.row-fluid .contact-detailWebsiteIcon h6:before { color:0; content: "\f0ac"; font-family: 'FontAwesome'; left:-25px; top:0; position:absolute; } 
.row-fluid ul.inputs-list li { padding:0 5px 5px 0; }
.row-fluid .hs-form fieldset ul.inputs-list li input[type="radio"] , .row-fluid .hs-form fieldset ul.inputs-list li input[type="checkbox"] { width:auto; padding:0; margin:0 10px 0 0; }
.row-fluid ul.inputs-list { padding:5px 0 15px; }


/*Career Box*/
.row-fluid .career-box { margin:25px 0 0; border-top:1px solid #f2f2f2; padding:30px 15% 20px; float:left; width:100%; color:#78619f; font-size:25px; }

/*pricing table*/
.row-fluid .pricingTable-Box ul { display:inline-block; }
.row-fluid .pricingTable-Box ul li { padding-left:0; line-height: 25px; }
.row-fluid .pricingTable-Box ul li:before { position:relative; vertical-align:top; display:inline-block; margin:0 5px 0 0; line-height: 22px; }
.row-fluid .pricingTable-Box { border-radius:5px; overflow:hidden; border:1px solid #ebebeb; background:#fff; margin-top:20px; }
.row-fluid .pricingTable-Title { font-size:40px; font-weight:300; padding:15px 0; background:#79da91; line-height:40px; color:#fff; border-bottom:2px solid #78619f; }
.row-fluid .pricingTable-Price { font-size:25px; font-weight:300; line-height:30px; color:#79da91; padding:0 10px; }
.row-fluid .pricingTable-Price > div { border-bottom:1px solid #e1e1e1; padding:50px 0; }
.row-fluid .pricingTable-Price strong { font-size:60px; font-weight:600; line-height:60px; color:#79da91; }
.row-fluid .pricingTable-Detail { padding:20px 10px; }
.row-fluid .pricingTable-button { background:#f7f7f7; padding:20px 15px; }


.row-fluid .pricingTable-twoColumn .pricingTable-Box { float:none; display:inline-block; max-width:350px; }
.row-fluid .pricingTable-highlight .pricingTable-Title , .row-fluid .pricingTable-twoColumn .pricingTable-Title { background:#78619f;  border-bottom-color:#79da91; } 
.row-fluid .pricingTable-highlight .row-fluid .pricingTable-Price strong , .row-fluid .pricingTable-highlight .row-fluid .pricingTable-Price { color:#78619f; }

.row-fluid .pricingTable-fourColumn .pricingTable-Title { font-size:30px;  line-height:34px; background:none; border:none; border-top:4px solid #79da91; color:#79da91; padding:15px 0 0; } 
.row-fluid .pricingTable-fourColumn .pricingTable-Price , .row-fluid .pricingTable-fourColumn .pricingTable-Price strong  { padding:0; color:#79da91; }
.row-fluid .pricingTable-fourColumn .pricingTable-Price > div {  padding:15px 0 20px; }
.row-fluid .pricingTable-fourColumn .pricingTable-Detail { padding:15px 0; }
.row-fluid .pricingTable-fourColumn .pricingTable-Detail > div { border-left:4px solid #ebebeb; padding:0 10px; }
.row-fluid .pricingTable-fourColumn .pricingTable-button { background:none; padding:20px 15px; border-top:1px solid #e1e1e1; }

.row-fluid .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Title { background:none; border:none; border-top:4px solid #78619f; color:#78619f; }
.row-fluid .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Price , .row-fluid  .pricingTable-fourColumn .pricingTable-highlight .pricingTable-Price strong { color:#78619f; }

/*pricing table2*/
.row-fluid .pricingTable2-Main { margin:35px 0 0; border-top:1px solid #78619f; overflow:hidden; }
.row-fluid .pricingTable2-BoxTop { min-height:58px; padding:15px 0; font-size:30px; color:#929292; background:#fafafa; visibility: visible;  }
.row-fluid .pricingTable2-LabelBoxMain { width:30%; margin:0; }
.row-fluid .pricingTable2-BoxMain { width:23.33%; margin:0; }
.row-fluid .pricingTable2-LabelBox span > div.hs_cos_wrapper , .row-fluid .pricingTable2-Box span > div.hs_cos_wrapper { padding:15px 0; border-bottom:1px solid #fafafa;  }

.row-fluid .pricingTable2-BoxBottomPrice { font-size:25px; line-height:50px; font-weight:300; color:#929292; }
.row-fluid .pricingTable2-BoxBottomPrice strong { font-size:50px; }
.row-fluid .pricingTable2-BoxBottom { min-height:150px; padding:15px 0; font-size:30px; color:#929292; background:#fafafa; visibility: visible;  }

.row-fluid .pricingTable2-highlight .pricingTable2-BoxTop { background:#78619f; color:#fff; }
.row-fluid .pricingTable2-highlight .pricingTable2-BoxBottomPrice i , .row-fluid .pricingTable2-highlight .pricingTable2-Box { color:#78619f; }
.row-fluid .pricingTable2-highlight { box-shadow:0 0 5px 5px rgba(000,000,000,0.1); position:relative; }


/*sidebar*/
.row-fluid .sidebar { padding:3px 0 0; }
.row-fluid .sidebar h3 , .row-fluid .sidebar-ebook h3 { padding:0 0 10px; color:#414042; font-size:25px; text-transform:uppercase;  }

.row-fluid .sidebar-box { background:#f8f8f8; padding:15px; margin:0 0 20px; }
.row-fluid .sidebar-box h3 { padding:0 0 10px; color:#414042; font-size:22px; text-transform:uppercase; border-bottom:1px solid #414042; margin:0 0 10px; font-weight:700; }

.row-fluid .sidebar-box ul { margin:0; padding:0; list-style:none; }
.row-fluid .sidebar-box ul li { border-top:1px solid #e7e7e7; padding:8px 0; }
.row-fluid .sidebar-box ul li:first-child { border:none;  }
.row-fluid .sidebar-box ul li:before { display:none; }
.row-fluid .sidebar-box ul li a { color:#252525; padding:0; display:block; width:100%; }
.row-fluid .sidebar-box ul li:before { top:8px; }
.row-fluid .sidebar-box ul li a:hover { color:#78619f; }
.row-fluid .sidebar .row-fluid .sidebar-box ul li ul { position:relative; left:auto; top:auto; padding:8px 0 0 10px; display:none; }
.row-fluid .sidebar .sidebar-childtrigger { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; position:absolute; right:15px; top:8px; width:25px; height:25px; line-height:25px; background:#78619f; cursor:pointer; text-align:center; color:#fff; border-radius:4px; }
.row-fluid .sidebar .sidebar-childtrigger:hover { background:#79da91; }
.row-fluid .sidebar .sidebar-childtrigger i { display: inline-block; vertical-align: middle; }


.row-fluid .sidebar-ebook { text-align:center; position:relative; padding:20px 15px; margin:0 0 20px; }
.row-fluid .sidebar-ebook:before { content:''; background:#78619f; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0.2; }
.row-fluid .sidebar-ebook > div { position:relative;  }
.row-fluid .sidebar-ebookimage { padding:0 0 15px; }

.row-fluid .sidebar-ebookimage span { position:relative; display:inline-block; overflow:hidden; }
.row-fluid .sidebar-ebookimage span a:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .sidebar-ebookimage span a:after { position:absolute; left:4.5%; top:3.5%; content:''; width:90%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }
.row-fluid .sidebar-ebookimage:hover span a:before , .row-fluid .sidebar-ebookimage:hover span a:after { opacity:0.6; }
.row-fluid .sidebar-ebookimage img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .sidebar-ebookimage:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.row-fluid .sidebar-ebookimage a { display:block; }


.row-fluid .sidebar-getstarted { padding:20px; margin:0 0 20px; }

.row-fluid .sidebar-slider ul li { padding:0; }
.row-fluid .sidebar-slider li:before { display:none; }
.row-fluid .sidebar-slider .testimonial-slidercontent { background:#f8f8f8; padding:20px 20px 50px; }
.row-fluid .sidebar-slider .testimonial-sliderImage { margin:-40px 0 40px; }
.row-fluid .sidebar-slider { margin:0 0 20px; }
.row-fluid .sidebar-cta { padding:0 0 20px; float:left; width:100%; text-align:center; }
.row-fluid .slider-section3 { position:relative; }
.row-fluid .slider-section3 ol.flex-control-nav { position:absolute; bottom:0; left:0; width:100%; z-index:9; }
.row-fluid .slider-section3 li , .row-fluid .slider-section li , .row-fluid .slider-section4 li { padding:0; }
.row-fluid .slider-section3 li:before , .row-fluid .slider-section li:before , .row-fluid .slider-section4 li:before { display:none; }

/*landing Pages*/
.row-fluid .social-share { padding:25px 0 0; }
.row-fluid .landingPage-img img { width:100% !important; }
.row-fluid .landing-contentRight3Title { padding:25px 25px 0; }
.row-fluid .landing-contentRight3Title h4 { padding:0; }
.row-fluid .landing-contentRight3 .contact-rightform  { padding:10px 25px 20px; }
.row-fluid .landing-contentSubHeading4 { padding:0 0 60px; }
.row-fluid .ClientTestimonial-ladingpage { padding:50px 10% 0; }

.row-fluid .landing-contentRight1 { padding:25px; border-radius:20px; background:#f9f9f9; border:6px solid #78619f; }
.row-fluid .landing-contentRightBottomText { float:left; width:100%; margin:15px -25px -25px !important; color:#fff; padding:15px 25px; background:#78619f; box-sizing: content-box; }
.row-fluid .landing-contentRightBottomText p { margin:0; padding:0; }
.row-fluid .contact-rightform4 input[type=submit] { width:100%; }


.row-fluid .landing-contentRight5 { padding:25px 25px 35px; }

.row-fluid .aboutPerson-box { font-size:16px; }
.row-fluid .aboutPerson-box1 .aboutPerson-Image { float:right; }
.row-fluid .aboutPerson-Content { padding:0 20px;  margin:0;  }
.row-fluid .aboutPerson-Image { margin:0; }
.row-fluid .aboutPerson-Image span { display:inline-block; overflow:hidden; border-radius:100%; border:6px solid #fff !important; }
.row-fluid .aboutPerson-Name { font-size:20px; }
.row-fluid .aboutPerson-ID { color:#E3E3E3; }
.row-fluid .aboutPerson-Image img { width:100% !important; height:100% !important; }

.row-fluid .webinar-link { margin:40px 0 -103px; }
.row-fluid .landing-testimonial { margin:0 0 30px; }

.row-fluid .landing-contentListMain > div > div  { position:relative; }
.row-fluid .landing-contentListIcon { position:absolute; text-align:center; background:#78619f; border-radius:100%; width:50px; height:50px; padding:10px 0; left:0; top:0; }
.row-fluid .landing-contentListIcon img { max-width:30px; width:auto; }
.row-fluid .landing-contentListText { padding:0 0 20px 60px; width:100%; margin:0; }
.row-fluid .landing-contentListText p { padding:0 0 5px; }

.row-fluid .landing-title h1 , .row-fluid .landing-title h1:before, .row-fluid .landing-title h1:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row-fluid .landing-title h1 { font-size: 33px; line-height:38px; background:#78619f; position: relative; color: white;  display: inline-block; padding:15px 20px;  text-align: center; text-transform: uppercase; margin:0 30px 25px; }

.row-fluid .landing-title h1:before, .row-fluid .landing-title h1:after { background:#78619f; opacity:0.8; position: absolute; top:10px; content: ' ';  height: 0; border:35px solid rgba(0, 0, 0, 0);  border-left: 25px solid white;  }
.row-fluid .landing-title h1:before { left:  -60px;  }
.row-fluid .landing-title h1:after { right: -60px;  transform: rotate(180deg); }
.row-fluid .landing-title { padding:40px 0 0; }

.row-fluid .landingPage-content { padding-top:0; }

.row-fluid .free-content { padding:25px 15px;  }
.row-fluid .freecontent-left { padding:0 0 0 15px; }
.row-fluid .freecontent-right { padding:0 15px; }
.row-fluid .freecontent-right span span { position:relative; display:inline-block; font-size:34px; line-height:34px; clear:both; margin:0 25% 0 0; }
.row-fluid .freecontent-right span span:before { content:''; left:0; top:16px; background:#FC0000; height:2px; width:100%; position:absolute; }

.row-fluid .landing-contentRightImage { padding:15px 0 30px; }



/*Case Studies Pages*/
.row-fluid .casestudies-box { padding:20px 0; float:left; width:100%; }
.row-fluid .casestudies-left { position:relative; }
.row-fluid .casestudies-hover { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; text-align:center; background:rgba(000,000,000,0.6); padding:20px; color:#fff;  -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .casestudies-left:hover .casestudies-hover { opacity:1; }

.row-fluid .CaseStudy-Content .ClientTestimonial-designation , .row-fluid .CaseStudy-Content .ClientTestimonial-name { padding:0 25px 0 80px; }
.row-fluid .CaseStudy-SidebarBox { padding:0 0 30px; }
.row-fluid .CaseStudy-slider { padding:0; }
.row-fluid .CaseStudy-slider .hs_cos_flex-slider .caption  { font-size:16px; padding:25px 5%; }
.row-fluid .CaseStudy-slider .hs_cos_flex-slider li { max-height:400px; overflow:hidden; }

.row-fluid .casestudies-boxes2 .hs_cos_wrapper_widget { float:left; width:31.33%; margin-left:3%; }
.row-fluid .casestudies-boxes .hs_cos_wrapper_widget:nth-child(3n) { clear:right; }
.row-fluid .casestudies-boxes .hs_cos_wrapper_widget:nth-child(3n+1) { clear:left; margin-left:0; }

.row-fluid .casestudies-box2 { padding:25px 0; }
.row-fluid .casestudies-image2 { margin:0 0 20px; position:relative; overflow:hidden; }
.row-fluid .casestudies-image2 img { -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .casestudies-image2:hover img { -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.row-fluid .casestudies-image2:before { position:absolute; left:0; top:0; content:''; width:100%; height:100%; background:#000; opacity:0; z-index: 2; }
.row-fluid .casestudies-image2:after { position:absolute; left:2.5%; top:3.5%; content:''; width:94%; height:92%; border:2px solid #fff; opacity:0; z-index: 2; }

.row-fluid .casestudies-image2:hover:before , .row-fluid .casestudies-image2:hover:after { opacity:0.6; }

.row-fluid .CaseStudy-Detail2ProvideText { padding:0 0 20px; }
.row-fluid .CaseStudy-Detail2ProvideText li { padding-left:22px; }
.row-fluid .CaseStudy-Detail2ProvideText li:before { content: "\f05d"; }

/*Thank You Page 1*/
.row-fluid .thankyou-image { padding:40px 0; }
.row-fluid .thankyou-blogpost .hs-rss-item-text a:before { content: "\f105"; font-family: 'FontAwesome'; padding:0 10px 0 0; }

/*Thank You Page 2*/
.row-fluid .thankyou-LeftText { padding:25px 0 0; }
.row-fluid .thankyou-RightCTA { padding:25px 0 0; }

/*404*/
.row-fluid .text-404 { font-size:140px; line-height:146px; color:#78619f; padding:0 0 50px; }



/*footer*/
.row-fluid .footer { padding:40px 0px; background:#525355;  font-size:14px; line-height:20px; border-top:6px solid #8b76ac;  }
.row-fluid .footer .hs-menu-wrapper ul li > a { padding:0 0 18px; margin:0 0 4px; }
.row-fluid .footer .hs-menu-wrapper ul li > a:hover, .row-fluid .footer a:hover { color:#79da91; }
.row-fluid .footer h4 { font-size:20px; font-weight:600; padding-bottom:20px; }

.row-fluid .footer-blogsubscribe h3 { padding:0 0 10px; font-size:16px; line-height:20px; }
.row-fluid .footer-blogsubscribe input[type=email] { width:100%; background:#fff; height:43px; line-height:100%; padding:0 140px 0 15px; border-radius:4px; }
.row-fluid .footer-blogsubscribe input[type=text] { width:100%; background:#fff; height:43px; line-height:100%; padding:0 140px 0 15px; border-radius:4px; }
.row-fluid .footer-blogsubscribe label { display:none; }
.row-fluid .footer-blogsubscribe ul { margin:0; padding:0; list-style:none; }
.row-fluid .footer-blogsubscribe ul label { display:block; }
.row-fluid .footer-blogsubscribe form { position:relative; padding-top:15px; }
/*.row-fluid .footer-blogsubscribe input[type=submit] { position:absolute; right:0; bottom:15px; }*/
.row-fluid .footer-blogsubscribe .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; padding:0; }



.row-fluid .footer .hs-menu-wrapper ul li a { position:relative; overflow:hidden; }
.row-fluid .footer .hs-menu-wrapper ul li a:before { font-family: 'FontAwesome'; content:"\f105"; position:absolute; left:-50%; opacity:0; }
.row-fluid .footer .hs-menu-wrapper ul li a:hover { padding-left:10px; }
.row-fluid .footer .hs-menu-wrapper ul li a:hover:before { opacity:1; left:0; }

.row-fluid .copyrightsandlinks-section { float:left; width:100%; padding:15px 0; color:#808080; background:#323232; font-size:14px; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul { padding:5px 0; float:right; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li a { padding:0; color:#9f9f9f; position:relative; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li a:hover { color:#fff; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li { border-left:1px solid #9f9f9f; padding:0 10px; line-height:14px; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li:first-child { padding-left:0; border:none; }
.row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li:last-child { padding-right:0; }

.row-fluid .footer-address { margin:15px 0 0; position:relative; padding-left:25px; float:left; width:100%; }
.row-fluid .footer-address:before { font-family: 'FontAwesome'; content:"\f041"; display:inline-block; position:absolute; left:2px; top:4px; font-size:26px; color:#78619f; }
.row-fluid .footer-callus { padding-left:25px; position:relative; float:left; width:100%; margin:30px 0 36px; }
/*.row-fluid .footer-callus:before { font-family: 'FontAwesome'; content:"\f095"; display:inline-block; position:absolute; left:2px; font-size:17px; color:#78619f; }*/
.row-fluid .footer-callus:before { position:absolute; content:""; background:url("//2571220.fs1.hubspotusercontent-na1.net/hubfs/2571220/Campbell_Theme_2016/Images/call.png") no-repeat; height:23px; width:12px; left:0; top:0; }
.row-fluid .footer-email { padding-left:25px; position:relative; float:left; width:100%; }
.row-fluid .footer-email:before { font-family: 'FontAwesome'; content:"\f0e0"; display:inline-block; position:absolute; left:2px; font-size:17px; color:#78619f; }

.row-fluid .footer-social { padding:20px 0 0; }

.row-fluid .footer-social a.fm_youtube { background:#e52c27;  }
.row-fluid .footer-social a.fm_facebook { background:#0b59aa;  }
.row-fluid .footer-social a.fm_twitter  { background:#00aaef; }
.row-fluid .footer-social a.fm_googleplus { background:#dd4b39;  }
.row-fluid .footer-social a.fm_linkedin { background:#0083a8;  }
.row-fluid .footer-social a.fm_pinterest { background:#c52122; }
.row-fluid .footer-social a.fm_rss { background:#ff9100; }
.row-fluid .footer-social a.fm_xing { background:#0a5d5e; }

.row-fluid .footer-social a.fm_youtube:before {   content: "\f167"; }
.row-fluid .footer-social a.fm_facebook:before { content: "\f09a"; }
.row-fluid .footer-social a.fm_twitter:before  { content: "\f099"; }
.row-fluid .footer-social a.fm_googleplus:before { content: "\f0d5"; }
.row-fluid .footer-social a.fm_linkedin:before { content: "\f0e1"; }
.row-fluid .footer-social a.fm_pinterest:before { content: "\f231"; }
.row-fluid .footer-social a.fm_rss:before { content: "\f09e"; }
.row-fluid .footer-social a.fm_xing:before { content: "\f168"; }


.row-fluid .footer-social a span { display:none !important; }
.row-fluid .footer-social a { display:inline-block; border-radius:4px; width:35px; height:35px; font-family:'FontAwesome'; font-size:22px; text-align:center; line-height:35px; margin:0 10px 10px 0; color:#fff; }
.row-fluid .footer-social a:hover { opacity:0.7; }

.row-fluid .footer-2 .wrapper > div { padding:25px 0; margin:20px 0 0; border-top:2px solid #78619f; }


/* Footer Social Box */
.row-fluid .footer-socialbox { padding-top:40px; }
.row-fluid .footer-socialbox a { display:inline-block; height:25px; width:25px; border-radius:100%; text-align:center; line-height:25px; margin:0 10px 0 0; color:#fff; font-size:14px; }
.row-fluid .footer-socialbox a.footer-facebook { background:#4a6da9; }
.row-fluid .footer-socialbox a.footer-twitter { background:#6ba0d2; }
.row-fluid .footer-socialbox a.footer-linkedin { background:#008ec7; }
.row-fluid .footer-socialbox a.footer-googleplus { background:#eb5725; }
.row-fluid .footer-socialbox a.footer-rss { background:#ff7c00; }
.row-fluid .footer-socialbox a.footer-youtube { background:#d94b33; }

.row-fluid .footer-socialbox a:hover { color:#fff; }
.row-fluid .footer-socialbox a.footer-facebook:hover { opacity:0.9; }
.row-fluid .footer-socialbox a.footer-twitter:hover { opacity:0.9; }
.row-fluid .footer-socialbox a.footer-linkedin:hover { opacity:0.9; }
.row-fluid .footer-socialbox a.footer-googleplus:hover { opacity:0.9; }
.row-fluid .footer-socialbox a.footer-rss:hover { opacity:0.9; }
.row-fluid .footer-socialbox a.footer-youtube:hover { opacity:0.9; }

.row-fluid .footer-blogsubscribe input[type="submit"] { padding:14px 26px; font-size:12px; font-weight:bold; letter-spacing:2px; position:relative; background:#8977ac; }
.row-fluid .footer-blogsubscribe input[type="submit"]:hover { background:#79da91; }





/* Single Row With Sidebar - bLoG */
.single_row .blog_listing .bloglisting2-box { border:none; position:relative; padding:0; margin-bottom:35px; background:#fff; transition:all ease 0.3s; 
    -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
.single_row.hs-blog-listing .row-fluid .sidebar-box { margin-bottom:35px; background:#fff; padding:20px; border-top:5px solid #78619f; }
.single_row.hs-blog-listing .row-fluid .sidebar-ebook { margin-bottom:35px; }
.single_row.hs-blog-listing .row-fluid .blog-section { background:#ebebeb; }
.single_row .blog_listing .blog-featuredimage2 { width:40%; height:100%; position:absolute; top:0; left:0; background-size:cover; background-position:center center; }
.single_row .blog_listing .blog-featuredimage2 a { width:100%; height:100%; position:absolute; top:0; left:0;  }
.single_row .blog_listing .blog-featuredimage2:before { content:normal }

.single_row .blog_listing .bloglisting2-bcontent { padding:30px 20px 20px 43%; width:100%;  }
.single_row .blog_listing .bloglisting2-box h5 { font-family:sans-serif; font-weight:400; text-transform:capitalize; line-height:28px; padding:0 0 15px; }
.single_row .blog_listing .bloglisting2-box h5 a { color:#000; }
.single_row .blog_listing .bloglisting2-box { font-size:16px; line-height:24px; }
.single_row .blog_listing .bloglisting2-box p { padding:0 0 15px; }
.single_row .blog_listing .bloglisting2-box .bloglisting2-text { color:#666; }
.single_row .blog_listing .bloglisting2-box .reaDMore a { font-weight:600; text-transform:capitalize; font-style:italic; color:#666; }
.single_row ul.bloglisting2-byline { margin:10px 0 0; }

.single_row .blog_listing .bloglisting2-box:hover { box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2); }
.single_row .blog_listing .bloglisting2-box h5 a:hover ,
.single_row .blog_listing .bloglisting2-box .reaDMore a:hover { color:#78619f; }
.single_row .row-fluid .bloglisting-social { float:left; width:100%; text-align:center; }
.single_row ul.pagination { text-align:left; }
.single_row ul.pagination li a { background:#fff; border-color:#fff; color:#414042; }
.single_row ul.pagination li a:hover { background:#79da91; border-color:#79da91; color:#fff; }


#comment-form form > div:nth-child(2n) { clear:right; }
#comment-form form > div:nth-child(2n+1) { clear:left; }

/*================== 15-12-2016 ========================*/
.row-fluid .lightpurple-bg { background:#76619c; }
.row-fluid .purple-bg { background:#77619c; }
.row-fluid .grey-bgsection { background:#eef0f4; } 
.row-fluid .section-title { font-size:17px; line-height:27px; color:#42413b; font-weight:400; }
.row-fluid .section-title h2 { font-weight:600; color:#42413b; font-size:50px; line-height:50px; letter-spacing:-2px; }
.row-fluid .title-bold h1, .row-fluid .title-bold h2, .row-fluid .title-bold h3, .row-fluid .title-bold h4, .row-fluid .title-bold h5, .row-fluid .title-bold h6 { font-weight:bold; }
.row-fluid .font-20, .row-fluid .font-20 h1, .row-fluid .font-20 h2, .row-fluid .font-20 h3, .row-fluid .font-20 h4, .row-fluid .font-20 h5, .row-fluid .font-20 h6 { font-size:20px; line-height:30px; }
.row-fluid .font-22, .row-fluid .font-22 h1, .row-fluid .font-22 h2, .row-fluid .font-22 h3, .row-fluid .font-22 h4, .row-fluid .font-22 h5, .row-fluid .font-22 h6 { font-size:22px; line-height:28px; }

.row-fluid .btn1 a { float:none; display:inline-block; padding:0; letter-spacing:7px; font-weight:bold; text-align:center; width:180px; max-width:100%; color:#fff; font-size:10px; background:#77619c; border-radius:4px; overflow:hidden; position:relative; line-height:38px; height:38px; }
.row-fluid .btn1 a:after { content:''; position:absolute; width:0%; height:100%; top:0; left:0; background-color:#79da91; z-index:-1; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; transition:all 0.4s; }
.row-fluid .btn1 a:hover { background:none; color:#fff; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .btn1 a:hover:after { width:120%; }

/* About Us Page */
.row-fluid .hero-section { padding:95px 0; font-size:17px; line-height:27px;  color:#fff;}
.row-fluid .hero-section h1 { padding:15px 0 40px; }
.row-fluid .content-textbox { font-size:14px; line-height:28px; font-weight:400; color:#000000; text-align:justify; }
.row-fluid .about-morebtn { padding-top:68px; }
.row-fluid .about-rightbox { max-width:475px; margin-left:43px; }

.row-fluid .about-section3 { padding:93px 0; }
.row-fluid .aboutsec3-box { float:left; width:100%; }
.row-fluid .aboutsec3-box > span > div { float:none; width:33.33%; padding:20px 24px; display:inline-block; vertical-align:top; margin:0 -4px; }
.row-fluid .aboutsec3-box .whyweare-box { float:left; padding:0; border:1px solid #f6f5f9; }
.row-fluid .aboutsec3-box .span3 { float:left; position:relative; background:#38255f; padding:0; width:90px; }
.row-fluid .aboutsec3-box .span3 img { position:absolute; margin:auto; top:0; left:0; bottom:0; right:0; }
.row-fluid .aboutsec3-box .span9 { float:left; margin:0; padding:20px; font-size:12px; line-height:16px; font-weight:400; width:229px; }
.row-fluid .aboutsec3-box .span9 h4 { font-size:22px; color:#fff; font-weight:400; line-height:30px; }

.row-fluid .about-section4 { padding:90px 0; }
.row-fluid .callaction-left { float:none; display:inline-block; vertical-align:middle; margin:0; font-size:50px; font-weight:600; line-height:50px; letter-spacing:-1px; text-align:left; }
.row-fluid .callaction-right { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .video-codebox { display:none; }
.row-fluid .videobox { padding-top:20px; }
.fancybox-close { background-image:none !important; }
.row-fluid .unique-btn .button a { padding:9px; width:181px; font-size:10px; letter-spacing:2px; text-transform:uppercase;  }

/* FAQ Page */
.row-fluid .header2 { padding:45px 0 60px; font-size:14px; }
.row-fluid .header2 h1 { padding:15px 0 20px; } 

.row-fluid .left-faq { padding-right:24px; }
.row-fluid .right-faq { padding-left:24px; }
.row-fluid .faq-section { padding:60px 0; border-bottom:1px solid #f6f6f6; }
.row-fluid .faq-title h2 { font-size:50px; line-height:50px; font-weight:600; color:#414042; padding-bottom:50px; }
.row-fluid .faq-box-wrap .faq-title { padding:35px 50px; }
.row-fluid .faq-box-wrap .faq-title h2 { font-size:40px; padding:0; color:#78619f; }

.row-fluid .faq-box-wrap.faqbox_sc { padding: 80px 0; }
.row-fluid .faq-box-wrap.faqbox_sc .faq-title { padding: 0 0 15px; }
.row-fluid .faqbox_sc .faq_tab { display: flex; flex-flow: row wrap; align-items: flex-start; }
.row-fluid .faqbox_sc .faq_tab .faq-box { width: 100%; }
.row-fluid .faqbox_sc .faq_tab.two_column .faq-box { width: 49%; }

/* Accordian CSS  */
.row-fluid .faq-box { width:100%; margin:10px auto; border:1px solid #f8f8f8; float:left; width:100%; }
.row-fluid .faq-box .faq-question { cursor:pointer; position:relative; color:#e6e6e6; padding:9px 30px; float:left; width:100%; }
.row-fluid .faq-box .faq-question h3 { font-size:15px; line-height:20px; font-weight:600; color:#414042; padding:0; }
.row-fluid .faq-box .faq-answer { display:none; padding:10px 25px 20px 30px; color:#231f20; font-size:14px; font-weight:400; line-height:24px; float:left; width:100%; }
.row-fluid .faq-box .faq-question:before { position:absolute; content:""; height:5px; width:5px; background:#414042; border-radius:50%; left:15px; top:17px;  }
.row-fluid .faq-box .faq-question.active:after { content:"\f0d7"; position:absolute; font-family:"FontAwesome"; top:8px; color:#76619c;   }
.row-fluid .faq-box .faq-question:after { content:"\f0da"; position:absolute; font-family:"FontAwesome"; right:10px; top:8px; color:#414042;   } 

.row-fluid .faq-formsection { padding:65px 0; }
.row-fluid .faq-formtitle h3 { font-weight:600; font-size:50px; line-height:50px; color:#414042; letter-spacing:-1px; }
.row-fluid .faq-form form { max-width:550px; margin:0 auto; padding-top:13px; }
.row-fluid .faq-form h3 { display:none; }
.row-fluid .faq-form input[type=text], .row-fluid .faq-form input[type=email], .row-fluid .faq-form input[type=tel], .row-fluid .faq-form input[type=password], .row-fluid .faq-form input[type=password], .row-fluid .faq-form textarea, .row-fluid .faq-form select { border-radius:0; border:2px solid #f1f1f1; height:35px; margin-bottom:10px; }
.row-fluid .faq-form textarea { height:160px; resize:none; }
.row-fluid .faq-form .hs-form label .hs-form-required { display:none; }
.row-fluid .faq-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 5px 0 0; }
.row-fluid .faq-form .hs-form fieldset.form-columns-2 .field { padding:0 0 0 5px; }
.row-fluid .faq-form input[type="submit"] { padding:9px; width:181px; font-size:10px; letter-spacing:7px; background:#76619c; text-transform:uppercase; margin-top:15px; }
.row-fluid .faq-form .actions { text-align:center; }
.row-fluid .faq-form input[type="submit"]:hover { background:#79da91; }

.row-fluid .faq-form input::-webkit-input-placeholder, .row-fluid .faq-form textarea::-webkit-input-placeholder { color:#E4E4E4 !important; font-size:14px !important; }
.row-fluid .faq-form input::-moz-placeholder, .row-fluid .faq-form textarea::-moz-placeholder { color:#E4E4E4 !important; font-size:14px !important; }
.row-fluid .faq-form input:-moz-placeholder, .row-fluid .faq-form textarea::-moz-placeholder { color:#E4E4E4 !important; font-size:14px !important; }
.row-fluid .faq-form input:-ms-input-placeholder, .row-fluid .faq-form textarea::-moz-placeholder { color:#E4E4E4 !important; font-size:14px !important; }
.row-fluid .faq-form ul.inputs-list { color:#f00; }


/* Homepage */
.bodypage { opacity:1; transition:all ease .400s; } 
.row-fluid .home-header { padding:70px 0; }
.row-fluid .homeheader-text { padding:0; }
.row-fluid .homeheader-text h1 { font-size:68px; line-height:68px; font-weight:bold; padding:0; }
.row-fluid .homeheader-subtext { font-size:34px; line-height:40px; padding:30px 0 45px; font-weight:300; }

.row-fluid .header-leftcta, .row-fluid .header-rightcta { float:none; width:auto; display:inline-block; vertical-align:middle; margin:0 8px; }  
.row-fluid .header-leftcta a { display:inline-block; padding:16px 10px; line-height:18px; width:220px; max-width:100%; border:1px solid #fff; border-radius:4px; background:transparent; color:#fff; font-size:12px; text-transform:uppercase; font-weight:bold; letter-spacing:2px;  }
.row-fluid .header-leftcta a:hover { background:#77619c; }
.row-fluid .header-rightcta a { margin:0; font-size:12px; width:248px; padding:16px 0; letter-spacing:2px;  }

.row-fluid .logo-section { padding:30px 0 30px; position:relative; border-top:1px solid #bcbcbb; border-bottom:1px solid #bcbcbb; overflow:hidden; } 
.row-fluid .logo-raw { float:left; width:100%; text-align:center; }
.row-fluid .logo-raw .slick-track > div { float:none; display:inline-block; vertical-align:middle; outline:0; }
.row-fluid .logo-raw .slick-track > div img { opacity:0.4; padding: 0 15px; }
.row-fluid .logo-section .slick-list .slick-track { display: inline-block; }

.row-fluid .hometab-section { padding:46px 0 67px; }  
.row-fluid .hometab-headerbox { font-size:14px; line-height:20px; color:#414042; }
.row-fluid .hometab-headerbox h3 { font-size:50px; line-height:50px; font-weight:500; color:#414042; letter-spacing:-1px; padding:19px 0 0; }
.row-fluid .tabtitle-subtext { padding:24px 0; }
.row-fluid .tabtitle-subtext strong { color:#77619c; font-weight:bold; }
.row-fluid .hometab-name { font-size:14px; line-height:20px; color:#000000; font-weight:bold; letter-spacing:2px; padding:30px 0; }  
.row-fluid .hometab-titlebox { padding:67px 0 35px;  }

.row-fluid .tab-titlebox { cursor:pointer; }
.row-fluid .tab-content { display:none; padding-top:45px; }
#tab-1 { display:block; } 

.row-fluid .viewmore-team { display:none; }



.row-fluid .tabinner-img { margin-bottom:15px; }
.row-fluid .tabinner-text { font-size:14px; line-height:28px; color:#000000; padding-left:20px; }
.row-fluid .tabinner-text p+p { padding:14px 0; }
.row-fluid .tabinner-text a { font-size:14px; line-height:28px; color:#77619c; font-weight:bold; }
.row-fluid .tabinner-text a:hover { color:#79da91; }
.row-fluid .tabinner-title h4 { color:#000000; font-size:14px; line-height:20px; font-weight:bold; text-transform:uppercase; letter-spacing:2px; }
.row-fluid .tab-outertitlebox { border-bottom:1px solid #969696; position:relative; width:33.33%; }
.row-fluid .tab-outertitlebox:after, .tab-outertitlebox:before { top:100%; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; opacity:0; }
.row-fluid .tab-outertitlebox:after { border-color:rgba(150, 150, 150, 0); border-top-color:#fff; border-width:34px; margin-left:-34px; }
.row-fluid .tab-outertitlebox:before { border-color: rgba(150, 150, 150, 0); border-top-color: #969696; border-width: 36px; margin-left: -36px; }
.tab-titlebox.current .tab-outertitlebox:after, .tab-titlebox.current .tab-outertitlebox:before { opacity:1; }
.row-fluid .tabinner-leftimg img, .row-fluid .tabinner-rightimg img { width:100% !important; }

.row-fluid .home-coursesection { padding:44px 0 64px; font-size:14px; line-height:28px; font-weight:400; color:#fff; text-align:center; }  
.row-fluid .course-textbox { padding:0 140px 75px; }
.row-fluid .course-cta a { width:218px; padding:16px 0; }

.row-fluid .home-teamsection { padding:94px 0 95px; } 
/*.row-fluid .home-teamsection .wrapper { width:1007px; }*/
.row-fluid .home-teamraw { float:left; width:100%; text-align:center; }
.row-fluid .home-teamraw > span > div { float:left; width:25%; margin:0; position:relative; overflow:hidden; }
.row-fluid .guest-btn { display: block; text-align: center; }
.row-fluid .guest-btn a { margin-top: 50px; }
/* .row-fluid .home-teamraw > span > div { display: none; } */

.row-fluid .teambox { float:left; width:100%; position: relative; }
.row-fluid .team-imgbox { min-height:253px; background-size:cover !important; background-position: top center !important; background-repeat:no-repeat !important; }
.row-fluid .team-hovertextbox { transition:all 1s ease; font-size:12px; line-height:17px; color:#fff; float:left; width:100%; position:absolute; bottom:100%; left:0; height:100%; text-align:left; padding:25px; opacity:0;  }  
.row-fluid .team-hovertextbox:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(119,97,156,0.79); }
.row-fluid .team-hovertext { position:relative; }
.row-fluid .team-hovertext h3 { font-size:30px; line-height:36px; color:#ffffff; font-weight:400; padding-bottom:23px; letter-spacing:-1px; }
.row-fluid .team-hovertext h4 { font-size:21px; line-height:26px; color:#ffffff; border-bottom:2px solid #c6bcd8; font-weight:400; padding-bottom:4px; }
.row-fluid .team-infotext { padding:40px 0 12px; }
.row-fluid .team-readmore { position:relative; }
.row-fluid .team-readmore a { color:#fff; font-size:12px; line-height:20px; font-weight:bold; }
.row-fluid .team-readmore a:hover { color:#79da91; }
.row-fluid .teambox:hover .team-hovertextbox { opacity:1; transition:all 1s ease; bottom:0; }

.row-fluid .home-testimonialsection { }
.row-fluid .testimonial-box {  padding:36px 0 45px; border-top:2px dashed #e3e3e3; border-bottom:2px dashed #e3e3e3; }
.row-fluid .testimonial-title h3 { font-size:50px; line-height:60px; color:#414042; font-weight:500; letter-spacing:-1px; }
.row-fluid .testimonial-raw { padding-top:23px; }
.row-fluid .testimonial-text { color:#000000; font-size:14px; line-height:28px; font-weight:400; padding:30px 180px 27px; }
.row-fluid .homevideo-box img { width:100%; }
.row-fluid .testimonial-readmore a { display:inline-block; padding:16px 0; margin:0; font-size:12px; line-height:18px; font-weight:bold; color:#fff; text-transform:uppercase; background:#77619c; letter-spacing:6px; width:330px; max-width:100%; position:relative; }
.row-fluid .testimonial-readmore a:before { position:absolute; content:"\f105"; font-family:"FontAwesome"; font-size:16px; right:80px; top:14px; }

.row-fluid .homeblog-feed { padding:115px 0 67px; }

/* Homepage Main Menu Style */
.row-fluid .mainmenu .hs-menu-wrapper > ul { padding:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:before { content:""; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity:1; visibility:visible; z-index:6;padding:10px 10px 10px 10px; }
/* .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper { min-height: 450px;} */

/* All Courses Page */



.row-fluid .courses-section { padding:45px 0; }
.row-fluid .allcourse-titlebox { font-size:14px; line-height:20px; color:#414042; font-weight:300; }
.row-fluid .allcourse-titlebox h3 { font-size:50px; line-height:50px; color:414042; font-weight:600; padding-bottom:20px; }
.row-fluid .allcourse-titlebox strong { color:#77619F; font-weight:bold; }
.row-fluid .course-icon img { max-width:90px; }

.row-fluid .allcourses-mainsection { padding:45px 0; }
.row-fluid .allcourses-mainsection ul li:before { content:""; display:none; }
.row-fluid .maintab-topic ul, .row-fluid .subtab-topic ul { float:left; width:100%; padding:0; margin:0; text-align:center; list-style-type:none; }
.row-fluid .maintab-topic ul li { padding:0; float:left; width:16.66%; display:inline-block; border:2px solid #f8f8f8; }
.row-fluid .maintab-topic ul li:first-child,.row-fluid .maintab-topic ul li:nth-child(2), .row-fluid .maintab-topic ul li:nth-child(3) { border-right:0; }
.row-fluid .maintab-topic ul li:before, .row-fluid .subab-topic ul li:before { content:""; display:none; }
.row-fluid .maintab-topic ul li a { padding:15px; float:left; text-align:center; width:100%;  display: flex; align-items: center; min-height:92px; justify-content: center;font-size:17px; font-weight:600; line-height:24px; color:#A8B944; background:transparent; position:relative;  }
.row-fluid .maintab-topic ul li a:after { opacity:0; z-index:1; position:absolute; content:""; width:0; height:0; border-left:15px solid transparent; border-right:15px solid transparent; border-top:15px solid #A8B944; bottom:0px; margin-bottom:-14px; left:50%; transform:translateX(-50%); }

.row-fluid .maintab-topic ul li:nth-child(2) a:after { border-top:15px solid #FF914D; }
.row-fluid .maintab-topic ul li:nth-child(3) a:after { border-top:15px solid #004AAD; }
.row-fluid .maintab-topic ul li:nth-child(4) a:after { border-top:15px solid #32620E; }
.row-fluid .maintab-topic ul li:nth-child(5) a:after { border-top:15px solid #38B6FF; }
.row-fluid .maintab-topic ul li:nth-child(6) a:after { border-top:15px solid #B6256F; }
.row-fluid .maintab-topic ul li:nth-child(7) a:after { border-top:15px solid #B6256F; }

.row-fluid .newcourse-section .maintab-topic ul li { width:16.667%; }
.row-fluid .newcourse-section .maintab-topic ul li a { padding-left:5px; padding-right:5px; }

.row-fluid .maintab-topic ul li a:hover { color:#fff; }
.row-fluid .maintab-topic ul li:nth-child(2) a { color:#FF914D; } 
.row-fluid .maintab-topic ul li:nth-child(3) a { color:#004AAD; }
.row-fluid .maintab-topic ul li:nth-child(4) a { color:#32620E; }
.row-fluid .maintab-topic ul li:nth-child(5) a { color:#38B6FF; }
.row-fluid .maintab-topic ul li:nth-child(6) a { color:#B6256F; }
.row-fluid .maintab-topic ul li:nth-child(7) a { color:#B6256F; }  

.row-fluid .maintab-topic ul li:first-child a:hover { background:#A8B944; }
.row-fluid .maintab-topic ul li:nth-child(2) a:hover,
.row-fluid .maintab-topic ul li:nth-child(3) a:hover,
.row-fluid .maintab-topic ul li:nth-child(4) a:hover { color:#fff; }
.row-fluid .maintab-topic ul li:nth-child(5) a:hover,.row-fluid .maintab-topic ul li:nth-child(6) a:hover { color:#fff; }

.row-fluid .maintab-topic ul li:nth-child(2) a:hover { background:#FF914D; }
.row-fluid .maintab-topic ul li:nth-child(3) a:hover { background:#004AAD; }
.row-fluid .maintab-topic ul li:nth-child(4) a:hover { background:#32620E; }
.row-fluid .maintab-topic ul li:nth-child(5) a:hover { background:#38B6FF; }
.row-fluid .maintab-topic ul li:nth-child(6) a:hover { background:#B6256F; }
.row-fluid .maintab-topic ul li:nth-child(7) a:hover { background:#B6256F; }

.row-fluid .subtab-topic { background:#EFF1F5; }
.row-fluid .subtab-topic ul li { float:left; width:20%; padding:0; font-size:12px; line-height:18px;  }
.row-fluid .subtab-topic ul li a { color:#666666; font-size:11px; line-height:18px; font-weight:bold; text-transform:uppercase; float:left; width:100%; padding:18px 20px; border-bottom:2px solid transparent; }
.row-fluid .subtab-topic ul li a:hover { color:#a8b944; border-color:#a8b944; }

.row-fluid .maintab-topic ul li.main-current a { background:#A8B944; color:#fff; } 
.row-fluid .maintab-topic ul li.main-current:nth-child(2) a { background:#FF914D; color:#fff; }
.row-fluid .maintab-topic ul li.main-current:nth-child(3) a { background:#004AAD; color:#fff; }
.row-fluid .maintab-topic ul li.main-current:nth-child(4) a { background:#32620E; color:#fff; }
.row-fluid .maintab-topic ul li.main-current:nth-child(5) a { background:#38B6FF; color:#fff; }
.row-fluid .maintab-topic ul li.main-current:nth-child(6) a { background:#B6256F; color:#fff; }
.row-fluid .maintab-topic ul li.main-current:nth-child(7) a { background:#B6256F; color:#fff; } 


.row-fluid .maintab-topic ul li.main-current a:after { opacity:1; }

.row-fluid .subtab-topic ul li.subtab-current a { border-bottom:2px solid #a8b944; }

/* Course Tab 1 */
.row-fluid .tab1content-section { padding:54px; }
.row-fluid .tab1-lefttext { text-align:justify; padding-right:35px; border-right:2px solid #f9f9f9; padding-bottom:25px; }
.row-fluid .tab1-lefttext h3 { font-size:20px; line-height:30px; font-weight:bold; color:#A8B944;  }
.row-fluid .tab1-lefttext h4 { font-size:20px; line-height:30px; font-weight:bold; color:#A8B944; }
.row-fluid .tab1-lefttext ul { padding:0; list-style-type:disc; padding-left:20px; }
.row-fluid .tab1-lefttext ul li { padding:0; font-style:italic; }


.row-fluid .tab1-righttext { padding-left:8px; }
.row-fluid .tab1-righttext h3 { font-size:19px; line-height:26px; color:#525154; font-weight:bold; text-transform:uppercase; border-bottom:2px solid #c6cf80; padding-bottom:20px; text-align:center; }
.row-fluid .tab1-rightimage { padding:20px 0 30px; }
.row-fluid .tab1-rightimage img { width:100% !important; }
.row-fluid .findout { float:left; text-align:center; width:100%; }
.row-fluid .findout a { display:inline-block; padding:10px 0; background:transparent; text-align:center; width:135px; border-radius:4px; max-width:100%; border:1px solid #bdc76a; color:#A8B944; font-size:14px; line-height:18px; font-weight:900; text-transform:uppercase; }
.row-fluid .findout a:hover { background:#bdc76a; color:#fff; }

/* Live Course Tab */
.row-fluid .liveskill-tabsection.coursetab-content { padding:26px 26px 67px; }
.row-fluid .livecourse-raw { float:left; width:100%; }
.row-fluid .livecourse-raw > span > div { float:none; width:18%; display:inline-block; vertical-align:top; margin:0 8px 20px 8px; position:relative;   }
.row-fluid .livecourse-box { float:left; width:100%; position:relative;  }
.row-fluid .livecourse-img { height:210px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; }
.row-fluid .livecourse-img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); }
.row-fluid .livecourse-textbox { text-align:center; float:left; width:auto; background:rgba(243,131,49,0.7); position:absolute; top:15px; left:15px; right:15px; bottom:15px; }
.row-fluid .livecourse-text { width:100%; padding:0 10px; position:absolute; top:50%; -moz-transform:translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .livecourse-textbox h5 { color:#fff; font-weight:400; text-transform:uppercase;  font-size:16px; line-height:20px; }  
.row-fluid .read-course a { display:inline-block; width:130px; max-width:100%; padding:8px 0; text-align:center; border:1px solid #fff; color:#fff; font-size:14px; font-weight:600; background:transparent; }
.row-fluid .read-course a:hover { border-color:#f38231; background:#f38231; }

/* Master Class Tab */
.row-fluid .masterclass-tabsection.coursetab-content { padding:26px 26px 67px; }
.row-fluid .masterclass--raw { float:left; width:100%; }
.row-fluid .masterclass--raw > span > div { float:none; width:17%; display:inline-block; vertical-align:top; margin:0 13px 20px 13px; position:relative;   }
.row-fluid .masterclass--box { float:left; width:100%; position:relative;  }
.row-fluid .masterclass--img { height:170px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; }
.row-fluid .masterclass--img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); }
.row-fluid .masterclass--textbox { text-align:center; float:left; width:auto; background:rgba(27, 171, 151, 1); position:absolute; top:15px; left:15px; right:15px; bottom:15px; }
.row-fluid .masterclass--text { width:100%; padding:0 10px; position:absolute; top:50%; -moz-transform:translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .masterclass--textbox h5 { color:#fff; font-weight:400; text-transform:uppercase;  font-size:22px; line-height:28px; }  
.row-fluid .read-course a { display:inline-block; width:130px; max-width:100%; padding:8px 0; text-align:center; border:1px solid #fff; color:#fff; font-size:14px; font-weight:600; background:transparent; }
.row-fluid .read-course a:hover { border-color:#ffffff; background:transparent; }

/* Course Program Tab */
.row-fluid .course-programtabsection { padding:28px 30px 28px 220px; }
.row-fluid .course-programraw { float:left; width:100%; }
.row-fluid .course-programraw > span > div { padding-bottom:50px; }
.row-fluid .course-programbox { font-size:14px; font-weight:300; line-height:18px; color:#414042; }
.row-fluid .course-daynumber { color:#A8B944; font-size:20px; line-height:26px; font-weight:bold; }
.row-fluid .course-daynumber span { font-size:14px; line-height:18px; color:#414042; font-weight:300; padding-left:5px; }
.row-fluid .course-tabtitle { font-size:20px; line-height:26px; font-weight:bold; padding:5px 0 14px; border-bottom:1px solid #f4f4f4; }
.row-fluid .coursetab-innertext { padding:15px 0; }
.row-fluid .coursetab-innertext ul { padding:22px 20px 20px; list-style-type:disc; }
.row-fluid .coursetab-innertext ul li { padding:0; }
.row-fluid .coursetab-innertext p { padding:5px 0; }
.row-fluid .coursetab-innertext h3 { color:#A8B944; font-size:20px; line-height:26px; font-weight:bold; }

.coursetab-innertext ul li { display: inline-block; width: 100%; padding-left: 18px !important; }

/* Faculty Tab */
.row-fluid .facultytab-sec { padding:41px 10px; }
.row-fluid .facultytab-raw { float:left; width:100%; }
.row-fluid .facultytab-raw > span > div { float:left; width:100%; padding-top:24px;  }
.row-fluid .faculty-tabbox { float:left; width:100%; }
.row-fluid .faculty-tabimg { float:left; min-height:234px; width:22%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important;  }
.row-fluid .faculty-tabtextbox { float:left; width:78%; border-bottom:2px solid #f7f7f7; padding:0 10px 27px; font-size:14px; line-height:24px; color:#414042; font-weight:300; }
.row-fluid .faculty-tabtextbox h3 { color:#A8B944; font-size:20px; line-height:30px; font-weight:bold; }
.row-fluid .faculty-tabtextbox h4 { color:#414042; font-size:14px; line-height:18px; font-weight:bold; }
.row-fluid .facultytab-morelink { float:left; width:100%; } 
.row-fluid .facultytab-morelink a { color:#A8B944; font-size:14px; line-height:18px; font-weight:300; text-decoration:underline; }
.row-fluid .facultytab-morelink a:hover { color:#414042; }

/* Dates Tab */
.row-fluid .datestab-section { padding:40px 20px 40px 220px; font-size:13px; line-height:18px; }
.row-fluid .datetab-title h4 { color:#A8B944; font-size:20px; line-height:30px; font-weight:bold; text-align:center; border-bottom:2px solid #f7f7f7; min-height:72px; }
.row-fluid .datesec-numbox { border-right:2px solid #f9f9f9; }  
.row-fluid .datesec-datesbox { border-right:2px solid #f9f9f9; text-align:center; margin:0; }  
.row-fluid .datesec-formatbox { text-align:center; margin:0; }
.row-fluid .datetab-text { padding-top:15px; }

/* Testimonial Tab */
.row-fluid .testimonial-tabsec { padding:25px; text-align:center; }
.row-fluid .testimonial-tabraw { float:left; width:100%; }
.row-fluid .testimonial-tabraw > span > div { float:left; width:100%; padding-bottom:20px; }
.row-fluid .testimonial-tabbox { float:left; width:100%; }
.row-fluid .testimonial-tabperson h4 { color:#A8B944; font-size:20px; line-height:30px; font-weight:bold; text-align:center; padding-bottom:18px; }
.row-fluid .testimonial-videopopup { display:none; }

/* Master Class Tab */
.row-fluid .master-courseraw { padding:50px; }

/* ITI Study Class Tab */
.row-fluid .itistudy-raw { padding:50px; }

/* One day Conferences */
.row-fluid .oneday-conference { padding:50px; }

/* Live Skill Course Tab Page */
.row-fluid .livecourse-subtext strong { color:#f38331; }
.row-fluid .masterclass-subtext strong { color:#f38331; }
.row-fluid .coursepage-tabtopic ul li { width:33.33%; } 
.row-fluid .coursepage-tabtopic ul li:nth-child(3) { border-right:2px solid #f8f8f8; } 
.row-fluid .coursepage-tabtopic ul li a, .row-fluid .coursepage-tabtopic ul li:nth-child(3) a { color:#F38231; background:#fff; }
.row-fluid .coursepage-tabtopic ul li a:hover { color:#fff; }
/* .row-fluid .coursepage-tabtopic ul li:first-child a:hover, .row-fluid .coursepage-tabtopic ul li:nth-child(2) a:hover, .row-fluid .coursepage-tabtopic ul li:nth-child(3) a:hover { background:#F38231; }
.row-fluid .coursepage-tabtopic ul li a:after, .row-fluid .coursepage-tabtopic ul li:nth-child(3) a:after { border-top: 15px solid #F38231; }
.row-fluid .coursepage-tabtopic ul li.main-current a, .row-fluid .coursepage-tabtopic ul li:nth-child(3).main-current a { background:#F38231; } */
.row-fluid .coursepage-tabtopic ul li a { padding:31px 20px; font-weight:bold; }

/* 07-09-2021 */
.row-fluid .coursepage-tabtopic ul li:not(.main-current) a:hover{ background: #F38231; }
.row-fluid .coursepage-tabtopic ul li.main-current a{ background: #A8B944!important; }
.row-fluid .coursepage-tabtopic ul li.main-current a:after{ border-top: 15px solid #A8B944; }
.row-fluid .coursepage-tabtopic ul li:nth-child(2).main-current a{ background: #F38231!important; }
.row-fluid .coursepage-tabtopic ul li:nth-child(2).main-current a:after{ border-top: 15px solid #F38231; }
/* 07-09-2021 */

/* Live Course Page Tab-1 */
.row-fluid .livecourse-tab { padding:95px 95px 67px 95px; }
.row-fluid .masterclass-tab { padding:95px 95px 67px 95px; }
.row-fluid .livepage-faqsection { padding:27px 0; border-bottom:0; }
.row-fluid .livepage-faqsection .faq-box { margin:3px auto; }
.row-fluid .livepage-faqsection .faq-box .faq-question { padding:5px 30px; }
.row-fluid .livepage-faqsection .faq-box .faq-question:before { top:13px; }
.row-fluid .livepage-faqsection .faq-box .faq-question.active:after { color:#F38231; }

/* Live Course Page Tab-2 */
.row-fluid .livespeaker-tab .faculty-tabimg { min-height:194px; width:21%; }
.row-fluid .livespeaker-tab .faculty-tabtextbox { width:79%; padding-left:50px; border-bottom:0; }
.row-fluid .livespeaker-tab .faculty-tabtextbox h3 { color:#F38231; }
.row-fluid .livespeaker-tab .facultytab-morelink a { color:#F38231; }
.row-fluid .livespeaker-tab .facultytab-morelink a:hover { color:#A8B944; }

.row-fluid .faculty-closetextbox, .row-fluid .outline-closetextbox { width:100%; margin:10px auto; border:1px solid #f8f8f8; }
.row-fluid .faculty-closetitle, .row-fluid .outline-closeNumber { cursor:pointer; position:relative; margin:0px 0px;  padding:7px 15px; font-weight:bold; text-align:left; }
.row-fluid .faculty-closetitle h4, .row-fluid .outline-closeNumber h4 { padding-bottom:0; }
.row-fluid .faculty-closetext, .row-fluid .outline-closeText { padding:10px 15px; color:#231f20; font-size:16px; line-height:24px; }
.row-fluid .faculty-closetitle.active:before, .row-fluid .outline-closeNumber.active:before { content:"\f0d7"; position:absolute; font-family:"FontAwesome"; color:#F38231;   }
.row-fluid .faculty-closetitle:before, .row-fluid .outline-closeNumber:before { content:"\f0da"; position:absolute; font-family:"FontAwesome"; right:15px;   } 

/* Live Course Page Tab-3 */
.row-fluid .livecourse-detailraw { float:left; width:100%; text-align:center; }
.row-fluid .livecourse-detailraw > span > div { float:none; width:33.33%; display:inline-block; vertical-align:top; margin:0 -4px 30px; padding:0 20px; }
.row-fluid .masterclass-detailraw { float:left; width:100%; text-align:center; }
.row-fluid .masterclass-detailraw > span > div { float:none; width:33.33%; display:inline-block; vertical-align:top; margin:0 -4px 30px; padding:0 20px; }
.row-fluid .livedetails-box { float:left; width:100%; }
.row-fluid .livedetails-icon { float:none; display:inline-block; vertical-align:middle; width:25%; }
.row-fluid .livedetails-icon img { max-width:50px; }
.row-fluid .livedetails-infobox { float:none; display:inline-block; vertical-align:middle; text-align:left;  margin-left:-4px; padding-left:15px; width:75%;  }
.row-fluid .livedetails-title { float:left; width:100%; font-size:20px; line-height:30px; font-weight:bold; color:#F38231; text-transform:capitalize; }
.row-fluid .livedetails-text { float:left; width:100%; font-size:14px; }

/* Inbound Marketing Section */
.row-fluid .inbound-marketingsec { padding:50px 0 100px; } 
.row-fluid .marketing-title { padding:0 50px 42px; }
.row-fluid .marketing-title h3 { font-size:45px; line-height:50px; font-weight:bold; }

.row-fluid .livepage-CourseSec { padding:95px 0; background:#F38331; }
.row-fluid .otherlive-coursetitle { border-bottom:2px solid #f9bf97; }
.row-fluid .otherlive-coursetitle h2 { color:#fff; font-weight:bold; text-transform:capitalize; padding-bottom:25px; }

.row-fluid .otherlive-courseraw { float:left; width:100%; text-align:center; padding-top:32px; }
.row-fluid .otherlive-courseraw > span { display:block; margin:0 -18px; }
.row-fluid .otherlive-courseraw > span > div { float:none; width:25%; display:inline-block; vertical-align:top; margin:0 -4px; padding:0 18px; position:relative; }
.row-fluid .otherlive-courseraw .livecourse-img { min-height:225px; }
.row-fluid .otherlive-courseraw .livecourse-textbox { background:rgb(243 131 49 / 90%); }
.row-fluid .otherlive-courseraw .livecourse-text { top:0; padding:15px 40px; transform:none; }
.row-fluid .otherlive-courseraw .livecourse-textbox h5 { padding-bottom:30px; }
.row-fluid .otherlive-courseraw .masterclass-img { min-height:225px; }
.row-fluid .otherlive-courseraw .masterclass-textbox { background:rgba(243,131,49,0.9); }
.row-fluid .otherlive-courseraw .masterclass-text { top:0; padding:15px 40px; transform:none; }
.row-fluid .otherlive-courseraw .masterclass-textbox h5 { padding-bottom:30px; }
.row-fluid .otherlive-courseraw .read-course { padding-top:20px; }
.row-fluid .otherlive-courseraw .read-course a { padding:6px; background:#fff; border-color:#fff; color:#F38331; width:100%; border-radius:4px; text-transform:uppercase; font-size:12px; font-weight:600; }
.row-fluid .otherlive-courseraw .read-course a:hover { background:transparent; color:#fff; }


.row-fluid .coursetab-content { display: none; font-size:14px; line-height:18px; color:#414042; font-weight:300; border:2px solid #f8f8f8; border-top:0; margin:0;  }
.row-fluid .coursesubtab-content { display:none; margin:0; }
#coursesubtab-1, #coursetab-1 { display:block; }  

.row-fluid span.mobile-select, .row-fluid span.mobile-subtab { display:none; }

/* 29-12-2016 : The Year Implant Course Page */
.row-fluid .individual-coursesec { color:#fff; font-size:15px; line-height:20px; font-weight:400; min-height:970px; }
.row-fluid .individual-titlebox { padding-top:70px; font-size:26px; line-height:30px; font-weight:300; }
.row-fluid .individual-titlebox h3 { font-size:73px; line-height:80px; color:#fff; font-weight:600; }
.row-fluid .course-timebox { padding:55px 0; }

.row-fluid .time-leftbox, .row-fluid .time-rightbox { float:none; display:inline-block; margin:0; vertical-align:middle; }
.row-fluid .time-rightbox { text-align:right; }
.row-fluid .time-rightbox h3 { color:#fff; font-size:26px; line-height:30px; font-weight:300; padding:0; }
.row-fluid .time-rightbox .button a { padding:22px 0; width:260px; letter-spacing:6px; margin-top:10px; }

.row-fluid .time-leftbox .boxicon, .row-fluid .time-leftbox .boxtext { float:none; display:inline-block; margin:0; vertical-align:middle; width:auto; }
.row-fluid .time-leftbox .boxicon { padding:15px; background:#a8ba44; height:64px; width:64px; text-align:center; float:left; }
.row-fluid .time-leftbox .boxtext { padding-left:6px; } 
.row-fluid .time-leftbox .icon-textbox { margin-bottom:20px; }
.row-fluid .time-leftbox .boxtext p { padding:0; }
.row-fluid .time-leftbox .boxtext h2 { padding:0; color:#fff; font-size:26px; line-height:30px; font-weight:300; }
.row-fluid .time-leftbox .boxtext h6 { color:#fff; text-transform:uppercase; font-size:15px; font-weight:900; padding:0; line-height:20px; }

.row-fluid .allcourses-Boxes { position:relative; margin-top:-400px; background:#fff; padding:42px 37px 0;}
.row-fluid .allcourses-Boxes .ouraim-text { font-size:14px; font-weight:300; line-height:20px; color:#414042; padding:22px 0 32px; }
.row-fluid .allcourses-Boxes h2 { padding:0; font-size:73px; line-height:80px; font-weight:600; color:#A8B944; }

.row-fluid .allcourses-Boxes .maintab-topic ul li { width:20%; }
.row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(2) a, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(3) a, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(4) a, .row-fluid .allcourses-Boxes .maintab-topic ul li:last-child a { color:#A8B944; }
.row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(2) a:hover, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(3) a:hover, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(4) a:hover, .row-fluid .allcourses-Boxes .maintab-topic ul li:last-child a:hover { background:#A8B944; color:#fff; }
.row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(2) a:after, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(3) a:after, .row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(4) a:after, .row-fluid .allcourses-Boxes .maintab-topic ul li:last-child a:after {     border-top: 15px solid #A8B944; }
.row-fluid .allcourses-Boxes .maintab-topic ul li.main-current:nth-child(2) a, .row-fluid .allcourses-Boxes .maintab-topic ul li.main-current:nth-child(3) a, .row-fluid .allcourses-Boxes .maintab-topic ul li.main-current:nth-child(4) a, .row-fluid .allcourses-Boxes .maintab-topic ul li.main-current:last-child a { background:#A8B944; color:#fff; }
.row-fluid .allcourses-Boxes .maintab-topic ul li:nth-child(4) { border-right:0; }

.row-fluid .implant-CourseTab { padding:100px; }
.row-fluid .implant-CourseTab .course-programraw .outline-closeNumber:before { color:#333; }
.row-fluid .implant-CourseTab .course-programraw .outline-closeNumber.active:before { color:#A8B944; }
.row-fluid .implanttab-outlineraw .course-programraw > span > div { padding-bottom:0; }
.row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3 { color:#A8B944; }
.row-fluid .implant-CourseTab.livespeaker-tab .faculty-closetitle.active:before { color:#A8B944; }
.row-fluid .implant-CourseTab.livespeaker-tab .facultytab-morelink a { color:#A8B944; }
.row-fluid .implant-CourseTab.livespeaker-tab .facultytab-morelink a:hover { color:#333; }
.row-fluid .implant-CourseTab .livedetails-title { color:#A8B944; }
.row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabimg { width:23%; }
.row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox { width:77%; }
.row-fluid .leftTab-Text { padding-right:40px; border-right:1px solid #f9f9f9; }
.row-fluid .leftTab-Text ol { margin:0; }
.row-fluid .leftTab-Text ol li { margin-bottom:15px; padding-left:10px; }
.row-fluid .keyfeatured-videobox { padding-left:20px; }
.row-fluid .keyfeatured-Sec { padding:100px 50px; }
.row-fluid .objective-tabSec { padding:88px 100px 70px 100px; }
.row-fluid .objective-tabSec h4 { color:#A8B944; font-size:20px; font-weight:bold;  }
.row-fluid .objective-tabSec ul { float:left; width:100%; margin:0; padding:0; }
.row-fluid .objective-tabSec ul li { margin-bottom:15px; position:relative; padding-left:20px; }
.row-fluid .objective-tabSec ul li:before { counter-increment:list; display:inline-block; content:counter(list)'.'; position:absolute; top:0; left:0; line-height:24px; font-weight:700; color:#A8B944; font-family: 'Open Sans', sans-serif; }

.row-fluid .paddlr37 { padding:0 37px; }
.row-fluid .implant-teamsec { padding:30px 0 95px; }
.row-fluid .implant-teamsec h1 { color:#A8B944; font-size:73px; line-height:80px; padding:0; font-weight:600; }
.row-fluid .implant-teamsec .home-teamraw { padding-top:87px; }
.row-fluid .implant-teamsec .home-teamraw > span > div { margin:0 -1px 0 0; width:33.33%; }
.row-fluid .implant-teamsec .home-teamraw .team-imgbox { min-height:337px; }
.row-fluid .implant-teamsec .home-teamraw .team-infotext, .row-fluid .implant-teamsec .home-teamraw .team-readmore { display:none; }
.row-fluid .green-title h1 { color:#A8B944; font-size:73px; line-height:80px; padding:0; font-weight:600; }

.row-fluid .othersaid-titleSec { padding:55px 0 87px; }
.row-fluid .implant-testimonialsec { padding:80px 0 50px; position:relative; }
.row-fluid .implant-testimonialsec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.7); }

.row-fluid .implant-testimonialbox { position:relative; background:#fff; padding:40px 0 55px; }
.row-fluid .implant-testimonialbox h2 { font-size:34px; line-height:40px; padding:0; position:relative; background:url(https://2571220.fs1.hubspotusercontent-na1.net/hubfs/2571220/Campbell_Theme_2016/Images/till-sign.jpg?t=1483088196544) no-repeat center center; padding:20px 0; text-align:center;}
.row-fluid .implant-testimonialraw { float:left; width:100%; padding-top:20px; padding-left:60px; padding-right:60px; position:relative; }
.row-fluid .implant-testimonialraw > span > div { /* display:inline-block; */ background:#fcfcfe;}
.row-fluid .implant-testvideosec { float:left; width:100%; cursor:pointer;  position:relative; padding:0 12px; }
.row-fluid .implant-testvideoimg { position:relative; min-height:127px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .implant-playicon { font-size:16px; color:#77639e; text-align:center; display:inline-block; cursor:pointer; font-family:fontawesome; height:37px; width:37px; background:transparent; border-radius:50%; line-height:28px; border:5px solid #77639e; position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);  }
.row-fluid .implant-playicon:before { color:#77639e; content:"\f04b"; margin-left:2px; }
.row-fluid .implant-testvideoplay { float:left; cursor:pointer; width:100%; font-size:14px; line-height:18px; font-weight:600; color:#fff; background:#77639e; text-transform:uppercase; text-align:center; padding:5px; }
.row-fluid .implant-testvideoplay:hover { background:#A8B944; transition:all ease .7s; }
.row-fluid .implant-testvideocontent { padding-top:5px; float:left; width:100%; font-size:14px; line-height:18px; font-weight:600; color:#555; }
.row-fluid .implant-testvideosec:hover .implant-playicon { border-color:#A8B944; transition:all ease .7s; }
.row-fluid .implant-testvideosec:hover .implant-playicon:before { color:#A8B944; transition:all ease .7s; }
.row-fluid .implant-testvideosec:hover .implant-testvideoplay { background:#A8B944; transition:all ease .7s; }
.slick-slide { outline:0; }

.row-fluid .implant-testimonialraw button.slick-prev.slick-arrow, .row-fluid .implant-testimonialraw button.slick-next.slick-arrow { background:#a8ba44; z-index:1; font-size:0; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  position:absolute; height:65px; width:65px; border-radius:0;  }
.row-fluid .implant-testimonialraw button.slick-prev.slick-arrow:hover, .row-fluid .implant-testimonialraw button.slick-next.slick-arrow:hover { background:#77639e; }
.row-fluid .implant-testimonialraw button.slick-prev.slick-arrow { left:-15px; }
.row-fluid .implant-testimonialraw button.slick-prev.slick-arrow:before { position:absolute; content:"\f053"; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); font-size:20px; font-family:"FontAwesome"; }
.row-fluid .implant-testimonialraw button.slick-next.slick-arrow { right:-15px; }
.row-fluid .implant-testimonialraw button.slick-next.slick-arrow:before { position:absolute; content:"\f054"; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); font-size:20px; font-family:"FontAwesome"; }
.row-fluid .implant-testimonialraw .slick-slider { position:static; }
.row-fluid .implant-testvideopopup { display:none; } 

.row-fluid .implant-coursesec2 { padding:112px 0 60px; color:#fff; font-size:14px; line-height:20px; font-weight:300; position:relative; }
.row-fluid .implant-coursesec2 h3 { font-size:26px; color:#fff; font-weight:300; line-height:30px; text-transform:uppercase; padding:0 0 25px; }
.row-fluid .reasonbox { margin:25px 0; }
.row-fluid .reasonbox1, .row-fluid .reasonbox3 { padding-right:33px; }
.row-fluid .reasonbox2, .row-fluid .reasonbox4 { padding-left:33px; }
.row-fluid .reasonbox3, .row-fluid .reasonbox4 { margin-bottom:0; }
.row-fluid .reasonbox-title { font-size:14px; line-height:20px; text-transform:uppercase; font-weight:900; color:#A8B944; padding:0 0 25px; }

.row-fluid .location-section { padding:105px 0 110px; }
.row-fluid .location-subtext { font-size:26px; line-height:40px; color:#414042; font-weight:300; text-transform:uppercase; }
.row-fluid .location-imgbox { min-height:260px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .location-imgtextbox { padding:55px 40px 0 40px; }
.row-fluid .location-leftbox { margin-bottom:47px; }
.row-fluid .location-righttext { padding-left:100px; font-size:26px; line-height:34px; color:#414042; font-weight:400; }
.row-fluid .location-righttext h2 { color:#A8B944; font-size:43px; line-height:50px; font-weight:600; padding:0;  } 
.row-fluid .location-righttext a { color:#414042; }
.row-fluid .location-righttext a:hover { color:#77639e; }

.row-fluid .sponser-partnersec { padding:77px 0 85px; background:#fdfdfd; border:0; }
.row-fluid .sponser-partnersec .logo-raw { padding-top:100px; }

.row-fluid .keep-informsec { padding:100px 0 60px; background:#a8ba44; color:#fff; }
.row-fluid .keep-informsec .green-title h1 { color:#fff; }
.row-fluid .keep-informsec .hs-form-required { display:none; }
.row-fluid .inform-subtext { font-size:26px; line-height:40px; font-weight:300; text-transform:uppercase;  }
.row-fluid .keep-informsec input[type="email"] { border-radius:0; height:45px; border:2px solid #798e81; margin:0; float:left; width:348px; border-right:0; }
.row-fluid .keep-informsec input[type="submit"] { border-radius:0; background:#072b29;  color:#fff; height:45px; width:45px; padding:0; background:url(https://2571220.fs1.hubspotusercontent-na1.net/hubfs/2571220/Campbell_Theme_2016/Images/next-btn.png) no-repeat center center #072b29; font-size:0; }

.row-fluid .pricing-registersec { padding:114px 0 0; color:#525254;  margin: 0 0 50px; }
.row-fluid .pricing-registersec .green-title h1 { color:#fff; }
.row-fluid .pricing-regbox { padding:50px; background:#fff; position:relative; margin-bottom:-100px; }
.row-fluid .pricing-subtext { font-size:26px; line-height:40px; color:#fff; font-weight:300; text-transform:uppercase; padding-bottom:100px; }
.row-fluid .pricing-regform h3 { display:none; }
.row-fluid .pricing-regform form input { border:0; background-color:#f2f2f2; color:#b1b1b1; font-size:14px; height:35px; padding:0 8px; border-radius:0; margin-bottom:20px; }  
.row-fluid .pricing-regform form input[type=submit] { background-color:#77619d; color:#fff; font-size:16px; font-weight:bold;  width:100%; margin-top:15px; height:80px; letter-spacing:2px; }
.row-fluid .pricing-regform form input[type=submit]:hover { background-color:#635183; }
.row-fluid .inform-subscribeform form { position:relative; }
.row-fluid .inform-subscribeform form ul.hs-error-msgs.inputs-list { position:absolute; top:100%; padding-top:20px; color:#f00; }

.row-fluid .pricing-regright { border:1px solid #a8ba44; text-align:center; }
.row-fluid .pricing-regrightsubtext { background:#a8ba44; padding:10px; font-size:22px; line-height:30px; font-weight:bold; }
.row-fluid .pricing-regright h1 { font-size:140px; line-height:150px; color:#a8ba44; font-weight:300; padding:80px 0; }


.row-fluid .informsec-socialicon { text-align:center; }
.row-fluid .informsec-socialicon a { opacity:1; float:none; display:inline-block; height:45px; width:45px; line-height:45px; margin:0 2px; color:#fff; text-align:center; font-size:20px; background:#3b589c; }
.row-fluid .informsec-socialicon a:nth-child(2) { background:#598dc9; }
.row-fluid .informsec-socialicon a:nth-child(3) { background:#1DA1F2; }
.row-fluid .informsec-socialicon a:nth-child(4) { background:#007ab9; }
.row-fluid .informsec-socialicon a:nth-child(5) { background:#d03427; }
/* .row-fluid .informsec-socialicon a:nth-child(4) { background:#ff6600; } */
/* .row-fluid .informsec-socialicon a:last-child { background:#d03427; } */
.row-fluid .informsec-socialicon a:last-child { background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 */
        }
.row-fluid .informsec-socialicon a:hover { opacity:0.8; }
.row-fluid .inform-subscribeform h3 { display:none; }
.row-fluid .informsubscribe-box { padding-top:15px; }

/* Updates 05-01-2017 */
.row-fluid #coursetab-1 .livecourse-textbox { background:rgba(168,185,68,0.68); }  
.row-fluid .itistudy-raw .livecourse-textbox { background:rgb(50 98 14 / 70%); }
.row-fluid .business-course  .livecourse-textbox { background:rgba(0,184,233,0.68); }
.row-fluid .master-courseraw .livecourse-textbox { background:rgb(0 74 173 / 70%); }
.row-fluid .oneday-conference .livecourse-textbox { background:rgb(182 37 111 / 70%); }
.row-fluid .yeartwo-implant .livecourse-textbox { background:rgba(243,131,49,0.7); }



.row-fluid .implant-testimonialraw>span>div { padding:15px 0 10px 0; }

.cta-box { width:100%; float:left;}


.blog-area { padding:50px 0;}
.sameheight { float:left; width:100%;}
.row-fluid .hero-section.overlay-section:before { background:#000;}
.form-pop ul.inputs-list { list-style:none;  padding: 15px 0;  float: left;  width: 100%; margin: 0;}
.form-pop ul.inputs-list li { float:left; margin:0 10px; width:auto;}
.form-pop ul.inputs-list li:first-child { margin-left:0;} 
.form-pop label .hs-form-required { display:none;}
.subscribe-main .hs-form label .hs-form-required  { display:none;}

.row-fluid .form-style { padding: 15px;  background: #ccc; margin-bottom:20px; /*display:none;*/}
.row-fluid .form-page .form-demo { width:100%; float:left; }
.row-fluid .form-page .form-demo h2 { background:#ccc; padding:15px; width:100%; float:left; border-radius:5px; font-size:16px; line-height:22px; margin-bottom:10px; transition:all .5s ease; cursor:pointer;}
.row-fluid .form-page .form-demo h2:hover { background:#78619f; color:#fff; transition:all .5s ease;}
.row-fluid .form-page .form-demo ul { width:100%; float:left; list-style:none;  padding:0; margin:0;}

.subscribe-main .back-form { font-size:16px; line-height:22px; float:left; width:100%; cursor:pointer; padding:5px 0; color:#78619f; display:none; } 
.subscribe-main .back-form:hover { color:#000; text-decoration:underline;}

.subscribe-main.open-form1 .back-form  { display:block;}
.subscribe-main.open-form2 .back-form { display:block;}

.subscribe-main.open-form1 .blog-first.form-style  { display:block;}
.subscribe-main.open-form2 .blog-second.form-style { display:block;}

.subscribe-main.open-form1 .blog-2,.subscribe-main.open-form1 .blog-1  { display:none;}
.subscribe-main.open-form2 .blog-2,.subscribe-main.open-form2 .blog-1  { display:none;}

.row-fluid .blog-select ul { display:none; position:absolute; z-index:8; left:0; top:100%; width:100%; background:#fff; border-radius:4px; overflow:hidden; list-style:none; padding:0; margin:15px 0 0; }
.row-fluid .blog-select ul li a { display:block; padding:10px 15px; }
.row-fluid .blog-select ul li a:hover { color:#79da91; }
.row-fluid .blog-select ul li { border-top:1px solid #ccc; padding-left:0;} 
.row-fluid .blog-select ul li:first-child { border-top:none; }  

.subscribe-main  ul.inputs-list { list-style:none;}
.row-fluid .form-pop .inputs-list .hs-form-checkbox-display , .row-fluid .form-pop .inputs-list .hs-form-booleancheckbox ,  .row-fluid .form-pop .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .form-pop .inputs-list input[type="checkbox"] , .row-fluid .form-pop .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .form-pop .inputs-list input[type="radio"] { top:3px; }
.row-fluid .form-pop .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .form-pop .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .form-pop .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .form-pop .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:20px; }

.row-fluid .form-pop .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .form-pop .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }


/*15-09-2017*/
.row-fluid .maintab-topic ul, .row-fluid .subtab-topic ul{display:table;}
.row-fluid .maintab-topic ul li, .row-fluid .subtab-topic ul li{display:table-cell;vertical-align:middle;float:none;}
/* .row-fluid .maintab-topic ul li a, .row-fluid .subtab-topic ul li a{display:block;    line-height: 20px;font-size: 16px;padding: 15px 10px;}   */


/*.impltdst_lgsky .row-fluid .datetab-title h4 { color: #53beb6; }
.impltdst_lgsky .row-fluid .maintab-topic ul li a { color: #53beb6 !important; }
.impltdst_lgsky .row-fluid .time-leftbox .boxicon { background: #53beb6; }
.impltdst_lgsky .row-fluid .maintab-topic ul li a:hover,
.impltdst_lgsky .row-fluid .maintab-topic ul li.main-current a { background: #53beb6!important; color: #fff !important; }

.hs-content-id-4511007679 .row-fluid .maintab-topic ul li a,
.hs-content-id-5331285480 .row-fluid .maintab-topic ul li a { color: #53beb6 !important; }
.hs-content-id-4511007679 .row-fluid .time-leftbox .boxicon,
.hs-content-id-5331285480 .row-fluid .time-leftbox .boxicon { background: #53beb6; }
.hs-content-id-4511007679 .row-fluid .maintab-topic ul li a:hover,
.hs-content-id-4511007679 .row-fluid .maintab-topic ul li.main-current a,
.hs-content-id-5331285480 .row-fluid .maintab-topic ul li a:hover,
.hs-content-id-5331285480 .row-fluid .maintab-topic ul li.main-current a { background: #53beb6!important; color: #fff !important; }

.hs-content-id-4511007679 .row-fluid .maintab-topic ul li a:after,
.hs-content-id-5331285480 .row-fluid .maintab-topic ul li a:after { border-top-color: #53beb6!important; }
.hs-content-id-4511007679 .row-fluid .allcourses-Boxes h2,
.hs-content-id-4511007679 .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-4511007679 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h2,
.hs-content-id-4511007679 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h3,
.hs-content-id-4511007679 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h4,
.hs-content-id-4511007679 .row-fluid .objective-tabSec h4,
.hs-content-id-4511007679 .row-fluid .course-daynumber,
.hs-content-id-4511007679 .row-fluid .reasonbox-title, 
.hs-content-id-4511007679 .row-fluid .objective-tabSec ul li:before,
.hs-content-id-4511007679 .row-fluid .green-title h1,
.hs-content-id-4511007679 .row-fluid .location-righttext h2,
.hs-content-id-5331285480 .row-fluid .allcourses-Boxes h2,
.hs-content-id-5331285480 .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-5331285480 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h2,
.hs-content-id-5331285480 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h3,
.hs-content-id-5331285480 .row-fluid .location-section .hs_cos_wrapper_type_rich_text h4,
.hs-content-id-5331285480 .row-fluid .objective-tabSec h4,
.hs-content-id-5331285480 .row-fluid .course-daynumber,
.hs-content-id-5331285480 .row-fluid .reasonbox-title,
.hs-content-id-5331285480 .row-fluid .objective-tabSec ul li:before,
.hs-content-id-5331285480 .row-fluid .green-title h1,
.hs-content-id-4511007679 .row-fluid .location-righttext h2 { color: #53beb6; }  */

.impltdst_lgsky.impltdst_three_implant .row-fluid .time-leftbox .boxicon { background: #274b0f; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li a { color: #274b0f; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li a:hover,
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li.main-current a { background: #274b0f; color: #fff; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li.main-current a:after { border-top-color: #274b0f; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .pricing-regbox .row-fluid .pricing-regright { border-color: #274b0f; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .pricing-regrightsubtext { background: #274b0f; color: #fff; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .course-daynumber,
.impltdst_lgsky.impltdst_three_implant .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.impltdst_lgsky.impltdst_three_implant .digital-program-section .sec-title h3 { color: #804e4e; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .keep-informsec { background: #b67777; }




.orange_text .row-fluid .maintab-topic ul li a:hover,
.orange_text .row-fluid .maintab-topic ul li.main-current a { background:#F38331 !important; color: #fff !important; } 
.orange_text .row-fluid .maintab-topic ul li a:after { border-top-color:#F38331 !important; }
.orange_text .row-fluid .maintab-topic ul li a,
.orange_text .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.orange_text .row-fluid .livespeaker-tab .faculty-tabtextbox h3,
.orange_text .row-fluid .livedetails-title { color: #F38331 !important; }


.master_darkl_blue .row-fluid .maintab-topic ul li a:hover,
.master_darkl_blue .row-fluid .maintab-topic ul li.main-current a { background: #25408f!important; color: #fff !important; }
.master_darkl_blue .row-fluid .maintab-topic ul li.main-current a:after,
.master_darkl_blue .row-fluid .maintab-topic ul li a:after { border-top-color: #25408f!important; }
.master_darkl_blue .row-fluid .maintab-topic ul li a,
.master_darkl_blue .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.master_darkl_blue .row-fluid .livespeaker-tab .faculty-tabtextbox h3,
.master_darkl_blue .row-fluid .livedetails-title { color: #25408f !important; }


.business_lgblue .row-fluid .maintab-topic ul li a:hover,
.business_lgblue .row-fluid .maintab-topic ul li.main-current a { background: #ADD8E6!important; color: #fff !important; }
.business_lgblue .row-fluid .maintab-topic ul li.main-current a:after,
.business_lgblue .row-fluid .maintab-topic ul li a:after { border-top-color: #ADD8E6!important; }
.business_lgblue .row-fluid .maintab-topic ul li a,
.business_lgblue .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.business_lgblue .row-fluid .livespeaker-tab .faculty-tabtextbox h3,
.business_lgblue .row-fluid .livedetails-title { color: #ADD8E6 !important; }

.hs-content-id-94466058265.business_lgblue .row-fluid .maintab-topic ul li a:hover,
.hs-content-id-94466058265.business_lgblue .row-fluid .maintab-topic ul li.main-current a { background: #B6256F!important; color: #fff !important; }
.hs-content-id-94466058265.business_lgblue .row-fluid .maintab-topic ul li.main-current a:after,
.hs-content-id-94466058265.business_lgblue .row-fluid .maintab-topic ul li a:after { border-top-color: #B6256F!important; }
.hs-content-id-94466058265.business_lgblue .row-fluid .maintab-topic ul li a,
.hs-content-id-94466058265.business_lgblue .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-94466058265.business_lgblue .row-fluid .livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-94466058265.business_lgblue .row-fluid .livedetails-title { color: #B6256F !important; }

.hs-content-id-41256091906.business_lgblue .row-fluid .maintab-topic ul li a:hover,
.hs-content-id-41256091906.business_lgblue .row-fluid .maintab-topic ul li.main-current a { background: #006400!important; color: #fff !important; }
.hs-content-id-41256091906.business_lgblue .row-fluid .maintab-topic ul li.main-current a:after,
.hs-content-id-41256091906.business_lgblue .row-fluid .maintab-topic ul li a:after { border-top-color: #006400!important; }
.hs-content-id-41256091906.business_lgblue .row-fluid .maintab-topic ul li a,
.hs-content-id-41256091906.business_lgblue .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-41256091906.business_lgblue .row-fluid .livespeaker-tab .faculty-tabtextbox h3,
.hs-content-id-41256091906.business_lgblue .row-fluid .livedetails-title { color: #006400 !important; }


.row-fluid .pricing-regbox.register_pricingbox { padding: 50px; background: #fff; position: relative; margin-bottom: -100px; }
.row-fluid .pricing-regbox.register_pricingbox .pricing-regrightsubtext { background: #274b0f; color: #fff; }
.row-fluid .pricing-regbox.register_pricingbox .pricing-regright { border: 1px solid #274b0f; text-align: center; }
.row-fluid .pricing-regbox.register_pricingbox .widget-type-cta { display: block !important; padding-bottom: 15px !important; padding-top: 15px !important; }
.row-fluid .pricing-regbox.register_pricingbox .widget-type-cta #cta_button_2571220_0d730f61-fb02-4091-b49a-e6fd3f2886ae { padding: 15px 40px !important; }

.dark-green-text .row-fluid .maintab-topic ul li a, .dark-green-text .row-fluid .otherlive-courseraw .read-course a,
.dark-green-text .row-fluid .livedetails-title, .row-fluid .livespeaker-tab .faculty-tabtextbox h3 { color:#006400; }
.dark-green-text .row-fluid .maintab-topic ul li.main-current a,
.dark-green-text .row-fluid .coursepage-tabtopic ul li:not(.main-current) a:hover { background:#006400 !important; color:#ffffff; }
.dark-green-text .row-fluid .coursepage-tabtopic ul li.main-current a:after { border-top: 15px solid #006400; }
.dark-green-text .row-fluid .livepage-CourseSec { background:#006400 !important;  }
.dark-green-text .row-fluid .otherlive-courseraw .livecourse-textbox { background:rgb(0 100 0 / 90%) !important; }
.dark-green-text .row-fluid .otherlive-coursetitle { border-bottom: 2px solid #63a563; }
.dark-green-text .row-fluid .otherlive-courseraw .read-course a:hover { color:#ffffff; }



/* two-column-with-sidebar */

@media(min-width:992px){
    .single_row.two_col .blog_listing .bloglisting2-box { width:48%; margin:0 0 4% 2%; clear:right; }
    .single_row.two_col .blog_listing .bloglisting2-box:nth-child(2n+1) { clear:left; margin:0 2% 4% 0; }
    .single_row.two_col .blog_listing .blog-featuredimage2 { width:100%; height:20vw; position:relative; }
    .single_row.two_col .blog_listing .bloglisting2-bcontent { padding:20px; }
    .single_row.two_col.masonry .blog_listing .bloglisting2-box ,.single_row.two_col.masonry .blog_listing .bloglisting2-box:nth-child(2n+1) { width:47%; margin:0 1.5% 3% ; clear:right; }
    .single_row.two_col.masonry .row-fluid .blog-sidebar { margin-left: 0; }
    .single_row.two_col.masonry .row-fluid .blog-left { width:69%; }    
}

@media(min-width:768px){

    .implant-testimonialraw .slick-track { width:100% !important; }
    .implant-testimonialraw .slick-track .slick-slide {float:none; display:inline-block; }
}


.single_row.traditional .blog_listing .blog-featuredimage2 { width:100%; height:20vw; position:relative; }
.single_row.traditional .blog_listing .bloglisting2-bcontent { padding:20px; text-align:center; }
.single_row.traditional .bloglisting2-byline { float:left; margin-top:15px; }
.single_row.traditional .bloglisting2-social { position:static; float:right; width:auto; padding:0; margin-top:10px; }
.single_row.traditional .bloglisting2-social a { border-color:#999; color:#999;  line-height:28px; }
.single_row.traditional .bloglisting2-social a:hover { color:#fff; border-color:transparent;  }
.single_row.traditional .blog_listing .bloglisting2-box .reaDMore a { color:#fff; }


/* Modern Blog */
.modernBlog_listing .post-item { margin:0 0 30px; width:100%; float:left; color:#fff; overflow:hidden; }
.modernBlog_listing .post-item a { color:#fff; }
.modernBlog_listing .post-item .inner_wrapper { height:350px; }
.modernBlog_listing .post-item .inner_wrapper ,.modernBlog_listing .post-item .inner_wrapper * { transition:all ease-in-out 0.35s; -moz-transition:all ease-in-out 0.35s; -webkit-transition:all ease-in-out 0.35s; }
.modernBlog_listing .post-item .inner_wrapper .effect { position:absolute; top:0; left:0; width:100%; height:100%; background-size:cover; transform:scale(1.1); z-index:1;  }
.modernBlog_listing .post-item .inner_wrapper:before { background:rgba(0,0,0,0.9); z-index:2; }
.modernBlog_listing .post-item .date { position:absolute; bottom:10px; left:10px; margin:0; z-index:3; }
.modernBlog_listing .post-item .author { position:absolute; bottom:10px; right:10px; margin:0; z-index:3; }
.modernBlog_listing .post-item .title { position:absolute; top:50%; left:50%; width:80%; text-align:center; margin:0; padding:0; z-index:3; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; 
    transform:translate3d(-50%,-50%,0); -moz-transform:translate3d(-50%,-50%,0); -webkit-transform:translate3d(-50%,-50%,0); }
.modernBlog_listing .post-item .link_bottom { position:absolute; top:50%; left:50%; text-align:center; margin:60px 0 0; opacity:0; visibility:hidden; z-index:3; font-weight: 400; text-transform: uppercase;
    transform:translate3d(-50%,-50%,0); -moz-transform:translate3d(-50%,-50%,0); -webkit-transform:translate3d(-50%,-50%,0);  min-width:158px; }
.modernBlog_listing .post-item:hover .title { margin-top:-60px; opacity:0; visibility:hidden; }
.modernBlog_listing .post-item:hover .link_bottom { margin:0; opacity:1; visibility:visible; }
.modernBlog_listing .post-item:hover .inner_wrapper:before { background:rgba(0,0,0,0.1); }
.modernBlog_listing .post-item:hover .inner_wrapper { background-size:120% auto; }
.modernBlog_listing .post-item:hover .inner_wrapper .effect { transform:scale(1); }
.modernBlog_listing .post-item:hover .date ,.modernBlog_listing .post-item:hover .author { bottom:-50px; }

.row-fluid .itilogo { width:100%; margin-top:30px; text-align:right; }
.row-fluid .itilogo img { max-width:380px !important; }

.row-fluid .itilogo.yearimpl_img { padding-left: 50px;  }
.row-fluid .itilogo.yearimpl_img img { max-width:100% !important; }
.row-fluid .itilogo.yearimpl_img > div > .row-fluid { display: flex; flex-wrap: wrap; align-items: center; }  

/**/
#coursetab-1 .livecourse-raw { padding:25px; }

/*---*/
.hs-content-id-95364735327 .row-fluid #coursetab-3 .livecourse-textbox { background:rgb(0 74 173 / 70%); } 
.hs-content-id-95364735327 .row-fluid #coursetab-4 .master-courseraw .livecourse-textbox { background:rgb(50 98 14 / 70%); }



.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .maintab-topic ul li a:hover, .impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li.main-current a { background: #555F6D; }
.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .maintab-topic ul li.main-current a:after { border-top-color:#555F6D;}

.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .time-leftbox .boxicon { background:#555F6D; }
.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .course-daynumber, .impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox h3, .impltdst_lgsky.impltdst_three_implant.year_color_change .digital-program-section .sec-title h3 { color:#555F6D }
.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .pricing-regrightsubtext { background:#555F6D; }

.impltdst_lgsky.impltdst_three_implant.year_color_change .row-fluid .keep-informsec { background:#555F6D; }
.year_color_change .row-fluid .keep-informsec input[type="email"] { float:unset; }

/* New Page */
.banner_sc { min-height: 100vh; background-attachment: fixed !important; display: flex; align-items: center; flex-wrap: wrap; color: #fff; font-size: 23px; line-height: 1.5; padding: 50px 0; }
.banner_sc h1 { color: #fff; font-size: 61px; line-height: 1.25; font-weight: 400; padding: 0; }
.banner_sc .caption { width: 770px; max-width: 100%; }
.banner_sc .wrapper { width: 1110px; max-width: 100%; }
.banner_sc .text { padding: 15px 0 40px 0; }
/* .banner_sc .logo_wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 20px 0 0;  } */
.banner_sc .logo_wrap { margin: 20px 0 0; }
.banner_sc .logo_wrap .logo .logo_img { margin: 10px; background: #fff; height: 100px; display: flex; align-items: center; justify-content: center; padding: 15px; border-radius: 4px; }
.banner_sc .logo_wrap .logo img { max-height: 70px; width: 150px; }
.row-fluid .banner_sc .button a { font-size: 20px; width: auto; padding: 18px 20px; }
.banner_sc > div { display: inline-block; vertical-align: top; width: 100%; }

.banner_sc .logo_wrap ul.slick-dots { display: flex !important; justify-content: center; gap: 15px; padding: 20px 0 0; }
.banner_sc .logo_wrap ul.slick-dots li:before { display: none; }
.banner_sc .logo_wrap ul.slick-dots li { display: flex; padding: 0; height: auto; width: auto; margin: 0; }
.banner_sc .logo_wrap ul.slick-dots li button { font-size: 0; background: transparent; border: 2px solid #fff; height: 15px; width: 15px; padding: 0; border-radius: 50%; }
.banner_sc .logo_wrap ul.slick-dots li.slick-active button { background: #78619f; border-color: #78619f; }

.semi_info_wrap { display: flex; flex-wrap: wrap; text-align: center; color: #fff; }
.semi_info_sc { background: #78619f; padding: 100px 0; }
.semi_info_col { width: 25%; padding: 0 15px; }
.semi_info_col .icon { height: 90px; width: 90px; background: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; padding: 10px; margin: 0 auto 20px; transition: all ease-in-out .4s; }
.semi_info_col .icon svg { width: 29px; }
.semi_info_col .icon svg path { fill: #78619f; }
.semi_info_col .title { font-weight: 600; font-size: 22px; line-height: 1.25; }
.semi_info_col:hover .icon { transform: scale(1.05); } 

.course_outline_wrap { display: flex; flex-wrap: wrap; }
.course_line_left { width: 50%; padding-left: calc((100% - 1110px) / 2); background: #ffeee6; padding-top: 180px; padding-bottom: 250px; padding-right: 50px; }
.course_line_right { width: 50%; padding-right: calc((100% - 1110px) / 2); padding-left: 50px; padding-top: 180px; padding-bottom: 30px; }
.course_line_right .more_content { display: none; margin-bottom: 15px; }
.course_line_right .content { overflow: hidden; }
.course_line_right .read-more-btn-wrap a { display: inline-block; vertical-align: top; width: auto; padding-right: 20px; position: relative; }

.product_feature_sc { padding: 80px 0; }
.product_feature_wrap { display: flex; flex-wrap: wrap; }
.product_feature_col { width: 50%; padding: 0 30px; margin-bottom: 40px; }
.product_feature_colin { display: flex; flex-wrap: wrap; width: 450px; max-width: 100%; }
.product_feature_colin .icon { width: 60px; padding-top: 2px; }
.product_feature_colin .con { width: calc(100% - 60px); padding-left: 25px; }
.product_feature_colin .icon svg { width: 60px; height: 80px; }
.product_feature_colin .con ul { list-style-type: disc; padding-left: 20px; }
.product_feature_colin .con ul li { padding-left: 0; }
.product_feature_colin .con ul li:before { display: none; }
.product_feature_colin .con h3 { font-size: 24px; line-height: 1.25; }

.productfea_ct .product_feature_colin .icon svg { width: 60px; height: 60px; }

.cta_strip_sc { background: #525355; text-align: center; padding: 50px 0; }
.cta_strip_sc h2 { color: #fff; padding: 0 0 25px; }

.con_video_sc { padding: 100px 0; }
.con_video_wrap { display: flex; flex-wrap: wrap; }
.con_video_wrap .left { width: 42%; padding-right: 30px; }
.con_video_wrap .right { width: 58%; }
.con_video_wrap .right video { width: 100%; height: auto; }
.con_video_wrap .left h2 { padding: 0 0 30px; }

.con_video_sc.conreel_video .con_video_wrap .right video { width: 100%; height: 500px; }

.speaker_sc { padding: 80px 0; }
.speaker_list_main { background: #f7f5f5; padding: 20px 0 0; }
.speaker_list_wrapper { display: flex; flex-wrap: wrap; }
.speaker_head { width: 100%; max-width: 100%; margin: 0 0 30px; }
.speaker_head h2 { font-weight: 600; }
.speaker_list_item { width: calc(25% - 40px); margin: 40px 20px 0; position:relative; }
.speaker_info { width: calc(100% - 30px); background: #fff; position: relative; margin-top: -20px; margin-left: auto; left: 15px; padding: 15px; font-weight: 600; font-size: 14px; }
.speaker_info h5 { font-size: 20px; line-height: 1.25; padding-bottom: 5px; }
.speaker_popup { display: none; max-width:800px; margin:0 auto; padding:25px; }
.speaker_list_item a.no_text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; }


.testimonial_slide_cover { background: #525355; display: inline-block; vertical-align: top; width: 100%; }
.testimonial_slide { background: #525355; color: #fff; padding: 80px 0 120px; text-align: center; font-size: 20px; font-weight: 400; }
.testimonial_slide .wrapper { width: 680px; max-width: 100%; padding: 0 15px; }
.testimonial_slide .name { font-weight: 700; padding-bottom: 30px; margin-bottom: 30px; position: relative; }
.testimonial_slide .name:after { position: absolute; content: ""; height: 1px; width: 35px; background: #fff; bottom: 0; left: 0; right: 0; margin: 0 auto; }

.testimonial_main .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 0; background: transparent; padding: 0; height: 35px; width: 16px; left: 16px; z-index: 1; }
.testimonial_main .slick-arrow:hover { opacity: 0.5; }
.testimonial_main .slick-arrow.next-arrow { left: auto; right: 16px; transform: rotate(180deg); }
.testimonial_main .slick-arrow svg { fill: #414141; stroke: #414141; stroke-width: 1px; }
.testimonial_main ul.slick-dots { position: absolute; bottom: 50px; left: 0; width: 100%; display: flex !important; align-items: center; justify-content: center; padding: 0; }
.testimonial_main ul.slick-dots li { width: auto; display: inline-block; vertical-align: top; padding: 0 5px; }
.testimonial_main ul.slick-dots li:before { display: none; }
.testimonial_main ul.slick-dots li button { padding: 0; font-size: 0; height: 6px; width: 6px; background: #fff; border: 2px solid #fff; }
.testimonial_main ul.slick-dots li.slick-active button { background: transparent; height: 9px; width: 9px; }

.testimonial_main .testimonial_slide_cover .slick-arrow { left: 100px; }  
.testimonial_main .testimonial_slide_cover .slick-arrow.next-arrow { left: auto; right: 100px; }  
.testimonial_main .testimonial_slide_cover .slick-arrow svg { fill: #fff; stroke: #fff; stroke-width: 1px; }

.video_testimonail_img { height: 180px; display: flex; align-items: center; justify-content: center; }
.video_testimonail_img svg path { fill: #fff; }
.video_testimonail_slider_wrap { padding: 0 55px; }
.video_testimonail_slider_wrap .slick-list { padding-right: 190px; }
.testimonial_main .video_testimonail_slider_wrap .slick-arrow.slick-next { right: 20px; }
.testimonial_main .video_testimonail_slider_wrap .slick-arrow.slick-prev { left: 20px; }
.testimonial_main .videoPopup { display: none; }
.testimonial_videopopup { width: 800px; max-width: 100%; line-height: 0; }
.video_testimonail_con { padding: 15px; font-size: 13px; line-height: 1.5; position: relative; }
.video_testimonail_con .title { font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.video_testimonail_con a.fullbox { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.testimonial_main .video_testimonail_slider_wrap .slick-arrow { top: 75px; transform: translateY(0); }
.testimonial_main .video_testimonail_slider_wrap .slick-arrow.next-arrow { transform: translateY(0) rotate(180deg); }

.video_testimonail_slider_main .headbox { padding: 40px 55px 20px 55px; display: flex; align-items: center; font-weight: 400; cursor: pointer; }
.video_testimonail_slider_main .headbox svg { margin-right: 20px; }
.video_testimonail_slider_main { padding-bottom: 40px; }

.video_testimonail_slider_main h2 { font-weight: 600; }
.video_testimonail_slider_main h2 { font-weight: 600; padding: 0 0 35px 50px; }

.testimonial_videopopup .hs-responsive-embed-wrapper.hs-responsive-embed { max-width: 100% !important; max-height: 100% !important; }

.pro_get_touch_sc { min-height: 700px; background-attachment: fixed !important; padding: 50px 0; display: flex; align-items: center; justify-content: center; }
.pro_get_touch_sc .wrapper { width: 1110px; max-width: 100%; }
.pro_get_touch_sc .box { width: 620px; max-width: 100%; margin: 0 auto; background: rgba(255, 255, 255, 0.8); padding: 50px; }
.pro_get_touch_sc .box h3 { text-align: center; font-size: 30px; font-weight: 700; line-height: 1.25; }
.pro_get_touch_sc .box .form input[type="email"] { border: 0; background: #78619f; color: #fff; }
.pro_get_touch_sc .box .form .hs-form label { display: inline-block; margin-bottom: 2px; font-weight: 400; }
.pro_get_touch_sc .box .form .hs-form label span.hs-form-required { position: relative; right: auto; }
.pro_get_touch_sc .box .form input[type="email"]:hover { background: rgb(120 97 159 / 80%); }
.pro_get_touch_sc .box .form input[type="submit"] { width: 100%; font-size: 16px; height: auto; padding: 15px; }
.pro_get_touch_sc .box .button a { width: 100%; }

/* learning_outcomes */
.learning_outcomes { padding: 60px 0; }
.learning_outcomes .head_title { text-align: center; margin-bottom: 30px; }
.learning_outcomes .head_title .main-title { padding-bottom: 10px; font-weight: 600; text-transform: capitalize; }
.learning_outcomes .head_title .head_text { padding-top: 10px; }
.learning_outcomes .icon-with-text { padding: 80px 30px; display: inline-block; width: 100%; }
.learning_outcomes .icon-with-text .box-wrap{ display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px; }
.learning_outcomes .icon-with-text .icon-box { width: calc(33.33% - 20px); margin: 10px 10px; }
.learning_outcomes .icon-with-text .icon-box .box-inner { max-width: 310px; margin: 10px auto; text-align: center; }
.learning_outcomes .icon-with-text .icon { margin-bottom: 5px; display: inline-block; width: 100%; }
.learning_outcomes .icon-with-text .icon img { width: 35px; height: 35px; object-fit: contain; }
.learning_outcomes .icon-with-text .box-text { margin-top: 5px; }

/* content_text */
.content_text { padding: 60px 0; color: #fff; display: inline-block; vertical-align: top; width: 100%; } 
.content_text .content-wrap .title { color: #fff; padding-bottom: 20px; position: relative; }
.content_text .content-wrap .title:after { content: ''; width: 60px; height: 5px; border-bottom: 4px solid #fff; display: block; margin-top: 15px; }
.content_text .content-wrap strong { display: block; padding: 5px 0 15px; }

/* testimonial-sc */
.testimonial-sc { padding: 60px 0; color: #FFF; display: inline-block; vertical-align: top; width: 100%; }
.testimonial-sc .slick-dots { list-style: none; padding: 0; padding: 0; display: flex !important; justify-content: center; align-items: center; }
.testimonial-sc .slick-dots li { margin: 0 8px; }
.testimonial-sc .slick-dots li button{ font-size: 0; background-color: #fff; border-radius: 100%; width: 8px; height: 8px; padding: 2px; outline: 2px solid transparent; }
.testimonial-sc .slick-dots li.slick-active button { outline-color: #78619f; background-color: #8b76ac; }
.testimonial-sc .slick-dots li:before { display: none; }
.testimonial-sc .testimonial_slider .slick-arrow { position: absolute; top: 50%; transform: translate(0px, -50%); left: 0; background-color: transparent; font-size: 0; z-index: 1; }
.testimonial-sc .testimonial_slider .slick-arrow:before { content: '\f105'; font: normal normal normal 35px / 1 FontAwesome; color: #fff; }
.testimonial-sc .testimonial_slider .slick-arrow.slick-prev { transform: translate(0px, -50%) rotate(180deg); }
.testimonial-sc .testimonial_slider .slick-arrow.slick-next { right: 0; left: initial; }
.testimonial-sc .testimonial_slider .client-name,
.testimonial-sc .testimonial_slider .content { color: #FFF; text-align: center; padding: 35px 30px 10px; max-width: 800px; margin: 0 auto; }
.testimonial-sc .testimonial_slider .client-name:after { content: ''; width: 60px; height: 2px; border-bottom: 2px solid #fff; display: block; margin: 20px auto 0; }
/* .testimonial-sc .testimonial_slider .slider-item { text-align: center; padding: 0 60px; } */

.mobilecta_wrap { display: inline-block; width: auto; background: #78619f; color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 18px; font-weight: 500; transition: 0.4s; margin: 15px 0; }
.mobilecta_wrap:hover { background: #79da91; color: #fff; }

/**/
@media (min-width: 767px){
    .mobilecta_wrap { display: none; }
}

@media (max-width: 1500px){
    .video_testimonail_slider_wrap .slick-list { padding-right: 100px; }
}

@media(max-width:1440px) {
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:10px !important; }
}


@media(max-width:1200px) {
    /*     .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(4) ul { left:-100px; }  */
    .row-fluid .top-cover .wrapper { width:1000px; max-width:100%; }  

    .row-fluid .time-leftbox .boxicon { width:70px; }
    .row-fluid .time-leftbox .boxtext { width:calc(100% - 70px); padding-left:15px; }
    .row-fluid .individual-coursesec { padding-bottom: 350px; }

    .header_topwp .wrapper { width: 100%!important; padding: 0 15px; } 
    .header_topwp .widget-type-cell.top-right { width: 85%; }
    .header_topwp .widget-type-linked_image.logo { width: 15%; }
    
    /**/
    .course_line_right { padding-right: calc((100% - 950px) / 2); }
    .speaker_info { width: 100%;  font-size: 13px; }
    .speaker_info h5 { font-size: 18px; }
}  

@media(max-width:991px) {

    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { left: -260px !important; }
    
    /**/
    .banner_sc h1 { font-size: 48px; }
    .course_line_right { padding-left: 30px; padding-right: calc((100% - 750px) / 2); }
    .course_line_left { padding-top: 80px; padding-bottom: 80px; display: flex; align-items: center; }
    .course_line_right { padding-left: 30px; padding-right: calc((100% - 750px) / 2); }
    .course_line_left { padding-top: 80px; padding-bottom: 80px; display: flex; align-items: center; }
    .product_feature_col { padding: 0 15px; }
    .product_feature_colin .con { width: 100%; padding: 15px 0 0; }
    .speaker_list_item { width: calc(50% - 40px); }
    .testimonial_main .testimonial_slide_cover .slick-arrow { left: 15px; }
    .testimonial_main .testimonial_slide_cover .slick-arrow.next-arrow { right: 15px; }
    
    .learning_outcomes .icon-with-text { padding: 60px 20px; }
    .learning_outcomes .icon-with-text .icon-box { width: calc(50% - 20px); max-width: 360px; margin: 15px auto; }
    
    .row-fluid .faqbox_sc .faq_tab.two_column .faq-box { width: 100%; }
}


@media (min-width:1201px) and (max-width: 1300px){ 

    .row-fluid .top.fixed *, .row-fluid .top.fixed { transition:none; }
}

@media (min-width:1150px) and (max-width:1200px) {
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:12px !important; padding:10px 5px; }
}



@media (min-width:992px) and (max-width:1150px) {

    .row-fluid .wrapper , .row-fluid .search-section > div { max-width:900px; }

    /*top*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:16px; }
    .row-fluid .top .top-right .button a { padding-left:12px; padding-right:12px; font-size:15px; }
    .row-fluid .toprequest-link { margin:0 0 0 10px!important; }

    /*header*/
    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:900px; padding-left:5%; padding-right:5%; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }
    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height: 450px; }
    .row-fluid .latestblog-content .hs-rss-item-image-wrapper { max-height: 175px; min-height: 175px; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0;  min-height:490px; }
    .row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { max-height: 175px; min-height: 175px; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0;  max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0; max-width:none; }

    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height: 320px; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }

    /*Blog listing*/
    .row-fluid .blog-featuredimage { height: 140px;  }


    /*Blog Detail Option 1*/
    .row-fluid .blogdetailtop-sharing { width:100%; padding:15px 0 0; }    

    /*sidebar*/ 
    .row-fluid .sidebar-box h3 { font-size: 20px; line-height: 24px; }

    /*resource Page Option 2*/ 
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 280px; } 

    /*resource Page Option 3*/ 
    .row-fluid .resource-featuredimg3 { height:219px; }

    /* Single Row With Sidebar */
    .single_row.hs-blog-listing .blog_listing .bloglisting2-box, .single_row.hs-blog-listing .row-fluid .sidebar-box, .single_row.hs-blog-listing .row-fluid .sidebar-ebook { margin-bottom:30px; }

    /* 06-12-2016 */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:12px !important; padding:10px 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:14px; }
    .row-fluid .top .top-right .button a { font-size:13px; width:140px; }


    /* 15-12-2016 */
    .row-fluid .aboutsec3-box .span3 { width:70px; }
    .row-fluid .aboutsec3-box .span9 { width:205px; }   

    .row-fluid .livecourse-raw > span > div { width:21%; }
    .row-fluid .masterclass-raw > span > div { width:21%; }
    .row-fluid .otherlive-courseraw .livecourse-img { min-height:200px; }
    .row-fluid .otherlive-courseraw .livecourse-text { padding:15px; }
    .row-fluid .otherlive-courseraw .livecourse-textbox h5 { padding-bottom:20px; }
    .row-fluid .otherlive-courseraw .masterclass-img { min-height:200px; }
    .row-fluid .otherlive-courseraw .masterclass-text { padding:15px; }
    .row-fluid .otherlive-courseraw .masterclass-textbox h5 { padding-bottom:20px; }
    .row-fluid .implant-teamsec .home-teamraw .team-imgbox { min-height:250px; } 

    .row-fluid .find-morecourse a { width:auto; } 


}


@media (min-width:30px) and (max-width: 992px){ 

    /*Blog listing*/
    .row-fluid .bloglisting-box { width:50%; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(3n) { clear:none; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(3n+1) { clear:none; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(2n) { clear:none; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(2n+1) { clear:none; }

    /*Blog Detail Option 1*/
    .row-fluid .blogdetailtop-sharing { width:100%; padding:15px 0 0; }
    .row-fluid .blog-detailtop { padding-bottom:10px; }

    /*Blog Page Option 2*/
    .blog-featuredimage2 { width: 100%; }
    .bloglisting2-bcontent { width: 100%; padding: 15px 0 0; }

    /*Blog Detail Option 2*/ 
    .row-fluid .blogshare-this2 { display:none; }

    /*sidebar*/ 
    .row-fluid .sidebar-box h3 { font-size: 20px; line-height: 24px; }

    /*TeamMember section 2*/ 
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-hover { padding:14px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }

    /*pricing table*/
    .row-fluid .pricingTable-Title { font-size:25px; line-height: 30px; }
    .row-fluid .pricingTable-Price { font-size:18px; line-height:20px; }
    .row-fluid .pricingTable-Price > div { padding:20px 0; }    
    .row-fluid .pricingTable-Price strong { font-size:30px; line-height:30px; }

    /* Single Row With Sidebar */
    .single_row .blog_listing .blog-featuredimage2 { width:100%; height:35vw; position:relative; }
    .single_row .blog_listing .bloglisting2-bcontent { padding:20px; }
    .single_row.hs-blog-listing .blog_listing .bloglisting2-box, .single_row.hs-blog-listing .row-fluid .sidebar-box, .single_row.hs-blog-listing .row-fluid .sidebar-ebook { margin-bottom:25px; }


}

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

    /*15-12-2016*/
    /* About Us Page */
    .row-fluid .hero-section { padding:60px 0 80px; }
    .row-fluid .hero-section h1 { padding:15px 0; }
    .row-fluid .about-rightbox { margin-left:2.76243%; }  
    .row-fluid .about-morebtn { padding-top:20px; }
    .row-fluid .content-section { padding:40px 0 60px; }
    .row-fluid .about-section3 { padding:30px 0; }
    .row-fluid .aboutsec3-box .span9 { padding:10px; }
    .row-fluid .aboutsec3-box > span > div { margin:0; float:left; padding:12px 10px; }
    .row-fluid .about-section4 { padding:30px 0 50px; }
    .row-fluid .about-section4 .padding-bottom20 { padding:0; }
    .row-fluid .callaction-left { font-size:32px; line-height:40px; }
    .row-fluid .unique-btn .button a { letter-spacing:5px; width:145px; }

    /* FAQ Page */
    .row-fluid .faq-section { padding:30px 0 15px; }
    .row-fluid .faq-title h2 { font-size:26px; line-height:36px; padding:0; }
    .row-fluid .left-faq, .row-fluid .right-faq { padding:0; }
    .row-fluid .faq-box .faq-answer { padding:10px 15px; }
    .row-fluid .faq-box { margin:5px auto; }

    .row-fluid .faq-formsection { padding:30px 0; }
    .row-fluid .faq-formtitle h3 { font-size:26px; line-height:36px; }

    /* Homepage */
    .row-fluid .homeheader-text { padding:100px 0; }
    .row-fluid .homeheader-text h1 { font-size:50px; line-height:56px; }
    .row-fluid .homeheader-subtext { font-size:26px; line-height:30px; padding:0 0 22px; }
    .row-fluid .homeheader-text .button a { width:200px; }
    .row-fluid .hometab-titlebox { padding:30px 0; }
    .row-fluid .tabinner-text { padding-left:7px; }
    .row-fluid .course-textbox { padding:0 80px 50px; }
    .row-fluid .team-hovertext h3 { font-size:24px; line-height:30px; padding-bottom:15px; }
    .row-fluid .team-infotext { padding:30px 0 12px; }
    .row-fluid .home-teamsection { padding:50px 0; }  
    .row-fluid .testimonial-title h3 { font-size:40px; line-height:50px; }
    .row-fluid .testimonial-box { padding:30px 0 40px; }
    .row-fluid .testimonial-text { padding:30px 100px 27px; }
    .row-fluid .homeblog-feed { padding:40px 0; }
    .row-fluid .top.fixed *, .row-fluid .top.fixed { transition:none; }

    /* All Courses Tab */
    .row-fluid .courses-section { padding:30px 0; }
    .row-fluid .allcourses-mainsection { padding:0 0 45px; }
    .row-fluid .maintab-topic ul li a { font-size:14px; line-height:18px; padding:16px 5px; }
    .row-fluid .subtab-topic ul li a { font-size:9px; line-height:13px; }
    .row-fluid .course-programtabsection { padding:28px 30px 28px 54px; } 
    .row-fluid .faculty-tabimg { min-height:160px; }
    .row-fluid .datestab-section { padding:30px 20px 30px 54px; }
    .row-fluid .facultytab-sec { padding:0 10px; }
    .row-fluid .livecourse-raw { text-align:center; }
    .row-fluid .masterclass-raw { text-align:center; }
    .row-fluid .liveskill-tabsection.coursetab-content { padding:26px; }
    .row-fluid .datetab-text { padding:15px; }

    /* All Live Courses Page */
    .row-fluid .livecourse-tab { padding:40px; }
    .row-fluid .masterclass-tab { padding:40px; }
    .row-fluid .livespeaker-tab .faculty-tabimg { width:30%; }
    .row-fluid .livespeaker-tab .faculty-tabtextbox { width:70%; }
    .row-fluid .allcourses-mainsection { padding:0 0 20px; }
    .row-fluid .inbound-marketingsec { padding:20px 0 50px; }
    .row-fluid .marketing-title { padding:0 0 20px; }
    .row-fluid .marketing-title h3 { font-size:32px; line-height:40px; }

    .row-fluid .livepage-CourseSec { padding:40px 0; }
    .row-fluid .livecourse-textbox h5 { font-size:20px; padding-bottom:20px; }
    .row-fluid .masterclass-textbox h5 { font-size:20px; padding-bottom:20px; }


    /* Implant All Courses Page */
    .row-fluid .individual-titlebox h3 { font-size:50px; line-height:60px; }
    .row-fluid .individual-titlebox { font-size:22px; line-height:26px; }
    .row-fluid .course-timebox { padding:30px 0; }
    .row-fluid .individual-coursesec { min-height:850px; }
    .row-fluid .allcourses-Boxes h2 { font-size:50px; line-height:60px; }
    .row-fluid .allcourses-Boxes { margin-top:-350px; padding:30px; }
    .row-fluid .allcourses-Boxes .maintab-topic ul li a { padding:10px; font-size:14px; line-height:20px; }
    .row-fluid .implant-CourseTab { padding:30px; }
    .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabimg { min-height:160px; width:25%; }
    .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox { width:75%; }
    .row-fluid .implant-teamsec h1 { font-size:40px; line-height:40px; }
    .row-fluid .home-teamsection { padding:20px 0; }
    .row-fluid .implant-teamsec .home-teamraw { padding-top:40px; }
    .row-fluid .paddlr37 { padding:0 30px; }
    .row-fluid .green-title h1 { font-size;40px  line-height:40px;}
    .row-fluid .othersaid-titleSec { padding:30px 0 70px; }

    .row-fluid .implant-testimonialsec { padding:50px 0 20px; }
    .row-fluid .implant-testimonialraw { padding-left:30px; padding-right:30px; }
    .row-fluid .implant-coursesec2 { padding:40px 0; }
    .row-fluid .reasonbox-title { padding:0 0 15px; }
    .row-fluid .reasonbox1, .row-fluid .reasonbox3 { padding-right:20px; }
    .row-fluid .reasonbox2, .row-fluid .reasonbox4 { padding-left:20px; }
    .row-fluid .reasonbox { margin:15px 0; }

    .row-fluid .location-section { padding:30px 0; }
    .row-fluid .green-title h1 { font-size:40px; line-height:40px; }
    .row-fluid .location-subtext { font-size:22px; }
    .row-fluid .location-imgtextbox { padding:35px 40px 0; }
    .row-fluid .location-righttext { padding-left:50px; }
    .row-fluid .location-righttext h2 { font-size:32px; line-height:34px; }
    .row-fluid .location-righttext { font-size:22px; line-height:26px; }

    .row-fluid .sponser-partnersec { padding:30px 0; }
    .row-fluid .sponser-partnersec .logo-raw { padding-top:30px; }

    .row-fluid .pricing-registersec { padding:50px 0 0; }  
    .row-fluid .pricing-subtext { font-size:22px; line-height:26px;  padding-bottom:40px; padding-top:10px; }  
    .row-fluid .pricing-regbox { padding:30px; }
    .row-fluid .pricing-regform form input[type="submit"] { font-size:16px; letter-spacing:5px; }
    .row-fluid .pricing-regright h1 { font-size:80px; line-height:40px; padding:40px 0; }

    .row-fluid .inform-subtext { font-size:22px; line-height:26px; padding-top:10px; }
    .row-fluid .keep-informsec input[type="email"] { width:280px; }

    /**/ 
    .row-fluid .itilogo.yearimpl_img { padding-left: 20px; }

    /**/
    .row-fluid .top .wrapper .row-fluid { display: flex; align-items: center; width: 100%; }
    .row-fluid .top-right { display: flex; align-items: center; justify-content: flex-end; }


}

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

    .row-fluid .wrapper , .row-fluid .search-section > div { max-width:720px; }

    /*top*/   
    .header-container { padding-bottom:97px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { margin-left:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { margin-right:2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:15px; }
    .row-fluid .top .button a { padding-left:12px; padding-right:12px; }
    .row-fluid .toprequest-link { margin:0 0 0 10px!important; font-size:15px; }

    /*header*/
    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:720px; padding-left:5%; padding-right:5%; } 

    /*content boxes*/
    .row-fluid .content-boxesCover .hs_cos_wrapper_widget { width:100%; margin-left:0; }
    .row-fluid .content-box h4 { font-size: 24px; line-height: 27px; }
    .row-fluid .content-box:before { background-size: 90px auto;  }

    /*Features section*/
    .row-fluid .feature-box h3 { font-size: 26px; line-height: 32px; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-date { float:left; }
    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height: 600px; }
    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { min-height: 610px; }
    .row-fluid .latestblog-content .hs-rss-item-image-wrapper { max-height: 135px; }
    .row-fluid .latestblog-content2 .hs-rss-item-image-wrapper { max-height: 135px; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0;  max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0;  max-width:none; }

    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height: 350px; }

    .row-fluid .sub-text { font-size:19px; }

    .row-fluid .search-section input[type=text], .row-fluid .search-section input[type=email] { width:76%; }


    /*Facts Section*/
    .row-fluid .facts-number { font-size:34px; line-height:45px; }
    .row-fluid .facts-name { font-size:22px; }

    /*partner section*/ 
    .row-fluid .partner-logo { width:30%; padding:15px; }
    .row-fluid .partner-main .partner-logo:nth-child(3n) { clear:right; }
    .row-fluid .partner-main .partner-logo:nth-child(3n+1) { clear:left; }


    /*service boxes*/
    .row-fluid .service-boxIcon img { max-width:90% !important; }


    /*TeamMember section 2*/ 
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-social a { margin-left:2px; margin-right:2px; width:30px; height:30px; line-height:30px; }
    .row-fluid .TeamMember2-hover { padding:12px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }

    .row-fluid .TeamMember-designation { min-height: 70px; }   

    /*Testimonial Page 2*/
    .row-fluid .ClientTestimonial3-boxes .hs_cos_wrapper_widget { width:100%; margin:0 0 10px; }

    /*pricing table*/
    .row-fluid .pricingTable-twoColumn .pricingTable-Box { max-width: 240px; }

    /*resource section*/
    .row-fluid .resource-boxes .hs_cos_wrapper_widget { width:100%; margin-left:0; }
    .row-fluid .content-section.resource-section { padding-bottom:60px; }

    /*resource Page Option 1*/
    .row-fluid  .resource-contentbox , .resource-listing .resource-contentbox:nth-child(2n) { width:100%; padding:0 0 30px; }

    /*resource Page Option 2*/ 
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 260px; } 

    /*resource Page Option 3*/ 
    .row-fluid .resource-featuredimg3 { height:168px; }

    /*resource Page Option 4*/
    .row-fluid .resource-contentbox4 { float:left; width:33.33%; } 
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n) { clear:none; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(4n+1) { clear:none; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(3n) { clear:none; }
    .row-fluid .resource-listing4 .resource-contentbox4:nth-child(3n+1) { clear:none; }

    /*lading Page*/
    .row-fluid .landing-title h1 { font-size: 32px; line-height: 30px; }

    /*footer*/
    .row-fluid .copyrightsandlinks-section { font-size:14px; }

    /* 06-12-2016 */
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:14px; }
    .row-fluid .footer-socialbox a { margin:0 5px 0 0; }
    .row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li a { font-size:10px; }
    .row-fluid .footer-copyrights { font-size:10px; }
    .row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li { line-height:12px; }
    /*     .row-fluid .logo { width:100%; text-align:center; margin:0 0 15px; } */
    /*     .row-fluid .top-right { width:100%; margin:0; float:left; text-align:center; } */
    .row-fluid .button a, .button-cta a.cta_button, .row-fluid a.button, .latestblog-content .hs-rss-description a, .filter-expand-link, .latestblog-content3 .hs-rss-description a, .latestblog-content2 .hs-rss-description a { width:140px; padding:14px 10px; }

    /* 15-12-2016 */
    .row-fluid .aboutsec3-box .span3 { width:50px; }
    .row-fluid .aboutsec3-box .span9 { width:167px; }

    /* Homepage */
    .row-fluid .home-teamraw > span > div { width:33.33%; }
    /* Main Menu */
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { left:-185px !important; width:740px; }
    .row-fluid .topimplant-box h3 { font-size:12px; }

    /* All Courses Page */
    .row-fluid .livecourse-raw > span > div { width:29%; }

    .row-fluid .otherlive-courseraw > span > div { width:33.33%; margin-bottom:20px; }
    .row-fluid .otherlive-courseraw .livecourse-img { min-height:200px; }
    .row-fluid .otherlive-courseraw .livecourse-text { padding:15px; }
    /*.row-fluid .livecourse-detailraw > span > div { width:50%; }*/
    .row-fluid .implant-teamsec .home-teamraw .team-imgbox { min-height:200px; }

    /* All Courses Page */
    .row-fluid .masterclass-raw > span > div { width:29%; }

    .row-fluid .otherlive-courseraw > span > div { width:33.33%; margin-bottom:20px; }
    .row-fluid .otherlive-courseraw .masterclass-img { min-height:200px; }
    .row-fluid .otherlive-courseraw .masterclass-text { padding:15px; }
    /*.row-fluid .masterclass-detailraw > span > div { width:50%; }*/
    .row-fluid .implant-teamsec .home-teamraw .team-imgbox { min-height:200px; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { width: auto;padding: 10px;}
    .row-fluid .maintab-topic ul li a { padding:16px 5px; font-size:14px; }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper { min-height:550px; }
    /*     .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(5) { top: 340px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:nth-child(6) { top: 340px; } */

    /**/
    .row-fluid .logo:first-child { margin-right:15px; }
}



@media (min-width: 767px){

    a.mobile-trigger, a.child-triggerm { display: none !important;  }

}
@media (max-width: 767px){
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > .hs-menu-children-wrapper { min-height: 100%; }
    .topimplant-box { display: none !important; } 

    .row-fluid .maintab-topic ul li a { min-height:auto; } 
    
    /**/
    .banner_sc { min-height: 1px; background-attachment: unset !important; position: relative; z-index: 1; }
    .row-fluid .banner_sc .wrapper { display: inline-block; vertical-align: top; width: 100%; float: none !important; }
    .banner_sc:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: -1; }
    .semi_info_sc { display: inline-block; vertical-align: top; width: 100%; padding: 50px 0 20px; }
    .semi_info_col { width: 33.33%; margin-bottom: 30px; }
    .semi_info_wrap { justify-content: center; }
    .course_line_left { width: 100%; padding: 50px 15px; }
    .course_line_right { padding: 50px 15px; width: 100%; }
    .product_feature_sc { display: inline-block; vertical-align: top; width: 100%; padding: 50px 0; }
    .product_feature_col { width: 100%; padding: 0; }
    .product_feature_colin .con { width: calc(100% - 30px); padding: 0 0 0 15px; }
    .product_feature_colin { width: 100%; }
    .product_feature_col:last-child { margin-bottom: 0; }
    .cta_strip_sc { display: inline-block; vertical-align: top; width: 100%; }
    .con_video_sc { display: inline-block; vertical-align: top; width: 100%; padding: 50px 0; }
    .con_video_wrap .left { width: 100%; padding: 0 0 15px; }
    .con_video_wrap .left h2 { padding: 0; }
    .con_video_wrap .right { width: 100%; }
    .speaker_sc { display: inline-block; vertical-align: top; width: 100%; padding: 0 0 70px; }
    .speaker_list_main { display: inline-block; vertical-align: top; width: 100%; }
    .pro_get_touch_sc { min-height: 1px; padding: 70px 0; background-attachment: unset !important; }
    .banner_sc .logo_wrap .logo { width: 170px; }
    .banner_sc .logo_wrap .logo img { max-height: 60px; }
    .testimonial_slide .wrapper { padding: 0 50px !important; }
    .testimonial_slide { font-size: 18px; padding-bottom: 80px; vertical-align: top; padding-top: 40px; }
    .video_testimonail_slider_wrap .slick-list { padding-right: 0; }
    .speaker_sc.mobile-top-space { padding-top:50px; }
    .speaker_popup { max-width: 100%; padding: 15px; }
    
     .learning_outcomes { padding: 40px 0; }
    .learning_outcomes .icon-with-text { padding: 40px 15px; } 
    .learning_outcomes .icon-with-text .icon-box { width: 100%; max-width: 80%; margin: 10px auto; display: block; }
    .learning_outcomes .head_title { margin-bottom: 10px; }
    .learning_outcomes .head_title .main-title { padding-bottom: 5px; }
    .learning_outcomes .head_title .head_text { padding-top: 5px; }

    .content_text { padding: 40px 0; }
    .content_text .content-wrap .title:after { margin-top: 10px; }
    .content_text .content-wrap .title { padding-bottom: 15px; }
    
    .testimonial-sc { padding: 40px 0; }
    .testimonial-sc .testimonial_slider .slick-arrow:before { font-size: 20px; }
    .testimonial-sc .testimonial_slider .content { padding-top: 15px; }
    .testimonial-sc .testimonial_slider .slick-arrow { left: -15px; }
    .testimonial-sc .testimonial_slider .slick-arrow.slick-next { right: -15px; }
    .testimonial-sc .testimonial_slider .client-name:after { margin: 15px auto 10px; width: 50px; }
    
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { overflow: auto; height: 100%; }
    
    .top-right.topbtn_req .row-fluid .toprequest-link a { top: 0; border: 0; }
    
    .mobspacer_remove { padding: 0!important; }
}
@media (max-width: 991px){
    .row-fluid .footer-blogsubscribe input[type=text] { width: 100%; }
    .row-fluid .footer-blogsubscribe input[type=email] { width: 100%; } 

    /*     .row-fluid .implant-testimonialraw { padding-left: 30px; padding-right: 30px;} */

}

@media (min-width:30px) and (max-width: 767px){ 

    body { font-size:16px; line-height:26px; }

    h1 { font-size:28px;  line-height:50px; }
    h2 {  font-size:26px; line-height:34px; }
    h3 { font-size:24px; line-height:30px;  }
    h4 { font-size:22px; line-height:28px; }
    h5 { font-size:20px; line-height:24px; }
    h6 { font-size:18px; line-height:22px; } 

    .row-fluid .left-separator , .row-fluid .left-separator2 { background:none; padding:20px 0 0; }
    .row-fluid .wrapper , .row-fluid .search-section > div { width:100%; float:left !important; padding:0 20px; }
    .row-fluid .content-section { padding:40px 0; }

    /*top*/

    .row-fluid .logo { padding:0; }
    .row-fluid .top { float:left; width:100%; }
    .row-fluid .top.fixed { position:relative; } 
    .row-fluid .toprequest-link { float:left; width:100%; margin:20px -20px -20px  !important; }
    .row-fluid .toprequest-link a {  border-radius:0 !important; padding-left:20px; padding-right:20px; width:auto; }
    .row-fluid .top-CallUs { text-align:center; }

    .row-fluid .top3 h1 { font-size:26px; line-height:30px; }
    .row-fluid .top3 { padding-bottom:0; }
    .row-fluid .top3 .row-fluid .logo , .row-fluid .top2 .row-fluid .logo { padding:0; }

    /*menu*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display:none !important; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal,  .mainmenu.js-enabled .hs-menu-children-wrapper { display: none; }
    .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { position: absolute; top: 0; left:0px;  width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65); box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); }

    .mainmenu .hs-menu-flow-horizontal { padding:40px 0 0 0;  background-color: #78619f;  width: 100%;  z-index: 8888; float:left; }    

    .mainmenu .hs-menu-flow-horizontal ul li { border-top: 1px dotted rgba(255, 255, 255, .35); float:left !important; width:100% !important;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:14px 30px 14px 15px !important; color:#fff; float:left; width:100% !important; }
    .mainmenu .hs-menu-flow-horizontal ul li a:hover {  background-color:#79da91; }

    .mainmenu .hs-menu-flow-horizontal > ul ul li { background-color: rgba(255, 255, 255, .08); }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li a { text-indent: 0; font-size: 14px; line-height:18px; padding: 10px 65px 10px 25px !important; letter-spacing: 1px !important; }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-triggerm { padding:8px 24px 10px 21px !important; }
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li a a.child-triggerm { padding:8px 24px 10px 21px !important; }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent: 30px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent: 50px; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { float:left; width:100%; }
    .mainmenu, .mainmenu * { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px;/* text-align: left*/;  color: #fff }

    a.mobile-trigger { background: #78619f;  display: inline-block !important; cursor: pointer; position: absolute; top: 30px; right: 15px; width: 44px; height: 44px;  padding:11px 10px 10px !important; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase; border-radius: 6px;  -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;  }

    a.mobile-trigger:hover {  text-decoration: none; color: #79da91; }
    a.mobile-trigger span{ display: inline;  }
    a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }

    a.mobile-trigger span:after { position: relative; right: 2px; content: 'Close';  background-color: #78619f;  opacity: 0;  transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out;-webkit-transition: opacity .4s ease-in-out;  }

    .mobile-open a.mobile-trigger{ top:0; -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }

    .mobile-open a.mobile-trigger span:after { opacity: 1; }

    a.mobile-trigger i {  display: inline;  position: relative;  top: -2px; margin-left: 0;  -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s;  transition-duration: 0s; transition-delay: .2s;  }
    a.mobile-trigger  i:before, a.mobile-trigger i:after { position: absolute;  content: ''; }
    a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after { width: 24px; height: 3px; background-color: #fff; display: inline-block; }
    a.mobile-trigger  i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.mobile-trigger  i:after {  margin-top: 8px;  -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  }
    .mobile-open a.mobile-trigger i:before { margin-top: 0;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);  transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);   -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.mobile-trigger i:after {  margin-top: 0;  -webkit-transform: rotate(-45deg);   -ms-transform: rotate(-45deg);  transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }

    .row-fluid .mainmenu  .hs-menu-flow-horizontal > ul li a.child-triggerm { display: block !important; cursor: pointer;  position: absolute; top: 0px;  right: 0px; width: 55px !important;  min-width: 55px !important;   height: 42px !important;   border-left: 1px dotted rgba(255, 255, 255, .20); padding:12px 0 10px !important;  }
    a.child-triggerm:hover { text-decoration: none; }

    a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm span:after { position: absolute; content: ''; }
    a.child-triggerm span, a.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
    a.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; }
    a.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }
    a.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s; }

    .top.fixed a.mobile-trigger , .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 30px; }

    .image-style1  , .image-style2   { text-align:center; }

    /*header*/
    .row-fluid .header-content { padding:80px 0; }
    .row-fluid .header-calltoactionImage { padding:0 0 20px; }
    .row-fluid .header-calltoactionmain { text-align:center; }
    .row-fluid .content-box:before { display:none; }
    .row-fluid .ViewMoreResources-link { padding:15px 0 0; }
    .row-fluid .header-left { padding:0 0 20px; }

    .row-fluid .header-slider .hs_cos_flex-slider .caption { width:100%; padding:40px 40px 55px; }

    /*content boxes*/
    .row-fluid .content-boxesCover .hs_cos_wrapper_widget { width:100%; margin-left:0; padding: 0; }
    .row-fluid .content-boxesCover .content-box { padding:15px 0; }

    /*service boxes2*/
    .row-fluid .service-boxes2 .hs_cos_wrapper_widget {  width:100%; margin-left:0; }

    /*content boxes2*/
    .row-fluid .content-boxes2 .hs_cos_wrapper_widget { width:100%; margin-left:0; } 

    /*resource section*/
    .row-fluid .resource-section { text-align:center; padding-bottom:60px; }
    .row-fluid .resource-box { max-width: 280px; display: inline-block; margin:0 10px !important; }

    .row-fluid .resource-boxes2 { float:left; padding:10px 0 0; width:100%; }
    .row-fluid .resource-boxes2 .hs_cos_wrapper_widget { margin:0 0 20px; width:100%; }
    .row-fluid .resource-boxImage2 { max-width: 280px; display: inline-block; margin:0 10px 25px !important; }

    .row-fluid .resource-boxes .hs_cos_wrapper_widget { float:left; margin:0 0 10px; width:100%; }

    /*resource Page Option 1*/
    .row-fluid  .resource-contentbox , .resource-listing .resource-contentbox:nth-child(2n) { width:100%; padding:0 0 30px; }

    /*resource Page Option 2*/
    .row-fluid .resource-contentbox3 { float:left; width:100%;  } 
    .row-fluid .resource-contentb3 , .row-fluid .resource-featuredimage3 , .row-fluid  .resource-textMain3 { width: 100%; height: 360px; } 
    .row-fluid .resource-featuredimg3 { height: 300px; overflow:hidden; } 

    /*resource Page Option 4*/
    .row-fluid .resource-contentbox4 { float:left; width:100%; }  



    /*casestudies section*/
    .row-fluid .casestudies-content { padding:20px 0 0; text-align: center;  }
    .row-fluid .Viewcasestudies-link { padding: 20px 0 0; }


    /*Testimonial Section*/
    .row-fluid .testimonial-slider { padding-left:40px; padding-right:40px; background-position:0 80px; background-size:30px auto; }
    .row-fluid .newsletter-subscription input[type=text], .row-fluid .newsletter-subscription input[type=email] { width:100%; padding-right:25px; margin:0 0 10px; }
    .row-fluid .newsletter-subscription input[type=submit] { position:relative; width:100%; right: auto; top: auto; }

    .row-fluid .testimonial-slider3Box , .row-fluid li .testimonial-slider3Box +  .testimonial-slider3Box  { width:100%; padding:10px 0; }    
    .row-fluid .testimonial-DubbleSlider .hs_cos_wrapper_widget { padding:0 10px; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-item { width:100%; }
    .row-fluid .newsletter-subscription { margin-bottom:25px; }

    .row-fluid .latestblog-content .hs-rss-item .hs-rss-item-text { min-height:0; }
    .row-fluid .latestblog-content2 .hs-rss-item , .row-fluid .latestblog-content3 .hs-rss-item  { width:100%; margin:10px 0; }
    .row-fluid .latestblog-content3 .hs-rss-item-text { min-height:0; }

    .row-fluid .latestblog-content2 .hs-rss-item .hs-rss-item-text { padding:120px 0 0; }
    .row-fluid .latestblog-content2 .hs-rss-date { display:block; border:none; padding:0; max-width:none; }
    .row-fluid .latestblog-content2 .hs-rss-byline { top:0; }
    .row-fluid .latestblog-content2 .hs-rss-author { padding:0; max-width:none; }    

    .row-fluid .search-section input[type=text], .row-fluid .search-section input[type=email] { width:100%; margin:0 0 15px; }

    /*why we are*/
    .row-fluid .whyweare-boxes .hs_cos_wrapper_widget { float:left; width:100%; margin-left:0; } 

    /*Features section*/
    .row-fluid .feature-boxes .hs_cos_wrapper_widget { width:100%; margin-left:0; } 
    .row-fluid .feature-box  { padding:0; text-align:left; }
    .row-fluid .feature-icon { position:relative; margin:15px 0; }
    .row-fluid .feature-icon:before, .row-fluid .feature-icon:after { transform: rotate(45deg); }
    .row-fluid .feature-icon:before { bottom: -3px; right: 24px; }
    .row-fluid .feature-icon:after { bottom: -2px; right: 25px; }


    /*TeamMember section*/
    .row-fluid .TeamMember-boxes .hs_cos_wrapper_widget , .row-fluid .TeamMember-boxes2 .hs_cos_wrapper_widget { float:left; width:100%; margin-left:0; }
    .row-fluid .TeamMember-box { width: 100%; display:inline-block; margin: 20px 0 0 !important; }
    .row-fluid .feature-icon:before, .row-fluid .feature-icon:after { display:none; }

    /*TeamMember section 2*/ 
    .row-fluid .TeamMember2-info { min-height:150px; padding:0 0 0; }
    .row-fluid .TeamMember2-social a { margin-left:2px; margin-right:2px; }
    .row-fluid .TeamMember2-hover { padding:14px; }
    .row-fluid .TeamMember2-info h6 { padding-bottom:0; }

    /*TeamMember section 3*/
    .row-fluid .TeamMember-boxes3 .hs_cos_wrapper_widget { float:left; width:100%; margin:0 0 15px; }

    /*TeamMember section 4*/ 
    .row-fluid .TeamMember-boxes4 .hs_cos_wrapper_widget { float:left; width:100%; margin:0 0 15px; }

    /*Why Choose us Section*/
    .row-fluid .whychoose-boxes .hs_cos_wrapper_widget { width:100%; margin:0; }

    /*Clients Section*/
    .row-fluid .client-logocover .hs_cos_wrapper_widget { width:100%; margin:0 0 10px; }

    /*Facts Section*/
    .row-fluid .facts-number { font-size:32px; line-height:40px; }
    .row-fluid .facts-name { font-size:20px; }
    .row-fluid .facts-box { padding:15px 20px; display:inline-block; }


    /*Clients Section*/ 
    .row-fluid .client-logo { display: inline-block; }
    .row-fluid .client-logoes { padding:25px 0; }


    /*Call To Action*/
    .row-fluid .calltoaction-text { font-size: 29px; line-height: 35px; }

    /*Call To Action 2*/ 
    .row-fluid .calltoaction2-right { padding:10px 0 0; }

    /*video*/
    .row-fluid .video-center { padding:15px 0 0; }

    /*Client Testimonial2*/
    .row-fluid .ClientTestimonial2-boxes .hs_cos_wrapper_widget { float:left; width:100%; margin:0 0 10px; }


    /*Blog listing*/
    .row-fluid .blog-featuredimage { height: 170px; }
    .row-fluid .bloglisting-bcontent { min-height: 0; }

    .row-fluid .blog-top { text-align:center; }
    .row-fluid .blog-seach, .row-fluid .blog-topsubscribe { display:inline-block; }
    .row-fluid .topic-dropdownmain { width:100%; margin:0; }
    .row-fluid .feature-sharing { float:left; width:100%; padding:15px 0 0; }
    .row-fluid .feature-sharing a { margin:0 10px 0 0; }
    .row-fluid .header-latestblog { padding-top:20px; }

    .row-fluid .bloglisting-box { min-height:0; }

    /*Blog Detail Option 1*/
    .row-fluid .blog-commentsmain , .row-fluid .blog-authorDetail { padding-left:0; padding-right:0; }
    .row-fluid .blog-commentsmain { margin:30px 0 40px; padding:0; }
    .row-fluid .blog-commentsmain > .row-fluid-wrapper:first-child { padding-top:25px; }
    .row-fluid .blog-comments { padding:25px 0 60px; }

    .row-fluid .blog-commentsmain2 .row-fluid .blog-comments { padding-bottom:0; }
    .row-fluid .blog-detailcontent { padding:0; }
    .row-fluid .blogdetailtop-authorimg { position:relative; display:inline-block; vertical-align:middle; }
    .row-fluid .blogdetailtop-authorname { float:none; display:inline-block; vertical-align:middle; }
    .row-fluid .blog-detailtop  { padding:0 0 10px; }
    .row-fluid .blog-comments .new-comments form .field  { padding:0; width:100%; }
    .row-fluid .blog-commentsmain:before , .row-fluid .blog-commentsmain:after , .row-fluid .blog-detailcontent:before , .row-fluid .blog-detailcontent:after { display:none; }
    .blogshare-this { display:none !important; }

    /*bloglisting-joinnewsletter*/
    .joinnewsletter-titletext { background:none; padding-left:0; }

    /*Blog Page Option 2*/

    .row-fluid .blog-left , .row-fluid .blog-sidebar { width:100%; }

    /*Blog Detail Option 2*/
    .row-fluid .blog-relatedpost2:before { margin:0; left:0; width:100%; }
    .row-fluid .blog-sidebar { padding:30px 0 0; }     

    /*resource section*/ 
    .row-fluid .resource-box2 { padding:15px 0; }

    /*joinNewsletter section*/ 
    .row-fluid .joinOurNewsletter-form { padding:15px 0 0; }

    /*partner section*/ 
    .row-fluid .partner-logo { width:48%; padding:15px; }
    .row-fluid .partner-main .partner-logo:nth-child(2n) { clear:right; }
    .row-fluid .partner-main .partner-logo:nth-child(2n+1) { clear:left; }

    /*joinNewsletter section*/
    .row-fluid .joinOurNewsletter-form .form-columns-2 {  padding:0; }
    .row-fluid .joinOurNewsletter-form .hs_submit { position:relative; top:auto; right:auto; }

    /*downloadCTA*/ 
    .row-fluid .downloadCTA-right { display:none; }

    /*Career Box*/
    .row-fluid .career-box { padding-left:15px; padding-right:15px; }

    /*TeamMember Detail2*/
    .row-fluid .teamdetail2-phone , .row-fluid .teamdetail2-email { text-align:center; }

    /*pricing table*/
    .row-fluid .pricingTable-twoColumn .pricingTable-Box { max-width: 100%; float: left; width: 100%; }  

    /*pricing table2*/
    .row-fluid .pricingTable2-LabelBoxMain { width:100%; margin:20px 0; }
    .row-fluid .pricingTable2-BoxMain { width:100%; margin:20px 0; }
    .row-fluid .pricingTable2-BoxBottomSpacer , .row-fluid .pricingTable2-BoxTopSpacer { display:none; }

    /*landing Pages*/     
    .row-fluid .landing-contentSubHeading4 { padding:0 0 20px; }
    .row-fluid .landing-contentLeft3 , .row-fluid .landing-contentLeft2 { padding:0 0 30px; }
    .row-fluid .landing-contentMid4 , .row-fluid .landing-contentMid { padding:30px 0 20px; }
    .row-fluid .ClientTestimonial-ladingpage { padding-left:0; padding-right:0; }

    .row-fluid .aboutPerson-box { text-align:center; padding:20px 0; }
    .row-fluid .aboutPerson-Image { width:100%; }
    .row-fluid .aboutPerson-Content { text-align:center; }

    .row-fluid .landing-title h1 { font-size: 24px; line-height: 26px; color:#78619f; background:none; }
    .row-fluid .landing-title h1:before , .row-fluid .landing-title h1:after { display:none; }


    /* Single Row With Sidebar */
    .single_row .blog_listing .blog-featuredimage2 { height:46vw; }


    /*Case Studies Pages*/ 
    .row-fluid .casestudies-left { margin:0 0 30px; }  
    .row-fluid .CaseStudy-slider { padding:0; }
    .row-fluid .CaseStudy-Detail2Image { margin:0 0 20px; }

    .row-fluid .casestudies-boxes2 .hs_cos_wrapper_widget { width:100%; margin-left:0; }

    /* 06-12-2016 */
    .row-fluid .blog-section { padding:20px 0; }
    .row-fluid .blog-seach, .row-fluid .blog-topsubscribe { margin-bottom:20px; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(2n) { clear:none; }
    .row-fluid .blog-listing .bloglisting-box:nth-child(2n+1) { clear:none; }

    /* 15-12-2016 */
    /* About Us Page */
    .row-fluid .hero-section { padding:50px 0 150px; }
    .row-fluid .hero-section h1 { padding:15px 0; }
    .row-fluid .hero-subtext1 br { display:none; }

    .row-fluid .about-leftbox { height:auto !important; }
    .row-fluid .about-rightbox { height:300px !important; margin:0; max-width:100%; }
    .row-fluid .about-morebtn { padding:20px 0; }

    .row-fluid .about-section3 { padding:30px 0; }
    .row-fluid .aboutsec3-box > span > div { width:50%; float:left; padding:10px; margin:0; }
    .row-fluid .aboutsec3-box .span3 { height:auto !important; width:100%; text-align:center; padding:20px 0;  }
    .row-fluid .aboutsec3-box .span3 img { position:inherit; }
    .row-fluid .aboutsec3-box .span9 { height:auto !important; width:100%; }

    .row-fluid .about-section4 { padding:40px 0; }
    .row-fluid .section-title { font-size:14px; line-height:24px; }
    .row-fluid .section-title br { display:none; }
    .row-fluid .section-title h2 { font-size:32px; line-height:40px; }
    .row-fluid .about-section4 .padding-bottom20 { padding:0; }
    .row-fluid .videobox { padding-top:0; } 
    .row-fluid .callaction-left { font-size:30px; line-height:30px; padding-bottom:15px; width:100%; }
    .row-fluid .callaction-right { width:100%; }

    /* FAQ Page */
    .row-fluid .faq-section { padding:30px 0 15px; }
    .row-fluid .faq-title h2 { font-size:26px; line-height:36px; padding:0; }
    .row-fluid .left-faq { padding:0; }
    .row-fluid .right-faq { padding:20px 0; }
    .row-fluid .faq-box .faq-answer { padding:10px 15px; }
    .row-fluid .faq-box { margin:5px auto; }

    .row-fluid .faq-formsection { padding:30px 0; }
    .row-fluid .faq-formtitle h3 { font-size:26px; line-height:36px; }

    /* Homepage */
    .row-fluid .homeheader-text { padding:80px 20px 50px; }
    .row-fluid .homeheader-text h1 { font-size:38px; line-height:45px; }
    .row-fluid .homeheader-subtext { font-size:24px; line-height:30px; padding:0 0 20px; }
    .row-fluid .header-leftcta, .row-fluid .header-rightcta { margin:0; float:left; width:100%; }
    .row-fluid .header-leftcta { padding-bottom:15px; }

    .row-fluid .logo-section { padding:10px 0; }

    .row-fluid .hometab-section { padding:45px 0 0; }
    .row-fluid .hometab-headerbox h3 { font-size:36px; line-height:46px; }
    .row-fluid .tabtitle-subtext { padding:10px 0; }
    .row-fluid .tab-outertitlebox { width:100%; margin-bottom:50px; text-align:center; }
    .row-fluid .hometab-titlebox { padding:30px 0; }
    .row-fluid .tab-content { padding-top:0; }
    .row-fluid .tabinner-text { margin:15px 0; padding:0; }
    .row-fluid .tabinner-rightimg { margin-bottom:15px; }

    .row-fluid .home-coursesection { padding:40px 0; }
    .row-fluid .course-textbox { padding:0 0 20px; }

    .row-fluid .home-teamsection { padding:40px 0; }
    .row-fluid .home-teamraw > span > div { width:50%; }
    .row-fluid .team-hovertext h3 { font-size:20px; line-height:26px; padding-bottom:10px; }
    .row-fluid .team-hovertext h4 { font-size:18px; line-height:24px; }
    .row-fluid .team-infotext { padding:20px 0 15px; }

    .row-fluid .testimonial-title h3 { font-size:36px; line-height:40px; }
    .row-fluid .homevideo-left { margin-bottom:15px; }
    .row-fluid .testimonial-text { padding:15px 0; }

    .row-fluid .homeblog-feed { padding:40px 0; }
    .row-fluid .team-boxwrap { display:none; } 
    .row-fluid .viewmore-team { display:block; text-align:center; width:100%; float:left; padding-top:20px; }

    /* MainMenu Responsive */
    .homebody .a.mobile-trigger { top:30px; }
    /* .homebody .mainmenu.js-enabled .hs-menu-flow-horizontal { top:100px; }*/
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul { padding:0; border:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { width:100%; padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul, .row-fluid .mainmenu .hs-menu-wrapper ul { animation:none; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { padding:0; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul { width:100%; left:0 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul a.child-triggerm { border-bottom:0 !important; color:#78619f !important; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul li a { min-height: 43px; display: flex; align-items: center; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul a.child-triggerm span, .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul a.child-triggerm span:after { background:#78619f !important; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul li { padding:0; width:100%; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li > a:hover span, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li > a:hover span:after { background:#fff !important; }
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(3) > ul > li:nth-child(2) > a:hover span, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(3) > ul > li:nth-child(2) > a:hover span:after { background:#fff !important; }*/

    /*.row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) ul > li > ul { display:block !important; }*/
    .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li:first-child > a, .row-fluid .mainmenu .hs-menu-wrapper > ul li:nth-child(1) > ul > li:nth-child(2) > a { pointer-events:auto; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:0; }
    .row-fluid .topimplant-box { width:100%; padding:0 20px 20px; }
    .row-fluid .topimplant-box h3 { margin:0; padding:12px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper .find-morecourse { float:left; width:100%; text-align:center; }
    .row-fluid .mainmenu .hs-menu-wrapper .find-morecourse a, .row-fluid .mainmenu .hs-menu-wrapper .find-morecourse a { width:184px !important; float:none; display:inline-block; margin:0 auto; }
    .mainmenu .find-morecourse { text-align:center; }
    .row-fluid .top.fixed { position:fixed; top:0; }
    .homebody a.mobile-trigger { top:30px; }
    .homebody .top.fixed a.mobile-trigger, .homebody .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top:30px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { visibility:visible; opacity:1; display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > ul { display:none; }
    .row-fluid .toprequest-link { margin:0 !important; text-align:left; }
    .row-fluid .toprequest-link a { border-top:1px dotted rgba(255, 255, 255, 0.35); font-weight:300; padding:15px; text-align:center; text-indent:0; margin:0; }
    .row-fluid .mainmenu .hs-menu-flow-horizontal { position:fixed; overflow-y:auto; height:100%; }
    .row-fluid .top.fixed .mainmenu {  height:100%; }
    .mobile-open .top.fixed a.mobile-trigger, .mobile-open .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal  { top:0; }

    /* All Courses Page */
    .row-fluid .allcourse-titlebox h3 { font-size:34px; line-height:40px; }
    .row-fluid .maintab-topic ul li,.row-fluid .newcourse-section .maintab-topic ul li { width:100%; }
    .row-fluid .subtab-topic ul li { float:left; width:100%; }
    .row-fluid .course-programtabsection { padding:25px; }
    .row-fluid .datestab-section { padding:25px; }  
    .row-fluid .datetab-title h4 { min-height:auto; }
    .row-fluid .tab1content-section { padding:15px; }
    .row-fluid .tab1-lefttext { padding-right:0; border:0; }

    .row-fluid .faculty-tabimg { width:100%; }
    .row-fluid .faculty-tabtextbox { width:100%; padding:10px 0 10px; }
    .row-fluid .faculty-tabtextbox h3,.row-fluid .faculty-tabtextbox h4 { text-align:center; }
    .row-fluid .livecourse-raw > span > div { width:100%; margin:0 0 20px; }
    .row-fluid .masterclass-raw > span > div { width:100%; margin:0 0 20px; }
    .row-fluid .datesec-numbox { border:0; }
    .row-fluid .datesec-datesbox { border:0; }
    .row-fluid .itistudy-raw, .row-fluid .master-courseraw { padding:20px; }
    .row-fluid .course-programraw > span > div:last-child { padding-bottom:0; }
    .row-fluid .livecourse-raw > span > div:last-child { margin-bottom:0; }
    .row-fluid .masterclass-raw > span > div:last-child { margin-bottom:0; }
    .row-fluid .liveskill-tabsection.coursetab-content { padding:26px 26px 30px; }
    .row-fluid .allcourses-mainsection { padding:0 0 45px; }
    .row-fluid .livecourse-textbox h5 { font-size:20px; }
    .row-fluid .masterclass-textbox h5 { font-size:20px; }
    /*.row-fluid .maintab-topic ul li:first-child, .row-fluid .maintab-topic ul li:nth-child(2), .row-fluid .maintab-topic ul li:nth-child(3) { border-right:2px solid #f8f8f8; }*/
    /*.row-fluid .coursesubtab-content ul, .row-fluid .coursetab-content ul { padding:0; text-align:left; }
    .row-fluid .coursesubtab-content ul li, .row-fluid .coursetab-content ul li { border:0; }*/

    /* All Live Course Page */
    .row-fluid .livecourse-tab { padding:20px; }
    .row-fluid .masterclass-tab { padding:20px; }
    .row-fluid .livepage-faqsection { padding:15px 0 0; }  
    .row-fluid .livespeaker-tab .faculty-tabimg { width:100%; }
    .row-fluid .livespeaker-tab .faculty-tabtextbox { width:100%; padding-left:0; }
    .row-fluid .livecourse-detailraw > span > div { width:50%; padding:0; }
    .row-fluid .masterclass-detailraw > span > div { width:50%; padding:0; }
    .row-fluid .allcourses-mainsection { padding:0 0 20px; }
    .row-fluid .inbound-marketingsec { padding:20px 0; }
    .row-fluid .marketing-title { padding:0; }
    .row-fluid .marketing-title h3 { font-size:28px; line-height:36px; }

    .row-fluid .livepage-CourseSec { padding:30px 0; }
    .row-fluid .otherlive-courseraw > span > div { width:50%; padding:0 10px; margin-bottom:20px; }
    .row-fluid .otherlive-courseraw > span { margin:0 -10px; }
    .row-fluid .otherlive-courseraw .livecourse-textbox h5 { padding-bottom:20px; font-size:20px; }
    .row-fluid .otherlive-courseraw .masterclass-textbox h5 { padding-bottom:20px; font-size:20px; }

    /*.row-fluid .livedetails-box { text-align:center; }
    .row-fluid .livedetails-icon { float:left; width:100%; text-align:center; }
    .row-fluid .livedetails-infobox { float:left; width:100%; padding:0; text-align:center; }*/

    .row-fluid span.mobile-select { display:block; color:#525355;  float:left; width:100%; border:1px solid; cursor:pointer; text-align:left; padding:15px; font-weight:bold; text-transform:uppercase; line-height:20px; } 
    .row-fluid span.mobile-select:after { position:absolute; content:"\f078"; font-family:"FontAwesome"; font-size:20px; color:#525355; top:15px; right:20px; }
    .row-fluid .maintab-topic ul.top-tabs { display:none; padding:0; box-shadow:-1px 8px 16px 0 rgba(0, 0, 0, 0.18); position:absolute; top:52px; background:#fff; left:0; z-index:1; }

    .row-fluid .maintab-topic ul li { border:0; }
    .row-fluid .maintab-topic ul li a { font-size:16px; line-height:20px; text-align:left; }
    .row-fluid .maintab-topic ul li a br { display:none; }
    .row-fluid .maintab-topic ul li a:after { display:none; }

    .row-fluid .maintab-topic { float:left; width:100%; position:relative; }
    .row-fluid .subtab-topic { float:left; width:100%; position:relative; background:#fff; }
    .row-fluid span.mobile-subtab { display:block; color:#525355; position:relative; float:left; width:100%; border:1px solid; cursor:pointer; text-align:left; padding:15px; font-weight:bold; text-transform:uppercase; margin-top:20px; font-size:16px; line-height:20px;  } 
    .row-fluid span.mobile-subtab:after { position:absolute; content:"\f078"; font-family:"FontAwesome"; font-size:20px; color:#525355; top:15px; right:20px; }
    .row-fluid .subtab-topic ul { display:none; box-shadow:-1px 8px 16px 0 rgba(0, 0, 0, 0.18); position:absolute; top:72px; background:#fff; left:0; z-index:1; }
    .row-fluid .subtab-topic ul li a { font-size:14px; text-align:left; }  
    .row-fluid .coursepage-tabtopic ul li a { padding:20px; }

    /* Inplant All Courses Page */ 
    .row-fluid .individual-titlebox h3, .row-fluid .implant-teamsec h1, .row-fluid .green-title h1 { font-size:36px; line-height:36px; }   
    .row-fluid .allcourses-Boxes { margin:0; padding:0; }
    .row-fluid .implant-CourseTab { padding:15px; }
    .row-fluid .implant-teamsec .home-teamraw > span > div { width:50%; }
    /*.row-fluid .pricing-regbox { margin-bottom:-50px; }*/
    /*     .row-fluid .time-leftbox .boxtext { padding-left:0; }  */
    .row-fluid .time-leftbox .boxtext h2 { font-size:20px; line-height:24px; }
    .row-fluid .individual-titlebox { font-size:20px; line-height:26px; }
    .row-fluid .course-timebox { padding:30px 0; }

    .row-fluid .time-rightbox { text-align:center; float:left; width:100%; padding-top:25px; }
    .row-fluid .time-leftbox { float:float; width:100%; }
    .row-fluid .individual-coursesec { min-height:700px; }
    .row-fluid .allcourses-Boxes h2 { font-size:40px; line-height:50px; }
    .row-fluid .allcourses-Boxes .ouraim-text { padding:10px 0 30px; }
    .row-fluid .paddlr37 { padding:0; }
    .row-fluid .allcourses-Boxes .maintab-topic ul li,.row-fluid .newcourse-section .maintab-topic ul li { width:100%; }
    .row-fluid .leftTab-Text { border-right:0; padding-right:0; }
    .row-fluid .keyfeatured-videobox { padding-left:0; }

    .row-fluid .faculty-tabbox { text-align:center; }
    .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabimg { float:none; width:100%; max-width:300px; height:300px; margin:0 auto; background-position: top center !important; }
    .row-fluid .implant-CourseTab.livespeaker-tab .faculty-tabtextbox { width:100%; }
    .row-fluid .home-teamsection { padding:20px 0; }
    .row-fluid .implant-teamsec .home-teamraw { padding-top:40px; }
    .row-fluid .implant-teamsec .home-teamraw .team-imgbox { min-height:250px; }
    .row-fluid .othersaid-titleSec .paddlr37 { padding:0 20px; }
    .row-fluid .othersaid-titleSec { padding:30px 0 50px; }
    .row-fluid .othersaid-titleSec .green-title h1 { font-size:30px; line-height:30px; }

    .row-fluid .implant-testimonialsec { padding:50px 0; }
    .row-fluid .implant-testimonialraw { padding-left: 40px; padding-right: 40px; }
    .row-fluid .implant-coursesec2 { padding-top:30px; }
    .row-fluid .reasonbox-title { padding:0 0 10px; } 
    .row-fluid .reasonbox1, .row-fluid .reasonbox3 { padding-right:0; }
    .row-fluid .reasonbox2, .row-fluid .reasonbox4 { padding-left:0; }
    .row-fluid .reasonbox { margin:25px 0 0; }
    .row-fluid .implant-coursesec2 h3 { padding:0; }

    .row-fluid .location-section { padding:30px 0 0; }
    .row-fluid .location-subtext { font-size:20px; line-height:30px; }
    .row-fluid .location-righttext { padding-left:0; }
    .row-fluid .location-imgtextbox { padding:20px 0; text-align:center; }
    .row-fluid .location-righttext h2 { font-size:30px; line-height:30px; }
    .row-fluid .location-righttext { font-size:20px; line-height:24px; }
    .row-fluid .location-leftbox { margin-bottom:0; }
    .row-fluid .location-righttext { padding:20px 0; }
    .row-fluid .sponser-partnersec .logo-raw { padding-top:20px; text-align:center; }
    .row-fluid .logo-section .slick-slide img { display:inline-block; }

    .row-fluid .pricing-registersec { padding:40px 0 0; }
    .row-fluid .pricing-subtext { padding-top:15px; padding-bottom:30px; font-size:20px; line-height:24px; }
    .row-fluid .pricing-regbox { padding:15px; }
    .row-fluid .pricing-regform form input[type="submit"] { font-size:13px; letter-spacing:4px; }
    .row-fluid .pricing-regright h1 {padding:30px 0; font-size:60px; line-height:70px; }

    .row-fluid .sponser-partnersec { padding:30px 0; text-align:center; }

    .row-fluid .keep-informsec { padding:80px 0 50px; }
    .row-fluid .inform-subtext { font-size:20px; line-height:24px; }
    .row-fluid .keep-informsec input[type="email"] { width:230px; }
    .row-fluid .informsec-socialicon { padding-top:50px; text-align:left; }
    .row-fluid .informsec-socialicon a { height:35px; width:35px; line-height:35px; }

    /*footer*/     
    .row-fluid .footer .hs-menu-wrapper ul { margin:0 !important; }
    .row-fluid .footer .footer-box { padding:10px 0; }
    .row-fluid .copyrightsandlinks-section { text-align:center; }
    .row-fluid .copyrightsandlinks-section .hs-menu-wrapper ul li { width:auto; display:inline-block; }


    /*=--=-*/
    .row-fluid .top .mainmenu .toprequest-link  { text-align:center; padding-top:20px; }  
    .row-fluid .top .mainmenu .toprequest-link a {  max-width: 280px; float: none !important; display: inline-block !important;  border:1px solid #fa652c; text-align:center; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul a.child-triggerm  span { background:#fff !important; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(1) ul a.child-triggerm  span:after  { background:#fff !important; }
    .row-fluid .topimplant-box h3 { position:relative; font-size: 14px; font-weight: 300; letter-spacing: 2px; margin:10px 0 0 0; padding:14px 55px 8px 16px; text-transform:uppercase; line-height:22px; cursor:pointer; border-top:1px dotted rgba(255,255,255,.35); background:#836da7; }
    .row-fluid .topimplant-box h3:before { position:absolute; content:"\f107"; right:0; text-align: center; height: 100%; top: 0; padding: 10px 0; width:55px;  border-left:1px dotted rgba(255,255,255,.35);  font-size:18px; color:#fff; font-family:'FontAwesome'; }
    .row-fluid .topimplant-box h3.active:before { content:"\f106"; }
    .row-fluid .topimplant-box { padding:0; }
    .row-fluid .cta-box { padding:15px 0; display:none; float:left; }

    .row-fluid .top .mainmenu .implant-courseimg { text-align:center; }
    .row-fluid .top .mainmenu .implant-courseimg .hs-image-widget {float: none; display: inline-block; }
    .row-fluid .top .mainmenu .find-morecourse  { text-align:center; padding-top:20px; }  
    .row-fluid .top .mainmenu .find-morecourse a {  max-width: 280px; float: none !important; display: inline-block !important;  border:1px solid #fa652c; text-align:center; padding:14px 15px 14px 15px ; }
    .body-container-wrapper ul li:before { display:none; }

    .mobile-open.homebody a.mobile-trigger { top:0; position:fixed; }
    body .pricing-section .pricing-form .hs-form-field .input ul { padding:15px 20px; } 
    body .pricing-section2 .pricing-form2 .hs-form-field .input ul { padding:15px 20px; } 
    .row-fluid .maintab-topic ul li, .row-fluid .subtab-topic ul li, .row-fluid .maintab-topic ul, .row-fluid .subtab-topic ul{display:block;}


    /* .faculty-main .row-fluid .home-teamraw .team-boxwrap {  width: 100%; }
    .faculty-main .row-fluid .home-teamraw .team-boxwrap > div { float: left; width: 50%; }
    .faculty-main .row-fluid .teambox { position: relative; } */

    .row-fluid .itilogo img { max-width:250px !important; }
    .row-fluid .itilogo.yearimpl_img { padding-left:0; text-align:center; }
    .row-fluid .itilogo.yearimpl_img img { max-width:250px !important; margin:0 auto; }
    .row-fluid .individual-coursesec { padding-bottom:150px; }

    /*27-06-2023-093*/
    .row-fluid .top .wrapper .row-fluid { display: flex; align-items: center; }
    .row-fluid .top .wrapper .row-fluid .logo { width:35%; }
    .row-fluid .top .wrapper .row-fluid .top-right { width:30%; display: flex; align-items: flex-end; justify-content: flex-end; }
    .digital-program-section .digital-column-wrap .digital-column { padding:15px 0; } 

    .row-fluid .pricing-regbox.register_pricingbox { padding: 15px; }
    
    .row-fluid .informsec-socialicon { text-align: center; }
    .row-fluid .informsec-socialicon br { display: none; }
}


@media (max-width: 381px){
    .row-fluid .topimplant-box h3:before { padding:14px 0; }

}


@media (max-width: 500px){

    /* 15-12-2016 */
    .row-fluid .aboutsec3-box > span > div { width:100%; padding:0; margin-bottom:20px; }
    /* Homepage */
    .row-fluid .home-teamraw > span > div { width:100%; margin:0; }
    .row-fluid .livecourse-detailraw > span > div { width:100%; padding:0; }
    .row-fluid .masterclass-detailraw > span > div { width:100%; padding:0; }
    .row-fluid .otherlive-courseraw > span > div { width:100%; padding:0 10px; }
    .row-fluid .otherlive-courseraw > span { margin:0; }

    .row-fluid .implant-teamsec .home-teamraw > span > div { width:100%; }
    .row-fluid .implant-testvideoimg { min-height:200px; }
}

@media (min-width:30px) and (max-width: 600px){ 

    /*Blog listing*/
    .row-fluid .bloglisting-box { width:100%; margin:10px 0; }
    .row-fluid .bloglisting-box { padding:0; }

    /*27-06-2023-093*/
    .row-fluid .top .wrapper .row-fluid { display: flex; align-items: center; flex-flow: wrap; }
    .row-fluid .top .wrapper .row-fluid .logo { width:47%; display: flex; align-items: center; justify-content: center; }
    .row-fluid .top .wrapper .row-fluid .top-right { width:100%; display: flex; align-items: center; justify-content: center; margin-top:20px; }
    .row-fluid .toprequest-link a { padding:10px; }
    .header-container { padding-bottom:150px; }

}

@media (min-width:30px) and (max-width: 400px){ 

    /*resource section*/
    .row-fluid .resource-box { margin:0 !important; } 

    /*resource Page Option 1*/ 
    .resource-listing .resource-featuredimage { width:100%; margin:0 0 20px; }
    .resource-listing .resource-textMain { width:100%; padding:0; }

    /*resource Page Option 2*/ 
    .row-fluid .resource-listing2 .resource-featuredimage2 { width:100%; margin:0 0 20px; }
    .row-fluid .resource-listing2 .resource-textMain2 { width:100%; padding:0; }


    /*Latest Blog Section*/
    .row-fluid .latestblog-content .hs-rss-author , .row-fluid .latestblog-content .hs-rss-date { width:auto; float:left; clear:both;  }

    /*Blog listing*/
    .row-fluid .blog-featuredimage { height: auto; }

    /*footer*/ 
    .row-fluid .footer-blogsubscribe input[type=text], .row-fluid .footer-blogsubscribe input[type=email] { width:100%; padding-right:25px; }
    .row-fluid .footer-blogsubscribe input[type=submit] { position:relative; width:100%; right: auto; top: auto; margin:10px 0 0; }

    .row-fluid .implant-testimonialraw { padding-left: 20px; padding-right: 20px; }

    /*27-06-2023-093*/
    .row-fluid .logo:first-child { margin-right: 15px; }

}

@media (max-width: 450px){
    .banner_sc h1 { font-size: 30px; }
    .banner_sc .text { font-size: 20px; }
/*     .banner_sc .logo_wrap .logo { width: calc(33.33% - 20px); margin: 10px; } */
    .semi_info_col { width: 100%; padding: 0; }
    .speaker_list_item { width: 285px; max-width: 100%; margin: 0 auto 40px; }
    .speaker_list_wrapper { padding: 30px 0; }
    .pro_get_touch_sc .box { padding: 50px 15px; }
    .pro_get_touch_sc .box h3 { font-size: 24px; }
    .testimonial_main .testimonial_slide_cover .slick-arrow { display: none !important; }
    .testimonial_slide .wrapper { padding: 0 15px !important; }
    .row-fluid .banner_sc .button a { font-size: 14px; }
}

@media (max-width: 370px){
    .banner_sc .logo_wrap .logo { width: calc(50% - 20px); }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid form.hs-form .form-columns-2 .hs-form-field .hs-input, .row-fluid form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 !important; }

}

#desktop {} 
#mobile{}

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

    #desktop {     

        display: none;
    }    
}

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

    #mobile {
        display: none;
    }
}

/* 07-09-2021 */
.row-fluid .hero-section.ourstory_color{ padding: 45px 0 60px;background-color: #76619c; }
.row-fluid .hero-section.ourstory_color h1{ padding: 15px 0 20px; }

/* 07-09-2021 */

/* 03-01-2023 */
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li a:hover, .impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li.main-current a { background: #274b0f !important; }
.impltdst_lgsky.impltdst_three_implant .row-fluid .maintab-topic ul li.main-current a:after {border-top-color: #274b0f !important;}  

.impltdst_lgsky.impltdst_three_implant.year-two-implant .row-fluid .maintab-topic ul li a:hover, .impltdst_lgsky.impltdst_three_implant.year-two-implant .row-fluid .maintab-topic ul li.main-current a { background: #555F6D !important; }
.impltdst_lgsky.impltdst_three_implant.year-two-implant .row-fluid .maintab-topic ul li.main-current a:after {border-top-color: #555F6D !important;}