.about-text .order-2{
    padding-top: 15px ;
}
.about-text .order-2 p{
    font-size: 15px !important;
}
.about-text .order-2 a{
    font-size: 18px;
    border: 1px solid #720000;
    padding: 10px 15px;
    border-radius: 50px;
    color: #720000;
    transition: all 0.7s ease;
}
.about-text .order-2 a:hover{
    color: #fff;
    border-radius: 40px;
    background-color: #720000;
}
.main-home .about-text-div{
    align-items: center;
}
.main-home .about-text-div-first{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.main-home .about-text-div-first img{
    border-radius: 20px; 
    width: 470px;
}
.main-home .about-text-div-two{
    margin-top: 0;
}
.main-home .about-text-div-two .order-2{
    display: flex; 
    flex-direction: column; 
    gap: 10px;
}
.main-home .about-text-div-two .order-2 a{
    width: 150px;
    text-align: center;
}
@media (max-width: 992px){
    .about-Vision .about-text img{
        margin-right: 0 !important;
        margin: auto !important;
    }
    .about-Vision .section-title {
        padding-bottom: 10px;
        font-size: 23;
    }
    .about-Vision .section-title h2{
        font-size: 23px !important;
        padding-top: 20px;
    }
}




























/* about page style
================================================================== */
.main-about .about-text{
    box-shadow: 1px 14px 9px #72000021;
    padding-bottom: 40px;
}
.main-about .order-2{
    padding-top: 0 ;
}
.about-Vision .about-text ,
.about-Safety .about-text{
    box-shadow: none;
    padding-bottom: 40px;
}
.about-Safety h2 span{
    color: #720000;
    font-weight: 600;
}
.about-Safety h4{
    text-align: center;
    text-align: center;
    font-size: 24px !important;
    font-weight: 600;
}
.about-Safety ul li{
    font-size: 18px;
    font-family:"Roboto",  sans-serif;
    margin-bottom: 10px;
}
.about-Safety .about-text .row{
    justify-content: space-between;
}
.about-Safety .about-text .about-text-div{
    box-shadow: 1px 14px 9px #72000021;
}
.main-about .clients{
    padding-top: 0 !important;
    padding-bottom: 90px !important;
}
.about-Vision .about-text .div-row{
    align-items: center;
}
.about-Vision .about-text .div-row .div-row-first{
    display: flex; 
    justify-content: right;
}
.about-Vision .about-text img{
    border-radius: 20px; 
    width: 520px; 
    margin-right: 20px;
}





























/* contact page style
==================================== */

.contactdet{
    width: 100%;
    padding: 50px 0 30px;
}
.contactdet .text-center-div{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #051641;
}
.contactdet .addres-div .row{
    justify-content: space-around !important;
}
.contactdet .text-start{
    padding: 0 !important;
}

.contactdet .addres-div .contact-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactdet .row .h5{
    text-align: center;
    margin: 0 10px;
    font-size: 23px;
    color: #072e3fec;
}
@media screen and (max-width: 600px){
    .contactdet{
        padding: 0px 0 30px;
    }
    .contactdet .text-center-div {
        font-size: 115px;
        font-weight: 800;
        margin-bottom: 52px;
        color: #051641;
    }
    .contactdet .text-center-div h1 {
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 52px;
        color: #051641;
    }
    .contactdet .row .h5 {
        text-align: center;
        margin: 0 10px;
        font-size: 20px;
        color: #072e3fec;
    }
    .contactdet span{
        font-size: 13px;
    }
}

















#contactForms .conactcontant .contactlink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#contactForms .contact-form {
    background: #ffffff95 !important;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 50%;
}

#contactForms .contact-form h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
#contactForms .contact-form .form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5PX;
}
#contactForms .form-control {
    margin-bottom: 13px;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #b5c6cd61;

}

#contactForms textarea {
    height: 75px !important;
}

#contactForms .form-control:focus {
    border-color: rgb(145, 135, 125);
    box-shadow: none;
}

#contactForms .btn-primary {
    background-color: #720000; /* Brown color */
    color: rgb(244, 252, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    margin: 2px auto !important;
    transition: all 0.6s ease;
}

#contactForms .btn-primary:hover {
    background-color: rgb(244, 252, 255);
    color: #720000;
    outline: 2px solid #720000;
}

#contactForms .error-message {
    color: rgb(136, 0, 0);
    font-size: 12px;
    display: none;
}

#contactForms .contact-form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: none !important;
    max-width: 800px;
    width: 100%;
}

#contactForms input[type="file"] {
    height: 35px !important;
}
@media screen and (max-width: 768px){
    .left {
        order: 2;
        /* Default order */
    }
    
    .right {
        order: 1;
        margin-bottom: 30px;
        /* Default order */
    }
}