@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
body {
	font-family: 'Open Sans', sans-serif;
	color: #0f0f0f;
	line-height: 1.5;
	font-size: 14.4px;
}
p{margin-bottom:10px; font-size:16px}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
        line-height: 1.5;
	font-weight: 700;
}
.heading_title hr {
    border: 2px solid #37c1f2;
}
/**Header**/
@media screen and (max-width: 767px) {
.header.header_shrink,.header{
		position: unset !important;
}
.header_content h2{
	font-size:.9em;
}
}
/******/

/**Footer**/
.to_top .smue-ce-icon-bg {
    background-color: rgba(105, 51, 173, 0.7);
    margin-top: 12px;
}
/******/

/*Contact*/
.contact_details p,.contact_details h3{
	margin-left:0px;
}
/******/
