@import url('select2.min.css');
.breadcrumb {
	margin: 0;
	padding: 90px 0;
	background-image: url(../sources/images/breadcrumb-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.breadcrumb:before {
	content: "";
	background: #0E0E46;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb .bread-crumb-head {
	text-align: center;
	position: relative;
}
.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
	color: #FFF;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
@media (max-width: 991.98px) {
	.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 767.78px) {
	.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
		font-size: 24px;
	}
}
.breadcrumb-list ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li span {
	color: #FCAF3D;
	margin: 0 7px 0 7px;
	padding: 0;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a {
	color: #FFF;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a:hover {
	color: #FCAF3D;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li {
	padding-left: 7px;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li::before {
	content: "/";
	float: left;
	padding-right: 7px;
	color: #FCAF3D;
	font-size: 14px;
	font-weight: 600;
}
.breadcrumb .breadcrumb-border-img img {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		padding: 60px 0;
	}
}
@media (max-width: 767.78px) {
	.breadcrumb {
		padding: 50px 0;
	}
}
.contact-info-sec {
    padding: 80px 0 56px;
  }
  @media (max-width: 991.98px) {
    .contact-info-sec {
      padding: 50px 0 26px;
    }
  }
  @media (max-width: 767.78px) {
    .contact-info-sec {
      padding: 40px 0 16px;
    }
  }
  .contact-info-sec label {
    font-size: 14px;
    font-weight: 500;
    margin:10px 0;
  }
  .contact-info-sec h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 40px;
  }
  @media (max-width: 991.98px) {
    .contact-info-sec h3 {
      font-size: 26px;
      margin: 0 0 30px;
    }
  }
  @media (max-width: 767.78px) {
    .contact-info-sec h3 {
      font-size: 22px;
      margin: 0 0 20px;
    }
  }
  .contact-info-sec .btn-primary {
    padding: 13px 35px;
    margin-top: 10px;
  }
  @media (max-width: 767.78px) {
    .contact-info-sec .btn-primary {
      padding: 10px 35px;
    }
  }
  .contact-info-sec .card {
    border: 1px solid #f4f4f4;
    border-radius: 0;
  }
  .contact-info-sec .card .card-header {
    padding-bottom: 0;
    border-bottom: none;
    background: #FFF;
  }
  .contact-info-sec .card .card-header h3 {
    font-weight: 600;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding: 0 0 20px;
  }
  .contact-info-sec .card .card-body {
    padding-top: 20px;
  }
  .contact-info-sec .contact-info-details {
    margin: 0 0 37px;
  }
  .contact-info-sec .contact-info-details span {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    margin: 0 8px 0 0;
    height: 72px;
    width: 72px;
  }
  .contact-info-sec .contact-info-details h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  @media (max-width: 991.98px) {
    .contact-info-sec .contact-info-details h4 {
      font-size: 18px;
    }
  }
  .contact-info-sec .contact-info-details a {
    color: #8A909A;
  }
  .contact-info-sec .contact-info-details p {
    max-width: 254px;
  }
  @media (max-width: 767.78px) {
    .contact-info-sec .contact-info-details {
      margin: 0 0 24px;
    }
  }
  .form-control {
    font-size: 14px;
    background: #F6F6F9;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    color: #0E0E46;
    min-height: 50px;
    margin: 0;
    padding: 9px 15px;
  }
  @media (max-width: 991.98px) {
    .form-control {
      min-height: 40px;
    }
  }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #8A909A;
    font-weight: 400;
  }
  .form-control::-moz-placeholder {
    font-size: 14px;
    color: #8A909A;
    font-weight: 400;
  }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #8A909A;
    font-weight: 400;
  }
  .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #8A909A;
    font-weight: 400;
  }
  .form-control::placeholder {
    font-size: 14px;
    color: #8A909A;
    font-weight: 400;
  }
  .form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: #EEEEEE;
  }
.contact-info-sec .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #F6F6F9;
    background: #F6F6F9;
  }
.contact-info-sec .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.contact-info-sec .select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.feedback-preloader {
    align-self: center;
    margin-right: 7px;
    visibility: hidden;
}
.success-block {
  padding: 20px 0;
}