.btn-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

html {
  font-size: 16px;
}

body {
  color: #808080;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #404040;
}

p {
  color: #808080;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}

.fc .fc__inner-wrap {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 2rem 2.4rem;
}
.fc .fc__inner-wrap .fc__img {
  padding: 2.4rem;
  background: #fbf2ff;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.fc .fc__inner-wrap .fc__content-wrap {
  text-align: center;
}
.fc .fc__inner-wrap .fc__content-wrap .fc__title {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.fc .fc__inner-wrap .fc__content-wrap .fc__title a {
  color: #404040;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fc .fc__inner-wrap .fc__content-wrap .fc__title a:hover {
  color: #006BE2;
}
.fc .fc__inner-wrap .fc__content-wrap p {
  color: #808080;
  margin-bottom: 1.5rem;
}
.fc .fc__inner-wrap .fc__content-wrap a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fc .fc__inner-wrap .fc__content-wrap a.fc__btn-link span {
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 0.5rem;
}
.fc .fc__inner-wrap .fc__content-wrap a.fc__btn-link i {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1;
}

.jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .jc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 485px) {
  .jc {
    margin: 0 -1rem;
  }
}
.jc .jc__inner-wrap {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 4rem 2rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-bottom: 1.9rem;
  margin-bottom: 2rem;
}
@media (max-width: 877px) {
  .jc .jc__inner-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (min-width: 485px) {
  .jc .jc__inner-wrap {
    margin: 1rem;
  }
}
.jc .jc__inner-wrap .jc__position {
  color: #808080;
  font-size: 1.6rem;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2rem;
}
.jc .jc__inner-wrap .jc__position:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 3px;
  height: 100%;
  display: block;
  background: #00CFC8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.jc .jc__inner-wrap .jc__company {
  color: #404040;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.jc .jc__inner-wrap .jc__location {
  font-size: 1.6rem;
  line-height: 1.5;
}
.jc .jc__inner-wrap .jc__ldate {
  font-size: 1.4rem;
  line-height: 1;
}
.jc .jc__inner-wrap a.btn-apply {
  color: #808080;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding: 0.5rem 0;
}
.jc .jc__inner-wrap a.btn-apply:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 1px;
  display: block;
  background: #808080;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.jc .jc__inner-wrap a.btn-apply:hover {
  color: #00CFC8;
}
.jc .jc__inner-wrap a.btn-apply:hover:after {
  background: #00CFC8;
}
.jc .jc__inner-wrap a.btn-disabled {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding: 0.5rem 0;
}
.jc .jc__inner-wrap a.btn-disabled:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 1px;
  display: block;
  background: #808080;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.jc .jc__inner-wrap:hover .jc__position:before {
  background: #006BE2;
}
.jc.disabled .jc__inner-wrap .jc__position:before {
  background: #808080;
}

.tc .tc__inner-wrap {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.tc .tc__inner-wrap .tc__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tc .tc__inner-wrap .tc__img img {
  max-width: 100%;
  height: auto;
}
.tc .tc__inner-wrap .tc__img::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.tc .tc__inner-wrap .tc__img:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.tc .tc__inner-wrap .tc__img img {
  border-radius: 10px;
}
.tc .tc__inner-wrap .tc__content {
  text-align: center;
  padding: 2rem;
}
.tc .tc__inner-wrap .tc__content h4 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.tc .tc__inner-wrap .tc__content h4 a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tc .tc__inner-wrap .tc__content h4 a:hover {
  color: #00CFC8;
}
.tc .tc__inner-wrap .tc__content p {
  color: #808080;
  text-align: center;
}
.tc .tc__inner-wrap .tc__content .tc__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc .tc__inner-wrap .tc__content .tc__social a {
  color: #808080;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tc .tc__inner-wrap .tc__content .tc__social a i {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0.5rem;
}
.tc .tc__inner-wrap .tc__content .tc__social a:hover {
  color: #00CFC8;
}

.nc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .nc {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nc {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.nc .nc__inner-wrap {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nc .nc__inner-wrap .nc__img {
  position: relative;
}
.nc .nc__inner-wrap .nc__img img {
  max-width: 100%;
  height: auto;
}
.nc .nc__inner-wrap .nc__img::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.nc .nc__inner-wrap .nc__img:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.nc .nc__inner-wrap .nc__content-wrap {
  padding: 2.5rem;
}
.nc .nc__inner-wrap .nc__content-wrap h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  color: #404040;
  margin-bottom: 1.5rem;
}
.nc .nc__inner-wrap .nc__content-wrap h4 a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nc .nc__inner-wrap .nc__content-wrap h4 a:hover {
  color: #00CFC8;
}
.nc .nc__inner-wrap .nc__content-wrap p {
  margin-bottom: 1.5rem;
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .nc .nc__inner-wrap .nc__content-wrap .nc__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom a.btn-readmore {
  color: #808080;
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom a.btn-readmore span {
  margin-right: 0.5rem;
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom a:hover {
  color: #00CFC8;
}
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom .nc__date i,
.nc .nc__inner-wrap .nc__content-wrap .nc__bottom .nc__date span {
  color: #808080;
}
@media (max-width: 768px) {
  .nc .nc__inner-wrap .nc__content-wrap .nc__bottom .nc__date {
    margin-bottom: 0.5rem;
  }
}
.nc .nc__inner-wrap:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.testimonial-wrap {
  position: relative;
}
.testimonial-wrap .bdr {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  width: 60%;
  height: 1px;
  display: block;
  background: #00CFC8;
  z-index: 99;
}

.testimonial {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 10px;
  padding: 3rem 5rem 3rem 3rem;
}
@media (max-width: 768px) {
  .testimonial {
    padding: 2rem;
  }
}
.testimonial .testimonial__name {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.testimonial .testimonial__position {
  font-size: 1.5rem;
  line-height: 1;
}
.testimonial .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: transparents;
}
.testimonial.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #00CFC8;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.testimonial.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
}

.ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ac .ac__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac .ac__inner-wrap .ac__img {
  margin-right: 2rem;
}
.ac .ac__inner-wrap .ac__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ac .ac__inner-wrap .ac__content .ac__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ac .ac__inner-wrap .ac__content .ac__count span.timer {
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
  color: #404040;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.ac .ac__inner-wrap .ac__content .ac__count span.suffix {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  color: #404040;
}
.ac .ac__inner-wrap .ac__content .ac__text {
  font-size: 2rem;
  line-height: 1;
}

.tsb .tsb__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  padding: 1.5rem 2rem;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tsb .tsb__inner-wrap .tsb__left,
.tsb .tsb__inner-wrap .tsb__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
.tsb .tsb__inner-wrap .tsb__left.bdr {
  border-right: 2px solid #d4d4d4;
}
@media (max-width: 768px) {
  .tsb .tsb__inner-wrap .tsb__left {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap .tsb__left {
    width: 100%;
    border-right: 0;
  }
}
.tsb .tsb__inner-wrap i {
  color: #d4d4d4;
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap i {
    display: none;
  }
}
.tsb .tsb__inner-wrap input[type=text] {
  border: 0;
  width: 88%;
  padding: 1rem 0 1rem 0.5rem;
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap input[type=text] {
    padding: 1rem 0;
    text-align: center;
  }
}
.tsb .tsb__inner-wrap input[type=text]:focus {
  border: 0;
  outline: none;
}
.tsb .tsb__inner-wrap input[type=text]::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.tsb .tsb__inner-wrap input[type=text]::-moz-placeholder {
  color: #d4d4d4;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.tsb .tsb__inner-wrap input[type=text]:-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.tsb .tsb__inner-wrap input[type=text]::-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.tsb .tsb__inner-wrap input[type=text]::placeholder {
  color: #d4d4d4;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap input[type=text]::-webkit-input-placeholder {
    text-align: center;
  }
  .tsb .tsb__inner-wrap input[type=text]::-moz-placeholder {
    text-align: center;
  }
  .tsb .tsb__inner-wrap input[type=text]:-ms-input-placeholder {
    text-align: center;
  }
  .tsb .tsb__inner-wrap input[type=text]::-ms-input-placeholder {
    text-align: center;
  }
  .tsb .tsb__inner-wrap input[type=text]::placeholder {
    text-align: center;
  }
}
.tsb .tsb__inner-wrap .tsb__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap .tsb__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .tsb .tsb__inner-wrap .tsb__right .dropdown {
    margin-bottom: 1rem;
  }
}
.tsb .tsb__inner-wrap .tsb__right .dropdown .btn-dropdown {
  color: #808080;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}
.tsb .tsb__inner-wrap .tsb__right .dropdown .btn-dropdown:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tsb .tsb__inner-wrap .tsb__right .dropdown .dropdown-menu .dropdown-item {
  color: #808080;
}
.tsb .tsb__inner-wrap .tsb__right .dropdown .dropdown-menu .dropdown-item:hover {
  background: #00CFC8;
  color: #fff;
}
.tsb .tsb__inner-wrap .tsb__right .btn-search {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 0.7rem 2.5rem 0.9rem 2.5rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: linear-gradient(135deg, #16B6FF, #09FFCA);
}
.tsb .tsb__inner-wrap .tsb__right .btn-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #00CFC8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(135deg, #09FFCA, #16B6FF);
}
.tsb .tsb__inner-wrap .tsb__right .btn-search span {
  position: relative;
  z-index: 5;
}
.tsb .tsb__inner-wrap .tsb__right .btn-search:hover:after {
  opacity: 1;
}
@media (max-width: 768px) {
  .tsb .tsb__inner-wrap .tsb__right .btn-search {
    padding: 0.7rem 1rem 0.9rem 1rem;
  }
}

/*.profile {
    @include flex(row, flex-start, flex-start);
    @media (max-width: 768px) {
        flex-direction: column;
    }
    .profile__img {
        img {
            border-radius: 10px;
            margin-right: 1rem;
        }
    }
}*/
.al .table thead {
  background: #f9fafc;
  border-radius: 10px;
}
.al .table th {
  color: #808080;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.3rem 1rem;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .al .table th:first-child {
    width: 100%;
  }
}
.al .table td {
  color: #808080;
  vertical-align: middle;
}
.al .table .al__name {
  color: #404040;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .al .table .al__name {
    margin-top: 0.5rem;
  }
}
.al .table .al_position {
  margin-bottom: 0.3rem;
}
.al .al__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.al .al__social a i {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.al .al__social a:hover i {
  color: #00CFC8;
}

.btn-gradient {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-gradient:after {
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-gradient span,
.btn-gradient i {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-gradient:hover:after {
  position: absolute;
  opacity: 1;
}

.client-carousel .client {
  text-align: center;
}
.client-carousel .client img {
  width: auto;
  margin: 0 auto;
}

.navbar-addon *:focus {
  outline: none;
}
.navbar-addon .navbar-toggler span {
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .navbar-addon .navbar-collapse {
    border-top: 1px solid #ddd;
    padding-top: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar-addon .dropdown-toggle::after {
    right: 30px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
  }
}
.navbar-addon .dropdown-menu {
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-addon .nav-item a.nav-link {
  position: relative;
}
.navbar-addon .nav-item a.nav-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: transparent;
  left: 5px;
  top: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .navbar-addon .nav-item a.nav-link:before {
    display: none;
  }
}
.navbar-addon .nav-item.active a.nav-link {
  color: #00CFC8;
}
.navbar-addon .nav-item.active a.nav-link, .navbar-addon .nav-item:hover a.nav-link {
  color: #00CFC8;
}
.navbar-addon .nav-item.active a.nav-link:before, .navbar-addon .nav-item:hover a.nav-link:before {
  width: 30px;
  background: #00CFC8;
}

.itl-menu-list .menu_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-bottom: 0;
}
.itl-menu-list .menu_class li {
  list-style: none;
}
.itl-menu-list .menu_class li a {
  color: #778399;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*top header end*/
.th-rp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.th-rp .th-rp__item:not(:last-child) {
  margin-right: 1.5rem;
}
.th-rp .th-rp__cart,
.th-rp .th-rp__login,
.th-rp .th-rp__register {
  position: relative;
}
.th-rp .th-rp__cart a,
.th-rp .th-rp__login a,
.th-rp .th-rp__register a {
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}
.th-rp .th-rp__cart a i,
.th-rp .th-rp__login a i,
.th-rp .th-rp__register a i {
  font-size: 1.4rem;
  line-height: 1;
}
.th-rp .th-rp__cart a i.active,
.th-rp .th-rp__login a i.active,
.th-rp .th-rp__register a i.active {
  color: #006BE2;
}
.th-rp .dot {
  content: "";
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #006BE2;
  border-radius: 50%;
}
.th-rp .count {
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 2px 4px;
  color: #000;
  background: #fff;
  border-radius: 50%;
}

.th-rp-align-left .th-rp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.th-rp-align-center .th-rp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.th-rp-align-right .th-rp {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=unialumni-essential.css.map */