section.common-services h1{
	font-size: var(--f60);
    color: var(--heading-color);
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
section.common-services .upper-section img{
	width: 100%;
    height: 320px;
    object-fit: cover;
}
section.common-services .upper-section{
	margin-bottom: 50px;
}
section.common-services h3, section.common-services h4, section.common-services h5{
	font-weight: 400;
}
section.common-services .common-services-info li{
	font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f18);
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    list-style: initial;
}
section.common-services .common-services-info ul{
list-style: disc;
margin-left: 24px;
margin-bottom: 25px;
}
section.common-services .common-services-info a.main-btn{
	width: 150px;
    text-align: center;
}
section.cta {
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

section.cta .shape img {
    width: 350px;
    object-fit: cover;

}

section.cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

section.cta .content {
    width: 80%;
    background: white;
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

section.cta .head-sec h2 {
    text-align: center;
    margin-bottom: 10px;
    color: var(--black-color);
    font-size: var(--f35);
    line-height: 1.3;
}

section.cta .content p {
    color: var(--black-color);
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
	text-align:center;
}

section.contact input::placeholder{
    color: black !important;
}

section.cta .content .main-btn {
    color: var(--white-color);
    /* border: 1px solid var(--white-color); */
    margin-top: 0;
}
section.cta .head-sec{
	text-align:center;
	margin-bottom:30px;
}
section.cta .man-img {
    position: relative;
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.cta.contact .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #071E2F6B 0%, #000000 92%); */
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

section.contact input,
section.contact textarea {
    width: 100%;
    height: 57px;
    padding: 6px 6px;
    border: 0px solid !important;
    border-bottom: 1px solid #000 !important;
    text-transform: uppercase;
    color: white;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    background: #d3d3d38c;
}

section.contact textarea {
    height: 100px;
}

section.contact input::placeholder,
section.contact textarea::placeholder {
    color: black;
}


section.experience-sec {
    padding: 0px;
}
  .experience{
    padding: 70px 12px;
    padding-bottom: 30px;
  }
  .experience .col-4{
    margin-bottom: 40px;
  }
  .experience img{
    margin-bottom: 15px;
    height: 47px;
    /* display: none; */
  }
  .experience h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-family: var(--heading-font);
  }
  .experience h2{
    text-align: center;
    margin-bottom: 40px;
    font-family: var(--secondary-font);
    
  }

  .feature {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    height: 100%;
    border-radius: 15px;
    margin: 10px;
}

.experience .row {
    justify-content: center;
    gap: 30px 0;
}