@font-face {
font-family: 'CenturyGothic';
src: url('../font/CenturyGothic.eot');
src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
url('../font/CenturyGothic.woff') format('woff'),
url('../font/CenturyGothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
	font-family: 'CenturyGothic';
	font-size: 14px;
	line-height: 1.42857143;
    color: #333;
}
h1{
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
}
h2{
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
    ma
}
h3{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}
a{
	color: #333;
	text-decoration: none;
}
p{
	font-size: 14px;
}
.right{
	text-align: right;
}
.flex{
	display: flex;
}
#box{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}
header{
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
	background: #FFC315;
    border-bottom: 3px solid #8B8B8B;
}

.telephone{
	margin: 10px 0;
	font-size: 32px;
    font-weight: bold;
}
.telephone i {
	margin: 0px 10px 0 20px;
}
#banner{
	display: flex;
}
#banner img{
	width: 100%;
}

#advantage h2, #services h2{
	background: #EAEAEA;
    text-align: center;
}
.advantage-box{
    justify-content: space-between;
    padding: 15px;
}
.advantage_item{
   flex: 1;
   padding: 0 15px;
   margin-bottom: 15px;
}
.advantage_text{
   padding: 0 15px;
   flex: 2;
}
.icon_style{
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 85px;
    flex: 1;
}
.advantage_icon1 {
    background-image: url(../image/time.jpg);
}
.advantage_icon2 {
    background-image: url(../image/money.jpg);
}
.advantage_icon3 {
    background-image: url(../image/tel.jpg);
}
.advantage_icon4 {
    background-image: url(../image/like.jpg);
}
.advantage_icon5 {
    background-image: url(../image/map.jpg);
}
.advantage_icon6 {
    background-image: url(../image/car.jpg);
}
.advantage_icon7 {
    background-image: url(../image/car2.jpg);
}
.advantage_icon8 {
    background-image: url(../image/spesh.jpg);
}
.advantage_icon9 {
    background-image: url(../image/dollar.jpg);
}
footer{
	background: #EAEAEA;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}
footer p{
	padding: 0 15px;
	flex: 1;
}


@media screen and  (max-width: 3600px){
#box{
	width: 1140px;
}
}
@media screen and  (max-width: 1200px){
#box{
	width: 940px;
}
.telephone{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

}

@media screen and  (max-width: 980px){
#box{
	width: 720px;
}
.telephone{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.advantage_item{
flex-direction: column;
align-items: center;
}
.icon_style{
	flex: auto;
	padding: 0;
	width: 105px;
	height: 105px;
}
.advantage_text{
	flex: auto;
	padding: 0;
	text-align: center;
}
}

@media screen and  (max-width: 768px){
#box{
    width: 100%;
    margin: 0;
    padding: 0;
}
header{
    flex-direction: column;
    align-items: center;
}
.telephone{
	align-items: center;
	flex-direction: row;
	font-size: 24px;
}
.advantage-box{
	flex-direction: column;
}
footer{
	flex-direction: column;
	text-align: center;
}
.right{
	text-align: center;
}
footer p{
	padding: 0;
}
}
@media screen and (max-width: 414px){

.telephone{
	flex-direction: column;
}
.telephone i{
	margin: 0 5px 0 0;
}
footer p{
	padding: 5px;
}
}

