@font-face {
  font-family: UTMCenturBold;
  src: url(../../../../../../../../themes/cmskk/fonts/UTMCenturBold.ttf);
}

.bcv1{
	background: var(--wpr-bg-30bed83b-6c48-4fd0-a6f2-268909ebf1a4) center center no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
	color: #fff;
}
.bcv1-title{
	margin: 0 0 40px;
	font-size: 28px;
	color: #e0c06b;
	font-family: UTMCenturBold;
	text-transform: uppercase;
	text-align: center;
}
.bcv1-item{
	text-align: center;
	margin-bottom: 20px;
}
.bcv1-item-name{
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0 5px;
	text-transform: uppercase;
}
.bcv1-item p{
	color: #d3d3d3;
	font-size: 11px;
}
.bcv2{
	background: #f8f8f8;
	padding: 40px 0;
	text-align: center;
}
.bcv2-inner{
	width: 850px;
	margin: auto;
	max-width: 100%;
	font-weight: 600;
	font-style: italic;
}

.title-st{
	margin-top: 0;
	padding-bottom: 25px;
	font-size: 30px;
	font-family: UTMCenturBold;
	color: #444343;
	position: relative;
}
.title-st span{
	position: relative;
    z-index: 2;
}
.title-st small{
	font-size: 70px;
	color: #f8f4ee;
	position: absolute;
    z-index: 1;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
}

.bcv3-des{
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}
.bcv3-item{
	text-align: center;
}
.bcv3-item-name{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
}
.dot2{
	width: 48px;
	height: 3px;
	background: #f9e9a4;
	margin: 15px auto;
}
.bcv3-item{
	margin-bottom: 20px;
}
.bcv3-item p{
	font-size: 12px;
	font-weight: 500;
	padding: 0px 30px;
}

/*bcv4*/
.bcv4-item{
	margin-bottom: 30px;
}
.bcv4-item-title img{
	margin-right: 10px;
}
.bcv4-item-title{
	margin: 0 0 12px;
	padding-bottom: 8px;
	height: 63px;
	border-bottom: 1px solid #ebebeb
}
.bcv4-item-title span{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.bcv4-item{
	font-size: 12px;
	font-weight: 500;
}
.bcv4-item-des ul li{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	position: relative;
}
.bcv4-item-des ul li:not(:last-child){
	border-bottom: 1px solid #ebebeb
}
.bcv4-item-des ul li:before{
	position: absolute;
	left: 2px;
	top: 15px;
	width: 5px;
	height: 5px;
	background: #5a5a5a;
	border-radius: 50%;
	content: "";
}
.bcv4-item-des2{
	height: 200px;
	overflow: hidden;
}
.bcv4-item-des2.active{
	height: initial;
}
.showmore{
	color: #333;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	display: inline-block;
}
.showmore.active i:before{
	content: "\f146";
}
/*End bcv4*/


/*info*/
.info{
	padding: 30px 0 50px;
	overflow: hidden;
}
.info-heading h3{
	font-size: 30px;
	margin: 0 0 35px;
	color: #444343;
	font-weight: bold;
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
.info-bottom{
	margin-top: 30px;
}
.infob-item {
	border-right: 1px solid #d9d8d8;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0px 35px;
	text-align: center;
}
.infob-item strong{
	margin-bottom: 6px;
}
.infob-item strong{
	text-transform: uppercase;
}
.infob-item:last-child{
	border-right: none;
}
/*End info*/

@media(max-width: 1199px){
	.bcv4-item-title span{
		font-size: 14px;
	}
}
@media(max-width: 991px){
	.showmore{
		display: none;
	}
	.bcv4-item-des2{
		height: initial;
	}
}
@media(max-width: 767px){
	.bcv1-title{
		font-size: 22px;
	}
}