nav#navbar ul.navbar-nav li.button a.nav-link {

    font-size: 16px;

    background: rgb(175,128,74);

    background: linear-gradient(270deg, rgba(175,128,74,1) 0%, rgba(226,180,120,1) 100%);

    padding: 9px 18px 13px 18px;

    transition: .25s;

    color: #fff;

    border-radius: 12px;

}



nav#navbar ul.navbar-nav li.button a.nav-link::before{

    display: none;

}



.navbar{

    overflow: visible;

}





.nox_expertises_sec .expertises_box{

    text-decoration: none;

}



.nox_expertises_sec .expertises_box:hover{

    box-shadow: 0px 0px 50px 0px rgba(5,32,52,0.15);

-webkit-box-shadow: 0px 0px 50px 0px rgba(5,32,52,0.15);

-moz-box-shadow: 0px 0px 50px 0px rgba(5,32,52,0.15);

}





.selflink{

    display: block;

    position: absolute;

    left: 0px;

    top: 0px;

}




.expertises_sec.innerpage .expertises_box .icon{
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expertises_sec.innerpage .expertises_box .icon img{
	width: 100%;
}


.expertises_sec.innerpage .expertises_box:nth-child(odd) .col-lg-6 {
    padding-left: 80px;
    margin-left: auto;
}
.expertises_sec.innerpage .expertises_box:nth-child(even) .col-lg-6 {
    padding-right: 80px;
}
.expertises_sec.innerpage .expertises_box:nth-child(odd) .pic_sec {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    top: 0;
    left: 0;
    width: 50%;
}
.expertises_sec.innerpage .expertises_box:nth-child(even) .pic_sec {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
    top: 0;
    right: 0;
    width: 50%;
    left: auto;
}

.InnerpageContent{
    padding-top: 120px;
    padding-bottom: 120px;
}


.page-id-23 .contact_bannersec{
    display: none;
}