/* services block service */

.service-block-service-area {
	position: relative;
	margin-top: -50px;
}

.service-block-service {
	position: relative;
}

.service-block-service .inner-box {
	position: relative;
	margin-bottom: 30px;
	z-index: 99;
}

.service-block-service .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-service .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-service .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/resource/shape-two.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.service-block-service .inner-box:hover .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-service .icon-box {
	color: #164079;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-service h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.service-block-service .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(22, 64, 121, 0.8);
}

.service-block-service .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-service .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-service .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-service .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-service .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-service .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-service .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.service-block-service .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-service .inner-box .overlay-box .read-more:hover {
	color: #164079;
}


/* service-block-service01*/


.service-block-service01-area {
	position: relative;
	margin-top: -50px;
}

.service-block-service01 {
	position: relative;
}

.service-block-service01 .inner-box {
	position: relative;
	margin-bottom: 30px;
	z-index: 99;
}

.service-block-service01 .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-service01 .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-service01 .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/resource/shape-four.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.service-block-service01 .inner-box:hover .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-service01 .icon-box {
	color: #164079;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-service01 h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.service-block-service01 .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(22, 64, 121, 0.8);
}

.service-block-service01 .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-service01 .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-service01 .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-service01 .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-service01 .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-service01 .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-service01 .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.service-block-service01 .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-service01 .inner-box .overlay-box .read-more:hover {
	color: #164079;
}


/* service-block-service02*/


.service-block-service01-area {
	position: relative;
	margin-top: -50px;
}

.service-block-service02 {
	position: relative;
}

.service-block-service02 .inner-box {
	position: relative;
	margin-bottom: 30px;
	z-index: 99;
}

.service-block-service02 .inner-box .image {
	position: relative;
	overflow: hidden;
}

.service-block-service02 .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-block-service02 .inner-box .caption {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/resource/shape-threee.jpg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.service-block-service02 .inner-box:hover .caption {
	opacity: 0;
	visibility: hidden;
}

.service-block-service02 .icon-box {
	color: #164079;
	font-size: 55px;
	margin-bottom: 30px;
}

.service-block-service02 h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.service-block-service02 .inner-box .overlay-box {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(22, 64, 121, 0.8);
}

.service-block-service02 .inner-box:hover .overlay-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-service02 .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	padding: 10px 30px;
	vertical-align: middle;
}

.service-block-service02 .inner-box .overlay-box .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.service-block-service02 .inner-box .overlay-box h2 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}

.service-block-service02 .inner-box .overlay-box h2 a {
	position: relative;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-block-service02 .inner-box .overlay-box h2 a:hover {
	color: #17b6e6;
}

.service-block-service01 .inner-box .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 25px;
}

.service-block-service02 .inner-box .overlay-box .read-more {
	position: relative;
	background: #fff;
	color: #222;
	font-weight: 600;
	padding: 11px 18px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.service-block-service02 .inner-box .overlay-box .read-more:hover {
	color: #164079;
}

