@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.btn-official-bg {
  background-color: #ffcd04;
}
.official-color {
  color: #ffcd04 !important;
}
.yellow-btn {
  background-color: #ffcd04;
  font-size: 13px;
}
.font-subheader {
  font-size: 13px;
}
.navbar-nav {
  margin-right: 0 !important;
}
#header {
  border-bottom: 1px solid #ddd;
}
.logo {
  width: 150px;
}
.nav-link:hover {
  background-color: #ffcd04;
}
.official-color {
  color: #ffcd04;
}
.slider-1-text {
  margin-bottom: 250px;
  margin-left: -500px;
}
.slider-2-text {
  margin-bottom: 230px;
  margin-left: -500px;
}
.box-radius {
  border-radius: 10px;
  box-shadow: 3px 3px 3px 3px #ddd;
}
.services-desfs {
  font-size: 15px;
}
.services-desfs-box {
  font-size: 14px;
}
.small-descfs {
  font-size: 12px;
}
.bg-white {
  background-color: #fff;
}
.box-height {
  height: 250px;
}
.hr-theme-slash-2 {
  display: flex;
}

.hr-line {
  width: 10%;
  position: relative;
  margin: 15px;
  border-bottom: 1px solid #000;
}
.hr-icon {
  position: relative;
  top: 3px;
}
.hr-theme-slash-3 {
  display: flex;
}

.hr-line-1 {
  width: 100%;
  position: relative;
  margin: 15px;
  border-bottom: 1px solid #000;
}
.hr-icon-1 {
  position: relative;
  top: 3px;
}

/* .navbar-light .navbar-toggler {
  background-color: black;
} */

.section {
  background: url("images/pattern-bg-gray.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.counter-up {
  background: url("images/pattern-bg-gray.jpg") no-repeat;
  min-height: 30vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
}
.counter-up::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.counter-up .content {
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.counter-up .content .box {
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}
.content .box .icon {
  font-size: 48px;
  color: #e6e6e6;
}
.content .box .counter {
  font-size: 50px;
  font-weight: 500;
  color: #f2f2f2;
  font-family: sans-serif;
}
.content .box .text {
  font-weight: 400;
  color: #ccc;
}
.icon-count-size,
.span-icon {
  display: inline-block;
  margin: 15px 0;
  font-size: 50px;
  color: #000;
}
@media screen and (max-width: 1036px) {
  .counter-up {
    padding: 50px 50px 0 50px;
  }
  .counter-up .content .box {
    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .counter-up .content .box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding: 20px;
  }
  .counter-up {
    padding: 30px 20px 0 20px;
  }
}
/* footer starts */
.official-hover:hover {
  color: #ffcd04 !important;
}
.arrow-before:before {
  content: ">";
  margin-right: 6px;
}
.services-desfs-box-footer {
  font-size: 13px;
  /* color: #9fa3a7 !important; */
}
.footer-copyright {
  font-size: 13px;

  background: #2c2c2c;
  color: #6c6c6c !important;
}
/* footer ends */
/* slider starts */
/*  */
/* .slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
} */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
/*  */
/*slider ends  */

/* about us starts */
.aboutus-bg-img {
  min-height: 100%;
  background: linear-gradient(
      0deg,
      rgba(255, 205, 5, 0.48),
      rgba(255, 205, 5, 0.48)
    ),
    url(images/pattern-bg-lightgray.jpg);
  padding: 110px 50px 110px 50px;
}
.breadcrumb-text {
  color: black;
  font-size: 15px;
}
.bg-clientsay {
  background-color: #f4f5fa;
}
.client-hover-bg:hover {
  background-color: #111331 !important;
  color: #fff !important;
}
/* about us ends */
/* career starts*/
.apply-btn {
  border-radius: 20px;
}
input::placeholder {
  color: black !important;
}
.btn-hover-black:hover {
  background-color: black;
  color: #fff;
  fill: #fff;
}
/* career ends */
/* contact us starts */
.box-social {
  border-radius: 25px;
  background-color: #ffcd04;
  width: 55px;
  height: 55px;
}
/* contacts us ends */
