@charset "utf-8";
/* CSS Document */
@font-face
{
	src:url(../fonts/Calibri.ttf);
	font-family:'Calibri';
}
body
{
/*background: rgba(73,165,191,1);
background: -moz-linear-gradient(top, rgba(73,165,191,1) 0%, rgba(77,167,193,1) 10%, rgba(102,181,203,1) 66%, rgba(117,189,209,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,165,191,1)), color-stop(10%, rgba(77,167,193,1)), color-stop(66%, rgba(102,181,203,1)), color-stop(100%, rgba(117,189,209,1)));
background: -webkit-linear-gradient(top, rgba(73,165,191,1) 0%, rgba(77,167,193,1) 10%, rgba(102,181,203,1) 66%, rgba(117,189,209,1) 100%);
background: -o-linear-gradient(top, rgba(73,165,191,1) 0%, rgba(77,167,193,1) 10%, rgba(102,181,203,1) 66%, rgba(117,189,209,1) 100%);
background: -ms-linear-gradient(top, rgba(73,165,191,1) 0%, rgba(77,167,193,1) 10%, rgba(102,181,203,1) 66%, rgba(117,189,209,1) 100%);
background: linear-gradient(to bottom, rgba(73,165,191,1) 0%, rgba(77,167,193,1) 10%, rgba(102,181,203,1) 66%, rgba(117,189,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#75bdd1', GradientType=0 );*/
background: #dfdfdf;
font-family:'Calibri';
}
.no-padd
{
	padding:0px;
}
#slider
{
	margin-top:5px;
}
h1 {
	margin-top: 0;
	font-size: 3rem;
	display: inline-block;
  }
  h1 div {
	position: relative;
	float: left;
  }
  h1 div:first-child {
	color: #3498db;
	margin-right: 1rem;
  }
  /* PROFIL */
  .blog .carousel-indicators {
	  left: 0;
	  top: auto;
	  bottom: -40px;
  
  }
  
  /* The colour of the indicators */
  .blog .carousel-indicators li {
	  background: #a3a3a3;
	  border-radius: 50%;
	  width: 8px;
	  height: 8px;
	  margin-bottom:10px;
	  
  }
  
  .blog .carousel-indicators .active {
  background: #707070;
  margin-bottom:10px;
  }
  
  .our-team-section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
  }
  .our-team-section:before {
	position: absolute;
	top: -0;
	left: 0;
	content: " ";
	background: url(img/service-section-bottom.png);
	background-size: 100% 100px;
	width: 100%;
	height: 100px;
	float: left;
	z-index: 99;
  }
  .our-team {
	padding: 0 0 40px;
	background: #f9f9f9;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #00325a;
  }
  .our-team:hover {
	border-bottom: 5px solid #2f2f2f;
  }
  
  .our-team .pic {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
  }
  .our-team .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #00325a;
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	opacity: 1;
	transform: scale(3);
	transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:before {
	height: 100%;
	background: #2f2f2f;
  }
  .our-team .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffffff00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s linear 0s;
  }
  .our-team:hover .pic:after {
	background: #7ab92d;
  }
  .our-team .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.9s ease 0s;
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
	position: relative;
	z-index: 2;
  }
  .our-team:hover .pic img {
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
  }
  .our-team .team-content {
	margin-bottom: 30px;
  }
  .our-team .title {
	font-size: 22px;
	font-weight: 700;
	color: #4e5052;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 5px;
  }
  .our-team .post {
	display: block;
	font-size: 15px;
	color: #4e5052;
	text-transform: capitalize;
  }
  .our-team .social {
	width: 100%;
	padding-top: 10px;
	margin: 0;
	background: #2f2f2f;
	position: absolute;
	bottom: -100px;
	left: 0;
	transition: all 0.5s ease 0s;
  }
  .our-team:hover .social {
	bottom: 0;
  }
  .our-team .social li {
	display: inline-block;
  }
  .our-team .social li a {
	display: block;
	padding-top: 6px;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s ease 0s;
  }
  .our-team .social li a:hover {
	color: #2f2f2f;
	background: #f7f5ec;
  }
  @media only screen and (max-width: 990px) {
	.our-team {
	  margin-bottom: 10px;
	}
  }
  
#slider img
{
	border-radius:px;
	border:#ccc 1px solid;
}
#navigation
{
	margin-top:5px;
}
#top-wrapper
{
	border-top:#009933 5px solid;
}
#top-services-wrapper
{
	background:rgba(0,95,140,1);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#top-services-wrapper h4
{
	color:rgba(255,255,255,1);
}
ul.social
{
	list-style:none;
}
ul.social li
{
	padding:5px 2px;
	display:inline;
}
ul.services
{
	list-style:circle;
	background:rgba(0,128,192,0.4);
	padding:15px 25px;
	border-radius:5px;
}
ul.services li
{
	color: rgba(255,255,255,1);
	margin-bottom:10px;
}
#logo img
{
	/*margin-left:20px;*/
}
#content-wrapper
{
	background: rgba(148, 213, 166, 1);

/*-webkit-box-shadow: 0px 21px 41px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 21px 41px 1px rgba(0,0,0,0.75);*/
/*box-shadow: 0px 21px 41px 1px rgba(0,0,0,0.75);*/
}
#content-wrapper p
{
	text-align:justify;
	/*padding:0px 20px;*/
	/*line-height:20px;*/
	font-size: 16px;
}
#service-thumbs .thumb
{
	border:rgba(0,0,0,1) 1px solid;
	border-radius:5px;
	background: #dfdfdf;
}
#service-thumbs
{
	margin-bottom:10px;
}
#service-thumbs p
{
	padding:5px;
	line-height:15px;
	text-align:justify;
}
.thumb-title
{
	color:rgba(0,85,125,1);
	font-weight:700;
	padding:5px;
	text-align:center;
	border-bottom:rgba(0,118,174,1) 2px solid;
	border-bottom-height:100px;
}
.modal-footer
{
	margin-bottom:0px;
	/*border-top:#9c5725 2px solid;*/
	margin-top:10px;
}
.modal-footer p
{
	margin-bottom:0px;
	padding:5px;
}
#content-wrapper ul
{
	list-style:circle;
}
#careers p
{
	font-size:18px;
}
#careers label
{
	font-size:16px;
	color:rgba(3,3,3,1);
}

.services
{
	list-style:circle;
	background:rgba(0,128,192,0.4);
	padding:15px 25px;
	border-radius:5px;
}
.services li
{
	color:rgba(255,255,255,1);
	margin-bottom:10px;
}

.icon{
	opacity:1;
	}
.icon:hover{
	opacity:0.5;
	}