.banner-section{
	background-image: url("assets/images/banner.jpg"); 
    background-size: cover;       
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
	position: relative;    
}
.banner-section:before {
    background-color: rgba(0, 0, 0, 1) !important;
    opacity: 0.4 !important;
	    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: " " !important;
    border-radius: inherit;
	color: rgb(17, 65, 75);
}
.banner-content{
	display: flex;
    gap: 50px;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
	position: relative;
    width: 100%;
}
.banner-text{
	color: #fff;
	font-family: caudex;
	text-transform: uppercase;
    max-width: 700px;
}
.banner-text h1{
	font-size: 48px;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    direction: ltr;
    font-family: Caudex, "Caudex Fallback";
    font-weight: 400;
    font-style: normal
}
.support-text{
    padding-top:25px;
}
.support-text p{
    color: #fff;
	font-size: 18px;
	font-family:'Noto Sans';
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    text-transform: capitalize;
}
.banner-number{
    padding-top: 40px;
}
.banner-number a{
    color:#fff;
    font-weight: normal;
    display: initial;
    font-family: 'Noto Sans', 'Noto Sans Fallback';
    text-decoration: none;
    font-size: 30px;
}
.banner-from{
	border: 1px solid #fff;
	float: right;
    right: 120px;
}
.banner-from-content{
	width: 380px;
    height: 585px;
    background: #eeeee996;
    margin: 10px;
	padding: 20px 10px;
}
.banner-from-content h3{
	font-size: 20px;
	font-family: caudex;
	text-align: center;
    padding-bottom: 40px;
}
.lst-contact-form .form-input{
    display: block;
}

.lst-contact-form .form-input input{
    width: 100%;
    padding: 0 10px;
    margin: 0px 0 20px 0px;
    font-size: 16px;
    border-style: solid;
    border-width: 0;
    border-color: rgba(187, 187, 187, 1);
    background-color: #fff;
    border-radius: 5px;
    color: rgba(0, 0, 0, 1);
    height: 40px;
}
.banner-from-area{
	padding: 30px 25px 60px 25px;
    background: #eeeeee90;
    margin: 10px;
    width: 380px;
    text-align: center;
}
.banner-from-area h3{
	padding-bottom: 40px;
	font-size: 20px;
	font-family: caudex;
	font-weight: 400;
    color: #000000FF;
}

.input-select{
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	height: 40px;
	outline: none;
}
.lst-contact-form select{
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
	height: 40px;
	outline: none;
	padding: 0 10px;
}
.lst-contact-form button{
    color: #fff;
	width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid transparent;
	margin-top: 20px;
	background-color: #AB964F;
	font-size: 14px;
	padding: 18px;
    cursor: pointer;
}
.lst-contact-form button:hover{
	background-color: #000;
}
.lst-contact-form .wpcf7-submit{
    color: #fff;
	width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid transparent;
	margin-top: 20px;
	background-color: #AB964F;
	font-size: 14px;
	padding: 18px;
    cursor: pointer;
}
.lst-contact-form .wpcf7-submit:hover{
	background-color: #000;
}
.form-input input::placeholder{
	color:#000
}

@media (max-width: 1280px) {
	.banner-content {
		padding: 0 50px;
	}
}

@media (max-width: 992px) {

    .banner-content{
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
        text-align: center;
    }

    .banner-text{
        max-width: 100%;
    }

    .banner-text h1{
        font-size: 36px;
        line-height: 1.4;
    }

    .banner-number a{
        font-size: 24px;
    }

    .banner-from-area{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

}

@media (max-width: 768px) {

    .banner-section{
        padding: 60px 0;
    }

    .banner-content{
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    .banner-text h1{
        font-size: 28px;
        line-height: 1.3;
    }

    .support-text p{
        font-size: 16px;
    }

    .banner-number{
        padding-top: 25px;
    }

    .banner-number a{
        font-size: 20px;
    }

    .banner-from-area{
        width: 100%;
        padding: 25px 15px 40px 15px;
    }

    .lst-contact-form button{
        height: 45px;
        font-size: 13px;
    }

}


@media (max-width: 480px) {

    .banner-text h1{
        font-size: 22px;
    }

    .support-text p{
        font-size: 14px;
        line-height: 22px;
    }

}
