@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


/*=========== Font Family ==========*/

 /*** change the standard font **/





/*--------- SIZING ----------*/

 



/*--------- NAVBAR COLORS ----------*/

 
 

 
 
 /* How do I change the standard font color? */



/*--------- Theme Base Colors ----------*/

 






 
 
 





body{
  padding:0;
  font-size: 20px ;
  line-height: 1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family:'Poppins', sans-serif;;
  width:100%;
  letter-spacing:0;
  background: #fff ;
  margin:0 auto;
  max-width:100%;
  color:#000000;
}

.row-fluid [class*="span"].wrapper,
.row-fluid .wrapper{
  width: 100%;
  max-width: 1840px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:20px;
  padding-right:20px;
}
.row-fluid [class*="span"].inner-wrapper,
.row-fluid .inner-wrapper{
  width: 100%;
  max-width: 1100px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:20px;
  padding-right:20px;
}


h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}


.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
}

h1{
  font-size:50px;
  font-weight:500;
  letter-spacing: -0.95px;
  margin-bottom: 10px;
  line-height:1.5;
}

h2{
  color:#79003B;
  font-size:40px;
  font-weight:500;
  letter-spacing: -0.76px;
  line-height:1.5;
  margin-bottom:20px;
}

h3{
  font-size: 30px;
  font-weight:500;
  letter-spacing:normal;
  line-height: 1.2;
  margin-bottom:10px;
}

h4{
  font-size: 24px;
  font-weight:500;
  letter-spacing:normal;
  margin-bottom:5px;
  line-height:1.2;
}

h5{
  font-size: 22px;
  font-weight:normal;
  letter-spacing: -0.42px;
  line-height: 1.2;
}

h6{
  font-size: 16px;
  font-weight:bold;
  letter-spacing: 0;
}
p{
  margin-bottom:10px;
  font-weight:300;
}

.body-container-wrapper li{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .3px;
  font-weight:400;
}


.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
  //padding-top:85px;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.body-container-wrapper a{
  color:#79003B;
  transition: all ease-in-out .2s;
}
.body-container-wrapper a:hover{
  color:;
}

blockquote{
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #79003B;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}

body .container-fluid .row-fluid .hs-button,
body a.cta_button[title],
body .row-fluid form .hs_submit .actions input.hs-button.primary{    
  font-size: 18px;
  line-height: 18px;
  padding: 12px 26px;
  font-weight: normal;
  border-radius: 9px;
  letter-spacing: -0.34px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin-bottom: 0;
  position: relative;
  top:0;
  z-index: 1;
  background:#79003B;
  border:2px solid #79003B;
  color:#ffffff;
}



body .container-fluid .row-fluid .hs-button:hover,
body a.cta_button[title]:hover,
body .row-fluid form .hs_submit .actions input.hs-button.primary:hover{
  top: -1px;
  -webkit-box-shadow: 0 10px 14px -6px #00000057;
  box-shadow: 0 10px 14px -6px #00000057;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  color:#79003B; 
  background:transparent;
}
.hs_cos_wrapper_type_custom_widget a.cta_button{
  margin-top:25px;
}

body a.cta_button.image-cta{
  padding:0;
  background:transparent;
  text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{


} 



.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay,.base-color-overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.base-color-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:#000000;
  z-index: -1;
  opacity:.95;
  background: ;
}

.black-bg{
  background:#414042;
}

body .row-fluid .light-blue-bg{
  background: #f4f5f8;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero ul,
.text-margin-zero ul li{
  margin:0;
}

.letter-spacing-zero h1,
.letter-spacing-zero h2,
.letter-spacing-zero h3,
.letter-spacing-zero h4,
.letter-spacing-zero h5,
.letter-spacing-zero h6 {
  letter-spacing:0px;
}



.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#000000;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

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

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

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

.cta-margin{
  margin-top:50px;
}

.mb-4{
  margin-bottom:36px;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

.inner-page-hero-section{
  padding:30px 0;
}

.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
}


/*========================================================
Responsive Styling
========================================================*/

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

  /*   h1{
  font-size:34px;
}

  h2{
  font-size: 30px;
}

  h3{
  font-size: 24px;
} */

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 60px 0;
  }

  p{
    font-size: 16px;
  }

  .body-container-wrapper li {
    font-size: 14px;
  }

  .cta-margin {
    margin-top: 30px;
  }

}




@media (max-width:767px){


  h1{
    font-size:30px;
  }

  h2{
    font-size:24px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 50px 0;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  p {
    font-size: 16px;
  }

  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }


  .cta-margin {
    margin-top: 20px;
  }

  .body-container-wrapper {
    padding-top:0px;   
  }
}
/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px;
  position:relative;
} 



@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    max-width:100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}











/*==================================================
Three Col Adjust 
==================================================*/

body .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.2%;
  -webkit-flex-basis: 30.2%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px 0;
  position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
  padding:0 20px;
}
.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #000000;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    max-width:100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
    flex-basis:100%;
    -moz-flex-basis:100%;
    -webkit-flex-basis:100%;
  }   
}




/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction:column;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  } 
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
}




/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 54px;
  font-family:'Poppins', sans-serif;;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding:10px 20px;
  color: #262941;
  font-weight:400;
  background:#fff;
  border:1px solid #dedede;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #79003B;
}

.row-fluid  form textarea{
  height:150px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}

.row-fluid form .hs_submit .actions{
  text-align:center;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}



/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #000000;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #000000;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }

}


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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li a {
    text-align: center;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li>ul.hs-menu-children-wrapper.active-branch {
    left: 180px;
    max-width: 250px
  }
}




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


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

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

@media (max-width: 992px){


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

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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

  }
  .mobile-trigger span {
    text-transform: capitalize;
    margin-left: 10px;
    position: relative;
    z-index: 1;
  }
  .mobile-trigger span:before {
    content: 'Menu';
    position: absolute;
    opacity: 1;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
  }
  .mobile-trigger span:after {
    content: 'Close';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
  }

  body.mobile-open .mobile-trigger span:before {
    opacity:0;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
  }
  body.mobile-open .mobile-trigger span:after {
    opacity:1;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: 85px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #79003b;
    transition:.2s all ease-in-out;
    -webkit-transition:.2s all ease-in-out;
    -moz-transition:.2s all ease-in-out;
  }

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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #79003b; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }
  body.mobile-open .mobile-trigger i:before,
  body.mobile-open .mobile-trigger i:after {
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }
  body.mobile-open .mobile-trigger i {
    background-color:transparent;
    background:transparent;
  }
  body.mobile-open .mobile-trigger i:before {
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    top:0;
  }
  body.mobile-open .mobile-trigger i:after {
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    top:0;
  }
  .mobile-trigger span {
    text-transform: capitalize;
    margin-left: 10px;
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px !important;
    height: 29px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    top: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    content: '';
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: absolute;
    top: 45px;
    right: 0;
    left:0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: fixed;
    top: 123px;
    left: 0;
    padding: 0;
    bottom: 0;
    z-index:999;
    height:100vh !important;;
    display: block !important;
    transform: translate3d(200%, 0px, 0px);
    -webkit-transform: translate3d(200%, 0px, 0px);
    -moz-transform: translate3d(200%, 0px, 0px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    visibility:hidden;
    opacity:0;
  }
  body.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    visibility:visible;
    opacity:1;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#79003b; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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


}
.custom-menu-primary .hs-menu-wrapper >  ul li a{
  padding: 0 10px;
  color:#ffffff; /* link color set by global mobile-aColor variable */
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
}

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

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




/*=========== Header Styling Start Here =============*/


.header-section .header-top,
.header-bg{
  background:;
}
.header-section .header-top {
  background: #7a133e;
}
.header-section .header-top   ul.hs-menu-children-wrapper {
  background-color: #eff1f5;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  border-bottom: 6px solid #79003b;
  max-width: 96%;
  margin: 0 auto;
  left: 5px;
}
.header-section .header-top   ul.hs-menu-children-wrapper>li{
  padding:10px;
}
.header-section .header-top   ul.hs-menu-children-wrapper>li a{
  padding-right:0;
  color:#7a133e;

}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background:  #ffffff ;
}
.hero-margin {
  margin-top:215px;
}
.header-section .header-bottom.fixed-header {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow:0px 2px 2px 0px rgba(0,0,0,0.11);
  padding:10px 0px;
  transition:.3s padding ease-in-out;
  -webkit-transition:.3s padding ease-in-out;
  -moz-transition:.3s padding ease-in-out;
}
body .row-fluid .header-section  ul li a {
  max-width:100%;
}
.header-section .header-top ul {
  padding-top:12px;
  padding-bottom: 0px;
}
body .header-section .header-top ul li a {
  padding: 0;
  white-space: normal;
  font-size: 16px;
  text-align:left;
  opacity:70%;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  outline:none;
}
.header-section .header-top ul li a:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  opacity:100%;
}
.header-section .header-top ul li:not(:last-child) a {
  padding-right:33px;
}
.header-section .header-top ul li:last-child a {
  padding-right:5px;
}
.header-section .header-bottom {
  padding: 20px 0px 20px;
  transition:.3s padding ease-in-out;
  -webkit-transition:.3s padding ease-in-out;
  -moz-transition:.3s padding ease-in-out;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item {
  position:relative;
  border-left:1px solid #707070;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
  color: #79003B;
  font-size: 20px;
  line-height: 33px;
  text-transform: capitalize;
  font-weight:400;
  position:relative;
  padding:11px 34px;
  text-align:left;
  transition:.2s all ease-in-out;
  -webkit-transition:.2s all ease-in-out;
  -moz-transition:.2s all ease-in-out;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
  color: #000000;
  opacity: 50%;
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight:400;
  padding-top:9px;
  transition:.2s all ease-in-out;
  -webkit-transition:.2s all ease-in-out;
  -moz-transition:.2s all ease-in-out;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a:hover span {
  color: #79003B;
  opacity:100%;
  transition:.2s all ease-in-out;
  -webkit-transition:.2s all ease-in-out;
  -moz-transition:.2s all ease-in-out;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a:hover {
  color:rgba(121, 0, 59, 0.48);
  transition:.2s all ease-in-out;
  -webkit-transition:.2s all ease-in-out;
  -moz-transition:.2s all ease-in-out;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
  /*   content:'\f0d7';
  position:absolute;
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  right:25px;
  top:8px;
  font-size:24px; */

  content: '\f0d7';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /* right: 25px; */
  /* top: 8px; */
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after {
  right: 13px;
}

.header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper {
  background-color:#eff1f5;
  padding: 10px 20px 10px 5px;
  width: 100%;
  text-align: center;
  border-bottom: 6px solid #79003B;
  max-width: 100%;
  margin: 0 auto;
  left: 5px;
}
/* .header-section.fountainhead .header-top ul li:last-child {
border-left: 1px solid #fff;
padding-left: 28px;
} */
.header-section.fountainhead .header-top ul li a i {
  margin-right: 12px;
  font-size: 16px;
}
.header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  background-color:transparent;
  padding:8px 0px;
}
.header-section.fountainhead .header-top ul.top-menu-body:not(:first-child),
.header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul{
  display: none;
}
.header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(1),
.header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(2) {
  display:flex;
}

.header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a {
  font-size: 20px;
  text-transform: capitalize;
  color: #79003B;
  transition:.2s color ease-in-out;
  -webkit-transition:.2s color ease-in-out;
  -moz-transition:.2s color ease-in-out;
  padding:0px;
}

body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-last-child(1)>ul.hs-menu-children-wrapper {
  padding-right: 15px;
}
body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item {
  border-left: 1px solid #dddddd;
}
body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-last-child(2) a span {
  color: #79003B;
  opacity:1;
}
@media (min-width:1024px) {
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul {
    float: right;
  }
}
@media (min-width:993px) {
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul {
    display:flex;
    display:-webkit-flex;
    display:-moz-lex;
    display:-ms-flex;
  }
  .header-section .header-top   ul.hs-menu-children-wrapper>li:hover {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    background-color: #d6dce5;
  }
}
@media (min-width:1366px) {
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(1)>ul.hs-menu-children-wrapper {
    max-width: 80%;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper {
    min-width: 114px;
    padding-right: 15px;
    text-align: center;
    max-width: 80%;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li a,
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li a {
    width: 100%;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
    min-width: 330px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper {
    max-width: 250px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper  {
    padding: 10px 30px 10px 5px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(4)>ul.hs-menu-children-wrapper {
    max-width: 83%;
  }
  .widget-type-custom_widget.hero-margin {
    margin-top: 207px;
  }
}
@media (max-width: 1440px){
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
    min-width: 300px;
  }

}
@media (max-width: 1440px) and (min-width: 993px){
  .span12.widget-span.widget-type-custom_widget.hero-margin {
    margin-top: 204px;
  }
}

@media (min-width:993px) and (max-width: 1365px){
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper {
    min-width: 122px;
    padding-right: 14px;
    text-align: center;
    max-width: 160px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>li a,
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li a {
    width: 100%;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
    min-width: 280px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper {
    max-width: 250px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper  {
    padding: 10px 30px 10px 5px;
  }

}
@media(max-width: 1880px){
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a,
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    font-size: 18px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-last-child(1)>ul.hs-menu-children-wrapper {
    padding-right: 10px;
    padding-left: 0px;
  }
}
@media (max-width:992px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li{
    padding: 0px 0px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li a{
    padding: 0px 0px;
    line-height: 2.4;
  }
  .new-header img.hs-image-widget {
    width: 100%;
  }
}
@media (max-width:1023px) and (min-width: 993px){
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul {
    justify-content: center;
  }
}
@media (min-width:1824px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding:11px 35px 10px 20px;
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 13px;
  }
  .header-section.fountainhead.header-new .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 30px 11px 14px;
  }
}
@media (min-width:1700px) and (max-width:1823px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 35px 10px 20px;
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 12px;
    font-size: 20px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    right: 10px;
  }
}
@media (min-width:1600px) and (max-width:1699px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding:11px 35px 10px 20px;
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 7px;
    font-size: 20px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    right: 10px;
  }
}
@media (min-width:1500px) and (max-width:1599px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding:11px 35px 10px 20px;
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 10px;
    font-size: 18px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size: 16px;
  }
}
@media (min-width:1400px) and (max-width:1499px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    /*     padding: 11px 10px; */
    padding:11px 35px 10px 20px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:18px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    /*     right:15px; */
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 12px;
    font-size: 16px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size: 14px;
  }
}
@media (min-width:1300px) and (max-width:1399px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding:11px 35px 10px 20px;
    font-size: 18px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a{
    font-size: 18px;
  }
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 65px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:18px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    /*     right:15px; */
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 7px;
    font-size: 16px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size: 14px;
  }
}
@media (min-width:1200px) and (max-width:1299px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding:11px 35px 10px 20px;
  }
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 40px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:16px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    right:15px;
  }
  .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    padding: 11px 9px;
    font-size: 14px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size: 12px;
  }
}
@media (min-width:992px) and (max-width:1299px) {
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size:16px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a{
    font-size:16px;
  }
}


@media (min-width:1200px){
  .header-section .header-bottom{
    /*     min-height:177.31px !important; */
  }
  .header-section .header-bottom.fixed-header{
    /*     min-height:157.31px !important; */
  }
}
@media (min-width:993px) and (max-width:1199px) {
  .header-section .header-bottom .menu.vertical-center {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .header-section .header-bottom .logo-section img {
    max-width: 120px !important;
  }
  .hero-margin {
    margin-top: 223px;
  }
  .header-section .header-bottom .equal-height-container>.row-fluid-wrapper>.row-fluid {
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
  }
  body .header-section .header-top ul li:not(:last-child) a {
    padding-right: 19px;
  }
  .header-section .header-bottom .logo-section {
    width: 100%;
    text-align: center;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul {
    margin-top:20px;

    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 33px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    /*     right:15px;
    top:11px; */
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:14px;
    padding-top:0px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 11px 8px;
  }
  body .row-fluid .header-section .header-top ul li a {
    font-size: 16px;
  }
  .header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(1),
  .header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(2){
    justify-content: center;
    width: 100%;
  }
}
@media (min-width:993px) and (max-width:1099px) {
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 15px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size:18px;
    padding:11px 35px 10px 20px;
  }
  body .footer-section .footer-top ul li.hs-menu-item a,
  body .footer-section .copyright p{
    font-size: 18px;
  }
  body .footer-section .address p, 
  body .footer-section .address a {
    font-size: 13px;
  }
  body .footer-section .social-links ul {
    padding-left:40px;
  }
  body .footer-section .footer-top ul li.hs-menu-item a span {
    font-size:16px;
    padding-top:0px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    /*     right:8px;
    top:11px; */
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:14px;
    padding-top:0px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  body .row-fluid .header-section ul li a {
    font-size: 16px;
  }
  .header-section .header-top ul li:not(:last-child) a {
    padding-right: 20px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    /*     right: 15px;
    top: 12px; */
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    padding:11px 35px 10px 20px;
  }
  body .footer-section .footer-top ul li.hs-menu-item a,
  body .footer-section .copyright p{
    font-size: 16px;
    line-height:25px;
  }
  body .footer-section .address p, 
  body .footer-section .address a {
    font-size: 13px;
  }
  body .footer-section .footer-top ul li.hs-menu-item a span {
    font-size:14px;
    padding-top:0px;
  }
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 0px;
  }
  body .footer-section .social-links ul {
    padding-left:0px;
  }
  body .footer-bg {
    padding: 35px 0px 35px;
  }
  body .footer-section .social-links ul li a {
    font-size: 20px;
  }
}
@media (min-width:1100px) and (max-width:1199px) {
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size:18px;
    padding:11px 35px 10px 20px;
  }
}
@media (min-width:1400px) and (max-width:1456px) {
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 90px;
  }
}
@media (max-width:992px){
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a:hover{
    color:#fff;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a:hover span{
    color:#fff;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span:hover{
    color:#fff;
  }
  .header-section .header-top .hs-menu-wrapper {
    display: none !important;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul.top-menu-body>li.hs-menu-item ul.hs-menu-children-wrapper{
    border:0;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul.top-menu-body>li.hs-menu-item ul.hs-menu-children-wrapper li{
    padding:0;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul.top-menu-body>li.hs-menu-item ul.hs-menu-children-wrapper li a{
    padding-left:20px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a{
    padding-right:45px !important;
  }
}
@media (max-width:515px){
  .child-trigger{
    height: 33px !important;
  }
}
@media (max-width:425px){
  .header-section .header-bottom .menu .hs-menu-wrapper>ul.top-menu-body>li.hs-menu-item ul.hs-menu-children-wrapper li a{
    padding-left:5px;
    font-size:13px;
  }
}


/*========== Footer Styling Start Here ============*/

.footer-section .footer-top ul li.hs-menu-item {
  margin: 0;
}
.footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
  margin-right: 105px;
}

.footer-bg {
  background-color: #79003B;
  padding:46px 0px 55px;
}
.footer-section .footer-top ul li.hs-menu-item a {
  max-width: 100%;
  font-size: 22px;
  line-height: 33px;
  text-transform: capitalize;
  font-weight: 500;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
.fountainhead-footer.footer-section .footer-top ul li.hs-menu-item a {
  font-size:18px;
  opacity:.7;
  font-weight:400;
}
.fountainhead-footer.footer-section .footer-top ul li.hs-menu-item a:hover {
  opacity:1;
}
.fountainhead-footer.footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
  margin-right: 0px;
}
.footer-section .footer-logo img.hs-image-widget {
  max-width: 200px !important;
}
.footer-section .footer-top ul li.hs-menu-item a span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  opacity: 50%;
  font-weight: 400;
  padding-top: 10px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
.footer-section .footer-top ul li.hs-menu-item a:hover span {
  opacity:100%;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
body .row-fluid .footer-section .footer-top ul {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
}
.footer-section .footer-border {
  border-top: 1px solid  #ffffff ;
  border-bottom: 1px solid  #ffffff ;
  padding: 3px 0px;
  margin-top: 16px;
  margin-bottom:31px;
}
.footer-section .social-links ul,
.new-footer .social-links ul{
  margin: 0;
  list-style: none;
  padding-left:32px;
  text-align:center;
}
.footer-three-col .row-fluid {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.footer-section .social-links ul li,
.new-footer .social-links ul li{
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.footer-section .social-links ul li a,
.new-footer .social-links ul li a{
  font-size: 24px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
.footer-section .social-links ul li a:hover,
.new-footer .social-links ul li li a:hover{
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  opacity: .7;
}

.footer-section .address p,
.footer-section .address a,
.new-footer .address a,
.new-footer .address p{
  font-size: 18px;
  letter-spacing: 1.8px;
  opacity: 83%;
  font-weight: 400;
  margin-bottom: 0;
}

.footer-section .address a:hover,
.new-footer .address a:hover{
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  opacity: 1;
}
.footer-section .copyright p,
.new-footer .copyright p{
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}
.footer-section .footer-logo,
.new-footer .footer-logo{
  padding-top: 37px;
}
.new-footer .footer-logo img.hs-image-widget {
  width: 150px;
}
.new-header img.hs-image-widget {
  max-width: 180px !important;
}
.new-header {
  padding: 0px 0px;
}

.footer-section .address .footer-nw-img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .footer-section .address .footer-nw-img {
    margin-top: 13px;
  }
}

@media (max-width: 767px) {
  .footer-section .address .footer-nw-img {
    align-items: center;
  }
}


/*====== Header Section Mobile Rsponsive Start ======*/

.new-header .header-nw-img img.hs-image-widget {
/*   display: none; */
  max-width: 80px !important
}
.header-section .header-top .wrapper.new {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

@media (min-width: 993px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.new {
    display: none;
  }
}

@media (max-width:992px) {

  .new-header li.new img.hs-image-widget {
    max-width: 100px !important;
    margin-top: 10px;
  }

  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a i {
    margin-right: 10px;
    display: inline;
  }

  .header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(1),
  .header-section.fountainhead .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(2) {
    display:block;
  }

  .header-section .header-top ul li a {
    font-size: 14px;
    display:none;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a i {
    margin-right: 15px;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item {
    border-left: 1px solid transparent;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-last-child(2) a span {
    color: #fff;
    opacity: .5;
  }
  body .header-section.fountainhead .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item:nth-last-child(2) a span:hover {
    opacity: 1;
  }
  .hero-margin {
    margin-top: 124px;
  }
  .header-section .header-bottom.fixed-header .mobile-trigger {
    top: -10px;
    transition:.2s all ease-in-out;
    -webkit-transition:.2s all ease-in-out;
    -moz-transition:.2s all ease-in-out;
  }
  .header-section .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:first-child {
    width: 50%;
    float: left;
    display: inline-block;
  }
  .header-section .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul {
    padding-top:20px;
  }
  .header-section .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(2) {
    width: 50%;
    float: left;
    position: relative;
    z-index: -2;
    height: 100%;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul li.hs-item-has-children>a:after {
    display:none;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item {
    border-left:none;
  }
  .header-section .header-bottom .menu .custom-menu-primary .hs-menu-wrapper ul:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: .15;
    width: 100%;
  }
  .header-section .header-top ul {
    padding-bottom: 12px;
    display:block;
  }
  .header-section .header-bottom.fixed-header .menu .custom-menu-primary .hs-menu-wrapper {
    top:103px;
    top:96px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a,
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a,
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span{
    color:  #ffffff ;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a span {
    font-size:15px;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper {
    background-color:transparent;
    /*      display:none !important;
    visibility:hidden !important */
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    /*     white-space:normal; */
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a {
    padding-left: 30px;
  }
  .header-section .menu .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper {
    padding:0px;
  }
  .header-section .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background:  #ffffff ;
  }
  .header-section .header-bottom .logo-section {
    max-width: 120px;
    width:100%;
  }
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item ul.hs-menu-children-wrapper>li>a, 
  .header-section .header-bottom .menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .header-section .header-top .wrapper.new {
    padding: 10px 20px;
  }
}

/*============================================*/
/*===========homepage-styling-start-here========*/
/*============================================*/



/*===========homepage-banner-section========*/


.banner-cm-with-text .section-heading{
  max-width: 778px;
  margin: 0 auto;
  padding-top:185px;
  text-align:center;
}
.banner-cm-with-text{
  padding:136px 0 262px;
  position: relative;
  min-height:362px;
}
body.fms-homepage .toddler-prep-three .inner-body,
body.homepage .toddler-prep-three .inner-body{
  align-items:center;
  -webkit-align-items:center;
  -moz-align-items:center;
}
@media (max-width:1024px) and(min-width: 993px){
  .banner-cm-with-text .section-heading{
    padding-top:0;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
    min-width: 270px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(1)>ul.hs-menu-children-wrapper {
    max-width: 110px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(4)>ul.hs-menu-children-wrapper,
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper {
    min-width: 120px;
    padding-right: 14px;
    text-align: center;
    max-width: 140px;
  }
}

/*===========.homepage-three-col-cm starts-here========*/


body .row-fluid .homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}
body .row-fluid .homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper{
  margin-top:8px;
  min-height: fit-content;
  border-top: 11px solid #79003B;
  border-right: 1px solid #79003B;
  border-left: 1px solid #79003B;
  border-bottom: 1px solid #79003B;
}
body .row-fluid .homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper:hover {
  border-top: 11px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.homepage-two-col-section .right-col ul li a {
  font-weight: 500;
}
.homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper a{
  width:100%;
  display:block;
}
.homepage-three-col-cm .three-col-adjust .three-col-card{

  padding: 10px;
}
.homepage-three-col-cm .three-col-adjust .three-col-card .text {
  padding-left: 12px;
}
.homepage-three-col-cm .three-col-adjust .three-col-card .text h4{
  color:#000000;
  line-height:1;
}


/*===========..homepage-two-col-sectionstarts-here========*/


.homepage-two-col-section{
  padding:85px 0 70px;
}
.homepage-two-col-section .left-col {
  padding-top: 34px;
}
.homepage-two-col-section .left-col p{
  padding-bottom:20px;
  max-width:600px;
}
.homepage-two-col-section .left-col p span {
  color: #79003B;
  letter-spacing:-0.38px;
  font-weight:500;
  font-size:20px;
}
.homepage-two-col-section .inner-class .left-col .sub-title{
  padding-bottom:15px;
}
.homepage-two-col-section h5 {
  font-weight: 600;
}
.fms-course-des .accordion .accordion_content p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fms-course-des .accordion .accordion_content h5 {
  padding-top: 20px;
}
.homepage-two-col-section .inner-class{
  max-width:1161px;
  margin: 0 auto;
}

.homepage-two-col-section .right-col ul li span img{
  width:30px;
  height:30px;
}
.homepage-two-col-section .right-col .outer-border{
  border: 1px solid #707070;
  border-radius: 30px;
  max-width: 423px;
  padding: 40px 28px 8px;
  margin: 0 0 0 auto;
  box-shadow: 4px 6px 14px #00000029;
}
.homepage-two-col-section .right-col h3{
  position:relative;
}
.homepage-two-col-section .right-col h3:before{
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  width:100%;
}
.homepage-two-col-section .right-col ul{
  list-style: none;
  padding-top: 10px;
}
.homepage-two-col-section .right-col ul li{
  font-size:20px;
  position:relative;
  margin-bottom: 40px;
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.homepage-two-col-section .cta,
.homepage-two-col-section.hide-subtitle .sub-title{
  display: none;
}
.homepage-two-col-section .cta a.cta_button {
  padding-right: 100px;
}
.homepage-two-col-section .cta.cta-show {
  display: block;
}
.homepage-two-col-section .right-col ul li:before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  width:100%;
  opacity: 0.3;
}
.homepage-two-col-section .right-col ul li span{
  margin-right: 30px;

}

/*===========Tour-cm starts-here========*/


.tour-cm{
  padding:130px 0 130px;
  position:relative;
  background-attachment:fixed !important;
}
.tour-cm .innter-section .heading{
  max-width: 668px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.tour-cm .bottom-content p {
  margin: 0;
  letter-spacing: -0.38px;
}
.tour-cm .innter-section .cta_button a.cta_button {
  box-shadow: 0px 5px 8px #00000029;
  -webkit-box-shadow: 0px 5px 8px #00000029;
  font-weight:500;
  font-size:20px;
}
.tour-cm .innter-section{
  margin-left: auto;
  margin-right: auto;
  max-width: 828px;
  padding: 74px 0 74px;
  opacity: 0.92;
}
.tour-cm .innter-section .heading h2{
  line-height: 60px;
  text-transform: capitalize;
}
body .tour-cm a.cta_button[title]{    
  font-size: 18px;
  line-height: 18px;
  padding: 19px 64px 19px 110px;
  font-weight: normal;
  border-radius: 9px;
  letter-spacing: -0.34px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 175ms ease;
  transition: background-color 175ms ease;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background:#fff;
  color:#000;
  text-transform: uppercase;
}
body .tour-cm a.cta_button::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  background: url(https://5973567.fs1.hubspotusercontent-na1.net/hubfs/5973567/Fountainhead%20Website%202020%20Assets/Images/Home%20page%20Images/Home%20%281%29.svg) no-repeat center center;
  background-size: auto;
  width: 30px;
  height: 35px;
  z-index: 0;
  display: inline-block;
  background-size: contain;
}
body .tour-cm a.cta_button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #B92A70;
  width: 57px;
  z-index: -1;
  display: inline-block;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tour-cm .bottom-content{
  padding-top: 40px;
}
.tour-cm .bottom-content span{
  color:#FFC400;
}
/*===========.tour-cm-ends-here========*/

/*========== Recent Post Section Styling Start Here=======*/


.recent-post-cm .top-section,
.recent-post-cm .right-col .heading{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding-bottom:25px;
}
.recent-post-cm .wrapper>.row-fluid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.recent-post-cm .post-body {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position:relative;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.recent-post-cm .recent-post-section .post-section:hover {
  box-shadow:0px 0px 30px rgba(0,0,0,.2);
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
.download-section .download-body,
.recent-post-section .post-section{
  border: 1px solid #C1C1C1;
  border-radius: 11px;
  padding: 16px 15px;
  margin-bottom: 32px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
body .download-section .download-body .download-content {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.download-section .download-body .download-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}
.download-section .download-body .download-content h5 {
  padding-top: 7px;
}

.recent-post-cm .post-body .featured,
.download-section .download-body  .download-image{
  max-width: 135px;
  width: 100%;
  background:#eeeeee;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius:9px;
  position:relative;
  min-height:171px;
}
.recent-post-cm .post-body .featured a,
.recent-post-cm .post-body a.blog-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.recent-post-cm .post-body .post-content,
.download-section .download-body .download-content{
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left:12px;
}
.recent-post-cm .top-section .link a {
  color: #000;
  opacity: 50%;
}
.recent-post-cm  h5 {
  font-weight: normal;
}
.recent-post-cm .post-body a {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
.recent-post-cm .post-body a:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
.recent-post-cm .post-body .post-title h5 a {
  color: #000;
}
.recent-post-cm .post-body .recent-content p {
  font-size: 15px;
  color: #7D7D7D;
  line-height: 25px;
}
.recent-post-cm .post-body .recent-content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.recent-post-cm .right-col {
  position: relative;
  z-index: 1;
}
.recent-post-cm .right-col:before {
  content:'';
  position:absolute;
  top:0;
  left:-17px;
  bottom:0;
  height:100%;
  width:1px;
  background-color:#C1C1C1;
  padding-bottom: 8px;
}
.download-section .download-body:last-child,
.recent-post-section .post-section:last-child {
  margin-bottom:0px;
}
.recent-post-cm .top-heading {
  padding-bottom: 10px;
}
.recent-post-cm {
  padding: 87px 0px 84px;
}

/*=================.homepage.get-started-global===========================*/
.homepage .get-started-global {
  padding: 74px 0 75px;
}
.homepage .get-started-global .cta-body {
  margin-top: 0;
}
.homepage .get-started-global h2 {
  margin-bottom: 27px;
}
.homepage .get-started-global .inner-content p{
  margin-bottom: 32px;
}
.homepage .get-started-global .inner-content p:nth-last-child(2) {
  margin-bottom: 0;
}
/*============================================*/
/*===========Career-styling-start-here========*/
/*============================================*/

/*===========banner-cm-styling-start-here========*/
.banner-cm{
  padding: 136px 0 262px;
  position: relative;
  min-height:362px;
}
/*======== .career-with-fountainhead Start Here ==============*/
.career-with-fountainhead {
  padding: 79px 0 72px;
}
.career-with-fountainhead .description{
  max-width: 1176px;
  margin: 0 auto;
  padding-top:17px;
}
/*===========.career .get-started-global-styling-start-here========*/
.career .get-started-global {
  padding: 75px 0 77px;
}
/*============================================*/
/*===========.class-schedule-styling-start-here========*/
/*============================================*/

/*===========.class-schedule-enroll-cm-styling-start-here========*/
.class-schedule-enroll-cm {
  padding:77px 0 59px;
}
.class-schedule-enroll-cm .row-fluid{
  max-width: 814px;
  margin:0 auto;
}
.class-schedule-enroll-cm .sub-heading{
  padding-bottom: 38px;
}
.class-schedule-enroll-cm .content h4 {
  margin-bottom: 22px;
}
/*========.Schedule-details Start Here ==============*/
.Schedule-details{
  padding:85px 0 90px;
}
.Schedule-details .section-heading{
  max-width: 1000px;
  margin: 0 auto 32px;
}
.Schedule-details .section-heading h3{
  color:#000;
}
.Schedule-details .accordion{
  max-width:1000px;
  margin:0 auto;
  margin-top:25px;
  margin-bottom:54px;
}
.Schedule-details .accordion:last-child{
  margin-bottom:0;
}
.Schedule-details .accordion .accordion_group:first-child{
  border-top:1px solid #ccc;
}
.Schedule-details .accordion .accordion_group{
  border-bottom:1px solid #ccc;
}
.fms-about-us .accordion .accordion_content p {
  padding: 20px 0px;
}
.fms-about-us .accordion .accordion_content h3 {
  font-weight: 300;
  padding-bottom: 10px;
}
.Schedule-details .accordion .accordion_group p{
  font-size:18px;
  margin: 10px 0 0 18px;
}
.Schedule-details .accordion .accordion_header{
  cursor:pointer;
  position:relative;
  padding: 10px 20px 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Schedule-details .accordion .accordion_group.expanded .accordion_header{
  background:#79003B;
}
.Schedule-details .accordion .accordion_group.expanded .accordion_content span{
  color: #79003B;
  position:relative;
  margin-left: 17px;
  font-weight:500;
}
.Schedule-details .accordion .accordion_content span:not(:first-child){
  display: block;
  padding-top: 18px;

}
.Schedule-details .accordion .accordion_group.expanded .accordion_content span:not(:first-child):before {
  content: "\f111";
  position: absolute;
  left: -16px;
  top: 27px;
  font-family: "fontawesome";
  font-size: 9px;
  border-radius: 50%;
  height:9px;
  width: 9px;
  cursor: pointer;
}
.Schedule-details .accordion .accordion_group.expanded .accordion_content span:before {
  content: "\f111";
  position: absolute;
  left: -16px;
  top: 8px;
  font-family: "fontawesome";
  font-size: 9px;
  border-radius: 50%;
  height:9px;
  width: 9px;
  cursor: pointer;
}
.Schedule-details .accordion .accordion_group.expanded .accordion_header p{
  color:#fff;

}
.Schedule-details .accordion .accordion_header:before{
  content: '\f107';
  right: 16px;
  position: absolute;
  top: 13px;
  cursor: pointer;
  font: normal normal normal 25px/1 FontAwesome;
  color:#000;
}
.Schedule-details .accordion .accordion_group.expanded .accordion_header:before{
  content: '\f106';
  color:#fff;
}
.Schedule-details .accordion .accordion_content{
  padding:15px;
  border-left:3px solid #79003B;
}
.Schedule-details .accordion .accordion_content .content-list{
  padding-bottom: 18px;
}
.Schedule-details .accordion .accordion_content .content-list:last-child{
  padding-bottom:0;
}
/*===========.Class-Schedule-styling-start-here========*/
.Class-Schedule .get-started-global {
  padding: 77px 0 77px;
}
/*============================================*/
/*===========FAQ-styling-start-here========*/
/*============================================*/

/*===========.faq-cm -styling-start-here========*/
.faq-cm .section-heading{
  padding: 83px 0 62px;
}
.faq-cm .accordion{
  padding-top:48px;
  padding-bottom: 44px;
  max-width: 1168px;
  margin: 0 auto;
}
.faq-cm .accordion .accordion_group{
  border-bottom:1px solid #ccc;
}

.faq-cm .accordion .accordion_header{
  cursor:pointer;
  position:relative;
  padding: 42px 0 30px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq-cm .accordion .accordion_header h3{
  font-size:26px;
  line-height:39px;
  margin-bottom: 17px;
}

.faq-cm .accordion .accordion_group.expanded .accordion_header {
  padding:42px 0 30px 30px;
  position:relative;
}
.faq-cm .accordion .accordion_header h3:before {
  content: "\f111";
  position: absolute;
  left: 2px;
  top: 41px;
  font-family: "fontawesome";
  font-size: 15px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.faq-cm .accordion .accordion_content{
  padding:10px 30px 30px;
}
.FAQ .get-started-global {
  padding: 75px 0 77px;
}
/*============================================*/
/*=========.dublin-campus-styling-start-here========*/
/*============================================*/
/*=========.dublin-campus-styling-start-here========*/
.dublin-campus-cm {
  padding:80px 0 80px;
}
.dublin-campus-cm .section-heading{
  margin-bottom: 28px;
}
.dublin-campus-cm .inner-content-sec{
  max-width:734px;
  margin:0 auto;
  box-shadow: 0px 3px 14px  rgba(0, 0, 0, 0.25098039215686274);
  border-radius: 13px;
  padding: 40px 0 43px;
}

.dublin-campus-cm .inner-content-sec .top-heading{
  padding-bottom: 13px;
}
.dublin-campus-cm .inner-content-sec .button{
  padding-top: 15px;
}
.dublin-campus-cm .inner-content-sec .map-sec{
  max-width:600px;
  margin:0 auto;
}
.dublin-campus-cm .inner-content-sec .map-sec iframe{
  box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
  border: 0.5px solid #707070!important;
  border-radius: 14px;
  width:100%;
}
/*======== .duplin-two-col-section Styling Start Here ==============*/

.duplin-two-col-section{
  padding:77px 0 80px;
}
body.fms-homepage .left-col h2 {
  padding-bottom: 11px;
}
body.fms-homepage .homepage-two-col-section .left-col p {
  padding-bottom: 29px;
}
.duplin-two-col-section .left-col .outer-border{
  border: 1px solid #707070;
  border-radius: 30px;
  max-width: 423px;
  padding: 40px 28px 19px;
  margin: 0 auto 0 0;
  box-shadow: 4px 6px 14px #00000029;
}
.duplin-two-col-section .left-col h3{
  position: relative;
}
.duplin-two-col-section .left-col h3:before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  width:100%;
}
.duplin-two-col-section .section-heading{
  max-width:1166px;
  margin:0 auto;
}
.duplin-two-col-section .inner-class{
  padding-top: 45px;
  max-width:1166px;
  margin:0 auto;
}
.duplin-two-col-section .left-col .top-content{
  max-width: 473px;
  width: 100%;
  padding-bottom: 37px;
}
.duplin-two-col-section .left-col .top-content span{
  font-size: 18px;
  color: #7D7D7D;
}
.duplin-two-col-section .left-col .top-content span a{
  font-weight:500;
}
.duplin-two-col-section .left-col ul li a{
  font-size: 18px;
  max-width: 362px;
}
.duplin-two-col-section .left-col ul li a:before{
  content: "\f111";
  position: absolute;
  left: -20px;
  top: 4px;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color: #000;
}
.duplin-two-col-section .left-col ul{
  list-style: none;
  padding-top: 15px;
}
.duplin-two-col-section .left-col ul li{
  font-size:20px;
  position:relative;
  margin-bottom: 26px;
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align:left;
}
.duplin-two-col-section .left-col ul li:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -24px;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 106%;
  opacity: 0.3;
}
.duplin-two-col-section .accordion {
  max-width: 636px;
  margin: 0 auto 0 10px;
}
.duplin-two-col-section .accordion .accordion_content{
  padding:15px;
  border-left:3px solid #79003B;
}
.duplin-two-col-section .accordion .accordion_header{
  cursor:pointer;
  position:relative;
  padding: 13px 16px 11px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.duplin-two-col-section .accordion .accordion_group p{
  font-size:18px;
  margin:0;
  font-weight:500;
}
.duplin-two-col-section .accordion .accordion_group.expanded .accordion_content p span{
  font-size: 18px;
  opacity: 0.8;
  font-weight: 300;
}
.duplin-two-col-section .accordion .accordion_header:before{
  content: '\f107';
  right: 16px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  font: normal normal normal 30px/1 FontAwesome;
  color:#000;
}
.duplin-two-col-section .accordion .accordion_group.expanded .accordion_header:before{
  content: '\f106';
  color:#fff;
}
.duplin-two-col-section .accordion .accordion_group.expanded .accordion_header{
  background:#79003B;
}
.duplin-two-col-section .accordion .accordion_group.expanded .accordion_header p{
  color:#fff;
}
.duplin-two-col-section .accordion_content ul{
  margin: 0;
}
.duplin-two-col-section .accordion_content ul:not(:first-child) {
  margin: 15px 0 0 0;
}
.duplin-two-col-section .accordion_content ul li{
  position: relative;
  list-style: none;
  margin-left: 16px;
  margin-bottom: 10px;
}
.duplin-two-col-section .accordion_content ul li:before{
  content: "\f111";
  position: absolute;
  left: -18px;
  top: 4px;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color: #79003B;
}
.duplin-two-col-section .accordion .accordion_group{
  border-bottom:1px solid #ccc;
}
.duplin-two-col-section .line-break{
  padding-top: 12px;
  display: block;
}

.duplin-two-col-section .right-col .section-heading{
  max-width: 636px;
  margin: 0 auto 0 10px;
  padding-bottom:30px;
  padding-top: 5px;
}
.duplin-two-col-section .right-col .section-heading:not(:first-child){
  padding-top: 55px;
  padding-bottom: 19px;
}
.duplin-two-col-section .right-col .section-heading h3{
  margin-bottom: 41px;
}
.duplin-two-col-section .right-col .section-heading:not(:first-child) h3{
  margin-bottom: 20px;
}
.duplin-two-col-section .right-col .section-heading h4{
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 28px;
}
.duplin-two-col-section .right-col .section-heading:first-child p a{
  padding-top: 18px;
  padding-bottom: 17px;
  display:block;
  font-weight: 500;
}

.medium-font-style{
  font-weight:500;
}
body .row-fluid .duplin-two-col-section .section-heading p {
  opacity: 1;
}
.duplin-two-col-section .right-col .section-heading p{
  opacity:0.8;
}

.dublin-campus .get-started-global {
  padding: 77px 0 77px;
}
.toddler-prep .get-started-global .cta-body {
  margin-top: 37px;
}
/*============================================*/
/*=========calender-page-styling-start-here========*/
/*============================================*/


/*=========calender-cm-styling-start-here========*/
.calender-cm{
  padding-bottom: 78px;
}
.calender-cm .inner-class{
  padding: 79px 0 25px;
}
.calender-cm .outer-border{
  border: 1px solid #707070;
  border-radius: 30px;
  max-width: 768px;
  padding: 40px 28px 24px;
  margin: 0 auto;
  box-shadow: 4px 6px 14px #00000029;
}
.calender-cm h3{
  position: relative;
}
.calender-cm h3:before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  width:100%;
}
.calender-cm .section-heading{
  padding: 83px 0 62px;
}
.calender-cm ul li a{
  font-size: 18px;
  max-width: 362px;
}
.calender-cm ul li a:before{
  content: "\f111";
  position: absolute;
  left: -22px;
  top: 6px;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  color: #000;
}
.calender-cm .inner-class ul{
  list-style: none;
  padding-top: 15px;
}
.calender-cm ul li{
  font-size:20px;
  position:relative;
  margin-bottom: 26px;
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align:left;
}
.calender-cm ul li:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -24px;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 106%;
  opacity: 0.3;
}
/*============================================*/
/*=========support-FMS-page-styling-start-here========*/
/*============================================*/


/*=========support-fms-cm-styling-start-here========*/
.support-fms-cm .section-heading{
  padding: 77px 0px 80px;
}
.support-fms-cm .row-fluid,
.parent-library-cm .row-fluid,
.new-faq-cm  .row-fluid,
.about-us-cm .row-fluid,
.why-montessori-cm  .row-fluid
{
  max-width: 1175px;
  margin: 0 auto;
  padding:80px 0;
}
.support-fms-cm .outer-section .left-col {
  padding-top: 3px;
}
.support-fms-cm .outer-section .left-col .heading-section h3 {
  margin-bottom: 22px;
}
.support-fms-cm .outer-section .left-col .heading-section p{
  margin-bottom: 13px;
}
.support-fms-cm .inner-body .heading p {
  font-size: 22px;
  font-weight: 500;
  position:relative;
}
.support-fms-cm .inner-body .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
}
.support-fms-cm .inner-body .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:81%;
  background-color:#000;
}
.support-fms-cm .inner-body,
.about-us-cm .inner-body,
.why-montessori-cm .inner-body,
.Customer-service-cm .inner-body{
  border-top: 11px solid #79003B;
  border-left: 1px solid #79003B;
  border-right: 1px solid #79003B;
  border-bottom: 1px solid #79003B;
  box-shadow: 4px 6px 13px #00000026;
}
.support-fms-cm .inner-body .description ul,
.about-us-cm .inner-body .description ul,
.why-montessori-cm .inner-body .description ul,
.Customer-service-cm .inner-body .description ul{
  list-style-type: none;
  padding-top: 12px;
}
.support-fms-cm .outer-section .left-col .heading-section,
.about-us-cm .outer-section .left-col .heading-section,
.Customer-service-cm .outer-section .left-col .heading-section{
  margin-bottom: 40px;
}
.support-fms-cm .inner-body,
.about-us-cm .inner-body,
.why-montessori-cm .inner-body,
.Customer-service-cm .inner-body{
  padding: 30px 15px 34px;
  margin-top: 30px;
}
.support-fms-cm .inner-body .description p,
.about-us-cm .inner-body .description p,
.Customer-service-cm .inner-body .description p {
  font-size: 18px;
  opacity: .8;
}
.support-fms-cm .inner-body .description ul li,
.about-us-cm .inner-body .description ul li,
.why-montessori-cm .inner-body .description ul li,
.Customer-service-cm .inner-body .description ul li{
  position: relative;
  font-size: 16px;
  line-height: 25px;
  margin-left: 18px;
}
.support-fms-cm .inner-body .description ul li span,
.about-us-cm .inner-body .description ul li span,
.why-montessori-cm .inner-body .description ul li span,
.Customer-service-cm .inner-body .description ul li span{
  opacity: .8;
}
.support-fms-cm .inner-body .description ul li:not(:last-child),
.about-us-cm .inner-body .description ul li:not(:last-child),
.why-montessori-cm .inner-body .description ul li:not(:last-child),
.Customer-service-cm .inner-body .description ul li:not(:last-child){
  margin-bottom: 10px;
}
.support-fms-cm .inner-body .description ul li:before,
.about-us-cm .inner-body .description ul li:before,
.why-montessori-cm .inner-body .description ul li:before,
.Customer-service-cm .inner-body .description ul li:before{
  content: "\f111";
  position: absolute;
  left:-17px;
  top:0;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color: #79003B;
}
.support-fms-cm .right-col .top-border,
.parent-library-cm .right-col .top-border,
.new-faq-cm .right-col .top-border,
.Customer-service-cm .right-col .top-border,
.why-montessori-cm .right-col .top-border,
.about-us-cm .right-col .top-border
{
  border: 1px solid #79003B;
  padding: 28px 30px;
  box-shadow: 4px 6px 13px #00000026;
  -webkit-box-shadow: 4px 6px 13px #00000026;
}
.support-fms-cm .right-col .content h5 a,
.parent-library-cm .right-col .content h5 a,
.new-faq-cm .right-col .content h5 a,
.Customer-service-cm .right-col .content h5 a,
.why-montessori-cm .right-col .content h5 a,
.about-us-cm .right-col .content h5 a
{
  text-transform: uppercase;
  font-size: 18px;
  font-weight:600;
}
.support-fms-cm .right-col .content p,
.parent-library-cm .right-col .content p,
.new-faq-cm .right-col .content p,
.Customer-service-cm .right-col .content p,
.why-montessori-cm .right-col .content p,
.about-us-cm .right-col .content p{
  font-size: 16px;
  margin-bottom: 15px;
}
body .support-fms-cm a.cta_button[title],
body .parent-library-cm a.cta_button[title],
body .new-faq-cm a.cta_button[title],
body .Customer-service-cm a.cta_button[title],
body .about-us-cm a.cta_button[title],
body .why-montessori-cm a.cta_button[title]{
  padding: 12px 30.5px;
}
.support-fms-cm .button:not(:last-child),
.parent-library-cm .button:not(:last-child),
.new-faq-cm .button:not(:last-child),
.about-us-cm .button:not(:last-child),
.why-montessori-cm .button:not(:last-child),
.Customer-service-cm .button:not(:last-child){
  margin-bottom: 52px;
  position:relative ;
}
.support-fms-cm .button:not(:last-child):before,
.parent-library-cm .button:not(:last-child):before,
.new-faq-cm .button:not(:last-child):before,
.about-us-cm .button:not(:last-child):before,
.why-montessori-cm .button:not(:last-child):before,
.Customer-service-cm .button:not(:last-child):before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -26px;
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
}
.Support-FMS .get-started-global, .Calender .get-started-global,
.Parent-Teacher-Communication .get-started-global ,
.Why-Montessori .get-started-global,
.parent-library-cm .get-started-global{
  padding: 78px 0 80px;
}

/*============================================*/
/*=========Customer-service-page-styling-start-here========*/
/*============================================*/

.Customer-service-cm .section-heading{
  padding: 77px 0px 80px;
}
.Customer-service-cm .row-fluid{
  max-width: 1175px;
  margin: 0 auto;
  padding:80px 0 160px;
}
.Customer-service-cm .outer-section .left-col {
  padding-top: 3px;
}
.Customer-service-cm .outer-section .left-col .heading-section h3 {
  margin-bottom: 22px;
}
.Customer-service-cm .outer-section .left-col .heading-section p{
  margin-bottom: 13px;
}
.Customer-service-cm .inner-body .heading p {
  font-size: 22px;
  font-weight: 500;
  position:relative;
}
.Customer-service-cm .inner-body .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
}
.Customer-service-cm .inner-body .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:81%;
  background-color:#000;
}
.Customer-service-cm .bottom-text{
  padding-top: 28px;
}


/*============================================*/
/*=========Why-Montessori-page-styling-start-here========*/
/*============================================*/
.Why-Montessori .banner-cm-with-text .section-heading {
  max-width: 798px;
  padding-top:0;
}
.Why-Montessori .banner-cm-with-text .section-heading h3 {
  margin-top: 10px;
  text-align: right;
}
/*======== .why-montessori-cm Styling Start Here ==============*/

.why-montessori-cm .section-heading{
  padding: 81px 0px 62px
}
.why-montessori-cm .section-heading h3{
  padding-top: 32px;
}
.why-montessori-cm .outer-section .left-col .section-heading{
  padding:13px 0 10px;
  clear:both;
}
.why-montessori-cm .outer-section .left-col {
  padding-top: 3px;
}
.why-montessori-cm .outer-section .left-col .heading-section h3 {
  margin-bottom: 22px;
}
.why-montessori-cm .outer-section .left-col .heading-section:last-child h3{
  margin-bottom: 12px;
}
.why-montessori-cm .outer-section .left-col .heading-section p{
  margin-bottom: 42px;
}
.why-montessori-cm .inner-body .heading p {
  font-size: 22px;
  font-weight: 500;
  position:relative;
}
.why-montessori-cm .inner-body .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
}
.why-montessori-cm .inner-body .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:81%;
  background-color:#000;
}
.why-montessori-cm .outer-section .left-col .heading-section{
  padding-top: 43px;
  clear: both;
}
.why-montessori-cm .inner-body .description p {
  font-size: 18px;
  opacity: .8;
  margin-bottom:15px;
}
.why-montessori-cm .inner-body .description p:last-child {
  margin-bottom:0;
}
.why-montessori-cm .inner-body .description p span{
  font-weight:500;
}
.why-montessori-cm .successful-people .two-col ul{
  margin: 8px 0 0 0;
}
.why-montessori-cm .successful-people .two-col ul li{
  position:relative;
  list-style:none;
  font-size:18px;
}
.why-montessori-cm .successful-people .two-col ul li:last-child{
  margin-bottom:0;
}
.why-montessori-cm .successful-people .two-col ul li:before {
  content: "\f111";
  position: absolute;
  left: -17px;
  top: 7px;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color:#79003b ;
}
.why-montessori-cm .successful-people .two-col ul {
  position: absolute;
  background: #ffffff;
  top: 30px;
  padding: 15px 20px;
  display: none;
  box-shadow: 0 0 4px  rgba(0,0,0,0.2);
  z-index:5;
}
.why-montessori-cm .span6.successful-people-right-col {
  position: relative;
  width: auto;
  margin-left: 0;
  margin-top: 25px;
}
.why-montessori-cm .success-trigger {
  cursor: pointer;
  font-weight: bold;
}
.why-montessori-cm .success-text {
  margin-right: 10px;
  font-size: 16px;

}
.row-fluid .span6.successful-people-right-col{
  margin-left:0;
}

.why-montessori-cm .accordion .accordion_group.expanded .accordion_header {
  background: #79003b;
}
.why-montessori-cm .accordion .accordion_group.expanded .accordion_header p {
  color: #fff;
}
.why-montessori-cm .accordion .accordion_group {
  border-bottom: 1px solid #ccc;
}

.why-montessori-cm .accordion .accordion_header {
  cursor: pointer;
  position: relative;
  padding: 13px 16px 11px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.why-montessori-cm .accordion .accordion_content {
  padding: 15px;
  border-left: 3px solid #79003b;
}
/*======= Parent Library page ========*/


.parent-library-cm .inner-class{
  padding: 25px 0 0 0;
}
.parent-library-cm .left-col .inner-class .heading h3{
  position: relative;
}
.parent-library-cm .left-col .inner-class .heading h3:before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  width:100%;
}
.parent-library-cm .outer-border{
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 40px 28px 14px;
  margin: 0 auto 50px;
  box-shadow: 4px 6px 14px #00000029;
}
.parent-library-cm .outer-border:last-child{
  margin-bottom: 0;
}
.parent-library-cm .section-heading{
  padding: 83px 0 62px;
}
.parent-library-cm  ul li a{
  font-size: 18px;
}
.parent-library-cm ul li a:before{
  content: "\f111";
  position: absolute;
  left: -22px;
  top: 6px;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  color: #000;
}
.parent-library-cm .inner-class ul{
  list-style: none;
  padding-top: 15px;
}
.parent-library-cm ul li{
  font-size:20px;
  position:relative;
  margin-bottom: 26px;
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align:left;
}
.parent-library-cm ul li:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -24px;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 106%;
  opacity: 0.3;
}
/*============================================*/
/*=========About Us page-styling-start-here========*/
/*============================================*/

/*=========.about-us-cm styling-start-here========*/
.about-us-cm .section-heading{
  padding: 77px 0 80px;
}
.about-us-cm .outer-section .left-col {
  padding-top: 3px;
}
.about-us-cm .outer-section .left-col .heading-section h3 {
  margin-bottom: 22px;
}
.about-us-cm .outer-section .left-col .heading-section p{
  margin-bottom: 13px;
}
.about-us-cm .inner-body .heading p {
  font-size: 22px;
  font-weight: 500;
  position:relative;
}
.about-us-cm .inner-body .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
}
.about-us-cm .inner-body .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:81%;
  background-color:#000;
}
.about-us-cm .accordion{
  max-width:1000px;
  margin:0 auto;
  margin-top:80px;
}
.about-us-cm .accordion-sec-top-heading{
  padding-top: 50px;
}
.about-us-cm .accordion-sec-top-heading .button{
  padding-top: 10px;
}
.about-us-cm .accordion-sec-top-heading h3{
  margin-bottom:22px;
}
.about-us-cm .accordion-sec-top-heading p{
  margin-bottom: 20px;
}
.about-us-cm .accordion .accordion_group:first-child{
  border-top:1px solid #ccc;
}
.about-us-cm .accordion .accordion_group{
  border-bottom:1px solid #ccc;
}
.about-us-cm .fms-course-des .accordion .accordion_group p{
  font-size:18px;
  margin:0;
}
.about-us-cm .accordion .accordion_header{
  cursor:pointer;
  position:relative;
  padding:12px 20px;
}
.about-us-cm .accordion .accordion_header p{
  font-weight:500;
  margin: 0;
}
.about-us-cm .accordion .accordion_group.expanded .accordion_header{
  background:#79003B;
}
.about-us-cm .accordion .accordion_group.expanded .accordion_header p{
  color:#fff;
}
.about-us-cm .accordion .accordion_header:before{
  content: '\f107';
  right: 16px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  font: normal normal normal 30px/1 FontAwesome;
  color:#000;
}
.about-us-cm .accordion .accordion_group.expanded .accordion_header:before{
  content: '\f106';
  color:#fff;
}
.about-us-cm .accordion .accordion_content{
  padding:15px;
  border-left:3px solid #79003B;
}
.about-us-cm .accordion .accordion_content h3 {
  font-size: 22px;
  margin-bottom: 18px;
  margin-top: 30px;
  display: block; 
}
.about-us-cm .accordion .accordion_content a:first-child{
}
.about-us-cm .accordion .accordion_content p{
  margin-bottom: 15px;
  font-size:18px;
}
.left-col-img{
  float: left;
  margin: 0.9375rem;
  margin-left: 0;
  width: 200px;
}
.parent-library-cm ul li a span{
  color:#000;
}

body.hs-blog-post .section.post-body p em {
  font-weight: 700;
  font-style: normal;
}
body.hs-blog-post .section.post-body li em {
  font-style: normal;
}
/*======== Mobile Responsive Styling Start Here ==============*/
@media (max-width:767px) {

  .toddler-des .video-sec {
    margin-bottom: 30px;
  }
  body .toddler-des .video-sec .video-iframe:not(:last-child) {
    margin-bottom: 20px;
  }
  body .campus-cta .four-col-adjust {
    margin-top: 0;
  }
  body.toddler-prep .fms-header-down.fixed-header {
    top:95px;
  }
  body.toddler-prep .banner-cm.overlay {
    margin-top: 220px;
  }
  body .row-fluid-wrapper .row-fluid .fms-header-down .down-menu li.hs-menu-item {
    display: block !important;
  }
  .Why-Montessori .banner-cm-with-text .section-heading h1 {
    top:0px;
  }
  .fms-header-down .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding-left:0px;
    padding-bottom:0px;
    white-space:normal;
    max-width:100%;
    width:100%;
  }
  .fms-music-lesson .text-aol .taber-item .desktop {
    display: none;
  }

  body .system-page h2 {
    font-size: 100px;
  }
  .campus-location-details .map {
    max-width: 90%;
    margin: 0 auto;
    width:100%;
  }
  body .campus-cta.location .hs_cos_wrapper .body-text {
    width: 100%;
    padding: 33px 0px 33px;
  }
  body .campus-cta.location .campus-location-details {
    margin-top: 10px;
  }
  body .campus-cta.location .top-heading {
    padding: 30px 0px;
  }
  body .form-text .form-col .form-body {
    margin-top:0px;
  }
  body .campus-cta,
  body .ppc-campaign{
    padding: 50px 0px 50px;
  }
  .new-lp-banner .mobile-bg {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .new-lp-banner .mobile-bg img {
    width: 100%;
    height: 100%;
  }
  .new-lp-banner .mobile-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
  }
  body .new-lp-banner {
    padding: 30px 0px;
    background: none !important;
  }
  body .form-text .form-col .form {
    text-align: left;
  }
  .get-in-form .get-in-touch-form input,
  .get-in-form .get-in-touch-form select,
  .get-in-form .get-in-touch-form textarea{
    width: 100% !important;
  }
  .get-in-form .get-in-touch-form ul.inputs-list li input {
    width: 20px !important;
  }
  .ppc-campaign .four-col-adjust .hs_cos_wrapper {
    padding-bottom: 40px;
  }

  /*=== Program Schedule Styling Start ===*/

  body .toddler-des {
    padding: 50px 0px 5px;
  }
  .mobile-image {
    display: block !important;
    display:none !important;
  }
  body .toddler-des .description {
    padding-top: 20px;
  }
  body.fms-homepage .toddler-prep-three {
    padding: 0px 0px 0px;
  }
  body .schedule-cm {
    padding: 40px 0px 30px;
  }
  body .schedule-cm .schedule-details .timeline-card {
    min-width:auto;
  }
  body .schedule-cm .schedule-details ul li {
    margin-bottom:20px;
    max-width:320px;
    margin-left:10px;
  }
  body .schedule-cm .schedule-details .timeline-card .border {
    left:-20px;
    width: 20px;
    height: 20px;
    border-width: 5px;
  }
  body .schedule-cm .schedule-details .timeline-card .border span {
    width: 12px;
    height: 12px;
    border-width: 4px;
  }
  body .goals-cm .three-col-adjust {
    display:flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
  }
  body .goals-cm .three-col-adjust {
    padding-top: 10px;
  }
  body .goals-cm {
    padding: 50px 0px 50px;
  }
  body .schedule-cm .schedule-details .timeline-card .heading {
    border-top-left-radius: 0;
  }
  body .schedule-cm .schedule-details .timeline-card {
    border-bottom-left-radius: 0;
  }
  body .schedule-cm .schedule-details {
    padding:24px 0px 50px;
    max-width:350px;
  }
  .schedule-cm .schedule-details {
    margin-top:30px
  }
  body .schedule-cm .schedule-details:before {
    left:0;
  }
  body .schedule-cm .schedule-details .timeline-card .heading:after {
    left: -23px;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    right:auto;
  }

  body .schedule-cm .schedule-details .timeline-card {
    min-width: 250px;
    max-width: 250px;
    margin-left:25px;
  }

  .banner-cm-with-text,
  body .banner-cm{
    padding: 30px 0 30px;
    display:block;
    min-height:100px;
  }
  .mobile-image.overlay:before {
    z-index: 1;
  }
  .mobile-banner {
    display: none !important;
  }
  .banner-cm-with-text .section-heading a.cta_button {
    position: relative;
    top: 50px !important;
    padding: 12px 20px 12px 50px;
    font-size: 14px;
  }
  .banner-cm-with-text .section-heading h1 {
    position: relative;
    top: 100px;
    font-size:25px;
  }
  .banner-cm-with-text .section-heading a.cta_button::before, 
  .mobile-banner.overlay .cta a.cta_button::before {
    font-size:20px;
  }
  .goals-cm {
    padding:40px 0;
  }
  .goals-cm .three-col-adjust {
    padding-top: 0;
  }
  body .row-fluid .goals-cm .three-col-adjust span>.hs_cos_wrapper{
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
  body .row-fluid .goals-cm  .two-col-adjust span>.hs_cos_wrapper {
    max-width: 100%;
    width: 100%;
  }
  .homepage-two-col-section .right-col ul li {
    font-size: 16px;
  }
  .recent-post-cm .right-col {
    margin-top:30px;
  }

  body .row-fluid .homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n) {
    margin-right: 0;
    margin: 20px auto;
  }
  body .row-fluid .homepage-three-col-cm .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 20px;
    max-width:100%
  }
  .homepage-three-col-cm .three-col-adjust .three-col-card .image img{
    max-width: 270px;
    min-height:180px;
  }

  .homepage-three-col-cm .three-col-adjust .three-col-card .text{
    padding-top: 10px;
  }
  .homepage-three-col-cm .three-col-adjust .three-col-card {
    text-align: center;
  }
  .homepage-two-col-section {
    padding: 40px 0 40px;
  }
  .duplin-two-col-section .left-col .outer-border {
    max-width: 100%;
  }
  .homepage-two-col-section .left-col {
    padding-top:0;
  }
  .homepage-two-col-section .right-col .outer-border {
    border: 1px solid #707070;
    border-radius: 30px;
    max-width: 100%;
    padding: 40px 20px 5px;
    margin: 0 auto;
  }

  .homepage-two-col-section .right-col {
    padding-top:20px;
  }
  .homepage-two-col-section .right-col {
    padding-left: 0;
  }
  .homepage .get-started-global .inner-content p:last-child{
    padding-bottom:0;
  }
  .tour-cm .innter-section{
    padding: 50px 15px;
  }
  .tour-cm .innter-section .heading h2 {
    line-height: 1.2;
  }
  .tour-cm {
    padding: 90px 0 90px;
  }
  body .footer-section .footer-top ul li.hs-menu-item:not(:last-child) {
    margin-right: 0;
  }
  body .footer-section .footer-top ul li.hs-menu-item a span {
    font-size: 18px;
    padding-top: 0;
  }
  body .footer-section .footer-top ul li.hs-menu-item a {
    padding-top:0px;
    padding-bottom:20px;
  }
  body .footer-section .social-links ul {
    padding-left: 0;
    text-align: center;
    padding-top: 30px;
  }
  .homepage-two-col-section .right-col ul li span img {
    max-width: 22px;
  }
  .banner-cm{
    padding:100px 0 143px;
  }
  .career-with-fountainhead {
    padding: 40px 0 40px;
  }
  .career-with-fountainhead .description {
    padding-top: 0;
  }
  .career .get-started-global {
    padding: 40px 0 40px;
  }
  .class-schedule-enroll-cm {
    padding: 40px 0 40px;
  }
  .class-schedule-enroll-cm .sub-heading {
    padding-bottom: 20px;
  }
  .class-schedule-enroll-cm .content h4 {
    margin-bottom: 10px;
  }
  .Schedule-details .accordion .accordion_group p{
    font-size:16px;
  }
  .Schedule-details{
    padding:30px 0 45px;
  }
  .Schedule-details .section-heading{
    text-align:left;
  }
  .Schedule-details .accordion{
    text-align:left;
  }
  .FAQ .get-started-global,
  .dublin-campus .get-started-global,
  .Class-Schedule .get-started-global ,
  .Support-FMS .get-started-global ,
  .Calendar .get-started-global,
  .Parent-Teacher-Communication .get-started-global,
  .Customer-Service .get-started-global,
  .Why-Montessori .get-started-global,
  .parent-library-cm .get-started-global

  {
    padding: 40px 0 40px;
  }
  .faq-cm .accordion .accordion_group p{
    font-size:16px;
  }
  .faq-cm .section-heading{
    padding:40px 0 30px;
  }
  .faq-cm .accordion .accordion_group.expanded .accordion_header {
    padding:20px 0 0 30px;
  }
  .faq-cm .accordion .accordion_header h3:before {
    top: 24px;
  }
  .faq-cm .accordion{
    padding-top: 35px;
    text-align:left;
  }
  .faq-cm .accordion .accordion_header {
    padding: 20px;
  }
  .faq-cm .accordion .accordion_header h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .dublin-campus-cm {
    padding: 40px 0
  }

  .duplin-two-col-section .left-col .top-content {
    max-width:100%;
    width: 100%;
    margin: 0 auto;
  }
  .duplin-two-col-section .inner-class {
    padding-top:0;
    text-align: center;
  }
  .duplin-two-col-section .section-heading {
    text-align: center;
  }
  .duplin-two-col-section .left-col .outer-border {
    margin:0 auto;
  }
  .duplin-two-col-section .accordion {
    margin: 0 auto;
    text-align: left;
  }
  .duplin-two-col-section{
    padding:50px 0;
  }
  .duplin-two-col-section .right-col {
    padding-top: 40px;
  }
  .duplin-two-col-section .accordion .accordion_group p {
    font-size: 14px;
  }
  .duplin-two-col-section .accordion .accordion_group.expanded .accordion_content p span {
    font-size: 14px;
  }
  .duplin-two-col-section .right-col .section-heading{
    text-align: left;
  }
  .duplin-two-col-section .right-col .section-heading h3 {
    margin-bottom: 20px;
  }
  .duplin-two-col-section .right-col .section-heading h4 {
    padding-top: 0;
    font-size: 18px;
  }
  .duplin-two-col-section .right-col .section-heading:first-child p a {
    padding-top: 0px;
  }

  .dublin-campus .get-started-global .cta-body {
    margin-top: 37px;
  }
  .duplin-two-col-section .accordion .accordion_header {
    padding: 13px 36px 11px 16px;
  }
  .homepage .get-started-global {
    padding: 40px 0;
  }
  .calender-cm .section-heading ,
  .support-fms-cm .section-heading,
  .Customer-service-cm .section-heading,
  .why-montessori-cm .section-heading,
  .about-us-cm .section-heading,
  .parent-library-cm .section-heading,
  .new-faq-cm .section-heading {
    padding: 40px 10px 25px;
  }
  .calender-cm .inner-class {
    padding: 40px 0 20px;
  }
  .calender-cm {
    padding-bottom:40px;
  }
  .calender-cm ul li a {
    font-size: 16px;
    max-width:160px;
  }
  .calender-cm ul li span {
    position: absolute;
    right: 10px;
    font-size: 16px;
  }
  .calender-cm ul li a:before {
    top: -1px;
  }
  .calender-cm .outer-border,
  {
    padding: 40px 20px 24px;
  }
  .parent-library-cm .outer-border {
    padding: 40px 20px 14px;
    margin: 0 auto 30px;
  }
  .support-fms-cm .row-fluid {
    padding: 40px 0;
  }
  .support-fms-cm .left-col {
    text-align: left;
    padding-bottom: 40px;
  }
  .support-fms-cm .inner-body .heading p {
    font-size: 20px;
  }
  .support-fms-cm .right-col .top-border,
  .new-faq-cm .right-col .top-border,
  .parent-library-cm .right-col .top-border{
    padding: 28px 10px;
  }
  .parent-teacher-cm .row-fluid,
  .Customer-service-cm .row-fluid,
  .why-montessori-cm .row-fluid,
  .about-us-cm .row-fluid,
  .parent-library-cm .row-fluid,
  .new-faq-cm .row-fluid {
    padding: 40px 0;
  }

  .parent-teacher-cm .section-heading {
    padding: 40px 0px 25px;
  }
  .Customer-service-cm .inner-body {
    text-align: left;
  }
  .Customer-service-cm .outer-section .left-col {
    padding-bottom: 30px;
  }
  .why-montessori-cm .two-col{
    text-align: left;
    padding-top: 10px;
  }
  .why-montessori-cm .inner-body,
  .about-us-cm .inner-body {
    text-align: left;
  }
  .why-montessori-cm .left-col{
    text-align: left;
  }
  .why-montessori-cm .left-col .section-heading h3 {
    padding-top:0;
  }
  .why-montessori-cm  .left-col .section-heading{
    text-align: left;
  }
  .why-montessori-cm .successful-people .two-col ul li:before {
    top: 0!important;
  }
  .why-montessori-cm .successful-people .two-col ul li 
  font-size: 15px;
}
.why-montessori-cm .successful-people .two-col ul {
  padding: 15px 10px;
}
.why-montessori-cm .span6.successful-people-right-col {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-us-cm .accordion .accordion_group p{
  font-size:16px;
}
.about-us-cm .accordion{
  margin-top:30px;
  text-align: left;
}
.about-us-cm .accordion .accordion_content{
  padding:15px 0 15px 15px;
}
.about-us-cm .accordion .accordion_content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.about-us-cm .right-col .top-border {
  margin-top: 30px;
}

/*======= Music Page ===*/



.fms-music-lesson .tab-box .taber-item .mobile {
  border: 3px solid #79003B;
  position:relative;
  padding: 5px 28px;
  cursor:pointer;
}

body .fms-music-lesson .tabs .tab-link:after {
  height:3px;
}
.fms-music-lesson .tab-box .taber-item .mobile ul.tabs {
  position: absolute;
  top: 44px;
  left: -2px;
  right: -2px;
  background:  #ffffff ;
  z-index: 2;
  display:none;
}
.fms-music-lesson .tab-box .taber-item .mobile span {
  font-weight: 500;
  font-size:18px;
}
body .fms-music-lesson .taber-content-body {
  border-width:1px;
}

body .fms-music-lesson .tabs li.tab-link.active:after {
  opacity: 1;
}
body .tab-box .text-aol {
  margin-right: 0;
  margin-top: 20px;
}
body .fms-music-lesson .tab-box .name {
  padding-bottom: 10px;
}
html body .row-fluid-wrapper .row-fluid .fms-music-lesson .tab-box .image-col {
  min-height: 400px;
  margin: 0 auto;
  width: 100%;
}


/*====== Kindergarten Page =======*/

body .toddler-des .description ul {
  max-width: 400px;
  padding: 30px 0px 33px 0px;
}
body .toddler-des .description ul li {
  padding: 0px 40px;
  font-size:16px;
  padding-right:20px;
}
body .toddler-des .description ul li:before {
  top: 6px;
  left: 20px;
}

/*===== Discover Camp Page ====*/

body .fms-course-des .accordion .accordion_content ul li {
  margin-left:0;
}
body .fms-course-des .accordion .accordion_content ul li span {
  font-size: 16px;
}

body .homepage-two-col-section .cta a.cta_button {
  padding-right: 26px;
}
.get-started-global .inner-content .top-section {
  padding-bottom: 20px;
}
.parent-library-cm .outer-section .right-col,
.why-montessori-cm .outer-section .right-col{
  padding-top: 40px;
}
body p.footer-circle-img {
  text-align: center;
  margin-top: 22px;
}
}
@media (max-width:480px){
  .faq-cm .accordion .accordion_header {
    padding: 10px 10px 10px 19px;
  }
  .faq-cm .accordion .accordion_header h3:before {
    top: 20px;
    font-size: 10px;
  }
  .banner-cm {
    padding: 90px 0;
  }
  .about-us-cm .accordion .accordion_header{
    padding-right:36px;
  }
  .about-us-cm .inner-body .description p {
    font-size: 16px;
  }
  .parent-library-cm .outer-border {
    padding: 30px 10px 14px;
  }
  .parent-library-cm ul li a {
    font-size: 14px;
  }
  .parent-library-cm ul li a:before {
    top: 1px;
    font-size: 10px;
  }
  .Complementary-enrichment-programs .accordion .accordion_header{
    padding: 12px 36px 12px 10px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li span {
    max-width: 150px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content {
    padding: 0;
    border-left: 3px solid #79003B;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li span:before {
    top: -1px;
    left: -11px;
    font-size: 8px;
  }
  .Complementary-enrichment-programs .acc-top-heading h3 {
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul {
    padding-top:10px;
  }
}
@media (max-width:768px){

  .Complementary-enrichment-programs .accordion .accordion_group p{
    font-size:16px;
  }
  .Complementary-enrichment-programs {
    padding: 40px 0 40px;
  }
  .Complementary-enrichment-programs .accordion-sec-heading {
    text-align:left;
  }
  .Complementary-enrichment-programs .accordion{
    margin-top:30px;
    text-align: left;
    margin-bottom: 40px;
  }
  .Complementary-enrichment-programs .acc-top-heading {
    padding: 0 0 30px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li {
    font-size: 14px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li span {
    font-size: 16px;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li span:before {
    top:0;
  }
  .Complementary-enrichment-programs .accordion .accordion_content ul li span {
    max-width: 200px;
  }
}
@media(max-width:425px){
  body .toddler-prep-three .inner-body {
    /*    flex-direction:column;
    -webkit-flex-direction:column;
    -moz-flex-direction:column; */
  }
  body .toddler-prep-three .wrapper{
    padding:0 !important;
  }
  body .toddler-prep-three  .schedule-cta{
    padding:0 20px;
  }
  body .toddler-prep-three .schedule-cta  a.cta_button[title]{
    font-size:14px;
  }
  body .toddler-prep-three .inner-body .image {
    min-height: 180px;
    min-width: 145px;
  }
  body .toddler-prep-three .inner-body a.cta_button {
    padding: 3px 5px;
    font-size: 12px;
  }
  body .toddler-prep-three .inner-body .text {
    margin-top:20px;
  }
  body .toddler-prep-three .inner-body .heading h6 {
    font-size: 16px;
    padding-left:3px;
  }
  .homepage-two-col-section .right-col ul li {
    font-size: 14px;
    margin-left: 0px;
  }
  .duplin-two-col-section .accordion .accordion_header {
    padding: 13px 33px 11px 10px;
  }
  .homepage-two-col-section .right-col ul li span {
    margin-right: 20px;
  }

  .recent-post-cm .post-body .featured, 
  .download-section .download-body .download-image {
    max-width:100%;
  }
  .recent-post-cm .post-body,
  .download-section .download-body .download-inner{
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
  }
  .recent-post-cm .post-body .post-content, 
  .download-section .download-body .download-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .duplin-two-col-section .left-col .outer-border {
    padding: 20px 10px 19px;  
    text-align: left;
  }
  .duplin-two-col-section .left-col ul li a:before {
    top: 1px;
  }
  .duplin-two-col-section .left-col ul li a {
    max-width: 100%;
  }

  .calender-cm .outer-border {
    padding: 30px 10px 20px;
  }
}
@media (max-width:360px) {
  body .schedule-cm .schedule-details .timeline-card .border {
    //display:none;
  }
}

/*========= Tab Responsive Styling Start Here =============*/

@media (min-width:768px) and (max-width:992px) {
  html body .toddler-prep-three .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 47%;
    -webkit-flex-basis: 47%;
  }
  body .toddler-prep-three .inner-body .heading h6 {
    font-size: 16px;
    line-height: 22px;
  }
  body .toddler-prep-three .inner-body a.cta_button {
    padding: 3px 15px;
  }
}

@media (min-width:768px) and (max-width:840px) {
  body .schedule-cm .schedule-details .timeline-card {
    min-width:315px;
    max-width:315px;
  }
  body .schedule-cm .schedule-details {
    max-width:710px;
  }
  body .schedule-cm .schedule-details ul li:nth-child(even) .border {
    right: -68px;
  }
  body .schedule-cm .schedule-details ul li:nth-child(odd) .border {
    left: -58px;
    right: auto;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  body .support-fms-cm a.cta_button[title],
  body .parent-teacher-cm  a.cta_button[title],
  body .Customer-service-cm a.cta_button[title],
  body .why-montessori-cm a.cta_button[title],
  body .about-us-cm a.cta_button[title],
  body .parent-library-cm a.cta_button[title],
  body .new-faq-cm a.cta_button[title] 
  {
    padding: 12px 18px;
    font-size: 16px;
  }
  body p.footer-circle-img img,
  body p.footer-circle-img-new img{
    max-width: 100px !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  body .form-text .form-col .form-body {
    margin-top:0px;
  }
  .banner-cm-with-text {
    padding: 100px 0 100px;
    min-height:200px;
  }
  body .row-fluid .banner-cm-with-text.overlay.hide-heading {
    padding: 200px 0px;
  }
  body .tab-box .equal-height-container>.row-fluid-wrapper>.row-fluid,
  body .tab-box.reverse-section .equal-height-container>.row-fluid-wrapper>.row-fluid{
    flex-direction:column;
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    max-width:800px;
    margin:0 auto;
    width:100%;
  }
  body .fms-music-lesson .tabs .tab-link {
    font-size: 16px;
    margin-right: 8px;
  }
  body .fms-music-lesson .section-heading h2 {
    margin-bottom: 0;
  }
  body .fms-music-lesson .tab-box {
    padding: 60px 0;
  }
  body .fms-music-lesson .section-heading {
    padding-bottom: 0;
  }
  body .row-fluid-wrapper .row-fluid .fms-music-lesson .tab-box .image-col {
    max-width: 100%;
    width: 100%;
  }
  body .fms-music-lesson .tab-box .text-aol {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .banner-cm {
    padding: 100px 0;
    min-height:200px;
  }
  .homepage-two-col-section .right-col ul li {
    font-size: 16px;
    margin-bottom: 43px;
    margin-left:0px;
  }
  .homepage-two-col-section .right-col {
    padding-left: 0;
  }
  .duplin-two-col-section .accordion .accordion_header {
    padding: 13px 36px 11px 16px;
  }
  .recent-post-cm .right-col:before {
    left:-10px;
  }
  .support-fms-cm .right-col .top-border,
  .parent-teacher-cm .right-col .top-border,
  .Customer-service-cm .right-col .top-border,
  .Why-Montessori .right-col .top-border,
  .about-us-cm .right-col .top-border,
  .parent-library-cm .right-col .top-border,
  .new-faq-cm .right-col .top-border{
    padding: 28px 10px;
  }
  .Customer-service-cm .row-fluid {
    padding: 80px 0 80px;
  }
}
.get-started-global .inner-content .top-section .link a {
  color: #000;
  font-size:22px;
  opacity:.5;
}


/*========== Cross Browser Styling Start Here ============*/

/*======= Toddler Prep Page Styling Start Here ============*/

@media (min-width:768px) {
  body .row-fluid-wrapper .row-fluid .toddler-des .row-fluid.reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  body .row-fluid-wrapper .row-fluid .toddler-des .row-fluid.reverse .text-sec.vertical-center {
    margin-left: 0;
    margin-right: 2.564102564%;
  }
  .get-started-global .inner-content .top-section {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    padding-bottom:8px;
  }
  body .toddler-prep-three .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.33%;
    -webkit-flex-basis: 30.33%;
    margin-right:3%;
  }
  body .toddler-prep-three .row-fluid .three-col-adjust span {
    margin-right: -3%;
  }
  .schedule-cm .schedule-details ul li:nth-child(even) {
    float: left;
    clear: both;
  }
  .schedule-cm .schedule-details ul li:nth-child(odd) {
    float: right;
    clear: both;
  }
  .schedule-cm .schedule-details ul li:nth-child(odd) .heading:after {
    left: -25px;
    right: auto;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
  }
  .schedule-cm .schedule-details ul li:nth-child(odd) .border {
    left: -68px;
    right: auto;
  }
  .schedule-cm .schedule-details ul li:nth-child(even) .border {
    right: -78px;
  }
  body.fms-homepage .toddler-prep-three,
  body.homepage .toddler-prep-three{
    padding-top: 0;
    margin-top: -10px;
    padding-bottom:0px;
  }
  body.fms-homepage .homepage-two-col-section,
  body.homepage .homepage-two-col-section{
    padding: 42px 0 70px;
  }

  .fms-music-lesson .tab-box .taber-item .mobile {
    display:none;
  }
  body p.footer-circle-img {
    text-align: left;
  }
  body p.footer-circle-img {
    margin-top: 0px;
  }
}


.toddler-prep-three {
  padding:45px 0px 70px;
}
.toddler-prep-three span>.hs_cos_wrapper {
  border-top: 11px solid #79003B;
  border-left: 2px solid #79003B;
  border-right: 2px solid #79003B;
  border-bottom: 2px solid #79003B;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  top:0px;
  background-color:#ffffff;
}
.toddler-prep-three .inner-body {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}
.toddler-prep-three .inner-body .image {
  min-width: 125px;
  margin-right: 12px;
  min-height:135px;
}
.toddler-prep-three .inner-body .heading h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.toddler-prep-three .inner-body .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-flex-direction: column;
  -moz-justify-content: space-between;
}
.toddler-prep-three .inner-body a.cta_button {
  padding: 3px 28px;
  font-size: 14px;
  line-height: 21px;
}
.toddler-prep-three .hs_cos_wrapper>.body {
  padding: 12px 12px;
}
.toddler-prep-three .hs_cos_wrapper a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.toddler-prep-three span>.hs_cos_wrapper:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  box-shadow:0px 0px 30px rgba(0,0,0,.3);
  top:-5px;
}
.toddler-prep-three .schedule-cta {
  margin-top: 43px;
}
.toddler-des {
  padding: 78px 0px 48px;
}
.toddler-des .description, 
.toddler-des .heading, 
.toddler-des .duration {
  max-width: 1164px;
  margin: 0 auto;
  width: 100%;
  padding-top:43px;
}
.toddler-des .description p {
  padding-bottom: 20px;
}
.toddler-des .heading h2 {
  margin-bottom: 17px;
}
.goals-cm {
  padding: 77px 0px 80px;
}
.goals-cm .row-fluid{
  max-width: 1175px;
  margin: 0 auto;
}
body .row-fluid .goals-cm .three-col-adjust span>.hs_cos_wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.8%;
  -webkit-flex-basis: 30.8%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .goals-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}
.goals-cm .three-col-adjust{
  padding-top: 33px;
}
.goals-cm .hs_cos_wrapper .heading p {
  font-size: 22px;
  font-weight: 500;
  position:relative;
}
.goals-cm .hs_cos_wrapper .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
}
.goals-cm .hs_cos_wrapper .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:81%;
  background-color:#000;
}
.goals-cm span>.hs_cos_wrapper {
  border-top: 11px solid #79003B;
  border-left: 1px solid #79003B;
  border-right: 1px solid #79003B;
  border-bottom: 1px solid #79003B;
  box-shadow: 4px 6px 13px #00000026;
}
.goals-cm span>.hs_cos_wrapper .description ul {
  list-style-type: none;
  padding-top:29px;
}
.goals-cm span>.hs_cos_wrapper .inner-body {
  padding: 30px 15px 30px;
}
.goals-cm span>.hs_cos_wrapper .description p {
  font-size: 18px;
  opacity: .8;
}
.goals-cm span>.hs_cos_wrapper .description ul li{
  position: relative;
  font-size: 16px;
  line-height: 25px;
  margin-left: 18px;
}
.goals-cm span>.hs_cos_wrapper .description ul li span {
  opacity: .8;
}
.goals-cm span>.hs_cos_wrapper .description ul li:not(:last-child){
  margin-bottom: 10px;
}
.goals-cm span>.hs_cos_wrapper .description ul li:before {
  content: "\f111";
  position: absolute;
  left:-17px;
  top:0;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color: #79003B;
}
.goals-cm .two-col-adjust{
  padding-top: 10px;
}
.schedule-cm {
  padding:79px 0px 44px;
}
.schedule-cm .schedule-details {
  position: relative;
  padding:14px 0px 50px;
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction:column;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  max-width:800px;
  margin:0 auto;
  margin-top:60px;
}
.schedule-cm .schedule-details:before {
  content: '';
  position: absolute;
  top:0px;
  left: 50%;
  height: 95.9%;
  border-right: 10px solid #79003b;
}
.schedule-cm .schedule-details ul {
  list-style-type: none;
  margin: 0;
}
.schedule-cm .schedule-details ul li {
  margin: 0;
  position: relative;
  margin-bottom:11px;
}
.schedule-cm .schedule-details .timeline-card .heading {
  background: #79003b;
  padding: 16px 23px;
  border-top-left-radius:13px;
  border-top-right-radius:13px;
  position:relative;
  z-index:1;
}
.schedule-cm .schedule-details .timeline-card .border {
  position: absolute;
  right: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  border-width: 8px;
  border-style: solid;
  border-color: #79003B;
  border-radius: 100px;
  background-color:#ffffff;
}
.schedule-cm .schedule-details .timeline-card .border span {
  width: 20px;
  height: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: #79003b;
  position: absolute;
  border-radius: 100px;
  opacity: .2;
}
.schedule-cm .schedule-details .timeline-card .heading:after {
  content:'';
  position:absolute;
  top:50%;
  right:-25px;
  transform:translateY(-50%) rotate(90deg);
  -webkit-transform:translateY(-50%) rotate(90deg);
  -moz-transform:translateY(-50%) rotate(90deg);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 22px solid #79003b;
}
.schedule-cm .schedule-details .timeline-card {
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  max-width:350px;
  min-width:350px;
  display:inline-block;
}
.schedule-cm .schedule-details .timeline-card  p {
  font-size: 20px;
  text-transform: capitalize;
}
.schedule-cm .schedule-details .timeline-card .text {
  padding: 16px 22px;
}
.toddler-des .description ul {
  list-style-type: none;
  border: 1px solid #7a133e;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(0,0,0,.2);
  max-width: 625px;
  margin: 30px auto 30px auto;
  width: 100%;
  text-align: left;
  padding: 30px 30px 33px 35px;
}
.toddler-des .description ul li {
  margin-left: 0;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 17px;
}
.toddler-des .description ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #7a133e;
}

.toddler-des .description p strong {
  font-weight: 500;
}
.toddler-des .description h2 {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  padding-bottom:30px;
}

/*============= Music Page Styling Start Here =============*/

.inner-wrapperr .toddler-prep-three .wrapper>.row-fluid-wrapper>.row-fluid,
.enrichments .wrapper>.row-fluid-wrapper>.row-fluid{
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

body.music-page .fms-music-lesson .wrapper {
  max-width: 1170px;
}
.fms-music-lesson{
  padding-top:78px;
}
.fms-music-lesson .tab-wrapper{
  max-width:1177px;
  margin:0 auto;
}
.fms-music-lesson .tab-box{
  padding:80px 0;
}
.fms-music-lesson .tab-content:not(:first-child) {
  display:none;
}
.fms-music-lesson .tab-content.current {
  display:block;
}
.fms-music-lesson .tab-content.current{
  display:block;
}
.fms-music-lesson .tabs .tab-link{
  display:inline-block;
  list-style:none;
  cursor:pointer;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
  position:relative;
  padding: 14px 12px 8px;
  margin-right:10px;
}
.fms-music-lesson .tabs li.tab-link.active:after {
  opacity: 0;
}
.fms-music-lesson .tabs li.tab-link.active {
  border: 3px solid #79003B;
  border-bottom: none;
  background-color: #ffffff ;
}
.fms-music-lesson .tabs .tab-link:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:3px;
  background-color:#79003B;
}
.fms-music-lesson .tabs li.tab-link.active:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 20px;
  background:  #ffffff ;
  z-index:2;
}
.fms-music-lesson .tab-content   ul li{
  position:relative;
}
.fms-music-lesson .tab-content   ul li:before {
  content: "\f111";
  position: absolute;
  left: -17px;
  top: 6px;
  font-family: "fontawesome";
  font-size: 10px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  color: #79003B;
}
.fms-music-lesson .tab-content ul {
  list-style-type: none;
  margin: 0;
}
.fms-music-lesson .tab-content {
  padding: 35px 20px 60px 20px;
}
.fms-music-lesson .tab-content ul li {
  position: relative;
  font-size: 18px;
  opacity: .8;
  margin-bottom: 4px;
}
.fms-music-lesson .section-heading {
  padding-bottom: 28px;
}
.fms-music-lesson .tab-box .name {
  padding-top: 5px;
  padding-bottom:23px;
}
.fms-music-lesson .tab-box .cta {
  padding-top: 30px;
}
body .row-fluid-wrapper .row-fluid .fms-music-lesson .tab-box .image-col {
  min-height: 440px;
  border-radius: 16px;
  max-width:365px;
}
.tab-box.reverse-section .equal-height-container>.row-fluid-wrapper>.row-fluid {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
}
.tab-box .equal-height-container>.row-fluid-wrapper>.row-fluid {
  align-items: start;
  -webkit-align-items: start;
  -moz-align-items: start;
}
.tab-box.reverse-section .text-aol {
  margin-left: 0;
  margin-right: 2.564102564%;
}
.fms-music-lesson .taber-content-body {
  border: 1px solid #BFBFBF;
  background:  #ffffff ;
  min-height: 240px;
}
.lp-text-body {
  padding: 100px 0px;
}
.lp-text-body .right-col .form-title {
  padding: 25px 40px;
  color: #fff;
  background: #79003B;
  text-align: center;
  line-height: 1.5;
}
.lp-text-body .right-col {
  border: 1px solid #dedede;
}
.lp-text-body .right-col form {
  padding: 30px 40px;
}
.campus-cta .hs_cos_wrapper .body-text h4 {
  font-weight: bold;
  color:#79003B;;
}
.campus-cta {
  padding:70px 0px 120px;
}
.campus-cta span>.hs_cos_wrapper {
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
  border-radius:4px;
}
.campus-cta .hs_cos_wrapper .body-text {
  padding: 50px 20px;
}
.campus-cta .hs_cos_wrapper .body-text .address {
  padding: 10px 0px 30px;
}
.campus-cta .four-col-adjust {
  margin-top: 60px;
}
.ppc-campaign {
  padding:100px 0px 100px; 
}
.ppc-campaign .four-col-adjust {
  margin-top: 50px;
}
.ppc-campaign .four-col-adjust .section-image {
  position:relative;
  min-height:198px;
}
.ppc-campaign .four-col-adjust .image {
  position: relative;
  z-index: 1;
  min-height: 149px;
  background-color:#f2f2f2;
}
.ppc-campaign .four-col-adjust .description {
  padding: 30px 0px 18px;
}
.ppc-campaign .four-col-adjust .text {
  padding: 11px 20px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ppc-campaign .heading,
.campus-cta .heading{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.banner-cm-with-text .section-heading .cta a.cta_button:hover {
  background: #fff;
}
/*============= .Complementary-enrichment-program Styling Start Here =============*/
.Complementary-enrichment-programs{
  padding: 83px 0 70px;
}
.Complementary-enrichment-programs .section-heading{
  max-width: 1166px;
  margin: 0 auto;
}
.Complementary-enrichment-programs .acc-top-heading h3 {
  margin-bottom: 32px;
  margin-top: 50px;
}
.Complementary-enrichment-programs .acc-top-heading p{
  margin-bottom: 15px;
}
.Complementary-enrichment-programs .acc-top-heading p:nth-child(2){
  margin-bottom: 10px;
}
.Complementary-enrichment-programs .acc-top-heading{
  padding:0 0 70px;
  max-width: 1166px;
  margin: 0 auto;
}
.Complementary-enrichment-programs .accordion-sec-heading{
  max-width: 1166px;
  margin: 0 auto;
}
.Complementary-enrichment-programs .accordion{
  max-width: 1166px;
  margin: 0 auto;
  margin-top:40px;
  margin-bottom: 100px;
}
.Complementary-enrichment-programs .accordion:last-child{
  margin-bottom:0;
}
.Complementary-enrichment-programs .accordion .accordion_group:first-child{
  border-top:1px solid #ccc;
}
.Complementary-enrichment-programs .accordion .accordion_group{
  border-bottom:1px solid #ccc;
}
.Complementary-enrichment-programs .accordion .accordion_group p{
  font-size:18px;
  margin-bottom: 15px;
}
.Complementary-enrichment-programs .accordion .accordion_group p:last-child{
  margin-bottom:0;
}
.Complementary-enrichment-programs .accordion .accordion_header{
  cursor:pointer;
  position:relative;
  padding:12px 20px;
}
.Complementary-enrichment-programs .accordion .accordion_header p{
  font-weight:500;
}
.Complementary-enrichment-programs .accordion .accordion_group.expanded .accordion_header{
  background:#79003B;
}
.Complementary-enrichment-programs .accordion .accordion_group.expanded .accordion_header p{
  color:#fff;
}
.Complementary-enrichment-programs .accordion .accordion_header:before{
  content: '\f107';
  right: 16px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  font: normal normal normal 30px/1 FontAwesome;
  color:#000;
}
.Complementary-enrichment-programs .accordion .accordion_group.expanded .accordion_header:before{
  content: '\f106';
  color:#fff;
}
.Complementary-enrichment-programs .accordion .accordion_content{
  padding:15px;
  border-left:3px solid #79003B;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li span{
  font-size:20px;
  font-weight: 500;
  max-width: 254px;
  width: 100%;
  position:relative;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li span:before {
  content: "\f111";
  position: absolute;
  left: -19px;
  top: 6px;
  font-family: "fontawesome";
  font-size: 12px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  color: #79003B;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li{
  font-size:18px;
  font-weight: 300;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  margin-bottom: 30px;
  margin-left: 20px;
}
.Complementary-enrichment-programs .accordion .accordion_content ul{
  margin:0;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li:before {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
  opacity: .3;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li:last-child:before {
  display:none;
}
.Complementary-enrichment-programs .accordion .accordion_content ul li:last-child {
  margin-bottom: 0;
}
.Complementary-enrichment-programs .free-on-site{
  max-width: 1166px;
  margin: 0 auto;
  padding-top: 90px;
}
.Complementary-enrichment-programs .free-on-site-heading h3 {
  margin-bottom:30px;
}
.Complementary-enrichment-programs .free-on-site-heading{
  text-align:left
}
.Complementary-enrichment-programs .free-on-site .inner-body .heading {
  position:relative;
  padding-bottom:5px;
  margin-bottom:19px;
  text-align: left;
}
.Complementary-enrichment-programs .free-on-site .inner-body .heading:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width: 23.8%;
  background-color:#000;
}
.Complementary-enrichment-programs .free-on-site .inner-body{
  border-top: 11px solid #79003B;
  border-left: 1px solid #79003B;
  border-right: 1px solid #79003B;
  border-bottom: 1px solid #79003B;
  box-shadow: 4px 6px 13px #00000026;
  padding: 28px 15px;
  margin-top: 30px;
}

.free-on-site-heading .inner-body {
  padding: 30px 15px 30px;
}
.free-on-site .inner-body .description{
  max-width: 1125px;
}
.free-on-site .inner-body .description p{
  font-size: 18px;
  opacity: .8;
  margin-bottom: 15px;
}
.free-on-site .inner-body .description p:last-child{
  margin-bottom:0;
}

/*====== Search Page Styling Start Here =========*/

.search-body .search-input {
  background: #F1F1F1;
  padding: 100px 0px 100px;
}
.search-body .search-input .hs-search-field {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
.search-body .search-result {
  padding: 40px 0px;
}


/*==== New Landing Page Styling Start =======*/

.form-text {
  padding: 50px 0px;
}
.form-text .form-col .form-heading {
  background: #79003B;
  padding: 40px;
}
.form-text .form-col .form {
  padding: 26px 40px 40px;
}
.form-text .form-col .form form .actions {
  text-align: left;
}
.form-text .form-col .form label {
  padding-bottom: 10px;
}
.form-text .form-col .form-body {
  max-width: 475px;
  margin: 0 auto;
  margin-top: -400px;
  position: relative;
  z-index: 5;
}
.form-text .form-col .blockquote {
  max-width: 475px;
  margin: 0 auto;
  margin-top: 88px;
  position:relative;
}
.form-text .form-col .blockquote blockquote {
  padding: 55px 30px  30px;
  border:none;
  font-size:22px;
  color: #000000 ;
  line-height:1.8;
}
.form-text .form-col .blockquote .icon-image {
  background: #79003B;
  width: 59px;
  height: 59px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -29.5px;
  left: 30px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}
.form-text .form-col .form-heading h4 {
  text-transform: capitalize;
}

/*====== System Page Styling Start Here =====*/

.system-page {
  padding: 50px 0px;
}
.system-page h2 {
  font-size: 200px;
  line-height:1.2;
}


/*======== Campus Page Styling Start Here =======*/

.campus-details {
  padding:60px 0px 100px;
}
.campus-details .white-bg {
  position:relative;
  z-index:1;
  max-width:1000px;
  margin:0 auto;
  width:100%;
  background:rgb(255 255 255 / .9);
}
.campus-details .white-bg .content-body {
  padding:45px 40px 40px 40px;
}
.campus-details .content-body .logo {
  max-width: 190px;
  margin: 0 auto;
  width: 100%;
}
.campus-details .content-body .description {
  max-width: 909px;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.campus-details .content-body .description p {
  line-height: 27px;
  font-size: 18px;
}
.campus-details .content-body .heading {
  padding: 30px 0px 10px;
}
.campus-details .class-details .class-body {
  border: 1px solid #79003B;
  border-top-width: 11px;
  background:  #ffffff ;
  box-shadow: 4px 6px 13px #00000026;
  -webkit-box-shadow: 4px 6px 13px #00000026;
  padding:23px 15px 22px;
  margin-bottom:30px;
}
.campus-details .class-body h4 {
  position: relative;
  z-index: 1;
  padding-bottom:17px;
}
.campus-details .class-body p {
  font-size: 18px;
  opacity: .8;
  line-height: 27px;
}
.campus-details .class-body h4:after {
  content:'';
  position: absolute;
  z-index: -1;
  left:0;
  bottom:0;
  height:2px;
  background: #000000 ;
  width:29.5%;
  opacity:.8;
}
.campus-details .class-body .des {
  padding: 10px 0px 3px;
}
.campus-details .class-details {
  padding-top: 37px;
  max-width:908px;
  margin:0 auto;
  width:100%;
}
.campus-details .class-body a.cta_button {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 21px;
}
body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch {
  display: block ;
  left: 0;
}
body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li {
  padding-left:7px;
  text-align:left;
} 
body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li:hover {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}
body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li a {
  white-space: normal;
  line-height:1.5;
  text-indent:0px;
}
body .row-fluid-wrapper .row-fluid .fms-header-down .down-menu li.hs-menu-item {
  display: inline-block;
}


@media(min-width: 1200px){
  .span12.widget-span.widget-type-cell.fms-header-down {
    margin-top: -23px;
  }
}
@media(min-width: 993px) and (max-width: 1199px){
  .span12.widget-span.widget-type-cell.fms-header-down {
    margin-top: -67px;
  }
}
@media(max-width: 992px){
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li a {
    padding-left:30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper.active-branch li {
    background-color: transparent !important;
  }
}
@media(max-width: 767px){
  body.toddler-prep .span12.widget-span.widget-type-custom_widget.hero-margin {
    margin-top: -99px;
  }
}
/* body .header-section .header-bottom .menu .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
padding-right: 70px !important;
} */

/* body .contact-us iframe {
min-width: 100%;
min-height: 2440px!important;
}
.contact-us .content-section .contents {
position: relative;
overflow-y: scroll!important;
max-height: 512px; 
}
*/

/* .contact-us .content-section .contents::-webkit-scrollbar {
display: none; 
} */