@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
body{
	background: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: inherit;
}

h1,h2,h3,h4 {
    letter-spacing: -1px;
}

h1 {
    color: #252525;
    font-size: 4.5em;
}

h2 {
    color: #272727;
    font-size: 3.5em;
    padding-bottom: 10px;
}

h3 {
    font-size: 2em;
color: #9b1d87;
letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 0;
}

h4 {
    color: #454545;
    font-size: 2em;
    padding-bottom: 2px;
}

h5{
	font-size: 1.5em;
}

h6 {
    letter-spacing: 0;
    font-weight: normal;
}

p {
    color: #757575;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 6px 0 !important;
}

a {
    color: #5a046f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #e96ad4;
    outline: none;
}

strong,bold{
	font-weight:700;
}

.mpce-cfa-form input[type="text"],
.mpce-cfa-form input[type="password"],
.mpce-cfa-form input[type="email"],
.mpce-cfa-form input[type="tel"],
.mpce-cfa-form input[type="number"],
.mpce-cfa-form select,
.mpce-cfa-form textarea {
	font-family: 'Raleway', sans-serif;
	background: #fff;
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(0,0,0,.2);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
}



.menu-header-menu-container{
	display:inline-flex !important;
	}

@media screen and (max-width: 960px){
	h3 {
		font-size: 1em;
		line-height: 28px;
		letter-spacing: 4px;
	}

	h1 {
		font-size: 2.5em;
	}

	h2 {
	  font-size: 2em;
	}

	h4 {
	  font-size: 1.2em;
	}

	p {
		font-size: 14px;
		line-height: 22px;
	}
}


.smue-button-obj .smue-btn, .smue-button-inner-obj .smue-btn, .smue-cta-obj .smue-button-wrap .smue-btn, .smue-download-button-obj .smue-btn {
    text-shadow: none !important;
   font-weight: 500;
}

.smue-service-box-obj .smue-service-box-button-section .smue-btn {
    
    text-shadow: none !important;
   box-shadow: 0px 0px 20px 0px rgba(205, 59, 174,0.10);


}


.button_label {font-weight: 500;
}


.smue-ce-icon-obj.smue-ce-icon-shape-outline-circle .smue-ce-icon-bg {
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}


.smue-ce-icon-obj :hover  {
transition: transform .2s; 
transform: scale(1.5);
}
.smue-ce-icon-obj : hover{
transition: color .2s;
color:#cd3bae;
}




.banner_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative !important;
	padding-top:20em;
	padding-bottom: 20em;	
	background: rgba(255, 255, 255, 0.3);
}

.main-navigation a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
    line-height: 3.7;
}

.banner{
	padding-top: 15em;
	padding-bottom: 15em;
	background-position: center top;
}
h1 {
	color: #3d3d3f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: normal;
}



@media screen and (max-width: 767px)
i.responsive_bar {
  
    width: 40px !important;

}
}


