
/* General Declarations*/
.light-300 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
  }

  .light-400 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size:18px;
  }

.regular-400 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
  }
.semi-bold-700 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
	font-size:18px;
  }
  .semi-bold-600 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
  }
html, body { overflow-x: hidden; }
body { font-family: 'Roboto', sans-serif; 
background-color: #212529;  	
}
div, a, p, .text-temp { color: #c7c2c2; }
.bg-gray {    background-color: #c7c2c2;}
p { line-height: 1.5em; }
a {	transition: all 0.3s ease; }
a:hover {
	color: #ffc107;
	text-decoration: none;
}
.container-fluid { margin-left: 0; }
.tm-text-primary { color: #ffc107; }

hr { border-top: 4px solid #CCC; }
.h5 {line-height:1.5em;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
}
#services,
#systems,
#projects,
#contact, #process
{
	padding-bottom: 40px;
	padding-top: 40px;
}


 h1 {
    font-size: calc(2rem + 1.5vw);
}
/* General Declaration Ends */
/* Main Nav */
#main_nav .nav-item .nav-link {color:#ffc107;}
#main_nav .nav-item .nav-link:hover {color: #fff;}
#main_nav .nav-item .nav-link:active {color: #fff;}
.navbar a {color:#ffc107;}
.navbar a:hover {color: #fff;}
.navbar a:active {color: #fff;}
.navbar {justify-content: center;}
.navbar-brand {font-size: 24px;}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ffc107;
}
.dropdown-menu {  background-color: #212529;
}
/* End Main Nav */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #ffc107;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
.carousel {
  margin-bottom: 0rem;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 42rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 42rem;
  filter:brightness(80%);
}
.carousel-caption {
	color:#ffc107;
	top:125px;
}
@media (max-width: 700px) {
	.carousel-item {
		height: 18rem;
	  }
	  .carousel-item > img {
		height: 18rem;
	  }
	  .carousel-caption {
		top:75px;
	  }

	  h1 {
		font-size: calc(1.2rem + 1.5vw);
	}
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-indicators [data-bs-target]{
	height:15px;

}
.carousel-indicators button,
.carousel-indicators.active {
  background-color: #ffc107 !important;
}

@media (max-width: 500px) {
	/* Bump up size of carousel content */
	.carousel-indicators {
	  display: none;
	}
  }

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

/* About */

#containert {
	color:#ffc107;
	text-transform: uppercase;
	font-size:25px;
	font-weight:bold;
	padding-top:40px;  
	position:relative;
	width:100%;
	bottom:35%;
	display:block;
  }
  #flip {
	height:50px;
	overflow:hidden;
  }
  #flip > div > div {
	color:#fff;
	padding:4px 12px;
	height:45px;
	margin-bottom:45px;
	display:inline-block;
  }
  #flip div:first-child {
	animation: show 5s linear infinite;
  }
  #flip div div {
	background:transparent;
  }
  #flip div:first-child div {
	background:transparent;
  }
  #flip div:last-child div {
	background:transparent;
  }
  @keyframes show {
	0% {margin-top:-270px;}
	5% {margin-top:-175px;}
	33% {margin-top:-175px;}
	38% {margin-top:-90px;}
	66% {margin-top:-90px;}
	71% {margin-top:-5px;}
	99.99% {margin-top:-5px;}
	100% {margin-top:-270px;}
  }
.square {
  height: 100px;
  width: 100px;
  margin: 30px auto 40px;
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  background-color:#ffc107;
  box-shadow: 0px 0px 27px 0px #ccc;
  border: 2px dotted #eaf3fa;
}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #212529;
  font-size: 40px;
  padding-top: 17px;
  padding-right: 14px;
}
.square::before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color:#ffc107;
  content: '';
}
.square::after {
  position: absolute;
  left: 50px;
  top: 66px;
  width: 1px;
  height: 88%;
  background-color:#ffc107;
  content: '';
  transform: rotate(90deg);
}
.partner-wap {
	background-color: #212529;
	background-size: 300% 300%;
	background-position: 0% 100%;
	transition: 2s;
	text-align: justify;
	min-height: 305px;
}
  .card {border:none; border-radius:0px;}
  .partner-wap:hover {

	transition: 1s;
}
  .partner-wap .fas, .partner-wap .objective-heading{color:#c7c2c2; transition: 0.5s;}
  .partner-wap:hover .fas{color:#ffc107;}
  .partner-wap:hover .square {background-color:#212529;}
  .partner-wap:hover .objective-heading{color:#ffc107; transition: 0.5s;}
  .partner-wap p{
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5em;
	color: #c7c2c2;
}
  .partner-wap:hover .serv p{
	color: #ffc107;
	transition: 0.5s;
}



  .statistics {background:url('../img/const10.jpg') no-repeat center center fixed; min-height:340px;}
  .statistics .fields {background:rgba(9,9,9,0.7);min-height:340px;color:#fff;}
 
 
  
  .statistics .stats {
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
	color: #ffc107;
  }
  
  .statistics .stats:hover {
	transform: scale(1.1);
	color: #fff;
  }
  
  .statistics p {
	font-size: 40px;
	margin-bottom: 0;
	font-weight: bold;
	color:#ffc107;

	
  }
  
  .statistics span {
	font-size: 18px;
  }
/* End About */
/* Services */
.recent-work.card{
	min-height:305px;
	margin-bottom: 15px;
	border-radius:25px;

}

.recent-work-img{
	min-height:305px;
	filter: grayscale(80%) brightness(120%)
}
.recent-work .recent-work-vertical {
	background: linear-gradient(0deg, rgb(255, 193, 7,0.8) 10%, rgba(0,0,0,0) 0%, rgba(33,37,41,0.7) 66.666%, rgba(33,37,41,0.7) 12%);
	background-size: 300% 300%;
	background-position: 0% 100%;
	transition: .5s;
}
.recent-work .recent-work-vertical:hover {
	background-position: 0% 0%;
	transition: .5s;

}
  .recent-work-content .card-text {
	color:#212529;
	padding-bottom: 1px;

}
  .recent-work .recent-work-vertical:hover div.recent-work-content {
	top: 50%;
	margin-top: -8.25em;
	position: absolute;
	
}
.recent-work .recent-work-vertical:hover * {
	color: #ffc107;
	transition: .5s;
}
.toshow {visibility:hidden; height:0px; margin-bottom:0px;
}
.recent-work .recent-work-vertical:hover .toshow {visibility:visible; text-align: justify;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5em;
  	padding-right:15px;
}

.tt{
	min-height:415px;
}
.btn-tik{
	background-color:transparent;
	box-shadow: 5px 3px 3px #ffc107;
	transition: ease-in-out all 1s;
}
.btn-tik1{
	min-height:30px;
	min-width:130px;
	background-color: #ffc107;
	color:#212529 ;
	box-shadow: 5px 3px 3px #212529;
	transition: ease-in-out all 1s;
	
}
.btn-tik:hover{
	box-shadow: none;
}
.btn-tik1:hover  {
	box-shadow: none;

	background-color: #212529;
	color:#ffc107 ;
}
@media (max-width: 700px) {

.btn-tik1{
	min-height:30px;
	max-width:130px;
}
}
/* End Services */
/* Solutions*/

.consult-us {background:url('../img/const3.jpg') no-repeat center center fixed; min-height:700px}
.consult-us .fields {background:rgba(9,9,9,0.7);min-height:700px;color:#fff}
.tm-gallery {
	position: relative;
	margin: 0 20px;
	list-style: none;
	text-align: center;
	overflow: hidden;
	justify-items: center;
}
.tm-gallery-links {
	margin-top: 25px;
	padding-left: 0;
    display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-bottom: 10px;
}
.tm-gallery-links li {
	list-style: none;
	margin-bottom: 20px;
	margin-right: 20px;
}
.tm-gallery-link {
	padding: 5px;
	color: #eee;	
}
.tm-gallery-link.active { color: #ffc107; }
.tm-gallery-link-icon { width: 25px; }
.tm-paging {
	margin-top: 35px;
	overflow: auto;
    display: flex;
    justify-content: flex-end;
}
.tm-paging-link {
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: white;
    color: #999;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.tm-paging-link.active,
a.tm-paging-link:hover {
    background: #ffc107;
    color: white;
}

@media (max-width: 1972px) { .tm-paging { max-width: 870px; } }
@media (max-width: 1660px) { .tm-paging { max-width: 580px; } }
@media (max-width: 1258px) { .tm-paging { max-width: 290px; } }
@media (max-width: 991px) { .tm-paging { max-width: 580px; } }
@media (max-width: 898px) { .tm-paging { max-width: 290px; } }
@media (max-width: 700px) { .tm-paging { max-width: 580px; } }

@media (max-width: 618px) {
	.tm-paging {
		max-width: 290px;
		flex-wrap: wrap;
	}

	.tm-paging-link { margin-right: 5px; }
}

.tm-gallery figure {
	position: relative;
	z-index: 50;
	float: left;
	overflow: hidden;
	margin: 1%;
	min-width: 250px;
	max-width: 250px;
	max-height: 180px;
	width: 48%;
	background: #ffc107;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
}
.tm-gallery figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	filter:grayscale(70%);
}
.tm-gallery figure figcaption {
	padding: 0.5em;
	color: #fff;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tm-gallery figure figcaption::before,
.tm-gallery figure figcaption::after {
	pointer-events: none;
}
.tm-gallery figure figcaption,
.tm-gallery figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.tm-gallery figure h2 {

	font-weight: 300;
}
.tm-gallery figure h2 span { font-weight: 800; }
.tm-gallery figure h2,
.tm-gallery figure p {
	margin: 0;
	font-size:0.9rem; 
	color: #ffc107;;
	font-weight: 300;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey { background: #4a3753; }
figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-honey:hover img { opacity: 0.5; }
figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #ffc107;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
    left: 0;
    font-size: 1.6rem;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 0.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey ul li a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i,
figure.effect-honey:hover ul li a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* End Solutions*/
/* Projects Start*/

.slick-slide {
	margin: 0px 30px;
  }
  
  .slick-slide img {
	width: 110%;
	min-height:100px;
	
  }
  
  @media (min-width: 768px) and (max-width: 991px)
  {
	.slick-slide img
	  {
		min-height:10px;
	  }
	  .navbar-brand span {
		font-size:16px;
	  }
	}
	@media (max-width: 768px) 
  {
	.slick-slide img
	  {
		min-height:50px;
	  }
	  .navbar-brand span {
		font-size:16px;
	  }
	}
  
  .slick-slider
  {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
  .slick-list:focus
  {
	outline: none;
  }
  .slick-list.dragging
  {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	position: relative;
	top: 0;
	left: 0;
	display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	display: table;
	content: '';
  }
  .slick-track:after
  {
	clear: both;
  }
  .slick-loading .slick-track
  {
	visibility: hidden;
  }
  
  .slick-slide
  {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	float: right;
  }
  .slick-slide img
  {
	display: block;
  }
  .slick-slide.slick-loading img
  {
	display: none;
  }
  .slick-slide.dragging img
  {
	pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	display: block;
  }
  .slick-loading .slick-slide
  {
	visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	display: block;
	height: auto;
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }

  .tm-about-title { font-size: 18px; margin-top:10px; }

  /* End Projects */
  
/* Contact */
#message {
	height: 160px;
  }
  #contact  a.text-dark:hover {
	color: white !important;
	transition-duration: 0.15s;
  }
.btn-dark:hover{
	  background-color: white;
	  border-color:transparent;
	  color:#ffc107;
	transition-duration: 0.15s; 
  }
  #contact .rounded-start {
	border-radius: 0px 50rem 50rem 0px;
	max-height:40px;
  }
  #contact .rounded-end {
	border-radius:50rem 0px 0px 50rem;
	max-height:40px;
  }
  #contact label {color: #ffc107;}
  #contact .modal-body .form-control {border-radius:10px; background-color:transparent; border:none; border-bottom: 1px solid #ffc107; color:#ffc107; font-size:1em;}
  #contact .modal-body textarea {height:80px}
  #contact .modal-body, .modal-content {background: linear-gradient(0deg, rgb(40, 40, 40, 0.5) 20%, transparent);
	; border:1px solid #ffc107;}

	.form-control:focus {
		background-color:white;
		outline: 0;
		box-shadow: 0 0 0 0.1rem rgba(255,193,7,1);
		
	}
.select option {background-color: #212529;}
 

#career label {color: #ffc107;}
#career .form-control {border-radius:10px; background-color:transparent; border:none; border-bottom: 1px solid #ffc107; color:#ffc107; font-size:1em;}

#cv {background: linear-gradient(0deg, rgb(255, 193, 7, 0.5) 20%, transparent);
  ;  border-radius:25px; border:1px solid #ffc107}


  /* End Contact */

 

/* Corrections Starts*/

@media (max-width: 1200px) {
	.tm-col-home {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
	}

	.tm-img-home-container {
		width: 100%;
		height: 0;
		padding-top: 133.28%;
		background-image: url('../img/img-home-01-big.jpg');
		background-size: contain;		
	}
}
/* Hide the leftside bar */
@media (max-width: 991px) {
	.tm-sidebar {
		left: -280px;
		transition: all 0.3s ease;
	}

	.navbar-toggler {
		display: block;
		left: 0;
		top: 0;
		background-color: rgb(255 193 07 / 0.80);
		color: white;
		padding: 10px 15px;
		transition: all 0.3s ease;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		top: 40px;
		z-index: 10000;
	}

	.navbar-toggler:focus { outline: none; }
	.tm-sidebar.show { left: 0; }
	.tm-sidebar.show .navbar-toggler { left: 280px; }

	.tm-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tm-text-container { max-width: 100%; }	
}

@media (max-width: 700px) {
	.tm-parallax {
		position: static;
		height: 360px;
		width: 100%;
	}
}

/* Corrections Ends */


.accordion-button::after {
	color:#ffc107;

  }
  
  .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc107'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: #ffc107;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(255,193,07,0.8);
}



/* graphics*/
  
  .containerh {
	max-width: 960px;
	margin: auto;
	overflow: hidden;
	padding: 4rem 1rem;
  }
  
  .grid-3 {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
  }
  
  .grid-2 {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
  }
  

  @media (max-width: 560px) {
	.grid-3,
	.grid-2 {
	  grid-template-columns: 1fr;
	}
  
	.services div {
	  border-bottom: #212529 dashed 1px;
	  padding: 1.2rem 1rem;
	}
  }
  
  .services ul, .about ul {
    display: block;
    list-style-type:none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;

	
}





header .item {
	height: 100vh;
	position: relative;
  }
  header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
  }
  header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
  }
  header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content .yline {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #ffc107;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
  }
  header .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
  }

  header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
  }

  @media (max-width: 600px){
	header .item .cover .header-content h1 {
		font-size: 32px;
	  }

	  header .item .cover .header-content h4 {
		font-size: 16px;
		line-height: 1.5rem;
		
	  }
	  header .item .cover .header-content h2 {
		font-size: 24px;
	  }

  }


  header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
  }
  header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-prev:focus {
	outline: 0;
  }
  header .owl-nav .owl-prev:hover {
	background: #000 !important;
  }
  header .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-next:focus {
	outline: 0;
  }
  header .owl-nav .owl-next:hover {
	background: #000 !important;
  }
  header:hover .owl-prev {
	left: 0px;
	opacity: 1;
  }
  header:hover .owl-next {
	right: 0px;
	opacity: 1;
  }

  .fa-gradient  {
	background: -webkit-gradient(linear, left top, right bottom, from(#ffc107), to(#212529));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

  .firstgp {background:url('../img/const1.jpg') no-repeat center center fixed; min-height:800px}
  .firstgp .fields {background:rgba(9,9,9,0.1);min-height:800px;color:#fff}

  .secondgp {background:url('../img/const2.jpg') no-repeat center center fixed; min-height:800px}
  .secondgp .fields {background:rgba(9,9,9,0.1);min-height:800px;color:#fff}

  .thirdgp {background:url('../img/const5.jpg') no-repeat center center fixed; min-height:800px}
  .thirdgp .fields {background:rgba(9,9,9,0.1);min-height:800px;color:#fff}
  .forthgp {background:url('../img/const6.jpg') no-repeat center center fixed; min-height:800px}
  .forthgp .fields {background:rgba(9,9,9,0.1);min-height:800px;color:#fff}

  .mepfirst {background:url('../img/const7.jpg') no-repeat center center fixed; min-height:800px}
  .mepfirst .fields {background:rgba(40,40,40,0.1);min-height:800px;color:#fff}
  .mepsecond {background:url('../img/const8.jpg') no-repeat center center fixed; min-height:800px}
  .mepsecond .fields {background:rgba(40,40,40,0.1);min-height:800px;color:#fff}
  .mepforth {background:url('../img/const9.jpg') no-repeat center center fixed; min-height:900px}
  .mepforth .fields {background:rgba(200,200,200,0.1);min-height:900px;color:#fff}

  .mepfif {background:url('../img/const11.jpg') no-repeat center center fixed; min-height:820px}
  .mepfif .fields {background:rgb(9, 9, 9, 0.5);min-height:820px;color:#fff}

  .meptec {background:url('../img/const12.jpg') no-repeat center center fixed; min-height:700px}
  .meptec .fields {background:rgba(40,40,40,0.1);min-height:700px;color:#fff}

  
  .structgp {background:url('../img/const13.jpg') no-repeat center center fixed; min-height:800px}
  .structgp .fields {background:rgba(9,9,9,0.1);min-height:800px;color:#fff}

/* end graphics*/
/*process*/
.consult-us1 {background:url('../img/const4.jpg') no-repeat center center fixed; min-height:700px}
.consult-us1 .fields1 {background:rgba(9,9,9,0.7);min-height:700px;color:#fff}
.flex-parent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.input-flex-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 80vw;
	height: 100px;
	max-width: 1000px;
	position: relative;
	z-index: 0;
}
.input {
	width: 30px;
	height:30px;
	background-color: #fff;
	position: relative;
	border-radius: 50%;
}

.input:hover {
	cursor: pointer;
	color:#ffc107;
}
.input::before, .input::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 4vw;
	height: 5px;
	max-width: 50px;
}
.input::before {
	left: calc(-4vw + 12.5px);
}
.input::after {
	right: calc(-4vw + 12.5px);
}
.input.active {
	background-color: #ffc107;
}
.input.active::before {
	background-color: #ffc107;
}
.input.active::after {
	background-color: #AEB6BF;
}
.input.active span {
	font-weight: 700;
}
.input.active span::before {
	font-size: 18px;
}
.input.active span::after {
	font-size: 20px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
	background-color: #AEB6BF;
}
.input span {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
}
.input span::before, .input span::after {
	visibility: visible;
	position: absolute;
	left: 50%;
}
.input span::after {
	content: attr(data-year);
	top: 25px;
	transform: translateX(-50%);
	font-size: 17px;
}
.input span::before {
	content: attr(data-info);
	top: -65px;
	width: 70px;
	transform: translateX(-5px) rotateZ(-45deg);
	font-size: 17px;
	text-indent: -10px;
}
.description-flex-container {
	width: 80vw;
	font-weight: 400;
	font-size: 22px;
	margin-top: 100px;
	max-width: 1000px;
}
.description-flex-container p {
	margin-top: 0;
	display: none;
}
.description-flex-container p.active {
	display: block;
}
@media (min-width: 1250px) {
	.input::before {
		left: -37.5px;
	}
	.input::after {
		right: -37.5px;
	}
}
@media (max-width: 850px) {
	.input {
		width: 17px;
		height: 17px;
	}
	.input::before, .input::after {
		height: 3px;
	}
	.input::before {
		left: calc(-4vw + 8.5px);
	}
	.input::after {
		right: calc(-4vw + 8.5px);
	}
}
@media (max-width: 600px) {
	.flex-parent {
		justify-content: initial;
	}
	.input-flex-container {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-top: 15vh;
	}
	.input {
		width: 80px;
		height: 80px;
		margin: 0 10px 50px;
		background-color: #AEB6BF;
	}
	.input::before, .input::after {
		content: none;
	}
	.input span {
		width: 100%;
		height: 100%;
		display: block;
	}
	.input span::before {
		top: calc(100% + 5px);
		transform: translateX(-50%);
		text-indent: 0;
		text-align: center;
	}
	.input span::after {
		top: 50%;
		transform: translate(-50%, -50%);
		color: #ECF0F1;
	}
	.description-flex-container {
		margin-top: 30px;
		text-align: center;
	}
}





.containerv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .containerv
  .boxv {
	position: relative;
	width: 350px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
	background-color: #212529;
	border-radius: 15px;
  }
  
  .containerv
  .boxv:before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.2);
	z-index: 2;
	pointer-events: none;
  }
  
  
  .containerv
  .boxv
  .iconv {
	position: relative;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: #000;

	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	font-size: 40px;
	font-weight: 700px;
	transition: 1s;
	box-shadow: 0 0 0 0 #ffc107;
	background-color: #ffc107;
  }
  

  
  .containerv
  .boxv:hover
  .iconv  {
	box-shadow: 0 0 0 400px #ffc107;
	background-color: #ffc107;
  }



  .containerv
  .boxv:hover h3,.containerv
  .boxv:hover p {
	color: #212529;

}


.containerv
.boxv:hover h3,.containerv
.boxv:hover i {
  color: #212529;
}

  .containerv
  .boxv
  .contentv {
	position: relative;
	z-index: 1;
	transition: 0.5s;
  } 
  
  
  
  .containerv .boxv .contentv h3 {
	font-size: 20px;
	margin: 10px 0;
  }
  


/*Samples*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
	*:before, *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
  
 
  
  .rows {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	clear: both; }
	.rows img {
	  max-width: 100%;
	  height: auto;
	  padding: 0;
	  margin: 0; 
	}
  
  .gallerysa ul li {
	float: left;
	margin: 0 0.8771929824561403%;
	overflow: hidden; }
  
  
  .gallerysa {
	padding: 40px 0 300px;
	position: relative;
	overflow: hidden; }
	.gallerysa ul {
	  padding-top: 50px;
	  position: relative; }
	  .gallerysa ul li {
		margin-bottom: 20px;
		width: 23.24561403508772%;
		position: relative; }

		@media (max-width: 600px) {
			.gallerysa {
				padding: 40px 0 50px;
				position: relative;
				overflow: hidden; }
			.gallerysa ul li {
				margin-bottom: 20px;
				width: 100%;
				position: relative; }
		}
		 .gallerysa ul li img {
			display:inline-block;
			position:relative;
			border:1px solid #ccc;
			padding:5px;
			background:#f2f2f2;
			margin-bottom:30px;
			box-shadow:0px 7px 10px rgba(0,0,0,0.8);
		}

			.gallerysa ul li a {
		  display: block;
		  position: relative;
		  width: 100%;
		  height: 100%;
		  margin: 0;
		  padding: 0;
		  line-height: 0; }
		  .gallerysa ul li a:before {
			position: absolute;
			width: 32px;
			height: 32px;
			top: 40%;
			left: 50%;
			margin: -14px 0 0 -16px;
			background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
			content: '';
			opacity: 0;
			z-index: 1;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			transition: all 0.3s linear; }
		  .gallerysa ul li a:hover:before {
			top: 50%;
			opacity: 1; }
		  .gallerysa ul li a:after {
			position: absolute;
			width: 100%;
			top: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.3);
			content: '';
			opacity: 0;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			transition: all 0.3s linear; }
		  .gallerysa ul li a:hover:after {
			opacity: 1; }
  
  .port {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 100px;
	background: #ffffff;
	background-color: #fafafa;
	z-index: 103;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	border-bottom: 1px solid #d0d0d0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; }
	
	
	.port h2 {
	  font-size: 35px;
	  line-height: 2.3;
	  padding: 0; }
	.port > * {
	  opacity: 0;
	  -webkit-transition: all 0.5s linear;
	  -moz-transition: all 0.5s linear;
	  transition: all 0.5s linear; }
	.port.item_open {
	  visibility: visible;
	  -webkit-transform: translateY(0%);
	  transform: translateY(0%);
	  -webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out; }
	.port > * {
	  opacity: 1;
	  -webkit-transition-delay: 0.5s;
	  transition-delay: 0.5s; }
  
  .close {
	width: 21px;
	height: 21px;
	background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
	position: absolute;
	right: 10px;
	top: -121px;
	opacity: 1;
	z-index: 1004;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; }
	.item_open .close {
	  opacity: 1;
	  top: 0px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out; }
 
	
	.imgStyle {
		height: 60px; /*height of the individual thumbnails*/
		width: 80px; /*width of the individual thumbnails*/
			
	}
	.port img{
		margin:3px;
		padding:5px;
		background:#f2f2f2;
		margin-bottom:30px;
		box-shadow:0px 7px 10px rgba(0,0,0,0.8);
	}




   /*civil*/

 
  .cardet{
	  border-radius: 4px;
	  background: transparent;
		transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	padding: 14px 80px 18px 36px;
	cursor: pointer;
	border-radius:15px;
	border:2px snow #ffc107;
	color: #ffc107;
	min-height:250px;
	transition: all 0.5s;
  }
  
  .cardet:hover{
	   transform: scale(1.05);
	   box-shadow:0 0 20px rgba(0,0,0,0.8);
	   background: #212529;   
  }
  .cardet p{
	color: #212529;
  }

  .cardet:hover p{
	color: #c7c2c2; 
  }
  .cardet h3{
	font-weight: 400;
	color: #ffc107;
  }

 
  .cardet img{
	position: absolute;
	top: 20px;
	right: 15px;
	max-height: 120px;
	
  }
  
  .card-1{
	background-image: url('../img/ionic-native-card.png');
		background-repeat: no-repeat;
	  background-position: right;
	  background-size: 80px;
	
  }
  
  .card-2{
	 background-image: url(../img/components-card.png);
		background-repeat: no-repeat;
	  background-position: right;
	  background-size: 80px;

  }
  
  .card-3{
	 background-image: url(../img/theming-card.png);
		background-repeat: no-repeat;
	  background-position: right;
	  background-size: 80px;
	
  }
  
  @media(max-width: 990px){
	.cardet{
	  margin: 20px;
	}
  } 



  .vid iframe {
	display:inline-block;
	position:relative;
	border:1px solid #ccc;
	padding:5px;
	background:#f2f2f2;
	margin-bottom:30px;
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	transition: all .7s ease-in-out; 
}



.tf_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url('../img/pattern.png') repeat top left;
 z-index: 0;
}

@media(max-width: 290px){
	.smallimage{
	 display: none;
	}
  } 


  #videoDiv2 {width:100%; max-width:596px; margin:auto; display:block; position: relative;} /* This has been changed */
  #video2{width:100%; height:auto } /* This has been changed */
  #videoMessage2 { position: absolute; top: 0; left: 0;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 100%;}




  @import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

.floating-container {
  position: fixed;
  width: 90px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 10px 10px;
  z-index:999;
}
.floating-container:hover {
  height: 250px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}

.floating-container:hover .element-container .float-element:nth-child(4) {
	-webkit-animation: come-in 0.4s forwards 0.8s;
			animation: come-in 0.4s forwards 0.8s;
  }
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #ffc107;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: #212529;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(255, 193, 7, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  padding-bottom: 10px;
  width: 100px;
  height: 40px;
  margin: 0px auto;
  color: #ffc107;
  border-bottom:1px solid #ffc107;
  font-weight: 400;
  text-align: center;
  background: #212529;
  line-height: 40px;
  z-index: 0;
  opacity: 0;
  transition: ease-in-out all 0.5s;
  font-size: 14px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element:hover{
	color: #212529;
	border-bottom:1px solid #212529;
	background-color: #ffc107;
}
.floating-container .float-element:hover{
	background-color: #ffc107;
	
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
  
.element-container a {
	text-decoration: none;
}




input[type=file]::file-selector-button {
	margin-right:5px;
	border: none;
	background: #212529;
	border-radius: 25px;
	color: #ffc107;
	cursor: pointer;
	transition: background .2s ease-in-out;
  }
  
  input[type=file]::file-selector-button:hover {
	background: #fff;
  }