

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

section{ font-family: "Poppins", sans-serif; font-weight:300; }
section h1, section h2, section h3{ font-family: "Poppins", sans-serif; font-weight:500; line-height:1.25; }
section p{ font-family: "Poppins", sans-serif; margin-bottom:10px; font-weight:300; }
section a{ font-family: "Poppins", sans-serif; color:inherit; font-weight:300; }
section a:hover{ text-decoration: none; }

section .btn { display: inline-block; text-transform:capitalize; font-weight:bold; line-height: 1.5; color: white; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: #363534; border: 2px solid #363534; padding: .5rem 1.25rem; font-size: 14px; border-radius: 5px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; font-weight:500; border-radius: 0; }
section .btn:hover, section .btn:active, section .btn:focus { background-color: white; color: #363534; } 


.category-img{ width:100%; aspect-ratio: 1.5 / 1; object-fit: cover; }


/* Overrride */
.text-primary{ color:black !important; }
.text-white{ color:white !important; }
.font-bold{ font-weight:500 !important; }

/* General */
.container{ max-width:100%; }
.border-fix::before{ content: ''; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; border: 5px solid white; pointer-events: none; box-sizing: border-box; }
.w-100{ width:100%; }
.bg-light { background-color: #f2f2f2; }
.bg-dark { background-color: #363534; }

/* Hero */
.bg-hero{ min-height: 500px; background-image: url(/custom_fsearch_pages/custom_content_blocks/ser_custom_assets/images/bg-hero.webp?ccid=x9fce137); background-attachment: fixed; background-position: center; background-size: cover; border-image: fill 0 linear-gradient(rgb(0 0 0 / 30%)); }

/* Certification */
.box-links{ display:block; color:black; text-decoration: none; background-color:white; border-radius: 5px; overflow: hidden; height:100%; transition:all .3s ease; }
.box-img{ width:100%; object-fit: cover; }
.box-links p span { border-bottom: 2px solid black;  }
.box-links:hover { opacity: .85;  }

@media (max-width:991px){
	.section-margin { margin-bottom: 3em;  }
	#ashley360 { padding: 20px 0; }
	#ashley360 h2, #ashley360 p { text-align:center; }
}

@media (max-width:767px){
	.section-margin { margin-bottom: 2.5em;  }
	#ashley360 { padding: 20px 0; }
	#ashley360 h2, #ashley360 p { text-align:center; }
	.text-left, .text-right { text-align: center; }
}