@charset "UTF-8";

@import url("");

:root {
  --brand-color-2: #CD1212;
  --border-radius-1x: 0px;
  --custom-transition: all 0.3s ease-in-out;

  --banner-img: url(https://mcdesign.avvio.com/114/062/000/8050/cust/imgs/header-banner.jpg);
}

@media screen {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .main-be-area {
    background-color: #F0F1F3;
  }
  
  .one-item-icon .fa-dollar-circle::before { content: "\f154"; }

  .page-control-panel.box {
    margin-top: 210px;
    position: relative;
  }

  .page-control-panel.box::before {
    content: "";
    position: absolute;
    top: calc(-100% - 150px);
    left: 0;
    width: calc(100% - 0px);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*    font-size: 20px;*/
    /*    padding: 30px;*/
    background-image: var(--banner-img);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*color: #fff;
    background-color: #000000;
    outline: 2px solid #fff;
    outline-offset: -30px;*/
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    box-shadow: -1px 0px 10px 0px #00000094;
    
    padding-block: var(--spacing-2x);
    border-bottom: 1px solid var(--border-default);
    z-index: 4;
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 100%;
    max-width: 1440px;
    padding-inline: var(--spacing-3x);
  }

  .header .invisible-flex-item {
    display: none;
    align-self: stretch;

    width: 150px;
    height: 100%;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .logo a img {
    display: block;
    
    width: 100px;
    height: auto;

    transition: var(--custom-transition);
  }

  .header .logo a:hover img {
    opacity: 80%;
  }
  
  .header .backtosite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-color);
    color: #FFFFFF;
    box-shadow: 0px 2px 2px #0000006B;
    
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    
    min-width: 172px;
    padding-block: var(--spacing-1x);
    padding-inline: 5px;
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    background-color: var(--brand-color-2);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    background-color: #FFFFFF;
    color: #000000;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: start;
    
    row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 104px;
  }
  
  .footer .links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    background-color: var(--brand-color);
    color: #FFFFFF;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    
    column-gap: 8px;
    row-gap: 4px;
    width: 100%;
    padding-inline: 38px;
    padding-block: 23px;
  }
  
  .footer .links a {
    color: #FFFFFF;
    
    transition: var(--custom-transition);
  }
  
  .footer .links a:hover {
    color: var(--brand-color-2);
  }
  
  .footer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: flex-start;
    
    column-gap: 30px;
    row-gap: var(--spacing-2x);
  }
  
  .footer .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  
  .footer .footer-logo img {
    display: block;
    
    height: 80px;
    width: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .footer-logo:hover img {
    opacity: 80%;
  }
  
  .footer .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .footer .address {
    text-align: start;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
    color: var(--brand-color);
    
    font-weight: 700;
  }
  
  .footer .contact p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    column-gap: var(--spacing-1x);
    margin-block: 0px;
  }
  
  .footer .contact a {
    color: #000000;
    
    font-weight: 400;
    
    transition: var(--custom-transition);
  }
  
  .footer .contact a:hover {
    color: var(--brand-color-2);
  }
  
  .footer .bottom-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    row-gap: 37.5px;
  }
  
  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    column-gap: var(--spacing-4x);
    row-gap: var(--spacing-2x);
  }
  
  .footer .socials a {
    color: var(--brand-color);
    
    font-size: 28px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover {
    color: var(--brand-color-2);
  }
  
  .footer .socials a svg {
    display: block;
    
    fill: var(--brand-color);
    
    width: 31.5px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover svg {
    fill: var(--brand-color-2);
  }
  
  .footer small {
    font-size: inherit;
    line-height: inherit;
  }
  
  .footer small a {
    color: #000000;
    
    transition: var(--custom-transition);
  }
  
  .footer small a:hover {
    color: var(--brand-color-2);
  }
  
  .footer .sister-sites {
    display: flex;
    justify-content; center;
    align-items: center;
  }
  
  .footer .sister-sites a img {
    display: block;
    
    width: 138px;
    height: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .sister-sites a:hover img {
    opacity: 80%;
  }
  
}





/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {

  .page-control-panel.box {
    margin-top: 160px;
  }

  .page-control-panel.box::before {
    height: 150px;
    top: calc(-100% - 105px);
  }
  
  .footer .container {
    grid-template-columns: 1fr;
  }
  
  .footer .left {
    align-items: center;
  }
  
  .footer .right {
    align-items: center;
  }
  
  .footer .address {
    text-align: center;
  }
  
  .footer .contact {
    align-items: center;
  }
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {

  .page-control-panel.box {
    margin-top: 100px;
  }

  .page-control-panel.box::before {
    height: 100px;
    top: calc(-100% - 50px);
  }
  
  .header .container {
    justify-content: center;

    padding-inline: 0px;
  }
  
  .header .backtosite {
    display: none;
  }
  
}