/*
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:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/
.header-wrapper {
    background: url(/wp-content/uploads/2026/03/bg1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}
.header-bg-color {
    background-color: transparent;
}
.header-nav-main li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.title-all h3 {
    font-size: 34px;
}
.sec-2 .medium-4 h3 {
    font-size: 26px;
}
.sec-2 .medium-4 .col-inner {
    padding: 1.4em;
}
.sec-form form.wpcf7-form.init {
    padding: 0px 18em;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 50px;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.button-click a {
    background: #d30000;
    border-radius: 25px;
    /* margin: 0px 20px; */
    padding: 10px 22px !important;
}
@media screen and (max-width: 849px) {
   li.nav-icon.has-icon a {
    color: #fff;
    font-size: 20px;
}
	.sec-form form.wpcf7-form.init {
    padding: 0px 8em;
}
	    .medium-logo-center .flex-right {
        flex: 2 1 0;
    }
}
@media screen and (max-width: 549px) {
	.sec-form form.wpcf7-form.init {
padding: 0;
}



}