@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); */ /* 'Montserrat' */
@import url('../fonts/montserrat/stylesheet.css');

.layout_development [class^="col-"],
.layout_development [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.layout_development div.container {
	padding-left: 0px;
	padding-right: 0px;
}
.layout_development {
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}



.content_box_fatured {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.content_box_fatured_heading h3 {
	font: normal 16px/16px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #888888;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.content_box_fatured_heading h3:after {
	background: #888888;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.content_box_fatured_heading h3:hover:after  {
	background: #BBBBBB;
	width: 180px;
}
.content_box_fatured_heading h3 i {
	color: #888888;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
@media only screen and (max-width: 768px) {
		 	
	.content_box_fatured_heading h3 i {
		width: 20px;
	}
	
}
.content_box_fatured_heading h3:hover i {
	color: #BBBBBB;
}



.content_box_fatured_content {
	background: #f2f2f2;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;	
}
.content_box_fatured_image {
	position: relative;
}



div.content_box_fatured_readmore {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
a.content_box_fatured_readmore_href,
a.content_box_fatured_readmore_href:link {
	color: #242424;
	font-weight: 400;
	float: right;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.content_box_fatured_readmore_href:hover {
	color: #A769A9;
}
a.content_box_fatured_readmore_href:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	color: #888888;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	position: absolute;
	left: 0px;
	display: inline-block;
}
a.content_box_fatured_readmore_href:hover:before {
	color: #A769A9;
}








.image_box_3 {
	border: 0px solid transparent;
 	position: relative;
}
.image_box_3:before, 
.image_box_3:after, 
.image_box_3 span:before, 
.image_box_3 span:after {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
}
.image_box_3:before {
    top: 40px;
    left: 40px;
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
}
.image_box_3:after {
    top: 40px;
    right: 40px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}
.image_box_3 span::before {
    bottom: 40px;
    left: 40px;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
}
.image_box_3 span::after {
    bottom: 40px;
    right: 40px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}
.image_box_3_:hover {
	border: 0px solid #A3DBF4;
}


/*
.image_box_3:before,
.image_box_3:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
 	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.image_box_3:before {
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	top: 20px;
	left: 20px;
}
*/



.ball {
  pointer-events: none;
  position: absolute; 
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  background: gray;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: .5;
  z-index: 9999999;
}

@keyframes implode {
  100% {transform: scale(0)}
}



/* MORPHING INTRO */
.morphing_intro {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999;
}
.morphing_intro_content {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
}
.morphing_intro_content_enter {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.morphing_intro div.morphing_intro_shape_wrapper .shape {
	height: 100vh;
	width: 100%;
	display: block;
	fill: #f2f2f2;
}
.morphing_intro a.enter_href {    
	font: normal 14px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	cursor: pointer;
	pointer-events: auto;
}
.morphing_intro a.enter_href:hover,
.morphing_intro a.enter_href:focus {    
	color: #888888;
}
