video#serviceleft,
video#serviceright {
  position: relative;
  min-width: 432px;

  max-width: 432px;

  width: 432px;

  height: 243px;

  vertical-align: top;

  background: url(../image/video.png) no-repeat;
  z-index: 999;
}

#lnkMail,
#lnkMailb,
#lnkMailkg,
#lnkMailpg {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.creator a,
.footer-box a,
.saletitle,
nav ul li a {
  text-decoration: none;
}

* {
  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  margin: 0;

  padding: 0;

  font-family: roboto, sans-serif;

  font-weight: 300;

  font-size: 16px;

  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;

  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;

  font-weight: 400;

  margin-bottom: 0.9375rem;

  margin-top: 0;
  color: #444;
}

h1,
h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.intro h1,
.intro p,
nav ul li a {
  color: #fff;
}

h1 {
  line-height: 90px;
  font-size: 68px;
}

h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}

.fa,
.fa2 {
  font-family: FontAwesome;
}

.bold,
.large-label,
.saletitle,
h3,
h4 {
  font-weight: 700;
}

h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 16px;
  vertical-align: middle;
}

h4 {
  margin: 20px 0 0;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

video#bgvid {
  position: absolute;
  left: 45%;
  top: 45%;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  max-height: initial;
  width: initial;
  height: initial;
  display: inline-block;
  vertical-align: baseline;
  background: url(../image/video.png) left top no-repeat;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
  z-index: -999;
}

body {
  width: 100%;
}

video#serviceright {
  right: 0;
  -o-background-size: inherit;
  -moz-background-size: inherit;
  -webkit-background-size: inherit;
  background-size: inherit;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: right;
}

video#serviceleft {
  -o-background-size: inherit;
  -moz-background-size: inherit;
  -webkit-background-size: inherit;
  background-size: inherit;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.bottom-logo,
.logo {
  background-repeat: no-repeat;
  background-position: center center fixed;
  -o-background-size: auto;
  vertical-align: middle;
}

.intro p {
  font-size: 50px !important;
}

.logo {
  background-image: url(../image/logo.png);
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  height: 100px;
  margin-left: 20px;
  margin-top: 20px;
}

.bottom-logo {
  background-image: url(../image/logo.png);
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  height: 200px;
  margin-left: 600px;
  margin-top: 10px;
}

.section-first,
section {
  display: table;
  margin: 0;
  max-width: none;
  width: 100%;
}

.section-first {
  padding: 200px 7%;
  height: calc(100vh - 180px);
}

section {
  padding: 100px 7%;
  height: 100vh;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../image/smallLogo.png) 5px 0 no-repeat #313737;
  z-index: 9999;
}

.header-banner {
  width: 100%;
  height: 100px;
}

nav {
  width: 100%;
  height: 60px;
  postion: fixed;
  z-index: 10;
  overflow: hidden;
}

nav ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: right;
  width: 100%;
  max-width: calc(100% - 40px);
}

.center,
.intro {
  text-align: center;
}

nav ul li {
  display: inline-block;
  line-height: 60px;
  margin-left: 10px;
}

nav ul li a {
  font-size: 20px;
}

nav ul li a:hover {
  background-color: #cd3434;
  color: #fff;
  width: 50px;
}

#about,
#team {
  background-color: #fff;
}

#contact,
#services {
  background-color: grey;
}

#team img {
  width: 100%;
}

.first-page {
  z-index: -900;
  position: absolute;
  top: 0;
  left: 0;
  width: initial;
  height: initial;
  max-width: initial;
  max-height: initial;
  min-width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-image: url(../image/video.png);
  background-position: top left fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.7;
}

.team-member-position {
  margin-top: 6px;
  font-style: italic;
  font-size: 15px;
}

.team-member-description {
  margin-top: 10px;
  font-size: 15px;
}

.footer {
  background-color: #313737;
  color: #ccc;
  height: 340px;
  overflow-y: hidden;
}

.socialmedia {
  width: 100%;
  margin-top: 150px;
  margin-left: 0;
}

.socialmedia img {
  width: 25px;
  height: 25px;
}

.footer-box {
  padding-top: 30px;
}

.footer-box a {
  color: #ccc;
}

.footer-box h2 {
  margin: 0;
}

.contact-text,
.contact-text2 {
  display: block;
  letter-spacing: 1px;
  margin-top: 2px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.bottom {
  background-color: #161616;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.creator a {
  color: #303030;
}

.creator a:hover {
  color: #aaa;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fa2 {
  font-size: 30px;
}

.contact-info-item {
  margin-bottom: 13px;
  display: block;
  box-sizing: inherit;
}

.contact-text {
  width: 30px;
  font-size: 14px;
}

.contact-text i {
  font-size: 16px;
  float: left;
}

.contact-text2 {
  width: 70px;
  font-size: 14px;
}

.contact-value {
  margin-left: 35px;
}

.large-label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  /*font-size:.8125rem;*/
  color: #fff;
}

.justify {
  text-align: justify;
}

.section-title {
  font-size: 50px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  height: 70px;
}

.white {
  color: #aaa;
}

.black {
  color: #000;
}

.box,
.red-box,
.servicebox1,
.servicebox2 {
  background-color: #313737;
  color: #fff;
  border-radius: 25px;
}

.servicecontainer1,
.servicecontainer2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.custcontainer {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 225px;
  padding: 0 20px;
  box-sizing: border-box;
}

.servicebox1,
.servicebox2 {
  padding: 20px;
  height: 280px;
  width: 480px;
  -ms-overflow-style: hidden;
  overflow: hidden;
}

.space {
  margin-bottom: 40px;
}

.boxcontainer {
  min-width: 100%;
  margin-left: calc(50% - 490px);
}

.box {
  padding: 15px;
  height: 655px;
  width: 470px !important;
  overflow: hidden;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.fa3,
.service-highlight {
  width: 49%;
  display: inline-block;
}

.box h3,
.servicebox1 h3,
.servicebox2 h3 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 72px;
  vertical-align: middle;
}

.red-box {
  padding: 7px 7px 20px;
  height: 550px;
}

.fa3,
.fa4 {
  font-family: FontAwesome;
  font-size: 45px;
  color: #cd3434;
}

.red-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.fa3 {
  text-align: right;
  vertical-align: top;
}

.fa4 {
  position: relative;
}

#slides li,
#slides2 li {
  font-family: lato, sans-serif;
  text-align: left;
}

.fa4 span {
  position: absolute;
  bottom: 40px;
  z-index: 2000;
}

.service-highlight {
  color: #fff;
  text-align: left;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.service {
  display: inline-block;
}

.employe-name {
  color: #fff;
}

input[type="submit"] {
  background-color: #cd3434;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 25px;
}

input[type="text"],
textarea {
  width: 100%;
  margin-bottom: 30px;
}

textarea {
  height: 75px;
}

.contacttitle {
  margin-bottom: 10px;
}

.teamtitle {
  margin-bottom: 50px;
  color: #000;
}

#slides ul,
#slides2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.servicetext1,
.servicetext2 {
  font-size: 15px;
  max-height: 500px;
  z-index: 1000;
  -ms-overflow-style: hidden;
  overflow: hidden;
}

.servicetextbox1,
.servicetextbox2 {
  height: 210px;
  -ms-overflow-style: hidden;
  overflow: hidden;
}

.abouttext {
  font-size: 15px;
  max-height: 550px;
}

.btn-bar,
.btn-bar2 {
  visibility: hidden;
  height: 0;
  width: 0;
}

#slides li,
#slides ul,
#slides2 li,
#slides2 ul {
  width: 100%;
  position: relative;
}

#slides ul {
  height: 150px;
}

#slides li {
  float: left;
}

#slides2 ul {
  height: 200px;
}

#slides2 li {
  height: 200px;
  float: left;
}

.messagebox,
.messagebox2 {
  background-color: #313737;
  color: #fff;
  padding: 20px;
  border-radius: 25px;
  width: 480px;
  -ms-overflow-style: hidden;
  overflow: hidden;
}

.messagebox {
  height: 750px;
}

.messagebox2 {
  height: 710px;
}

.captcha {
  margin-bottom: 30px;
  overflow: hidden;
}

.g-recaptcha {
  width: 100%;
}

#lnkMailkg,
#lnkMailpg {
  color: #fff;
  text-decoration: none;
}

.margin {
  margin-top: 100px;
}

.saleperformance,
.saleprizetitle,
.saletitle {
  color: #aaa;
  margin-top: 20px;
}

.salemargin {
  padding-top: 100px;
  background-color: grey;
}

.border {
  border: 1px solid #000;
}

.testheight {
  min-height: 300px;
}

.testheight img {
  max-width: 90%;
  max-height: 90%;
}

.salecontainer {
  width: 100%;
  text-align: center;
  background-color: gray;
}

.salewrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.saleouter {
  width: 228px;
  height: 400px;
  float: left;
  margin-bottom: 20px;
}

.saleinner-top {
  margin-left: 10px;
}

.saleinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 196px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 10px;
  background-color: #313737;
}

.saleinner img {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 176px;
  max-height: 176px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.saletitle {
  font-size: 14px;
  text-align: left;
}

.saleperformance,
.saleprizetitle,
.salewithwat {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
}

.salewithwat {
  color: #bbb;
}

.saleprize {
  font-size: 16px;
  color: #ddd;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
}

/* Media Queries */
@media (max-width: 1024px) {
  nav ul {
    text-align: center;
  }
  
  .boxcontainer {
    width: 100%;
	margin-left: 0
}
  .box {
    float: none;
    height: auto;
    width: 98% !important;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 25px;
    overflow: hidden;
  }
  
  .abouttext {
    height: 100%
    width: 100%;
    font-size:20px;
    overflow: hidden;
  }
}