#footer .card{
    padding:30px;
}
.edit-sec-1 h4{
    color:#fff;
}
/*
.edit-sec-1 span,.edit-sec-1 p,.edit-sec-1 i{
    color:#fff;
}
*/
.edit-sec-2 span,.edit-sec-2 p,.edit-sec-2 i{
    color:#ddd;
}
.edit-sec-2 h4{
    color:#fff;
}
#single h4,#single h2{
    color:#fff;
}
#single p,#single ul li a{
    color:#ddd;
}







/* To modify the animation, change either @primaryClr or @ballSize for a different color and a different size. */
/* LESS Vars */
/*The Pacman*/

.pacman {
    position: relative;
  }
  .pacman .dot {
    position: absolute;
    width: 1.4px;
    height: 1px;
    top: 37px;
    left: -23px;
    background-color: #ffffff;
  }
  .pacman > div:nth-child(1),
  .pacman > div:nth-child(2) {
    width: 0;
    height: 0;
    border: 37.5px solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    left: -60px;
    -webkit-animation: rotate_pacman_half_up 0.5s infinite;
            animation: rotate_pacman_half_up 0.5s infinite;
    position: relative;
  }
  .pacman > div:nth-child(2) {
    -webkit-animation-name: rotate_pacman_half_down;
            animation-name: rotate_pacman_half_down;
    margin-top: -75px;
  }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s infinite linear;
            animation: pacman-balls 1s infinite linear;
    background-color: #ffffff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 75px;
  }
  .pacman > div:nth-child(3) {
    -webkit-animation-delay: -0.66s;
            animation-delay: -0.66s;
  }
  .pacman > div:nth-child(4) {
    -webkit-animation-delay: -0.33s;
            animation-delay: -0.33s;
  }
  /*Pacman Animation Keyframes*/
  @-webkit-keyframes rotate_pacman_half_up {
    0% {
      transform: rotate(270deg);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  @keyframes rotate_pacman_half_up {
    0% {
      transform: rotate(270deg);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  @-webkit-keyframes rotate_pacman_half_down {
    0% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(90deg);
    }
  }
  @keyframes rotate_pacman_half_down {
    0% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(90deg);
    }
  }
  @-webkit-keyframes pacman-balls {
    75% {
      opacity: 1;
    }
    100% {
      transform: translateX(-93.75px);
    }
  }
  @keyframes pacman-balls {
    75% {
      opacity: 1;
    }
    100% {
      transform: translateX(-93.75px);
    }
  }


  .nexgen-simple-form input,.nexgen-simple-form textarea{
    color:#fff;
  }
  .form-control:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
    color:#fff;
    border: none;
    box-shadow: none;
}
.navbar-sticky .nav-item a{
  color:#f9f9f9!important;
}

.wr360_player {
  position: relative;
}
.wr360_player:after {
  content: '';
  position: absolute;
  z-index: 9999999;
  right: 0px;
  top: 0px;
  background-color: #fff;
  width: 150px;
  height: 20px;
}
#wr360_menu_wr360PlayerId {
  display: none!important
}
#wr360container_wr360PlayerId a {
  display: none!important;
}
#wr360ToolBar_wr360PlayerId a {
  display: inline!important;
}
#wr360ToolBar_wr360PlayerId #wr360FullScreenButton_wr360PlayerId, #wr360ToolBar_wr360PlayerId .fullscreenon_button, #wr360ToolBar_wr360PlayerId .hotspotson_button {
  display: none!important
}