@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap');
body{
    margin: 0;
}
.customWrapper{
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.container-sec {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.customBannerSection {
    background-image: url(../images/header.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    font-family: 'Jost', sans-serif;
    width: 100%;
    float: left;
}
.customBannerSection .bannerTitle h2 span {
    display: block;
    color: #fff;
    font-size: 25px;
}
.customBannerSection .bannerTitle {
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 100px;
    max-width: 400px;
    width: 100%;
    background-color:#0a3758c2;
    float: right;
    clip-path: polygon(18% 0, 100% 0%, 100% 100%, 18% 100%, 0% 50%);
}
.customBannerSection .bannerTitle h2 {
    font-size: 40px;
    color: #ffd40e;
    margin: 0;
    text-align: right;
    line-height: 1.1;
}
.customServiceSection {
    width: 100%;
    float: left;
    font-family: 'Jost', sans-serif;
    background-color: #dceeee;
    padding: 30px 0;
}
.customInnerService {
    display: flex;
    gap: 60px;
}
.ServiceSection-1, .ServiceSection-3{
    width: 20%;
}
.ServiceSection-2, .ServiceSection-4{
    width: 30%;
}
.customInnerService h4 {
    margin: 0;
    color: #f36e1f;
    font-size: 21px;
    min-height: 50px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.customInnerService ul {
    padding: 0;
    margin: 0;
}
.customInnerService ul li {
    list-style: none;
    position: relative;
    color: #58595b;
    font-size: 18px;
    min-height: 50px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
}
.customInnerService ul li span {
    display: block;
    font-size: 14px;
}
.customInnerService ul li:after {
    content: '';
    background-image: url(../images/Services-icon.webp);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.customInnerService h6 {
    font-size: 22px;
    font-weight: 500;
    color: #0a3758;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
}
.ServiceSection-4 .contact-image {
    text-align: center;
}
.ServiceSection-4 img {
    max-width: 100%;
    width: 250px;
}
.ServiceSection-4 .form-section input {
    width: 100%;
    width: -webkit-fill-available;
    background-color: transparent;
    border: 1px solid #0a3758;
    color: #0a3758;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    padding: 8px 20px 8px 45px;
    float: left;
    margin-bottom: 30px;
    border-radius: 50px;
    font-weight: 400;
}
.ServiceSection-4 .form-section .formInput {
    position: relative;
    clear: both;
}
/*.ServiceSection-4 .form-section .formInput:before {
    content: '';
    background-image: url(../images/input-icon-left.webp);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 12px;
    background-size: contain;
}
.ServiceSection-4 .form-section .formInput:after {
    content: '';
    background-image: url(../images/input-icon-right.webp);
    width: 8px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}*/
.ServiceSection-4 .form-section input:focus {
    outline: 0;
}
.ServiceSection-4 .form-section input::placeholder{
    color: #0a3758;
}
.ServiceSection-4  .form-section button {
    color: #0a3758;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    background-color: #f36e1f;
    border: 1px solid;
    padding: 8px 10px;
    display: block;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.ServiceSection-4 .form-section button:hover {
    background-color: #0a3758;
    color: #fff;
    border: 1px solid #0a3758;
}
.ServiceSectionBottom {
    position: relative;
}
.ServiceSectionBottom p {
    margin: 0;
    background-color: #0a3758;
    color: #ffd40e;
    text-align: right;
    font-weight: 100;
    padding: 10px 10px;
    margin-top: 40px;
}
.competitivePricingSec span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.competitivePricingSec {
    background-color: #f36e1f;
    padding: 24px 60px 24px 30px;
    width: 100%;
    max-width: 400px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: -50px;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .container-sec{
        max-width: 960px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .customInnerService ul {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .competitivePricingSec {
        left: 0;
        position: inherit;
        margin-top: 50px;
        margin-left: 0;
    }
    .ServiceSectionBottom p {
        margin-top: 0px;
        text-align: center;
    }
    .container-sec {
        max-width: 100%;
        width: auto;
    }
    
    .customInnerService {
        gap: 0;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .ServiceSection-2, .ServiceSection-4, .ServiceSection-1, .ServiceSection-3  {
        width: 50%; 
    }
    .customInnerService h4 {
        min-height: auto;
        margin-bottom: 20px;
    }
    .customInnerService ul li br {
        display: none;
    }
    .customInnerService ul li {
        min-height: auto;
        margin-bottom: 15px;
    }
}
@media (max-width: 667px) {
    .ServiceSection-2, .ServiceSection-4, .ServiceSection-1, .ServiceSection-3 {
        width: 100%;
    }
    .customBannerSection .bannerTitle h2 {
        font-size: 30px;
    }
    .customBannerSection .bannerTitle h2 span {
        font-size: 20px;
    }
    .customBannerSection .bannerTitle {
        padding: 50px 20px 50px 20px;
        max-width: 300px;
    }
    .competitivePricingSec {
        padding: 20px 30px 20px 20px;
        max-width: 280px;
        left: 0;
    }
    .competitivePricingSec span {
        font-size: 16px;
    }
    .ServiceSectionBottom p {
        line-height: 1.3;
    }
    .customBannerSection {
        padding: 70px 0px;
        
    }
}
.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}
