/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  margin: 0;
}

/* -------------------------------------------------header----------------------------------------------- */
.background {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 100%;
  z-index: -20;
}

.background img {
  width: 80%;
  float: right;
}

.hero {
  margin-top: 150px;
  margin-left: 16%;
  width: 60%;
}

.hero .hero-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #71848f;
  letter-spacing: 0.8px;
  line-height: 2;
}

.hero .hero-content h3 a {
  text-decoration: none;
  color: #468cbd;
}

.clients {
  margin-top: 120px;
  padding: 0 20%;
}

.clients h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 50px;
}

.clients .clients-wrapper {
  margin-bottom: 50px;
}

.clients .clients-wrapper h3 {
  color: #745dbc;
  font-size: 1.2rem;
}

.clients .clients-wrapper .client-card {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 9px 29px 0px rgba(46, 66, 75, 0.12);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients .clients-wrapper .client-card img {
  width: 100px;
  margin: 24px 30px;
}

.clients .clients-wrapper .client-card #vip-news {
  width: 80px;
  position: relative;
  top: 5px;
}

.clients .clients-wrapper .global-clients img {
  width: 120px;
}

.awards-achievements {
  margin-top: 100px;
}

.awards-achievements h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 50px;
}

.awards-achievements .awards-container {
  background: #f5f7f9;
  padding: 5% 20%;
  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;
}

.awards-achievements .awards-container .award-wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
}

.awards-achievements .awards-container .award-wrapper .award-circle {
  background: white;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  padding-top: 25%;
  -webkit-box-shadow: 0px 26px 84px 0px rgba(46, 66, 75, 0.12);
          box-shadow: 0px 26px 84px 0px rgba(46, 66, 75, 0.12);
}

.awards-achievements .awards-container .award-wrapper .award-circle img {
  width: 100px;
}

.awards-achievements .awards-container .award-wrapper .award-circle h4 {
  color: #7f7895;
}

.awards-achievements .awards-container .award-wrapper h3 {
  margin-top: 30px;
  font-size: 1.3rem;
  color: #7f7895;
}

.vision {
  margin-top: 100px;
  padding: 0 18%;
}

.vision h2 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #465863;
  text-align: center;
  margin-bottom: 100px;
}

.vision .ceo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 140px;
}

.vision .ceo-wrapper .ceo-image {
  width: 50%;
  border-bottom: 1px solid #7f7895;
  margin-right: 40px;
}

.vision .ceo-wrapper .ceo-image img {
  width: 60%;
}

.vision .ceo-wrapper .ceo-message {
  width: 50%;
}

.vision .ceo-wrapper .ceo-message h3 {
  color: #7f7895;
  font-size: 1.3rem;
  line-height: 1.8;
}

.vision .director-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vision .director-wrapper .director-image {
  width: 50%;
  border-bottom: 1px solid #7f7895;
  margin-left: 40px;
  text-align: right;
}

.vision .director-wrapper .director-image img {
  width: 60%;
}

.vision .director-wrapper .director-message {
  width: 50%;
}

.vision .director-wrapper .director-message h3 {
  color: #7f7895;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* --------------------------------------------------- media queries ---------------------------------------------------- */
@media (max-width: 1200px) {
  .clients {
    margin-top: 160px;
  }
}

@media (max-width: 1100px) {
  .awards-achievements .awards-container {
    padding: 5% 8%;
  }
}

@media (max-width: 810px) {
  html {
    font-size: 13px;
  }
  .hero {
    width: 60%;
  }
  .hero .hero-content h3 {
    line-height: 1.6;
  }
  .clients {
    margin-top: 150px;
    padding: 0 10%;
  }
  .clients .clients-wrapper .indian-clients img {
    width: 70px;
  }
  .clients .clients-wrapper .indian-clients #vip-news {
    width: 65px;
  }
  .awards-achievements .awards-container .award-wrapper h3 {
    margin-top: 15px;
    font-size: 1.1rem;
  }
  .awards-achievements .awards-container .award-wrapper .award-circle {
    width: 150px;
    height: 150px;
    padding-top: 10%;
  }
  .awards-achievements .awards-container .award-wrapper .award-circle img {
    width: 80px;
  }
  .vision {
    padding: 0 8%;
  }
}

@media (max-width: 736px) {
  .vision .ceo-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .vision .ceo-wrapper .ceo-image img {
    width: 70%;
  }
  .vision .director-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vision .director-wrapper .director-image img {
    width: 70%;
  }
}

@media (max-width: 630px) {
  .awards-achievements .awards-container {
    padding: 5%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .background {
    top: 120px;
  }
  .clients {
    margin-top: 100px;
  }
}

@media (max-width: 544px) {
  .awards-achievements .awards-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awards-achievements .awards-container .award-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .vision .ceo-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vision .ceo-wrapper .ceo-image, .vision .ceo-wrapper .ceo-message {
    width: 100%;
  }
  .vision .ceo-wrapper .ceo-image img {
    width: 60%;
  }
  .vision .ceo-wrapper .ceo-image {
    margin-bottom: 20px;
  }
  .vision .director-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vision .director-wrapper .director-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0px;
  }
  .vision .director-wrapper .director-message {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vision .director-wrapper .director-image img {
    width: 58%;
  }
  .vision .director-wrapper .director-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 512px) {
  .header nav {
    margin: 15px 25px 0px 25px;
  }
  .clients .clients-wrapper .global-clients img {
    margin: 20px 10px;
  }
}

@media (max-width: 400px) {
  .hero {
    width: 75%;
  }
  .background {
    overflow: hidden;
  }
  .background img {
    width: 150%;
  }
  .clients {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=about.css.map */