/* ------ Cascading Style Sheet ---------- */

*{padding: 0px; margin: 0px}

/*
    primary color: #7f8688
    secondary color: #929d9e
    alt color: #D0700F
*/

body, p, h1, h2, h3, h4, h5, h6{
    /* font-family: 'Shadows Into Light Two', cursive; */
}

a{
  color: #1a2d45;
}

a:hover{
    text-decoration:none;
    color: rgb(251 61 34);
}

nav{
    margin: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(251 61 34);
}

nav.navbar{
  background-color: rgba(25, 46, 66, 0.1);
}

.display-4, .lead{
    color: #fff;
    text-shadow: 0.075em 0.08em 0.1em rgb(173, 173, 173);
}

.bg-light {
    background-color: rgba(255,255,255,0.3);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.3em;
    /* text-shadow: 0.075em 0.08em 0.1em rgb(173, 173, 173); */
    /* text-shadow: 1px 1px #ccc; */
}

#menu-main-menu li.menu-item a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.3em;
  color: #fff;
  /* text-shadow: 0.075em 0.08em 0.1em rgb(173, 173, 173); */
  /* text-shadow: 1px 1px #ccc; */
}

.navbar{
  transition: 0.4s;
}

.inner-pages-banner{
  height: 400px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

body{
    background: #ffffff;
    color: #1a2d45;
}

p, h1, h2, h3, h4, h5, h6{
    color: #1a2d45;
}

.container > h5{
    text-align: center;
}

.logo{
    width: 150px;
    margin: 5px 0px;
    transition: 0.5s;
}

.features{
  font-size: 35px;
    background: #dcdcdc;
    padding: 10px;
    border-radius: 1.6rem;
}

.carousel-caption p{
  color: #fff;
  text-shadow: 0.075em 0.08em 0.1em rgb(173, 173, 173);
  margin-bottom: 1rem!important;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

header{
    background: #e5e5e5;
    -webkit-box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
    -moz-box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
    box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
}

.logos{
    float:left;
}

nav{
    float:right;
    margin: 5px;
}

nav > ul > li{
    display: inline-block;
    padding: 15px 15px 0px 15px;
}

.banner{
    width: 100%;
    height: 61%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.item-container{
    border: 1px solid #ccc;
    min-height: 300px;
}

.item-description{
    position: absolute§;
    bottom: 0px;
}

.item-description > p{
    margin: 10px 0px;
    font-size: 9pt;
}

.images-container{
    min-height: 150px;
}

.item-image{
    width:100%;
}

.fa-heart{
    color: #B62022;
}

button.btn-interest{
    background: transparent;
    border: 4px solid #3F83BF;
    color: #3F83BF;
    font-weight: bold;
    margin: 10px 0px 0px 0px; 
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  
.testimonial .carousel-item {
    height: unset !important;
}

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 200px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


footer{
    background: #e5e5e5;
    -webkit-box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
    -moz-box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
    box-shadow: inset -5px -63px 41px -24px rgba(255,255,255,1);
    height: 100px;
}

footer ul li{
    list-style-type: none;
}

ul > li.social-icons {
    display: inline-block;
    margin: 10px;
}

ul > li.social-icons > i{
    font-size: 25pt;
}

footer .footer-container h4{
    margin-bottom: 20px;
}

.clear{
    clear: both;
}

.bg-light{
    background: #bb321dfa !important;
}

.bg-light h5,.bg-light p,.bg-light button{
    color: #fff;

}



.amountField{
  background: transparent; 
  border: 0px; 
  border-bottom: 1px solid #ccc;
  font-size: 40px;
  width: 200px;
  color: #ffffff;
}

.amountField:focus{
  color: #ffffff;
  font-size: 40px;
  background: transparent; 
  border: 0px; 
  border-bottom: 1px solid #ccc;
  outline: -webkit-focus-ring-color auto 0px !important;
  width: 200px;
}


.bubble-wrap {
    position: fixed;
    bottom: -13em;
    padding: 3em;
 }
 
 .bubble {
    border-radius: 5em;
    box-shadow: 1px 1px 7px hsla(0, 0, 80%, 0.7);
    height: 8em;
    width: 8em;
    cursor: pointer;
    background-image: 
       radial-gradient(ellipse at 75% 70%, 
          hsla(0, 0%, 90%, 0.8), 
          hsla(0, 0%, 90%, 0.15) 9%, 
          hsla(0, 0%, 10%, 0.1) 90%,
          hsla(0, 0%, 10%, 0.1)
       ),
       radial-gradient(ellipse at 25% 30%, 
          hsla(0, 0%, 90%, 0.8), 
          hsla(0, 0%, 60%, 0.2) 7%, 
          hsla(0, 0%, 10%, 0.1) 90%,
          hsla(0, 0%, 10%, 0.1)
       );
 }
 
 .explosion {
    color: white;
    position: fixed;
    transform-origin: center;
    font-family: "Tillana", sans-serif;
    font-weight: 700;
    font-size: 20pt;
 }


.banner{
    background-image: url('../images/sliders/fun-time.jpg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover; 
}

 /*================================================

Score

================================================*/

.score {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
  }
  
  /*================================================
  
  Stage
  
  ================================================*/
  
  .stage {
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
  }
  
  /*================================================
  
  Tiles
  
  ================================================*/
  
  .tile {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    transition-property:
      background,
      box-shadow,
      opacity,
      transform
    ;
    transform: translateZ(0);
    transition-duration: 3000ms;
  }
  
  .tile:before {
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    transition: opacity 300ms;
  }
  
  .tile.path:before {
    opacity: 1;
  }
  
  .tile.up:before {
    border-bottom: 4px inset rgba(255, 255, 255, 0.15);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  
  .tile.down:before {
    border-top: 4px inset rgba(255, 255, 255, 0.15);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  
  .tile.left:before { 
    border-right: 4px inset rgba(255, 255, 255, 0.15);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  
  .tile.right:before { 
    border-left: 4px inset rgba(255, 255, 255, 0.15);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: unset!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
}

.dropdown-toggle:active {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
}

.dropdown-toggle:hover {
  color: #f33519;
  background-color: transparent;
  border-color: #f33519;
}

.show > .dropdown-toggle {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}




.login-username label{
  width: 100%
}

#user_login{
  width: 100% !important;
  padding: 5px 3px !important; 
}

.login-password{
  padding-top: 20px;
}

.login-password label{
  width: 100%
}

#user_pass{
  width: 100% !important;
  padding: 5px 3px !important; 
}

#wp-submit{
  padding: 5px 10px;
}

.woocommerce-success{
  background: #3d8e0038;
  padding: 15px 20px !important;
}

.woocommerce-error{
  background: #8e000038;
  padding: 15px 20px !important;
}



@media only screen and (max-width: 991px) {
  .menu-item{
    padding: 5px 0px;
  }

  .logo{
    width: 100px;
  }

  .navbar{
    background-color: #192e42!important;
  }

    nav button#dropdownMenu2{
      margin-left: 25px;
      margin-top: 15px;
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      right: unset !important;
      left: 40px !important;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: .5rem 0;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
  }

  .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border: 2px solid #deac54;
    background: #deac5473;
  }

  div.navbar-collapse.show ul li{
    padding: 13px 0px;
    border-bottom: 1px solid #cccccc4a;
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
}

  
  @media (max-width: 900px), (max-height: 900px) {
    .tile.up:before,
    .tile.down:before,
    .tile.left:before,
    .tile.right:before {
      border-width: 3px;
    }
  }
  
  @media (max-width: 500px), (max-height: 500px) {
    .tile.up:before,
    .tile.down:before,
    .tile.left:before,
    .tile.right:before {
      border-width: 2px;
    }
  }
  
  .tile.pressed {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    transition-duration: 0ms;
  }




.range-slider, .range-slider1 {
    margin: 60px 0 0 0%;
  }
  
  .range-slider, .range-slider1 {
    width: 100%;
  }
  
  .range-slider__range, .range-slider__range1 {
    -webkit-appearance: none;
    width: calc(90% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb, .range-slider__range1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover, .range-slider__range1::-webkit-slider-thumb:hover {
    background: #1abc9c;
  }
  .range-slider__range:active::-webkit-slider-thumb, .range-slider__range1:active::-webkit-slider-thumb {
    background: #1abc9c;
  }
  .range-slider__range::-moz-range-thumb, .range-slider__range1::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  
  

  .range-slider__range::-moz-range-thumb:hover, .range-slider__range1::-moz-range-thumb:hover {
    background: #1abc9c;
  }
  .range-slider__range:active::-moz-range-thumb, .range-slider__range1:active::-moz-range-thumb {
    background: #1abc9c;
  }
  .range-slider__range:focus::-webkit-slider-thumb, .range-slider__range1:focus::-webkit-slider-thumb  {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
  }
  
  .range-slider__value, .range-slider__value1 {
    display: inline-block;
    position: relative;
    width: 80px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
  }
  .range-slider__value:after, .range-slider__value1:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
  }
  
  ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }
  
  
  
  
  
  
  .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

/*.testimonial .carousel {*/
/*	padding-bottom:50px;*/
/*}*/
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/





.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: aqua;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px aqua;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: aqua;
    box-shadow: 0px 4.6666666667px 24px 3px aqua;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}