* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* stats */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*/ start count stats /*/

section#counter-stats {
  display: flex;
  justify-content: center;
  /* margin-top: 100px; */
}

.bg-afc {
  background-color: rgb(221, 85, 62, 0.2);
  padding: 15px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.stats .fa {
  color: #fff;
  font-size: 60px;
}

/*/ end count stats /*/
/* stats ends */

/* dropdown animation */

.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #031d44;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  /* opacity: 0.75; */
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 500ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #383939;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 87%;
}

/* ends */

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* owl */
.client-container {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.item-img-container {
  height: 120px;
  width: 120px;
  align-items: center !important;
  border-radius: 100px;
}

.item-img-container img {
  height: 65px;
  width: 65px;
  object-fit: cover;

  /* border: 1px dashed #000; */
}

/* owl ends */
.navbar-collapse {
  position: absolute !important;
  right: 0 !important;
}

.id_card_details {
  width: 60% !important;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .navbar-collapse {
    position: relative !important;
  }

  .id_card_details {
    width: 100% !important;
    margin: auto;
  }

  .nav-link-ltr:hover::before {
    width: 0% !important;
  }
}
