body {
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-family: Arial;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #10161a;
  font-weight: 400;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

a {
  color: #00acc3;
  text-decoration: none;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

a:focus,
a:hover {
  outline: 0;
  color: #00acc3;
  text-decoration: none;
  opacity: 0.8;
}

.main-color {
  color: #00acc3;
}

.white-text {
  color: #fff;
}

::-moz-selection {
  background-color: #00acc3;
  color: #fff;
}

::selection {
  background-color: #00acc3;
  color: #fff;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section {
  position: relative;
}

.md-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.md-padding2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sm-padding {
  padding-bottom: 60px;
}

.bg-grey {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}

.bg-write {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.bg-dark {
  background-color: #2a2a2a;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-size: 100%;
  background-attachment: fixed;
}

.bg-img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  /* background: -webkit-linear-gradient(80deg,#333,#000); */
  opacity: 1;
}

.section-header {
  position: relative;
  margin-bottom: 26px;
}

.section-header .magis-title {
  font-weight: 700;
  font-size: 25px;
}

.magis-title:after {
  display: block;
  margin-top: 20px;
  width: 80px;
  height: 3px;
  background-color: #ff722d;
  content: "";
}

.text-center .magis-title:after {
  margin: 20px auto 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #eee;
  background: #f4f4f4;
  color: #354052;
  opacity: 0.5;
  -webkit-transition: 0.2s border-color, 0.2s opacity;
  transition: 0.2s border-color, 0.2s opacity;
}

textarea {
  margin-left: 5px;
  padding: 10px 10px;
  min-height: 175px;
  resize: vertical;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #00acc3;
  opacity: 1;
}

.black-btn,
.main-btn,
.outline-btn,
.white-btn {
  display: inline-block;
  margin: 3px;
  padding: 15px 50px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main-btn {
  background: #dc4800;
  color: #fff;
}

.black-btn {
  padding: 10px 20px;
  background: #eda37f;
  color: #fff !important;
}

.white-btn {
  background: #f5f5f5;
  color: #b2b2b2 !important;
}

.grey-btn {
  background: #b2b2b2;
  color: #b2b2b2 !important;
}

.grey-btn:hover {
  background: #dc4800 !important;
  color: #fff;
}

.outline-btn {
  border-color: #00acc3;
  background: 0 0;
  color: #00acc3 !important;
}

.black-btn:hover,
.main-btn:hover,
.outline-btn:hover,
.white-btn:hover {
  background: #dc4800;
  color: #fff !important;
  opacity: 0.8;
}

.margin-center {
  display: block;
  margin: auto;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand .magis-logo,
.navbar-brand .logo-alt {
  display: block;
  margin-top: 5px;
  max-height: 40px;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
  display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .magis-logo {
  display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
  display: none;
}

@media only screen and (max-width: 767px) {
  #nav.nav-transparent .navbar-brand .logo-alt {
    display: none !important;
  }

  #nav.nav-transparent .navbar-brand .magis-logo {
    display: block !important;
    margin-left: 10px;
  }
}

#nav {
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
}

#nav.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

#nav.fixed-nav {
  position: fixed;
  right: 0;
  left: 0;
  padding: 0 0;
  top: 0;
  border-bottom: 1px solid #eee;
  background-color: #fff !important;
}

#nav.nav-transparent {
  background: 0 0;
}

@media only screen and (min-width: 768px) {
  .main-nav li {
    padding: 0 15px;
  }

  .main-nav li a {
    font-size: 14px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
  }

  .main-nav>li>a {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px 2px 10px;
    border-bottom: none;
    border-radius: 5px;
    color: #000;
    line-height: 20px;
  }

  #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px 2px 10px;
    border-bottom: none;
    border-radius: 5px;
    line-height: 20px;
  }

  .main-nav>li.active>a,
  .main-nav>li>a:focus,
  .main-nav>li>a:hover {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px 2px 10px;
    border-bottom: none;
    border-radius: 5px;
    background: 0 0;
    background-color: #dc4800;
    color: #fff;
    line-height: 20px;
  }

  .main-nav .active {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px 2px 10px;
    border-bottom: none;
    border-radius: 5px;
    background: 0 0;
    background-color: #dc4800;
    color: #fff;
    line-height: 20px;
  }

  .main-nav>li>a:after {
    display: block;
    width: 0%;
    height: 2px;
    content: "";
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
  }

  .main-nav>li.active>a:after,
  .main-nav>li>a:hover:after {
    width: 100%;
  }

  .has-dropdown {
    position: relative;
  }

  .has-dropdown>a:before {
    float: right;
    margin-left: 6px;
    content: "\f054";
    font-size: 6px;
    font-family: FontAwesome;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .dropdown {
    position: absolute;
    top: 0;
    right: -50%;
    visibility: hidden;
    width: 200px;
    background-color: #00acc3;
    -webkit-box-shadow: 0 5px 5px -5px rgba(53, 64, 82, 0.2);
    box-shadow: 0 5px 5px -5px rgba(53, 64, 82, 0.2);
    opacity: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: translateY(15px) translateX(50%);
    transform: translateY(15px) translateX(50%);
    -ms-transform: translateY(15px) translateX(50%);
  }

  .main-nav>.has-dropdown>.dropdown {
    top: 100%;
    right: 50%;
  }

  .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
    right: 150%;
  }

  .dropdown li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    color: #fff;
  }

  .dropdown li:nth-child(1) a {
    border-top: none;
  }

  .has-dropdown:hover>.dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
    -ms-transform: translateY(0) translateX(50%);
  }

  .has-dropdown:hover>a:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
  }

  .nav-collapse {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #nav {
    padding: 0 0;
  }

  #nav.nav-transparent {
    background: #fff;
  }

  .main-nav {
    position: fixed;
    right: 0;
    overflow-y: auto;
    margin: 0;
    width: 0%;
    height: calc(100vh - 80px);
    max-width: 250px;
    background: #1c1d21;
    -webkit-box-shadow: 0 80px 0 0 #1c1d21;
    box-shadow: 0 80px 0 0 #1c1d21;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }

  #nav.open .main-nav {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .main-nav li {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
  }

  .main-nav li a {
    display: block;
    color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .main-nav>li.active {
    border-left: 6px solid #00acc3;
  }

  .main-nav li a:focus,
  .main-nav li a:hover {
    background-color: #00acc3;
    color: #fff;
    opacity: 1;
  }

  .has-dropdown>a:after {
    float: right;
    content: "\f054";
    font-family: FontAwesome;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
  }

  .dropdown {
    visibility: hidden;
    height: 0;
    background: rgba(250, 250, 250, 0.1);
    opacity: 0;
  }

  .dropdown li a {
    padding: 6px 10px;
  }

  .has-dropdown.open-drop>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .has-dropdown.open-drop>.dropdown {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
}

.nav-collapse {
  position: relative;
  z-index: 99999;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.nav-collapse span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.nav-collapse span:after,
.nav-collapse span:before {
  display: block;
  content: "";
}

.nav-collapse span,
.nav-collapse span:after,
.nav-collapse span:before {
  height: 4px;
  background: #10161a;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-collapse span:before {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
}

.nav-collapse span:after {
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
  -ms-transform: translate(0, -14px);
}

#nav.open .nav-collapse span {
  background: 0 0;
}

#nav.open .nav-collapse span:before {
  -webkit-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
  -ms-transform: translateY(0) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
  -webkit-transform: translateY(-4px) rotate(135deg);
  transform: translateY(-4px) rotate(135deg);
  -ms-transform: translateY(-4px) rotate(135deg);
}

header {
  position: relative;
}

#home {
  height: auto;
}

#home .home-wrapper {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
  display: inline-block;
  margin-bottom: 0;
}

.header-wrapper .breadcrumb {
  float: right;
  margin-bottom: 0;
  background: 0 0;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
  color: #868f9b;
}

.breadcrumb>li+li:before {
  color: #868f9b;
}

.index-about {
  position: relative;
  margin: 15px 0;
  padding: 20px 20px;
  text-align: center;
  cursor: pointer;
}

.index-about i {
  margin-bottom: 20px;
  color: #00acc3;
  font-size: 36px;
}

.index-about p {
  /* text-align: justify; */
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.index-about h3 {
  margin-top: 25px;
  color: #333333;
  font-weight: 500;
}

.index-about:hover {
  box-shadow: 0 0 7px #ccc;
  transition: all 0.6s;
  transform: scale(1.05);
}

.about {
  position: relative;
  margin: 15px 0;
  padding: 20px 20px;
  border: 1px solid #eee;
  background: #f5f5f5;
  text-align: center;
}

.about:hover {
  box-shadow: 0 0 7px #666;
  transition: all 0.6s;
  transform: scale(1.05);
}

.product {
  position: relative;
  margin: 15px 0;
  padding: 20px 20px;
  border: 1px solid #eee;
  background: #f5f5f5;
  box-shadow: 0 0 7px #666;
  text-align: center;
}

.product:hover {
  transition: all 0.6s;
  transform: scale(1.05);
}

#product .product-btn:hover .product {
  transition: all 0.6s;
  transform: scale(1.05);
}

.about i {
  margin-bottom: 20px;
  color: #00acc3;
  font-size: 36px;
}

.about p {
  text-align: justify;
}

.work {
  position: relative;
  padding: 20px;
}

.work>img {
  width: 100%;
}

.work .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c1d21;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.work:hover .overlay {
  opacity: 0.8;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.work .work-content {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.work .work-content h3 {
  margin-bottom: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -ms-transform: translateY(100%);
}

.work:hover .work-content h3 {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.work .work-content span {
  display: block;
  margin-bottom: 5px;
  color: #00acc3;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -ms-transform: translateY(100%);
}

.work:hover .work-content span {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.work .work-link {
  margin-top: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.work .work-link a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #00acc3;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.work:hover .work-link {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service {
  position: relative;
  margin: 15px 0;
  padding: 40px 20px 40px 70px;
  border: 1px solid #eee;
}

.service i {
  position: absolute;
  left: 20px;
  border-radius: 50%;
  color: #00acc3;
  text-align: center;
  font-size: 32px;
}

.service:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  background-color: #1c1d21;
  content: "";
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}

.service:hover:after {
  width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
  color: #fff;
}

.feature {
  margin: 15px 0;
}

.feature i {
  float: left;
  margin-right: 5px;
  padding: 2px;
  border: 1px solid #00acc3;
  border-radius: 50%;
  color: #00acc3;
}

.number {
  margin: 15px 0;
  text-align: center;
}

.number i {
  margin-bottom: 20px;
  color: #dc4800;
  font-size: 55px;
}

.number h3 {
  margin-bottom: 10px;
  font-size: 36px;
}

.pricing {
  position: relative;
  z-index: 11;
  margin: 15px 0;
  border: 1px solid #eee;
  background-color: #fff;
  text-align: center;
}

.pricing::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 0%;
  background-color: #1c1d21;
  content: "";
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.pricing:hover:after {
  height: 100%;
}

.pricing .price-head {
  position: relative;
  margin-bottom: 20px;
}

.pricing .price-title {
  display: block;
  padding: 40px 0 20px;
  text-transform: uppercase;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .price-title {
  color: #00acc3;
}

.pricing .price {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 2px solid #00acc3;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
}

.pricing .price h3 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0;
  font-size: 25px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pricing:hover .price h3 {
  color: #fff;
}

.pricing .duration {
  display: block;
  color: #10161a;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.pricing:hover .duration {
  color: #fff;
}

.pricing .price-btn {
  padding-top: 20px;
  padding-bottom: 40px;
}

.testimonial {
  margin: 15px 0;
}

.testimonial-meta {
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 90px;
  height: 70px;
}

.testimonial img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.testimonial h3 {
  margin-bottom: 5px;
}

.testimonial span {
  color: #00acc3;
  text-transform: uppercase;
  font-size: 14px;
}

.team {
  position: relative;
  margin: 15px 0;
  padding: 40px 20px;
  background-color: #f4f4f4;
}

.team::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 0%;
  background-color: #1c1d21;
  content: "";
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
}

.team:hover:after {
  height: 100%;
}

.team-img {
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
}

.team-img>img {
  width: 100%;
}

.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c1d21;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team:hover .overlay {
  opacity: 0.8;
}

.team .team-content {
  position: relative;
  z-index: 11;
  text-align: center;
}

.team .team-content h3 {
  margin-bottom: 10px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team .team-content span {
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.team:hover .team-content h3 {
  color: #fff;
}

.team:hover .team-content span {
  color: #00acc3;
}

.team .team-social {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.team .team-social a {
  display: block;
  width: 50px;
  background-color: #00acc3;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.team:hover .team-social {
  opacity: 1;
}

.blog {
  margin: 15px 0;
  background-color: #fff;
}

.blog .blog-content {
  padding: 20px 20px 40px;
}

.blog .blog-meta {
  margin-bottom: 20px;
}

.blog .blog-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #10161a;
  font-size: 14px;
}

.blog .blog-meta li i {
  margin-right: 5px;
  color: #00acc3;
}

#main .blog .blog-content {
  padding: 20px 0 0;
}

#main .blog {
  margin-top: 0;
}

.blog-tags {
  margin: 40px 0;
}

.blog-tags h5 {
  display: inline-block;
  margin-bottom: 0;
}

.blog-tags a {
  display: inline-block;
  margin: 2px 0;
  padding: 6px 13px;
  background: #f4f4f4;
  color: #10161a;
  font-size: 14px;
}

.blog-tags a:hover {
  background-color: #00acc3;
  color: #fff;
}

.blog-tags a i {
  margin-right: 3px;
  color: #00acc3;
}

.blog-tags a:hover i {
  color: #fff;
}

.blog-author {
  margin: 40px 0;
}

.blog-author .media .media-left {
  padding-right: 20px;
}

.blog-author .media {
  padding: 20px;
  border: 1px solid #eee;
}

.blog-author .media .media-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.blog-author .media .media-heading h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.blog-author .media .media-heading .author-social {
  float: right;
}

.blog-author .author-social a {
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #00acc3;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.blog-comments {
  margin: 40px 0;
}

.blog-comments .media {
  margin-top: 0;
  padding: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 0;
  border-left: 1px solid #eee;
  background-color: #fff;
}

.blog-comments .media:first-child {
  border-bottom: 0;
}

.blog-comments .media:last-child {
  border-bottom: 1px solid #eee;
}

.blog-comments .media .media-left {
  padding-right: 20px;
}

.blog-comments .media .media-body .media-heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-comments .media .media-body .media-heading .time {
  margin-left: 20px;
  color: #868f9b;
  font-weight: 400;
  font-size: 12px;
}

.blog-comments .media .media-body .media-heading .reply {
  float: right;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

.blog-comments .media.author {
  border-color: #00acc3;
  border-bottom: 1px solid #00acc3;
  background-color: #f4f4f4;
}

.blog-comments .media.author>.media-body>.media-heading {
  color: #00acc3;
}

.blog-comments .media.author+.media {
  border-top: 0;
}

.reply-form {
  margin: 40px 0;
}

.reply-form form .input,
.reply-form form textarea {
  margin-bottom: 20px;
}

.reply-form form .input {
  display: inline-block;
  width: calc(50% - 10px);
}

.reply-form form .input:nth-child(2) {
  margin-left: 15px;
}

#aside .widget {
  margin-bottom: 40px;
}

.widget h3 {
  text-transform: uppercase;
}

#aside .widget-search {
  position: relative;
}

#aside .widget-search .search-input {
  padding-right: 50px;
}

#aside .widget-search .search-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  color: #00acc3;
  line-height: 40px;
}

.widget-category a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #eee;
  color: #354052;
  font-size: 14px;
}

.widget-category a:nth-child(1) {
  border-top: 1px solid #eee;
}

.widget-category a span {
  float: right;
  color: #00acc3;
}

.widget-category a:hover {
  color: #00acc3;
}

.widget-tags a {
  display: inline-block;
  margin: 2px 0;
  padding: 6px 13px;
  background: #f4f4f4;
  color: #10161a;
  font-size: 14px;
}

.widget-tags a:hover {
  background-color: #00acc3;
  color: #fff;
}

.widget-post {
  margin-bottom: 25px;
  min-height: 70px;
}

.widget-post img {
  float: left;
  display: block;
  margin-top: 5px;
  margin-right: 10px;
}

.widget-post a {
  display: block;
  color: #10161a;
}

.widget-post a:hover {
  color: #00acc3;
}

.widget-post .blog-meta {
  display: inline-block;
}

.widget-post .blog-meta li {
  display: inline-block;
  margin-right: 5px;
  color: #00acc3;
  font-size: 12px;
}

.widget-post li i {
  margin-right: 5px;
  color: #00acc3;
}

.contact {
  margin: 15px 0;
  text-align: center;
}

.contact i {
  margin-bottom: 20px;
  color: #00acc3;
  font-size: 36px;
}

.contact-form {
  text-align: center;
}

.contact-form .input {
  margin-bottom: 5px;
}

#footer {
  position: relative;
}

.footer-logo {
  margin-bottom: 40px;
  text-align: center;
}

.footer-logo>a>img {
  max-height: 80px;
}

.footer-follow {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.footer-follow li {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 13px;
  width: 30%;
  color: #fff;
}

.footer-follow1 li {
  color: #666 !important;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #00acc3;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.footer-copyright p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .section-header h2.magis-title {
    font-size: 31.5px;
  }

  .default-btn,
  .main-btn,
  .outline-btn,
  .white-btn {
    padding: 8px 22px;
    font-size: 14px;
  }

  .home-content h1 {
    margin-top: 50px;
    font-size: 16px;
  }

  .home-content h2 {
    font-size: 14px;
  }

  .header-wrapper h2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .header-wrapper .breadcrumb {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*="col-xs"] {
    width: 100%;
  }

  #numbers [class*="col-xs"] {
    width: 100%;
  }

  .contact-form .input:nth-child(1),
  .contact-form .input:nth-child(2) {
    width: 100%;
  }

  .contact-form .input:nth-child(2) {
    margin-left: 0;
  }

  .reply-form form .input {
    width: 100%;
  }

  .reply-form form .input:nth-child(2) {
    margin-left: 0;
  }

  .blog-author .media .media-left {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .blog-author .media {
    text-align: center;
  }

  .blog-author .media .media-heading .author-social {
    float: none;
    margin-top: 10px;
  }

  .blog-author .media .media-left img {
    margin: auto;
  }

  .blog-comments .media .media {
    margin: 0 -15px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  border: none;
  background: #eee;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #00acc3;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background: #00acc3;
}

.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #00acc3;
  color: #fff;
  line-height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.owl-theme .owl-prev {
  left: 0;
}

.owl-theme .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #00acc3;
  opacity: 0.8;
}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #00acc3;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

#back-to-top:after {
  content: "\f106";
  font-family: FontAwesome;
}

#back-to-top:hover {
  opacity: 0.8;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.preloader span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #00acc3;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: 1s preload ease-in-out infinite;
  animation: preload 1s ease-in-out infinite;
  -ms-transform: scale(0);
}

.preloader span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.buy-box {
  padding: 10px;
}

.buy-box select {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #eee;
  background: #f4f4f4;
  color: #999;
  text-indent: 10px;
  line-height: 40px;
}

.buy-box input {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #eee;
  background: #f4f4f4;
  color: #999;
  text-indent: 10px;
  line-height: 40px;
}

.page-box {
  padding: 30px 0;
}

.magis-logo {
  margin-top: 7px;
  max-height: 40px !important;
}

.tvshow h2 {
  color: #fff;
}

.tvshow p {
  color: #fff;
}

.index-contact {
  color: #fff;
}

.index-contact h2 {
  color: #fff;
}

.index-contact h3 {
  margin-bottom: 10px;
  color: #fff;
}

.index-contact .contact {
  color: #4b8bff;
}

.contact-item1 h5 {
  line-height: 30px;
}

.contact-item h2 {
  color: #333;
  font-weight: 600;
}

.contact-item p {
  color: #fff;
  font-size: 16px;
}

#footer-message h5 {
  color: #333;
}

#footer-message p {
  margin-bottom: 50px;
  color: #333;
}

.bbs_send {
  padding: 10px 35px;
  border-radius: 0;
  margin-top: 25px;
}

.container1 {
  overflow: hidden;
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 95px;
  }
}

.select_lan {
  position: absolute;
  right: 60px;
  z-index: 1;
  display: block;
  line-height: 50px;
  width: 70px;
  margin-top: 10px;
}

.select_lan div {
  cursor: pointer;
}

.select_lan .es {
  width: 30px;
  height: 30px;
  background-color: #cfcfcf;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: left;
  border-radius: 100%;
  font-size: 13px;
  margin-right: 10px;
}

.select_lan .en {
  width: 30px;
  height: 30px;
  background-color: #cfcfcf;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: left;
  border-radius: 100%;
  font-size: 13px;
}

.select_lan .active {
  background-color: #dc4800 !important;
}

.full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

@media screen and (min-width: 640px) {
  .alertSflag {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 1001;
    display: none;
    margin-left: -300px;
    width: 600px;
    height: 476px;
    background: url(/img/sflag.png) no-repeat center center;
    background-size: 100%;
  }

  .Sflag-btn {
    position: absolute;
    top: 400px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #ea9166;
    box-shadow: 2px 2px 4px #ccc;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
  }

  .Sflag-btn:hover {
    background: #dc4800;
  }

  .Sflag-btn1 {
    left: 80px;
  }

  .Sflag-btn2 {
    right: 80px;
  }
}

@media screen and (max-width: 640px) {
  .alertSflag {
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 1001;
    display: none;
    margin-left: -160px;
    width: 320px;
    height: 254px;
    background: url(/img/sflag.png) no-repeat center center;
    background-size: 100%;
  }

  .Sflag-btn {
    position: absolute;
    top: 200px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background: #ea9166;
    box-shadow: 2px 2px 4px #ccc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
  }

  .Sflag-btn:hover {
    background: #dc4800;
  }

  .Sflag-btn1 {
    left: 30px;
  }

  .Sflag-btn2 {
    right: 30px;
  }
}

.timer {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  margin: auto;
  width: 5.1rem;
  height: 1.5rem;
}

.timer-count {
  width: 100%;
}

.timer-count div {
  float: left;
  margin-right: 0.1rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.05rem;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 0.6rem;
  line-height: 1rem;
}

.timer-count span {
  float: left;
  color: #fff;
  font-size: 0.6rem;
}

.timer-name {
  width: 100%;
  color: #fff;
  font-size: 0.2rem;
}

.timer-name div {
  float: left;
  margin-top: 0.1rem;
  width: 1rem;
  text-align: center;
}

.timer-name span {
  float: left;
  margin-top: 0.1rem;
  width: 0.26rem;
  height: 0.5rem;
}

.app-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app-footer .item {
  height: 120px;
  width: 120px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 100%;
  background-color: #bfbfbf;
  float: left;
  margin-bottom: 10px;
}

.app-footer .item h5 {
  color: #b02024;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}

.app-footer .item p {
  color: #fff;
  text-align: center;
  font-size: 12px !important;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 0;
}

.app-footer .item p span {
  padding-top: 0 !important;
  font-size: 12px !important;
  margin-top: 0 !important;
  display: inline-block;
}

.app-buy-btn {
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background-color: #dc4800;
  border-radius: 20px;
  margin-top: 20px;
  clear: both;
  cursor: pointer;
}

.new-buybtn-list {
  width: 100%;
  overflow: hidden;
}

.buybtn-list {
  width: 25%;
  float: left;
  margin-right: 5%;
}

.new-buybtn-list img {
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.new-buybtn-list img:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}

.new-buybtn-list p {
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  margin-top: 6px;
}

.home-wrapper {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

body .el-upload__input {
  display: none;
}


.page-new-pay {
  background: #f1f1f1;
  padding-bottom: 100px;
}

.page-new-pay .pay-form-box {
  width: 1408px;
  max-width: 1408px;
  border-top: 51px solid #FFC3A6;
  border-radius: 0;
  padding-top: 54px;
  padding-bottom: 100px;
}

.page-new-pay .pay-form-box.active {
  border-top: 51px solid #DC4800;
}

.page-new-pay .pay-form-box .pay-title {
  font-size: 32px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
  text-align: center;
  background: #fff;
  margin-bottom: 31px;
}

.page-new-pay .pay-form-box .pay-form {
  width: 488px;
  margin: 0 auto 16px;
  padding: 0;
}

.page-new-pay .pay-form-box .pay-form input {
  height: 30px;
  background: #F9F9F9;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #808080;
}


.page-new-pay .pay-form-box .pay-code-view {
  width: 488px;
  margin: 15px auto 16px;
}




.page-new-pay .pay-form-box .pay-code-view .pay-ver-code {
  width: 71% !important;
}

#sub.btn-submit {
  width: 375px;
  height: 50px;
  background: #EA9166;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  margin: 30px auto 16px;
}


.page-new-pay .new-pay-title {
  margin-top: 90px;
  text-align: center;
  font-size: 32px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #000000;
  line-height: 38px;
}

.page-new-pay .new-pay {
  width: 488px;
  margin: 31px auto 0;
}

@media screen and (max-width: 640px) {
  .page-new-pay .pay-form-box {
    width: 100%;
    max-width: 100%;
    border-top: 51px solid #FFC3A6;
    border-radius: 0;
    padding-top: 54px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-new-pay .pay-form-box .pay-form {
    width: 100%;
    margin: 0 auto 16px;
    padding: 0;
  }

  .page-new-pay .pay-form-box .pay-code-view .pay-ver-code {
    width: 55% !important;
  }

  .page-new-pay .pay-form-box .pay-code-view {
    width: 100%;
    margin: 15px auto 16px;
  }
}