﻿@charset "utf-8";
/* CSS Document */
/* Slider Document */
.laptop-mockup {
	position: absolute;
	top: 0;
	bottom:0;
	height: 100%;
	max-height: 483px;
	margin: auto !important;
	left: -200px;
}
.laptop-mockup img{
	width: 100%;
}

.newsletter-form input{
	width: 400px;
}
.laptop-mockup h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0988af;
}
.laptop-mockup .newsletterform{
	height: 44px;
	background: #ebebeb;
	border: none;
	border-radius: 22px;
	padding: 0px 20px;
	 -moz-box-shadow: inset 0px 0px 20px rgba(68,68,68,0.1);
    -webkit-box-shadow: inset 0px 0px 20px rgba(68,68,68,0.1);
    box-shadow: inset 0px 0px 20px rgba(68,68,68,0.1);
	}
.laptop-mockup .btn {
	position: absolute;
	height: 44px;
	background-color: #faa61a;
	border-radius: 22px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
	right: 40px;
}
#notification_container {
	top: auto;
}
/* About */
.fes1-main-title-cont {
	margin: 0;
}

.fes15-title-32 {
	color: #0087ae; 
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 30px;
}
.fes15-title-32 span{
	color: #faa61a;
	
}
.fes11-box {
	padding-left: 10px;
}
.fes11-box p{
	font-size: 16px;
	color: #707070;
}

/****** team *****/

.team-member {
	float: left;
	width: 50%;
	height: auto;
	position: relative
}
.team-member img { 
	width: 100%;
	height: auto;
}
.items-container {
    overflow: hidden;
    margin: 0 -1%;
}

.item {
    display: block;
    float: left;
    width: 100%;
    background: #ffffff;
	margin: 0;
	color: #ffffff;
}
.item h4{
	color: #ffffff;
	font-size: 24px;
	margin: 15px 0 5px 0;
}

.team-value {
	width: 100%;
	max-width: 300px;
	margin:  auto;
	padding-top: 10px;
}
.team-value-text {
	font-size: 13px;
	line-height: 18px;
}
.hire{
	background:  #faab12;
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height:  100px;
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}
.team-member-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 160, 220, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0;
 /* transition effect. not necessary */
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  -ms-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
}

.team-member:hover .team-member-info {
	visibility: visible;
	opacity: 1;
}

.team-member-name {
  transition: .2s;
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 24px;
  line-height: 30px;
}

.team-member span {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: #faab12;
	opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(0);
    -ms-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0);
    -webkit-transition: transform .4s ease-out,opacity .4s linear;
    -ms-transition: transform .4s ease-out,opacity .4s linear;
    transition: transform .4s ease-out,opacity .4s linear;
}

.team-member:hover span {
    -webkit-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    opacity: 1;
}

/****** career *****/

#career {
	background: #ebebeb;
	padding-top: 100px;
	padding-bottom: 100px;
}
#career h3 {
	font-size: 32px;
	line-height: 46px;
	color: #373737;
	margin-bottom: 50px;
}

#career img {
	margin-top: 60px;
	margin-bottom: 20px;
	width: 100%;
}
@media only screen and (min-width: 360px) {
	.team-value { 
	  width: 330px
	}
	.item h4{
		margin: 19px 0 10px 0;
	}
	
}

@media only screen and (min-width: 768px) {
	.laptop-mockup {
		position: relative;
		top: 160px;
	}
	.laptop-mockup img{
		width: 80%;
	}
	.newsletter-form {
		position: absolute;
		display: block;
		width: 570px;
		height: 160px;
		border-radius: 5px;
		z-index: 100;
		-moz-box-shadow: 5px 0px 20px rgba(68,68,68,0.5);
		-webkit-box-shadow: 5px 0px 20px rgba(68,68,68,0.5);
		box-shadow: 5px 0px 20px rgba(68,68,68,0.5);
		background: #ffffff;
		right: -150px;
		top: 100px;
		padding: 10px 40px;
		background-repeat: no-repeat;
		background-position: top -30px left -20px;
	}
	.item {
		width: 50%
	}
}
@media only screen and (min-width: 778px){
	.laptop-mockup img{
		width: 80%;
	}
	.laptop-mockup {
		position:absolute;
		left: -350px;
		top: 100px;
	}

	.newsletter-form {
		width: 400px;
		height: 160px;
		top: 150px;
		right: 180px;
	}
	.newsletter-form input {
		width: 200px;
	}
	.laptop-mockup h2 {
		font-size: 16px;
	}
	
}
@media only screen and (min-width: 1000px){
	.laptop-mockup img{
		width: 80%;
	}
	.laptop-mockup {
		position:absolute;
		left: -350px;
		top: 100px;
	}

	.newsletter-form {
		width: 400px;
		height: 160px;
		top: 150px;
		right: 100px;
	}
	.newsletter-form input {
		width: 200px;
	}
	.laptop-mockup h2 {
		font-size: 16px;
	}
	
}
@media only screen and (min-width: 1024px) {
	.fes11-box {
		padding-left: 40px;
	}
	.item {
		width: 33.33%
	}
	.item h4{
		font-size: 20px;
		margin: 15px 0 15px 0;
	}
	
}
@media only screen and (min-width: 1200px) {
	.laptop-mockup img{
		width: 90%;
	}
	.laptop-mockup {
		position: absolute;
		max-height: 483px;
		left: -350px;
		top:100px;
	}
	.newsletter-form {
		width: 450px;
		right: 50px;
	}
	.laptop-mockup h2 {
		font-size: 20px;
	}
	.newsletter-form input {
		width: 220px;
	}
	.team-value {
		max-width: 400px;
		padding-top: 5%;}
	
	.item h4{
		font-size: 24px;
		margin: 21px 0 19px 0;
	}
}
@media only screen and (min-width: 1400px) {
	.laptop-mockup img{
		width: 100%;
	}
	.team-value-text {
		line-height: 20px;
		font-size: 14px;
	}
	.newsletter-form {
		width: 570px;
		height: 160px;
		right: -40px;
	}
	.laptop-mockup h2 {
		font-size: 24px;
	}
	.newsletter-form input {
		width: 400px;
	}
	.team-value {
		max-width: 450px;
		padding-top: 8%;
	}

}
@media only screen and (min-width: 1600px) {
 .laptop-mockup {
		left: -200px;
	}
 .newsletter-form {
		right: 30px;
	}
.item h4{
	font-size: 30px;
	}
 .team-value-text {
    line-height: 22px;
	}
 .team-value {
		padding-top: 9%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.item-3,
	.item-11, 
	.item-15{
	   float: right;	
	}
	
	
}
.modal-backdrop {
     z-index: -1;

}