﻿body {
}

/*********************** Demo - 10 *******************/
.box10 {
	background: #fff;
	overflow: hidden;
	position: relative
}
.box10:after, .box10:before {/*border-width:0 122px 75px;*/
	border-style: solid;
	border-color: transparent transparent #0267b1;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-55%, 100%);
	transition: all .5s 0s cubic-bezier(.6, -.28, .735, .045)
}
.box10:after {
	border-width: 150px 250px;
	border-color: #ad363600 #0267b1 #037ad2 #168fe8;
	top: 25%;
	transform: translate(-60%, 100%)
}
.box10:hover:before {
	transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
	transform: translate(-55%, 0);
	transition-delay: .2s
}
.box10:hover:after {
	transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
	transform: translate(-60%, 0);
	transition-delay: 0s
}
.box10 img {
	width: 100%;
	height: auto;
	opacity: 1;
	transform: scale(1.1) translateY(3%);
	transition: all .5s ease 0s
}
.box10:hover img {
	transform: scale(1.1) translateY(-3%);
	opacity: .1
}
.box10 .box-content {
	padding: 20px 0 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	transform: translateY(20%);
	transition: all .5s ease 0s
}
.box10:hover .box-content {
	opacity: 1;
	transform: translate(0);
	transition-delay: .1s
}
.ddcontenttitle{
	font-size: 23px; font-weight: 800; color: #0267b1; margin: 0px;
	}
.ddtitle{
	background-color: #0267b1;margin: 0px;padding:2%;font-size: 1.9rem !important;letter-spacing: 0;
	}
.box10 .title {
	font-size: 23px;
	font-weight: 800;
	color: #fff;
	}
.box10 .icon {
	padding: 0;
	margin: 0;
	list-style: none
}
.box10 .icon li {
	display: inline-block
}
.box10 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	background: #18ab69;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	transition: all .3s ease 0s
}
.box11 .icon li, .box11 .icon li a, .box11 .title, .box12 .icon li, .box12 .title {
	display: inline-block
}
.box10 .icon li a:hover {
	transform: rotate(360deg)
}
@media only screen and (max-width:990px) {
.box10 {
	margin-bottom: 20px
}
}
@media only screen and (max-width:767px) and (min-width:600px) {
.box10:before {
	border-width: 0 250px 240px
}
.box10:after {
	border-width: 260px 460px
}
}
@media only screen and (max-width:599px) and (min-width:430px) {
.box:before {
	border-width: 0 220px 120px
}
.box10:after {
	border-width: 260px 460px
}
}
	
/*-----------------------------------------------------
	SERVICE
------------------------------------------------------*/
/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
	width: 100%;
	transition: all .3s ease 0s
}
.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
	text-align: center
}
.box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
	content: ""
}
.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
	overflow: hidden
}
.box1 .title, .box10 .title, .box4 .title, .box7 .title {
	/*letter-spacing: 1px*/
}
.box3 .post, .box4 .post, .box5 .post, .box7 .post {
	font-style: italic
}

.mt-30 {
	margin-top: 30px
}
.mt-40 {
	margin-top: 40px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-15 {
	margin-bottom: 15px
}
 @media only screen and (max-width:990px) {
.box1 {
	margin-bottom: 30px
}
}
