
body,html {
	padding: 0;
	margin: 0;
	background: #fff;
}
ul{
	list-style-type: none;
}

.container{
	width: 1110px;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col-6 {
	width: 50%;
}
.round-wrap{
	position: relative;
	width: 478px;
	height: 479px;
    z-index: 9;
    margin: 15px 0;

}

.quadrant {
	display: block;
	width: 350px;
	height: 229px;
	position: absolute;
}
.quadrant.quadrant1 {
	top: 0;
	left: 0;
}
.quadrant.quadrant2 {
	transform: rotate(120deg);
	right: -76px;
	bottom: 119px;
}
.quadrant.quadrant3 {
	transform: rotate(-120deg);
	bottom: 7px;
	left: -13px;
}

.round-wrap #link1 h2 {
	position: absolute;
	top: 125px;
	left: 68px;
	letter-spacing: 1px;
}
.round-wrap #link1 h2:before{
	content: '';
	width: 62px;
	height: 62px;
	background: url(../img/round-icon1.png) center no-repeat;
	position: absolute;
	left: 53px;
	top: -77px;
}

.round-wrap #link1:hover h2:before{
	content: '';
	width: 62px;
	height: 62px;
	background: url(../img/round-icon1-hov.png) center no-repeat;
	position: absolute;
	left: 53px;
	top: -77px;
}
.round-wrap #link2 h2 {
	position: absolute;
	top: 235px;
	left: 278px;
	letter-spacing: 1px;
}
.round-wrap #link2 h2::before {
	content: '';
	width: 84px;
	height: 62px;
	background: url(../img/round-icon2.png) center no-repeat;
	position: absolute;
	left: 45px;
	top: -77px;
}
.round-wrap #link2:hover h2:before{
	content: '';
	width: 84px;
	height: 62px;
	background: url(../img/round-icon2-hov.png) center no-repeat;
	position: absolute;
	left: 45px;
	top: -77px;
}
.round-wrap #link3 h2 {
	position: absolute;
	top: 350px;
	left: 93px;
	letter-spacing: 1px;
}
.round-wrap #link3 h2::before {
	content: '';
	width: 84px;
	height: 62px;
	background: url(../img/round-icon3.png) center no-repeat;
	position: absolute;
	left: 18px;
	top: -77px;
}
.round-wrap #link3:hover h2:before{
	content: '';
	width: 84px;
	height: 62px;
	background: url(../img/round-icon3-hov.png) center no-repeat;
	position: absolute;
	left: 18px;
	top: -77px;
}

.round-slider{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: url(/new/img/firstslide.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.circle-title{
	color: #dda365;
	font-size: 16px;
	text-transform: uppercase;
    text-align: center; 
width: 200px;
}
.item-title {
	font-size: 40px;
	color: #0e1d4c;
	margin: 15px 0;
	line-height: 40px;
}
.list-item {
	padding-right: 15px;
}
.list-item li {
	float: left;
	width: 50%;
	line-height: 30px;
	color: #59132B;
}

.list-item li:before {
    color: #DDA365;
    content: "■";
    position: relative; 
    left: -7px;
    font-size: 18px;
    margin-left: -7px;
}

.owl-item ul {
    margin-left: 13px!important;
}
.owl-item ul li {
    padding-right: 11px;
}

	

