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;
}

section.contactSection {
    padding: 104px 0 40px;
    background-color: #F1F1F1;
    margin-top: 35px;
}

.contactRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.contactCol {
    width: 33.33%;
    padding: 0 20px;
}

.contactCard {
    border-radius: 12px;
    background-color: #FFF;
    padding: 70px 30px 30px;
    height: 100%;
    position: relative;
}

.contactImage {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-color: #F1F1F1;
    border-radius: 100%;
    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;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}

.contactImage img {
    top: 13px;
    width: 114px;
    height: 114px;
    position: absolute;
    transition: 0.5s ease;
}

.contactCard:hover img {
    top: -30px;
    transition: 0.5s ease;
}

.contactText h5 {
    color: #000;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    margin: 21px 0 10px;
    text-align: center;
    text-transform: capitalize;
}

.contactText ul {
    list-style: none;
}

.contactText ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px;
}

.contactText ul li:last-child {
    margin-bottom: 0;
}

.contactText ul li img {
    width: 16px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: left center;
    object-position: left center;
    margin-right: 10px;
}

section.mapSection {
    padding: 50px 0;
}

.mapBos img {
    width: 100%;
    margin-bottom: -4px;
}

section.formSection {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}

.formContainer {
    max-width: 640px;
}

.formContainer h2 {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.formBox {
    background: rgba(49, 23, 15, 0.85);
    padding: 30px 60px;
}

.formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 12px;
}


.formCol {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 12px;
}

.formGroup label {
    color: #FFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin-bottom: 4px;
}

.formGroup input {
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 7px;
    border: 0;
    color: #000;
    font-family: 'Roboto';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

::placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.formGroup textarea {
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 7px;
    border: 0;
    color: #000;
    font-family: 'Roboto';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    height: 140px;
    resize: none;
}

.formGroup input:focus,
.formGroup textarea:focus {
    outline: none;
}

[type="file"]::-webkit-file-upload-button {
    border-radius: 2px;
    border: 1px solid #000;
    opacity: 0.8;
    background: #EBEBEB;
    color: #000;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.formAction {
    text-align: center;
}

.formAction button {
    border-radius: 6px;
    background: #EAA636;
    padding: 4px 17px;
    text-align: center;
    color: #FFF;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}