section {
  padding: 70px 0;
}
.services-link {
  color: black;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.services-link i {
  margin-left: 5px;
  font-size: 13px;
}
.services-link:hover {
  color: #D4372E;
}

/* start::section-1 */
.banner-header h4 {
  color: #D4372E !important;
  margin-bottom: 20px;
}
.banner-header h1 {
  margin-bottom: 50px;
}
.banner-header p {
  color: #868686;
  width: 86%;
}
#section-1 img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  float: right;
}
/* end::section-1 */

/* start::section-2 */
#section-2 .card {
  border: none;
}
#section-2 .card-header, #section-2 .card-footer {
  border: none;
  background-color: transparent;
}
#section-2 .card-header span {
  border: 1px solid #D4372E;
  color: #D4372E;
  padding: 0 4px;
}
#section-2 .card-body {
  margin-top: 65px;
}
#section-2 .card-footer {
  margin-top: 5px;
}
#section-2 .col-md-4 {
  position: relative;
}
#section-2 .col-md-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  #section-2 .col-md-4::after {
    display: none;
  }
  #section-2 .card {
    border: 0.2px solid #C7C7C7;
    margin-top: 50px;
    padding: 25px 0;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  #section-2 {
    padding: 0;
  }
  #section-1 {
    padding-bottom: 15px;
  }
  #section-4 {
    padding: 25px 0;
  }
}
/* end::section-2 */



/* start::section-3 */
#section-3 span {
  position: relative;
  padding-left: 15px;
}
#section-3 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #2443DB;
  border-radius: 50%;
}
#section-3 hr {
  border: 1px solid #D9DEDD;
}
#section-3 .business-items {
  margin: 30px 0;
  padding: 20px;
  border-radius: 12px;
  transition: transform .25s ease, filter .25s ease, opacity .25s ease, box-shadow .25s ease;
}
#section-3 .business-items img {
  width: 45px;
}
#section-3 .business-items p {
  color: #646A69;
}
.read-more-link {
  color: black;
}

#section-3 .row:hover .business-items{
  filter: blur(1.3px);
  opacity: .45;
  transform: scale(.98);
}
#section-3 .business-items:hover{
  filter: none !important;
  opacity: 1 !important;
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  background: #fff;
}
#section-3 .business-items:hover .read-more-link{
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 768px) {
  #section-3 .row:hover .business-items{
    filter: blur(0px);
    opacity: 0.9;
  }
}
/* end::section-3 */

/* start::section-4 */
#section-4 {
  background-color: #2443DB;
  color: white;
}
#section-4 span {
  position: relative;
  padding-left: 15px;
}
#section-4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
#section-4 hr {
  border: 1px solid #D9DEDD;
}
#section-4 h1, #section-4 h3 {
  color: white;
}
#section-4 .about-items {
  margin-bottom: 40px;
}
/* end::section-4 */


/* start::section-5 */
#section-5{
  padding:0;
  margin-top: -1px;
}
#section-5 .cta-wrap{
  display:flex;
  min-height:380px;
}
#section-5 .cta-media{
  width:45%;
  background-image:url("/assets/img/home-cta-worker.png");
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}
#section-5 .cta-content{
  width:55%;
  background:#2443DB;
  padding:70px 70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#section-5 .cta-content h1{
  color:#fff;
  margin:0 0 18px;
  max-width:620px;
}
#section-5 .cta-content p{
  color:rgba(255,255,255,.85);
  margin:0 0 28px;
  max-width:560px;
  line-height:1.6;
}
#section-5 .cta-form{
  display:flex;
  gap:14px;
  align-items:center;
  max-width:560px;
}
#section-5 .cta-form input{
  flex:1;
  height:48px;
  border:0;
  outline:none;
  padding:0 16px;
  background:#fff;
  color:#101828;
}
#section-5 .cta-form input::placeholder{
  color:#8b95a7;
}
#section-5 .cta-form button{
  height:48px;
  padding:0 26px;
  border:0;
  cursor:pointer;
  background:#D4372E;
  color:#fff;
  font-weight:600;
  transition:transform .2s ease,opacity .2s ease;
}
#section-5 .cta-form button:hover{
  transform:translateY(-1px);
  opacity:.95;
}
@media (max-width:991px){
  #section-5 .cta-wrap{
    flex-direction:column;
  }
  #section-5 .cta-media{
    width:100%;
    height:260px;
  }
  #section-5 .cta-content{
    width:100%;
    padding:50px 26px;
  }
  #section-5 .cta-content h2{
    font-size:32px;
  }
  #section-5 .cta-form{
    flex-direction:column;
    /* display: block; */
    align-items:stretch;
    height: 105px;
  }
  #section-5 .cta-form button{
    width:180px;
  }
}
/* end::section-5 */