:root{
--template-layout-height-multiplier: 1.8%;
--template-layout-small-height-multiplier: 1.8%;
--template-layout-width-multiplier: 1%;
--template-layout-width: 50%;
}

.navbar-brand {
font-size: 35px !important;
font-weight: 900;
color: #c48202 !important;
}
.menu-secton{
position: relative;
box-shadow: 3px 2px 3px 3px rgb(214, 207, 207);
}
.menu-secton .menu-logo{
height: 50px;
}
.menu-secton .menu-cont .nav-item {
font-size: 20px;
margin: 15px 20px;
}
.menu-secton .menu-cont .nav-item .nav-link:hover{

background-color: #287393;
color: #fff;

}
.menu-secton .menu-logo-main {
padding: 10px 0px;
}
.menu-secton .menu-cont button.menu-btn-sub {
padding: 7px 74px;
border-radius: 29px;
border: none;
font-size: 18px;
background-color: #287393;
color: #fff;
}
.menu-secton .menu-cont .menu-btn{
margin-left: 20px;
position: relative;
}
.menu-secton .menu-cont .menu-btn .btn-img{
height: 20px;
filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7479%) hue-rotate(3deg) brightness(106%) contrast(106%);
}
.menu-secton .menu-cont .menu-btn .btn-img-main{
position: absolute;
top: 8px;
left: 20px;
}
.home-header {
font-size: 30px;
color: #222222;
position: relative;
margin-bottom:20px;
}
.home-header span {
border-bottom: 4px solid #f89b15;
}

.pro-about-sec{
    background-image: url(../img/pro-bnr.webp);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
    z-index: -1;

}
.pro-about-sec::after{
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: #392703;
top: 0;
opacity: 0.9;
}
.pro-about-sec .pro-about-cont{
    text-align: center;
}
.pro-about-sec .pro-about-cont h3{
    position: relative;
    z-index: 5;
    color:#fff;
    font-size: 40px;
    letter-spacing: 3px;
}
.pro-about-sec p{
    position: absolute;
    z-index: 5;
    bottom: 2px;
    left: 48px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}


.contact-sec {
    margin: 50px 0px;
}
.contact-sec .contact-cont-sub .contact-img{
    height: 25px;
    margin: 3px 8px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(56%) saturate(7096%) hue-rotate(193deg) brightness(102%) contrast(102%);
}
.contact-sec .contact-cont-sub{
    background-color: #d8e2f5;
    margin: 10px 0px;
    padding: 15px 10px;
}
.contact-sec .contact-cont-sub p{
    line-height: 30px;
}


.footer-section{
margin-top: 40px;
background-color: #8a828236;
padding: 40px 0px;
}
.footer-section .footer-img{
height: 15px;
filter: brightness(0) saturate(100%) invert(11%) sepia(16%) saturate(6176%) hue-rotate(202deg) brightness(97%) contrast(88%);
}
.footer-section .footer-cont .follws-cont-img{
height: 30px;
filter: brightness(0) saturate(100%) invert(11%) sepia(16%) saturate(6176%) hue-rotate(202deg) brightness(97%) contrast(88%);
}
.footer-section .footer-cont h4{
color: #192a4e;
position: relative;
text-transform: capitalize;
font-size: 18px;
}
.footer-section .footer-cont h4::after{
content: "";
width: 54px;
height: 3px;
background-color: #f89b15;
position: absolute;
top: 28px;
left: 0;
}

.ma-images-container {
height: 400px;
position: relative;
left: 30px;
}

.form-group textarea.form-control {
    height: 133px;
    max-height: 133px;
    overflow-y: auto;
}