@font-face {
  font-family: 'NeoSansStd-Bold';
  src: url('../fonts/NeoSansStd-Bold.eot');
  src: url('../fonts/NeoSansStd-Bold.html') format('woff2'),
       url('../fonts/NeoSansStd-Bold-2.html') format('woff'),
       url('../fonts/NeoSansStd-Bold.ttf') format('truetype'),
       url('../fonts/NeoSansStd-Bold-3.html') format('svg'),
       url('../fonts/NeoSansStd-Boldd41dd41dd41d.html') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.separator {
    line-height: .5;
    text-align: center;
    margin: 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:after, .separator span:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgb(0 140 211);
    top: 5px;
    width: 160px;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}


.separator span:after {
    left: 100%;
    margin-left: 15px;
}


i.fa.fa-circle {
    color: #008cd3;
}

.separator span:after, .separator span:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgb(0 140 211);
    top: 5px;
    width: 160px;
}


i.fa.fa-skype {
    font-size: 40px;
    background: #008cd3;
    color: white;
 
    border-radius: 38px;
    padding: 10px 13px;
}


.skype {
    position: absolute;
    right: 30px;
	margin-top: 20px;	
}


h1.title-heading
{
    
    text-align: center;
    
}