/********** Template CSS **********/
:root {
  --primary: #000068;
  --light: #f8f8f8;
  --dark: #3a3a72;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
  font-weight: 400 !important;
}

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

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

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}
.btn-primary:hover {
  background-color: var(--dark);
}
.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;
}

.btn-outline-body {
  color: #fff;
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.headingh1 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.headingh2,
.headingh3 {
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 22px;
}
.headingh3 {
  font-size: 18px;
}

.address {
  background-color: var(--primary);
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 30px 0;
  color: var(--dark);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

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

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

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

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
/* .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
} */
.home1 .owl-carousel .owl-item img {
  height: 80vh;
}
@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;
  }
}

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: var(--dark);
  transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  transition: 0.5s;
  opacity: 0.3;
}

.header-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 45px;
}

/* home1 */
.home1 {
  background-image: url(../img/banner-bg.jpg);
  display: flex;
  align-items: center;
  /* height: 80vh; */
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 85px 0px;
}
.home1 .carousel-indicators {
  display: flex;
  bottom: 0;
  margin: 0;
  visibility: hidden;
}
.home1 .carousel-indicators [data-bs-target] {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  object-fit: cover;
  align-items: center;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: 0.3s;
  border-radius: 5px;
  background-color: transparent;
}
.home1 .carousel-indicators .active {
  transform: scale(1.1);
  transition: 0.3s;
}
.home1 .carousel-indicators button img {
  width: 40px;
  height: 40px;
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .home1 .carousel-indicators {
    display: flex;
    left: 0;
    right: 0;
    top: inherit;
    bottom: -60px;
    transform: translate(0, 0px);
  }
  .headingh1 {
    font-size: 16px;
  }
}
/*** banner ***/
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  bottom: inherit;
  transform: translate(0%, -50%);
}
.carousel-control-prev {
  left: 4%;
}
.carousel-control-next {
  right: 4%;
}
.carousel button .fa {
  font-size: 20px;
  color: #000;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
  border-radius: 3px;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  border-radius: 10px;
}
/*** Facts ***/
.fact-item .fact-icon {
  width: 100px;
  height: 100px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 120px;
  transition: 0.5s;
}
.fact-item .fact-icon img {
  width: 50px;
}
.fact-item:hover .fact-icon {
  background: #00006899;
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: 0.5;
}

.fact-item:hover .fact-icon i {
  color: #ffffff;
}

/*** About & Feature ***/
.about-img,
.feature-img {
  position: relative;
  height: 100%;
  border: 5px solid var(--primary);
}

/* .about-img img,
.feature-img img {
    position: absolute;
    width: 54%;
    height: 80%;
    object-fit: contain;
} */
/* 
.about-img img:last-child,
.feature-img img:last-child {
    margin: 8% 0 0 23%;
} */

/* .about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
} */

@media (max-width: 991px) {
  .footer .email {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .about-img::before,
  .feature-img::before {
    width: 90%;
    height: 68%;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .about-img img:last-child,
  .feature-img img:last-child {
    margin: 8% 0 0 17%;
  }
  .about-img img,
  .feature-img img {
    width: 65%;
    height: 80%;
  }
}

/*** Service ***/
.service-item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-item .service-text {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover .service-text {
  background: rgba(0, 0, 0, 0.7);
}

.service-item * {
  transition: 0.5;
}

.service-item:hover * {
  color: #ffffff;
}

.service-item .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.5s;
}

.service-item:hover .btn {
  width: 140px;
}

/*** Project ***/
.project .nav .nav-link {
  background: var(--light);
  transition: 0.5s;
}

.project .nav .nav-link.active {
  background: var(--primary);
}

.project .nav .nav-link.active h3 {
  color: #ffffff !important;
}

/*** Team ***/
.team-items {
  margin: -0.75rem;
}

.team-item {
  padding: 0.75rem;
}

.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover::after {
  height: 100%;
  background: var(--primary);
}

.team-item .team-social {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 2px;
  color: var(--primary);
  background: var(--light);
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 10px;
  border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel {
  width: 100%;
  margin: 0 auto;
}
/*** Footer ***/
.footer ul li{
    margin-bottom: 8px;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #b7b3b3;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer p {
  color: #b7b3b3;
}
.phone {
  color: #b7b3b3;
}
.phone:hover {
  color: #000068;
}

.email {
  color: #b7b3b3;
}
.email:hover {
  color: #000068;
}
.footer .container {
  position: relative;
}
.footer .headingh1 {
  color: #fff;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: #777777;
}

.footer .footer-img img {
  position: absolute;
  width: 200px;
  bottom: 0;
  right: 0;
}

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

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}
.footer .copyright span {
  color: var(--light);
}

.footer .copyright span:hover {
  color: var(--primary);
}

/*** about-our-team ***/
.team-heading {
  color: #000;
}
.contact .fa {
  color: var(--primary);
}
.founder .founder-text p {
  color: #000;
}
.founder .founder-text .author-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.founder .founder-text .company-name{
    color: #000;
    font-size: 14px;
    font-weight: 500;

} 
.contact .contact-title{
    font-size: 25px;
    font-weight: 800;
    color: #000068;

}

@media (max-width: 1200px) {
  .footer .footer-img img {
    width: 120px;
  }
}
@media (max-width: 1128px) {
  .home1 {
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .footer .footer-img img {
    bottom: 0px;
  }

  .home1 {
    padding: 30px 0px;
    background-image: none;
  }
  .about-img::before,
  .feature-img::before {
    width: 69%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .feature-img::before {
    width: 100%;
  }
  .about-img img:last-child,
  .feature-img img:last-child {
    margin: 0 auto;
  }
}
