﻿.ey-border-orange {
	border-color: #ff511f!important
}
.ey-orange {
	color: #ff511f!important
}
.ey-flex-jc-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.ey-position-title>.ey-flex-item {
	position: relative
}
.ey-position-title>div>.ey-item-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background: rgba(0,0,0,.5);
	color: #FFF;
	padding: 6px 0px
}
.ey-scale .ey-item-img img {
	transition: all .3s
}
.ey-scale .ey-flex-item:hover .ey-item-img img {
	transform: scale(1.2)
}
.ey-text-align-c {
	text-align: center!important
}
.ey-template-40 .ey-item-img img {
	width: 100%
}
.ey-template-40>.ey-flex-jc-sb>.ey-flex-item {
	border: 1px solid #FFF
}
.ey-template-3 {
	position: relative
}
.ey-template-3>h5 {
	width: 100%;
	font-size: 18px;
	padding: 3px 20px;
	box-sizing: border-box;
	border-bottom: 4px solid #CCC;
	margin: 0px
}
.ey-template-3>h5::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 2px;
	right: 0px;
	width: calc(100% - 20px);
	height: 3px;
	background-color: #FFF
}
.ey-item-img {
	overflow: hidden
}
.ey-item-img img {
	display: block;
	margin: 0px auto
}
.ey-item-title {
	margin: 6px 0px
}
.ey-template-56 {
	max-width: 1600px;
	color: #333
}
.ey-template-56>p {
	line-height: 1.6;
	margin: 0px;
	padding: 5px 0px
}
.ey-template-56>img, .ey-template-56>p>img {
	max-width: 100%;
	height: auto
}
.ey-template-56>.ey-template-3 {
	margin: 15px 0px 5px
}
.ey-template-56>.ey-table-container {
	padding: 10px 0px
}
.ey-flex-item4 {
	width: 24%;
	margin: 10px 0px
}
@media(max-width:480px) {
.ey-template-3>h5 {
	font-size: 16px
}
}


.crid1{display:grid;        grid-template-columns: repeat(4,1fr);gap:10px;
    margin-top: 20px;
}
.crid1 div{background-color:#f7f7f7;border-radius:10px;text-align:center;padding:4px;cursor:pointer;transition:0.4s}
.crid1 div:hover{box-shadow:0 0 0 2px}

.pop_box1{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    z-index: 9999999;
  display: none;
}
.pop_block{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);
    background: white;width:50%;border:1px solid #f1eaea;border-radius: 20px;overflow: hidden;
}
.pop_title{display:flex;justify-content:space-between;align-items:center;background:#f7f7f7;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
}
.pop_title span{
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #d9d9d9;
    margin: 15px 0 !important;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
}
.pop_title span:hover{opacity:0.8}
.pop_text{padding:30px;font-size:18px;line-height:2}

.btn_box{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0}
.btn_box a{background:black;color:white;padding:10px 0;font-size:20px;text-align:center;cursor:pointer;transform:skew(-10deg)}

.hedehe1{display:grid;grid-template-columns:repeat(4,1fr);margin:30px 0}

.hedehe1 div{text-align:center;position:relative;padding:0 30px}
.hedehe1 div:after{content:'';position:absolute;top:50%;left:0;width:1px;height:30px;background:#dedede;transform:translateY(-50%)}
 .hedehe1 div:first-child:after{display:none}
.hedehe1 h4{font-size:18px;margin:10px 0 20px}


@media(max-width:768px) {
.ey-flex-item4 {
	width: 49%
}
.hedehe1{grid-template-columns:repeat(1,1fr);gap:30px}
 .hedehe1 :after{display:none}
}