.body {
  overflow-y: scroll;
  font-family: 'Open Sans', sans-serif !important;
  background: #f1f1f1;
  scroll-behavior: smooth;
  z-index: -99;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #27AE60;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.text-blue {
  color: #18212E !important;
}

.text-green {
  color: #27AE60;
}

.border-left-green {
  border-left: 4px solid #27AE60;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

#slideImg {
  width: 100%;
  height: 100%;
  animation: large 20s linear infinite alternate
}

@keyframes large {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.6)
  }
}

.vector-rotate {
  animation: spin 60s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    transform-origin: 100 100
  }

  100% {
    transform: rotate(360deg);
    transform-origin: 100 100
  }
}


.overlay {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  position: absolute;
  top: 0;
}

.banner-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 15px;
  font-family: 'Open Sans';
}

.banner-content p {
  font-family: 'Open Sans';
  line-height: 28px;
}

.btn--primary:hover::before {
  transform: rotateX(90deg);
  border: none !important;
}

.btn--primary:hover {
  color: #fff !important;
  border: none !important;
}

.btn--primary::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #27AE60;
  transition: all .52s;
  z-index: -1;
  border-radius: 50px;
  border: none !important;
}

.btn--primary:hover::after {
  transform: rotateY(90deg);
  border: none !important;
}

.btn--primary::after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #27AE60;
  transition: all .52s;
  z-index: -1;
  border-radius: 50px;
  border: none !important;
}

.btn--primary {
  background: #18212e;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans';
  border: none !important;
}

.btn--secondary:hover::before {
  transform: rotateX(90deg);
  border: none !important;
}

.btn--secondary:hover {
  color: #fff !important;
  border: none !important;
}

.btn--secondary::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, .2);
  transition: all .52s;
  z-index: -1;
  border-radius: 50px;
  border: none !important;
}

.btn--secondary:hover::after {
  transform: rotateY(90deg);
  border: none !important;
}

.btn--secondary::after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, .2);
  transition: all .52s;
  z-index: -1;
  border-radius: 50px;
  border: none !important;
}

.btn--secondary {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans';
  border: none !important;
}

@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: red;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width: 300px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }

}

.navbar-nav li a {
  color: #18212E;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
}

.about p {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 28px;
  color: #18212E;
}

.about h3 {
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-img::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: rgba(10,18,15,.5); */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 5px;
  transition: all .55s ease-in-out;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-img .service-details-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #fff;
  padding: 5px;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
  height: 36px;
  width: 36px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-img img {
  width: 100%;
  max-width: 420px;
  transition: all .7s ease;
  border-radius: 5px 5px 0 0;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-content {
  position: relative;
  width: 94%;
  padding: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  box-shadow: 5px 1px 15px rgb(0 0 0 / 6%);
  border-radius: 10px;
  background: #fff;
  transition: all .55s ease-in-out;
  margin-top: -50px;
  border: 2px solid #fff;
  font-family: 'Open Sans', sans-serif !important;
  height: 272px;
}

.service-item1 .service-content .service-icon {
  width: 100%;
  max-width: 100px;
  height: 100px;
  line-height: 100px;
  margin: -75px auto 10px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  transition: all .55s ease-in-out;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-content h4 a {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  transition: all .42s ease-in-out;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1 .service-content p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif !important;
}

.para {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: poppins, sans-serif;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif !important;
}

.service-item1:hover .service-img::before {
  background: rgba(10, 18, 15, .7);
}

.service-item1:hover .service-content {
  border: 2px solid #27AE60;
}

.service-item1:hover .service-content .service-icon {
  border: 2px solid #27AE60;
}

.service-item1 .service-content h4:hover a {
  color: #27AE60 !important;
  font-family: 'Open Sans', sans-serif !important;
}

.icon {
  height: 50px;
}

.services p {
  font-family: 'Open Sans', sans-serif !important;
}

.services h3 {
  font-family: 'Open Sans', sans-serif !important;
}

.single-team1 {
  background: #fff;
  box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
  border-radius: 0;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.hover-border1 {
  background: var(--white);
  position: relative;
  z-index: 1;
}

.hover-border1::before {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: #27AE60;
  transition: all .52s;
  z-index: -1;
}

.single-team1 .team-image {
  position: relative;
  overflow: hidden;
}

.single-team1 .team-image img {
  width: 100%;
  transition: all .65s ease;
}

.single-team1 .team-image .social-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  padding-left: 15px;
}

.gap-3 {
  gap: 1rem !important;
}

.single-team1 .team-content {
  text-align: center;
  padding: 25px;
  transition: all .45s ease-in;
}

.single-team1 .team-content .name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--text-color);
}

.single-team1 .team-content .designation {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--text-color2);
  font-family: poppins, sans-serif;
  margin-bottom: 0;
}

.hover-border1 {
  background: var(--white);
  position: relative;
  z-index: 1;
}

.hover-border1:hover::before {
  width: 100%;
}

.single-team1:hover .team-image img {
  transform: scale(1.15);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-2 {
  background-color: #17181a;
  background-image: unset;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer.style-2 .footer-vectr1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .1;
}

footer.style-2 .footer-vectr2 {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  opacity: .1;
}

footer .footer-item .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-item .footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 0;
  transition: all .4s ease-in;
}

footer .footer-item .footer-list li::before {
  content: "→";
  font-family: bootstrap-icons;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  transition: all .65s ease;
}

footer.style-2 .footer-item .footer-list li::before {
  color: #27AE60;
}

footer .footer-item .footer-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif !important;
  transition: all .4s ease;
}

footer .footer-item .footer-list li:hover {
  padding-left: 20px;
}

footer .footer-item .footer-list li:hover::before {
  opacity: 1;
}

footer.style-2 .footer-item .footer-list li:hover a {
  color: #27AE60;
}

.footer p {
  font-family: 'Open Sans', sans-serif !important;
}

footer .address-list {
  margin: 0;
  padding: 0;
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 10px;
  margin-bottom: 25px;
}

footer .address-list li {
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  align-items: start;
}

footer.style-2 .address-list li svg {
  fill: #27AE60;
  margin-top: 6px;
}

footer .address-list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
  color: #fff;
  transition: all .42s ease;
  padding-left: 10px;
  line-height: 1.6;
}

footer .footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  list-style-type: none;
}

footer .footer-social i {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #fff;
  text-align: center;
  transition: all .42s ease;
}

.bxl-facebook:before {
  content: "\e926";
}

footer.style-2 .footer-social i:hover {
  background: #27AE60;
  border: 1px solid #27AE60;
}

.footer-item h4 {
  font-family: 'Open Sans', sans-serif !important;
}

footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}

.footer-bottom p {
  font-family: 'Open Sans', sans-serif !important;
}

.footer-bottom a {
  font-family: 'Open Sans', sans-serif !important;
}

.joinus-area {
  background-image: url(../images/counter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 1, 12, .8);
  background-blend-mode: multiply;
  min-height: 290px;
  padding: 80px 7%;
  border-radius: 5px;
  min-width: 100%;
  justify-content: center;
  position: relative;
}

.counter h1 {
  font-family: 'Open Sans', sans-serif !important;
}

.counter p {
  font-family: 'Open Sans', sans-serif !important;
}

.btn--primary:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn--secondary:focus {
  outline: 0;
  box-shadow: none !important;
}

.arrow-icon {
  position: absolute;
  top: 125px;
  left: 40%;
}

.inner-banner-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}
.inner-banner6 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}
.inner-banner7 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner1-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner1 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/career.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner1 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner1 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner1 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner1 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner2-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner2 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/career.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner2 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner2 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner2 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner1-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner1 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/career.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner1 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner1 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner1 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner1 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner5-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner5 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/coding-man.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner5 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner5 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner5 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner5 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner1 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

@keyframes move {
  0% {
    transform: rotate(0deg) scaleX(0)
  }

  100% {
    transform: rotate(360deg) scaleX(1)
  }
}

@keyframes vibrate {
  0% {
    transform: translateY(0px)
  }

  25% {
    transform: translateY(-5px)
  }

  50% {
    transform: translateY(0px)
  }

  75% {
    transform: translateY(5px)
  }

  100% {
    transform: translateY(0px)
  }
}

.inner-banner a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner1 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner2 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner3 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}
.inner-banner8 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.inner-banner4 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}

.career h5 {
  font-family: 'Open Sans', sans-serif !important;
}

.career p {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 30px;
}

.bg-custom {
  background: #27AE60;
}

.border-radius-30px {
  border-radius: 30px;
}

.bg-custom h5 {
  font-family: 'Open Sans', sans-serif !important;
}

.bg-custom p {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner3-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner3 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner3 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner3 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner3 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner4-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner4 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/ITSolutions.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner4 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner4 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner4 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}


.inner-banner6-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner6 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/USstaff.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner6 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner6 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner6 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner8-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner8 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/jobs.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner8 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner8 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner8 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.touch h5 {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif !important;
}

.touch p {
  line-height: 30px;
  font-family: 'Open Sans', sans-serif !important;
}

.touch h6 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif !important;
}

.contact_form h1 {
  font-family: 'Open Sans', sans-serif !important;
}

.contact_form p {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 25px;
}

@media (min-width: 320px) and (max-width: 747px) {
  .inner-banner7 {
    min-height: 250px !important;
  }
  .inner-banner8 {
    min-height: 250px !important;
  }
  .touch h5 {
    font-size: 30px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 40px !important;
  }

  .career h5 {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 30px;
    font-size: 18px;
  }

  .career p {
    line-height: 30px;
  }

  .navbar {
    z-index: 999 !important;
  }
  
  .inner-banner {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner1 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/career.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner2 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner3 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner4 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/ITSolutions.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .inner-banner5 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/coding-man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .inner-banner6 {
    min-height: 250px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/staffing.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .contact h1 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .company h3 {
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #18212E;
    line-height: 30px !important;
  }

  .banner-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: 'Open Sans';
  }

  .arrow-icon {
    position: absolute;
    top: 100px;
    left: 70%;
    height: 60px;
  }

  .banner {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
  }

  .slider {
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
  }

  .overlay {
    width: 100%;
    height: 70vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
  }

  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important;
  }

  .joinus-area {
    background-image: url(../images/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 1, 12, .8);
    background-blend-mode: multiply;
    min-height: 290px;
    padding: 30px 7%;
    border-radius: 5px;
    min-width: 100%;
    justify-content: center;
    position: relative;
  }

  .service-item1 .service-content {
    height: 310px;
  }

  .border-left-green {
    border: none !important;
  }
  
}

.company h3 {
  font-size: 38px;
  font-family: 'Open Sans', sans-serif !important;
  color: #18212E;
}

.company p {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 30px;
  color: #18212E;
}

.joinus-area-1 {
  background-image: url(../images/about-banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 1, 12, .8);
  background-blend-mode: multiply;
  min-height: 290px;
  padding: 30px 7%;
  min-width: 100%;
  justify-content: center;
  position: relative;
  background-blend-mode: overlay;
}

.contact h1 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 60px;
}

.contact h6 {
  font-family: 'Open Sans', sans-serif !important;
}

.navbar .nav-item .dropdown-menu {
  display: none;
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
}

.navbar .nav-item .dropdown-menu {
  margin-top: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #27AE60;
  color: #fff !important;
}
.inner-banner7-title {
  font-family: 'Open Sans', sans-serif !important;
}

.inner-banner7 {
  min-height: 500px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/business.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner7 .inner-bannerdot {
  position: absolute;
  bottom: 10px;
  left: 20%;
  opacity: .9;
  animation: move 10s linear infinite alternate;
}

.inner-banner7 .inner-bannerwave {
  position: absolute;
  bottom: 0;
  right: 0%;
  opacity: .1;
}

.inner-banner7 a.down-arrow-icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 3px 4px 30px rgb(136 136 136 / 10%);
  text-align: center;
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.inner-banner7 a.down-arrow-icon svg {
  animation: vibrate 1.5s linear infinite;
  fill: #27AE60;
  width: 1rem;
  height: 1.75rem;
}
.accordion-button:focus{
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed){
  background: none !important;
  color: #18212e !important;
  box-shadow: none !important;
}
.navbar-nav .active{
  color:#27AE60 !important;
}
.dropdown-item.active, .dropdown-item:active{
  background: #27AE60 !important;
  color: #fff !important;
}
.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}