
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: white;
}

.loading {
  position: fixed;
  background-color: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.loader {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -40px;
  margin-left: -100px;
  transition: 0.4s;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 12px solid #ffffff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.scrollTop {
  position: fixed;
  right: 40px;
  bottom: 0;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 5px;
  font-size: 40px;
  padding: 11px 17px;
  z-index: 99999;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
}

.scrollTop:hover {
  opacity: 0.8 !important;
}

.btn {
  display: inline-block;
  color: white;
  font-size: 18px;
  border: 1px solid white;
  padding: 10px 25px;
  border-radius: 7px;
  cursor: pointer;
  margin: 40px 0 0 0;
  transition: 0.3s;
  text-align: center;
}

.btn:hover {
  background-color: rgb(3, 206, 30);
}

.btnGreen {
  color: white;
  font-size: 16px;
  background-color: rgb(3, 206, 30);
  padding: 9px 0;
  width: 160px;
  margin: 3px 0;
  border-radius: 5px;
}

.btnGreen:hover {
  background-color: rgb(0, 233, 31);
}

.PSections {
  /* product Sections */
  position: relative;
  width: 100%;
  min-height: 400px;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}

.PSections {
  border-bottom: none;
}

.PSectionsFirst {
  border-bottom: none;
}

.PSections > .container {
  position: relative;
  width: 1300px;
  margin: auto;
  padding-top: 60px;
  transition: 0.3s;
}

.PSections > .container.about {
  background: linear-gradient(45deg, #1b77f0, #2cc4eb);
  top: -20px;
  width: 1200px;
  height: 100%;
  padding: 100px 15%;
  border-radius: 5px;
}
.PSections > .container.donation {
  background: linear-gradient(45deg, #1b77f0, #2cc4eb);
  top: -20px;
  width: 1200px;
  height: 100%;
  padding: 100px 15%;
  border-radius: 5px;
}

.PSections > .container > .headerText {
  display: inline-block;
  color: #666;
  font-size: 30px;
  font-family: "Titillium Web";
  padding: 0 20px;
  border-bottom: 1px solid #aaa;
  transition: 0.3s;
}

.downlod {
  background: linear-gradient(45deg, #004eb4, #0081cc);
  text-align: center;
}

.downlod.PSections {
  min-height: 580px;
}

.downlod > .BGWave {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.downlod h1 {
  color: white;
  font-size: 40px;
  font-family: "Titillium Web";
  margin-top: 10px;
  transition: 0.3s;
}

.downlod p {
  color: rgb(240, 240, 240);
  font-size: 20px;
}

.downlod .btn {
  margin-top: 2px;
  width: 240px;
}

.downlod .info {
  color: white;
  font-size: 14px;
  margin: 75px 0 5px 0;
}

.updatelogLink {
  display: block;
  margin: 10px;
  color: rgb(10, 10, 97);
  text-decoration: underline;
  transition: 0.3s;
}

.updatelogLink:hover {
  color: rgb(77, 0, 139);
}

.Features {
  text-align: center;
}

.Features > .container {
  padding-bottom: 50px;
}

.Features .left {
  display: inline-block;
  text-align: left;
  margin: 0 20px 0 100px;
}

.Features .right {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}

.Features ul {
  color: #666;
  font-size: 17px;
  margin-top: 30px;
}

.Features ul li {
  margin: 30px 5px;
  transition: 0.3s;
}

.Features ul li i {
  color: rgb(76, 207, 0);
  font-size: 20px;
}

.screenShot {
  text-align: center;
  min-height: 740px;
}

.screenShot > .container {
  padding-top: 30px;
}

.awards {
  text-align: center;
  transition: 0.3s;
  padding-bottom: 30px;
}

.awards .logoContainer {
  position: relative;
  margin: 50px auto;
  transition: 0.3s;
}

.awards .logoContainer img {
  width: 200px;
  margin: 15px;
  transition: 0.3s;
}

.awards .logoContainer img:hover {
  transform: scale(1.1);
}

.awards .logoContainer .small {
  width: 100px;
}

.headerDownload {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: white;
  /* box-shadow: 0 0 15px 0px #888; */
  z-index: 9999;
  transition: 0.4s;
  visibility: hidden;
}

.headerDownload > .container {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: auto;
  padding-top: 5px;
}

.headerDownload .left {
  float: left;
}

.headerDownload .left > img {
  width: 45px;
  margin-left: 5px;
}

.headerDownload .left > span {
  position: relative;
  color: #666;
  font-size: 22px;
  font-family: "Titillium Web";
  top: -15px;
  margin-left: 5px;
}

.headerDownload .left > span i {
  color: #999;
  font-size: 15px;
}

.headerDownload .right {
  float: right;
}

