/*
Theme Name: bitwar_en
Theme URI: http://127.0.0.1
Author: zrz
Description:bitwar_en
Text Domain: bitwar_en
*/

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  overflow-x: auto;
}

h2 {
  font-size: 38px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 72px;
}

h3 {
  font-size: 32px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 72px;
}

li {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

.dropDownList-box ul {
  list-style: none;
}

.side-menu ul {
  list-style: none;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.content5 input {
  width: 372px;
  height: 60px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 18px;
  text-indent: 15px;
  display: inline-block;
}

.Subscribe {
  width: 188px;
  height: 60px;
  background: #1084ff;
  border-radius: 10px;
  font-size: 20px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 60px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  margin-left: 13px;
}

.header {
  width: 100%;
  border-radius: 0;
  background: #ffffff;
  border: none;
  position: fixed;
  z-index: 999;
}

.navbar {
  margin-bottom: 0;
}

.nav-font {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  /*text-transform: uppercase;*/
}

.nav-font > li {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  line-height: 24px;
  /*text-transform: uppercase;*/
  margin-right: 20px;
}

.header .navbar-nav > li > a {
  color: #333333;
}

.header .navbar-nav > li > a:focus,
.header .navbar-nav > li > a:hover {
  color: #0082dd;
  outline: none;
}

.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:focus,
.header .navbar-nav > .open > a:hover {
  color: #0082dd;
  background-color: transparent;
}

.navbar-brand {
  height: auto;
  padding: 15px 15px 21px 15px;
}

.item h1 {
  font-size: 50px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 0px;
  opacity: 0.9;
}

.item p {
  font-size: 25px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 33px;
  max-width: 1060px;
  margin: 46px auto 54px;
}

.btn {
  height: 45px;
  font-size: 20px;
  font-family: Arial;
  padding: 6px 40px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 31px;
  background: #ebb32a;
  border-radius: 50px;
}

.btn:hover {
  background: #f4d122;
}

.btn:focus {
  background: #f0a91b;
}

.btn.blue {
  background: #1084ff;
}

.btn.blue:hover {
  background: #3195ff;
}

.btn.blue:focus {
  background: #0273eb;
}

.btn a {
  color: inherit;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #fff;
  width: 79px;
  height: 10px;
  background: rgb(255, 255, 255);
  opacity: 0.4;
  border-radius: 4px 5px 5px 4px;
}

.carousel-indicators li {
  display: inline-block;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  opacity: 0.4;
  border-radius: 50%;
  margin-right: 5px !important;
}

.content1 {
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 61px;
}

.content1 p,
.content2 p {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 24px;
  margin-bottom: 72px;
}

.content2 p {
  max-width: 460px;
  display: inline-block;
  margin-bottom: 134px;
}

.content2 {
  background: url(images/bg1.png) no-repeat;
  background-size: cover;
  padding-bottom: 83px;
}

.content3 {
  background: url(images/bg2.png) no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.content3 p {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 48px;
  max-width: 638px;
  display: inline-block;
}

.content3 h2 {
  margin-top: 60px;
  margin-bottom: 50px;
}

.content3 h3 {
  color: #ffffff;
}

.content4 {
  padding-bottom: 56px;
}

.content4 h2 {
  color: #333333;
  text-align: center;
  margin: 58px 0 40px;
}

.content4 li {
  font-size: 17px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 40px;
  list-style: initial;
}

.content4 li:hover {
  color: #0082dd;
}

.content4 a {
  color: inherit;
}

.content4 ul {
  margin-left: 50px;
}

.content5 {
  background: #f3f3f3;
  padding-bottom: 95px;
}

.content5 h2 {
  color: #333333;
  text-align: center;
  margin-top: 40px;
}

.content5 p {
  color: #666666;
  font-size: 22px;
  font-family: Arial;
  font-weight: 400;
  text-align: center;
  margin-bottom: 68px;
}

.title-item {
  font-size: 28px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(51, 51, 51);
  margin-bottom: 5px;
  margin-left: 30px;
}

.purple-btn {
  border: 1px solid rgb(161, 115, 212);
  border-radius: 4px 6px 6px 4px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #a27cd4;
  line-height: 56px;
  width: 240px;
  height: 56px;
  display: inline-block;
  text-align: center;
}

.purple-btn:hover {
  color: #a27cd4;
  outline: none;
  cursor: pointer;
}

.purple-btn:focus {
  color: #a27cd4;
}

.home-slide .carousel-control {
  display: none;
}

.center {
  text-align: center;
}

.center img {
  margin-top: 68px;
}

.side-menu {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-73px);
  z-index: 99;
}

.side-menu ul li {
  text-align: right;
  margin: 10px 0;
}

.side-menu ul li a span {
  display: inline-block;
}

.side-menu ul li a span.menu-title {
  color: #fff;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #1c95fc;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  opacity: 0;
}

.side-menu ul li a:hover span.menu-title {
  opacity: 1;
}

.side-menu ul li a span.dot {
  position: relative;
  background-color: #cfcfcf;
  border-radius: 2em;
  height: 14px;
  width: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.side-menu ul li a:hover span.dot {
  transform: scale(1.6);
  background: #1c95fc;
}

.footer-content {
  background: #292929;
  padding-bottom: 35px;
  padding-top: 38px;
}

.Copyright {
  background: #313131;
}

.footer-title {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.footer-twoTitle {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 28px;
  list-style: none;
}

.footer-row h4 {
  margin-bottom: 31px;
  margin-top: 20px;
}

.footer-row li:hover {
  color: #0082dd;
}

.Copyright span {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(166, 166, 166);
  line-height: 28px;
  white-space: pre;
}

.about:hover {
  color: #0082dd;
  cursor: pointer;
}

.shejiao img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .carousel-caption {
    top: 9.5%;
  }
}

@media (min-width: 1200px) {
  .content5 input {
    max-width: 744px;
  }
}

@media (min-width: 1400px) {
  .item h1 {
    line-height: 44px;
  }

  .item p {
    font-size: 30px;
    margin: 32px auto 59px;
  }

  .btn {
    height: 63px;
    font-size: 24px;
    line-height: 48px;
  }
}

@media (min-width: 1800px) {
  .item h1 {
    line-height: 88px;
  }

  .item p {
    font-size: 32px;
    line-height: 60px;
    margin: 40px auto 70px;
  }
}

#dropDownList {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 71px;
  display: none;
  background: #ffffff;
  z-index: 2000;
}

.dropDownList-box {
  border-top: 1px solid #dfdfdf;
  box-shadow: 1px 1px 2px 0px #dfdfdf;
}

.dropDownList-box ul {
  margin-bottom: 60px;
}

#dropDownList .item {
  margin-top: 25px;
  margin-bottom: 10px;
}

#dropDownList .item img {
  width: 20px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

#dropDownList .item span {
  font-size: 24px;
  font-family: Arial;
  color: rgb(51, 51, 51);
  line-height: 36px;
}

#dropDownList li {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: rgb(99, 99, 99);
  line-height: 28px;
}

#dropDownList a {
  color: rgb(99, 99, 99);
  height: 100%;
  display: block;
}

.Copyright a {
  color: rgb(166, 166, 166);
}

.footer-row a {
  color: rgb(255, 255, 255);
}

#dropDownList a:hover,
.footer a:hover {
  color: #0082dd;
}

.slider-box {
  padding-top: 73px;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.16) 1px 2px 4px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading--title {
  padding-top: 20px;
}

.content3 h3 a {
  /* width: 238px; */
  padding: 0 20px;
  height: 63px;
  font-size: 24px;
  line-height: 48px;
  display: inline-block;
  background: transparent;
  line-height: 60px;
  margin: 0 auto;
  font-family: Arial;
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: 2px solid white;
  border-radius: 50px;
}

@media (min-width: 100px) and (max-width: 1180px) {
  .item h1 {
    font-size: 42px;
  }
}
