header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  color: #FFFFFF;
  border-bottom: 2px solid #e2b318;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
}

.logo img {
  width: 150px;
}

.nav-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar ul li {
  margin: 5px;
  background: #e2b318;
}

.nav-bar ul li a {
  display: block;
  color: #FFFFFF;
  padding: 10px 25px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.nav-bar ul li a:hover {
  color: #FFFFFF;
  background: #1a1818;
}

@media only screen and (max-width: 1320px) {
  header {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1100px) {
  header {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 900px) {
  .logo img {
    width: 100px;
  }
  .nav-bar ul li a {
    padding: 8px 20px;
  }
}

.intro {
  border: 0px solid white;
  width: 100%;
  height: 100vh;
  padding: 170px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.content {
  width: 100%;
  border: 0px solid white;
}

.intro h1 {
  font-size: 60px;
  color: #FFFFFF;
  font-family: Arial;
}

.intro p {
  padding-top: 20px;
  color: #ccc;
  font-size: 16px;
}

.intro span {
  color: #c5971a;
}

@media only screen and (max-width: 1320px) {
  .intro {
    padding: 150px 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .intro {
    padding: 150px 30px;
  }
  .intro .content {
    width: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .intro {
    padding: 150px 30px;
    height: auto;
  }
  .intro h1 {
    font-size: 50px;
  }
  .intro .content {
    width: 90%;
    margin-top: 20px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #e2b318;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

#Services {
  padding-top: 50px;
  width: 100%;
  padding-bottom: 70px;
  background: #FFFFFF;
}

#Services .ser-header {
  text-align: center;
  color: #1a1818;
  padding-top: 50px;
  font-size: 60px;
}

#Services .col-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 30PX 100px;
}

#Services .col-row-1 {
  background: #1a1818;
  width: 30%;
  color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-bottom: 30px;
}

#Services .col-row-1 h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#Services .col-row-1 h1 {
  padding: 10px 20px;
}

#Services .col-1 .col-row-1:hover {
  background: #444;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 2px solid #e2b318;
}

@media only screen and (max-width: 1000px) {
  #Services .col-row-1 {
    width: 90%;
    margin: 10px;
  }
  #Services .col-1 {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  #Services .col-row-1 {
    width: 90%;
    margin: 10px;
  }
  #Services .col-1 {
    padding: 30px 0px;
  }
  #Services .ser-header {
    font-size: 50px;
  }
}

#con-service-1 {
  width: 100%;
  background: #000000;
  padding-top: 50px;
  padding-bottom: 70px;
}

.col-row-service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 30PX 100px;
}

.col-row-service .col-row-service-1 {
  width: 30%;
  border: 0px solid white;
}

#con-service-1 .col-row-service-1 h1 {
  font-size: 60px;
  color: #e2b318;
}

.col-row-service .col-row-service-2 {
  width: 70%;
  border: 0px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.col-row-service-2 .col-row-service-categ-1 {
  width: 45%;
  border-bottom: 1px solid white;
  color: #CCC;
  padding: 10px;
  margin: 10px;
}

.col-row-service-2 .col-row-service-categ-1 h3 {
  color: #e2b318;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .col-row-service .col-row-service-1, .col-row-service-2,
  .col-row-service-2 .col-row-service-categ-1 {
    width: 90%;
  }
  .col-row-service {
    padding: 30px 0px;
  }
  .col-row-service-1 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .col-row-service .col-row-service-1, .col-row-service-2,
  .col-row-service-2 .col-row-service-categ-1 {
    width: 90%;
    margin: 10px;
  }
  .col-row-service-2 {
    padding: 30px 0px;
  }
  .col-row-service-1 {
    text-align: center;
    font-size: 50px;
  }
  #con-service-1 .col-row-service-1 h1 {
    font-size: 50px;
  }
}

#core {
  width: 100%;
  background: #f5f1f1d3;
  padding-bottom: 70px;
}

#core .core-hrd {
  text-align: center;
  font-size: 60px;
  padding-top: 50px;
}

.core-row-1 {
  padding: 30px 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.core-col-1 {
  width: 30%;
  background: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 20px 20px;
}

.core-col-1:hover {
  background: #1a1818;
  color: #FFFFFF;
  -webkit-transition: 4s ease;
  transition: 4s ease;
}

.core-col-img {
  text-align: center;
}

.core-row-1 h2 {
  text-align: center;
  padding: 20px 20px;
}

@media only screen and (max-width: 1000px) {
  .core-col-1 {
    width: 90%;
    margin: 10px;
  }
  .core-row-1 {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .core-col-1 {
    width: 90%;
    margin: 10px;
  }
  .core-row-1 {
    padding: 30px 0px;
  }
  #core .core-hrd {
    font-size: 50px;
  }
}

#client {
  width: 100%;
  background: #ffffff;
  padding-bottom: 70px;
}

#client h1 {
  text-align: center;
  font-size: 60px;
  padding-top: 50px;
}

.client-wrap {
  padding: 30px 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.client-logo img {
  width: 150px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.client-wrap .client-logo {
  padding-top: 50px;
  width: 25%;
  border: 0px solid #ccc;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .client-wrap .client-logo {
    width: 90%;
  }
  .client-wrap {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .client-wrap .client-logo {
    width: 90%;
  }
  .client-wrap {
    padding: 30px 0px;
  }
  #client h1 {
    font-size: 50px;
  }
}

#contact {
  width: 100%;
  background: #1a1818;
  padding-bottom: 70px;
  padding-top: 50px;
}

.contact-form {
  padding: 30px 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.contact-form-row {
  margin-bottom: 30px;
  width: 50%;
  background: none;
  padding: 70px 30px;
  border-radius: 5px;
  color: #FFFFFF;
}

.contact-form-row input {
  width: 100%;
  padding: 10px 10px;
  margin: 5px 0px;
  border: none;
}

.contact-form-row textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px;
  margin: 5px 0px;
  border: none;
}

.contact-form-row input[type=submit]:hover {
  background: #e2b318;
  cursor: pointer;
  border: none;
  padding: 10px 10px;
}

.contact-form-row2 {
  width: 50%;
  color: #FFFFFF;
  background: #1a1818;
  border: 0px solid #FFFFFF;
  padding: 20px 0px;
}

.contact-form-row2 h1 {
  font-size: 60px;
  padding-top: 30px;
  color: #e2b318;
}

@media only screen and (max-width: 1000px) {
  .contact-form .contact-form-row, .contact-form-row2 {
    width: 90%;
  }
  .contact-form {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .contact-form .contact-form-row, .contact-form-row2 {
    width: 90%;
  }
  .contact-form {
    padding: 30px 0px;
  }
  .contact-form-row2 h1 {
    font-size: 50px;
  }
}

#footer1 {
  width: 100%;
  padding-bottom: 30px;
  background: #FFFFFF;
  border-bottom: 1px solid #e2b318;
}

#footer1 h1 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 60px;
}

.footer-col-1 a {
  width: 100px;
  height: 50px;
  color: #e2b318;
}

footer {
  background: #FFFFFF;
  padding: 20px 0px;
  text-align: center;
}

.footer-col-div {
  padding: 30px 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer-col-div .footer-col-1, .footer-col-2 {
  width: 25%;
  border: 0px solid #000000;
}

.footer-col-div .footer-col-3 {
  width: 50%;
  border: 0px solid #000000;
}

@media only screen and (max-width: 1000px) {
  .footer-col-div .footer-col-1, .footer-col-2 {
    width: 90%;
    margin: 10px;
  }
  .footer-col-div .footer-col-3 {
    width: 90%;
    margin: 10px;
  }
  .footer-col-div {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-col-div .footer-col-1, .footer-col-2 {
    width: 90%;
    margin: 10px;
  }
  .footer-col-div .footer-col-3 {
    width: 90%;
    margin: 10px;
  }
  .footer-col-div {
    padding: 30px 0px;
  }
  #footer1 h1 {
    font-size: 50px;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

body {
  background: #1a1818;
}

button img {
  width: 20px;
}
/*# sourceMappingURL=style.css.map */