.hero {
  height: 58vh;
  width: 100%;
  background: url("../image/working-table.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hero_content {
  color: #fff;
  height: 100%;
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(24, 28, 38, 0.76);
  padding: 8rem 1rem;
}

@media (max-width: 639px) {
  .hero_content {
    padding: 4.5rem 1rem;
  }
}

.hero_content h1 {
  margin-top: 6rem;
  font-size: 7rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}

@media (max-width: 639px) {
  .hero_content h1 {
    font-size: 4rem;
    font-weight: 600;
  }
}

.hero_content .path {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero_content .path span {
  color: #289aff;
}

.hero_content .path a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.hero_content .path a:hover {
  color: #289aff;
  text-decoration: underline;
}

.about_us {
  padding: 8rem 0;
}

@media (max-width: 991px) {
  .about_us {
    padding: 3rem 0;
  }
}

.about_us_image {
  padding: 4rem 0;
}

.about_us_image img {
  -webkit-animation: topBottom 1s infinite alternate ease-in-out;
          animation: topBottom 1s infinite alternate ease-in-out;
}

@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  100% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}

@keyframes topBottom {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  100% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}

@media (max-width: 639px) {
  .about_us_image {
    padding: 1rem 0;
  }
}

.about_us_content h1 {
  color: #444;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.about_us_content h1 span {
  color: #32a4ff;
  font-size: 130%;
}

@media (max-width: 639px) {
  .about_us_content h1 {
    font-size: 3rem;
  }
  .about_us_content h1 span {
    font-size: 100%;
  }
}

.about_us_content p {
  color: #666;
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.74;
  text-align: justify;
  margin-bottom: 2rem;
}

.admin_words_image {
  padding: 3rem;
  position: relative;
}

.admin_words_image::before, .admin_words_image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  border: 1.6rem solid #3caeff;
  border-radius: 4px;
}

.admin_words_image::after {
  top: 10%;
  left: 0;
  height: 74%;
  width: 90%;
  border-color: #ddd;
}

.admin_words_image img {
  height: 48rem;
  position: relative;
  border-radius: 5px;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
}

.why_choose_us {
  background: #000;
}

.why_choose_us_content {
  padding: 12rem 5rem 12rem 15rem;
}

@media (max-width: 991px) {
  .why_choose_us_content {
    padding: 10rem 15rem 7rem 5rem;
  }
}

@media (max-width: 639px) {
  .why_choose_us_content {
    padding: 4rem 2rem;
  }
}

.why_choose_us_content h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  margin-bottom: 3rem;
}

.why_choose_us_content h1 span {
  color: #3caeff;
}

@media (max-width: 639px) {
  .why_choose_us_content h1 {
    font-size: 3.5rem;
  }
}

.why_choose_us_content p {
  color: #ddd;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 2rem;
}

.why_choose_us_content ul {
  margin-top: 2.8rem;
}

.why_choose_us_content ul li {
  color: #eee;
  font-size: 1.9rem;
  margin: 2rem 0;
}

.why_choose_us_menu {
  background: url("../image/meeting2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}

.why_choose_us_menu ul {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  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;
  padding: 2rem 4rem;
}

.why_choose_us_menu ul li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.why_choose_us_menu ul li:hover span {
  border-color: #3caeff;
}

.why_choose_us_menu ul li > span {
  height: 4.4rem;
  width: 4.4rem;
  border: 2px solid #ccc;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-right: 2rem;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.why_choose_us_menu ul li p {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-shadow: 0 0 7px #222;
  text-transform: capitalize;
  margin: 0;
}

.why_choose_us_menu ul li p span {
  font-size: 4rem;
}

.timeline_container {
  padding: 8rem 0;
  background: #fdfdfd;
}

@media (max-width: 991px) {
  .timeline_container {
    padding: 5rem 0;
  }
}

@media (max-width: 639px) {
  .timeline_container {
    padding: 3.4rem 0;
  }
}

.timeline_container_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

.timeline_container_title h1 {
  color: #444;
  font-size: 5rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  position: relative;
}

.timeline_container_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  width: 7rem;
  background: #32a4ff;
}

.timeline_container_title h1::first-letter {
  font-size: 150%;
  color: #3caeff;
}

@media (max-width: 991px) {
  .timeline_container_title h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 639px) {
  .timeline_container_title h1 {
    font-size: 3.8rem;
  }
}

.timeline_container .timeline_content {
  height: 100%;
  position: relative;
  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;
}

.timeline_container .timeline_content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 100%;
  width: 1px;
  border-left: 3px dashed #999;
}

.timeline_container .timeline_content .single_timeline {
  display: block;
  max-width: calc(100vw - 54vw);
  margin: 3rem 2rem;
  float: left;
  clear: both;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}

.timeline_container .timeline_content .single_timeline_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 4.5rem;
  width: 4.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 2.4rem;
  background: #fff;
  border: 3px dashed #1486f5;
}

.timeline_container .timeline_content .single_timeline_body {
  padding: 2rem 3rem;
  background: #1486f5;
  margin-right: 3rem;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.timeline_container .timeline_content .single_timeline_body h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .timeline_container .timeline_content .single_timeline_body h2 {
    line-height: 1.4;
  }
}

.timeline_container .timeline_content .single_timeline_body p {
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: justify;
}

.timeline_container .timeline_content .single_timeline:nth-child(even) {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  float: right;
}

.timeline_container .timeline_content .single_timeline:nth-child(even) .single_timeline_icon {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: #0072e1;
  background: #fff;
}

.timeline_container .timeline_content .single_timeline:nth-child(even) .single_timeline_body {
  margin-left: 3rem;
  background-color: #0072e1;
}

@media (max-width: 991px) {
  .timeline_container .timeline_content .single_timeline {
    max-width: 90%;
    width: 90%;
    margin: 2rem 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .timeline_container .timeline_content .single_timeline_icon {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .timeline_container .timeline_content .single_timeline_body {
    padding-top: 3rem;
    margin: 2rem 0;
  }
  .timeline_container .timeline_content .single_timeline:nth-child(even) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .timeline_container .timeline_content .single_timeline:nth-child(even) .single_timeline_icon {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .timeline_container .timeline_content .single_timeline:nth-child(even) .single_timeline_body {
    margin: 2rem 0;
  }
}

.our_clients {
  padding: 9rem 0;
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  .our_clients {
    padding: 4rem 0;
  }
}

@media (max-width: 639px) {
  .our_clients {
    padding: 3.4rem 0;
  }
}

.our_clients_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .our_clients_title {
    margin-bottom: 2rem;
  }
}

@media (max-width: 639px) {
  .our_clients_title {
    margin-bottom: 1.3rem;
  }
}

.our_clients_title h1 {
  font-size: 4.2rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .our_clients_title h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 639px) {
  .our_clients_title h1 {
    font-size: 3.8rem;
  }
}

.our_clients_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 7rem;
  background-color: #289aff;
}

.our_clients .single_box {
  height: 13rem;
  width: auto;
  padding: 0.5rem;
  margin: 2rem 1rem;
  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;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.27s;
  transition: -webkit-filter 0.27s;
  transition: filter 0.27s;
  transition: filter 0.27s, -webkit-filter 0.27s;
  overflow: hidden;
}

.our_clients .single_box img {
  height: 100%;
  width: 100%;
}

.our_clients .single_box:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (max-width: 991px) {
  .our_clients .single_box {
    padding: 0rem;
    margin: 1.4rem 0rem;
  }
}

@media (max-width: 639px) {
  .our_clients .single_box {
    padding: 0rem;
    margin: 1.4rem 0rem;
  }
}

.our_clients .owl-dots button {
  outline: none !important;
}

.our_clients .owl-dots button span {
  background-color: #46b8ff !important;
}

.our_clients .owl-dots button.active span {
  background-color: #289aff !important;
}

.achievement {
  padding: 14rem 0;
  background: url("../image/meeting.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media (max-width: 639px) {
  .achievement {
    padding: 5rem 2rem;
  }
}

.achievement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 28, 38, 0.72);
}

.achievement_box {
  margin: 1rem;
}

.achievement_box h1 {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}

.achievement_box h3 {
  color: #1e90ff;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 0;
}

.web_solutions {
  padding: 9rem 0;
  padding-bottom: 12rem;
  background: #fff;
  background: #fff;
}

@media (max-width: 639px) {
  .web_solutions {
    padding: 4rem 0;
  }
}

.web_solutions_content h1 {
  color: #555;
  font-size: 4rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.web_solutions_content h1 span {
  color: #3caeff;
}

@media (max-width: 991px) {
  .web_solutions_content h1 {
    font-size: 3.4rem;
  }
}

@media (max-width: 639px) {
  .web_solutions_content h1 {
    font-size: 2.8rem;
  }
}

.web_solutions_content p {
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: justify;
}

.web_solutions_content .btn_wrap a {
  text-decoration: none;
  display: block;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 4.8rem;
  width: 14rem;
  font-size: 1.45rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-radius: 4px;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  color: #111;
  border: 1.4px solid #1e90ff;
}

.web_solutions_content .btn_wrap a:hover {
  color: #fff;
  background: #1e90ff;
}

.web_solutions_content .btn_wrap a.fill {
  color: #fff;
  background: #1e90ff;
}

.web_solutions_content .btn_wrap a.fill:hover {
  color: #222;
  background: transparent;
}

.web_solutions_box {
  margin: 3.2rem 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

.web_solutions_box_title {
  color: #181c26;
  padding: 2rem 4rem;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.web_solutions_box_menu {
  padding: 4rem;
  color: #eee;
  background: #2c303a;
}

.web_solutions_box_menu li {
  padding: 1rem 0;
  font-family: 'Poppins', sans-serif;
}

.web_solutions_box_menu a {
  text-decoration: none;
  display: block;
  background: #eee;
  color: #222;
  height: 4rem;
  width: 16rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  border: 1.4px solid;
  margin-top: 1.4rem;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.web_solutions_box_menu a:hover {
  color: #eee;
  background: #4a4e58;
  border-color: #333;
}
/*# sourceMappingURL=about.css.map */