input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  background-color: #041526 !important;
  color: #a2a3a5 !important;
}

form label {
  position: relative;
  left: -10px;
}

.data-center li svg {
  color: #fc3;
}

@media only screen and (max-width: 992px) {
  .languages {
    margin-top: 10px;
  }
}

/* Cloud Moving Animation */

#Clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 30%;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: FadeIn 3s ease-out;
  animation: FadeIn 3s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: Float, FadeFloat;
  animation-name: Float, FadeFloat;
  z-index: 1;
}

.Cloud.Foreground {
  height: 10%;
  min-height: 20px;
  z-index: 3;
}

.Cloud.Background {
  height: 9.09090909%;
  min-height: 8px;
  -webkit-animation-duration: 210s;
  animation-duration: 210s;
}

@-webkit-keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }

  to {
    transform: translateX(-15%) translateZ(0);
  }
}

@keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }

  to {
    transform: translateX(-15%) translateZ(0);
  }
}

/*
  @keyframes Float {
    from { transform: translateX(100%) translateY(-100%) translateZ(0); }
    50% { transform: translateX(55%) translateY(0) translateZ(0); }
    to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
  }
  */
@-webkit-keyframes FadeFloat {

  0%,
  100% {
    opacity: 0;
  }

  5%,
  90% {
    opacity: 1;
  }
}

@keyframes FadeFloat {

  0%,
  100% {
    opacity: 0;
  }

  5%,
  90% {
    opacity: 1;
  }
}

.Cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
  animation-delay: -184.61538462s;
  top: 60%;
}

.Cloud.Foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
  height: 35%;
}

.Cloud.Background:nth-child(10) {
  -webkit-animation-duration: 110s;
  animation-duration: 110s;
  height: -3.40909091%;
}

.Cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
  animation-delay: -166.15384615s;
  top: 54%;
}

.Cloud.Foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
  animation-duration: 84s;
  height: 32.5%;
}

.Cloud.Background:nth-child(9) {
  -webkit-animation-duration: 114s;
  animation-duration: 114s;
  height: -2.15909091%;
}

.Cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
  animation-delay: -147.69230769s;
  top: 48%;
}

.Cloud.Foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
  animation-duration: 88s;
  height: 30%;
}

.Cloud.Background:nth-child(8) {
  -webkit-animation-duration: 118s;
  animation-duration: 118s;
  height: -0.90909091%;
}

.Cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
  animation-delay: -129.23076923s;
  top: 42%;
}

.Cloud.Foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
  animation-duration: 92s;
  height: 27.5%;
}

.Cloud.Background:nth-child(7) {
  -webkit-animation-duration: 122s;
  animation-duration: 122s;
  height: 0.34090909%;
}

.Cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
  animation-delay: -110.76923077s;
  top: 36%;
}

.Cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;
  animation-duration: 96s;
  height: 25%;
}

.Cloud.Background:nth-child(6) {
  -webkit-animation-duration: 126s;
  animation-duration: 126s;
  height: 1.59090909%;
}

.Cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
  animation-delay: -92.30769231s;
  top: 30%;
}

.Cloud.Foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  height: 22.5%;
}

.Cloud.Background:nth-child(5) {
  -webkit-animation-duration: 130s;
  animation-duration: 130s;
  height: 2.84090909%;
}

.Cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
  animation-delay: -73.84615385s;
  top: 24%;
}

.Cloud.Foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
  animation-duration: 104s;
  height: 20%;
}

.Cloud.Background:nth-child(4) {
  -webkit-animation-duration: 134s;
  animation-duration: 134s;
  height: 4.09090909%;
}

.Cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
  animation-delay: -55.38461538s;
  top: 18%;
}

.Cloud.Foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
  animation-duration: 108s;
  height: 17.5%;
}

.Cloud.Background:nth-child(3) {
  -webkit-animation-duration: 138s;
  animation-duration: 138s;
  height: 5.34090909%;
}

.Cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
  animation-delay: -36.92307692s;
  top: 12%;
}

.Cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
  animation-duration: 112s;
  height: 15%;
}

.Cloud.Background:nth-child(2) {
  -webkit-animation-duration: 142s;
  animation-duration: 142s;
  height: 6.59090909%;
}

.Cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
  animation-delay: -18.46153846s;
  top: 6%;
}

.Cloud.Foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
  animation-duration: 116s;
  height: 12.5%;
}

.Cloud.Background:nth-child(1) {
  -webkit-animation-duration: 146s;
  animation-duration: 146s;
  height: 7.84090909%;
}

.Cloud {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAABgCAMAAACkEinRAAAAAXNSR0IB2cksfwAAAe9QTFRFBiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNABiNAiWGcOwAAAKV0Uk5TAA1bmcXf8Pn9//78+OvZwI5JBgRhuOSqUFnI9UMLlvHnew+n+ooCbkbp2Cis5s4RVvIwf1WYnYhaaTg5+/QYbDb24bWBKgiUJrt9CuM0Tl1RQC3VPtywL0p1I8GG7tLsSPOpx9ET4LnXHrbDcI3Nnr7JIYdk6qKx7Ry/spFjLhXd72hNQtuPRcaj2tTKlWAfmrQxz3R6vMSfLF7o1tP3JWfM3qA9O1PIpAAAA6FJREFUeJzV2+db00AcwPErZeSSVioVkSJUsFQBWQJOkKHiAhUREZSCG8UBIiq4QMG9cKLi9g81HZGO5BKSu/vV7xve9fk8KbncXa4IWcuWYk9NS88QMMai5HAuyXQtzbL4kXRzL8t2ijghYXnOCmiaUq4nIxGolJe9EtqHUH6BV1sYblWhG5RYtNqnRwxdzmI/GNHvchghBvOuATKuLTFKDFZaBkB0r1O5n0lJxdyNZeWLIwarqORrrCKMOtpVr+dprFnkV62UUcvPWGeOKCdwu8s3mDbKz3VOyo0WjLJyEw/jZpP/j0q+LeyNW+utGTFu2MbaaNOdT+hXyhrpsW7EuICtsZGGEQtNLI22ZipI3MISuZ2OEeMd7Iw7BVrIhlZmSCp3TbhdrIy7LQ7j0TWzWu/uoWfEeC8b4z5Diy6jtaH89v0HDnYcoousoWmUl5CRv4K3036YGrKLLjKm6iPdVIw2auOPamLnUQrIHqbGYBW9lpHHmCOxdNwqso89EuOAzZIxi+JITqjf0lc+wMUoP4qsbMdQHiW1O2HhWp7khcRO8zOkTG5IfMo08jQ/JO4xi+zkiHScMYk8yxGJz5lEDvJECufNIQM8kfiCOeQQV6TD3FsVfuNkqIvGZa1Vl7IvD6Z1BTKvDPNFjhgUdueUs53nkmowInTXlIABQ13VN47m6X8M267pEQfGoIkY28lE/3U+81tyN4jGIpZLV+MNk4y9N6F54TwE43g6tC7ShLbR1g+NU7qljeQ7jSB1W9NYAE1b6I6W8S7cYzChe1rISWjZQlNaxlxoWVSe3Mb7D9Te75k4scA4X5c9bqIxDU1STZypikZyXP4vrpn2BaSpsx9cEh4qxkfQFFKPIwuzJ9AQYk/Dp92eQTvIPQ8hk2SKptmLINLy2QrGiU0yMhnWDMSCb/KhDfq9/B+Qkwgl0TRNI/EVovqimE0u5IQm6BdAFdAE/abQa2iCfhJqgiYYCCFKp6dYhtAsNEE3EaE30AbdfIjtSRAqjcnIDmiEXqnB2dpbaIVO74LI8eR+NEr5odn5e2gHMWVf9QM0hJCo/HLCnQZN0W7o3w5BfvJtCEWKflNfmaTXUkyJ3hLyf4T2qOaK2wIslKBFic0lbFR+4nqWwUCi6pHvz1+gXdF5p9WMcrXzybJ8rJ8jnHWoHP36DRqIcfqc7m/0vv+om50YGfk5H9evltjaxiKVROrzxlbtiKteik3le5O8S37/ieH8BRIu6DHzYqaGAAAAAElFTkSuQmCC);
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

.inline-block {
  margin-left: 0px;
  margin-right: 0px;
  padding: 14px !important;
  margin-top: 40px !important;
  flex-direction: column;
  width: 30%;
}

.w100 {
  width: 100% !important;
}

.description {
  line-height: 30px;
  font-size: 11pt;
  font-weight: 500;
}

.auto {
  margin: auto;
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 50px;
  /* padding-left: 15px; */
  overflow: hidden;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
}

.slider div {
  height: 50px;
  margin-bottom: 50px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30px;
  font-weight: 700;
}

.slider-text1 {
  background: linear-gradient(90deg,#f93,#fc3);
  background-color : #f93;
  animation: slide 7s linear infinite;
  vertical-align: middle;
}

.slider-text2 {
  background: linear-gradient(90deg,#f93,#fc3);
  background-color : #f93;
  vertical-align: middle;
}

.slider-text3 {
  background: linear-gradient(90deg,#f93,#fc3);
  background-color : #f93;
  vertical-align: middle;
}

@keyframes slide {
  0% {
    margin-top: -300px;
  }

  5% {
    margin-top: -200px;
  }

  33% {
    margin-top: -200px;
  }

  38% {
    margin-top: -100px;
  }

  66% {
    margin-top: -100px;
  }

  71% {
    margin-top: 0px;
  }

  100% {
    margin-top: 0px;
  }
}

/* responsive */

@media (max-width: 480px) {
  .inline-block {
    display: initial !important;
    width: 100%;
  }
  
  .slider-wrapper{
  font-size: 30px;
  }
  
  .slider div{
    font-size: 22px;
    padding: 2px 10px 0px 10px;
  }
  

  .span-txt{
    position: relative;
    top: 11px;
  }
}

.response-sucess{
  background-color : #069529;
  border-radius: 5px;
}

.failed{
  padding : 10px;
}

@media (max-width: 768px) {
  .inline-block {
    display: initial !important;
    width: 100%;
  }
}

/* end of responsive */
