/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Co Headline Soft';
    src: url(fonts/CoHeadlineLt-Regular.eot);
    src: url(fonts/CoHeadlineLt-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/CoHeadlineLt-Regular.ttf) format("truetype"), url(fonts/CoHeadlineLt-Regular.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/YekanBakh.woff) format("woff"), url(fonts/YekanBakh.eot) format("embedded-opentype")
}
@font-face {
    font-family: 'Kalameh';
    src: url('fonts/KalamehWebFaNum-Bold.woff2') format('woff2'),
        url('fonts/KalamehWebFaNum-Bold.woff') format('woff');
    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.En {
    font-family: 'Co Headline Soft';
    text-align: left;
    direction: ltr
}

body,
tspan,
text ,
b{
    font-family: 'YekanBakh' !important;
	font-size: 17px;
	letter-spacing:0px !important;
}
.with_frm_style .frm_inside_container.frm_label_float_top > label {
    color: white;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0px !important;
}
.with_frm_style .frm_inside_container > label {
    right: 3px !important;
}
.section-content p{
	text-align:justify;
}
.footer {
    padding: 0px;
}
.frm_error,.frm_error_style{
	display:none !important;
}
.copyright-footer p{
	margin:0px !important;
}
.center-box{
	margin:0 auto;
}
.hotline-bar > a {
    left: 25px;
    position: relative;
}
.hotline-bar {
    background: #cba875 !important;
}
.hotline-phone-ring-img-circle {
    background-color: #d4b07a !important;
}
.hotline-phone-ring-circle {
    border: 2px solid #cea97a !important;
}
.hotline-phone-ring-circle-fill {
    background-color: rgb(206 169 122 / 69%) !important;
}
.joinchat__button {
    bottom: 40px;
}
.video-fit {
    padding: 0px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}