@charset "UTF-8";
/* CSS Document */




.button.button-border {
    border: 2px solid #FF7700;
    background-color: transparent;
    color: #FF7700;
}
    
    
.boxed-slider{padding-top: 0px;}

.topmargin {
    margin-top: 50px !important;
}


.slider-caption-bg-m3 {
    padding: 5px 12px;
    border-radius: 2px;
    background-color: red;
    top: auto;
    bottom: 50px;
    left: 50px;
}

.gallery-project-name {color: #555; font-size:  15px; font-family: 'Roboto', Roboto, Lato, Helvetica, sans-serif; }


.heading-block h1, .heading-block h2, .heading-block h3, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff7700;
    line-height: 1.2em;
    font-size: 25px;

}

.heading-block h4, .heading-block  {
    display: block;
    margin-top: 10px;
    font-family: Roboto;
    text-transform: none;
    letter-spacing: 0px;
    color: #777;
    font-size: 20px; 
    line-height: 1.4;
}

.heading-block h4{
    font-weight: 400!Important;
}

.resume-area p, .resume-area {
    line-height: 1.6 !important;
    color: #333;
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Roboto', Roboto, Helvetica, sans-serif;
    margin-top: 0px !important;
    font-size: 14px;
    font-weight: 300 !important;
}

.heading-block:after {
    margin-top: 20px;
    border-top: 2px solid #FF7700;
}

.description-label,  .description-label a, .description-label a:hover{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    background: rgba(0,0,0, 0.55);
    color: rgba(255,255,255,0.8);
    padding: 5px 10px 20px 5px;
    font-size: 10px;
    width: 99%;
    letter-spacing: 0.05em;
}

.gallery-numbers {
    font-size: 11px;
    color: #FF7700;
    /* font-weight: 700; */
    vertical-align:  top;
}


.numbers-area{
    background: url(images/intro-circle-bg.svg) no-repeat;
}

.numbers{
    background:  none;
    color: #fff;
    padding:  19px  24px 23px 29px;
    font-family: "PFDinStencil-Light", PFDinStencil-Light, "Roboto", Roboto, Helvetica, sans-serif;
    font-size: 25px;
}

.button.button-border {
    border: 2px solid #FF7700;
    background-color: transparent;
    color: #FF7700;
}

.intro-lowdown{
    max-width: 900px; text-transform: none; margin: 20px 0 40px 0;  font-family: 'Roboto', Roboto, Helvetica, sans-serif; font-weight: 300;color: #555;line-height: 1.5em;font-size: 20px; padding: 0 50px 50px 50px;
}

.modal-backdrop.in {
    visibility: hidden;
    opacity: 0;
}

.modal-backdrop {
    z-index: 0 !important;
}



.heading-block {
    margin-bottom: 10px;
    margin-top: 50px;
}

.four-points-area{
    /*padding: 20px;*/
    padding-top:2px;
    /*background-color: #f8f8f8; */
}


#four-points {
    margin: 20px 0 0 0;
}

.main-copy{
    font-family: 'Roboto', Roboto, Lato, Helvetica, sans-serif; 
    line-height: 1.3em; 
    font-weight: 300;
  }



#four-points .container-fact {
    /*
    margin-right: auto;
    margin-left: auto;
    */
    padding-left: 30px!important;
    padding-right: 30px!important;
    margin: 30px auto;

  }


.facts-row-even{
      background-color: rgba(0, 0, 0, 0.04);

  }


.facts-row-odd{
    background-color: rgba(0, 0, 0, 0);
}

.facts-row-even, .facts-row-odd{
    padding-top: 60px;
    padding-bottom: 60px;
}




  /*    
        @media (min-width: 768px) {
            .container {
            width: 750px;
            }
        }
        @media (min-width: 992px) {
            .container {
            width: 970px;
            }
        }
        @media (min-width: 1200px) {
            .container {
            width: 1170px;
            }
        }

    
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  */



  .facts-numbers-area {
      padding: 0 0 20px 0;
  }


  .facts-numbers-area img{
      max-height: 100px;

  }

/*

        .modal-close-btn .close{
            height: 40px;
            width: 40px;
            border: 1px solid red;
        }

        .modal-close-btn img{
            max-height: 40px;
        }

*/


.desktop-only{
    visibility: visible;
}

.mobile-only{
    visibility: hidden;
}

        @media (max-width: 991px) {
            .desktop-only{
                visibility: hidden;
            }
            
            .mobile-only{
                visibility: visible;
                padding: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .mobile-only .button-m3-orange-hover-white-to-orange {
                min-width: 100% !Important;
            }
        }