
  /* Navigation */
  .menu-classic > li a {
    display: block;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .menu-classic {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin: 0 -0.25em;
    font-weight: bold;
    font-size: 12px;
    line-height: 2.5;
  }
  @media only screen and (max-width: 575px){
    .header__border-vertical{
    display: none;
    }
    }
  /* Navigation End */

  /* Buttons */
  .button.button_bordered {
    background-color: unset !important;
    color: var(--ui-element-color);
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
  }
/* Buttons End */

/* Left-right Grid */
@media only screen and (max-width: 1199px){
.left-right-lo .px-lg-0 {
padding-right: 30px!important;
padding-left: 30px!important;
}
}
@media only screen and (max-width: 991px){
.left-right-lo .px-lg-0 {
padding-right: 0!important;
padding-left: 0!important;
}
}
/* Left-right Grid End */

/* Homepage Hero */
.icon-overlay{
width:400px;
height: 400px;
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%, -50%);
z-index:10;
opacity:0.1
}
@media only screen and (max-width: 1199px){
.icon-overlay{
width:350px;
height: 350px;
}
}
@media only screen and (max-width: 991px){
.icon-overlay{
width:300px;
height: 300px;
}
}
@media only screen and (max-width: 575px){
.icon-overlay{
width:250px;
height: 250px;
}
}
/* Homepage Hero End */

/* Backgrounds End */
.bg-overlay{
background-size: contain;
background-repeat: repeat;
background-color: rgba(0, 0, 0, 0);
background-image: url(../img/logo/logo-tile-icon.svg);
background-attachment: scroll;
background-size: 60px ;
}
/* Backgrounds End */

/* Footer */
.footer-logo{
max-width: 220px;
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 767px){
.footer .widget, .footer .menu-column{
text-align: center;
}
.footer-logo{
    max-width: 180px;
    display: block;
    margin: 20px auto 0;
 }
}
/* Footer End */
