/* Home-Page */

/* Simple Application Process */

.simple-application-process span.elementor-icon {
    background-color: #2D92D7;
    border-radius: 50px;
    padding: 20px;
}

.custom-breadcrumbs {
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

/* custom-breadcrumbs */
.fancy-breadcrumb ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.fancy-breadcrumb ul li {
  position: relative;
}

.fancy-breadcrumb ul li a,
.fancy-breadcrumb ul li span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 25px 10px 40px;
  color: #fff;
  background: #3498db;
  text-decoration: none !important;
  position: relative;
  transition: background 0.3s;
  font-size: 15px;
  font-weight: 500;
}


/* Arrow shape between items */
.fancy-breadcrumb ul li a::after,
.fancy-breadcrumb ul li span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
  background: #3498db;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 2;
}



/* Remove arrow on last item */
.fancy-breadcrumb ul li:last-child a::after,
.fancy-breadcrumb ul li:last-child span::after {
  display: none;
}

/* Round first and last items */
.fancy-breadcrumb ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fancy-breadcrumb ul li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #2e86c1;
}

/* SVG icon style */
.fancy-breadcrumb svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  flex-shrink: 0;
}


/* custom-breadcrumbs */


/* Contact Form */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f9fbfd;
  margin-bottom: 15px;
}

.wpcf7 input[type="submit"] {
  background-color: #3599DC;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #0f6783;
}

.contactt-form-shott-codee .elementor-shortcode span input {
    margin-bottom: 0px !important;
	height: 50px !important;
}

.contactt-form-shott-codee .elementor-shortcode select {
    margin-bottom: 0px !important;
	height: 50px !important;
	color: #475569a1 !important;
}

.contactt-form-shott-codee .elementor-shortcode span textarea {
    height: 100px !important;
    margin-bottom: -5px !important;
}

.contactt-form-shott-codee .elementor-shortcode input.btn.btn-primary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	margin-bottom: -15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: -25px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin-top: -25px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.wpcf7-spinner {
    margin-bottom: -20px;
}

.con-phone-email p.elementor-icon-box-description a {
    text-decoration: none;
    color: #65758b;
}




/* breadcrumb */
@media only screen and (max-width: 450px) {
      .fancy-breadcrumb ul li a, .fancy-breadcrumb ul li span {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 15px 10px 25px;
        color: #fff;
        background: #3498db;
        text-decoration: none !important;
        position: relative;
        transition: background 0.3s;
        font-size: 10px;
        font-weight: 500;
      }
    }










@media all and (max-width: 500px) {
    .elementor-27 .elementor-element.elementor-element-a0a7425 {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
        --e-con-grid-template-rows: repeat(12, 1fr) !important;
        --grid-auto-flow: row !important;
    }
}








