.header-gb-txt {
    background-image: url(../images/inventory-banner-2.jpg);
    height: 300px;
    text-align: center;
    color: #fff;
    padding-top: 8%;
}
.header-gb-txt-1 {
    background-image: url(../images/about-us-page.jpg);
    height: 300px;
    text-align: center;
    color: #fff;
    padding-top: 8%;
}

.header-gb-txt h3 {
    font-size: 41px;
    color: #ffae32;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.inventory-page{
    background-color: #fff;
    padding-bottom: 0;
}
.service-head h2::after{
    left: 41.2%;
}
.service-content h3{
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px;
    color: #001f58;
    position: relative;
    margin-bottom: 10px;
}
.service-content img{
    width: 95%;
}
.service-content h3::after{
    content: " ";
    width: 9%;
    height: 3px;
    bottom: -3px;
    background-color: #ffae32;
    position: absolute;
    left: 0%;
}
.service-content p{
    color: #777;
    font-size: 14px;
    text-align: justify;
    padding-right: 20px;
}
.service-content{
    margin-top: 15px;
}
.header-gb-txt a{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline !important;
}
.header-gb-txt a:hover{
    color: #fff;
}




.contact {
    margin-top: 40px;
}
.contact-details{
    display: flex;
}
.contact-details i{
    /* background-color: #d41f32; */
    border: 2px solid #001f58;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 47px;
    background-color: #001f58;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;;
}
.contact-details a{
    margin-left: 15px;
    color: #777;
}
.con-mar{
    margin-top: 15px;
}
.contact-details:nth-child(4){
    margin-top: 25px;
}
.contact-details:nth-child(3){
    margin-top: 25px;
}
.contact-details i:hover{
    background-color: #001f58;
    color: #F9F9F9;
    transition: .5s ease-in-out all;
}
.form{
    margin-top: 56px;
}
.map{
    margin-top: 20px;
}
.form-head h3{
    font-weight: 700;
    font-size: 30px;
    color: #001f58;
    text-transform: uppercase;
    position: relative;
}
.form-head h3::after{
    content: " ";
    width: 9%;
    height: 3px;
    bottom: -8px;
    background-color: #ffae32;
    position: absolute;
    left: 0%;
}
.form-data i{
    position: absolute;
    top: 13px;
    left: 12px;
    color: #001f58;
}
.form-data input{
    width: 100%;
    height: 40px;
    border: none;
    border: 1px solid #c5c5c5;
    padding-left: 39px;
    font-size: 14px;
    color: #001f58;
}
.form-data input:focus{
    border: 1px solid #001f58;
    outline: none;
}
.form-data{
    margin-top: 20px;
    position: relative;
}
.form-text textarea{
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    height: 150px;
    border: none;
    border: 1px solid #c5c5c5;
}
.form-text textarea:focus{
    border: 1px solid #001f58;
    outline: none;
}
.form-text button{
    background-color: #001f58;
    margin-top:30px;
    border: none;
    color: #F6F4F4;
    padding: 9px 34px !important;
}
.contact-content h5{
    font-size: 14px;
    font-weight: 600;
    color: #ffae32;
}
.header-gb-txt-2{
    background-image: url(../images/contact-banner.jpg);
}
.contact-content{
    margin-bottom: 35px;
}
.contact-content h3{
    font-size: 26px;
    font-weight: 500;
    font-weight: 600;
    color: #001f58;
}

.inner-headi{
    text-align: center;
    margin-top: 35px ;
}
.inner-headi h4{
    color: #001f58;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    word-spacing: 2px;
}   
.inner-headi a{
    background-color: #001f58;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.inner-headi a:hover{
    color: #fff;
}
.inner-headi a i{
    margin-right: 10px;
    font-size: 15px;
}
.form-text input{
    background-color: #001f58;
    padding: 10px 40px;
    margin-top: 15px;
}
.form-text input:hover{
    background-color: #001f58;
}