/********** Template CSS **********/
:root {
  --primary: #fe5d37;
  --light: #fff5f3;
  --dark: #103741;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #ffffff !important;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 600;
}

.font-secondary {
  font-family: "Nunito", sans-serif;
}

/*** Navbar ***/
.navbar .navbar-nav .nav-link {
  padding: 30px 15px;
  color: var(--dark);
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #00a99d;
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}
a.navbar-brand img {
  width: 100%;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: -6rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.mx-auto {
  margin-right: 40px !important;
  margin-left: auto !important;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: calc(100% - 15px);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: url(../img/bg-header-top.png) center center repeat-x;
  z-index: 1;
}

.header-carousel::after,
.page-header::after {
  height: 19px;
  top: auto;
  bottom: 0;
  background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .offer-sec a img {
    width: 40%;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/carousel-4.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/*** About ***/
.about-img img {
  transition: 0.5s;
}

.about-img img:hover {
  background: #00a99d !important;
}

/*** Classes ***/
.classes-item {
  transition: 0.5s;
}

.classes-item:hover {
  margin-top: -10px;
}

/*** Team ***/
.team-item .team-text {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  border: 17px solid var(--light);
  border-radius: 250px;
  transition: 0.5s;
}

.team-item:hover .team-text {
  border-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #00a99d;
  border-radius: 45px;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  border-color: #00a99d;
  background: #00a99d;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #00a99d !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: #ffffff;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: #00a99d !important;
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.btn-primary {
  color: #000;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.text-primary {
  color: #00a99d !important;
}

h6.section-title.bg-white.text-start.text-primary.pe-3 {
  font-size: 25px;
}

.py-5 {
  padding: 3rem 0 !important;
  overflow: hidden;
}

p.mb-2 {
  display: flex;
  font-size: 14px;
}

a:hover {
  color: #00a99d;
}

.service-item.text-center.pt-3 .p-4 {
  padding: 0 !important;
}

.service-item.text-center.pt-3 .p-4 .btn.btn-primary {
  padding: 7px 15px !important;
}

.testimonial-item.bg-light.rounded.p-5 .btn.btn-primary.py-3.px-5.mt-2 {
  padding: 5px 10px !important;
  margin-bottom: 20px;
  font-size: 14px;
}

.testimonial-item.bg-light.rounded.p-5 p {
  font-size: 15px !important;
}

.d-flex.align-items-center.bg-white.me-n5 h3 {
  font-size: 20px !important;
}

.container-xxl .py-5 h1 {
  font-size: 30px;
}

section#clients {
  max-height: 500px;
}

h1 {
  font-size: 32px;
}

.service-item.text-center.pt-3 a h5 {
  cursor: pointer;
}

.service-item.text-center.pt-3 a h5:hover {
  cursor: pointer;
  color: #00a99d;
}

li.breadcrumb-item a {
  color: #fff;
}

a.btn.btn-primary.rounded-pill.px-3.d-none.d-lg-block {
  font-size: 14px;
  background: #00a99d !important;
  border-color: #00a99d !important;
}

a.btn.btn-primary.py-3.px-5.mt-2 {
  background: #00a99d !important;
  border-color: #00a99d !important;
}

button.btn.btn-primary.w-100.py-3 {
  background: #00a99d !important;
  border-color: #00a99d !important;
}

button.btn.btn-primary.py-2.position-absolute.top-0.end-0.mt-2.me-2 {
  background: #00a99d !important;
  border-color: #00a99d !important;
  margin: 0 !important;
}

.career-sec {
  background: #fff;
  border: #dbd7d7 solid 1px;
  padding: 20px;
  box-shadow: 5px 2px 22px #bdb6b6;
}

.offer-sec a.navbar-brand img {
  width: 54%;
}

.offer-sec h2 {
  font-size: 26px;
  font-weight: 500;
  color: #00a99d;
}

h1.display-2.text-white.animated.slideInDown.mb-4 {
  text-align: center;
}

.top_rw {
  background-color: #f4f4f4;
}
.td_w {
}
button {
  padding: 5px 10px;
  font-size: 14px;
}
.invoice-box {
  max-width: 1035px;
  margin: auto;
  border: 1px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
}
.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
  border-bottom: solid 1px #000;
}
.invoice-box table td {
  padding: 1px;
  vertical-align: middle;
}
.invoice-box table tr td:nth-child(2) {
  text-align: left;
}
.invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}
.invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 12px;
}
.invoice-box table tr.details td {
  padding-bottom: 20px;
}
.invoice-box table tr.item td {
  border-bottom: 1px solid #000;
}
.invoice-box table tr.item.last td {
  border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #000;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center;
  }
  .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/** RTL **/
.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}
.rtl table {
  text-align: right;
}
.rtl table tr td:nth-child(2) {
  text-align: left;
}

.contact-form {
  margin: 0;
  padding: 18px;
  background: #00a99d;
  box-shadow: 0 2px 4px #0000002e;
  border-radius: 7px;
  overflow: hidden;
}

.contact-form h4 {
  font-size: 25px;
  color: #fdf9ec;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-form form.form-sec {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 0 20px;
  flex-wrap: wrap;
}

.contact-form form.form-sec .form-group {
  margin: 0 0 18px 0;
  padding: 0;
  width: 48%;
}

.contact-form form.form-sec .form-group .form-control {
  margin: 0;
  padding: 0 11px;
  height: 50px;
  width: 100%;
  font-size: 15px;
  box-shadow: none;
  background: #fff;
}

.contact-form form.form-sec .form-group.textaera {
  width: 100%;
}

.contact-form form.form-sec .form-group.textaera textarea.form-control {
  height: 115px;
}

.contact-form .form-btn-sec input.form-btn {
  margin: 0;
  padding: 0;
  width: 170px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.contact-form .form-btn-sec input.form-btn:hover {
  background: #00a99d;
  color: #fff;
  border: #fff solid 1px;
}

.information h2 {
  color: #00a99d;
  text-decoration: underline;
  margin-bottom: 20px;
}

.user i {
  font-size: 65px;
  color: #000;
  border-radius: 50%;
  border: #00a99d dashed 2px;
  padding: 30px 0px 0 38px;
  height: 140px;
  width: 140px;
}

.user-sec {
  margin-top: 25px;
}

.user-sec h5 {
  font-size: 35px;
}

.profile {
  margin: 30px 0;
}

.map-sec img {
  width: 100%;
}

.map-sec h4 {
  font-size: 28px;
  margin-bottom: 35px;
  text-transform: capitalize;
  color: #ffffff;
  background: #00a99d;
  padding: 5px 5px 5px 15px;
  border-radius: 6px;
}

.near-sec h5 {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.near-sec h3 {
  font-size: 22px;
  text-align: left;
}

.near-sec {
  text-align: center;
  margin: 0 200px 25px;
  background: #fff;
  border: 0.5px solid #cec8c8c8;
  border-radius: 30px;
  padding: 20px;
  cursor: pointer;
  box-shadow: -3px 8px 0px #00a99d;
}

.near-sec:hover {
  background: #00a99d;
}

.address {
  background: #00a99d;
  padding: 50px 20px;
  border-radius: 10px;
}

.address p {
  color: #fff;
  font-size: 18px;
}

.address a {
  color: #fff;
}

.owl-carousel-item.position-relative img.img-fluid {
  height: 565px;
}
