/*css-file*/

@font-face {
  font-family: DMSans_Bold;
  src: url(fonts/DMSans-Bold.ttf);
}

@font-face {
  font-family: DMSans_BoldItalic;
  src: url(fonts/DMSans-BoldItalic.ttf);
}

@font-face {
  font-family: DMSans_Italic;
  src: url(fonts/DMSans-Italic.ttf);
}

@font-face {
  font-family: DMSans_Medium;
  src: url(fonts/DMSans-Medium.ttf);
}

@font-face {
  font-family: DMSans_MediumItalic;
  src: url(fonts/DMSans-MediumItalic.ttf);
}

@font-face {
  font-family: DMSans_Regular;
  src: url(fonts/DMSans-Regular.ttf);
}

@font-face {
  font-family: Lovelace_Text_Bold_Italic;
  src: url(fonts/Lovelace-Text-Bold-Italic.otf);
}

@font-face {
  font-family: Lovelace_TextRegular;
  src: url(fonts/Lovelace-TextRegular.otf);
}

.intro_cont{
		margin:0px auto;
		margin-top:50px;
}
.intro-headline{
	font-family: Lovelace_TextRegular;
    font-size: 44px;
    text-align: center;
}
h3, h4, h5, h6, p{
	font-family: DMSans_Regular;
}
h3, h4, h5, h6{
	color:#4065b8;
	margin-top: 25px;
    margin-bottom: 15px;
}
p{
	font-size: 15px;
}


.intro_desc{
	margin:0px auto;
}

.intro_desc p{
	font-size: 15px;
    text-align: center;
	text-align:center;
}

.row hr{
	background: #4065b8;
    width: 64%;
    margin: 0;
	height: 2px;
}

.profilr_pic img{
	border-radius: 200px;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.profile-soc{
    text-align: center;
    width: 250px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.pro_soc_icon{
	margin: 10px;
    border: 1px solid #000;
    border-radius: 200px;
    width: 50px;
    height: 50px;
}
.expr{
	float:left;
}
.expr td{
vertical-align: top;
}
.expr h5{
	margin: 0;
    text-transform: uppercase;
	font-size: 18px;
}
.expr .tbl_yr{
	 width:25%;
	 
 }
 .acco-inr{
	padding-left: 20px;
	height: auto !important; 
 }
