html {
  --maincolor:#ff9b51;
}

/*group*/
/*background-color & padding */
.social, .sub, .awesome, .customer, .contact {
  background-color: white;
  padding: 60px 0;
}

.tabs, .standard, .pricing, .stylish, .gallery-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.wait {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.scroll-to-top {
  display: block;
  position: fixed;
  background-color: var(--maincolor, #ff9b51);
  color: #f5f5f5;
  padding: 20px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 9;
}

/* Start Navbar */
.navbar {
  background-color: #000000;
  padding: 10px;
}
.navbar .nav li a {
  color: white;
  padding-right: 9px;
  padding-left: 9px;
  font-family: "Open sans";
}
.navbar .nav li a:hover {
  color: var(--maincolor, red);
}
.navbar .nav li a.active {
  color: var(--maincolor, red);
}
.navbar .navbar-brand {
  color: white;
  font-size: 35px;
  font-weight: bolder;
  text-transform: uppercase;
}
.navbar .navbar-brand span {
  font-weight: lighter;
  color: var(--maincolor, red);
}

/* end Navbar */
/* Start Header */
.header {
  background: url("../images/background.png") no-repeat top center;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header .centering-vh {
  padding-top: 25vh;
}
.header h1 {
  font-weight: bold;
  font-size: 70px;
  color: white;
  font-family: "Raleway";
}
.header h1 ~ .lead {
  font-size: 70px -34;
  color: white;
  font-family: "Raleway";
  font-weight: normal;
}
.header h1 ~ .lead:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: white;
  margin: 25px 0;
}
.header > span {
  font-weight: normal;
  font-family: "Raleway";
  color: var(--maincolor, red);
}
.header p {
  color: white;
  font-family: "Raleway";
  font-size: 70px -44;
  line-height: 1.438;
  opacity: 0.8;
}
.header .button-to-left {
  padding: 5px 15px;
  margin-top: 20px;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.header .button-to-left:before {
  width: 0%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--maincolor, red);
  transition: all .5s;
  z-index: -1;
}
.header .button-to-left:hover:before {
  width: 100%;
}
.header .button-to-left:hover {
  color: white;
}
.header form {
  background-color: white;
  border-radius: 5px;
  width: 360px;
  height: 360px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.header form h3 {
  font-family: "Open sans";
  background-color: #f5f5f5;
  color: #333333;
  font-size: 70px -50;
  padding: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 30px;
}
.header form h3 span {
  color: var(--maincolor, red);
}
.header form .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0px;
  width: 85%;
  color: #bdbdbd;
  font-size: 70px -56;
  margin: 0 auto 42px;
  font-family: "Open sans";
}
.header form input[type="submit"] {
  font-family: "Open sans";
  padding: 10px;
  width: 100%;
  color: white;
  line-height: 2;
  border: none;
  margin-top: -2px;
  background-color: var(--maincolor, #ff9b51);
  font-size: 70px -55;
}

/* end header */
/*start  social*/
.social {
  margin-bottom: -10px;
  padding: 10px;
}
.social h5 {
  font-size: 70px -50;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.social p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.social i {
  color: #bdbdbd;
  margin: 20px 15px;
  cursor: pointer;
}
.social .fa-facebook:hover {
  color: #3b5998;
}
.social .fa-twitter:hover {
  color: #1da1f2;
}
.social .fa-google-plus:hover {
  color: #dd4b39;
}
.social .fa-pinterest:hover {
  color: #bd081c;
}
.social .fa-instagram:hover {
  color: #5851db;
}
.social .fa-stumbleupon:hover {
  color: #eb4924;
}
.social .fa-rss:hover {
  color: #f26522;
}

/*end  social*/
/*start  tabs*/
.tabs ul {
  margin-bottom: 0px;
}
.tabs ul li {
  background-color: #333333;
  height: 111px;
  line-height: 110px;
  border-bottom: 1px solid white;
  color: white;
  font-size: 70px -50;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.tabs ul li.active, .tabs ul li:hover {
  background-color: var(--maincolor, #ff9b51);
}
.tabs img {
  padding-left: 40px;
}
.tabs p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.tabs .info2 {
  padding-top: 60px;
}
.tabs .info2 h3 {
  margin-top: 0;
  color: #333333;
  font-size: 70px -50;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}
.tabs .info2 div:not(.tabs-1) {
  display: none;
}
.tabs .info2 .button-to-left {
  padding: 5px 15px;
  margin-top: 20px;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--maincolor, #ff9b51);
  color: white;
  border: none;
}
.tabs .info2 .button-to-left:before {
  width: 0%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  transition: all .5s;
  z-index: -1;
}
.tabs .info2 .button-to-left:hover:before {
  width: 100%;
}
.tabs .info2 .button-to-left:hover {
  color: white;
}

/*end  tabs*/
/*start  sub*/
.sub .image {
  margin-top: 50px;
  margin-right: 120px;
}
.sub .sub-head h4 {
  font-weight: bold;
}
.sub .sub-head h4::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px 0;
}
.sub .sub-head p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.sub .icon {
  color: #333333;
}
.sub .icon h5 {
  font-weight: bold;
  font-size: 70px -50;
}
.sub .icon p {
  margin-bottom: 30px;
  color: #333333;
}
.sub .icon div:last-child {
  padding-left: 0 25px;
}
.sub .icon div i {
  color: var(--maincolor, red);
  border: 2px solid var(--maincolor, #ff9b51);
  padding-right: 2px;
  padding-top: 7px;
  padding-left: 5px;
  padding-bottom: 2px;
  font-size: 70px -50;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 17px;
  text-align: center;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*end  sub*/
/*start  stand*/
.standard .stand-head h4 {
  font-weight: bold;
  font-size: 70px -45;
}
.standard .stand-head h4::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px 0;
}
.standard .stand-head p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}

/*end  stand*/
/* start awesome*/
.awesome {
  z-index: 1;
  position: relative;
}
.awesome h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
}
.awesome h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px auto;
}
.awesome p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.awesome .cards {
  position: relative;
  min-height: 262px;
  z-index: 1;
}
.awesome .cards .card {
  border: 2px solid var(--maincolor, #ff9b51);
  background-color: white;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  cursor: pointer;
}
.awesome i {
  color: var(--maincolor, red);
  border: 2px solid var(--maincolor, #ff9b51);
  padding: 10px;
  font-size: 70px -20;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 50px;
  text-align: center;
  margin: 25px auto;
}
.awesome .fa-keyboard-o {
  font-size: 70px -40;
  line-height: 1.5;
}

/* end awesome*/
/* start Pricing */
.pricing h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
}
.pricing h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px auto;
}
.pricing p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
  font-style: italic;
}
.pricing h3 {
  background-color: #333333;
  color: white;
  padding: 20px;
  font-weight: bold;
  border-bottom: 1px solid white;
}
.pricing > div:nth-child(1) > div:nth-child(3) > div:nth-child(1), .pricing > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) {
  padding-top: 40px;
}
.pricing .price {
  background-color: #333333;
  color: white;
  padding: 10px;
  margin-top: -10px;
}
.pricing .price h5 {
  font-size: 60px;
  font-weight: bold;
}
.pricing .price h5 span {
  font-size: 20px;
}
.pricing ul {
  background-color: white;
  border-top: 5px solid var(--maincolor, #ff9b51);
  margin-top: 0px;
}
.pricing ul li {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
}
.pricing > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h6:nth-child(3) {
  color: white;
  background-color: var(--maincolor, #ff9b51);
  padding: 12px;
  border: none;
  font-size: 70px -55;
  margin: 0;
}

/* end Pricing */
/* start customer */
.customer h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
}
.customer h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px auto;
}
.customer > div:nth-child(1) > p:nth-child(2) {
  font-size: 15px;
  color: #bdbdbd;
}
.customer .row .lead {
  font-size: 70px -55;
  background-color: #f5f5f5;
  padding: 20px;
  color: #bdbdbd;
  margin: 30px auto;
  position: relative;
}
.customer .row .lead:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 15px;
  border-color: #f5f5f5 transparent transparent;
  position: absolute;
  width: 0 px;
  height: 0 px;
  bottom: -30px;
  left: 35px;
}
.customer .media {
  text-align: left;
}
.customer .media .media-body {
  padding: 15px;
}
.customer .media .media-body h4 {
  font-weight: bold;
}
.customer .media .media-body p {
  color: #bdbdbd;
}

/* end customer */
/* start stylish*/
.stylish {
  background: url("../images/stylish.png") no-repeat top center;
  min-height: 320px;
  position: relative;
}
.stylish .overlay h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
  color: white;
}
.stylish .overlay h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: white;
  margin: 25px 0;
  margin: 25px auto;
}
.stylish .overlay > div:nth-child(1) > p:nth-child(2) {
  font-size: 15px;
  color: white;
  line-height: 1.4;
}
.stylish .overlay .button-to-left {
  padding: 5px 15px;
  margin-top: 20px;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  margin: auto;
}
.stylish .overlay .button-to-left:before {
  width: 0%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--maincolor, red);
  transition: all .5s;
  z-index: -1;
}
.stylish .overlay .button-to-left:hover:before {
  width: 100%;
}
.stylish .overlay .button-to-left:hover {
  color: white;
}
.stylish .container {
  padding: 60px;
}

/* end stylish*/
/* start contact */
.contact {
  position: relative;
}
.contact h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
}
.contact h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px auto;
}
.contact textarea {
  resize: none;
  margin-bottom: 90px;
  margin-top: 25px;
  padding-bottom: 6px;
}
.contact .myform-control {
  display: inline;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  margin: 20px 10px;
  width: 60%;
  color: #bdbdbd;
  font-size: 70px -55;
}
.contact span {
  color: var(--maincolor, #ff9b51);
}
.contact p {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.contact .button-to-left {
  background-color: var(--maincolor, #ff9b51);
  color: white;
  padding: 5px 15px;
  margin-top: 20px;
  color: white;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  text-align: center;
  margin: auto;
}
.contact .button-to-left:before {
  width: 0%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  transition: all .5s;
  z-index: -1;
}
.contact .button-to-left:hover:before {
  width: 100%;
}
.contact .button-to-left:hover {
  color: white;
}

/* end contact */
/*start gallery*/
.gallery-section h2 {
  font-size: 70px -30;
  text-transform: uppercase;
  padding-top: 0px;
  color: #333333;
}
.gallery-section h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: var(--maincolor, red);
  margin: 25px 0;
  margin: 25px auto;
}
.gallery-section .lead {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.4;
}
.gallery-section .gallery {
  width: 60%;
}
.gallery-section .gallery .main-gallery {
  position: relative;
}
.gallery-section .gallery .main-gallery img {
  width: 100%;
}
.gallery-section .gallery .main-gallery .left {
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 35px;
}
.gallery-section .gallery .main-gallery .left:hover {
  color: var(--maincolor, red);
}
.gallery-section .gallery .main-gallery .right {
  position: absolute;
  top: 50%;
  left: -40px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 35px;
}
.gallery-section .gallery .main-gallery .right:hover {
  color: var(--maincolor, red);
}
.gallery-section .gallery ul {
  display: flex;
}
.gallery-section .gallery ul li {
  width: 20%;
  border: 2px solid white;
  opacity: 0.4;
  transition: all 0.5s;
  cursor: pointer;
}
.gallery-section .gallery ul li.active, .gallery-section .gallery ul li:hover {
  opacity: 1;
  border: 2px solid var(--maincolor, #ff9b51);
}
.gallery-section .gallery ul li img {
  width: 100%;
  height: 100%;
}

/*end gallery*/
/*start footer*/
footer {
  background-color: #333333;
  color: white;
  padding: 20px;
  font-size: 70px -50;
}

/*end footer*/
/*start popup*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  text-align: center;
  display: none;
}
.popup .endix {
  background-color: #fff;
  position: fixed;
  padding: 20px;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  border-radius: 10px;
}
.popup .endix h2 {
  color: #333333;
}
.popup .endix p {
  color: #bdbdbd;
}

/*end popup*/
/*start fixed menu*/
.menu {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: block;
  top: 0;
  left: -200px;
  height: 100%;
  width: 200px;
  z-index: 999;
  font-size: 20px;
  padding: 20px;
}
.menu span {
  width: 30px;
  height: 30px;
  background-color: inherit;
  top: 80px;
  left: 200px;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.menu span i {
  color: var(--maincolor, red);
  font-size: 22px;
  line-height: 29px;
}
.menu ul li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.menu ul li:first-child {
  background-color: #2d4059;
}
.menu ul li:nth-child(2) {
  background-color: #ea5455;
}
.menu ul li:nth-child(3) {
  background-color: #006a71;
}
.menu ul li:nth-child(4) {
  background-color: #ff9b51;
}
.menu ul li:nth-child(5) {
  background-color: #51ffa6;
}
.menu ul li:nth-child(6) {
  background-color: #0f33ec;
}
.menu input {
  height: 40px;
}
.menu button, .menu button:focus, .menu button:hover {
  display: inline;
  margin-top: -19px;
  margin-left: 15px;
  color: black;
}

/*end fixed menu*/
/* start @media 991px*/
@media (max-width: 991px) {
  .navbar {
    padding: 1px;
  }

  .header h1 ~ .lead:after {
    margin: 10px auto;
  }
  .header .button-to-left {
    display: block;
    margin: 30px auto;
  }
  .header .text-center-xs {
    text-align: center;
  }

  .social {
    margin: 10px 15px;
    text-align: center;
  }

  h5 {
    margin-bottom: 10px;
  }

  .tabs {
    text-align: center;
  }
  .tabs .tabs-section .tabs-content h3 {
    margin: 30px 0 20px;
  }
  .tabs .button-to-left {
    margin: 30px auto;
  }

  .sub {
    text-align: center;
  }
  .sub .sub-head h4::after {
    margin: 10px auto;
  }

  .standard {
    text-align: center;
  }
  .standard .stand-head h4::after {
    margin: 10px auto;
  }

  .awesome h2:after {
    margin: 10px auto;
  }

  .pricing h2:after {
    margin: 10px auto;
  }

  .customer h2:after {
    margin: 10px auto;
  }

  .stylish {
    min-height: 400px;
  }
  .stylish .overlay h2:after {
    margin: 10px auto;
  }

  .contact h2:after {
    margin: 10px auto;
  }
}
/* end @media 991px*/
/*placeholder selector*/
.header, .stylish {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header .overlay, .stylish .overlay {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(3, 3, 3, 0.3);
  position: absolute;
}

.social {
  -webkit-box-shadow: -2px -5px 13px #333333;
  -moz-box-shadow: -2px -5px 13px #333333;
  -o-box-shadow: -2px -5px 13px #333333;
  box-shadow: -2px -5px 13px #333333;
}

.social i {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*# sourceMappingURL=css.css.map */
