/*index icon*/

section.icon {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #063E79;
	background-image: -webkit-linear-gradient(top, #064e9a 0%, #063E79 100%);
	background-image: linear-gradient(to bottom, #064e9a 0%, #063E79 100%);
	min-height: 200px;
	box-shadow: 0px 3px 10px #383838;
}

section.icon ul {
	display: inline-block;
	margin: 0 auto;
	margin-top: -60px;
}

section.icon ul li {
	float: left;
	list-style: none;
	margin: 0 20px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 35px;
	background-color: #FFF;
	border: solid 5px #00A05D;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	z-index: 2;
	position: relative;
	animation: borders infinite 5.5s ease-in-out;
	-webkit-animation: borders infinite 5.5s ease-in-out;
	-moz-animation: borders infinite 5.5s ease-in-out;
}

@keyframes borders {
	15% {
		border-top: solid 5px rgb(6, 199, 80);
	}
	25% {
		border-right: solid 5px rgb(6, 199, 80);
	}
	35% {
		border-bottom: solid 5px rgb(6, 199, 80);
	}
	45% {
		border-left: solid 5px rgb(6, 199, 80);
	}
	55% {
		border-top: solid 5px rgb(6, 199, 80);
	}
	55% {
		border: solid 5px #00A05D;
	}
	100% {
		border: solid 5px #00A05D;
	}
}

@-webkit-keyframes borders {
	15% {
		border-top: solid 5px rgb(6, 199, 80);
	}
	25% {
		border-right: solid 5px rgb(6, 199, 80);
	}
	35% {
		border-bottom: solid 5px rgb(6, 199, 80);
	}
	45% {
		border-left: solid 5px rgb(6, 199, 80);
	}
	55% {
		border-top: solid 5px rgb(6, 199, 80);
	}
	55% {
		border: solid 5px #00A05D;
	}
	100% {
		border: solid 5px #00A05D;
	}
}

section.icon ul li p {
	color: #3BB686;
	font-size: 1.2em;
	font-weight: 900;
}

/*index about*/

section.about {
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 50px;
}

section.about h1 {
	color: #000;
	margin-top: 20px;
}

section.about ul {
	display: inline-block;
	height: auto;
	margin: 20px auto;
}

section.about ul li {
	width: 450px;
	height: 450px;
	float: left;
	border: solid 1px silver;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

section.about ul li:first-child {
	border-right: 0px;
	background-color: #F7EFEC;
}

section.about ul li:last-child {
	background-color: #FFF;
}

section.about ul li:last-child P {
	font-size: 1.2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 40px;
	text-align: left;
	line-height: 24px;
}

section.about ul li:last-child a {
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 25px 5px 15px;
	border-radius: 0 81px 5px 0;
	border: 1px solid #00A05D;
	color: gray;
	border-left-width: 7px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	box-shadow: 3px 4px 2px #bebebe;
}

section.about ul li:last-child a:hover {
	animation: contact infinite .8s alternate-reverse ease-in-out;
	-webkit-animation: contact infinite .8s alternate-reverse ease-in-out;
	-moz-animation: contact infinite .8s alternate-reverse ease-in-out;
}

section.about ul li:last-child a i {
	margin-left: 5px;
}

/*our service*/

section.service {
	width: 100%;
	height: auto;
	background: url(../images/servicebg.jpg) no-repeat;
	min-height: 737px;
	text-align: center;
}

section.service ul {
	display: inline-block;
	height: auto;
	margin: 30px auto;
}

section.service ul li {
	display: block;
	float: left;
	width: 350px;
	min-height: 450px;
	height: auto;
	background-color: #FFF;
	border-top: solid 12px #00A05D;
	margin: 10px;
	text-align: right;
}

section.service ul li h2 i {
	margin-right: 10px;
}

section.service ul li h2 {
	margin: 15px 0;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

section.service ul li img {
	width: 100%;
	height: 200px;
}

section.service ul li p {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1% 10%;
	height: auto;
	min-height: 130px;
	font-size: 1em;
	letter-spacing: 1px;
}

section.service ul li a {
	display: inline-block;
	background-color: green;
	background-image: -webkit-linear-gradient(top, #28ba50 0%, green 100%);
	background-image: linear-gradient(to bottom, #28ba50 0%, green 100%);
	text-decoration: none;
	color: #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 25px;
	margin: 10px 20px 10px 0;
	font-size: 1em;
	border-radius: 5px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}

section.service ul li a:hover {
	box-shadow: 0px 2px 2px #b1b1b1;
	transform: translate(0, -3px);
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
}

section.service h1,
section.about h1 {
	font-size: 3em;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0.5em 0;
	letter-spacing: 2px;
}

section.service h1{
	color: #FFF;
}

/*contact us*/

section.service-send {
    width: 100%;
    height: 450px;
    min-height: 400px;
    display: inline-block;
    margin-bottom: -4px;
}

section.service-send div:first-child {
    width: 50%;
    float: left;
    height: inherit;
}

section.service-send div:first-child img {
    height: auto;
    width: auto;
    max-width: calc(100% * 2);
}

section.service-send div:last-child {
    width: 50%;
    height: inherit;
    float: right;
    background-color: #FFF;z
    z-index: -1;
}

section.service-send h1 {
    color: #004624;
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 3%;
}

section.service-send h3 {
    color: #00A05D;
    font-size: 1.2em;
    width: 90%;
}

section.service-send a {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 38px;
    text-decoration: none;
    color: #383838;
    border: solid #dadada 1px;
    border-radius: 0px 15px 15px 0;
    margin-top: 5%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    box-shadow: 5px 4px 5px #bebebe;
}

section.service-send a h2{
	font-size: 1.3em;
	font-weight: bold;
}

section.service-send span {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #0048AA;
    text-align: center;
    padding: 0.6em 0;
    box-sizing: border-box;
    margin-right: 10px;
}

section.service-send span i {
    color: #FFF;
    font-size: 1.3em;
}

section.service-send a:hover {
    animation: contact infinite .8s alternate-reverse ease-in-out;
    -webkit-animation: contact infinite .8s alternate-reverse ease-in-out;
    -moz-animation: contact infinite .8s alternate-reverse ease-in-out;
}

@keyframes contact {
    100% {
        transform: translate(-2px, -2px);
        -webkit-transform: translate(-2px, -2px);
        -moz-transform: translate(-2px, -2px);
        -ms-transform: translate(-2px, -2px);
    }
    00% {
        transform: translate(2px, -2px);
        -webkit-transform: translate(2px, -2px);
        -moz-transform: translate(2px, -2px);
        -ms-transform: translate(2px, -2px);
    }
}

@-webkit-keyframes contact {
    100% {
        transform: translate(-2px, -2px);
        -webkit-transform: translate(-2px, -2px);
        -moz-transform: translate(-2px, -2px);
        -ms-transform: translate(-2px, -2px);
    }
    00% {
        transform: translate(2px, -2px);
        -webkit-transform: translate(2px, -2px);
        -moz-transform: translate(2px, -2px);
        -ms-transform: translate(2px, -2px);
    }
}

section.service-send div:last-child section:first-child {
    float: left;
    border: solid;
    border-width: 0px 0 450px 100px;
    border-color: transparent transparent #FFF transparent;
    margin-left: -7.1em;
}

section.service-send div:last-child section:last-child {
    width: 80%;
    height: inherit;
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6% 5%;
}

/* ----------------------------------------------- */

@media screen and (max-width:1155px) {
	section.icon ul {
		margin-top: -20px;
	}

	section.service ul li {
		width: 30%;
	}
	section.service ul li img {
		height: 150px;
	}
}


@media screen and (max-width:981px) {
	section.about ul {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 30px;
	}
	section.about ul li {
		width: calc(50% - 4px);
		height: auto;
		min-height: 500px;
	}
}

@media screen and (max-width:885px) {
    section.service-send div:last-child section:first-child {
        display: none;
    }
    section.service-send h1 {
        font-size: 2em;
    }
    section.service-send h3 {
        width: 100%;
        font-size: 1.2em;
        font-weight: bold;
    }
    section.service-send div:last-child section:last-child {
        width: 100%;
    }
    section.productl {
        height: 500px;
    }
}

@media screen and (max-width:769px) {
	section.icon ul {
		margin-top: 20px;
	}
	section.icon ul li {
		width: 150px;
		height: 150px;
		padding: 20px 30px;
	}
	section.icon ul li p {
		font-size: 1em;
	}
	section.icon ul li img {
		width: 80%;
	}
}

@media screen and (max-width:701px) {
	section.about ul li {
		width: 100%;
		min-height: inherit;
		padding: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	section.about ul li:first-child {
		border-bottom-width: 0px;
		border-right: solid 1px silver;
	}
	section.service {
		background-color: #b1acac;
		background-size: cover;
	}
	section.service ul {
		width: 70%;
	}
	section.service ul li {
		width: 100%;
		margin: 10px 0;
		min-height: inherit;
	}
	section.service ul li img {
		height: auto;
	}
	section.service-send div:first-child {
        width: 100%;
        float: none;
        height: auto;
    }
    section.service-send div:first-child img{
    	width: 100%;
    	height: auto;
    }
    section.service-send div:last-child {
        width: 100%;
        float: none;
    }
    section.service-send {
        margin: 0;
        min-height: inherit;
        height: auto;
    }
}

@media screen and (max-width:645px) {
	section.icon ul li {
		margin: 0 10px;
	}
	section.icon ul li {
		width: 100px;
		height: 100px;
		padding: 15px 10px;
	}
	section.icon ul li p {
		font-size: 0.7em;
	}
	section.icon ul li img {
		width: 50%;
	}
	section.icon {
		min-height: inherit;
		box-shadow: ;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:445px) {
	section.icon ul {
		display: inline-block;
		width: 35%;
		margin: 0 auto;
	}
	section.icon ul li {
		margin: 10px 0;
	}

	section.about ul li img {
		width: 90%;
	}
	section.about ul li:last-child {
		padding: 0;
	}
	section.service ul {
		width: 90%;
	}
}

@media screen and (max-width:481px) {
	section.service-send div:first-child {
        height: 200px;
        text-align: center;
    }
}