header.siteHeader {
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 0;
    z-index:9;
}

header.siteHeader a {
    color: #fff;
}

.headerLeftMenu ul li:first-child a {
    color: #fff;
    font-weight: 800;
}

/* Home Banne Css Start */
section.heroBanner {
    width: 100%;
    height: 667px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

section.heroBanner h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    animation: zoom-in-zoom-out 1s ease-out;
    -webkit-animation: zoom-in-zoom-out 1s ease-out;
}

section.aboutSection {
    padding: 120px 0;
}

.aboutBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 8px #F2CA86;
    padding: 60px;
}

.aboutText {
    width: calc(100% - 270px);
    padding-right: 70px;
}

.aboutText h5 {
    color: #EAA636;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.aboutText h2 {
    color: #1E1916;
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    margin: 16px 0;
}

.aboutImage {
    width: 270px;
}

.aboutImage span {
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 11px 30px;
    display: block;
    color: #542C0C;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    max-width: 235px;
    margin: 20px auto 0;
}

section.establishSection {
    padding: 140px 0 140px;
    background-size: cover;
    background-position: center;
}


.establishRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.establishCol {
    width: 33.33%;
    padding: 10px 10px;
}

.establishCard {
    padding: 40px 25px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 20px;
    min-height: 270px;
}

.establishCard h3 {
    color: #EAA636;
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.establishCard p {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    font-style: italic;
    margin-top: 30px;
}

section.imageSection {
    text-align: center;
    padding: 70px 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}
  
.imageSection img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .imageSection img:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }

section.videoSection {
    padding: 30px 0 70px;
    text-align: center;
}

.videoBox a.productionFactory {
    border-radius: 32px;
    background: #EAA636;
    padding: 4px 48px;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.videoBox p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
    max-width: 820px;
    margin: 20px auto;
}

.videoContainer {
    background-image: url(../images/production-video.png);
    max-width: 703px;
    height: 402px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

