nav {
  font-family: "Arimo", sans-serif;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s;
  transition: 1s;
}

nav.active {
  font-family: "Arimo", sans-serif;
  position: fixed;
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 1s;
  transition: 1s;
}

nav.active .nav-link a {
  color: black;
  -webkit-transition: 1s;
  transition: 1s;
}

nav .nav-logo {
  margin: 0px 20px;
}

nav .nav-logo img {
  width: 125px;
  height: 50px;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

nav .nav-link a {
  text-decoration: none;
  font-size: 15px;
  margin: 20px;
  font-weight: 500;
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
}

nav .nav-link a:hover {
  color: #F8CF40;
}

#banner {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/banner2.jpg);
  background-size: cover;
  -webkit-transition: 5s;
  transition: 5s;
  -webkit-animation-name: animate;
          animation-name: animate;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.banner-desc {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  position: absolute;
  color: white;
  max-width: 600px;
  margin: 200px 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.banner-desc p {
  font-family: "Merriweather", serif;
  font-size: 2rem;
  text-align: left;
}

.banner-desc a {
  background: white;
  padding: 10px 40px;
  text-decoration: none;
  color: #3a3b3b;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-desc a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@-webkit-keyframes animate {
  0% {
    background-image: url(../img/banner2.jpg);
  }
  50% {
    background-image: url(../img/bg4.jpg);
  }
  100% {
    background-image: url(../img/background-4.jpg);
  }
}

@keyframes animate {
  0% {
    background-image: url(../img/banner2.jpg);
  }
  50% {
    background-image: url(../img/bg4.jpg);
  }
  100% {
    background-image: url(../img/background-4.jpg);
  }
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3a3b3b;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 80%;
  font-family: 'Arimo', sans-serif;
}

.intro-title h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #3a3b3b;
}

.intro-div-line {
  width: 150px;
  height: 2px;
  background: #0f6fb1;
  margin-top: 20px;
}

.intro-text p {
  line-height: 1.8;
  margin-top: 30px;
  font-size: 14.5px;
}

#card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  max-width: 90%;
  font-family: 'Arimo', sans-serif;
  color: #3a3b3b;
  line-height: 1.8;
}

#card-layout .card-item {
  margin: 0px 20px;
}

#card-layout .card-item img {
  width: 45px;
  opacity: 0.8;
}

#card-layout .card-item h3 {
  margin: 10px 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: #3a3b3b;
}

#card-layout .card-item p {
  font-size: 14.5px;
}

#intro-div {
  position: relative;
  background: #0f6fb1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#intro-div .divider {
  text-align: center;
  margin-top: 100px;
}

.divider h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
  color: white;
  padding: 5px 0px;
}

#company-desc {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #3a3b3b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-img {
  max-width: 50%;
}

.company-img img {
  max-width: 100%;
  height: 500px;
  margin: 30px 0px;
}

.slider {
  position: relative;
  width: 50%;
  height: 500px;
  color: #3a3b3b;
  overflow: hidden;
}

#desc-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  margin-left: 40px;
  margin-top: 50px;
}

.desc-div-line {
  width: 150px;
  height: 2px;
  background: #0f6fb1;
  margin-top: 10px;
  margin-left: 40px;
}

.slide h1 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  margin-top: 40px;
  padding: 0px 20px;
}

.slide p {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  padding: 0px 20px;
  color: #3a3b3b;
  text-align: justify;
}

.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  min-width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
  margin: 0px;
  position: relative;
}

/*css for manual navigation*/
.navigation-manual {
  position: absolute;
  width: 800px;
  margin-top: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manual-btn {
  border: 2px solid rgba(214, 213, 213, 0.336);
  width: 20px;
  height: 0.5px;
  padding: 2px;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
  background: rgba(214, 213, 213, 0.336);
}

.manual-btn:not(:last-child) {
  margin-right: 10px;
}

.manual-btn:hover {
  background: #3a71c4;
}

#radio1:checked ~ .first {
  margin-left: 0%;
}

#radio2:checked ~ .first {
  margin-left: -100%;
}

#radio3:checked ~ .first {
  margin-left: -200%;
}

#radio4:checked ~ .first {
  margin-left: -300%;
}

#radio5:checked ~ .first {
  margin-left: -400%;
}

#radio6:checked ~ .first {
  margin-left: -500%;
}

/*css for automatic navigation*/
.navigation-auto {
  position: absolute;
  width: 800px;
  margin-top: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation-auto div {
  border: 2px solid rgba(214, 213, 213, 0.336);
  width: 20px;
  height: 0.5px;
  padding: 2px;
  -webkit-transition: 1s;
  transition: 1s;
  background: rgba(214, 213, 213, 0.336);
}

.navigation-auto div:not(:last-child) {
  margin-right: 10px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#radio5:checked ~ .navigation-auto .auto-btn5 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#radio6:checked ~ .navigation-auto .auto-btn6 {
  background: #3a71c4;
  border: 2px solid #3a71c4;
}

#company-data {
  position: relative;
  background-image: url(../img/bg-1.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.data-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0px;
}

.data-left {
  max-width: 50%;
}

.data-right {
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data-left h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

.data-left p {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.data-left a {
  text-decoration: none;
  color: #3a3b3b;
  padding: 10px 30px;
  border-radius: 5px;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;
}

.data-left a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.comp-data {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Oswald', sans-serif;
}

.comp-data img {
  width: 50px;
  margin-bottom: 15px;
}

.comp-data .counter {
  font-size: 30px;
}

.data-div-line {
  width: 50px;
  height: 2px;
  margin: 10px 0px;
  background: #0f6fb1;
}

.comp-data .data-desc {
  font-size: 20px;
  text-transform: uppercase;
}

#products {
  font-family: 'Arimo', sans-serif;
  text-align: center;
  color: #3a3b3b;
}

.product-content {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-header h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
}

.product-div-line {
  width: 80px;
  height: 2px;
  background: #0f6fb1;
  margin-top: 10px;
}

.products {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 40px;
}

.row .product {
  max-width: 350px;
}

.product h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 20px;
}

.product p {
  line-height: 23px;
  font-size: 14px;
  font-weight: 300px;
  margin-left: 35px;
}

#contact-btn-section {
  position: relative;
  background-image: url(../img/bg-1.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.btn-content {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-content p {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  max-width: 50%;
}

.btn-content a {
  text-decoration: none;
  color: #3a3b3b;
  padding: 10px 40px;
  border-radius: 5px;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;
}

.btn-content a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
}

.product-title img {
  width: 35px;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  color: #3a3b3b;
}

.news-heading h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
}

.news-div-line {
  width: 110px;
  height: 2px;
  background: #0f6fb1;
  margin-top: 10px;
}

.news-content .news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  max-width: 50%;
  font-family: 'Arimo', sans-serif;
  line-height: 23px;
  font-size: 14px;
  font-weight: 200px;
}

.news-item:not(:first-child) {
  margin-left: 40px;
}

.news-item img {
  min-width: 100px;
  max-height: 100px;
  margin-right: 30px;
}

#client-header {
  margin-top: 100px;
  position: relative;
  background-image: url(../img/bg-1.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.client-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  padding: 60px 0px;
}

.client-content h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

.client-content p {
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

#client-logos h1 {
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
  color: #3a3b3b;
}

.client-logo-content {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.client-logo-content .client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}

.client-logo-content img {
  width: 120px;
  margin-left: 40px;
}

.client-row .left, .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 600px;
}

.client-row .left .first {
  margin-left: 0px;
}

#qoute {
  position: relative;
  background: #0f6fb1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#qoute .qoute-content {
  text-align: center;
  color: white;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.qoute-content p {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  max-width: 50%;
  text-transform: capitalize;
  font-weight: 200;
  padding-left: 10px;
}

.qoute-content a {
  text-decoration: none;
  color: #3a3b3b;
  padding: 10px 30px;
  border-radius: 5px;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;
  margin-right: 10px;
}

.qoute-content a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#contact-us {
  width: 80%;
  margin: 0 auto;
}

.contact-top {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-top div {
  width: 100%;
}

.contact-top div img {
  width: 30px;
  padding: 30px;
  background: #f1f1f1;
  border-radius: 50px;
}

.contact-top div h3 {
  padding: 10px 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  color: #0f6fb1;
}

.contact-top div p {
  font-family: 'Arimo', sans-serif;
  color: #3a3b3b;
  line-height: 1.2;
  font-size: 13px;
}

.contact-div-line {
  max-width: 100%;
  height: 1px;
  background: #bbbbbb;
  margin: 0 auto;
  margin: 50px 0px;
}

.contact-middle {
  font-family: 'Arimo', sans-serif;
  color: #3a3b3b;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
}

.contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-bottom h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #3a3b3b;
  text-align: center;
  font-weight: 200;
}

.contact-bottom p {
  font-family: 'Arimo', sans-serif;
  color: #3a3b3b;
  text-align: center;
  font-size: 15px;
}

.contact-bottom img {
  width: 30%;
  height: 430px;
}

.contact-bottom iframe {
  max-width: 30%;
}

.contact-bottom form {
  margin-top: 30px;
}

.contact-bottom form .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #c9c9c9;
  color: #3a3b3b;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.contact-bottom form .submit {
  font-family: 'Arimo', sans-serif;
  background: #0f6fb1;
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
  width: 105%;
  color: white;
}

.contact-bottom form .submit:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.contact-bottom form ::-webkit-input-placeholder {
  font-size: 13px;
}

.contact-bottom form :-ms-input-placeholder {
  font-size: 13px;
}

.contact-bottom form ::-ms-input-placeholder {
  font-size: 13px;
}

.contact-bottom form ::placeholder {
  font-size: 13px;
}

.contact-bottom form #text-area {
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
}

input {
  padding-left: 10px;
}

footer {
  background: #e9e9e9;
  border-top: 0.2px solid #c7c7c7;
  padding: 10px 0px;
  color: #929292;
  font-family: 'Arimo', sans-serif;
  font-size: 10px;
}

footer .footer-content {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-content img {
  width: 20px;
  padding: 10px 10px;
  border-radius: 20px;
  background: gainsboro;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .footer-content img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  #card-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #card-layout .card-item {
    margin-top: 30px;
  }
  #card-layout .card-item h3 {
    margin: 0px;
  }
  nav ul {
    display: none;
  }
  .contact-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-bottom img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contact-bottom iframe {
    margin-top: 40px;
    max-width: 100%;
  }
  .company-img {
    display: none;
  }
  #company-data {
    background-attachment: scroll;
  }
  #client-header {
    background-attachment: scroll;
  }
  #contact-btn-section {
    background-attachment: scroll;
  }
}

@media (max-width: 550px) {
  .banner-desc {
    max-width: 70%;
    min-width: 70%;
    margin: 50% 10%;
  }
  .banner-desc p {
    font-size: 1.3rem;
  }
  .slider {
    height: 650px;
  }
  .data-right .comp-data {
    margin: 0;
  }
  .data-right .comp-data:not(:first-child) {
    margin-top: 30px;
  }
  .data-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 90%;
    min-width: 90%;
  }
  .btn-content p {
    min-width: 80%;
    font-size: 1.4rem;
    margin: 0px;
    margin-bottom: 30px;
  }
  .contact-bottom img {
    width: 80%;
  }
  .contact-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-top .middle {
    margin: 50px 0px;
  }
  .client-logo-content img {
    max-width: 70px;
    margin-left: 0px;
  }
  .client-row {
    width: 100%;
  }
  #contact-us {
    width: 90%;
  }
}

@media (max-width: 370px) {
  .banner-desc {
    max-width: 70%;
    min-width: 70%;
    margin: 50% 10%;
  }
  .banner-desc p {
    font-size: 1.3rem;
  }
  .slider {
    height: 650px;
  }
}

@media (max-width: 1200px) {
  #company-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider h1 {
    text-align: center;
  }
  .navigation-manual {
    display: none;
  }
  .navigation-auto {
    display: none;
  }
  .slider {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  .products .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .row .product {
    max-width: 80%;
    margin-top: 30px;
  }
  .row {
    margin: 0;
  }
  .product-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-title img {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .product p {
    margin-left: 0px;
  }
  .product h4 {
    margin-left: 0px;
  }
  .data-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data-content .data-left {
    max-width: 90%;
    text-align: center;
    font-size: 1.3rem;
  }
  .data-content .data-right {
    max-width: 90%;
    margin-top: 80px;
  }
  .data-right :first-child {
    margin-left: 0px;
  }
  .btn-content {
    margin: 0px 100px;
  }
  #client-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .client-logo-content .client-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .client-logo-content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .client-logo-content img {
    width: 100px;
    margin-left: 0px;
  }
  .client-row div {
    margin-top: 20px;
  }
  .client-row .left,
  .right {
    width: 90%;
  }
  .client-row .middle {
    margin: 0px 40px;
  }
}

@media (max-width: 1200px) {
  .news-container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  .news-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    width: 80%;
    max-width: 80%;
    margin-top: 30px;
  }
  .news-item img {
    margin: 0px;
  }
  .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1050px;
  }
  .news-item:not(:first-child) {
    margin-left: 0px;
  }
}
/*# sourceMappingURL=styles.css.map */