/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji&display=swap&subset=gurmukhi,latin-ext,vietnamese');

@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&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    */
/*****************************************/

/* ==========================================================================
   Template - Kindergarten Responsive Landing Page                                         
   ========================================================================= */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Theme Colors */
     /*  */
     /*  */
    /*  */
    /*  */
    /*  */



/* Section Background Colors */
    /*  */
    /*  */
    /*  */
 


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


/* Template Container Width */
 /* Used on '.content-width' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



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



/* CUSTOM STYLES */


body {
    border: 0 none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'Baloo Paaji', cursive;
}
h1 {
	font-size: 70px;
	font-weight: 400;
	line-height: 78px;
	color: #333333;
	margin: 0px;
	letter-spacing: 1px;
}

h2 {
	font-family:  'Baloo Paaji', cursive;
	font-size: 50px;
	font-weight: 400;
	line-height: 58px;
	color: #333333;
	margin: 0px;
	letter-spacing: 1px;
}

h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	color: #333333;
	letter-spacing: 1px;
}

h4 {
  font-family:'Baloo Paaji', cursive;
	font-size: 26px;
	font-weight: 400;
	line-height: 34px;
	color: #333333;
	margin: 0px;
	letter-spacing: 1px;
}

h5 {
	font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    margin: 0px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
h6 {
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 1px;
}

p {
    color: #6c757d;
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: inherit;
	text-decoration: none;
	outline: none !important;
}

.header-container,
.body-container,
.footer-container{
    width:100%;
    max-width: 100%;
    margin:0 auto;
}

.content-width {
    margin: 0 auto!important;
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
}
.content-width-header {
    float: none!important;
    padding: 0 15px;
    max-width: 1170px;
}
.hubspot-link__container {
  	display: none;
}

.h3-bottom {
    margin-bottom: 10px;
}

.list-bottom {
    margin-bottom: 15px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top15 {
    margin-top: 15px;
}
.magin-bottom25{
  margin-bottom: 25px;
}
.top-space20,
.margin-top20 {
    margin-top: 20px;
}

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

.margin-bottom40 {
    margin-bottom: 40px;
}
.margin-top40 {
    margin-top: 40px !important;
}
.padding-bottom20{
  padding-bottom: 20px;
}

.padding-top40{
  padding-top: 40px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.margin-top30 {
    margin-top: 30px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom15,
.heading3-margin-bottom h3,
.header-3col-subheading h4,
.gallery-sub-heading h4{
    margin-bottom: 15px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}
.no-margin-left{
  margin-left: 0 !important;
}
.padding-bottom10{
	padding-bottom: 10px;
}
.margin-left15 p a,
.margin-left15{
  margin-left: 15px;
}
.section-space {
    padding-bottom: 100px;
    padding-top: 100px;
}
img {
    height: auto;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.word-br p{
    word-break: break-all;
}
.readmore {
	color:  ;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}
.readmore :hover{
	color: ;
}
.btn p a{
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	font-weight:600;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px;
	line-height: 24px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10;
}
.btn p a:focus,
.btn p a:hover {
    background-color: #ffefa8;
    box-shadow:0 0 0 0px #ffefa8 inset;
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
    -moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}
.btn-top {
    margin-top: 30px;
}

.link-top {
    margin-top: 10px;
}
.text-link p {
  	position: relative;
}
.text-link p a {
  	bottom: 1px;
    color: ;
  	font-size: 12px;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    line-height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}

.text-link p a:hover {
    color: ;
  	transition: all 300ms ease-in 0s;
}
.text-link p:after {
  	content: "\f0a9";
  	color: ;
 	font-family: fontawesome;
    font-size: 20px;
    text-align: center;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.text-link p:hover a {
  	opacity: 1;
  	transition: all 300ms ease-in 0s;
}
.text-link p:hover:after {
  	color: ;
    content: "\f124";
    font-family: fontawesome;
  	padding-left: 90px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.section-bg-1 {
    background-color: #FFFFFF;
}

.section-bg-2 {
    background-color: #F6F6F6;
}

.section-bg-3 {
    background-color: ;
}

.white-text-hs,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
    color: #f5f5f5;
}

ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.title-bottom {
	margin: 0 0 40px 0;
}

.uline-img {
    line-height: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.introcontent p {
    color: ;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.lt-space{
	letter-spacing: 1px;
}
.dis-table{
	display: table;
}
.dis-table-cell{
	display: table-cell;
}
.dis-inline{
	display: inline-block;
}
.vertical-top{
	vertical-align:top;
}
.img-right{
	padding-right: 20px;
	
}
.no-margin-bottom,
.no-margin-bottom h3{
	margin-bottom: 0;
}
.bg-img-property{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.float-right{
	float: right !important;
}
.float-left{
	float: left !important;
}
.no-marg-left{
	margin-left: 0 !important;
}

.underline-img {
    margin: 10px 0 35px 0;
}
.full-width100{
	width: 100%;
}
.readmore a{
	font-size:16px;
	font-weight:600;
	line-height: 24px;
	letter-spacing:2px;
	color: #ff8893;
	margin-top: 8px;
	display: block;
}
.readmore a:hover{
	color: #ffefa8;
}
/* ================= FORM STYLES START ================= */
/* Form Title (Styles) */

.form-title {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

/* Form (Font-family, font-color) */

input,
textarea{
    font-family: 'Barlow', sans-serif;
}

input {
    max-height: 40px !important;
}
textarea {
   max-height: 70px !important; 
}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
    margin: 15px 0 0 0;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {
    color: #f3f3f3;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

/* Labels (selects field labels and error messages) */
.hs-form label {
    display: none;
}
.hs-form .hs-form-field > label {
    display: none;
}
.hs-form .hs-error-msgs label{
	display: table;
}
.hs-main-font-element{
	display: none !important; 
}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
    background-color: #f5f5f5;
    border: 1px solid #01b3f1;
    border-radius: 0px;
    color: #555555;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px;
    width: 100% !important;
    max-width: 100% !important;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
	color: #555555;
}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
    border-radius: 5px;
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px;
}
.hs-form select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.hs-form input:focus:required:invalid,
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid, 
.hs-form input:focus:required:invalid:focus,
.hs-form textarea:focus:required:invalid:focus,
.hs-form select:focus:required:invalid:focus{
  font-size: 13px !important;
}


/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {
    border-radius: 5px;
    color: #6c757d;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px;
}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {
    width: 100% !important;
}

.hs-form input[type="checkbox"],
.hs-form input[type="radio"] {
    margin: 10px 10px 0 0;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span {
    color: #f3f3f3;
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid,
.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
    font-size: 18px;
}
input::-webkit-input-placeholder { /* Webkit Browsers */
       color:  rgba(255,255,255,0.4) ;
}
input:-moz-placeholder { /* Firefox 18- */
    color:  rgba(255,255,255,0.4) ;
}
input::-moz-placeholder { /* Firefox 19+ */
      color:  rgba(255,255,255,0.4) ;
}
input:-ms-input-placeholder { /* IE10 */
     color:  rgba(255,255,255,0.4) ;
} 

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
    color: #ff0000 !important;
    font-size: 18px;
    line-height: 26px;
}

/* Placeholder Text (styles the placeholder attribute text) */

::-webkit-input-placeholder,/* Webkit Browsers */
:-moz-placeholder,/* Firefox 18- */
::-moz-placeholder,/* Firefox 19+ */
:-ms-input-placeholder { /* IE10 */
    color: #333333;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 26px;
}



/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1,
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form .hs-form fieldset.form-columns-2,
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form .hs-form fieldset.form-columns-3,
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {
    max-width: 80% !important;
    width: 80% !important;
}

.hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
}
.form-columns-2 > div {
    max-width: 50% !important;
    width: 50% !important;
}
.form-columns-3 > div {
    max-width: 33.33%;
    width: 33.33% !important;
}

/* Form Button Alignment */
.hs-form .actions {
    text-align: center;
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background-color: ;
    border: 1px solid ;
    border-radius: 5px;
    color: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  	color: ;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
 
/* ================= FORM STYLES END ================= */

/* ================= HEADER START ================= */
.heading-padding{
	padding:150px 0;
	display: table;
	width: 100%;
}
.heading-tilte-color h1 span{
  color: #ff8893;
}

.readmore-btn a#cta_button_3813597_352487da-546d-46b3-bfc3-5d0adcb9d93b.cta_button {
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333 !important;
	cursor: pointer;
	font-size: 15px !important;
	font-weight:600 !important;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px !important;
	line-height: 24px !important;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px !important;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10;
}

.readmore-btn a#cta_button_3813597_352487da-546d-46b3-bfc3-5d0adcb9d93b.cta_button:focus,
.readmore-btn a#cta_button_3813597_352487da-546d-46b3-bfc3-5d0adcb9d93b.cta_button:hover {
    background-color: #ffefa8;
    box-shadow:0 0 0 0px #ffefa8 inset;
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
    -moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}
/* ================= HEADER END ================= */
/*================== ABOUT US START ===============*/
.aboutus-bg-img{
	padding: 20px
}
.sub-heading p{
	font-family: 'Baloo Paaji', cursive;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #ff8893;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.about-icon-list{
	list-style: none;
	padding-left: 0;
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 25px
}
.about-icon-list i{
	color: #ff8893;
	padding-right: 10px;
	font-size: 20px;
}
.about-icon-list li{
	padding-bottom: 10px;
}
.about-icon-list li:last-child{
	padding-bottom: 0;
}
.about-icon-1 p{
	color: #666666 !important;
	font-weight: 500;
}
.about-icon-1 p{
	color: #666666 !important;
	font-size: 18px;
	line-height: 26px;
	display: inline-block;
	padding-right:0;
}

.about-icon-1 p:before {
	content:"\f058";
	font-family: "FontAwesome";
	left: 0;
	color: #ff8893;
	top: 1px;
	transition: all 300ms ease-in 0s;
	-moz-transition: 300ms ease-in;
	-webkit-transition: 300ms ease-in;
	vertical-align: top;
	font-size: 20px;
	margin-right: 10px;
}
/*================= ABOUT US END ===============*/
/*============== THREE-COL-BOX START ===============*/
.pre-school-box{
	padding: 10px;
	background-color: rgba(0, 0, 0,0.5);
}
.pre-school-box p{
	color: #f5f5f5;
	font-size: 20px;
	letter-spacing: 1px;
	font-family:'Baloo Paaji', cursive;
}
.pre-school-box .readmore{
	margin-top: 15px;
	display: block;
}
.pre-school-box a:hover{
	color: #ffffff;

}
.pre-school-relative  {
	position: relative;
	overflow: hidden;
}
.pre-school-box-abs{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: -35px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pre-school-relative:hover .pre-school-box-abs {
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.image-under-box{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	display: table;
}
.age-grp-box p{
	background-color: #ff8893;
	padding: 10px;
	float: left;
	margin:20px 0;
	color: #ffffff;
}
.duration-box p{
	background-color: #ffefa8;
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	color: #333333;
}

/*=========== THREE-COL-BOX END =============*/
/*=============== ACTIVITIES START ================*/
.activities-img-righ-pad img{
	padding-right: 15px;
	display: table;
}
.testominal-slider .owl-pagination{
	margin-top: 75px;
}
.testominal-slider .owl-theme .owl-controls .owl-page span{
	background: #ff8893;
	width: 25px !important;
	height: 25px !important;
	margin: 5px 15px;
}
.testominal-slider .owl-theme .owl-controls .owl-page span{
	background-color: #ffefa8;
}
.testominal-slider .owl-theme .owl-controls .owl-page.active span,
.testominal-slider .owl-theme .owl-controls .owl-page:hover span{
	background:  #ff8893 !important ;
}
.owl-item > div{
	padding-right: 15px !important;
}
.owl-item > div:nth-child(3){
	padding-right: 0 !important;
}
  
/*================ ACTIVITIES END ================*/
/*=================== OUR KEY AREAS START ================*/
.key-area-border{
	border: 1px solid #ff8893;
	background-color: #ffffff;
	padding: 75px 20px 20px 20px;
}
.key-area-circle-img{
	border-radius: 50%;
	position: absolute;
	margin-top: 40px;
	top: -100px;
	left: 50px;
	width: 70% !important;
	
}	
.key-area-top{
	padding-top: 55px;
}
.key-area-top-1{
	padding-top: 100px;
}
/*============== OUR KEY AREAS END ===================*/
/*============ COUNTER START ===================*/

.counter-num-font p{
	font-family: 'Baloo Paaji', cursive;
	font-size: 50px;
	line-height: 58px;
	font-weight: 400;
	color: #f5f5f5;
	margin:20px 0 15px 0;
	letter-spacing: 1px;
}
.counter-desination-font p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #f9f9f9;
	letter-spacing: 1px;
}
/*================ COUNTER START ======================*/
/*=============== GALLERY START ===================*/


/* Lightbox Gallery */

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
   left: 3px;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
   width: 25% !important;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
   height: 175px;
   margin-bottom: 3px;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
   height: 100%;
   max-width: 100%;
   width: 100%;
}
.slick-track .hs_cos_gallery_slide.slick-slide.slick-current.slick-active {
   max-width: 100% !important;
   max-height: 100% !important;
   align-items: center;
}
.slick-slider {
    margin-bottom: 0;
}

/* Black - White Lightbox Gallery */

.bw-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
	left: 0px;
	padding: 5px;
}
.bw-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide {
	width: 33.3% !important;
}
.bw-gal .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
	height: 300px;
	margin-bottom: 0px;
}
.bw-gal .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding:0;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide{
	width: 33.33% !important;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 250px;
    margin-bottom: 3px;
}
/*======================== GALLERY END =================*/
/*=================== OUR TEACHER START ==================*/
.blank-color{
	background-color:rgba(255,239,168,0.5);
	padding: 30px;
	margin-bottom:10px;
	position: absolute;
    top: 5px;
    width: 95%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
	height:245px;
}
.name-desitination-icon{
	background-color: #ff8893;
	padding: 10px 30px;
}
.teacher-name p{
	font-family:'Baloo Paaji', cursive;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	color: #333333;
	letter-spacing: 1px;
	padding-bottom:7px;
	text-align: center;
}
.teacher-desination p{
	font-weight: 600;
	color: #555555;
	letter-spacing: 1px;
	padding-bottom:15px;
	text-align: center;
}
.teacher-img-right{
	margin-right: 20px;
}
.teacher-hover{
	position: absolute;
	bottom: 8px;
	width: 95% !important;
	margin: 0 auto !important;
	left: 0;
	right: 0;
	opacity: 0 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.teacher-col:hover .teacher-hover{
	opacity: 1 !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-icon li{
	display: inline-block;
	padding-right: 15px;
}
.team-icon li:last-child{
	padding-right: 0px;
}
/*========================= OUR TEACHER END ====================*/
/*========================= CTA SECTION START =======================*/
.cta-bg-color{
	padding: 80px 0;
}
.cta-heading-color{
	color: #ffefa8;
	margin-bottom: 0;
}
.cta-heading-color h3 span{
	color: #ff8893;
}
.cta-heading-color h3{
	color: #ffefa8;
}
.apply-now #hs-cta-d5bb4a5d-61f5-425a-b867-96a4a7c867f7 .cta_button {
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333 !important;
	cursor: pointer;
	font-size: 16px !important;
	font-weight:600 !important;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px !important;
	line-height: 24px !important;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px !important;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10;
}

.apply-now #hs-cta-d5bb4a5d-61f5-425a-b867-96a4a7c867f7 .cta_button:focus,
.apply-now #hs-cta-d5bb4a5d-61f5-425a-b867-96a4a7c867f7 .cta_button:hover {
    background-color: #ffefa8;
    box-shadow:0 0 0 0px #ffefa8 inset;
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
    -moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}


/*========================= CTA SECTION END ============================*/
/*============================== RECENT NEWS START ====================*/
.news-box{
	border:1px solid #ffefa8;
	padding: 25px 10px;
	margin-top: 20px;
}

.recent-news-blog .post-listing{
  margin: 0 -15px;
}

.recent-news-blog .post-item{
  width:33.33%;
  display: table-cell;
  padding: 0 15px;
  
}
.recent-news-blog .hs-featured-image{
    float: none !important;
    margin: 0 0 20px 0 !important;
    max-width: 100%;

}
.recent-news-blog .blog-meta-main{
  display: table;
}
.recent-news-blog .blog-meta-author a::before{
   font-family: fontawesome !important;
  content: "\f007";
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333333;
  margin-right: 5px;
}
.recent-news-blog .blog-meta-author.date-bg::before{
  font-family: fontawesome !important;
  content: "\f073";
   font-size: 16px !important;
  font-weight: 500 !important;
  color: #333333;
  margin-right: 5px;
  
}
.recent-news-blog .blog-meta-author{
  margin-right: 15px;
}
.recent-news-blog .blog-meta-author a{
  display: table-cell;
  background-color: #ff8893;
  padding: 10px;
  list-style: none;
  letter-spacing: 1px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333333;
}
.recent-news-blog .blog-meta-author.date-bg{
  display: table-cell;
  background-color: #ffefa8;
  padding: 10px;
  list-style: none;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333333;
}
.recent-news-blog .hubspot-topic_data{
  display: none !important;
  
}
.recent-news-blog .recent-post-heading{
  margin: 30px 0 20px 0;
}



/*========================= RECENT NEWS END ===================*/
/*========================= DOWNLOAD START ===================*/
.break-heading h3 span{
	width: 100%;
	display: table;
}
.download-box-shadow-image{
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.download-btn a#cta_button_3813597_30b48542-3360-499f-8b92-a9de4648738c.cta_button {
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333 !important;
	cursor: pointer;
	font-size: 15px !important;
	font-weight:600 !important;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px !important;
	line-height: 24px !important;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px !important;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10;
}

.download-btn a#cta_button_3813597_30b48542-3360-499f-8b92-a9de4648738c.cta_button:focus,
.download-btn a#cta_button_3813597_30b48542-3360-499f-8b92-a9de4648738c.cta_button:hover {
    background-color: #ffefa8;
    box-shadow:0 0 0 0px #ffefa8 inset;
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
    -moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}
/*========================= DOWNLOAD END ===================*/
/*======================== TESTOMINAL START ====================*/
.testominal-slider-2 .owl-pagination{
	margin-top: 75px;
}
.testominal-slider-2 .owl-theme .owl-controls .owl-page span{
	background: #ff8893;
	width: 25px !important;
	height: 25px !important;
	margin: 5px 15px;
}
.testominal-slider-2 .owl-theme .owl-controls .owl-page span{
	background-color: #ffefa8;
}
.testominal-slider-2 .owl-theme .owl-controls .owl-page.active span,
.testominal-slider-2 .owl-theme .owl-controls .owl-page:hover span{
	background:  #ff8893 !important ;
}	
.owl-item > div{
	padding-right: 15px !important;
}
.owl-item > div:nth-child(3){
	padding-right: 0 !important;
}
  
.testominal-name p{
	color: #666666;
	font-size: 20px;
	letter-spacing: 1px;
	font-family:'Baloo Paaji', cursive;
	margin-top: 20px;
	width: 80%;
}
.testominal-role p span{
	color: #999999;
	font-size: 16px;
	letter-spacing: 1px;
	font-family:'Baloo Paaji', cursive;
	width: 80%;
}


.admission-brochure-con-top{
	padding-top: 165px;
}
.testimonail-img-round img{
	border-radius: 50%;
}
.contact-heading h4{
	color: #f5f5f5;
	padding-bottom: 20px;
	text-align: center;
}

.testomonial-contnet-width p{
	width: 80%;
	font-weight: 500;
}
.testomonial-img-quote img{
	padding-bottom:30px;
	padding-left: 170px;
	padding-top: 20px;
}
.testimonial-row-padding{
	padding: 30px 0;
}

/*===contact-form====*/
.contact-form-1 .hs-form input[type="text"], 
.contact-form-1 .hs-form input[type="password"],
.contact-form-1 .hs-form input[type="datetime"],
.contact-form-1 .hs-form input[type="datetime-local"], 
.contact-form-1 .hs-form input[type="date"],
.contact-form-1 .hs-form input[type="month"], 
.contact-form-1 .hs-form input[type="time"], 
.contact-form-1 .hs-form input[type="week"], 
.contact-form-1 .hs-form input[type="number"], 
.contact-form-1 .hs-form input[type="email"], 
.contact-form-1 .hs-form input[type="url"], 
.contact-form-1 .hs-form input[type="search"], 
.contact-form-1 .hs-form input[type="tel"], 
.contact-form-1 .hs-form input[type="color"], 
.contact-form-1 .hs-form input[type="file"], 
.contact-form-1 .hs-form textarea, 
.contact-form-1 .hs-form select,
.contact-form-1 input::placeholder{
	color: rgba(255,255,255,0.4) !important; 
	letter-spacing: 1px;
	font-weight: 500;
}
.contact-form-1 .hs-form label {
    display: table;
}
.contact-form-1 .hs-form-checkbox-display > span, .hs-form-radio-display > span{
  color: #999999 !important;
  font-size: 14px;
  line-height: 22px;
}
.contact-form-1 .hs-form input[type="text"], 
.contact-form-1 .hs-form input[type="password"], 
.contact-form-1 .hs-form input[type="datetime"], 
.contact-form-1 .hs-form input[type="datetime-local"], 
.contact-form-1 .hs-form input[type="date"], 
.contact-form-1 .hs-form input[type="month"],
.contact-form-1 .hs-form input[type="time"], 
.contact-form-1 .hs-form input[type="week"], 
.contact-form-1 .hs-form input[type="number"], 
.contact-form-1 .hs-form input[type="email"], 
.contact-form-1 .hs-form input[type="url"], 
.contact-form-1 .hs-form input[type="search"],
.contact-form-1 .hs-form input[type="tel"], 
.contact-form-1 .hs-form input[type="color"], 
.contact-form-1 .hs-form input[type="file"], 
.contact-form-1 .hs-form textarea, 
.contact-form-1 .hs-form select{
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #ff8893;

}
.contact-form-1 fieldset.form-columns-1 .input,
.contact-form-1 .hs-form-c4f971bc-399b-4b4d-b51e-e3ef4da715c0_71985fe5-7c2e-4f64-97eb-8ac00a166c25 fieldset.form-columns-1 .input,
.contact-form-1 fieldset.form-columns-2 .input{
    margin-right: 0 !important;
}
.hs-form-c4f971bc-399b-4b4d-b51e-e3ef4da715c0_c2a603b4-d7fe-426d-8b2a-9a26b8e9b2a5 fieldset.form-columns-1 .hs-input{
	color: #eeeeee !important; 
    margin-right: 0;
}

.contact-form-1 fieldset.form-columns-2 .hs_phone,
.contact-form-1 fieldset.form-columns-2 .hs-firstname{
	margin-right: 20px !important;
	width: 46.4% !important
}


body .contact-form-1 .hs-button.primary, body .contact-form-1 input[type="submit"], body .contact-form-1 input[type="button"]{
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	font-weight:600;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 10px 18px;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10; 
	margin-top: 20px;
}
 
body .contact-form-1 .hs-button.primary:hover,  body .contact-form-1 input[type="submit"]:hover,  body .contact-form-1 input[type="button"]:hover,
body .contact-form-1 .hs-button.primary:focus,  body .contact-form-1 input[type="submit"]:focus,  body .contact-form-1 input[type="button"]:focus{
	background-color: #ffefa8;
	color: #333333 !important;
	border: unset !important;
	letter-spacing: 1px;
	font-weight: 600 !important;
	box-shadow:0 0 0 0px #ffefa8 inset;
	-webkit-transform: scale(1);
	-webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
	-moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}

.contact-form-1 .hs-form .hs-form-field > label{
	display:table;
	color: #ffefa8;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
}
.hs-form-c4f971bc-399b-4b4d-b51e-e3ef4da715c0_be4b8109-cb49-4635-a46e-4b0c1641d349.submitted-message,
 .contact-form-1 .submitted-message{
	color: #008000 !important;
	text-align: center !important;
}

/*====================== TESTOMINAL END ======================*/
/*========================== FOOTER START ==================*/
.footer-bg-color{
	background-color:  #333333;
	padding:75px 0 75px 0;
}

.footer-content-color p,
.footer-content-color li{
	color: #999999 !important;
}

.footer-header-color h5{
	color: #ff8893;
}
.footer-list{
	list-style: none;
	padding-left: 0;
	font-size: 18px;
	letter-spacing: 1px;
	color: #999999;
}
.footer-list li{
	list-style: none;
	padding-bottom: 15px;
	
}
.footer-list li:last-child{
	padding-bottom: 0;
}
.footer-icon-1 p a{
    color: #999999 !important;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-weight: 400;
}

.footer-icon-1 p:before {
	content:"\f069";
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	color: #ffefa8;
	top: 1px;
	transition: all 300ms ease-in 0s;
	-moz-transition: 300ms ease-in;
	-webkit-transition: 300ms ease-in;
	vertical-align: top;
}
.footer-icon-1 p {
	padding-left: 25px;
	position: relative;
	color: #999999;
	letter-spacing: 1px;
}

.subcribe .form-title{
	display: none;
}
.subcribe .hs_submit .actions{
	float:left;
}
.subcribe body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus{
	background-color: #ffefa8 !important;
}


.copy-right-border {
    border-top: 1px solid #666666;
    color: #f5f5f5;
    padding-top: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.subcribe .hs-form input[type="text"], 
.subcribe .hs-form input[type="password"], 
.subcribe .hs-form input[type="datetime"], 
.subcribe .hs-form input[type="datetime-local"], 
.subcribe .hs-form input[type="date"], 
.subcribe .hs-form input[type="month"], 
.subcribe .hs-form input[type="time"], 
.subcribe .hs-form input[type="week"], 
.subcribe .hs-form input[type="number"],
.subcribe .hs-form input[type="email"], 
.subcribe .hs-form input[type="url"], 
.subcribe .hs-form input[type="search"], 
.subcribe .hs-form input[type="tel"], 
.subcribe .hs-form input[type="color"], 
.subcribe .hs-form input[type="file"], 
.subcribe .hs-form textarea, 
.subcribe .hs-form select{
	border-color: #ffefa8 !important;
}
body .subcribe .hs-button.primary, body .subcribe input[type="submit"], body .subcribe input[type="button"]{
	border: 1px solid transparent;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	border-left: 0px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;    
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	font-weight:600;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 3px;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 10px 18px;
	text-align: center;
	margin: 0 auto;
	-webkit-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	box-shadow:0px 0 0 40px #ff8893  inset;
	z-index: 10; 
	margin-top: 20px;
}
 
body .subcribe .hs-button.primary:hover,  body .subcribe input[type="submit"]:hover,  body .subcribe input[type="button"]:hover,
body .subcribe .hs-button.primary:focus,  body .subcribe input[type="submit"]:focus,  body .subcribe input[type="button"]:focus{
	background-color: #ffefa8;
	color: #333333 !important;
	border: unset !important;
	letter-spacing: 1px;
	font-weight: 600 !important;
	box-shadow:0 0 0 0px #ffefa8 inset;
	-webkit-transform: scale(1);
	-webkit-box-shadow: 0 0 0 0px #ffefa8 inset;
	-moz-box-shadow: 0 0 0 0px #ffefa8 inset;
}
.hs-form .hs-error-msgs label{
	text-align: left !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 3px;
	line-height: 20px;
}
.subcribe .submitted-message{
	padding-top: 10px;
	color: #008000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 3px;
	line-height: 20px;
	float: left;
}
/*=========================== FOOTER END =======================*/
/*=========================== MEDIA QUERY START =======================*/
@media (min-width: 992px) and (max-width: 1199px) {
  
	.contact-form-1 fieldset.form-columns-2 .hs_phone, .contact-form-1 fieldset.form-columns-2 .hs-firstname{
		width: 45.7% !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  
	.news-date ul li:first-child{
		margin: 0 0 15px 0;
  }
  .admission-brochure-con-top {
    padding-top: 110px;
  }
  
}
@media (max-width: 991px) {
	.one-col-res{
		width: 100% !important;
		display: block;
	}
	.aboutus-bg-img{
		margin: 20px 0 0 0; 
		padding:0 !important;
		height: auto;
	}
	.no-margin-left-res{
		margin-left: 0 !important;
	}
	.margin-bottom-res40{
		margin-bottom: 40px;
	}
	.testomonial-img-quote img{
		padding-bottom: 20px;
	}
	.testominal-slider .owl-pagination{
		display: none;
	}
	.admission-brochure-con-top {
		padding-top: 0px;
	}
	.center-res{
		text-align: center;
	}
	.testomonial-img-quote img{
		padding-left: 0;
	}
	.testomonial-contnet-width p{
		width: 100% !important;
	}
	.two-col-res{
		width: 50% !important;
		display: block;
	}
	.footer-2col-res-float-lf {
		float: left !important;
		clear: both;
		padding-right: 15px;
		margin-left: 0!important;
	}
	.footer-2col-res-float-rg {
		float: right !important;
		margin-left: 0!important;
	}
	.owl-item > div{
		padding-right: 0 !important;
	}
	.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide{
		width: 33.33% !important; 
	}
	.contact-form-1 fieldset.form-columns-2 .hs_phone, .contact-form-1 fieldset.form-columns-2 .hs-firstname{
		width: 43.3% !important;
	}
	.testominal-name p{
		width: 100%;
	}
  .recent-news-blog .post-item{
    width: 50%;
    display: block;
    padding: 0 15px 40px 15px;
    margin: 0 auto;
   }
  .recent-news-blog .post-item:last-child{
     padding: 0 15px 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
	.width-res75{
		width: 360px !important;
		text-align: center !important;
		margin:0 auto !important;
		float: none !important;
	}
	.pre-school-relative{
		float: none !important;
	}
	.padding-bottom40-res{
		padding-bottom: 40px;
	}
	.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
		height: 190px; 
	}
	.news-date ul{
		display: inherit !important; 
	}
 
}

@media (min-width: 250px) and (max-width: 767px) {
	h1 {
        font-size:45px;
        line-height: 53px;
    }
	
	h2 {
		font-size:30px;
		line-height:38px;
	}
	h3 {
		font-size: 26px;
		line-height: 34px;
	}
	h4 {
		font-size: 24px;
		line-height: 32px;
	}
	h5 {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	h6{
		font-size: 16px;
		line-height: 24px;
	}
	.heading-padding {
		padding: 100px 0;
		display: table;
	}
	.res1-pad15{
	  padding: 0 15px;
	}
	.res1-center{
		text-align: center;
	}
	.section-space {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.cta-bg-color{
		padding: 50px 0;
	}
	.margin-bottom20 {
		margin-bottom: 15px;
	}
	.margin-top30{
		margin-top: 20px; 
	}
	.margin-top40 {
		margin-top: 30px;
	}
	.margin-bottom40-res2{
		margin-bottom: 40px; 
	}
	.padding-bottom40-res2{
		padding-bottom: 40px; 
	}
	.res1-margin-bottom20{
		margin-bottom: 20px;
	}
	.key-area-space-res1{
		padding-bottom: 100px;
	}
	.counter-num-font p{
		margin: 15px 0 10px 0;
	}
	.two-col-res-2{
		width: 50% !important;
		display: block;
	}
	.res-width75{
		width: 360px !important;
		margin:0 auto !important;
		text-align: center;
	}
	.res-width75-two{
		width: 360px !important;
		margin:0 auto !important;
	}
	.teacher-hover-1{
		bottom: 8px !important;
	}
	.teacher-hover{
		bottom: 50px;
	}
	.testimonial-row-padding{
		padding: 0;
	}
	.testomonial-img-quote img{
		padding-bottom: 15px;
	}
	.news-date{
		width: 100% !important;
	}
	.news-date ul{
		margin: 0 auto; 
	}
	.footer-icon-float-left{
		width: 50px !important;
		float:left !important;
	}
	.footer-icon-float-left-1{
		width:65% !important;
		float:left !important;
	}
	.break-heading h3 span{
		width: auto;
		display: initial;
	} 
	.testominal-slider-2 .owl-pagination {
		margin-top: 40px;
	}
	.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{
		height: 180px;
	}
  .recent-news-blog .post-item{
    width: 70%;
    display: block;
    padding: 0 15px 40px 15px;
    margin: 0 auto;
   }
}

@media (min-width: 250px) and (max-width: 480px) {
	.res-full-width{
		min-width: 100%;
	}
	.footer-icon-float-left {
		width: 60px !important;
		float: left !important;
	}
	.res-width75-two,
	.res-width75 {
		width: 100% !important;
	}
	h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.contact-form-1  .input{
		margin-right: 0 !important;
	}
	.contact-form-1 .form-columns-2 > div{
		max-width: 100% !important;
		width: 100% !important;
	}
	.res-no-float{
		float: none !important;
	}
	.margin-bottom40-res3{
		margin-bottom: 40px; 
	}

	.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide{
		width: 50% !important; 
	}

	.contact-form-1 fieldset.form-columns-2 .hs_phone, .contact-form-1 fieldset.form-columns-2 .hs-firstname{
		width: 100% !important;
	}
	.counter-num-font p{
		font-size: 40px;
		line-height: 48px;
	}
  .recent-news-blog .post-listing{
      margin: 0;
  }
  .recent-news-blog .post-item:last-child{
      padding: 0;
  }
   .recent-news-blog .post-item{
      width: 100%;
      display: block;
      padding: 0 0px 40px 0px;
      margin: 0 auto;
   }
}
@media (min-width: 250px) and (max-width: 414px) {
	.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide.slick-slide{
		width: 100% !important; 
		height:280px;
	}

}
@media (min-width: 250px) and (max-width: 360px) {
	.news-comment,
	.news-date{
		width: 100% !important;
	}
	.news-date{
		margin-bottom: 10px;
	}
	.news-date ul li:first-child{
		display: table !important;
		margin: 0 auto 10px auto !important;
	}
  
}
@media (min-width: 250px) and (max-width: 340px) {
  .recent-news-blog .blog-meta-author.date-bg,
  .recent-news-blog .blog-meta-author a{
    font-size: 14px !important;
    line-height: 22px;
  }
}
@media (min-width: 250px) and (max-width: 300px) {
  .recent-news-blog .blog-meta-author{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .recent-news-blog .blog-meta-main {
    display: block;
  }
}
