/* Contact Form */

.cnct-form-col-left {
    width: 48%;
    float: left;
}

.cnct-form-col-right {
    width: 48%;
    float: right;
}

.cnct_frm, .cnct_frm_txt {
    border: 1px solid #f2f2f2 !important;
    border-radius: 8px !important;
    color: #6d7a8c !important;
    padding: 15px !important;
    width: 100%;
	margin-bottom: 10px;
}

.cnct_frm_btn {
    background-color: #27baa5 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-out;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px 30px !important;
}

.cnct_frm_btn:hover {
    background-color: #198172 !important;
}

.cnct_frm:focus {
	outline: none;
	border: 1px solid #27baa5 !important;
}

/* Slider */

.slider_btn {
    background-color: #fdc800 !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 15px !important;
}

/* Testimonial Home */
.testimonial-section {
    overflow-x: hidden !important;
}

.main-header {
	position: absolute !important;
	top: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mob-slider {
	overflow-x: hidden !important;
}