.theme-btn {
  font-size: 16px;
  color: #fff;
  padding: 12px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background: #51acfb;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
}

.theme-btn::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  background: #1e60aa;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::before {
  width: 105%;
  height: 105%;
}

.theme-btn2 {
  background: #1e60aa;
}

.theme-btn2::before {
  background: #51acfb;
}

.theme-btn i {
  margin-left: 8px;
}
/* progress naviagtion */
.navigation-bar {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navigation-bar:after{
       height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    content: '';
}
.navigation-bar img {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}
.navigation-bar-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.navigation-bar-content h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--white);
}
.customSpeed {
  display: block;
  margin-top: 20px;
  color: var(--white);
  font-size: 18px;
}
.customSpeed .speedbar .over> span,
.customSpeed .speedbar .over> a {
  color: currentColor;
  font-size: 16px;
}


/* sevices inside */
.service-single-area .row {
  row-gap: 20px;
  flex-wrap: wrap-reverse;
}
.services-navigation-left {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.services-navigation-left h6 {
  color: #0c4c93;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 24px;
}
.services-navigation-left h6::before {
  position: absolute;
  content: "";
  width: 30px;
  border-bottom: 3px solid #0c4c93;
  bottom: 0;
  left: 0;
}
.services-navigation-left h6::after {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 3px solid #0c4c93;
  bottom: 0;
  left: 35px;
}
.services-navigation-left ul {
  display: flex;
  flex-direction: column;
}
.services-navigation-left ul li {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-6);
}
.services-navigation-left ul li:last-child {
  border-bottom: none;
}
.services-navigation-left ul li a {
  display: block;
  color: #0c4c93;
  transition: all 0.5s ease-in-out;
}
.services-navigation-left ul li a i {
  margin-right: 5px;
}
.services-navigation-left ul li a:hover {
  padding-left: 10px;
  color: #51acfb;
}
.services-navigation-right figure {
  height: 280px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.services-navigation-right figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.services-navigation-right figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-navigation-right article h3 {
  color: #0c4c93;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.services-navigation-right-content  {
  color: #0c4c93;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
}

.services-navigation-left-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  border-radius: 30px;
  flex-direction: column;
  overflow: hidden;
  margin-top: 20px;
  background: url(/assets/img/solutions.webp) center/cover no-repeat;
}
.services-navigation-left-contact:before {
  inset: 0;
  content: "";
  border-radius: 30px;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.services-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background: var(--default);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-icon svg {
  fill: var(--white);
}
.services-navigation-left-contact article {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.services-navigation-left-contact article h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--white);
}
.services-navigation-left-contact article a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  justify-content: center;
  color: var(--white);
}
.services-navigation-left-contact article a svg {
  fill: var(--default);
}

.call-link {
  padding: 15px 20px;
  border-radius: 20px;
  background: var(--default);
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-weight: bold;
  max-width: 200px;
  margin: 20px auto 0;
}
.call-link:hover {
  background: var(--bg-1);
  color: var(--color-1);
}
@media screen and (min-width: 992px) {
  .services-navigation-left h6 {
    font-size: 30px;
  }
  .services-navigation-left {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .services-navigation-right figure {
    height: 400px;
  }
}

/* contact page */
.contact-section {
  padding: 50px 0;
}
.contact-wrapper {
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  border-radius: 10px;
  position: relative;
}

.contact-form {
  padding: 20px 40px;
}

.contact-form-header {
  margin-bottom: 30px;
  color: #0c4c93;
}

.contact-form-header h2 {
  color: #0c4c93;
  font-size: 30px;
  margin-bottom: 10px;
}
.contact-form-header p {
  line-height: 1.4;
  font-size: 16px;
}
.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  outline: none;
  border: 1px solid var(--border-1);
  transition: all 0.5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #1e60aa;
}
.form-group textarea {
  resize: none;
}
.contact-map iframe {
  width: 100%;
  border-radius: 10px 0 0 10px;
  height: 560px;
  margin-bottom: -8px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-form .theme-btn i {
  margin-right: 5px;
}

.contact-info {
  background: #fff;
  text-align: center;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-info::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 12px solid #1e60aa;
  left: -20px;
  top: -20px;
  opacity: 0.1;
}

.contact-info i {
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
  color: #1e60aa;
}

.contact-info h5 {
  color: #0c4c93;
  margin-bottom: 5px;
}

.contact-info a,
.contact-info p {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.2;
  color: #0c4c93;
}
.contact-request{
    padding-top:20px;
}
@media all and (max-width: 991px) {
  .contact-form {
    padding: 50px 20px;
  }
}
