/* Row
-----------------------------------------------------------*/
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 10px 0;    
}

.flat-row.row-small {
    padding: 95px 0 88px;
}

.flat-row.row-flat-counter {
    padding: 90px 0 101px;
}

.flat-row.flat-teammeber {
    padding: 20px 0 35px;
}

.flat-row.call-out {
    padding: 80px 0 89px;
}

/* no-padding */
.flat-row.no-padding {
    padding: 0;
}

/* no-padding */
.flat-row.no-padding-bottom {
    padding-bottom: 0;
}

body {
    overflow: hidden;
}

body.style-color {
    background-color: #303030;
}

.flat-row.background-theme {
    background-color: #ffc925;
}

.flat-row.background-client {
    background-color: #fcfcfc;
    /*padding: 45px 0 47px;*/
    border-top: 1px solid #eaeaea;
}

/* space */
.space {
    position: relative;
    width: 100%;
}

.space.d15px {
    height: 15px;
}

.space.d25px {
    height: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.font-size-30 {
    font-size: 30px;
}

.font-family-heading {
    font-family: 'Montserrat', serif !important;
    font-weight: 500;
}

.text-white {
    color: #fff;
}

/* Index v2 */
.color-style1 * {
    color: #fff;
}
/* Flat-title
--------------------------------------------------------*/
.title-section {
    margin-bottom: 47px;
}

.title-section.large {
    margin-bottom: 70px;
}

.title-section.style1 {
    text-align: center;
}

.title-section .title {
    font-family: "Montserrat",sans-serif;
    font-size: 35px;
    color: #303030;
    padding-bottom: 20px;
    font-weight: 500;
}
.title-section.color-style .title {
    color: #fff;
}

.title-section .desc {
    margin-top: 30px;
}

/* Flat-iconbox
--------------------------------------------------------*/
.iconbox .box-title {
	font-weight: 500;
}

/* icon circle */
.flat-icon .iconbox.circle {
	text-align: center;
}

.box-header a {
	cursor: pointer;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.iconbox .box-header:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background: #f9bf3b;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.iconbox:hover .box-header,
.iconbox:focus .box-header {
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.iconbox:hover .box-header:after,
	.iconbox:focus .box-header:after {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

.flat-icon .circle .box-header {
	position: relative;
	background-color: #f9bf3b;
	border: 1px solid #f9bf3b;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	margin-bottom: 34px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flat-icon .circle:hover .box-header {
	background-color: transparent;
	border: 1px solid #f9bf3b;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flat-icon .circle:hover .box-header a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flat-icon .circle .box-header a {
	font-size: 40px;
	color: #fff;
	line-height: 100px;
}

.flat-icon .circle .icon-post .box-title {
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	color: #303030;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.flat-icon .circle .icon-post .box-content p {
	font-family: "Poppins",sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
	color: #7f7f7f;
}

/* Iconbox
--------------------------------------------------------*/
.iconbox1.style-3 {
	background-color: #353535;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.iconbox1.style-3:hover {
	background-color: #f9bf3b;
}

.iconbox1.style-3 .box-header:after {
	display: none;
}

.iconbox1.style-3 .box-header {
	padding: 33px 0;
}

.iconbox1.style-3 .box-header img {
	width: 55px;
	height: 56px;
}

.iconbox1.style-3 .box-title {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	padding: 10px;
}

/* Flat-latest-post
-------------------------------------------------------------- */
.post.entry.style-left {
    margin-bottom: 25px;
}

.post.entry.style-left .feature-post {
    margin-bottom: 30px;
}

.post.entry.style-left .feature-post img {
    width: 100%;
}

.latest-post .entry-border {
    display: block;
    width: 100%;
}

.latest-post .entry-border .feature-post {
    margin-right: 18px;
    float: left;
}

.latest-post .entry-border .content-post {
    overflow: hidden;
}
/* Flat client
-------------------------------------------------------------- */
.wrap-client {
    background-color: #fff;
}

.wrap-client .flat-services-carousel:hover {
    cursor: pointer;
}

.wrap-client .owl-carousel-client .item img{
    padding: 42px 44.5px;
    border: 1px solid #e5e5e5;
}

/* flat-counter
-------------------------------------------------------------- */
.flat-counter .numb-count {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;    
}

.flat-counter .numb-count:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    content: "";
}

.flat-counter .name-count {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
}


/* Flat-cooperation
--------------------------------------------------------*/
.flat-cooperation {
	margin: 0 -15px;
}

.flat-cooperation .post {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 0 15px;
}

.flat-cooperation .post .img-post {
	margin-bottom: 35px;
}

.flat-cooperation .post .post-about {
	text-align: center;
}

.flat-cooperation .post .post-about .post-title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.flat-cooperation .post .post-about .post-content {
	margin-bottom: 18px;
	font-size: 14px;
	padding: 0 10px;
}

.flat-cooperation .post .post-about .read-more {
	position: relative;
	color: #f9bf3b;
	font-size: 13px;
	letter-spacing: 2.5px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.flat-cooperation .post .post-about .read-more:before {
	position: absolute;
	left: 0;
	bottom: 3px;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #f9bf3b;
	font-weight: 400;
	transition: width .3s;
}

.flat-cooperation .post .post-about .read-more:hover:before {
	width: 0;
	transition: width .3s;
}

.flat-cooperation .post .post-about .read-more:hover {
	color: #303030;
}

.flat-cooperation .post .post-about .read-more.v1:hover {
	color: #7f7f7f;
}

/* Flat portfolio
-------------------------------------------------------------- */
/* Index 1 */
.flat-portfolio .portfolio-wrap {
	margin: 0 -6px;
}

.flat-portfolio .item {
	position: relative;
	padding: 6px;
}

.flat-portfolio .item:hover {
	cursor: auto;
}

.flat-portfolio .item .overlay {
	background-color: #f9bf3b;
	height: 100px;
	width: 350px;
	opacity: 0;
	position: absolute;
	top: 65%;
	margin-top: -50px;
	right: 0;
	z-index: 100;
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	transform: translateX(150px);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flat-portfolio .item:hover .overlay,
.flat-portfolio .item.active .overlay {
	position: absolute;
	top: 65%;
	margin-top: -50px;
	right: 16px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	opacity: 1;
	transition: transform 250ms ease-out, opacity 250ms ease-out;
}

.flat-portfolio .portfolio-details {
	padding: 30px 0 0 40px;
}

.flat-portfolio .item .project-info-wrap .project-title {
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: -6px;
	margin-top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
	position: relative;
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	transform: translateX(150px);
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.flat-portfolio .item .project-info-wrap .project-title a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.flat-portfolio .item .project-info-wrap .project-title a:hover {
	color: #f1f1f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flat-portfolio .item .project-info-wrap .project-categories a {
	font-size: 12px;
	color: #333;
}

.flat-portfolio .item .project-info-wrap .project-categories {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 200;
	position: relative;
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	transform: translateX(150px);
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}

.flat-portfolio .item:hover .project-title,
.flat-portfolio .item:hover .project-categories {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

/* overlay */
.flat-portfolio.v1 .item:hover .overlay,
.flat-portfolio.v1 .item.active .overlay {
	position: absolute;
	right: 0px;
}

.flat-portfolio .item {
	width: 25%;
	float: left;
	position: relative;
}

.flat-portfolio .portfolio-filter {
	text-align: center;
	margin-bottom: 70px;
}

.flat-portfolio .portfolio-filter > li {
	padding: 0 21px;
	display: inline-block;
}

.flat-portfolio .portfolio-filter > li a {
	font-family: "Montserrat", sans-serif;
	color: #999;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.flat-portfolio .portfolio-filter.color-white > li a {
	color: #fff;
}

.flat-portfolio .portfolio-filter > li a:hover,
.flat-portfolio .portfolio-filter > li.active a {
	color: #f9bf3b;
}

/* V1 */
.flat-portfolio.v1 .item {
	width: 25%;
	padding: 6px;
	float: left;
}

.flat-portfolio.v1.item-no-padding .item {
	width: 25%;
	padding: 0;
	float: left;
}

.flat-portfolio.v1 .item .featured-images {
	position: relative;
	overflow: hidden;
	z-index: 100;
}

/* V2 */
.flat-row.no-padding-bottom.v1 {
	margin-bottom: 40px;
}

.flat-portfolio.v2 .portfolio-wrap,
.flat-portfolio.v3 .portfolio-wrap,
.flat-portfolio.v4 .portfolio-wrap {
	margin: 0 -15px;
}

.flat-portfolio.v2 .item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 60px;
}

	.flat-portfolio.v2 .item .featured-images,
	.flat-portfolio.v3 .item .featured-images,
	.flat-portfolio.v4 .item .featured-images {
		margin-bottom: 25px;
	}

.flat-portfolio .portfolio-details.v1 {
	padding: 0;
}

.flat-portfolio .portfolio-details.v1 .post a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 500;
	color: #303030;
	cursor: auto;
}


.flat-portfolio .portfolio-details.v1 .post a:hover, .flat-portfolio .portfolio-details.v1 .post a:focus {
	color: #f9bf3b;
}

.flat-portfolio .portfolio-details.v1 ul li {
	display: inline-block;
}

.flat-portfolio .portfolio-details.v1 ul li a {
	font-size: 12px;
	line-height: 26px;
	color: #999;
	margin-left: -37px;
	cursor: auto;
}

.flat-portfolio .portfolio-details.v1 ul li a:hover {
	color: #f9bf3b;
}

/* V3 */
.flat-portfolio.v3 .portfolio-wrap {
	margin: 0 -15px;
}

.flat-portfolio.v3 .item {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 25px;
}

/* Gallery v3
-------------------------------------------------------------- */
.wrap-button-gallery {
	padding-bottom: 10px;
	padding-top: 50px;
}

.wrap-flat-gallery {
	margin: 0 -10px;
}

.flat-gallery {
	position: relative;
	margin: 10px -10px 0 -10px;
}.flat-gallery .item .hover

.flat-gallery.v3 {
	margin: 0;
}

.flat-gallery .item {
	position: relative;
	cursor: pointer;
}

.flat-gallery .item .icon {
	position: relative;
}

.flat-gallery .item .hover {
	background: #4c4c4c;
	position: absolute;
	/*width: 100%;*/
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flat-gallery .item:hover .hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.flat-gallery .gallery-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -47.5px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flat-gallery .item:hover .gallery-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.flat-gallery .gallery-link {
	margin-bottom: 8px;
}

.flat-gallery .gallery-link li i:before {
	position: absolute;
	left: 21px;
	bottom: 22px;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f002";
}

.flat-gallery .gallery-link li i.location:before {
	content: "\f0c1";
}

.flat-gallery .gallery-link li span {
	width: 45px;
	height: 45px;
	display: inline-block;
	border: 2px solid #fff;
	z-index: 2;
	border-radius: 50%;
}

.flat-gallery .gallery-link li span:hover {
	border: 2px solid #feb800;
}

.flat-gallery .gallery-link li {
	display: inline-block;
	padding: 5px;
	color: #fff;
}

.flat-gallery .gallery-link li:hover {
	color: #fff;
}

.flat-gallery .gallery-content h5 {
	margin: 0 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.5px;
	padding-left: 45px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flat-gallery .gallery-content h5:hover {
	color: #feb800;
}

.flat-gallery .gallery-content a {
	color: #fff;
}

.flat-gallery .gallery-content a:hover {
	color: #feb800;
}

.flat-gallery .gallery-content .gallery-link li.icon-s.FromLeft,
.flat-gallery .gallery-content .gallery-link li.icon-l.FromRight {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flat-gallery .item .gallery-content .gallery-link li.icon-s.FromLeft {
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
}

.flat-gallery .item:hover .gallery-link li.icon-s.FromLeft {
	opacity: 1;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.flat-gallery .item .gallery-content .gallery-link li.icon-l.FromRight {
	opacity: 0;
	transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}

.flat-gallery .item:hover .gallery-link li.icon-l.FromRight {
	opacity: 1;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.portfolio-wrap .item {
	overflow: hidden;
}

.portfolio-wrap .item.v1 {
	width: 50%;
	float: left;
	padding: 10px;
}

.portfolio-wrap .item.v2 {
	width: 25%;
	float: left;
	padding: 10px;
}

.portfolio-detail-wrap {
overflow: hidden;
margin-top: -10px;
}

.portfolio-detail-wrap .item.v1.gallery-post {
	width: 100%;
	float: left;
	padding: 0 10px 10px 10px;
}

.portfolio-detail-wrap .item.v2.gallery-post {
	width: 50%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
}


/* flat-Preloader
-------------------------------------------------------------- */
.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;  
}

.block-loader {
    background-color: #edb820;
    float:left;
    height:24px;
    margin-left:7px;
    width:24px;
    opacity:0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

.loader1{
    margin-left: -30px;
    -moz-animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -ms-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}

.loader2{
    margin-left: 0px;
    -moz-animation-delay:08s;
    -webkit-animation-delay:.8s;
    -ms-animation-delay:.8s;
    -o-animation-delay:.8s;
    animation-delay:.8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes bounceG{
  0% {
  -moz-transform:scale(1.2);
  opacity:1
  }

  100%{
    -moz-transform:scale(0.7);
    opacity:0.1
  }
}

@-webkit-keyframes bounceG{
  0% {
    -webkit-transform:scale(1.2);
    opacity:1
  }

  100% {
    -webkit-transform:scale(0.7);
    opacity:0.1
  }
}

@-ms-keyframes bounceG{
  0% {
    -ms-transform:scale(1.2);
    opacity:1
  }

  100% {
    -ms-transform:scale(0.7);
    opacity:0.1
  }
}

@-o-keyframes bounceG{
  0% {
    -o-transform:scale(1.2);
    opacity:1
  }

  100%{
    -o-transform:scale(0.7);
    opacity:0.1
  }
}

@keyframes bounceG{
  0% {
    transform:scale(1.2);
    opacity:1
  }

  100% {
    transform:scale(0.7);
    opacity:0.1
  }
}

/* NAH -------------------------------------------------------------- */

/* Flat-title
--------------------------------------------------------*/
.flat-title {
	margin-bottom: 25px;
}

.flat-title .decs {
	font-family: "PT serif",sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-style: italic;
	color: #666;
	letter-spacing: 0.8px;
}
.flat-title .decs_space {
	margin-top: 35px;
}

.flat-title h3 {
	color: #333;
	position: relative;
	margin-bottom: 35px;
	letter-spacing: 0.5px;
}

.flat-title h4 {
	color: #333;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.flat-title h3 span {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #edb820;
	width: 70px;
	height: 2px;
}


/* flat-list
-------------------------------------------------------------- */
ul.flat-list {
	padding: 0;
	margin: 0;
}

ul.flat-list li {
	padding: 7px 0 7px 24px;
	position: relative;
	list-style-type: none;
}

ul.flat-list li:before {
	position: absolute;
	left: 0;
	top: 7px;
	font-family: "FontAwesome";
	content: "\f00c";
	font-size: 14px;
	color: #e0b539;
}

/* Page callout
-------------------------------------------------------------- */
.callout-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

.callout-wrap .content {
	display: table-cell;
	vertical-align: middle;
}

.callout-wrap .buttons {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-top: 6px;
}

.callout-wrap .text h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 15px;
	padding-top: 10px;
	color: #fff;
}

.callout-wrap .text p {
	font-size: 20px;
}

.callout-wrap .flat-button {
	padding: 15px 28px 15px 26px;
	border: 2px solid #333333;
	border-radius: 3px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	background-color: #333333;
	/*line-height: 20px;*/
	text-transform: uppercase;
}

.callout-wrap .flat-button:hover {
	background-color: #333333;
	border: 2px solid #333333;
}


/* flat-counter
-------------------------------------------------------------- */
.flat-counter {
}

.flat-counter .flat-primary .numb-count {
	font-family: "Montserrat", sans-serif;
	font-size: 65px;
	line-height: 65px;
	color: #edb820;
	margin-bottom: 15px;
	text-align: center;
}
.flat-counter .flat-primary .numb-count:after {
	display:none;
}
.flat-counter .flat-primary .numb-count.percent {
	position: relative;
}

.flat-counter .flat-primary .numb-count.percent:after {
	position: absolute;
	right: 127px;
	top: -10px;
	content: "%";
	font-size: 40px;
	color: #edb820;
}

.flat-counter .flat-primary .name-count {
	font-family: "montserrat", sans-serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 18px;
	text-align: center;
}

.flat-counter .flat-primary .desc-count {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

/* Style 2 */
.flat-team.style2 {
	text-align: left;
}

.flat-team.style2 .name {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 3px;
	padding-top: 20px;
}

.flat-team.style2 .position {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #999999;
	margin-bottom: 9px;
}

.flat-team.style2 .avatar {
	position: relative;
	overflow: hidden;
}

.flat-team.style2 .avatar .overlay {
	background-color: #edb820;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flat-team.style2:hover .avatar .overlay {
	top: 0;
	opacity: 0.7;
}

.flat-team.style2:hover .flat-socials {
	opacity: 1;
	top: 50%;
}

.flat-team.style2 .flat-socials {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 30%;
	margin-top: -20px;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.flat-team.style2 .flat-socials li {
	display: inline-block;
}

.flat-team.style2 .flat-socials li a {
	text-align: center;
	background-color: #333333;
	border: 1px solid #333333;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.flat-team.style2 .flat-socials li a:hover {
	background-color: #edb820;
	border: 1px solid #edb820;
}

/* Flat tabs
-------------------------------------------------------------- */
.flat-tabs ul.menu-tab {
	overflow: hidden;
	position: relative;
	margin-bottom: 47px;
}

.flat-tabs ul.menu-tab:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #eeeeee;
	content: "";
	z-index: 2;
}

.flat-tabs ul.menu-tab li {
	display: inline-block;
}

.flat-tabs ul.menu-tab li a {
	position: relative;
	z-index: 10;
	background-color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 2px solid #eeeeee;
	list-style-type: none;
	border-radius: 50%;
	margin-right: 200px;
	display: block;
}

.flat-tabs ul.menu-tab li a:before,
.flat-tabs ul.menu-tab li a:after {
	width: 20px;
	height: 2px;
	background-color: #fff;
	content: "";
	top: 50%;
	left: -22px;
	position: absolute;
}

.flat-tabs ul.menu-tab li a:after {
	left: 100%;
	margin-left: 2px;
}

.flat-tabs ul.menu-tab li.active a,
.flat-tabs ul.menu-tab li a:hover {
	border: 2px solid #edb820;
	color: #fff;
	background-color: #edb820;
	color: #fff;
}

.flat-tabs ul.menu-tab li:last-child a {
	margin-right: 0;
}

.flat-tabs ul.menu-tab li a {
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	color: #999999;
	font-size: 16px;
}

.flat-tabs .flat-title {
	margin-bottom: 25px;
}

.flat-tabs .content-tab .text-tab {
	width: 59.82905982905983%;
	float: left;
	padding-right: 50px;
}

.flat-tabs .content-tab .images-tab {
	width: 40.17094017094017%;
	float: left;
}

.flat-tabs .content-tab p {
	margin-bottom: 20px;
}


