/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700,800,800i');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@font-face {
    font-family: 'Komika Axis';
    src: url(../fonts/komika-axis.ttf);
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #0e0e0e;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #3399ff;
    text-shadow: none;
}

::selection {
    background: #3399ff;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #2A2D34;
    font-size: 16px;
    line-height: 24px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.container {
    max-width: 1450px;
    margin: 0 auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin: 0 -15px;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.row [class*='col'] {
    float: left;    
    min-height: 1px;
    /*    margin-left: 2.564102564%;*/
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.row [class*="col"]:first-child {
    margin-left: 0;
}
.row [class*='col'].pullright {
    float: right;
}
.col1 {
    width: 33.33%;
}
.col2 {
    width: 16.66%;
}
.col3 {
    width: 25%;
}
.col4 {
    width: 33.33%;
}
.col5 {
    width: 41.666667%;
}
.col6 {
    width: 50%;
}
.col7 {
    width: 58.333333%;
}
.col8 {
    width: 66.66%;
}
.col9 {
    width: 75%;
}
.col10 {
    width: 83.33%;
}
.col12 {
    width: 100%;
}
p {
    margin: 0 0 15px;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul {
    margin: 0;
    padding: 0 0 0 20px;
}
ul li {
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #58B948;
    outline: none;
}
a:hover {
    color: #252f40;
}
.right-align {
    text-align: right;
}
.center-align {
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 72px;
    line-height: 96px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 27px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    font-family: "Komika Axis", arial, helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    line-height: 53px;
    margin: 10px 0 15px;
    color: inherit;
    font-family: "Komika Axis", arial, helvetica, sans-serif;
}
h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 800;
    color: inherit;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 15px;
}
h6 {
    margin: 0 0 9px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
h6:after {
    content: "";
    border-bottom: 1px solid #DFDFDF;
    width: 80%;
    height: 1px;
    display: block;
    margin: 15px auto 18px;
}
a.button {
    font-weight: 600;
    text-align: center;
    outline-offset: -3px;
    transition: all 0.3s ease;
    border-radius: 29.5px;
    color: #000000;
    font-size: 14px;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 24px;
    padding: 13px 30px 11px;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #FFEA00;
    width: auto;
    min-width: 195px;
}
a.button:hover {
    opacity: 0.8;
}
a.button.white {
    background: #ffffff;
    outline-color: #fff;
    box-shadow: none;
}
.field {
    margin-bottom: 8px;
}
label {
}
body input[type="text"], 
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"], 
body input[type="file"], 
body textarea, 
body select {
    width: 100%;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    background-color: #EDEEEF;
    border: 0;
    outline: 0;
    color: #39464E;
    height: 48px;
    padding: 6px 8px 0;
    line-height: 21px;
    transition: border .3s ease;
    box-shadow: inset 0 -2px 0 0 #252F40;
    font-family: "brandon-grotesque", arial, helvetica, sans-serif;
}

::-webkit-input-placeholder {
    color: #39464E;
    opacity: 1
}

:-moz-placeholder {
    color: #39464E;
    opacity: 1
}

::-moz-placeholder {
    color: #39464E;
    opacity: 1
}

:-ms-input-placeholder {
    color: #39464E;
    opacity: 1
}

button, 
[type="button"], 
[type="reset"], 
[type="submit"] {
    background: #FAA819;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    display: block;
    border: none;
    width: 100%;
    cursor: pointer;
    padding: 14px 20px;
    border: 2px solid #FAA819;
    transition: all 0.3s ease;
}
button:hover, 
[type="button"]:hover, 
[type="reset"]:hover, 
[type="submit"]:hover {
    background: #fff;
    color: #FAA819;
    border-color: #FAA819;
}


/*-------------Header----------------*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 42px 0;
    text-align: center;
    z-index: 111;
}

.header .container {
    position: relative;
}


.header-btn {
    position: absolute;
    right: 15px;
    top: 22px;
}

.header-btn a.btn-white {
    border-radius: 32.5px;
    background-color: rgba(0, 0, 0, 0.21);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
}
.header-btn a.btn-white:hover {
    background-color: rgba(0, 0, 0, 1);
}


/*-------------hero Section----------------*/

.sectionHeroBanner {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding-top: 162px;
    min-height: 100vh;
    color: #ffffff;
    padding-bottom: 110px;
    background-color: #2A2D34;
}
.backgroundImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
}
.backgroundImage:before {
    /*    background: rgba(0,0,0,0.35);*/
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sectionHeroBanner .container {
    position: relative;
}
.sectionHeroBanner h2 {
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    position: relative;
    z-index: 11;
}

/*-------------Featured Section----------------*/

.sectionFeatured {
    position: relative;
    z-index: 1111;
    background-color: #2A2D34;
    padding-top: 1px;
}
.row.featuredSlider {
    margin-top: -340px;
}
.slick-slide{
    outline: none;
}
.sectionFeatured .span4 {
    padding: 0 15px;
    margin-bottom: 25px;
}
.sectionFeatured .featuredItem {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
}
.sectionFeatured .featuredItem:hover {
    top: -16px;
}
.sectionFeatured .featuredItem.active {
    z-index: 111;
}
.sectionFeatured .featuredimages {
    position: relative;
}
.sectionFeatured .featuredimages a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sectionFeatured .featuredItem .overflowHidden {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.sectionFeatured .featuredItem img.bg {
    transition: transform .3s cubic-bezier(.35,0,0,1);
    transform: scale(1);
    width: 100%;
}

.sectionFeatured .featuredItem:hover img.bg {
    transition: transform .3s cubic-bezier(.35,0,0,1);
    transform: scale(1.05);
}

.sectionFeatured img.balloons {
    position: absolute;
    left: 0;
    top: -83px;
}
.sectionFeatured img.boy {
    position: absolute;
    right: 0;
    bottom: -42px;
    width: 73%;
}
.featuredItem .price {
    position: absolute;
    left: 14px;
    bottom: 40px;
    font-family: "Komika Axis", arial, helvetica, sans-serif;
    font-size: 42px;
    position: absolute;
    color: #322036;
    letter-spacing: 0.9px;
}

.featuredItem2 .price {
    color: #fff;
}


.featuredItem3 .price {
    color: #fff;
}

.featuredItem .price span {
    display: block;
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
}
.sectionFeatured .featuredItem h3 {
    margin: 0 0 2px;
}
.sectionFeatured .featuredContent {
    padding: 20px 25px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
}

.sectionFeatured .featuredItem2 img.boy {
    right: -24px;
    bottom: -56px;
    width: 59.6%;
}

.sectionFeatured .featuredItem3 img.boy {
    right: -40px;
    bottom: 40px;
    max-width: 300px;
}
.sectionFeatured .content {
    text-align: left;
    line-height: 32px;
}
.slick-list {
    overflow: initial;
}


ul.hasSign  {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 32px;
}

.hasSign li {
    padding-left: 25px;
    position: relative;
}

.hasSign  i {
    color: #58B948;
    position: absolute;
    left: 0;
    top: 6px;
}

.readyToGo{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 111;
    width: 100%;
    background-color: #2A2D34;
}
.readyToGo {
    text-align: center;
    padding-top: 15px;
}

.readyToGo .col12 * {
    display: inline-block;
    vertical-align: middle;
}

.readyToGo h3 {
    color: #ffffff;
    margin-right: 30px;
    margin-bottom: 20px;
}
.spacer20 {
    background: #2A2D34;
    height: 20px;
    position: relative;
}
h6 a {
    color: #58B948;
    text-decoration: underline;
}
.sectionFeatured .accordionItem {
    margin-bottom: 19px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #ffffff;
    min-height: 127px;
    overflow: hidden;
}
.sectionFeatured .accordionContent {
    margin-top: -60px;
    position: relative;
    display: block;
    padding: 0 40px 30px 40px;
    opacity: 1;
}
.sectionFeatured .accordionTitle {
    border-radius: 10px;
    min-height: 127px;
    border-bottom: none;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #2A2D34;
    padding: 25px 150px 20px 32px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    line-height: 28px;
}

.sectionFeatured .accordionContentInner {
    /*    height: 40px;*/
    transition: all 0.3s ease;
}



.sectionFeatured .accordionTitle:after {
    right: 25px;
}


.sectionFeatured .active .accordionContent {
    height: auto;
    overflow: visible;
    display: block !important;
}

.sectionFeatured .accordionContent:before {
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.9));
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sectionFeatured .active .accordionContent:before {
    opacity: 0;
    z-index: 0;
}

.modalClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.modalClose:hover {
    color: #58B948;
}
.modal {
    position: fixed;
    width: 90%;
    left: 0;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.07);
    top: 20%;
    max-width: 700px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    z-index: 1111;
    transform: scale(0.8);
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    overflow: hidden;
}
.modalInner {
    overflow-y: auto;
    position: relative;
    height: 42vh;
}
.modalOpen .modal.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}

.modal h3 {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.modal:hover {
    visibility: visible;
}

.modal table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
}

.modal th {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 0 20px 5px 20px;
    text-align: left;
}

.modal td {font-size: 16px;line-height: 24px;padding: 10px 20px;}

.modal tr:nth-child(2n) {
    background-color: #F9F9F9;
}
.modal table tr td:first-child,
.modal table tr th:first-child {
    text-align: left;
    width: 80%;
}

i.hastooltip {
    position: relative;
    cursor: pointer;
}
i.hastooltip:hover {
    color: #63bb52;
}
i.hastooltip:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -22px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
    visibility: hidden;
}
body.modalOpen {
    overflow: hidden;
}
.modalOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(42,45,52,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1111;
}

body.modalOpen .modalOverlay {
    opacity: 1;
    visibility: visible;
}
/*
.result_hover i.hastooltip:after{
visibility: visible;
}
*/



/*-------------partyplan Section----------------*/



.sectionPartyplan {
    background-color: #8556BC;
    padding-top: 35px;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.sectionPartyplan .steps {
    max-width: 920px;
    margin: 0 auto;
}
.stepItem {
    margin-bottom: 50px;
}

.sectionPartyplan .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    text-align: right;
    padding-right: 30px;
}

.sectionPartyplan .content {
    position: relative;
    padding-left: 140px;
}
.sectionPartyplan  .bottom {
    text-align: center;
}
.row.hasFlex {
    display: flex;
    align-items: center;
}

.row.hasFlex.imageRight {
    flex-direction: row-reverse;
}

.row.hasFlex.imageRight .image {
    text-align: right;
}

/*-------------video Section----------------*/

.sectionVideo {
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #2A2D34;
    color: #ffffff;
}
.sectionTitle {
    padding-bottom: 20px;
}

.width700.center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.videoWrapper {
    position: relative;
    margin-top: 0;
}
a.videoplay.zeroopacity {
    z-index: -1;
}
#player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    background-color: black;
    left: 0;
    top: 0;
}
#yt {
    display: none;
}
#player.videoUp{
    z-index: 1;
}

a.videoplay {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
a.videoplay:before {
    content: "\f04b";
    display: inline-block;
    font-family: "Font Awesome 5 Free",FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 55px;
    position: absolute;
    z-index: 11;
}
a.videoplay:after {
    content: "";
    width: 128px;
    height: 128px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 1;
    /* background-image: url(../img/Play%20Button.svg); */
    content: "";
    border: 4px solid #58B948;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.5);
}
a.videoplay:hover:after {
    border-color: #58B948;
    background: #58B948;
}

.overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*-------------Faq Section----------------*/
.sectionFaq {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ffffff;
}
.sectionFaq .accordion {
    margin: 0 auto 20px;
    max-width: 936px;
}
.accordionItem {
    background: #ffffff;
    overflow: hidden;
    border-bottom: 2px solid #EAEAEA;
}
.accordionTitle {
    background-color: #FFFFFF;
    font-size: 18px;
    color: #2A2D34;
    padding: 20px 150px 20px 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    line-height: 28px;
}

.accordionContent {
    display: none;
    padding: 0px 0 10px 0;
    opacity: 0;
    transition: opacity 0.15s ease-out 0s, max-height 0.15s ease-out 0s;
}
.accordionItem.active .accordionContent {
    opacity: 1;
}
.accordionTitle:after {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 19px;
    line-height: 28px;
    transform-origin: center center 0px;
    transform: rotate(0deg);
    transition: transform 0.3s ease-out 0s;
}

.accordionItem.active .accordionTitle:after {
    transform: rotate(-45deg);
}

/*-------------Testimonial Section----------------*/
.sectionTestimonials {
    padding-bottom: 80px;
    background-color: #2A2D34;
    color: #ffffff;
    padding-top: 30px;
    position: relative;
}
.testimonialsWrapper {
    color: #2A2D34;
}
.sectionTestimonials .quoteIcon {
    font-size: 45px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #8556bc;
}

.sectionTestimonials .span4 {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 75px;
}

.sectionTestimonials .slick-slide img {
    margin: 0 auto;
}
.testimonialItem {
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: left;
    position: relative;
    padding: 30px 30px 65px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
    line-height: 24px;
    height: 100%;
}
.testimonialItem p:last-child {
    margin-bottom: 0;
}
.testimonialItem .top {
    padding-top: 75px;
    width: 148px;
    margin: 0 auto 0px;
    position: relative;
}
.testimonialItem .image {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 50%;
    padding-bottom: 100%;
}
.sectionTestimonials .slick-slide .image img {
    margin: 0 auto;
    width: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sectionTestimonials h3 {
    color: #000000;
    margin-bottom: 5px;
}
.testimonialItem .starRating {
    color: #58B948;
    font-size: 24px;
    margin-bottom: 20px;
}

.testimonialItem .starRating i {
    margin-right: 3px;
}
.testimonialItem .quote {
    padding-bottom: 10px;
}
.visible-phone {
    display: none;
}


/*-------------footer Section----------------*/

.footer {
    background-color: #000000;
    font-size: 12px;
    color: #fff;
    padding: 6px 0;
}

.footer .row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.footerCopyright {
    padding: 28px 0;
}

.footerCopyright p {
    display: inline-block;
    margin: 0;
}
.footerSocials {
    text-align: right;
    padding: 28px 0px;
}


.footerSocials ul {
    display: inline-block;
    padding-left: 70px;
}
.footerSocials ul li {
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    margin-left: 30px;
    line-height: 32px;
}

.footerSocials a {
    color: #fff;
}
.footerSocials a:hover {
    color: #62BB51;
}
.offerModal {
    background-image: url(../img/Cubes.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    border: none;
    background-size: 100%;
}
.offerModal h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.offerModal .modalInner {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    height: auto;
    max-height: 44vh;
    padding-bottom: 90px;
    overflow: inherit;
}
.offerModal h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}

.offerModal h5 strong {
    font-weight: 600;
    font-size: 18px;
}

/*------------------------------*/



@media(max-width:1599px){
    .featuredItem .price {
        font-size: 35px;
        line-height: 15px;
        bottom: 30px;
    }

    .featuredItem .price span {
        font-size: 18px;
    }

}
@media(max-width:1300px){
    .header-btn a.btn-white {
        font-size: 18px;
        line-height: 20px;
        max-width: 300px;
        padding: 10px;
    }
}
@media(max-width:1060px){
    .row {
        margin: 0 -10px;
    }
    .row [class*='col'] {
        padding: 0 10px;
    }
    .sectionHeroBanner {
        min-height: 620px;
    }
    h1 {
        font-size: 72px;
        line-height: 119px;
        margin-bottom: 10px;
    }

    .sectionHeroBanner h2 {
        font-size: 24px;
        line-height: 53px;
    }

    .container {
        max-width: 1040px;
    }
    .sectionFeatured .span4 {
        padding: 0 10px;
    }

    .sectionTestimonials .span4 {
        padding: 0 10px;
    }
    .sectionFeatured img.boy {
        width: 70%;
        bottom: -17px;
    }

    h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .sectionFeatured .featuredContent {
        padding: 20px 20px 10px;
    }

    .sectionFeatured .featuredItem2 img.boy {
        width: 55%;
        right: -16px;
        bottom: -26px;
    }

    .sectionFeatured .featuredItem3 img.boy {
        width: 55%;
        right: -23px;
        bottom: 25px;
    }
    h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .sectionPartyplan {
        padding-top: 30px;
    }

    .sectionPartyplan .steps {
        max-width: 630px;
    }

    .sectionPartyplan .number img {
        height: 115px;
    }

    h3 {
    }

    .sectionVideo {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .sectionTitle {
        padding-bottom: 15px;
    }

    .sectionFaq {
        padding-top: 30px;
    }

    .sectionFaq .accordion {
        max-width: 700px;
    }

    .testimonialItem .starRating {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .testimonialItem .starRating i {
        margin-right: 0;
    }

    .sectionTestimonials {
        padding-bottom: 40px;
    }

    .footer .container {
        max-width: 100%;
        padding: 6px 40px;
    }
    .logo {
        text-align: left;
    }
    .header-btn {
        top: 20px;
    }

}



@media(max-width:1060px) and (min-width:768px){
    .featuredItem .price {
        font-size: 3vw;
        bottom: 2vw;
        line-height: 1vw;
    }
    .featuredItem .price span {
        font-size: 1.6vw;
    }
}


@media(max-width:767px){
    .visible-phone {
        display: initial;
    }
    .header {
        padding: 30px 0;
    }

    .logo img {
        width: 93px;
    }
    
    .header-btn a.btn-white {
        font-size: 14px;
        line-height: 20px;
        max-width: 200px;
        padding: 5px;
    }
    .header-btn {
        top: 10px;
    }
    .row.hasFlex {
        display: block;
    }
    .row {
        margin: 0;
    }
    .row [class*='col'] {
        float: none;
        width: 100%;
        padding: 0;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 48px;
        line-height: 79px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 33px;
    }
	.slick-list {
		overflow: hidden;
	}
    .sectionHeroBanner {
        padding-top: 130px;
        min-height: 380px;
    }

    .sectionHeroBanner h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .sectionFeatured .mPlr0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sectionFeatured .slick-list {
        padding: 60px 0 0 !important;
        margin-top: -100px;
    }
    .sectionFeatured .featuredItem {
        max-width: 350px;
        margin: 0 10px;
    }
    .row.featuredSlider {
        margin-top: 0;
    }
    .sectionTestimonials .span4,
    .sectionFeatured .span4 {
        padding: 0;
        margin-top:0px;
    }
    .accordionTitle {
        padding-right: 60px;
    }
    .sectionPartyplan .image {
        max-width: 240px;
        margin: 0 auto 20px;
    }

    .sectionPartyplan .steps {
        text-align: center;
    }

    .sectionPartyplan .number {
        display: none;
    }

    .sectionPartyplan .content h3 {
        color: #FFEA00;
    }

    .sectionPartyplan .content {
        padding: 0;
    }

    .sectionPartyplan {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sectionTitle {
        padding-bottom: 5px;
    }

    .stepItem {
        margin-bottom: 10px;
    }

    a.videoplay:after {
        width: 120px;
        height: 120px;
        background-size: 120px;
    }
    a.videoplay:before{
        font-size: 55px;
    }
    .sectionFaq {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sectionFaq .accordion {
        max-width: 500px;
    }

    .sectionTestimonials {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sectionTestimonials .container {
        padding: 0;
    }
    .sectionTestimonials h3 {
        font-size: 24px;
    }
    .sectionTestimonials .slick-list {
        padding: 70px 0 0 !important;
    }
    .sectionTestimonials .testimonialItem {
        max-width: 350px;
        margin: 0 10px;
    }
    .testimonialItem .top {
        padding-top: 60px;
        width: 120px;
    }
    .testimonialItem .image {
        top: -80px;
    }


    .footer {
        padding: 0;
    }

    .footer .container {
        padding: 0;
    }

    .footer .row {
        display: block;
    }

    .footerSocials {
        padding: 0px;
        background-color: #2A2D34;
        padding-right: 25px;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
    }

    .footerSocials ul {
        padding: 9px 0;
    }
    .footerSocials ul li {
        font-size: 16px;
        line-height: 32px;
        margin-left: 16px;
    }

    .footerCopyright {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding: 12px 10px;
    }
    .footerLogo a {
        display: inline-block;
        width: 58px;
        height: 50px;
        text-align: center;
        background-color: #FFFFFF;
        border-right: 8px solid #58B948;
        float: left;
        padding: 11px 7px;
    }
    .footerLogo img {
        width: 40px;
    }
    .featuredItem th {
        font-size: 12px;
    }

    .featuredItem td {
        font-size: 12px;
    }
    .sectionFeatured .accordionContent {
        padding: 20px 20px 20px;
    }
    .sectionFeatured .accordionTitle {
    padding-right: 60px !important;
}
}


@media(max-width:479px){
    a.videoplay:after {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    a.videoplay:before{
        font-size: 25px;
    }
    .readyToGo h3 {
        margin-right: 10px;
        font-size: 16px;
    }
}

@media(max-width:360px){
    .sectionFeatured .featuredItem {
        max-width: 280px;
        margin: 0 5px;
    }
    .sectionTestimonials .testimonialItem{
        max-width: 280px;
        margin: 0 5px;
    }
}











/* ==========================================================================
Helper classes
========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.rounded {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    top: -60px;
    z-index: 1;
}
.rounded.top {
    bottom: 100%;
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
}
.rounded.top {
    max-height: 60px;
}
.rounded.bottom {
    top: 100%;
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
}
.rounded.bottom {
    max-height: 60px;
}
.rounded svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.rounded.dark_grey svg{
    fill:#2A2D34;
}
.rounded.top svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[data-speed] {
    position: relative;
    z-index: 1;
}

.delay-2{
    transition-delay: .4s !important;
}
.pT100 {
    padding-top: 100px;
}
.pB100 {
    padding-bottom: 100px;
}

