*{
	font-family: "Montserrat";
}
.center{
	text-align: center;
}
div{
	position: relative;
}
a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	color: #ffbf00;
	text-decoration: none;
}
p{
	text-align: justify;
	line-height: 30px;
}
h2{
	color: rgba(49,49,49,1);
	line-height: 125%;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 120px;
}
h2:after{
	content: "";
	display: block;
	background-color: #ffbf00;
	height: 4px;
	width: 120px;
	margin: 15px auto 0;
}
.white{
	color: white !important;
}
.black{
	color: #000 !important;
}
.bold{
	font-weight: bold;
}
.logo{
	width: 100%;
	max-width: 256px;
}
#header{
    line-height: 80px;
	border-bottom-color: rgba(255,255,255,.1)!important;
	border-bottom: 1px solid #ddd;
	background: transparent;
	position: fixed;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgb(0 0 0 / 10%);
	box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgb(0 0 0 / 10%);
	top: 0;
}
#header i:hover{
	color: #ffbf00 !important;
}

#header *{
	transition: .2s ease-in;
	color: rgba(255,255,255,.65);
}
.logo-w{
	display: none;
}
.header-ww .logo,
.header-w .logo{
	display: none !important;
}
.header-ww .logo-w,
.header-w .logo-w{
	display: block !important;
}
.header-ww,
.header-w{
	background: #fff !important;
}
.header-ww span,
.header-w span{
	color: rgba(48,48,48,.5) !important;
}
.header-ww span:hover,
.header-w span:hover{
	color: rgba(49,49,49,1) !important;
}
.header-ww i,
.header-w i{
	color: rgba(49,49,49,1)!important;
}
#menu-header-menu{
	list-style: none;
	margin: 0 30px;
	padding: 0;
}
#menu-header-menu a span:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ffbf00;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
#menu-header-menu a span:hover:before{
	color: #ffbf00 !important;
	bottom: -1px;
	height: 2px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
#menu-header-menu li{
	position: relative;
	display: block;
	float: left;
	z-index: 2;
}
#menu-header-menu li a{
	margin: 0 5px;
}
#menu-header-menu span{
	font-weight: 600;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.icon_social i{
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
}
#top, #top>div{
	margin: auto;
	width: 100%;
	padding: 0;
}
#carouselTop,.carousel-inner, .carousel-item, .carousel-item .row{
	min-height: 80vh;
}
.carousel-item{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.carousel-item .row>div{
	margin-top: 200px;
	margin-bottom: 200px;
}
.carousel-item h1{
	text-transform: uppercase;
	visibility: visible;
	line-height: 43px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 42px;
	color: #fff;
}
.carousel-item h1 span{
	color: #ffbf00;
}
.carousel-item p{
	line-height: 44px;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
}
.carousel-item a{
	text-align: left;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 500;
	border-color: rgba(255, 255, 255, 0.35);
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	border-radius: 0px;
	padding: 10px 20px;
	color: #fff !important;
	transition: all .25s ease !important;
}
.carousel-item a:hover{
	cursor: pointer;
	border-color: #ffbf00;
}

.pictures img{
	max-width: 90%;
	margin: 5%;
}
#section-partners .embla__slide img{
	width: 100%;
}
#section-project{
	margin-bottom: 120px;
}
#section-project .proj_block{
	padding: 20px;
}
#section-project p{
	color: #fff;
	font-size: 14px;
}
#section-project h3{
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	color: #ffbf00;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 27.5px !important;
}
#section-project h3:after{
	content: "";
	display: block;
	background-color: #fff;
	height: 4px;
	width: 120px;
	margin: 15px auto 0;
}
.bg_projects{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.bg_projects_d{
	background: rgba(0,0,0,.7);
	padding: 40px;
	height: 100%;
}
#section-about{
	background-image: url('/images/about.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
}
.bg_dark{
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	padding: 0 15px 120px;
}
#section-about img{
	width: 100%;
	max-width: 650px;
}
#section-about h2,
#section-about p{
	color: #fff;
}
#section-about p{
	font-size: 16px;
}
#section-preview .embla__slide{
	margin-right: 20px;
	min-width: 28%;
	min-width: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
#section-preview .embla__slide__inner{
	padding: 70px 30px;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#section-preview .embla__slide__inner:hover{
	background-color: rgba(0,0,0,.7);
}
#section-preview .embla__slide__inner:hover p{
	color: #fff;
}
#section-preview h4{
	color: #ffbf00;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#section-preview p{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 20px;
}
#section-team img{
	width: 100%;
}
#section-team .team-content{
	position: absolute;
	top: 0;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 216px;
	color: #fff;
	height: 60px;
	transition: all .25s ease !important;
	visibility: hidden;
	transform: translateY(20px);
	z-index: 4;
}
#section-team .col{
	margin-bottom: 20px;
	min-width: 230px;
	max-width: 250px;
}
#section-team .col:hover .team-content{
	transform: translateY(-10px);
	visibility: visible;
	transition: all .25s ease !important;
}
.team-content h4{
	font-size: 18px;
}
.team-content p{
	font-size: 14px;
}
#section-team .col:hover .black_team{
	width: 100%;
	height: 100%;
	background: rgba(21,21,21,.5);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#section-calendar{
	background: url("/images/calendar-1.jpg") no-repeat ;
	background-position: center;
	background-size: cover;
	margin-top: 60px;
}
#section-calendar>div{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0,0,0,.7);
	position: relative;
}
#section-calendar h2{
	margin-top: 0;
	color: #fff;
}
.footer{
	color: #fff;
	background: #141618;
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer h4{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.footer p,.footer a{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-align: left;
	line-height: 21px;
	margin: 0;
}
.footer i{
	color: #ffbf00;
}

.footer h4:after{
	background-color: #ffbf00;
	height: 2px;
	width: 40px;
	content: "";
	display: block;
	margin: 5px 0 0 0;
}
.modal-content{
	padding: 50px 20px 30px;
}
.modal-content .btn-close{
	position: absolute;
	right: 10px;
	top: 10px;
}
.answer{
	display: none;
	color: #ffbf00;
	text-align: center;
	margin: 0;
}
.modal-content input,
.modal-content textarea
{
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none !important;
	outline: none !important;
}
.modal-content input:active,
.modal-content input:hover,
.modal-content textarea:active,
.modal-content textarea:hover
{
	border-color: #e6b219;
}
.modal-content .btn{
	background-color: #ffbf00;
	border: none;
	border-radius: 0;
	width: 150px;
	margin: auto;
	box-shadow: none !important;
	outline: none !important;
}
.modal-content .btn:hover{
	background-color: #e6b219;
}
@media screen and (max-width: 1200px){
	.logo{
		width: 100%;
		max-width: 160px;
	}
	#menu-header-menu{
		margin: 0;
	}
}
@media screen and (max-width: 1120px){
	.logo{
		width: 100%;
		max-width: 160px;
	}

}


.menu-mobile-btn{
	width: 30px;
	padding: 0;
	display: none;
}
.menu-mobile-btn i{
	font-size: 26px;
}
.flush-menu{
	padding: 0;
	display: none;
}
#mobile-header-menu{
	list-style: none;
	padding-top: 20px;
	padding-bottom: 30px;
}
#mobile-header-menu li{
	height: 30px;
	line-height: 30px;
}
#mobile-header-menu li.lang-item{
	width: 30px;
	float: left;
}
.preview-page{
	margin-top: 120px;
	margin-bottom: 40px;
}
.preview-page h1{
	font-size: 35px;
	line-height: 45px !important;
	font-weight: 600;
}
.preview-page h1:after{
	content: "";
	display: block;
	background-color: #ffbf00;
	height: 4px;
	width: 120px;
}

.preview-info p{
	font-size: 14px;
	font-weight: 500;
}
.preview-info p.title{
	font-size: 12px;
	margin-bottom: 0;
	font-weight: 300;
}
.preview-info a{
	background-color: #e6b219;
	padding: 7px 20px;
	margin-right: 10px;
	cursor: pointer;
}
.preview-page .nav-link{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.preview-page .nav-link.active{
	background-color: rgba(255,191,0,.6);
}
.tab-content{
	border: 1px solid #ebebeb;
	padding: 15px;
}
.nav-tabs{
	border: 0;
}
.nav-item .nav-link:hover{
	cursor: pointer;
}
.nav-item .nav-link{
	border-radius: 0 !important;
	text-transform: uppercase;
}
@media screen and (max-width: 966px) {
	.flush-menu{
		display: block;
	}
	.menu-mobile-btn{
		display: inline-block;
	}
	#menu-header-menu{
		display: none;
	}
	.icon_social i{
		margin-left: 0px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 800px) {
	.carousel-item h1 {
		font-size: 27px;
		line-height: 28px;
	}

	.carousel-item p {
		font-size: 18px;
		line-height: 19px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 576px) {

}



@media screen and (max-width: 575px) {


}


@media screen and (max-width: 424px) {

}

@media screen and (max-width: 374px) {
	.logo-w{
		margin: 10px auto 0;
	}
	#header{
		line-height: 60px;
	}
}






