font-face {
  font-family: 'Arial';
  src: url('../fonts/ARIAL.TTF');
  font-weight: 400;
  font-style: normal;
}
font-face {
  font-family: 'Arial';
  src: url('../fonts/ARIALBD.TTF');
  font-weight: 800;
  font-style: normal;
}

font-face {
  font-family: 'MinionPro';
  src: url('../fonts/minion/MinionPro-Regular.otf');
  font-weight: 400;
  font-style: normal;
}
body { font-family: 'Arial', sans-serif; font-style: normal; font-weight:400; color:#333333; font-size:17px; line-height: 1.7; }
.slider-top {
    position: relative;
    height: 100vh;
    width: 100%;
}
.slider-holder, .slick-list, .slick-track, .inner-img {
    height: 100% !important;
}
.inner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt-logo-description {
    z-index: 9;
    color: white;
    font-weight: bold;
    text-align: center;
}
h1, h2, h3, h4 {
        margin-bottom: 20px;
}
.top-text {
    margin-top: 30px;
    text-shadow: 1px 1px 1px black;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 100%;
    width: 650px;
}
.top-header-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
}
.header-right-contact {
    color: white !important;
    position: relative;
    z-index: 9;
}
.header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.header-bg img {
    position: absolute;
    height: 100% !important;
    object-fit: cover;
    width:100% !important;
}
img {
    max-width: 100%;
}
img.logo {
    max-width: 400px;
}
.semi-padding-top {
  padding-top: 50px;
}
.semi-margin-top {
  margin-top: 50px;
}
.semi-padding-bottom {
  padding-bottom: 50px;
}
.large-margin-top {
  margin-top: 140px;
}
.large-margin-bottom {
    margin-bottom: 140px;
}
.large-padding-top {
  padding-top:140px;
}
.large-padding-bottom {
  padding-bottom:140px;
}
ul li {
    margin-top: 15px;
}
input {
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
}
textarea {
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    padding: 10px;
}
select {
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    text-indent: 10px;
}
input.wpcf7-submit {
    max-width: 250px;
    height: 70px;
    background: black;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 30px;
}
input.wpcf7-submit:hover {
    text-decoration: underline;
}
header.hasScrolled {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 99999999999999999;
    box-shadow: 1px 1px 4px grey;
    display: flex;
    align-items: center;
    padding: 10px 0px 15px 0;
}
.hasScrolled .website-logo {
    max-width: 180px;
}
.hasScrolled .top-text {
    text-shadow: 0 0 black;
    color: #333333;
    text-align: right;
    margin-top: 0;
}
.hasScrolled .top-text h2 {
    font-size: 20px;
    margin-bottom: 0;
}
#header svg {
    max-width: 80%;
    height: auto;
}
#header g path:first-child {
    fill: #c95928;
}
#header g path:nth-child(8) {
    fill: #c95928;
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 80%;
    }
}

@media screen and ( min-width:992px ) and ( max-width:1600px ) {
    .semi-padding-top {
      padding-top: 40px;
    }
    .semi-margin-top {
      margin-top: 40px;
    }
    .semi-padding-bottom {
      padding-bottom: 40px;
    }
    .large-margin-top {
      margin-top: 90px;
    }
    .large-margin-bottom {
        margin-bottom: 90px;
    }
    .large-padding-top {
      padding-top:90px;
    }
    .large-padding-bottom {
      padding-bottom:90px;
    }
}
.txt-logo-description {
    position:relative;
}

@media screen and (max-width: 992px) {
    .txt-logo-description {
        max-width: 400px;
        margin: 0px auto 30px auto;
    }
    .top-text {
        align-items: center;
        justify-content: center;
    }
    .top-text h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .container {
        max-width: 100%;
    }
    .semi-padding-top {
      padding-top: 30px;
    }
    .semi-margin-top {
      margin-top: 30px;
    }
    .semi-padding-bottom {
      padding-bottom: 30px;
    }
    .large-margin-top {
      margin-top: 60px;
    }
    .large-margin-bottom {
        margin-bottom: 60px;
    }
    .large-padding-top {
      padding-top:60px;
    }
    .large-padding-bottom {
      padding-bottom:60px;
    }
    

}
@media screen and (min-width:1200px) {
    .txt-logo-description {
       
        z-index: 9;
        color: white;
        font-weight: bold;
       
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}