: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;
}



.hom-cotms-sec .card-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
.hom-cotms-sec .card {
    width: 300px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #c2c4c64a;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    border: none;
  }
.hom-cotms-sec.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
  }
.hom-cotms-sec .custom-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
  }
.hom-cotms-sec  .custom-button:hover {
    background-color: #0056b3;
  }
.hom-cotms-sec .input-group {
    margin-bottom: 10px;
  }
.hom-cotms-sec .form-control {
    border: none;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 0px;
    background-color: #bdbaba26;
}
.hom-cotms-sec input#uploadImg {
    width: 100%;
}
.hom-cotms-sec input#backgroundImageInput {
    width: 100%;
}
.hom-cotms-sec select.form-select {
    border: none;
    margin-top: 15px;
    font-size: 13px;
    border-radius: 0px;
    background-color: #bdbaba26;
}


.hom-cotms-sec .switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 18px;
  }
  
.hom-cotms-sec  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.hom-cotms-sec  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
.hom-cotms-sec .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 1px;
  }
  
.hom-cotms-sec input:checked + .slider {
    background-color: #f89b1566;
  }
  
.hom-cotms-sec input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
.hom-cotms-sec input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
.hom-cotms-sec  .slider.round {
    border-radius: 34px;
  }
  
.hom-cotms-sec .slider.round:before {
    border-radius: 50%;
  }
.hom-cotms-sec  .hom-cotms-cont{
    padding: 0px 160px;
    margin-top: 40px;
    background-color: #fff;
  }
  .hom-cotms-sec  .hom-cotms-cont-one{
    padding: 20px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .hom-cotms-sec .hom-form-footer .form-foot-cont{
    display: flex;
    justify-content: space-between;
  }


  .hom-cotms-sec .hom-cstms-last h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    opacity: 0.8;
  }
  .hom-cotms-sec .hom-cstms-last .foot-cont-two-main h4{
    font-size: 16px;
    background-color: #f6f6f6;
    padding: 10px 10px;
    color: #666;
  }
  .hom-cotms-sec .hom-cstms-last .cont-two-main-para {
    font-size: 13px;
    color: #666;
}
.hom-cotms-sec table th{
  background-color: #f6f6f6;
  padding: 10px 10px;
  color: #666;
}
.hom-cotms-sec .hom-cstms-last .ft-cont-btn{
  border: none;
  padding: 5px 25px;
  background-color: #c87065;
  color: #fff;
}
.hom-cotms-sec .message-align{
    font-size: 13px;
}



.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;
}