.l_text img{
    width: auto !important;
    height: 100px;
    padding: 0px 10px;
}
.logo img{
    width: auto !important;
    height: 100px;
    margin: 0 !important;
    padding: 10px;
}

ul.nav-menu li{
    padding: 0 5px 0 0;
}
ul.nav-menu li ul li a{
    background: #031940;
}
.button{
    /* color: #c35304 !important;
    outline: 2px solid #c35304 !important; */
}
.button {
    color: #fff !important;
    background-color: #c35304 ;
    padding: 0.7rem 10px;
    font-size: 15px;
    line-height: 0;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 7px;
    transition-duration: .5s;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 12px;
    color: #646464;
    font-weight: 700;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    outline: 0 !important;
}

.button::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition: all 0.3s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.button:hover {
    color: #ffffff !important;
    outline: 0;
    text-decoration: none;
}

.button:hover::before {
    background: #0c0c0c;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border: 0;
    outline: 0;
}

.button:hover {
    color: #fff !important;
}
.button::before{
    background: #000000 !important;
}
.headline-left h2 span{
    border-bottom:3px solid #df9e0c;
}
.headline-left h2{
    border-bottom: 1px solid #070044;
}
.noticeboard  .nav-link.active {
    color: #fff;
    background-color: #006c04e0;
    border-color: #fff;
}
.quick-links h2{
    background: #c35304;
}
.headline h2{
    border-bottom: 1px solid #070044;
}
.headline h2 span{
    border-bottom: 3px solid #df9e0c;
}
.team-text{
    background: #02541b !important;
}
.portfolio-area {
    background: linear-gradient(to right, rgb(5, 117, 230), rgb(2, 27, 121));
}
.call-us .button a{
    padding: 0 !important;
    background: none;
}
.call-us .button a:hover{
    color: #fff ;
    background: #000;
}
.quick-links ul li a {
   
    border-bottom: 1px dotted #8d8d8d !important;

}
.role-model .team-item {
    min-height: auto;
}
.values_column{
    background:  rgb(21, 153, 87);
    color: #fff;
}
.values_column h2{

    color: #fff;
}

