body {
  font-family: "Rajdhani", sans-serif;
}
p {
  color: #7a7a7a;
  font-family: "Poppins", sans-serif;
}

.header-home {
  background-color: #111314;
}

.header-inner {
  background-image: url(../images/laptop-bg.webp),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-inner {
  padding-top: 350px;
  padding-bottom: 30px;
}

.banner-inner h2 {
  font-weight: 800;
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
}

.banner-inner h3 {
  font-weight: 800;
  font-size: 1rem;
  color: #fba91d;
  text-transform: uppercase;
}

.bg-light {
  background-color: transparent !important;
  padding-top: 0px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.5s;
}

.navbar .container {
  background-color: white;
  box-shadow: -11px 15px 14px -11px rgba(0, 0, 0, 0.5);
}

.navbar-collapse {
  flex-grow: 0;
}

.offcanvas-header img {
  width: 200px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fba91d;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #111314;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fba91d;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler i {
  color: white;
  font-size: 1.5em;
  border: none;
}

.navbar-toggler i:hover {
  color: #fba91d;
}

.banner {
  padding-top: 160px;
  padding-bottom: 120px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.banner h2 {
  color: #fba91d;
  font-weight: 800;
  font-size: 1.4rem;
}

.banner h1 {
  font-size: 9rem;
  font-weight: 800;
  margin-top: 5px;
  line-height: 0.8;
}

.banner h3 {
  font-size: 6rem;
  font-weight: 600;
  margin-top: -30px;
}

.banner .btn-warning {
  background-color: #fba91d;
  color: #111314;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0;
  padding: 10px 15px;
  transition-property: transform;
  transition-duration: 0.3s;
}

.banner .btn-warning:hover,
.banner .btn-warning:focus {
  transform: scale(0.9);
  transition: all ease-in-out 250ms;
}

.banner .down-arrow {
  stroke: white;
  fill: white;
  width: 0.8em;
  margin-top: 70px;
  animation: moveArrow 1s alternate-reverse infinite;
}

.banner .down-arrow:hover {
  stroke: #fba91d;
  fill: #fba91d;
}

.about {
  padding: 70px 0;
}

.about h2 {
  font-weight: 800;
  font-size: 3rem;
}

.about h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
}

#about h2 {
  font-weight: 800;
  font-size: 3rem;
}

#about h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
}

#about .btn-warning {
  background-color: white;
  border-color: #111314;
  font-size: 1.4rem;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  transition-property: transform;
  transition-duration: 0.3s;
}

#about .btn-warning:hover {
  color: white;
  background-color: #111314;
  border-color: #111314;
  font-size: 1.4rem;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  transform: scale(0.9);
  transition: all ease-in-out 250ms;
}

/*slider*/
.slides {
  background-color: #2040d5;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}

.slides h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.slides .col-lg-5 {
  margin-top: 55px;
}

.slides .btn-dark {
  border-color: white;
  border-radius: 0px;
  background-color: transparent;
}

.slides .btn-dark:hover {
  border-color: #262626;
  border-radius: 0px;
  background-color: #262626;
}

.carousel-indicators {
  margin-bottom: -45px;
}

/* Clients */
.client {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.client hr {
  border-top: 2px solid rgb(22, 78, 205);
  width: 15%;
}

.client h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Counts */
.counts {
  padding: 70px 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  z-index: 1;
  position: relative;
}

.counts .container {
  background-color: #1d2122;
  padding-top: 35px;
  padding-bottom: 35px;
}

.counts .purecounter {
  font-size: 60px;
}

.counts .pureperfix {
  font-size: 60px;
}

.counts h6 {
  font-size: 20px;
}

.border-bg {
  width: 68%;
  margin: 0 auto;
  border-bottom: 22px solid #ffaa17;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Features */
.features {
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: linear-gradient(90deg, #fff 70%, #ffaa17 0%);
  margin-top: -150px;
}

.features h2 {
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
}

.features h4 {
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.features h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
  text-transform: uppercase;
}

.features a {
  color: #111314;
  text-decoration: none;
}

.features .col-lg-2 i {
  color: #111314;
}

.features i {
  color: #fba91d;
  font-size: 40px;
}

.features a:hover {
  color: white;
}

.features .card::before {
  content: "";
  position: absolute;
  background: #ffe1ae;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.features .card:hover::before {
  background: #252628;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.features .card {
  z-index: 1;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border: #f1f1f1 solid 1px;
  margin: auto 0;
  margin-bottom: 2rem;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.09);
  border: none;
}

.features .card-title {
  font-weight: 600;
  font-size: 20px;
}

/* Conact Hero */
.conact-hero {
  background-image: url(../images/laptop-bg.webp),
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.conact-hero h2 {
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}

.conact-hero h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
  text-transform: uppercase;
}

.conact-hero .btn-light i {
  margin-left: 5px;
}

.conact-hero .btn-light {
  background-color: white;
  color: #111314;
  font-size: 1.4rem;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  border-radius: 0;
  transition-property: transform;
  transition-duration: 0.3s;
  border: none;
}

.conact-hero .btn-light:hover,
.conact-hero .btn-light:focus {
  transform: scale(0.9);
  transition: all ease-in-out 250ms;
  background-color: #fba91d;
}

/*porfolio*/
.portfolio {
  padding: 70px 0;
}

.portfolio ul {
  margin-top: 2rem;
}

.portfolio h2 {
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  color: #111314;
}

.portfolio h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
  text-transform: uppercase;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 16px 10px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #111314;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  margin-left: 10px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #111314;
  background: #ffaa17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffaa17;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio-container {
  padding-top: 30px;
}

.portfolio .btn-light {
  background-color: white;
  border-color: #111314;
  font-size: 1.4rem;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: transform;
  transition-duration: 0.3s;
}

.portfolio .btn-light:hover,
.portfolio .btn-light:focus {
  color: white;
  background-color: #111314;
  border-color: #111314;
  transform: scale(0.9);
  transition: all ease-in-out 250ms;
}

/* skills */
.skills {
  padding-top: 250px;
  padding-bottom: 70px;
  background-image: url(../images/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -230px;
}

.skills h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.skills h6 {
  font-weight: 600;
  margin: auto 0;
  text-align: right;
  margin-right: 10px;
}

.skills .progress-bar {
  background-color: #ffaa17;
}

/* Map */
.mytip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.mytip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.mytip:hover .mytiptext {
  visibility: visible;
}

.world {
  padding-bottom: 70px;
  background-color: #f4f9fa;
  margin-top: -150px;
}

.world h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fba91d;
  text-transform: uppercase;
}

.world h2 {
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #ffaa17;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #ffaa17;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
#map img {
  width: 100%;
  max-width: 100%;
}

#map {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 70px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out;
  background: #fba91d;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.dot:nth-child(odd) {
  -webkit-animation: pulse 1.5s infinite ease-out 0.3s;
  animation: pulse 1.5s infinite ease-out 0.3s;
}
.dot-1 {
  top: 38.5%;
  left: 27.75%;
}
.dot-2 {
  top: 38.5%;
  left: 48.8%;
}
.dot-3 {
  top: 46.5%;
  left: 63.6%;
}
.dot-4 {
  top: 52.4%;
  left: 68.5%;
}
.dot-5 {
  top: 78.2%;
  left: 87.1%;
}

/*experts*/
.expert {
  padding: 70px 0;
}

.expert h2 {
  font-weight: 800;
  font-size: 3rem;
  color: #252628;
  text-transform: uppercase;
}

.expert h4 {
  font-weight: 600;
  font-size: 30px;
  color: #252628;
}

.expert h3 {
  font-weight: 800;
  font-size: 1rem;
  color: #fba91d;
  text-transform: uppercase;
  margin-top: 15px;
}

/* Service */
.services {
  padding-top: 70px;
  padding-bottom: 70px;
}

.services .card {
  border-radius: 0;
  border-color: #f1f1f1;
  min-height: 370px;
}

.services .card-body {
  margin-top: 100px;
  margin-bottom: 100px;
}

.services i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #ffaa17;
}

.services .card-title {
  font-size: 26px;
  font-weight: 600;
  color: #111314;
}

/* Contact */
.contact {
  padding: 70px 0;
}

.contact h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  color: #252628;
}

.contact h3 {
  font-weight: 800;
  font-size: 1rem;
  color: #fba91d;
  text-transform: uppercase;
}

.contact h5 {
  font-weight: 700;
  font-size: 16px;
  color: #252628;
  text-transform: uppercase;
  margin-top: 15px;
}

.contact hr {
  margin: 40px 0;
  width: 80%;
}

.contact a {
  text-decoration: none;
  color: #252628;
}

.contact a:hover,
.contact a:focus {
  color: #ffaa17;
}

.contact i {
  color: #ffaa17;
}

.contact .btn-dark:hover,
.contact .btn-dark:focus {
  background-color: #ffaa17;
  border-color: #ffaa17;
}

.contact .social-icon {
  margin-left: 10px;
}

.contact .btn-dark i {
  color: white;
}

.contact p {
  font-weight: 700;
}

.contact .btn-warning {
  width: 100%;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 700;
  background-color: #ffaa17;
  border: none;
}

.contact .btn-warning:hover,
.contact .btn-warning:focus {
  background-color: #111314;
  color: white;
}

.form-control {
  margin-bottom: 40px;
  border-radius: 0;
  background-color: #fafafa;
  border-color: #eaeaea;
  color: #1d2122;
  font-weight: 600;
}

.form-control::placeholder {
  color: #8a8c8c;
  font-weight: 600;
}

/* Footer */
.footer {
  padding-top: 120px;
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.footer img {
  width: 75%;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  font-weight: 600;
}

.footer li {
  margin-bottom: 0.75rem;
}

.footer .link i {
  color: #1d2122;
}

.footer h4 {
  color: #1d2122;
  font-size: 1.65rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer a {
  color: #1d2122;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}

.footer .active {
  color: #ffaa17;
}

.footer a:hover {
  color: #ffaa17;
}

.footer .btn-dark {
  background-color: #1d2122;
  color: white;
  border: none;
  transition-property: transform;
  transition-duration: 0.3s;
  padding: 5px 10px;
}

.footer .btn-dark:hover,
.footer .btn-dark:focus {
  background-color: #ffaa17;
  color: #1d2122;
  transform: scale(0.9);
  transition: all ease-in-out 250ms;
}

.footer .social-icon {
  margin-left: 10px;
}

.copyright {
  background-color: #f5f9fa;
  font-family: "Rajdhani", sans-serif;
  padding: 20px 0 10px 0;
}

.copyright p {
  color: #1d2122;
  font-family: "Rajdhani", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}

@keyframes moveArrow {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes moveDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: none;
    min-height: 100vh;
    background-color: white;
  }

  .features {
    background-image: linear-gradient(180deg, #fff 75%, #ffaa17 0%);
  }
}

@media (min-width: 768px) {
  .dot {
    width: 16px;
    height: 16px;
  }
  .dot:before {
    width: 4px;
    height: 4px;
  }
  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #ffaa17;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(52, 106, 180, 0);
    }
  }
  @keyframes pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #ffaa17;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(52, 106, 180, 0);
    }
  }
}

@media (max-width: 575px) {
  .fixed-top {
    display: none;
  }
  .banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .banner h2 {
    color: #fba91d;
    font-weight: 800;
    font-size: 1rem;
  }

  .banner h1 {
    font-size: 5rem;
    font-weight: 800;
    margin-top: -10px;
    line-height: 0.8;
  }

  .banner h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-top: -20px;
  }

  .banner .carousel-control-prev,
  .banner .carousel-control-next {
    display: none;
  }

  .footer .col-lg-3 {
    margin-bottom: 30px;
  }

  .dot-1 {
    top: 45.5%;
    left: 25.75%;
  }
  .dot-2 {
    top: 45.5%;
    left: 48.8%;
  }
  .dot-3 {
    top: 52.5%;
    left: 58.6%;
  }
  .dot-4 {
    top: 56.4%;
    left: 68.5%;
  }
  .dot-5 {
    top: 78.2%;
    left: 87.1%;
  }
}
