@charset "utf-8";

/* CSS Document */

@import url(head-font.css);
body {
    background-color: #f9f9f9;
}

.top-header-container {
    overflow: hidden;
    padding: 0px !important;
    position: relative !important;
    height: 600px;
}

.contact-header-pic {
    background-color: #DCDCDC;
    height: 600px;
    background-size: cover;
    overflow: hidden !important;
    position: relative !important;
    z-index: -5 !important;
    margin-top: 0px !important;
}

.text-content {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute!important;
    direction: ltr;
    text-align: center;
    z-index: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.text-content h2 {
    background-color: rgba(255, 173, 91, .85);
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 40px;
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 10px;
    padding-top: 30px;
}

.under-line {
    border-bottom: 4px solid #fff;
    width: 100px;
    z-index: 200;
    margin: 0 auto;
}

.text-content h5 {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500 !important;
}

#contacts {
    direction: ltr;
    margin-top: 40px;
    margin-bottom: 50px;
}

.contact {
    height: auto;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);*/
    padding: 20px 10px;
}

.contact-text {
    direction: ltr !important;
    height: 450px;
    padding: 25px;
}

.contact-text h5 {
    direction: ltr !important;
    font-size: 18px;
    color: #f0ad00;
}

.address {
    direction: ltr !important;
    color: #f0ad00;
}

.address p {
    max-width: 350px !important;
    padding-top: 0px;
}

.address h5 {
    direction: ltr;
    font-size: 18px;
    color: #f0ad00;
}

.tel {
    direction: ltr;
    color: #f0ad00;
}

.tel p {
    direction: ltr !important;
    max-width: 350px !important;
    padding-top: 0px;
}

.tel h5 {
    direction: ltr !important;
    font-size: 18px;
    color: #f0ad00;
}

.time {
    direction: ltr;
    color: #f0ad00;
}

.time p {
    direction: ltr !important;
    max-width: 350px !important;
    padding-top: 0px;
}

.time h5 {
    direction: ltr !important;
    font-size: 18px;
    color: #f0ad00;
}

.contact-form {
    direction: ltr !important;
    text-align: left !important;
    padding: 25px;
}

.contact-form h5 {
    direction: ltr !important;
    font-size: 18px;
    color: #f0ad00;
}

.contact-form i {
    text-align: right !important;
}

.textarea-container {
    margin-bottom: 30px;
    direction: ltr !important;
    font-size: 16px !important;
    color: #f0ad00 !important;
}

.textarea-container p {
    font-size: 16px !important;
    color: #f0ad00 !important;
}

.contact-btn btn {
    margin-right: 10px !important;
}

.contact-btn i {
    padding-right: 10px;
}

.map {
    height: 300px;
}

.contact-text p {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.btn-simple:hover {
    color: #fff !important;
    border-color: #f0ad00 !important;
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


/*End of Zoom in Keyframes */

select {
    background-color: rgba(222, 222, 222, .3);
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
    color: #8c8b88;
    font-size: 13px;
}

.form-group,
.input-group {
    margin-bottom: 20px !important;
}

.form-title {
    font-weight: 500;
    margin-left: 15px;
}

.checkBox {
    margin-left: 15px;
    font-size: 13px;
}

.checkBoxLabel {
    font-size: 13px;
}

.parag {
    font-size: 13px;
    text-align: justify;
    padding: 10px 15px;
    padding-bottom: 0px;
}