.breadcrumb{
	padding: 24px 0 20px;
	text-align: right;
	font-size: 16px;
	position: relative;
}
.breadcrumb:before{
	position: absolute;
	height: 4px;
	width: 100%;
	background: url(../images/img6.jpg) no-repeat center;
	background-size: cover;
	content: "";
	top: 0;
	left: 0;
}
.breadcrumb ol{
	margin-bottom: 0;
}
.breadcrumb a{
	color: #000;
}
.breadcrumb a:hover{
	color: #020475;
}
.breadcrumb .breadcrumb_last{
	font-weight: bold;
}

/*st1*/
.st1-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
    color: #020475;
    font-family: UTMAvoBold;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 10px;
}
.st1-heading p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
    .st1-title b{
        margin: 8px 10px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-title b{
        display: none;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
    .st1 .st1-title{
        display: none;
    }
}
/*End st1*/

/*social-icons*/
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.social-icons span{
    margin-right: 5px;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
.social-icons{
    margin: 20px 0 0;
}
/*End social-icons*/