.banner-heading {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0%;
    top: 0;
    text-align: left;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    -webkit-animation: dleayed 0s linear;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #0000004a;
    padding-left: 10%;
}

.banner-heading span {
    display: block;
    font-size: 90px;
    -webkit-animation: dleayed 0.8s linear;
}

 

    .marquee     img {
           
border: 1px solid #f1f1f1;
    margin: 8px;
    border-radius: 10px;
    box-shadow: 2px 2px #f1f1f1;
        }

@media only screen and (max-width: 767px) {
h1.banner-heading {
    font-size: 22px;
    line-height: 32px;
}
.banner-heading span {
    font-size: 34px;
}
}

.item {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 4% 5%;
}
.item b {
    color: #015fa5;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}
.item i {
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
}
.gpt-service-list li{
    list-style: circle !important;
}
.gpt-custom-submit-btn{
background-color: #005EA4 !important;
    color: #fff !important;
    border: 1px solid #005EA4 !important;
}