.footer_titlee
	{
		font-weight: 700;
    color: #ffffff;
    font-size: 18px;margin-bottom: 10px;
	line-height: 34px;
	}
		.stm_lms_courses_categories.style_5 {
   
   justify-content: center !important;
  
}
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		div,
		span,
		input,
		strong,
		li,
		a,
		rs-module-wrap,
		.rs-parallax-wrap {
			font-family: 'Nunito', sans-serif !important;
		}
		p {
   
    font-size: 15px !important;
	line-height: 26px !important;
}

#footer_bottom {
    padding: 63px 0 -4px !important;
    
}
#footer .footer_wrapper .widget_pages ul.style_1 .page_item a span, .widget_contacts ul li.widget_contacts_address .text, .text {
    font-size: 15px !important;
    
}
 
/* .active{
	content: '';
	position: absolute;
	width: ;
} */
#footer_copyright {
    border-color: #0088d1 !important;
}
		

.form-control1 {
    margin-top: 20px;
}
.form-control1 label{
 color: white !important;
}
.form-control1 input[type=text],
textarea {
 border-radius: 5px !important;
    width: 100% !important;

}

textarea,
textarea.form-control {
    min-height: 84px !important;

}


/* for pop up form */
.form-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.form-popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94, 110, 141, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}

.form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
	background-color: #203154 !important;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 40px;
	color: #fff;
}

.close-button {
	background: none;
	color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #fff;
}

.form-popup-bg:before {
	content: '';
	background-color: #fff;
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.popup-button {
	position: fixed;
	right: -55px;
	bottom: 250px;
	transform: rotate(270deg);
}

	/* for banner background color */
.banner-title
                {
                    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    border-radius: 5px;
                }
                .banner-contentt
                {
                    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    border-radius: 5px;
                }