@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");

/*--- Common CSS 
-----------------------------------------*/

:root {
  --primary-color: #02065d;
  --secondary-color: #e98fdf;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #171717;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #333;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #4e4e4e;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  /* border-top: 1px solid var(--primary-color); */
}

::selection {
  background: #ddd;
  color:var(--secondary-color);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
  padding: 90px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1277px) {
  .main-menu ul > li {
    margin: 0 8px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 90px 10px;
  }
  .social-icons .theme-btn {
    display: none !important;
  }
  .product-list li {
    flex: 0 0 33% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 30px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-area-inner .nav-area-navigation a i {
    display: none;
  }
  .breadcrumb-area-inner .nav-area-navigation a,
  .breadcrumb-area-inner .nav-area-navigation p.service,
  .breadcrumb-area-inner .nav-area-navigation p.current {
    font-size: 12px !important;
  }
  .hero-btn {
    flex-direction: column;
    align-items: baseline !important;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }
  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
  .banner-contents h2 {
    font-size: 32px !important;
  }

  .banner-contents p {
    font-size: 16px !important;
  }
  .about-us-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
  }
  .mission-vision-listing {
    padding: 10px 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .inner-service-image {
    padding-bottom: 35px;
  }
  .cta-section {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .cta-section .section-title {
    width: 100% !important;
  }
  .item {
    border-radius: 50px !important;
  }
  .mission-image img {
    height: 250px !important;
    border-radius: 0 !important;
  }
  .mission-vision-listing {
    border-radius: 0 !important;
  }
  .mission-with-bg p {
    font-size: 24px !important;
  }
  .footer-logo img {
    width: 150px !important;
    margin-bottom: 20px !important;
  }
  .item {
    padding: 10px 20px !important;
  }
  .item h5 {
    font-size: 16px !important;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-300 {
  margin-top: 300px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */

.section-title {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
  .contact-details-inner {
    flex-direction: column;
  }
  .contact-content p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
  .contact-details-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
  .contact-details-inner {
    flex-direction: column !important;
  }
  .contact-content p {
    text-align: center;
  }
}

.section-title h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 15px;
  background: linear-gradient(#02065d, #e98fdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.section-title h2 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 28px;
  }
}

.section-title h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary-color);
}
.section-title h1::before {
  content: " ";
  background: var(--primary-color);
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -5px;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}

.section-title h1 span {
  color: #6dd6f9;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
  .breadcrumb-area-inner .title {
    font-size: 42px !important;
  }
  .logo {
    width: 150px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .breadcrumb-area-inner .title {
    font-size: 36px !important;
  }
  .logo {
    width: 150px !important;
  }
}

@media (max-width: 767px) {
 
  .breadcrumb-area-inner .title {
    font-size: 32px !important;
  }
  .logo {
    width: 150px !important;
  }
}

.section-title span i {
  color: #6da91661;
  font-size: 80px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
  top: 10px;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
  .specialized-list li img {
    display: block;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
  .specialized-list li img {
    display: block;
  }
}

/*Button Style */
.theme-btn {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: transparent;
  border: 2px solid #ffffff;
  color: white;
  position: relative;
  border-radius: 0.6em;
  cursor: pointer;
}
.theme-btn:hover {
  color: #ffffff;
}
button {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: var(--primary-color);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: var(--secondary-color);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

button:hover .transition {
  width: 14em;
  height: 14em;
}

button:active {
  transform: scale(0.97);
}

.cta-phone button {
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  background: var(--secondary-color);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.label-1 {
  position: relative;
  top: -1px;
}

.transition-1 {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: var(--primary-color);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.cta-phone button:hover .transition-1 {
  width: 14em;
  height: 14em;
}

.cta-phone button:active {
  transform: scale(0.97);
}

.cta-phone button .label-1 {
  position: relative;
  z-index: 1;
}

/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input.form-control,
select.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

textarea.form-control {
  height: 50px;
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

/* .container {
  max-width: 1200px;
} */

.navbar-toggler-icon {
  /* background-image: none; */
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: #171717; */
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #141417;
}

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-area {
  border-bottom: 1px solid #eee;
}
.nav-width {
  max-width: 1400px;
}
.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  /* background: #fff; */
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}
.main-menu {
  display: flex !important;
  align-items: end;
  justify-content: end;
}
.main-menu ul {
  line-height: 1;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 1;
  padding: 25px 0;
  overflow: hidden;
  color: #fff;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 235px;
  background-color: var(--primary-color);
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-menu ul > li > ul li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}

.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}

.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #02053c;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  /* background: #171717; */
}

.header-area .container {
  /* background: #fff; */
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
  width: fit-content;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: flex;
    justify-content: flex-end;
  }

  .mobile-nav-wrap {
    display: flex;
    justify-content: flex-end;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .white-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 90px;
  padding-left: 30px;
}
.header-right p {
  margin: 0;
  color: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

/* **************************** */
.bottom-fade {
  width: 100%;
  top: 0;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    #0000008c 0%,
    rgb(0 0 0 / 23%) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  ) !important;
  z-index: 0;
  border-radius: 20px 20px 0 20px;
}
/* ************************************ */

.navbar-collapse.show {
  position: absolute;
  top: 100%;
  right: 15px;
  padding: 30px;
  border-radius: 20px;
}

.logo {
  width: 200px;
}
.right-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 20px;
}

.nav-item.active a {
  color: #ffffff;
}

.navbar {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff !important;
  padding: 0;
}

/* Change navbar background on scroll (optional) */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.3s ease-in-out;
}

/* Ensure nav links are visible */
.navbar .nav-link {
  position: relative;
  color: var(--primary-color) !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 20px;
  border-radius: 10px;
  padding: 20px 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.navbar .nav-link:hover {
  color: var(--secondary-color); /* change text to pink on hover */
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  width: 100%;
}
/* Ensure dropdown menu is visible */
.navbar .dropdown-menu {
  background: var(--primary-color);
}

.navbar .dropdown-item {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

.navbar .dropdown-item:hover {
  background: none;
  transform: translateX(10px); /* Move 10px to the right */
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}
.divider {
  background-color: #565656;
  width: 1px;
  height: 90px;
}
/* Hero Section CSS */
.hero-banner {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-content-container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.banner-contents {
  padding: 180px 0 100px 0;
  width: 100%;
  max-width: 48rem;
  text-align: left;
  color: white;
}
.banner-contents h1 {
  font-size: 68px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-contents p {
  margin: 10px 0 20px 0;
  font-size: 18px;
}

.white-text {
  color: white !important;
}
.top-title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.social-icons a i {
  color: #ffffff;
  font-size: 18px;
}
.social-icons a:hover {
  color: var(--primary-color);
}
.hero-section {
  position: relative;
  overflow: hidden;
}
.social-icons a.icons {
  backdrop-filter: blur(40px);
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: flex;
  align-items: center;
}
.social-icons a.icons:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
/* Footer Section */
.newsletter-section {
  background: #f2f0ed;
}
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 250px;
  border-radius: 10px;
  background: #ffffff;
}
.fotter-company-details p {
  color: #ffffff;
  margin-top: 20px;
}
.footer {
  background-color: #02053c;
  color: #fff;
  padding: 60px 0 50px 0;
}
.footer-service h5 a {
  color: #ffffff;
  font-size: 22px;
}
.footer-service h5:not(:first-child) a {
  margin-top: 20px;
}
.footer-quick-links p a {
  font-size: 18px;
}
p.timing {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}
.footer-contact p a {
  font-size: 16px;
  color: #ffffff;
}
.footer-contact i {
  margin-right: 10px;
}
.footer-location {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-bottom p a {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}
.footer-social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.footer-social-icons a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 100%;
}
.footer-social-icons a:hover {
  color: var(--primary-color);
}
.footer-logo {
  display: flex;
  gap: 20px;
}
.footer-quick-links h4,
.footer-contact h4 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 28px;
}
.footer-about {
  margin-bottom: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 300px;
    top: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar .nav-link {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-btn {
    display: none;
  }
  .about-us-image {
    padding-top: 30px;
  }
  .wcu-image {
    padding-bottom: 30px;
  }
  .media-container {
    padding-bottom: 30px;
  }
  .banner-contents h2 {
    font-size: 44px;
  }
  .testimonial-btn {
    margin-top: 30px;
  }
}

/* About Us Section */
.about-us-image img {
  width: calc(100% - 20px);
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.about-us-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.about-listing {
  display: flex;
  gap: 15px;
}
.about-icon {
  width: 45px;
}
.about-icon-content h3 {
  font-size: 20px;
  font-weight: 600;
}
.about-icon-content p {
  margin: 5px 0 0 0;
}

/* Services Section */
.card-custom {
  background: rgba(217, 223, 226, 0.8);
  border: none;
  border-radius: 15px;
  box-shadow: 2px 2px 3px 0 #bec6c9;
  padding: 30px 15px;
  transition: 0.3s ease-in-out;
  height: 100%;
  position: relative;
}
.card-custom .alphabet-div {
  background-color: var(--secondary-color);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcfef7;
  border-radius: 50%;
  border-top-right-radius: 14px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.card-custom .alphabet-div p {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.card-custom:hover {
  transform: translateY(-5px);
  background: #d6d8ff;
}

.card-icon {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

.card-title-custom {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}

.card-footer-custom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.card-footer-custom a {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}
.get-in-touch-link a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.circle-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
}
/* Why Choose Us Section */
.wcu-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: linear-gradient(to right, #4c5ca1, #02065d);
  padding: 15px 20px;
  border-radius: 50px 0 0 50px;
}
.item:last-child {
  margin-bottom: 0px;
}
.icon-circle {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.icon-circle img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.item h5 {
  color: #ffffff;
}
/* How We Work */
.how-we-work {
  /* background-color: #111720; */
  background-image: url(../img/working-process-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-container {
  position: relative;
}

.bg-image {
  width: 417px;
  height: 600px;
  border-radius: 10px;
}

.overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.step-number {
  color: var(--primary-color);
  width: 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Antonio", sans-serif;
}

.step-number.active {
  color: var(--secondary-color);
  opacity: 1;
}

.step-title {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .overlay-video {
    width: 100%;
  }
  .top-nav-section {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .bg-image {
    height: 350px;
  }
}
/* Testimonial Section */

.single-testimonial-item {
  background: #e3e3e3cf;
  padding: 15px;
  border-radius: 10px;
}
.client-star-info-wrp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-info .client-name {
  text-align: center;
  font-weight: 600;
}
.client-name {
  font-size: 22px;
  margin-top: 5px;
  color: var(--primary-color);
}
.single-testimonial-item p {
  margin-top: 20px;
  color: var(--primary-color);
  text-align: center;
}
.star-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-img img {
  width: 120px !important;
}
.client-img img {
  width: 50px !important;
  background: #6d6c78;
  padding: 10px;
  border-radius: 50px;
}
.testimonial-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Form Section */
.footer-form-section {
  background-color: rgba(12, 22, 38, 0.863);
  position: relative;
}
.footer-form-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.contact-details-section {
  padding: 40px 0 40px 40px;
}
.footer-form {
  padding: 60px 20px 60px 30px;
  background: linear-gradient(
    0deg,
    rgba(160, 160, 160, 0.38) 0%,
    rgba(180, 180, 180, 0.38) 100%
  );
  box-shadow: 0 8px 32px 0 #0c1626;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}
.form-side-image {
  width: 100%;
  height: 100%;
}
.form-side-image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px 0;
}
.contact-details-section h2 {
  font-size: 44px;
  color: var(--primary-color);
}
.contact-details-section a {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}
.contact-details-section ul li svg {
  margin-right: 10px;
}
.contact-details-section ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.footer-input::placeholder {
  color: #343434;
}
.footer-form .section-title h3 {
  background: none;
  -webkit-text-fill-color: #ffffff;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-image img {
  border-radius: 15px;
}
.form-contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 15px;

  background: linear-gradient(
      rgba(191, 191, 191, 0.907),
      rgb(219 219 219 / 90%)
    ),
    url(../img/family-new-house.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.form-contact-details a {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}
.form-contact-details .mail,
.form-contact-details .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-contact-details .mail i,
.form-contact-details .phone i {
  background: #e8eef2;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--primary-color);
}
/* CTA Section */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-section .section-title {
  width: 60%;
}

.cta-content {
  margin-bottom: 0;
}
.inner-cta-content {
  margin-bottom: 0;
  color: #ffffff;
}
.inner-cta-section {
  background: var(--primary-color);
}
.inner-cta-section .section-title h3 {
  color: white;
  -webkit-text-fill-color: #ffffff;
}
/* Top Nav */
.top-nav-section {
  background: var(--primary-color);
  padding: 8px 0;
}
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav a {
  color: #ffffff;
  font-size: 14px;
}
.top-nav i {
  font-size: 16px;
  margin-right: 5px;
}
.top-contact,
.top-social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-social-icon i {
  font-size: 18px;
}
/* Breadcrumb Section */
.breadcrumb-area {
  margin: auto;
  display: flex;
  align-items: center;
  padding: 100px 0 150px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    to right,
    rgba(2, 6, 93, 0.9) 0%,
    rgba(2, 6, 93, 0.7) 40%,
    rgba(2, 6, 93, 0.5) 70%,
    rgba(2, 6, 93, 0) 100%
  ); */
  background: rgba(0, 0, 0, 0.45) 80%;
  z-index: 0;
}

.breadcrumb-area-inner .title {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumb-area-inner .nav-area-navigation {
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%
  );
}

.breadcrumb-area-inner .nav-area-navigation a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}
.breadcrumb-area-inner .nav-area-navigation a i {
  margin-right: 7px;
}
.breadcrumb-area-inner .nav-area-navigation p.current {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin: 0;
  line-height: 150%;
}

.breadcrumb-area-inner .nav-area-navigation a::after {
  content: "/";
  color: var(--primary-color);
  font-size: 16px;
  margin: 0 10px;
  font-weight: 600;
}
.breadcrumb-area-inner .nav-area-navigation p.service {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  position: relative;
  margin: 0;
}

.breadcrumb-area-inner .nav-area-navigation p.service::after {
  content: "/";
  color: var(--primary-color);
  font-size: 16px;
  margin: 0 10px;
  font-weight: 600;
}
.breadcrumb-area-inner .nav-area-navigation a.active {
  position: relative;
}

.breadcrumb-area-inner .nav-area-navigation a.active::after {
  position: absolute;
  content: "";
  left: -20px;
  height: 7px;
  width: 7px;
  background: var(--primary-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* About Us Section */
.why-choose-us-section {
  background-image: url(../img/wcu-bg-wave.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.why-choose-us-section .section-title h3 {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.choose-us-listing {
  border: 2px solid #c9d1d9;
  padding: 20px;
  border-radius: 15px;
  background: transparent;
  /* background: linear-gradient(0deg, rgba(160, 160, 160, 0.38) 0%, rgba(180, 180, 180, 0.38) 100%); */
  /* box-shadow: 0 8px 32px 0 #0c1626; */
}
.choose-us-icon {
  width: 80px;
}
.choose-us-icon-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
  color: #ffffff;
}
.choose-us-icon-content p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.choose-us-listing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Mission Vision Section */
.mission-vision-listing {
  padding: 30px 50px;
}
.mission-vision-listing h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 15px;
  background: linear-gradient(#02065d, #e98fdf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mission-with-bg {
  background: #ffd2fa;
  border-radius: 0 0 0 15px;
}
.mission-with-bg p {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}
.mission-vision-border {
  border: 2.5px solid #6a6a6a;
  border-radius: 15px;
}
.mission-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0 15px 0 0;
}
.mission-vision-listing ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.mission-vision-listing ul li {
  margin-bottom: 10px;
}
.mission-vision-listing ul li span {
  font-size: 18px;
  font-weight: 600;
}
.main-mission p {
  font-size: 18px;
}
.mission-item {
  display: flex;
  align-items: center;
}
.mission-item i {
  margin-right: 15px;
  color: var(--primary-color);
}
/* ------------- Gallery Section Start ------------------ */

/* ------------------------------- */

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}
.glightbox-clean .gclose {
  width: 50px !important;
  height: 50px !important;
}
/* Reviews Section */
.review-card {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.review-icon-image {
  width: 100px;
  position: absolute;
  top: 0;
  right: -10px;
  display: none;
}

.quote {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
  background: var(--primary-color);
  padding: 10px;
  border-radius: 50% 50% 50% 0;
}

.content {
  font-size: 16px;
  color: var(--gray-color);
  line-height: 1.6;
}

.client-info p.client {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.details-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.review__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google__logo {
  width: 40px;
}

.contact__subheader {
  text-align: start !important;
  font-size: 20px !important;
}

.contact__header {
  text-align: start !important;
  font-size: 38px !important;
}

.contact__title {
  margin-bottom: 10px;
}

.contact-info__content p {
  font-size: 17px !important;
  margin-bottom: 20px;
}

.contact__services--points {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.contact__services--points img {
  height: 60px;
  width: 60px;
}

.contact__services--points p {
  font-size: 16px !important;
  text-align: center;
}

/* Contact Us Section */
.contact-details-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phone-contact-details {
  background: #475089;
  padding: 30px;
  border-radius: 15px;
  color: #ffffff;
}
.phone-contact-details .contact-info a {
  color: #ffffff;
}
.contact-info a {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}
.contact-content p {
  margin-bottom: 0;
  color: var(--primary-color);
}
.contact-content {
  margin: 15px 0 0 0;
}
.phone-contact-details p {
  color: #ffffff;
}
.mail-contact-details {
  background: #c9d6f8;
  padding: 30px;
  border-radius: 15px;
  color: #ffffff;
}
.address-contact-details {
  background: #ebebeb;
  padding: 30px;
  border-radius: 15px;
  color: #ffffff;
}
.contact-icon {
  width: 60px;
}
.contact-form {
  padding: 40px 20px 40px 30px;
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: 2px solid rgb(0 0 0 / 38%);
}
/* Inner Service Section */
.inner-service-lists li {
  display: flex;
  align-items: center;
}
.inner-service-lists li i {
  color: var(--primary-color);
  margin-right: 15px;
}
.inner-service-lists li p span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.inner-service-lists li {
  margin-bottom: 10px;
}
.inner-service-lists li p:nth-last-child(1) {
  margin-bottom: 0;
}
.inner-service-image img {
  border-radius: 15px;
}
/* Services Page Process Section */
.step-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: left;
  position: relative;
  height: 250px;
  overflow: hidden;
}
.step-circle {
  position: absolute;
  width: 140px;
  height: 140px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.step-circle h2 {
  margin: 2px 0;
  font-size: 28px;
  font-weight: bold;
}
/* Quarter circle positions */
.inner-step-box {
  background: #e9e9e9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 100%;
}

.inner-step-circle {
  position: absolute;
  width: 140px;
  height: 140px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-step-circle img {
  width: 60px;
}
.description-2,
.description-4 {
  border-radius: 0px 20px 20px 0px;
  padding: 30px 30px 30px 150px;
}
.description-1,
.description-3 {
  border-radius: 20px 0px 0px 20px;
  padding: 30px 150px 30px 30px;
}
.bottom-right {
  bottom: 0;
  right: 0;
  border-top-left-radius: 100%;
}
.bottom-right img {
  margin: 25px 0 0 25px;
}
.bottom-left {
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%;
}
.bottom-left img {
  margin: 25px 25px 0 0;
}
.top-right {
  top: 0;
  right: 0;
  border-bottom-left-radius: 100%;
}
.top-right img {
  margin: 0 0 25px 25px;
}
.top-left {
  top: 0;
  left: 0;
  border-bottom-right-radius: 100%;
}
.top-left img {
  margin: 0 25px 25px 0;
}

.title h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.content p {
  margin-bottom: 0;
}
