/*====================================================== Home Page Styles =========================================================================================*/
.owl-carousel .owl-item img {
  width: auto !important;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 12px;
  height: 12px;
}

/*======================= Header Wrapper Styles ========================*/
.header__wrapper {
  background-color: rgba(239, 250, 252, 0.561);
}
.header__wrapper .items {
  min-height: calc(100vh - 5.5rem);
  padding: 4rem 0;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(33, 33, 33, 0.65);
          box-shadow: inset 0 0 0 2000px rgba(33, 33, 33, 0.65);
}
.header__wrapper .h1 {
  font-size: 3.875rem;
}
.header__wrapper .btn-primary {
  border: 2px solid var(--brand);
}
.header__wrapper .btn-primary:hover, .header__wrapper .btn-primary:focus, .header__wrapper .btn-primary:active {
  background-color: transparent;
  color: var(--brand);
}
.header__wrapper .owl-prev, .header__wrapper .owl-next {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__wrapper .owl-next {
  left: auto;
  right: 2rem;
}
.header__wrapper .owl-dots {
  position: absolute;
  bottom: 3rem;
  left: 0%;
  text-align: center;
  width: 100%;
}
.header__wrapper .owl-dots .owl-dot {
  background-color: #fff !important;
}
.header__wrapper .owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
}

.service__card {
  position: relative;
}
.service__card::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  right: -1rem;
  border: 1.5px solid;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #425366 48%, rgba(255, 255, 255, 0) 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(48%, #425366), to(rgba(255, 255, 255, 0)));
     border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #425366 48%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.twoline__title span {
  position: relative;
}
.twoline__title span::before, .twoline__title span::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  border-radius: 3px;
  background-color: var(--black-light);
  position: absolute;
  top: 50%;
  left: -3rem;
}
.twoline__title span::after {
  left: auto;
  right: -3rem;
}

.media__card {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  border-radius: var(--border-radius);
}
.media__card img {
  -webkit-filter: grayscale(15);
          filter: grayscale(15);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media__card:hover img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.mediaCarousel .owl-stage-outer {
  height: calc(100% + 14px);
  margin: -7px;
  padding: 7px;
  width: calc(100% + 14px);
}

/*---- Service Style -----------------*/
.service__item {
  -webkit-box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #e9e9e9;
  border-radius: 15px;
}
.service__item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.service__item .hover__caption {
  background-color: rgba(255, 255, 255, 0.819);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service__item:hover .hover__caption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.disc__list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.15rem;
}
.disc__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: var(--brand);
  position: absolute;
  top: 0.65rem;
  left: 0%;
}
.disc__list li a:hover {
  text-decoration: underline;
}
.disc__list.large_white li::before {
  width: 12px;
  height: 12px;
  background-color: #fff;
  top: 0.85rem;
}

/*---- Process Card Style -----------------*/
.other__service__card {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D8D8D8;
  border-radius: 0.5rem;
}
.other__service__card .icon {
  width: 3rem;
}
.other__service__card .caption {
  width: calc(100% - 3rem);
  padding-left: 1rem;
}

.accordion .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--brand);
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-body {
  padding: 0% 0 0 2.5rem;
}

.owl-carousel.blogCarousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.owl-carousel.blogCarousel .owl-dots {
  margin-top: 2.5rem;
}

.blog__item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.addresslist li .icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(237, 27, 34, 0.2549019608);
}
.addresslist li .caption {
  width: calc(100% - 3.5rem);
}

.form__wrapp .form-control, .form__wrapp .form-select {
  height: 3rem;
}
.form__wrapp textarea.form-control {
  height: auto;
}

.process__card .icon {
  width: 10rem;
  height: 10rem;
}

/*------------- Contact Page Styles ---------------------*/
.nav-tabs::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 4px;
  display: block;
  background-color: #ddd;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 0;
}
.nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.nav-tabs .nav-link {
  color: #323233;
  position: relative;
  width: 100%;
}
.nav-tabs .nav-link.active {
  color: var(--brand);
}
.nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 4px;
  display: block;
  background-color: var(--brand);
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 99;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: inherit;
  color: var(--brand);
}

.contact__address__list li .icon {
  width: 1.5rem;
}
.contact__address__list li .icon img {
  height: 1.5rem;
}
.contact__address__list li .caption {
  width: calc(100% - 1.5rem);
  padding-left: 1rem;
}

.map {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ccc;
  min-height: 30rem;
}
.map::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}

.text-31 {
  color: #313131;
}

.social__links_ li {
  margin-bottom: 0;
}
.social__links_ li a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  color: #343a40;
}
.social__links_ li a svg {
  width: 1.25rem;
  height: 1.25rem;
}
.social__links_ li a:hover, .social__links_ li a:focus {
  background-color: var(--brand);
  color: var(--white);
}
.social__links_ li:not(:first-child) {
  margin-left: 0.5rem;
}

.team__profile__thumbnail {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-box-shadow: 1px 1px 12px 9px #e9ecef;
          box-shadow: 1px 1px 12px 9px #e9ecef;
}

.lh-1_3 {
  line-height: 1.3;
}

@media (max-width: 1399px) {
  .header__wrapper .h1 {
    font-size: 3.5rem;
  }
  .team__profile__thumbnail {
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 1200px) {
  .header__wrapper {
    min-height: 40rem;
  }
  .header__wrapper .items {
    min-height: 40rem;
  }
  .service__card.lg-line-none::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .header__wrapper .h1 {
    font-size: 2.5rem;
  }
  .service__card.md-line-none::after {
    content: none;
  }
  .service__card.md-line-add::after {
    content: "";
  }
}
@media (max-width: 576px) {
  .header__wrapper {
    min-height: 26rem;
  }
  .header__wrapper .items {
    min-height: 26rem;
  }
  .header__wrapper .h1 {
    font-size: 2rem;
  }
  .header__wrapper .owl-prev, .header__wrapper .owl-next {
    display: none;
  }
  .page__header {
    min-height: 11rem;
    padding: 2rem 0;
  }
  .map {
    min-height: auto;
  }
  .nav-tabs .nav-link {
    font-size: 12px;
    line-height: 1.2;
    min-height: 3rem;
    font-weight: 500 !important;
  }
  .team__profile__thumbnail {
    width: 8rem;
    height: 8rem;
  }
}

#whatsapp
{
  position: fixed;
  left: 5px;
  bottom: 5px;
}
#call {
  position: fixed;
  right: 5px;
  bottom: 5px;
}

@media (max-width: 968px) {
  .hero
  {
    display: none;
  }
}

@media (min-width: 968px) {
  .herodesktop
  {
    display: none;
  }
}