/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.button-with-iocn {
	position: relative;
}

.button-with-iocn::before {
	position: absolute;
	content: '' !important;
	background-image: url(/wp-content/uploads/2025/11/pdf.svg);
	background-repeat: no-repeat;
	width: 27px;
	height: 30px;
	left: 52px;
	top: 17px;
}
.button-with-iocn .fl-button-text {
	text-decoration: underline;
}
.footer-link ul {
	margin: 0;
	padding: 0;
}
.footer-link ul li {
	list-style: none;
	margin-bottom: 12px;
}
.footer-link ul li a {
	font-size: 16px;
	font-weight: 400;
}
.footer-link ul li a:hover {
	text-decoration: none;
}
.footer-link-sub ul {
	margin: 0;
	padding: 0;
}
.footer-link-sub ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 15px;
}
.footer-link-sub ul li a {
	font-size: 16px;
	font-weight: 400;
}
.footer-link-sub {
	text-align: right;
}
.footer-link-sub ul li a:hover {
	text-decoration: none;
}
.fl-theme-builder-header-sticky {
	background-color: #03558F;
}
.round-image-mainpanel {
	position: relative;
}
.round-image {
	position: absolute;
	left: -8%;
	top: -30px;
}
.uabb-creative-menu-mobile-toggle {
	color: #FFF !important;
}
.curriculum-sec {
	background: #EEF3F9;
	background: linear-gradient(176deg, rgba(238, 243, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.postcontent {
	min-height: 47px;
}
.custom-row {
	--bs-gutter-x: 1.5rem;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}
.custom-row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}
.contact-form input {
	border: 1px solid #03558F;
	height: 54px;
	border-radius: 30px;
	background-color: transparent;
	color: #03558F;
	font-size: 17px;
	/* width: 100%; */
}
.contact-form textarea {
	border: 1px solid #03558F;
	border-radius: 30px;
	background-color: transparent;
	color: #03558F;
	font-size: 17px;
	/* width: 100%; */
	height: 150px;
	resize: none;
	padding: 17px;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
	background-color: #03558F;
	color: #fff;
	padding: 0px 30px;
}
.text-design h2 {
	font-size: 25px !important;
	font-weight: 700 !important;
}
@media (max-width: 767px) {
	.footer-link {
	text-align: center;
}
.footer-link-sub {
	text-align: center;
}
.footer-link-sub ul li a {
	font-size: 14px;
}
.footer-link-sub ul li {
	margin: 0px 5px;
}
.button-with-iocn::before {
	left: 20px;
	top: 21px;
}
}