.class1 {
	font-family: 'montserrat';
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
}

.bg,
.bg2 {
	width: 100%;
	height: 100%;
	position: absolute;
}

.bg {
	-webkit-clip-path: polygon(72% 74%, 100% 27%, 100% 100%, 5% 100%);
	clip-path: polygon(72% 74%, 100% 27%, 100% 100%, 5% 100%);
	z-index: -1;
	background-color: #226dbc;
}

.bg2 {
	z-index: -2;
	background-color: #2a5f98;
	-webkit-clip-path: polygon(64% 100%, 100% 27%, 62% 67%, 4% 100%);
	clip-path: polygon(64% 100%, 100% 27%, 62% 67%, 4% 100%);
}

.Rcontainer {
	display: grid;
	grid-template-columns: 50% auto;
	height: auto;
	align-self: center;
	margin: 0 50px;
}

.class1 ul {
	list-style-type: none;
	perspective: 1000px;
}

.class1 ul li {
	display: grid;
	grid-template-columns: 20% auto;
	border-radius: 10px;
	padding: 14px;
	cursor: pointer;
	transform: rotateY(-35deg) rotateX(15deg);
	position: absolute;
	border-bottom: 4px solid rgba(0, 0, 0, .2);
	border-right: 4px solid rgba(0, 0, 0, .2);
	transition: 0.7s;
}

.class1 ul li:nth-child(1) {
	color: #2b2b33;
	background-color: #f7f7f7;
	top: -112px;
	z-index: 2;
}

.class1 ul li:nth-child(2) {
	background-color: #f7f7f7;
	z-index: 1;
	color: 2b2b33;
}

.class1 ul li:nth-child(3) {
	color: #2b2b33;
	background-color: #f7f7f7;
	background-color: #f7f7f7;
	top: 115px;
	z-index: 0;
}

.class1 ul li:nth-child(4) {
	color: #2b2b33;
	background-color: #f7f7f7;
	top: 234px;
	z-index: 0;
}

.class1 ul li:hover {
	transform: translateY(30px) rotateY(-35deg) rotateX(15deg) scale(1.2);
	z-index: 3;
}

h1 {
	font-size: 3em;
	margin-top: 0;
}

#left >
p {
	color: grey;
	line-height: 1.5em;
}

.containerTitle {
	display: flex;
	width: 100%;
	padding: 4% 2%;
	box-sizing: border-box;
	height: 100vh;
}

.box {
	flex: 1;
	overflow: hidden;
	transition: .5s;
	margin: 0 2%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
	line-height: 0;
}

.box >
img {
	width: 100%;
	height: calc(80% - 10vh);
	object-fit: cover;
	transition: .5s;
}

.box >
span {
	font-size: 2vh;
	display: block;
	text-align: center;
	height: 10vh;
	line-height: 2.6;
}

.box:hover {
	flex: 1 1 50%;
}

.box:hover >
img {
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}

.containerTitle:hover .overlay {
	opacity: 1;
}

figure.snip0016 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 220px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	text-align: left;
}

figure.snip0016 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure.snip0016 img {
	max-width: 100%;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.snip0016 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 11px 3em;
	width: 100%;
	height: 100%;
}

figure.snip0016 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 100%;
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

figure.snip0016 h3,
figure.snip0016 p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate3d(30%, 0%, 0);
	transform: translate3d(30%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure.snip0016 h3 span {
	font-weight: 800;
}

figure.snip0016 p {
	font-weight: 200;
	-webkit-transform: translate3d(0%, 30%, 0);
	transform: translate3d(0%, 30%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.snip0016 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}

figure.snip0016:hover img {
	opacity: 0.3;
}

figure.snip0016:hover figcaption h3 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

figure.snip0016:hover figcaption p {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

figure.snip0016:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.thumb {
	margin-bottom: 30px;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	transition: all .3s ease-in-out;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

.service .service-box figure img {
	width: 100%;
}

img {
	border-style: none;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-archive:before {
	content: "\f187";
}

.fa-server:before {
	content: "\f233";
}

.grand_title {
	display: flex;
	justify-content: center;
	font-family: sans-serif;
}

.style_module {
	color: #dc6c1b;
	font-weight: bold;
}

#slideshow {
  margin: 80px auto;
  position: relative;
  height: 100px;
  padding: 10px;
}

#slideshow>div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
