.about-us{
    background-image: linear-gradient(to right, #331300 0%, #c44a00 100%);
    padding: 40px 0px !important;
}

.about-top {
    text-align: center;
}

.about-top h1{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-top p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.country-details{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-country{
    text-align:center;
    background-color: #f9f9f9;
    padding: 15px;
    margin: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.our-country ul{
    margin-top: 10px;
}

.our-country ul li{
    font-size: 15px;
    font-weight: 600;
}

.inhouse-form{
    background: #fff;
    border:1px solid #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.inhouse-form h3{
    background: #c44a00;
    padding:20px;
    text-align:center;
    color:#fff;
}

.inhouse-lead-form{
    padding: 20px;
}

.inhouse-form .form-label {
    margin-bottom: 0rem;
}

.pad-para{
    line-height: 22px;
    padding-top: 10px;
}

.inhouse-form label.form-check-label {
    color: #000;
}

.btn-orange-inner {
    color: #fff;
    background-color: #c44a00;
    border-color: #c44a00;
    margin-top:20px;
}

.btn-orange-inner:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.address-bg{
    background: #f9f9f9;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.address-bg-btm{
    background: #f9f9f9;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: 30px;
}



.location-add{
    background-color: #fff;
    padding: 10px;
    text-align:center;
    border-radius: 10px;
}

.location-add i{
    font-size: 26px;
    color: #c44a00;
}

.location-add p {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0px;
    color: #434343;
}

.location-add h5{
    font-size: 16px;
    color: #c44a00;
}

.location-add h4{
    color: #000;
    margin-top: 10px;
}

.contact-bottom-text{
    text-align: center;
}

.contact-bottom-text p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.find-course{
    background: #ffc29d;
    padding: 30px;
    text-align: center;
}

.find-all-course h3{
    color: #000;
    font-size: 32px;
}

.btn-course{
    background: #000;
    color: #fff;
    margin-top: 20px;
}

.btn-course:hover{
    background: #c44a00;
    color: #fff;
}

.inhouse-form .form-label {
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 700;
}

/* Responsive css start */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)  {

.footer-bottom-mobile{
    bottom: 0px !important;
    position: relative !important;
}

.country-details {
    display: block;
}

.location-add{
    margin-bottom: 20px;
}

}

@media only screen and (min-device-width : 200px) and (max-device-width : 319px){

.footer-bottom-mobile{
    bottom: 0px !important;
    position: relative !important;
}

.country-details {
    display: block;
}

.location-add{
    margin-bottom: 20px;
}

}

/* Responsive css end */