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

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

.hero_content {
  height: 100vh;
  width: 100vw;
  padding-left: 2rem;
  margin-top: 7rem;
  color: #fff;
  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;
  max-width: 70%;
  position: relative;
}

.hero_content h3 {
  color: #1e90ff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2.4px;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero_content h1 {
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.hero_content h1 span {
  color: #1e90ff;
}

.hero_content h1.big {
  font-size: 7rem;
}

.hero_content a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-decoration: none;
  height: 5rem;
  width: 14rem;
  color: #fff;
  border: 1.4px solid transparent;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hero_content a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0072e1;
  z-index: -1;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.hero_content a:hover {
  background: transparent;
  color: #fff;
  border-color: #1e90ff;
}

.hero_content a:hover::before {
  right: 90%;
}

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

@media (max-width: 639px) {
  .hero_content h1 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .hero_content h1.big {
    font-size: 5rem;
  }
}

.box_container {
  background: #181c26;
  padding: 2rem 0;
  overflow: visible !important;
}

.box_container .box_wrap .single_box {
  color: #eee;
  min-height: 20rem;
  background: #1f232d;
  margin: 1rem 0;
  position: relative;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: -webkit-transform 0.27s;
  transition: -webkit-transform 0.27s;
  transition: transform 0.27s;
  transition: transform 0.27s, -webkit-transform 0.27s;
}

.box_container .box_wrap .single_box .dot_box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.box_container .box_wrap .single_box_body {
  padding: 3rem 2.7rem;
}

.box_container .box_wrap .single_box_body h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.box_container .box_wrap .single_box_body p {
  color: #adadad;
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
}

@media (max-width: 991px) {
  .box_container .box_wrap .single_box_body {
    padding: 1.4rem 1.7rem;
  }
  .box_container .box_wrap .single_box_body h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.box_container .box_wrap:hover .single_box {
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
}

.about_company {
  padding: 14rem 0;
  background: #fff;
}

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

.about_company_content {
  max-width: 90%;
  padding: 1rem 0;
}

.about_company_content h3 {
  color: #1e90ff;
  font-size: 2rem;
  letter-spacing: 7px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.about_company_content h1 {
  font-size: 6.9rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #444;
  letter-spacing: 0.6px;
  margin: 1rem 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
}

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

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

.about_company_content h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5rem;
  height: 100%;
  width: 4rem;
  background: #1e90ff;
  opacity: 0.3;
}

.about_company_content h2 {
  color: #1e90ff;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  margin: 2rem 0;
  text-align: justify;
}

@media (max-width: 991px) {
  .about_company_content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .about_company_content h2 {
    font-size: 1.8rem;
  }
}

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

.about_company_image {
  padding: 6rem;
  position: relative;
  overflow: hidden;
}

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

.about_company_image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background: #1e90ff;
  border-radius: 50px;
  border: 8px solid #289aff;
  -webkit-box-shadow: 4px 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0 14px rgba(0, 0, 0, 0.2);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

.about_company_image img {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -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);
  }
}

.we_offer {
  padding: 10rem 0;
  background: #181c26;
  color: #fff;
}

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

.we_offer_title h1 {
  color: #fff;
  font-size: 4.2rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.we_offer_title h1 span {
  color: #1e90ff;
}

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

.we_offer_box {
  min-height: 20rem;
  padding: 3rem 4rem;
  background: #20242e;
  margin-bottom: 2.7rem;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.we_offer_box_icon {
  color: #289aff;
  font-size: 4rem;
  padding-bottom: 3rem;
}

.we_offer_box_body {
  color: #ccc;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.we_offer_box:hover {
  background: #363a44;
}

.we_offer_box:hover .we_offer_box_body {
  color: #fff;
}

.key_features {
  padding: 7rem 0;
  background: #fff;
}

.key_features_title {
  margin-top: 3rem;
}

.key_features_title h1 {
  color: #444;
  background: #fff;
  font-size: 4.2rem;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  display: inline-block;
  margin-bottom: 5rem;
  position: relative;
}

.key_features_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 7rem;
  background: #3caeff;
}

.key_features_title h1 span {
  color: #32a4ff;
}

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

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

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
  100% {
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(-0.3rem);
            transform: translateX(-0.3rem);
  }
  100% {
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
  }
}

.key_features_content .single_box {
  min-height: 24rem;
  padding: 2rem 3rem;
  margin: 1rem 0;
  border-radius: 4px;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.key_features_content .single_box_icon {
  font-size: 4rem;
  color: #555;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.key_features_content .single_box_body h2 {
  color: #333;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.7px;
  margin: 1rem 0;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.key_features_content .single_box_body p {
  color: #555;
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  text-align: justify;
}

.key_features_content .single_box:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.key_features_content .single_box:hover .single_box_icon {
  color: #1e90ff;
}

.key_features_content .single_box:hover .single_box_body h2 {
  color: #1e90ff;
}

.technology {
  padding: 8rem 0;
  background: #f8f8f8;
}

.technology_content {
  padding-right: 2rem;
}

.technology_content h1 {
  color: #444;
  font-size: 4.2rem;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.technology_content h1 span {
  color: #32a4ff;
  font-size: 120%;
  display: block;
}

@media (max-width: 639px) {
  .technology_content h1 span {
    font-size: 3.2rem;
  }
}

.technology_content p {
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  text-align: justify;
  margin: 1.8rem 0;
}

.technology_langs .single_box {
  font-size: 6rem;
  color: #666;
  min-height: 10rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 1rem 0;
  -webkit-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.technology_langs .single_box i {
  -webkit-transition: 0.17s;
  transition: 0.17s;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.technology_langs .single_box img {
  height: 6rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.17s;
  transition: 0.17s;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.technology_langs .single_box h3 {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 1rem 0;
  margin: 0;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.technology_langs .single_box:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.03);
}

.technology_langs .single_box:hover i {
  color: var(--c);
}

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

.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;
}

.pricing {
  padding: 7rem 7rem 12rem 7rem;
  background: #eee;
}

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

.pricing_title {
  padding: 5rem 0;
  text-align: center;
}

.pricing_title h1 {
  color: #555;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1.2rem;
  display: inline-block;
  position: relative;
}

.pricing_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 25%;
  background: #1e90ff;
}

@media (max-width: 639px) {
  .pricing_title h1 {
    text-align: left;
    font-size: 3.2;
  }
}

.pricing .single_card {
  margin: 1.7rem 0;
}

.pricing .single_card:hover .pricing_card {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0 14px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 18px rgba(0, 0, 0, 0.1);
}

.pricing .single_card:hover .pricing_card_head::before {
  height: 90%;
}

.pricing .single_card .pricing_card {
  min-height: 40rem;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.pricing .single_card .pricing_card_head {
  padding: 4rem 4rem;
  position: relative;
  color: #fff;
}

.pricing .single_card .pricing_card_head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  border-radius: 0 0 40% 40%;
  background: linear-gradient(45deg, #ff17e0, blue);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.pricing .single_card .pricing_card_head .card_title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  position: relative;
}

.pricing .single_card .pricing_card_head .card_title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 20%;
  background: #1e90ff;
}

.pricing .single_card .pricing_card_head .card_price {
  font-size: 3.7rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  position: relative;
  margin-bottom: 4rem;
}

.pricing .single_card .pricing_card_menu {
  padding: 0 3rem;
  padding-bottom: 4rem;
}

.pricing .single_card .pricing_card_menu ul li {
  color: #444;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.6px;
  margin: 2rem 0;
}

.pricing .single_card .pricing_card_menu ul li i {
  margin-right: 1rem;
}

.web_solutions {
  padding: 9rem 0;
  padding-bottom: 12rem;
  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;
}

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

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

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

.calltoaction_content {
  position: relative;
  max-width: 80%;
  padding: 0 2rem;
}

@media (max-width: 639px) {
  .calltoaction_content {
    max-width: 100%;
  }
}

.calltoaction_content h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.calltoaction_content h1 span {
  color: #32a4ff;
}

.calltoaction_content p {
  color: #eee;
  font-size: 1.9rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

.calltoaction_content .btn_div 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: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a:hover {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill:hover {
  color: #1e90ff;
  background: transparent;
  border: 2px solid #1e90ff;
}
/*# sourceMappingURL=index.css.map */