@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

input,
textarea {
  outline: none;
  border: none;
}

button {
  outline: none;
  border: none;
  overflow: hidden;
  outline: none;
}

button:focus {
  outline: 0 !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/hero-background2.png");
}

#preloader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #00000077;
}

#preloader-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fill 0.5s ease forwards 3.5s;
          animation: fill 0.5s ease forwards 3.5s;
}

#preloader-svg path:nth-child(1) {
  stroke-dasharray: 326;
  stroke-dashoffset: 326;
  -webkit-animation: line-anim 2s ease forwards;
          animation: line-anim 2s ease forwards;
}

#preloader-svg path:nth-child(2) {
  stroke-dasharray: 198;
  stroke-dashoffset: 198;
  -webkit-animation: line-anim 2s ease forwards 0.3s;
          animation: line-anim 2s ease forwards 0.3s;
}

#preloader-svg path:nth-child(3) {
  stroke-dasharray: 299;
  stroke-dashoffset: 299;
  -webkit-animation: line-anim 2s ease forwards 0.6s;
          animation: line-anim 2s ease forwards 0.6s;
}

#preloader-svg path:nth-child(4) {
  stroke-dasharray: 356;
  stroke-dashoffset: 356;
  -webkit-animation: line-anim 2s ease forwards 0.9s;
          animation: line-anim 2s ease forwards 0.9s;
}

#preloader-svg path:nth-child(5) {
  stroke-dasharray: 326;
  stroke-dashoffset: 326;
  -webkit-animation: line-anim 2s ease forwards 1.2s;
          animation: line-anim 2s ease forwards 1.2s;
}

#preloader-svg path:nth-child(6) {
  stroke-dasharray: 423;
  stroke-dashoffset: 423;
  -webkit-animation: line-anim 2s ease forwards 1.5s;
          animation: line-anim 2s ease forwards 1.5s;
}

#preloader-svg path:nth-child(7) {
  stroke-dasharray: 309;
  stroke-dashoffset: 309;
  -webkit-animation: line-anim 2s ease forwards 1.8s;
          animation: line-anim 2s ease forwards 1.8s;
}

#preloader-svg path:nth-child(8) {
  stroke-dasharray: 309;
  stroke-dashoffset: 309;
  -webkit-animation: line-anim 2s ease forwards 2.1s;
          animation: line-anim 2s ease forwards 2.1s;
}

#preloader-svg path:nth-child(9) {
  stroke-dasharray: 342;
  stroke-dashoffset: 342;
  -webkit-animation: line-anim 2s ease forwards 2.4s;
          animation: line-anim 2s ease forwards 2.4s;
}

.content {
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}

.top-icon-bar {
  background-color: #000;
  padding: 10px 0px;
}

.icon-bar-img img {
  height: 25px;
}

.pad-r {
  padding-right: 20px;
}

.top-icon-bar .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav_bar {
  position: fixed;
  width: 100%;
  z-index: 200;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_bar.sticky {
  background: #0000009c;
  padding: 10px 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.nav_bar .content {
  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;
}

.nav_bar .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.nav_bar .al-menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.al-menu-list li {
  list-style: none;
}

.link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 10px;
  border-bottom: 3px solid #ffa60000;
}

.link:hover {
  color: #ffba3a;
  border-bottom: 2px solid #ffa600;
  text-decoration: none;
}

.link:active {
  color: #ffba3a;
  border-bottom: 2px solid #ffa600;
  text-decoration: none;
}

.active .link {
  color: #ffba3a;
  text-decoration: none;
}

.al-menu-list .general-button {
  margin-left: 25px;
}

.menu-btn img {
  vertical-align: center;
  height: 15px;
}

.general-button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffa600;
  padding: 10px 20px;
}

.general-button:hover {
  background-color: #e29301;
  color: #fff;
  text-decoration: none;
}

.big-text {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  max-width: 600px;
  margin-top: 100px;
}

.small-text {
  font-size: 16px;
  font-weight: 400;
  color: #e7e7e7;
  margin: 10px 0px;
}

.small-text span {
  font-weight: bold;
}

.hero-button {
  padding-top: 30px;
  margin-bottom: 40px;
}

.hero {
  background-image: url("../img/hero-background.png");
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.hero-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hero-image img {
  width: 100%;
  max-width: 580px;
  margin: auto;
  display: block;
}

.hero-other {
  background-image: url("../img/hero-background2.png");
  padding: 70px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.al-menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

.what-we-do {
  margin: 100px 0px;
  width: 100%;
}

.what-we-do-heading {
  margin-bottom: 70px;
}

.section-heading {
  font-size: 34px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  width: 100%;
}

.section-paragraph {
  font-size: 16px;
  color: #6b6b6b;
  text-align: center;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
}

.what-item {
  background-position: center;
  -webkit-box-shadow: 0px 0 18px 0 rgba(60, 0, 65, 0.26);
          box-shadow: 0px 0 18px 0 rgba(60, 0, 65, 0.26);
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what-item:hover {
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}

.what-item-content {
  padding: 25px;
}

.what-item-img img {
  width: 100%;
}

.what-item-content h3 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: 600;
}

.what-item-content p {
  font-size: 14px;
  color: #6c4d72;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.our-team {
  background-color: #f9f9f9;
  padding: 100px 0px;
}

.our-team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.our-team-wrapper::-webkit-scrollbar {
  width: 0;
}

.our-team-item {
  background-color: #fff;
  min-width: 300px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}

.our-team-item-image {
  padding: 10px 0px;
}

.our-team-item-image img {
  width: 50%;
  border-radius: 50%;
  margin: auto;
  display: block;
}

.our-team-item-text h4 {
  padding-top: 10px;
}

.our-team-item-text h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.our-team-item-text p {
  text-align: center;
  font-size: 14px;
  color: #6c6c6c;
  margin: 0;
}

.after {
  padding: 2.5px;
}

.ag-center {
  margin: auto;
}

.contact-us {
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(../img/pexels-buro-millennial-1438072.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.contact-us::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content.max-1100 {
  max-width: 1100px;
}

.contact-us-heading {
  margin-bottom: 50px;
}

.contact-us-heading .section-heading {
  color: #fff;
}

.contact-us-heading .section-paragraph {
  color: #fff;
}

.contact-us-button {
  width: 100%;
}

.contact-us-button button {
  width: 50%;
  margin: auto;
  display: block;
}

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 13px;
  border: 1px solid #fff;
  margin-bottom: 25px;
  min-height: 46px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-container input {
  width: 100%;
  margin-right: 10px;
  background: none;
  color: #f4f4f4;
  height: 45px;
}

.input-container textarea {
  width: 100%;
  margin-right: 10px;
  background: none;
  color: #f4f4f4;
  height: 190px;
  resize: none;
  overflow: hidden;
  padding: 10px 0px;
}

.input-container-select {
  width: 100%;
  background: none;
  color: #f4f4f4;
  height: 46px;
  padding: 0px 10px;
  border: 1px solid #fff;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-container-select:focus {
  border: 1px solid #ffa600;
}

.tech-used {
  position: relative;
  padding: 100px 0px;
  /*background-image: #fff;*/
  background-image: #f9f9f9;
}

.tech-used-heading {
  margin-bottom: 50px;
}

.grid-container {
  margin-top: 70px;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.grid-item {
  z-index: 20;
  padding: 20px;
  height: 180px;
  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;
  border-radius: 10%;
  -webkit-box-shadow: 0 0 4px 0 #acacac88;
          box-shadow: 0 0 4px 0 #acacac88;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grid-item:hover {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.grid-item img {
  display: block;
  margin: auto;
}

.graphic-item {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.graphic-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.graphic-item img {
  width: 100%;
}

.dev-grid {
  padding: 50px 0px;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 35px;
}

.dev-grid-item {
  z-index: 20;
  padding: 50px 25px;
  height: 450px;
  -webkit-box-shadow: 0 0 30px 10px #acacac33;
          box-shadow: 0 0 30px 10px #acacac33;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dev-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(161, 161, 161, 0.1);
          box-shadow: 0px 0px 16px 4px rgba(161, 161, 161, 0.1);
  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;
}

.dev-item-heading {
  padding: 25px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

.learn-more {
  background-color: #ed4863;
  padding: 70px 0px;
}

.learn-more-text {
  width: 100%;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 25px;
}

.learn-more-text h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.learn-more-text p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.wave {
  width: 100%;
  padding-top: 150px;
}

.rocket1 {
  position: relative;
  left: 5%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 400px;
  height: 150px;
  -webkit-animation: launch1 5s ease infinite;
          animation: launch1 5s ease infinite;
}

.rocket2 {
  position: relative;
  left: 50%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  top: 50px;
  height: 100px;
  -webkit-animation: launch2 5s ease infinite;
          animation: launch2 5s ease infinite;
}

.services {
  padding: 90px 0px;
}

.service-item1 {
  background-image: url(../img/wwd-1.jpg);
  background-position: center;
  padding: 20px;
  margin-bottom: 25px;
  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;
  height: 500px;
  z-index: 2;
  position: relative;
}

.service-item1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000b2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item1:hover::before {
  background-color: #000000c7;
}

.service-item2 {
  padding: 20px;
  margin-bottom: 25px;
  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;
  height: 236px;
  z-index: 2;
  position: relative;
}

.service-item2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000b2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item2:hover::before {
  background-color: #000000c7;
}

.item2 {
  background-image: url(../img/wwd-2.jpg);
  background-position: center;
}

.item3 {
  background-image: url(../img/wwd-3.jpg);
  background-position: center;
}

.service-text {
  color: #fff;
}

.service-text h3 {
  font-size: 22px;
  font-weight: 700;
}

.service-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.portfolio {
  padding: 90px 0px;
}

.portfolio-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}

.portfolio-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 14px 4px #61616123;
          box-shadow: 0 0 14px 4px #61616123;
  margin-bottom: 30px;
}

.project-image {
  width: 100%;
  margin-bottom: 20px;
}

.project-title {
  font-size: 22px;
  font-weight: 500;
  color: #831ed2;
  margin-bottom: 10px;
}

.project-content h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.project-content p {
  color: #252525;
}

.project-content ul {
  list-style: none;
  padding-top: 5px;
}

.project-content li {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #841ed29d;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #841ed24d;
  color: #ffffff;
  cursor: pointer;
}

.preview-btn {
  padding-bottom: 5px;
}

.preview-btn a {
  color: #000;
  border: 1px solid black;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
}

.preview-btn a:hover {
  color: #000;
  text-decoration: none;
}

.preview-btn img {
  width: 15px;
  margin-left: 5px;
}

.contact-info {
  padding: 50px 0px;
}

.contact-info-heading {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact-info-item {
  padding: 20px;
  -webkit-box-shadow: 0 0 8px 1px #61616123;
          box-shadow: 0 0 8px 1px #61616123;
  border-radius: 20px;
  margin: 10px 0px;
}

.contact-info-icon {
  margin-right: 20px;
}

.contact-info-icon img {
  padding: 20px;
  background-color: #841ed21a;
  border-radius: 50%;
}

.contact-info-text h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #111111;
}

.contact-info-text a {
  font-size: 14px;
  font-weight: 400;
  color: #757575 !important;
  margin-bottom: 0;
  word-break: break-all;
}

footer {
  position: relative;
  width: 100%;
  background-color: #111111;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 180px;
  top: -100px;
  left: 0;
  background-color: #111111;
  -webkit-transform: skewY(4.5deg);
          transform: skewY(4.5deg);
}

.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #f4f4f4;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #b0b0b0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: none;
  color: #ffa600;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo img {
  height: 40px;
}

.get-in-touch-img img {
  height: 20px;
}

.get-in-touch-text {
  color: #b0b0b0 !important;
  display: block;
  font-size: 14px;
  margin-left: 8px;
  padding-top: 2px;
  width: 100%;
  word-break: break-all;
}

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

.flex-d-center {
  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;
}

.footer-icon {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-icon:hover {
  background-color: #ffa600;
}

.facebook {
  background: #3a5794;
}

.twitter {
  background: #00acee;
}

.instagram {
  background: #ff6464;
}

.whatsapp {
  background: #25d366;
}

.pd-b_0 {
  padding-bottom: 10px;
}

.pd-b_20 {
  padding-bottom: 20px;
}

.copyright-section {
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  color: #b0b0b0;
}

@-webkit-keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: white;
  }
}

@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: white;
  }
}

@media (max-width: 1230px) {
  .content {
    padding: 0 60px;
  }
}

@media (max-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .contact-us-button button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .copyright-section {
    text-align: center;
  }
  .socials h5 {
    text-align: center;
  }
  .social-icon {
    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;
  }
  .footer-logo img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 868px) {
  body.disabled {
    overflow: hidden;
  }
  .icon {
    display: block;
  }
  .icon.hide {
    display: none;
  }
  .nav_bar .al-menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0px;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("../img/hero-background2.png");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
  }
  .nav_bar .al-menu-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #00000077;
  }
  .nav_bar.show .al-menu-list {
    left: 0%;
  }
  .nav_bar .al-menu-list li {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .nav_bar .al-menu-list li a {
    font-size: 24px;
  }
  .nav_bar.show .al-menu-list li a {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .service-item1 {
    height: 350px;
  }
  .service-item2 {
    height: 350px;
  }
}

@media (max-width: 380px) {
  .nav_bar .logo a {
    font-size: 27px;
  }
  .big-text {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=main.css.map */