/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2024 | 15:28:21 */
body {
	font-family: 'Poppins', Arial, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#1B1E1F;
}

b, strong {
	font-weight:700;
}

.brns_search_area_inside {
	margin: 0px 1%;
	background:none;
	padding:0;
	border-radius:0;
	font-family: 'Poppins', Arial, sans-serif;
}

.brns_search_area_inside .title {
	font-weight: 500;
	font-size: 45px;
	margin-bottom:50px;
    line-height: 60px;
}

.brns_search_area, .brns_search_results {
	max-width: 100%;
}

.brns_search_area_inside .brns_search {
	border:1px solid #1B1E1F;
}

.brns_search_results .brns_result { 
	background-color:#ffffff;
}

.brns_search_area_inside input[type='submit'] {
	padding: 3px 40px;
	background: #1E85FF;	
	border-radius: 10px;
}

.brns_search_results .brns_result {
    box-shadow: none;
    border: 1px solid #E2EFFF;
    border-radius: 10px;
}

.brns_search_results .brns_result:hover {
    border: 1px solid #1E85FF;
    cursor: pointer;
    transition-duration: 0.3s;
}

.brns_search_results .brns_result .brns_logo img {
	max-width:70%;
	max-height: 100px;
}

.brns_search_results .show_more p {
    font-weight: 700;
	font-size: 16px;
    color: #fff;
    background: #1E85FF;
    border: 2px solid #1E85FF;
    border-radius: 10px;
    text-transform: none;
    margin: 20px auto;
    padding: 10px;
}

.text-download-button {
    color:#1E85FF;
    background-color:#ffffff;
    font-family: Poppins, Arial, Sans-Serif;
    font-weight: 700;
    border:2px solid #0A2E57;
    border-radius: 10px;
    padding:15px 30px;
    transition: 0.3s;
}

.text-download-button:hover {
    background-color:#1E85FF;
    color: #ffffff;
    border:2px solid #1E85FF;
}

.brns_search_results .show_more p:hover {
	color:#0A2E57;
}

.brns_search_results .brns_result .highlight_banner {
	bottom:10px;
}

.brns_search_results .brns_result .highlight_banner img {
    width: 60%;
	height:35px;
}

.brns_search_results .brns_result .highlight_banner p {
    margin: 5px 15px;
}

@media only screen and (max-width: 1025px) and (min-width: 768px) {
	.elementor-section.elementor-section-height-full>.elementor-container {
    	height: 90%;
	}
	.elementor-10 .elementor-element.elementor-element-40006b90 .elementor-heading-title {
    font-size: 52px;
	}
}

@media only screen and (max-width: 1380px) and (min-width: 1201px) {
	.banner-hero img {
		height:500px !important;
	}

    .elementor-button.elementor-size-lg {
         font-size: 16px;
     }
	
	.elementor-10 .elementor-element.elementor-element-11fba52c .pp-buttons-group .pp-button:not(:last-child) {
    		margin-right: 20px;
		}


}