.navbar-center {
  float: none;
  margin: 0 auto;
  /* display: table; */
  /* table-layout: fixed; */
}

.item-flex {
  display: flex;
  gap: 15px;
}

.item-flex a {
  text-decoration: none;
  color: #fff;
}

.item-flex a .bi {
  font-size: 23px;
  color: var(--primary-color);
}

/* .top-bar-area li {
  display: flex;
  align-items: center;
} */

/* .top-bar-area li a {
  font-weight: 400;
} */

.top-bar-area .social {
  padding-top: 7px;
}

.top-bar-area .social .social-icon a .bi {
  color: var(--white-color);
}

.top-bar-area .social .social-icon div {
  display: inline-block;
  margin-right: 30px;
}

.top-bar-area .social .social-icon div:first-child {
  margin-right: 0;
}

.top-bar-area .text-end .social .social-icon div {
  margin-right: 0;
  margin-left: 30px;
}

.top-bar-area .text-end .social .social-icon div:first-child {
  margin-left: 0;
}

.top-bar-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background: var(--secondary-color);

}
.top-bar-area .container {
  max-width: 1324px !important;
}
.offsets-xl-3 {
  margin-left: 21%;
}
.top-bar-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.692);
}

.navbar {
  z-index: 10;
}

.navbar-brand img {
  object-fit: contain;
  width: 180px;
  height: 70px;
}

.navbar-header {
  position: relative;
  z-index: 1;
  padding-right: 45px;
  margin-right: -45px;
}

.navbar-header::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 250px;
  width: 470%;
  background: #fff;
  z-index: -1;
  transform: skewX(15deg);
}

.navbar-header::before {
  position: absolute;
  right: -10px;
  bottom: 15px;
  content: "";
  height: 250px;
  width: 470%;
  background: #cfd2d5;
  z-index: -1;
  transform: skewX(15deg);
}

nav.navbar .navbar-header a {
  position: relative;
}

nav.navbar .navbar-header img {
  position: relative;
  top: -35px;
}

.nav-item {
  padding: 0px 11px;
}

.nav-link.active {
  background: var(--primary-color) !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 3px solid #fff;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  /* padding: 7px 12px; */
  text-shadow: 1px 1px 10px #fefefe23;
}

.nav-link:hover {
  background-color: var(--primary-bg-color) !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 3px solid #fc650c;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  /* padding: 7px 12px; */
  transition: all ease-in .2s;
  text-shadow: 1px 1px 10px #fefefe23;
}

.nav-link {
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  transition: all ease-out .2s;
}

/* Optional: Add some spacing for smoother hover effects */
.nav-item.dropdown:hover>.nav-link {
  background-color: var(--primary-bg-color) !important;
}
.dropdown-item {
  padding: 8px 7px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background: var(--primary-bg-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease 0.4s;
}

/* From Uiverse.io by adamgiebl */
.get__consultant {
  background: var(--primary-color);
  color: #fff !important;
  font-family: inherit;
  padding: 0.42em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  text-decoration: none;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #fff 0px -3px 0px inset;
  overflow: hidden;
  position: relative;
  height: 3em;
  padding-right: 3.3em;
  cursor: pointer;
  max-width: 206px;
}

.get__consultant .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #fefefecb;
  /* border: 1px solid #fc650c; */
  right: 0.3em;
  transition: all 0.3s;
}

.get__consultant:hover .icon {
  width: calc(100% - 0.6em);
}

.get__consultant .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.get__consultant:hover .icon svg {
  transform: translateX(0.1em);
}

.get__consultant:active .icon {
  transform: scale(0.95);
}

/* Header styles */
/* .headerOne,
.headerTwo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.headerOne {
  transform: translateY(0);
  opacity: 1;
}

.headerTwo {
  transform: translateY(-100%);
  opacity: 0;
  background-color: white;
}

.headerOne.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.headerTwo.visible {
  transform: translateY(0);
  opacity: 1;
} */

/* Dropdown menu hover functionality */
/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
} */
/* 
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
} */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar.sticked .nav-link.active {
  background: var(--primary-color) !important;
  color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 3px solid #fff;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  /* padding: 7px 12px; */
  text-shadow: 1px 1px 10px #fefefe23;
}

.navbar.sticked .nav-link {
  color: #000 !important;
}

.navbar.sticked .nav-link:hover {
  background-color: var(--primary-bg-color) !important;
  color: #000 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 3px solid #fc650c;
  border-radius: 10px 0px 10px 0px;
  text-align: center;
  /* padding: 7px 12px; */
  transition: all ease-in .2s;
  text-shadow: 1px 1px 10px #fefefe23;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.sticked {
  position: fixed !important;
  width: 100%;
  top: 0;
  animation: sticky 0.4s;
  box-shadow: var(--box-shadow);
  z-index: 9999;
  background: #ffffff !important;
  border-bottom: 2px solid #fc650c;
}

.navbar.sticked .navbar-header {
  /* padding: 14px 0; */
  top: 30px;
  margin: 0;
}

.navbar.sticked .navbar-header::after,
.navbar.sticked .navbar-header::before {
  display: none;
}

nav.navbar.no-background {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
}

@media (min-width: 320px) and (max-width: 880px) {
  .carousel {
    position: relative;
    top: 70px;
  }

  .navbar.sticked .navbar-header {
    /* padding: 14px 0; */
    top: 30px;
    margin: 0;
  }

  .navbar .navbar-header::after,
  .navbar .navbar-header::before {
    display: none;
  }

  .top-bar-area {
    display: none;
  }

  .no-background {
    position: fixed !important;
    width: 100%;
    top: 0;
    /* animation: sticky 0.4s; */
    z-index: 9999;
    background: #ffffff !important;
  }

  nav.navbar .navbar-header img {
    position: relative;
    top: 0px;
  }

  .navbar-brand img {
    /* object-fit: contain;
    width: 168px;
    height: 52px; */
    object-fit: contain;
        width: 97px;
        height: 52px;
  }

  .navbar.sticked .navbar-header img {
    position: relative;
    top: -35px;
  }
}

/* FOOTER START */
.footer__area {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: #1d2027;
}

.footer__subscribe {
  background: var(--secondary-color);
  padding: 10px 50px;
  border-radius: 10px;
  position: relative;
  top: -40px;
  -webkit-border-radius: 10px;
}

.footer__subcribe__content h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  top: 27px;
}

/* .footer__subcribe__content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

.footer__subscribe__form {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -25px;
}

.footer__subscribe__form form {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 30px;
}
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-color: var(--primary-color);
}
.footer__subscribe__form input {
  padding: 18px 20px;
  border-color: #fff;
  text-indent: 15px;
}

.footer__subscribe__form button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 10px 20px;
  -webkit-transform: translateY(-50%);
  border-radius: 20px;
  border: 2px solid #fff;
  background: var(--primary-bg-color);
  color: #fff;
}

.footer__logosarea .logos {
  text-decoration: none;
}

.footer__logosarea .logos img {
  text-decoration: none;
  max-width: 250px;
  height: 120px;
  background: #fff;
  padding: 8px 5px;
  border-radius: 5px;
}

.footer__area__logo .logos img {
  border-radius: 15px;
}

.footer__logosarea p {
  color: #d2d2d4 !important;
  text-align: justify;
  margin: 30px 0px;
  font-family: arno pro;
  letter-spacing: 1px;
}
.footer__area__logo {
  position: relative;
}
.footer__area__logo .social__media {
  display: flex;
  gap: 10px;
}

.footer__area__logo .social__media a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-secondary);
  color: var(--white);
  border-radius: 15%;
  padding: 10px;
}

.footer__area__logo .social__media li.facebook a {
  background: #3B5998;
}

.footer__area__logo .social__media li.twitter a {
  background: #1DA1F2;
}

.footer__area__logo .social__media li.pinterest a {
  background: #E60023;
}

.footer__area__logo .social__media li.g-plus a {
  background: #DB4437;
}

.footer__area__logo .social__media li.linkedin a {
  background: #0077B5;
}

.footer__area__logo .social__media li.instagram a {
  background: #ea4c89;
}
.footer__area__logo .social__media li a i {
  color: var(--white-color);
}
.footer__area__logo .social__media li a:hover {
  transition: all ease 0.4s;
  background: var(--bg-gradient-reverse);
}
.footer__area__logo ul li {
  list-style: none;
  text-decoration: none;
  position: relative;
  top: 7px;
}

.footer__quick__link h4 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  /* text-align: center; */
  text-transform: capitalize;
  position: relative;
  margin-bottom: 45px;
}

.footer__quick__link ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #d2d2d4;
  margin-top: 15px;
  position: relative;
  padding-left: 15px;
  transition: all linear .5s;
  -webkit-transition: all linear .5s;
  text-decoration: none;
}

.footer__quick__link ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 0;
}

.footer__quick__link p {
  margin-top: 15px;
  position: relative;
  /* padding-left: 50px; */
  padding-top: 10px;
}

.footer__quick__link p a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #d2d2d4;
  /* margin-top: 35px; */
  position: relative;
  padding-left: 50px;
  /* padding-top: 10px; */
  text-decoration: none;
  line-height: 1.9;
  display: flex;
  gap: 15px;
}

.footer__quick__link p a svg {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background: var(--bg-gradient-reverse);
  padding: 5px;
  color: var(--white-color);
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  transition: all ese .5s;
  position: absolute;
  left: 0;
  /* fill: #d2d2d4 !important; */
  top: 5px;
  -webkit-transition: all linear .5s;
  -webkit-border-radius: 10px;
}
.footer__quick__link p a:hover {
  color: #fc650c;
  transition: all ease .5s;
}
.footer__quick__link ul li a:hover {
  color: #fc650c;
  font-size: 18px;
  transition: all ease .5s;

}

.footer_copyright {
  background: #000;
  padding: 2px 0px;
  border-radius: 4px;
  margin-top: 20px;
}
.footer__address__tab {
  text-align: justify;
}
.footer-bottom-title p {
  color: #fff;
  margin: 0 auto;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
}

.footer_copyright p:hover {
  color: var(--primary-color);
}

.footer-right-contents {
  display: flex;
  gap: 25px;
  float: right;
  padding-right: 47px;
}

.footer-right-contents .contents {
  margin: 0 auto;
  padding: 8px 10px;
}

.footer-right-contents .contents a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.ourServ {
  padding-left: 17px;
}
/* end footer area */

::-webkit-scrollbar {
  width: 8px;
  color: #fc650c;
}

::-webkit-scrollbar-track {
  background: #d4d4d4;
}

::-webkit-scrollbar-thumb {
  background: #fc650c;
  color: #fc650c;
  border-radius: 10px;
}

#backtotop {
  display: inline-block;
  background-color: #fc650c;
  width: 50px;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#backtotop i {
  color: #fff;
  font-size: 31px;
  padding-top: 8px;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtotop:active {
  background-color: #555;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
