/*********************
******* Global *******
*********************/

/* Global Variables */
:root {
  --mainColor: #F3B20F;
  --mainColor2: #45892E;
  --mainColor3: #FAC12E;
  --headingColor: #181818;
  --textColor: #474747;
  --lightColor: #ffffff;

  --mainOverlay: #FEF6E2;
  --mainOverlay2: #EEF4EC;

  --mainColorOverlay: rgba(243, 178, 15, 0.12);

  --bgColor: #FEF4DB;
  --bgColor2: #2B2B2B;

  --font: "Poppins", sans-serif;

  --logo: url('../img/logo.png');
  --chevron: url('../img/icons/chevron.png');
  --lng: url('../img/icons/lang.png');
  --checkIcon: url('../img/icons/checkicon.png');
  --bgwave: url('../img/icons/wave.png');
  --bgbrush: url('../img/icons/brush.png');
  --playIcon: url('../img/icons/play-video.png');
  --overlayIcon: url('../../img/icons/overlay-icons.png');

  --bgHome: url('../img/bg-home.jpg');
  --bgSchool: url('../img/bg-school.jpg');
  --bgCorporate: url('../img/bg-corporate.jpg');
  --bgTeam: url('../img/bg-team.jpg');
  --bgGelly: url('../img/bg-gelly.jpg');
  --bgCarnival: url('../img/bg-carnival.jpg');
  --bgInflatable: url('../img/bounce-games/bounce-game18.jpg');
}

h1, h2, h3, h4, h5, h6 {
  color: var(--headingColor);
  font-family: var(--font);
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

body, div, p, span, input {
  font-size: 16px;
  font-family: var(--font);
}

body, div, p, span {
  color: var(--textColor);
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

input {
  color: var(--headingColor);
}

p {
  margin-bottom: 8px;
}

.description p {
  line-height: 30px;
}

.chevron-icon {
  background-image: var(--chevron);
  width: 12px;
  height: 7px;
  background-size: 36px;
  background-position: 0px 0px;
}

.lng-icon {
  background-image: var(--lng);
  width: 22px;
  height: 22px;
  background-size: 68px;
  background-position: 0px 0px;
}

.section .highlight {
  color: var(--mainColor)!important;
}

.section .highlight2 {
  color: var(--mainColor2)!important;
}

.section .highlight3 {
  color: var(--mainColor3)!important;
}

.heading,
.description {
  margin-bottom: 20px;
}

.full-height {
  height: 770px;
}

.space-top {
  padding-top: 100px;
}

.space-btm {
  padding-bottom: 100px;
}

.container.position-relative {
  z-index: 1;
}

.bg-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-icon {
  background-repeat: no-repeat;
}

.bg-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 12px 16px;
  min-width: 140px;
  transition: all 0.15s linear;
}

.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn.main-btn.bg2:hover,
.btn.main-btn.bg2 {
  background-color: var(--mainColor2);
}

.btn.main-btn {
  border-radius: 35px;
  color: var(--lightColor);
  background-color: var(--mainColor);
  padding: 14px 30px;
}

.btn.main-btn:hover {
  color: var(--lightColor);
  background-color: var(--mainColor);
  transform: scale(1.05);
}

.btn.outline-btn {
  border-radius: 35px;
  color: var(--headingColor);
  background-color: transparent;
  border: 2px solid var(--mainColor);
}

.btn.outline-btn:hover {
  background-color: var(--mainColor);
  color: var(--lightColor);
  border-color: var(--mainColor);
}

.bg-img,
.bg-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.title {
  font-size: 18px;
  font-weight: 400;
}

.title.big {
  font-size: 20px;
}

.max-w {
  max-width: 500px;
}

.max-w2 {
  max-width: 450px;
}

.max-w3 {
  max-width: 550px;
}

.max-w4 {
  max-width: 600px;
}

.max-w5 {
  max-width: 650px;
}

.bg2 {
  color: #fff;
  background-color: var(--mainColor2);
}

.bg3 {
  color: #fff;
  background-color: var(--bgColor);
}

.bg-wave {
  height: 132px;
  background-image: var(--bgwave);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0px 0px;
}

.bg-wave.top-wave {
  top: -1px;
}

.bg-wave.btm-wave {
  bottom: -1px;
}


.bg-brush {
  height: 73px;
  background-image: var(--bgbrush);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0px 100%;
}

.bg-brush.btm-brush,
.bg-wave.btm-wave {
  transform: rotate(180deg);
}

.slider-container .slider-inner {
  max-width: 525px;
}

.slider-container .slider-display {
  height: 340px;
  border-radius: 35px;
  border: 4px solid var(--mainColor2);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.slider-container .slider-display .icon-zoom img {
  display: none;
}

.about-section .video-container .pic-overlay .icon-zoom,
.slider-container .slider-display.video-overlay .icon-zoom {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: var(--mainColor2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section .video-container .pic-overlay .icon-zoom .bg-icon,
.slider-container .slider-display.video-overlay .icon-zoom .bg-icon {
  background-image: var(--overlayIcon);
  width: 37px;
  height: 41px;
  background-size: 260px;
  background-position: -223px 0px;
  margin: 0 0 2px 6px;
}

.slider-container.highlight .slider-thumbs .thumb:hover,
.slider-container.highlight .slider-thumbs .thumb.active,
.slider-container.highlight .slider-display {
  border-color: var(--mainColor);
}

.slider-container.highlight .slider-display.video-overlay .icon-zoom,
.slider-container.highlight .slider-thumbs .thumb.thumb-video.active .icon-display,
.slider-container.highlight .slider-control .slider-arrow:hover:not([disabled]),
.slider-container.highlight .slider-thumbs .icon-display {
  background-color: var(--mainColor);
}

.slider-container .pic-overlay {
  opacity: 0;
  background-color: rgba(0,0,0,.65);
  transition: opacity 0.2s linear;
  user-select: none;
}

.slider-container .slider-display.video-overlay .pic-overlay {
  opacity: 1;
  backdrop-filter: blur(4px);
  background-color: rgba(255,255,255,.1);
}

.slider-container .slider-display:hover .pic-overlay {
  opacity: 1;
}

.slider-container .slider-display:not(.video-overlay):hover .icon-zoom img {
  display: block;
}

.slider-container .slider-display .bg-pic {
  transition: transform 0.35s ease-in-out;
}

.slider-container .slider-display:hover .bg-pic {
  transform: scale(1.2);
}

.slider-container .slider-control {
  margin-top: 15px;
}

.slider-container .slider-control .slider-arrow {
  border: 1px solid #ebebeb;
  outline: none;
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.15s linear;
}

.slider-container .slider-control .slider-arrow .bg-icon {
  height: 25px;
  width: 14px;
  background-size: 82px;
  background-position: 0px 0px;
  background-image: url('../img/icons/arrow.png');
}

.slider-container.highlight .slider-control .slider-arrow .bg-icon {
  background-position: -17px 0px;
}

.slider-container .slider-control .next-arrow {
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,.12);
  padding-left: 10px;
}

.slider-container .slider-control .prev-arrow {
  box-shadow: -1px 1px 3px 0 rgba(0,0,0,.12);
  padding-right: 10px;
}

.slider-container .slider-control .slider-arrow[disabled]:hover,
.slider-container .slider-control .slider-arrow[disabled] {
  background-color: #F8F8F8;
}

.slider-container .slider-control .prev-arrow .bg-icon {
  background-position: 0px 0px;
  transform: rotate(180deg);
}

.slider-container .slider-control .next-arrow[disabled] .bg-icon,
.slider-container .slider-control .prev-arrow[disabled] .bg-icon {
  background-position: -51px 0px;
}

.slider-container .slider-thumbs {
  width: calc(100% - 130px);
  height: 76px;
  flex: 0 0 calc(100% - 130px);
  overflow: hidden;
  margin: 0 15px;
}

.slider-container .slider-thumbs .thumbs-content {
  transform: translateX(0px);
  transition: transform 0.2s ease-in-out;
}

.slider-container .slider-control .slider-arrow:hover:not([disabled]) {
  background-color: var(--mainColor2);
  border-color: transparent;
}

.slider-container .slider-control .next-arrow:hover:not([disabled]) .bg-icon {
  background-position: -68px 0px;
}

.slider-container .slider-control .prev-arrow:hover:not([disabled]) .bg-icon {
  background-position: -68px 0px;
}

.slider-container .slider-thumbs .thumb {
  width: 125px;
  flex: 0 0 125px;
  border: 3px solid #a3a3a3;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s linear;
}

.slider-container .slider-thumbs .thumb:hover {
  border-color: var(--mainColor2);
}

.slider-container .slider-thumbs .thumb.active {
  border-color: var(--mainColor2);
}

.slider-container .slider-thumbs .thumb:not(:last-child) {
  margin-right: 10px;
}

.slider-container .slider-thumbs .thumb.thumb-video .video-frame {
  display: none;
}

.slider-container .slider-thumbs .thumb.thumb-video .thumb-overlay {
  opacity: 1;
  backdrop-filter: blur(2.5px);
  background-color: rgba(255,255,255,.1);
}

.slider-container .slider-thumbs .thumb.thumb-video.active .thumb-overlay {
  background-color: rgba(0,0,0,.5);
}

.slider-container .slider-thumbs .thumb.thumb-video .icon-display {
  background-color: #fff;
}

.slider-container .slider-thumbs .thumb.thumb-video.active .icon-display {
  background-color: var(--mainColor2);
}

.slider-container .slider-thumbs .thumb.thumb-video .icon-display .bg-icon {
  width: 14px;
  height: 16px;
  background-image: var(--playIcon);
  background-position: -18px 0px;
  background-size: 50px;
  margin-left: 2px;
}

.slider-container.highlight .slider-thumbs .thumb.thumb-video .icon-display .bg-icon {
  background-position: -36px 0px;
}

.slider-container .slider-thumbs .thumb.thumb-video.active .icon-display .bg-icon {
  background-position: 0px 0px;
}

.slider-container .slider-thumbs .icon-display {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--mainColor2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}

.slider-container .slider-thumbs .thumb-overlay {
  opacity: 0;
  background-color: rgba(0,0,0,.6);
  transition: opacity 0.2s linear;
}

.slider-container .slider-thumbs .thumb.active .thumb-overlay {
  opacity: 1;
}

.main-overlay .video-overlay,
.main-overlay .slider-overlay,
.main-overlay {
  display: none;
}

.main-overlay .video-overlay.active,
.main-overlay .slider-overlay.active,
.main-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-overlay .video-overlay iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.main-overlay {
  padding: 90px 0 20px 0;
  background-color: rgba(0,0,0,.85);
  overflow-y: auto;
  z-index: 9999999999;
}

.main-overlay.active2 {
  opacity: 0;
  animation: fadeOut2 0.23s linear;
}

.main-overlay .inner-overlay {
  max-width: 90%;
  max-height: 100%;
}

.main-overlay .slider-overlay .inner-slider {
  padding: 0 90px;
}

.main-overlay .slider-overlay img {
  height: 100%;
  border-radius: 15px;
}

.main-overlay .close-btn {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  top: -65px;
  right: 0px;
  width: 55px;
  height: 55px;
  padding: 0;
}

.main-overlay .close-btn .bg-icon {
  background-image: var(--overlayIcon);
  background-size: 348px;
  background-position: 0px 0px;
}

.main-overlay .slider-overlay button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: var(--mainColor);
}

.main-overlay .slider-overlay button[disabled] {
  background-color: #F8F8F8;
}

.main-overlay .slider-overlay button .bg-icon {
  background-image: var(--overlayIcon);
  background-size: 230px;
  background-position: -39px 0px;
  width: 37px;
  height: 35px;
}

.main-overlay .slider-overlay button[disabled] .bg-icon {
  background-position: -78px 0px;
}

.main-overlay .slider-overlay .inner-slider:not(.video-content) .video-frame,
.main-overlay .slider-overlay .inner-slider.video-content img {
  display: none;
}

.main-overlay .slider-overlay .next-btn {
  right: 0px;
  padding-left: 2px;
}

.main-overlay .slider-overlay .next-btn .bg-icon {
  transform: rotate(180deg);
}

.main-overlay .slider-overlay .prev-btn {
  left: 0px;
  padding-right: 2px;
}

.main-overlay .slider-overlay .inner-slider.video-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.scroll-btn {
  display: flex;
  bottom: 35px;
  right: 10px;
  padding-bottom: 80px;
  user-select: none;
  z-index: 9;
}

.scroll-btn.active {
  opacity: 1;
  animation: fadeIn2 0.2s linear;
}

.scroll-btn:not(.active) {
  display: none;
}

.scroll-btn .main-btn-container {
  border-radius: 100%;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  background-color: var(--mainColor);
  padding: 14px;
  cursor: pointer;
  animation: pulse 1s linear infinite;
}

.scroll-btn .quote-btn {
  margin-bottom: 12px;
}

.scroll-btn .call-btn .btn,
.scroll-btn .quote-btn .nav-link {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 35px;
  padding: 13px 20px;
  transition: color 0.15s linear;
  font-size: 15px;
  min-width: 140px;
  font-weight: 600;
  transition: all 0.18s linear;
}

.scroll-btn .call-btn .btn:hover,
.scroll-btn .quote-btn .nav-link:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.scroll-btn .main-btn-container::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
  border: 14px solid;
  border-color: transparent var(--mainColor) var(--mainColor) transparent;
  border-radius: 2px;
  opacity: 0;
}

.scroll-btn:hover .main-btn-container::before {
  opacity: 1;
}

.scroll-btn:hover .call-btn .btn,
.scroll-btn:hover .quote-btn .nav-link {
  visibility: visible;
  opacity: 1;
}

.page-404 .navbar {
  position: static!important;
}

.page-404 .heading h1 {
  font-size: 200px;
}

.page-404 .heading h1 .f-letter {
  left: -80px;
}

.page-404 .heading h1 .s-letter {
  right: -80px;
}

.page-404 .content {
  padding: 90px 20px 140px 20px;
}

.page-404 .content .main-btn {
  min-width: 180px;
}

@media only screen and (max-width: 1399px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1299px) {
  .main-overlay .slider-overlay .inner-slider.video-content iframe,
  .main-overlay .slider-overlay img {
    height: 80%;
  }
  .main-overlay .slider-overlay .video-frame {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 53px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .heading, .description {
    margin-bottom: 20px;
  }
  .space-top {
    padding-top: 90px;
  }
  .space-btm {
    padding-bottom: 90px;
  }
  .slider-container .slider-thumbs .thumb {
    flex: 0 0 102px;
    width: 102px;
  }
  .slider-container .slider-thumbs {
    height: 75px;
  }
  .page-404 .content {
    padding: 70px 20px 110px 20px;
  }
}

@media only screen and (max-width: 1099px) {
  .main-overlay .slider-overlay .inner-slider.video-content iframe,
  .main-overlay .slider-overlay img {
    height: 70%;
  }
}

@media only screen and (max-width: 991px) {
  .full-height {
    height: auto!important;
    min-height: auto!important;
  }
  .space-top {
    padding-top: 80px;
  }
  .space-btm {
    padding-bottom: 80px;
  }
  .bg-section.full-height {
    min-height: 700px!important;
  }
  .bg-section .row.full-height {
    min-height: inherit!important;
  }
  .slider-container .slider-thumbs .thumb {
    flex: 0 0 125px;
    width: 125px;
  }
  .slider-container .slider-thumbs {
    height: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .main-overlay .slider-overlay img {
    width: 90%;
    height: auto;
  }
  .main-overlay .slider-overlay .inner-slider.video-content iframe {
    height: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .space-top {
    padding-top: 80px;
  }
  .space-btm {
    padding-bottom: 80px;
  }
  .slider-container .slider-thumbs .thumb {
    flex: 0 0 122px;
    width: 122px;
  }
  .main-overlay .slider-overlay img {
    width: 100%;
  }
  .main-overlay .slider-overlay .inner-slider {
    padding: 0 30px;
  }
  .page-404 .content {
    padding: 70px 20px 100px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .space-top {
    padding-top: 55px;
  }
  .space-btm {
    padding-bottom: 55px;
  }
  .bg-section.full-height {
    min-height: 650px!important;
  }
  .slider-container .slider-inner {
    max-width: 384px;
  }
  .slider-container .slider-display {
    height: 275px;
  }
  .slider-container .slider-thumbs {
    height: 75px;
  }
  .main-overlay .slider-overlay button {
    width: 50px;
    height: 50px;
  }
  .main-overlay .slider-overlay button .bg-icon {
    background-size: 191px;
    background-position: -33px 0px;
    width: 30px;
    height: 31px;
  }
  .main-overlay .slider-overlay button[disabled] .bg-icon {
    background-position: -66px 0px;
  }
  .main-overlay .slider-overlay .next-btn {
    right: -10px;
  }
  .main-overlay .slider-overlay .prev-btn {
    left: -10px;
  }
  .main-overlay .video-overlay iframe {
    height: 80%;
  }
  .main-overlay .video-overlay .inner-video {
    display: flex;
    align-items: center;
  }
  .page-404 .content .pic img {
    width: 240px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .btn {
    font-size: 15px;
  }
  .bg-wave {
    height: 45px;
  }
  .page-404 .heading h1 {
    font-size: 170px;
  }
  .page-404 .content h1 img {
    max-width: 190px;
  }
  .page-404 .heading h1 .s-letter {
    right: -65px;
  }
  .page-404 .heading h1 .f-letter {
    left: -65px;
  }
}

@media only screen and (max-width: 425px) {
  .slider-container .slider-inner {
    max-width: 320px;
  }
  .slider-container .slider-thumbs .thumb {
    flex: 0 0 90px;
    width: 90px;
  }
}

@media only screen and (max-width: 350px) {
  .slider-container .slider-inner {
    max-width: 292px;
  }
  .slider-container .slider-thumbs .thumb {
    flex: 0 0 76px;
    width: 76px;
  }
}



/*********************
******* Navbar *******
*********************/

.navbar {
  position: absolute;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
  padding-bottom: 15px;
  transition: top 0.18s linear;
  z-index: 99999;
}

.navbar.fixed-top {
  position: fixed;
  top: -223px;
}

.navbar.scroll {
  top: 0;
}

.navbar span,
.navbar li,
.navbar div,
.navbar a:not(.btn) {
  color: var(--headingColor);
  transition: color 0.18s linear;
  font-size: 16px;
  font-weight: 300;
}

.navbar .navbar-brand a {
  width: 200px;
}

.navbar .title-logo {
  width: 48px;
  margin-bottom: 7px;
}

.navbar .nav-title .txt {
  font-size: 14px;
  max-width: 170px;
}

.navbar .btm-nav {
  background-color: var(--bgColor2);
  border-radius: 35px;
  padding: 8px;
}

.navbar .btm-nav span,
.navbar .btm-nav li,
.navbar .btm-nav a {
  color: var(--lightColor);
}

.navbar .dropdown-menu li a {
  color: var(--headingColor);
  font-weight: 400;
}

.navbar-nav .dropdown-toggle:hover .txt,
.navbar-nav .nav-link:hover {
  color: var(--mainColor);
}

.navbar-nav .nav-link.active {
  font-weight: 400;
}

body.page-quote .navbar .navbar-nav .nav-quote-btn,
body.page-carnival .navbar .navbar-nav .nav-link[data-page='carnival'],
body.page-corporate .navbar .navbar-nav .nav-link[data-page='corporate'],
body.page-gelly .navbar .navbar-nav .nav-link[data-page='gelly-ball'],
body.page-inflatable .navbar .navbar-nav .nav-link[data-page='inflatable'],
body.page-school .navbar .navbar-nav .nav-link[data-page='school'],
body.page-team .navbar .navbar-nav .nav-link[data-page='team'],
body.page-home .navbar .navbar-nav .nav-link[data-page='home'] {
  font-weight: 400;
  color: var(--mainColor);
}

body:not(.page-home) .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .btm-nav .chevron-icon {
  background-position: -12px 0px;
}

.navbar .nav-item.dropdown:hover .lng-link .lng-icon {
  background-position: -46.2px 0px;
}

.navbar .nav-item.dropdown:hover .lng-link .chevron-icon {
  background-position: -24.8px 0px;
}

.navbar .btm-nav .nav-item.dropdown:hover .chevron-icon {
  background-position: -24.4px 0px;
}

.navbar .nav-item.dropdown .chevron-icon {
  transition: transform 0.15s linear;
}

.navbar .nav-item.dropdown:hover .chevron-icon {
  transform: rotate(180deg);
}

.navbar .nav-item.dropdown:hover .txt {
  color: var(--mainColor);
}

.navbar .btm-nav .navbar-nav > li:not(:last-child) {
  margin-right: 22px;
}

.navbar .nav-options .btn {
  font-size: 15px;
}

.navbar .nav-options .navbar-nav > li:first-child {
  position: relative;
  padding-right: 15px;
}

.navbar .nav-options .navbar-nav > li:not(:last-child) {
  margin-right: 15px;
}

.navbar .nav-options .navbar-nav > li:first-child::before {
  content: '';
  position: absolute;
  right: 0px;
  width: 1px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--headingColor);
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .nav-item.dropdown .dropdown-item {
  padding: 8px 12px;
  font-weight: 400;
  transition: all 0.1s linear;
}

.navbar .nav-item.dropdown .dropdown-item.active {
  color: var(--mainColor);
  background-color: var(--mainColorOverlay);
}

body.page-inflatable .navbar .dropdown-menu li .dropdown-item[data-page="inflatable"],
body.page-carnival .navbar .dropdown-menu li .dropdown-item[data-page="carnival"],
body.page-gelly .navbar .dropdown-menu li .dropdown-item[data-page="gelly"],
.navbar .nav-item.dropdown .dropdown-item:hover {
  color: var(--mainColor);
  background-color: var(--mainColorOverlay);
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand a {
    width: 170px;
  }
  .navbar .title-logo {
    width: 40px;
    margin-bottom: 6px;
  }
  .navbar span, .navbar li, .navbar div, .navbar a:not(.btn) {
    font-size: 15px;
  }
  .navbar .nav-options .navbar-nav > li:first-child {
    padding-right: 10px;
  }
  .navbar .nav-options .navbar-nav > li:not(:last-child) {
    margin-right: 10px;
  }
  .navbar .btm-nav .navbar-nav > li:not(:last-child) {
    margin-right: 15px;
  }
  .navbar.fixed-top {
    top: -206px;
  }
  .navbar.scroll {
    top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding-bottom: 10px;
  }
  .navbar .navbar-toggler {
    display: flex;
    width: 50px;
    height: 40px;
    padding: 6px;
    border-color: var(--mainColor);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
    transition: all 0.18s ease-in-out;
  }
  .navbar .navbar-toggler .nav-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--mainColor);
    transition: transform 0.25s ease-in-out, opacity 0.15s linear, background-color 0.18s ease-in-out;
  }
  .navbar .navbar-toggler .nav-line:nth-child(2) {
    margin: 6px 0;
  }
  .navbar .mob-logo {
    width: 150px;
  }
  .navbar.fixed-top {
    top: -111px;
  }
  .navbar.scroll {
    top: 0;
  }
  .navbar.active-mob .navbar-toggler .nav-line:nth-child(1) {
    transform: translate(0px, 7px) rotate(-45deg);
  }
  .navbar.active-mob .navbar-toggler .nav-line:nth-child(2) {
    opacity: 0;
  }
  .navbar.active-mob .navbar-toggler .nav-line:nth-child(3) {
    transform: translate(0px, -7px) rotate(45deg);
  }
  .navbar.active-mob .navbar-collapse {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.12);
    overflow: hidden;
  }
  .navbar .top-nav .nav-options .btn,
  .navbar .top-nav .nav-options .nav-btn,
  .navbar .top-nav .nav-options {
    width: 100%;
  }
  .navbar .top-nav .nav-options .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navbar .navbar-collapse .inner-collapse .top-nav {
    order: 2;
  }
  .navbar .navbar-collapse .inner-collapse .btm-nav {
    order: 1;
  }
  .navbar .btm-nav {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
  }
  .navbar .btm-nav span,
  .navbar .btm-nav li,
  .navbar .btm-nav a {
    font-weight: 500;
    color: var(--headingColor);
  }
  .navbar .btm-nav .navbar-nav > li:not(:last-child) {
    margin-right: 0px;
  }
  .navbar .btm-nav .chevron-icon {
    background-position: 0px 0px;
  }
  .navbar .nav-item.dropdown .dropdown-item,
  .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    position: absolute;
  }
  .navbar .navbar-toggler:hover {
    background-color: var(--mainColor);
  }
  .navbar .navbar-toggler:hover .nav-line {
    background-color: #fff;
  }
  .navbar .inner-collapse  {
    padding: 10px 15px 15px 15px;
  }
  .navbar .nav-link {
    padding: 10px 0;
  }
  .navbar .nav-options .navbar-nav > li:not(:last-child) {
    margin-right: 20px;
  }
  .navbar .nav-options .navbar-nav > li:first-child {
    padding-right: 20px;
  }
  .navbar .top-nav .nav-options .nav-btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .navbar .nav-title {
    display: none;
  }
  .navbar .mob-logo {
    width: 130px;
  }
  .navbar.fixed-top {
    top: -100px;
  }
  .navbar.scroll {
    top: 0;
  }
  .navbar.active-mob .navbar-collapse {
    top: 93px;
  }
}

/*********************
******* Header *******
*********************/

.header-section {
  margin-top: 223px;
}

.header-section.bg-home {
  background-image: var(--bgHome);
}

.header-section.bg-school {
  background-image: var(--bgSchool);
}

.header-section.bg-corporate {
  background-image: var(--bgCorporate);
}

.header-section.bg-team {
  background-image: var(--bgTeam);
}

.header-section.bg-gelly {
  background-image: var(--bgGelly);
}

.header-section.bg-carnival {
  background-image: var(--bgCarnival);
}

.header-section.bg-inflatable {
  background-image: var(--bgInflatable);
}

.header-section .overlay {
  background: linear-gradient(to right, rgb(24 24 24 / 60%) 84%, transparent 100%);
  backdrop-filter: blur(3px);
  width: 48%;
}

.header-section.bg-inflatable .overlay {
  background: linear-gradient(to right, rgb(29 34 44 / 60%) 84%, transparent 100%);
}

.header-section.bg-carnival .overlay {
  background: linear-gradient(to right, rgb(4 20 36 / 53%) 89%, transparent 99%);
  backdrop-filter: blur(3px);
  width: 50%;
}

.header-section.bg-school .overlay {
  background: linear-gradient(to right, rgb(48 48 48 / 60%) 84%, transparent 99%);
}

.header-section.bg-section .row,
.header-section.bg-section {
  min-height: 800px;
}

.header-section.bg-section h1,
.header-section.bg-section p {
  color: var(--lightColor);
}

@media only screen and (max-width: 1399px) {
  .header-section .overlay {
    width: 55%;
  }
}

@media only screen and (max-width: 1199px) {
  .header-section {
    margin-top: 205px;
  }
  .header-section.bg-section .row,
  .header-section.bg-section {
    min-height: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .header-section {
    margin-top: 112px;
  }
  .header-section .overlay {
    width: 100%;
    backdrop-filter: blur(2px);
    background: rgb(24 24 24 / 55%);
  }
  .header-section.bg-inflatable .overlay {
    background: rgb(29 34 44 / 60%);
  }
  .header-section.bg-school .overlay {
    background: rgb(54 54 54 / 60%);
  }
  .header-section.bg-carnival .overlay {
    background:  rgb(4 20 36 / 53%);
    backdrop-filter: blur(2px);
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .header-section {
    margin-top: 101px;
  }
}


/*********************
******* About ********
*********************/

.about-section .pic .rounded-circle {
  border: 5px solid var(--mainColor2);
}

.about-section .pic .bg-pic {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  border: 5px solid var(--mainColor2);
  border-radius: 100%;
}

.about-section .pic .bg-pic.highlight {
  border-color: var(--mainColor);
}

.about-section .pic .rounded-circle.highlight {
  border: 5px solid var(--mainColor);
}

.about-section .video-container .pic {
  overflow: hidden;
  border-radius: 100%;
}

.about-section .video-container .pic .rounded-circle {
  border: none;
  transition: transform 0.35s ease-in-out;
}

.about-section .video-container {
  display: inline-block;
  user-select: none;
}

.about-section .video-container .pic:hover img {
  transform: scale(1.2);
}

.about-section .video-container .pic-overlay {
  border: 5px solid var(--mainColor2);
  border-radius: 100%;
  backdrop-filter: blur(4px);
  cursor: pointer;
  left: 0;
}

.about-section .video-container .video-frame {
  display: none;
}

.about-section .description p {
  line-height: 30px;
}

.about-section .features-box {
  max-width: 1160px;
}

.about-section .features-box .inner-box {
  border-radius: 35px;
  padding: 35px;
}

.about-section .features-box .left-box .inner-box {
  background-color: var(--mainOverlay);
}

.about-section .features-box .inner-box .txt {
  font-weight: 500;
}

.about-section .features-box .left-box .inner-box h5,
.about-section .features-box .left-box .inner-box div {
  color: var(--mainColor);
}

.about-section .features-box .right-box .inner-box {
  background-color: var(--mainOverlay2);
}

.about-section .features-box .right-box .inner-box h5,
.about-section .features-box .right-box .inner-box div {
  color: var(--mainColor2);
}

.about-section .features-box .check-icon {
  background-image: var(--checkIcon);
  background-size: 45px;
  background-position: 0px 0px;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-right: 12px;
}

.about-section .features-box .right-box .check-icon {
  background-position: -23px 0px;
}

.about-section .features-box .feature {
  margin-bottom: 10px;
}

.about-section .features-box .left-box .box-icon {
  top: -46px;
  left: 0;
}

.about-section .features-box .right-box .box-icon {
  top: -105px;
  right: -25px;
}

.services-container {
  max-width: 1190px;
  margin: 0 auto;
}

.services-container p {
  font-weight: 500;
  color: var(--headingColor);
}

.services-container .service-box.sc-animation {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.25s linear;
}

.services-container .service-box.sc-animation.anim-done {
  transform: translateY(0px);
  opacity: 1;
}

.services-container .service-box .content {
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,.12);
  border-radius: 15px;
  padding: 20px 25px;
  min-height: 230px;
  max-width: 320px;
  margin: 0 auto 40px auto;
  height: calc(100% - 40px);
}

.services-container .service-box .icon {
  max-width: 75px;
  margin: 0 auto 20px auto;
}

.services-container .service-box .check-icon {
  width: 23px;
  height: 23px;
  background-image: var(--checkIcon);
  background-size: 45px;
  background-position: 0px 0px;
  top: 15px;
  left: 15px;
}

/* Responsive */

@media only screen and (max-width: 1399px) {
  .about-section .features-box .left-box .box-icon {
    top: -44px;
    left: -10px;
  }
  .about-section .pic .bg-pic {
    width: 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-section .features-box .left-box .box-icon img {
    width: 60px;
  }
  .about-section .features-box .left-box .box-icon {
    top: -40px;
    left: -20px;
  }
  .about-section .features-box .right-box .box-icon {
    top: -92px;
    right: -39px;
  }
  .about-section .features-box .right-box .box-icon img {
    width: 105px;
  }
  .about-section .features-box {
    padding-top: 80px;
  }
  .about-section .inner-content {
    padding: 0 15px
  }
  .about-section .pic .bg-pic {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 1070px) {
  .about-section .features-box .right-box .box-icon {
    right: 0;
  }
  .about-section .features-box .left-box .box-icon {
    top: -50px;
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .inner-content {
    padding: 0px;
  }
  .about-section .features-box .inner-box,
  .about-section .pic img {
    max-width: 450px;
  }
  .about-section .features-box .left-box .box-icon {
    top: -40px;
    left: 89px;
  }
  .about-section .features-box {
    padding-top: 50px;
  }
  .about-section .features-box > div:first-child {
    margin-bottom: 35px;
  }
  .about-section .features-box .right-box .box-icon {
    right: 30px;
    top: -76px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .features-box .left-box .box-icon {
    left: 0px;
  }
  .about-section .features-box .right-box .box-icon {
    right: -25px;
    top: -84px;
  }
  .services-container .service-box .content {
    padding: 15px;
    min-height: 205px;
    max-width: 280px;
    margin-bottom: 30px;
  }
  .services-container .service-box:last-child .content {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .about-section .features-box .right-box .box-icon {
    right: 0;
  }
  .about-section .pic .bg-pic {
    width: 350px;
    height: 350px;
    border-width: 3px;
  }
}

@media only screen and (max-width: 500px) {
  .about-section .video-container,
  .about-section .inner-content:not(.video-container) .pic img {
    max-width: 90%;
  }
  .about-section .video-container .pic-overlay {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-section .video-container .pic img {
    max-width: 100%;
  }
  .about-section .features-box .inner-box {
    padding: 25px;
  }
  .about-section .features-box .inner-box .heading {
    text-align: center;
  }
  .about-section .features-box .left-box .box-icon img {
    width: 52px;
  }
  .about-section .features-box .right-box .box-icon img {
    width: 92px;
  }
  .about-section .features-box .right-box .box-icon {
    top: -75px;
    right: -5px;
  }
  .about-section .features-box .check-icon {
    background-size: 41px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .about-section .features-box .right-box .check-icon {
    background-position: -21px 0px;
  }
  .about-section .features-box .feature {
    margin-bottom: 12px;
  }
  .about-section .pic .bg-pic {
    width: 300px;
    height: 300px;
    border-width: 3px;
  }
}

@media only screen and (max-width: 400px) {
  .about-section .features-box .inner-box {
    padding: 20px;
  }
}


/*********************
******** We Do *******
*********************/

.wedo-section.bg2 .description p,
.wedo-section.bg2 h2 {
  color: var(--lightColor);  
}

.wedo-section.bg2 .description p {
  font-weight: 300;
  line-height: 30px;
}

.wedo-section.bg2 .description .title {
  font-weight: 400;
}

.wedo-section .details-row .icon {
  flex: 0 0 35px;
  width: 35px;
  margin-right: 15px;
}

.wedo-section .details-row {
  margin-bottom: 25px;
}

.wedo-section .details-row .txt {
  color: var(--mainColor3);
}

.wedo-section .pic {
  flex: 0 0 47%;
  width: 47%;
}

.wedo-section .pic .inner-pic {
  display: inline-block;
  background-color: #fff;
  padding: 10px 10px 26px 10px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 16px 0px rgba(0,0,0,.3);
}

.wedo-section .pic .bg-pic {
  width: 250px;
  height: 245px;
}

.wedo-section .pic1 {
  transform: rotate(2.5deg);
}

.wedo-section .pic2 {
  transform: rotate(-2.5deg);
}

.wedo-section .pic3 {
  flex: 0 0 100%;
  width: 100%;
  transform: rotate(1deg);
}

.wedo-section .pic3 .bg-pic {
  width: 445px;
  height: 320px;
}

.wedo-section .right-content .pic1 .icon {
  top: -52px;
  left: -53px;
  width: 110px;
}

.wedo-section .slides-category {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  transition: transform 0.25s ease-in-out;
}

.wedo-section .slides-category .category-btn {
  min-height: 260px;
  flex: 0 0 250px;
  margin: 0 25px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.15s linear;
}

.wedo-section .slides-category .category-btn .category-txt {
  font-size: 16px;
  font-weight: 400;
  color: var(--lightColor);
  transition: color 0.15s linear;
}

.wedo-section .slides-category .category-btn:hover,
.wedo-section .slides-category .category-btn.active {
  background-color: #549C3C;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.08);
}

.wedo-section .slides-category .category-btn .bg-pic {
  height: 155px;
  border-radius: 100%;
  width: 155px;
  margin: 0 auto 20px auto;
  border: 3px solid #Fff;
  transition: border-color .15s linear;
}

.wedo-section .slides-category .category-btn:hover .bg-pic,
.wedo-section .slides-category .category-btn.active .bg-pic {
  border-color: var(--mainColor3);
}

.wedo-section .slides-category .category-btn.active .category-txt {
  color: var(--mainColor3);
  font-weight: 500;
}

.wedo-section .slides-category .category-btn:hover .category-txt {
  color: var(--mainColor3);
}

.wedo-section .slide-show {
  background-color: #549c3c;
  padding: 55px;
  border-radius: 45px;
}

.wedo-section .slide-show:not(.active) {
  display: none;
}

.wedo-section .slide-show .slider-container .slider-inner {
  max-width: 900px;
}

.wedo-section .slide-show .slider-container .slider-display {
  height: 620px;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,.2);
}

.wedo-section .slide-show .slider-container .slider-thumbs .thumb {
  width: 240px;
  flex: 0 0 240px;
}

.wedo-section .slide-show .slider-container .slider-thumbs {
  height: 140px;
  width: calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
}

.wedo-section .slide-show .slider-container .slider-thumbs .thumb:hover,
.wedo-section .slide-show .slider-container.highlight .slider-display,
.wedo-section .slide-show .slider-container .slider-thumbs .thumb.active {
  border-color: var(--mainColor3);
}

.wedo-section .slide-show .slider-container .slider-thumbs .thumb {
  border-color: #fff;
}

.wedo-section .slide-show .slider-container .slider-thumbs .icon-display {
  width: 46px;
  height: 46px;
}

.wedo-section .slide-show .slider-container .slider-thumbs .thumb.thumb-video .icon-display .bg-icon {
  width: 17px;
  height: 19px;
  margin-left: 4px;
  background-size: 62px;
  background-position: -45px 0px;
}

.wedo-section .slide-show .slider-container .slider-thumbs .thumb.thumb-video.active .icon-display .bg-icon {
  background-position: 0px 0px;
}

.wedo-section .slide-show .slider-container .icon.stars {
  width: 100px;
  top: -62px;
  left: -58px;
  z-index: 2;
}

.wedo-section .slide-show .slider-container .slider-control .slider-arrow {
  width: 65px;
  flex: 0 0 65px;
  height: 65px;
}

.wedo-section .slide-show .slider-container .slider-control .slider-arrow .bg-icon {
  width: 17px;
  height: 31px;
  background-size: 100px;
}

.wedo-section .slide-show .slider-container .slider-control .prev-arrow {
  padding-right: 11px;
}

.wedo-section .slide-show .slider-container.highlight .slider-control .slider-arrow .bg-icon {
  background-position: -21px 0px;
}

.wedo-section .slide-show .slider-container .slider-control .next-arrow[disabled] .bg-icon,
.wedo-section .slide-show .slider-container .slider-control .prev-arrow[disabled] .bg-icon {
  background-position: -62px 0px;
}

.wedo-section .slide-show .slider-container .slider-control .prev-arrow:hover:not([disabled]) .bg-icon,
.wedo-section .slide-show .slider-container .slider-control .next-arrow:hover:not([disabled]) .bg-icon {
  background-position: -83px 0px;
}

.wedo-section.style2 .txt-content .num {
  width: 35px;
  flex: 0 0 35px;
}

.wedo-section.style2 .pic .bg-pic {
  max-width: 490px;
  width: 100%;
  height: 340px;
  border: 4px solid var(--mainColor);
  border-radius: 35px;
}

.wedo-section.style2 .pic {
  width: 100%;
}

.wedo-section.style2 .pic .bg-pic.highlight2 {
  border-color: var(--mainColor2);
}

.wedo-section.style2 .row {
  max-width: 1050px;
  margin: 0 auto;
}

.wedo-section.style2 .row-content {
  margin-bottom: 75px;
}

.wedo-section.style2 .txt .h4 {
  display: inline-block;
  position: relative;
  top: -3px;
}

.wedo-section.style2 .txt .num {
  width: 25px;
}

.wedo-section.style2 .txt p {
  padding-left: 32px;
}

/* Responsive */

@media only screen and (max-width: 1399px) {
  .wedo-section:not(.style2) .container > .row {
    padding: 80px 0;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) {
    flex: 0 0 50%;
    width: 50%;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    width: 225px;
    height: 230px;
  }
  .wedo-section .right-content .pic1 .icon {
    top: -41px;
    left: -44px;
    width: 95px;
  }
  .wedo-section .space-top {
    padding-top: 80px;
  }
  .wedo-section .space-btm {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .wedo-section:not(.style2) .container > .row {
    padding: 70px 0;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    width: 195px;
    height: 200px;
  }
  .wedo-section:not(.style2) .pic3 .bg-pic {
    width: 415px;
    height: 300px;
  }
  .wedo-section .right-content .pic1 .icon {
    top: -35px;
    left: -46px;
    width: 85px;
  }
  .wedo-section .slides-category {
    margin-bottom: 15px;
  }
  .wedo-section .slide-show .slider-container .icon.stars {
    width: 85px;
    top: -46px;
    left: -48px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 215px;
    flex: 0 0 215px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    height: 130px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 595px;
  }
  .wedo-section.style2 .pic .bg-pic {
    max-width: 430px;
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .wedo-section .details-row .widget4 {
    flex: 0 0 26px;
    width: 26px;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    width: 205px;
    height: 205px;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) {
    flex: 0 0 36.5%;
    width: 36.5%;
  }
  .wedo-section .right-content .pic1 .icon {
    left: -36px;
  }
  .wedo-section:not(.style2) .container > .row {
    padding: 55px 0;
  }
  .wedo-section .slide-show {
    padding: 45px;
  }
  .wedo-section .slide-show .slider-container .icon.stars {
    width: 75px;
    top: -45px;
    left: -15px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 420px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 152px;
    flex: 0 0 152px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    height: 96px;
  }
  .wedo-section .slide-show {
    padding-bottom: 25px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .icon-display {
    width: 35px;
    height: 35px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb.thumb-video .icon-display .bg-icon {
    width: 14px;
    height: 16px;
    background-size: 50px;
    background-position: -36px 0px;
  }
  .wedo-section .slide-show .slider-container .slider-control .slider-arrow {
    width: 50px;
    flex: 0 0 50px;
    height: 50px;
  }
  .wedo-section .slide-show .slider-container.highlight .slider-control .slider-arrow .bg-icon {
    background-size: 80px;
    background-position: -16px 0px;
    width: 15px;
    height: 24px;
  }
  .wedo-section .slide-show .slider-container .slider-control .next-arrow[disabled] .bg-icon,
  .wedo-section .slide-show .slider-container .slider-control .prev-arrow[disabled] .bg-icon {
    background-position: -49px 0px;
  }
  .wedo-section .slide-show .slider-container .slider-control .prev-arrow:hover:not([disabled]) .bg-icon,
  .wedo-section .slide-show .slider-container .slider-control .next-arrow:hover:not([disabled]) .bg-icon {
    background-position: -65px 0px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    width: calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
  }
  .wedo-section .space-top {
    padding-top: 60px;
  }
  .wedo-section .space-btm {
    padding-bottom: 10px;
  }
  .wedo-section.style2 .txt p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    width: 185px;
    height: 185px;
  }
  .wedo-section:not(.style2) .pic2 {
    transform: rotate(-4.5deg);
  }
  .wedo-section .right-content .pic1 .icon {
    left: -48px;
    top: -31px;
    width: 80px;
  }
  .wedo-section .slide-show {
    padding: 35px 25px 25px 25px;
  }
  .wedo-section .slide-show .slider-container .icon.stars {
    width: 70px;
    top: -56px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 105px;
    flex: 0 0 105px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    height: 70px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 320px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .icon-display {
    width: 32px;
    height: 32px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb.thumb-video .icon-display .bg-icon {
    width: 13px;
    height: 14px;
    background-size: 46px;
    background-position: -33px 0px;
  }
  .wedo-section .slides-category {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 0px;
  }
  .slides-category-container .slides-category-content {
    background-color: #549C3C;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.08);
    overflow: hidden;
    border-radius: 35px;
    width: 100%;
    max-width: 249px;
    margin: 0 auto 40px auto;
  }
  .slides-category-container::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    border: 18px solid;
    border-color: #549C3E #549C3E transparent transparent;
    border-radius: 3px;
    box-shadow: 2px -2px 4px -1px rgba(0,0,0,.05);
  }
  .wedo-section .slides-category .category-btn:hover,
  .wedo-section .slides-category .category-btn.active {
    background-color: transparent;
    box-shadow: none;
  }
  .wedo-section .slides-category .category-btn {
    margin-bottom: 0px;
    padding: 15px;
    margin-left: 0px;
    min-height: inherit;
  }
  .wedo-section .slides-category .category-btn .bg-pic {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px auto;
  }
  .wedo-section .slides-category-container .mob-arrow {
    padding: 0 50px;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn {
    border: none;
    box-shadow: none;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    padding: 0px;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn .bg-icon {
    background-image: var(--overlayIcon);
    width: 37px;
    height: 37px;
    background-size: 235px;
    background-position: -40px 0px;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn[disabled] .bg-icon {
    background-position: -81px 0px;
  }
  .wedo-section .slides-category-container .mob-arrow .next-btn .bg-icon {
    transform: rotate(180deg);
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn:not([disabled]) {
    background-color: var(--mainColor3);
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn[disabled] {
    background-color: #F8F8F8;
  }
  .wedo-section .space-top {
    padding-top: 50px;
  }
  .wedo-section.style2 .pic img {
    width: 210px;
  }
}

@media only screen and (max-width: 575px) {
  .wedo-section:not(.style2) .pic:not(.pic3) {
    display: inline-block;
    flex: 0 0 auto;
    width: 100%;
  }
  .wedo-section:not(.style2) .inner-content .pic1 {
    flex: 0 0 230px;
    width: 230px;
    margin: 0 auto;
  }
  .wedo-section:not(.style2) .pic2 {
    transform: rotate(-1.5deg);
  }
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    width: 200px;
    height: 205px;
  }
  .wedo-section .right-content .pic1 .icon {
    left: -40px;
    top: -28px;
    width: 75px;
  }
  .wedo-section:not(.style2) .container > .row {
    padding: 40px 0 30px 0;
  }
  .wedo-section .right-content .inner-content {
    flex-direction: column;
  }
  .wedo-section .slides-category-container .mob-arrow {
    padding: 0px 10px;
  }
  .wedo-section .slide-show .slider-container .slider-inner {
    max-width: 350px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 285px;
  }
  .wedo-section.style2 .pic img {
    width: 190px;
  }
  .wedo-section.style2 .row-content {
    margin-bottom: 55px;
  }
  .wedo-section.style2 .row-content:last-child {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 500px) {
  .wedo-section:not(.style2) .pic3 .bg-pic {
    height: 290px;
  }
  .wedo-section:not(.style2) .pic:not(.pic3) .bg-pic {
    height: 200px;
  }
  .wedo-section:not(.style2) .pic3 .inner-pic {
    width: 90%;
  }
  .wedo-section:not(.style2) .pic3 .bg-pic {
    width: 100%;
  }
  .wedo-section:not(.style2) .container > .row {
    padding: 30px 0 20px 0;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn {
    width: 50px;
    height: 50px;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn .bg-icon {
    width: 31px;
    height: 29px;
    background-size: 190px;
    background-position: -32px 0px;
  }
  .wedo-section .slides-category-container .mob-arrow .arrow-btn[disabled] .bg-icon {
    background-position: -65px 0px;
  }
  .wedo-section.style2 .pic .bg-pic {
    max-width: 90%;
    height: 260px;
  }
  .wedo-section .space-btm {
    padding-bottom: 0px;
  }
  .wedo-section .space-top {
    padding-top: 40px;
  }
  .wedo-section.style2 .pic img {
    width: 170px;
  }
}

@media only screen and (max-width: 440px) {
  .wedo-section:not(.style2) .slide-show .slider-container .slider-inner {
    max-width: 310px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 85px;
    flex: 0 0 85px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 235px;
  }
  .wedo-section.style2 .pic .bg-pic {
    height: 235px;
  }
}

@media only screen and (max-width: 400px) {
  .wedo-section .slides-category-container .mob-arrow {
    padding: 0px;
  }
  .wedo-section .slides-category .category-btn {
    flex: 0 0 220px;
    width: 220px;
    padding: 10px;
  }
  .slides-category-container .slides-category-content {
    max-width: 220px;
  }
  .wedo-section .slide-show {
    padding-left: 18px;
    padding-right: 18px;
  }
  .wedo-section:not(.style2) .slide-show .slider-container .slider-inner {
    max-width: 280px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 70px;
    flex: 0 0 70px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    height: 65px;
  }
  .wedo-section .slide-show .slider-container .slider-display {
    height: 225px;
  }
}

@media only screen and (max-width: 350px) {
  .wedo-section:not(.style2) .slide-show .slider-container .slider-inner {
    max-width: 250px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs .thumb {
    width: 55px;
    flex: 0 0 55px;
  }
  .wedo-section .slide-show .slider-container .slider-thumbs {
    height: 58px;
  }
}

/*********************
****** Services ******
*********************/

.services-section .activity-icon {
  width: 85px;
  top: -64px;
}

.services-section .main-left .activity-icon {
  left: 25px;
}

.services-section .main-right .activity-icon {
  right: 81px;
  top: -51px;
}

.services-section .main-right {
  padding: 70px 0 60px 0;
  margin: 150px 0 185px 0;
  background-color: var(--bgColor);
}

.services-section .top-brush {
  top: -71px;
}

.services-section .btm-brush {
  bottom: -71px;
}

.services-section .main-left.slider3 .activity-icon {
  top: -50px
}

@media only screen and (max-width: 1399px) {
  .services-section .main-left .activity-icon {
    left: -15px;
  }
  .services-section .main-right .activity-icon {
    right: -9px;
  }
  .services-section .main-right {
    margin: 130px 0 165px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .services-section .main-left .activity-icon {
    width: 83px;
    top: -60px;
    left: 0;
  }
  .services-section .main-right {
    padding: 60px 0;
    margin-bottom: 150px;
  }
  .services-section .main-right .activity-icon {
    width: 75px;
    right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .services-section .main-left .activity-icon {
    width: 75px;
    top: -46px;
    left: 59px;
  }
  .services-section .main-right {
    margin: 100px 0 90px 0;
    padding: 50px 0;
  }
  .services-section .main-right .activity-icon {
    width: 70px;
    right: 71px;
    top: -38px;
  }
  .services-section .main-left.slider3 .activity-icon {
    top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .main-left .activity-icon {
    left: 0px;
  }
  .services-section .main-right .activity-icon {
    right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .services-section .main-left .activity-icon {
    width: 65px;
    left: 65px;
    top: -40px;
  }
  .services-section .main-right .activity-icon {
    right: 66px;
    top: -34px;
    width: 60px;
  }
  .services-section .main-left.slider3 .activity-icon {
    top: -20px;
  }
  .services-section .main-right {
    margin: 80px 0 65px 0;
  }
}

@media only screen and (max-width: 500px) {
  .services-section .main-left .activity-icon {
    left: 20px;
    top: -25px;
  }
  .services-section .main-right .activity-icon {
    right: 20px;
    top: -25px;
  }
}


/**************************
***** Feature Section *****
**************************/

.feature-section .features-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px 0;
}

.feature-section .features-list li:not(:last-child) {
  margin-bottom: 10px;
}

.feature-section .features-list li a {
  text-decoration: none;
}

.feature-section .features-list .icon {
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  border-radius: 100%;
  background-color: var(--mainColor2);
  margin-right: 10px;
  padding: 6px;
}

.feature-section .features-list .txt {
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .feature-section .features-list {
    max-width: 420px;
    margin: 15px auto 15px auto;
  }
  .feature-section .features-list li {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .feature-section .pic-content .pic {
    max-width: 90%;
  }
  .feature-section .features-list .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    padding: 6px;
  }
}

/*********************
********* FAQ ********
*********************/

.faq-section .custom-space.heading {
  margin-top: 190px;
}

.faq-section .heading .highlight-line {
  width: 87px;
  display: inline-block;
}

.faq-section .faq {
  margin-bottom: 35px;
}

.faq-section .faq .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.12);
  border: 1px solid #ededed;
}

.faq-section .faq .title {
  margin: 0;
  padding: 17px 50px 17px 20px;
  color: var(--headingColor);
  transition: color 0.12s linear;
  font-weight: 600;
}

.faq-section.mainstyle .faq.active .title {
  color: var(--mainColor2)
}

.faq-section .faq .txt {
  margin: 0;
  padding: 0 50px 17px 20px;
}

.faq-section .faq .faq-btn {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.faq-section .faq .faq-btn::before,
.faq-section .faq .faq-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--headingColor);
  border-radius: 10px;
  transition: all 0.12s linear;
}

.faq-section .faq .faq-btn::before {
  width: 2px;
  height: 16px;
  right: 27px;
}

.faq-section .faq .faq-btn::after {
  width: 16px;
  height: 2px;
}

.faq-section .faq.active .faq-btn::before {
  opacity: 0;
}

.faq-section.mainstyle .faq.active .faq-btn::after {
  background-color: var(--mainColor2);
}

.faq-section .faq .faq-content {
  overflow: hidden;
  height: 0px;
}

.faq-section .faq:not(.active) .faq-content {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .faq-section .custom-space.heading {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-section .custom-space.heading {
    margin-top: 135px;
  }
  .faq-section .faq {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section .custom-space.heading {
    margin-top: 145px;
  }
  .faq-section .faq {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .custom-space.heading {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section .custom-space.heading {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 500px) {
  .faq-section .custom-space.heading {
    margin-top: 91px;
  }
}


/*********************
******* Footer *******
*********************/

.footer-section p {
  color: var(--lightColor);
  font-weight: 300;
}

.footer-section .top-footer {
  padding: 60px 0 80px 0;
  background-color: var(--headingColor);
} 

.footer-section .top-footer .logo-container a {
  display: inline-block;
  width: 160px;
}

.footer-section .top-footer .footer-title {
  color: var(--mainColor);
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 500;
}

.footer-section .top-footer .right-content {
  padding-top: 65px;
}

.footer-section a {
  font-size: 15px;
  text-decoration: none;
  color: var(--lightColor);
  font-weight: 300;
  transition: color 0.18s ease-in-out;
}

.footer-section .top-footer .footer-links .footer-link:not(:last-child) {
  margin-bottom: 9px;
}

.footer-section .top-footer .footer-links a:hover {
  color: var(--mainColor);
}

.footer-section .top-footer .description {
  max-width: 415px;
}

.footer-section .top-footer .description p {
  line-height: 26px;
}

.footer-section .top-footer .social-links .social-btn {
  width: 38px;
  height: 38px;
}

.footer-section .top-footer .social-links .social-btn:not(:last-child) {
  margin: 0 9px 15px 0;
}

.footer-section .top-footer .footer-title .icon {
  width: 14px;
  margin-right: 6px;
}

.footer-section .top-footer .address .description {
  padding-left: 18px;
  max-width: 100%;
}

.footer-section .top-footer .address .description p {
  font-size: 15px;
}

.footer-section .top-footer .address .footer-title {
  margin-bottom: 10px;
}

.footer-section .btm-footer {
  padding: 20px 0;
  background-color: #303030;
}

.footer-section .btm-footer span,
.footer-section .btm-footer p {
  font-size: 14px;
}

/* Responsive */

@media only screen and (max-width: 991px) {
  .footer-section .top-footer {
    padding: 50px 0 40px 0;
  }
  .footer-section .top-footer .right-content {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-section .top-footer .footer-links .footer-link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-section .top-footer .footer-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer-section .top-footer .right-content {
    padding-top: 15px;
  }
  .footer-section .btm-footer {
    padding: 15px 0;
  }
}


/*********** Animation ***********/

@keyframes fadeOut2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(243, 178, 15, 0.7);
  }
  70% {
    box-shadow: 0px 0px 15px 10px rgba(243, 178, 15, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(243, 178, 15, 0);
  }
}