*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	box-sizing: border-box;	
	z-index: 1;	
	/*max-width: 1900px;*/
}
/*body{
	max-width: 1900px;
}*/
nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	font-family: 'poppins', sans-serif;
	background-color: black;
	position: fixed;
	width: 100%;
	z-index: 9999;

}
.logo{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
}
.nav-links{
	display: flex;
	justify-content: space-around;
	width: 60%;
	/*position: fixed;*/

	
}
.nav-links li{
	list-style: none;
}
.nav-links a{
	text-decoration: none;
	color: #fff; 
	letter-spacing: 1px;
	/*font-weight: bold;*/
}
.burger{
	display: none;
	cursor: pointer;
}
.burger div{
	width: 30px;
	height: 3px;
	margin: 5px;
	background-color: #fff;
	transition:all 0.3s ease-in;
}
.tel-mob{
	display: none;
}
/*------------conttext------*/

.container{
	text-align: center;
	display: block;
	margin: 0px auto;
	max-width: 1400px;
	padding-top: 70px;

}
.container h1{
	font-weight: 300;
	font-size: 35px;
	position: relative;
	z-index: 999;
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;	
	text-align: center;
}
.container .hrspan{
	position: relative;
	display: block;
	background-color: #c1c1c1c1;
	top: -30px;
	height: 2px;

}
.conttext{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(600px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.contbox img{
	width: 600px;
	height: 350px;
}
.contbox p{
	text-align: left;
	font-size: 18px;
}
.contbox h2{
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.contbox ul{
	margin-top: 10px;
	text-align: left;
	padding-left: 50px;
}
.contbox ul li{
	margin-top: 5px;
}


.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.sizeimg{
	height: 230px;
}
.contphoto img{
	width: 300px;
}
.contphoto2 img{
	width: 300px;
	height: 350px;
}
h3{
	width: 100%;
	font-size: 40px;
	margin-top: 40px;
}

/*------------conttext------*/


/*------------footer---------*/
footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background-color: black;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .container-footer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container-footer .sec{
	margin-right: 30px;
}
footer .container-footer .sec.aboutus{
	width: 40%;
}
footer .container-footer  h2{
		position: relative;
		color: #fff;
		font-weight:600;
		margin-bottom: 15px;
}
footer .container-footer h2:before{
	content: '';
	position:absolute;
	bottom: -5px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #F9C712;
}
footer  p{
	color: #999;
}

.sci{
	margin-top: 20px;
	display: flex;
}
.sci li{
	list-style: none;
}
.sci li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius:4px;
}

.sci li a:hover{
	background: grey;

}
.sci li a .fab{
	font-size:23px;
}
.sci li a .fa-facebook-f{
	color: #34508E;
}
.sci li a .fa-instagram{
	color: #FFFC00;
}
.sci li a .fa-youtube{
	color: #FE0000;
}
.sci li a .fa-viber{
	color: #7D51A0;
}
.sci li a .fa-whatsapp{
	color: #66F949;
}

footer .container-footer .sec.quickLinks{
	position: relative;
	width: 25%;
}
footer .container-footer .sec.quickLinks ul li{
	list-style: none;
}
footer .container-footer .sec.quickLinks ul li a{
	color: #999;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;

}
footer .container-footer .sec.quickLinks ul li a:hover{
	color: #fff;
}


footer .container-footer .sec.contact{
	width: calc(35% -60px);
	margin-right: 0 !important;
}
footer .container-footer .sec.contact .info{
	position: relative;
}
footer .container-footer .sec.contact .info li{
	display: flex;
	margin-bottom: 16px;
}
footer .container-footer .sec.contact .info li span:nth-child(1){
	color: #fff;
	font-size:20px;
	margin-right: 15px;
}
footer .container-footer .sec.contact .info li span{
	color: #999;

}
footer .container-footer .sec.contact .info li 	 a{
	color: #999;
}
footer .container-footer .sec.contact .info li 	 a:hover{
	color: #fff;
}


.copyrightText{
	width: 100%;
	background: black;
	padding: 8px 100px;
	text-align: center;
	color: #999;
	border-top: 1px solid #999;
}
/*------------footer---------*/




/*-------adaptiv-----*/


@media screen and (max-width: 1324px){
.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(210px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.contphoto img{
	width: 250px;
}
.contphoto2 img{
	width: 250px;
	height: 300px;
}
}


@media screen and (max-width: 1224px){
	.nav-links{
		display: flex;
		justify-content: space-around;
		width: 70%;
		font-size: 14px;
		
	}
	.logo{
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 16px;
	}
	.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(210px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.contphoto img{
	width: 200px;
}
.contphoto2 img{
	width: 200px;
	height: 250px;
}
}

@media screen and (max-width:1024px){
	.nav-links{
		display: flex;
		justify-content: space-around;
		width: 60%;
		font-size: 11px;
		
	}

	.logo{
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 14px;
	}

	.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.contphoto img{
	width: 160px;
}
.contphoto2 img{
	width: 160px;
	height: 230px;
}
	footer{
		padding: 50px 70px;
	}


}



@media screen and (max-width: 768px){
	body{
		overflow-x: hidden;
	}
	.galleryContainer .slideShowContainer{
		padding-top: 0px;
	}
	.nav-links{
		position: absolute;
		right: 0px;
		height: 92vh;
		z-index: 9999;
		top: 8vh;
		background-color: black;
		display: flex;
		flex-direction: column;
		width: 40%;
		align-items: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
	}
	
	.nav-links li{
		opacity: 0;
	}
	.burger{
		display: block;
	}
	.tel-mob{
		display: block;
	}
	footer{
	text-align: center;
	}
	footer .container-footer .sec.aboutus{
		width: 100%;
	}
	footer .container-footer .sec.quickLinks{
		width: 100%;
		margin-top: 30px;
	}
	footer .container-footer .sec.contact{
		width: 100%;
		margin-top: 30px;
	}
	footer .container-footer h2:before{
		left: auto;
	}
	.sci{
		justify-content: center;
	}
	footer .container-footer .sec.contact .info li{
		justify-content: center;
	}
	.copyrightText{
		padding:8px 20px;
		font-size:14px;
	}
	.conttext{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
	.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}


	.contphoto img{
	width: 200px;
}
.contphoto2 img{
	width: 200px;
	height: 230px;
}
.contbox img {
    width: 400px;
    height: 200px;
}

}
@media screen and (max-width: 425px){
	body{
		overflow-x: hidden;
	}
	.galleryContainer .slideShowContainer{
		padding-top: 0px;
	}	
	.nav-links{
		position: absolute;
		right: 0px;
		height: 92vh;
		top: 8vh;
		z-index: 9999;
		background-color: black;
		display: flex;
		flex-direction: column;
		width: 50%;	
		align-items: center;
		transition: transform 0.5s ease-in;
		transform: translateX(100%);
	}
	.nav-links li{
		opacity: 0;
	}
	.burger{
		display: block;
	}
	.tel-mob{
	display: block;
	}
	.img-comp-container {
	display: none;
	}
	.galleryContainer {
    	height: 300px;
	}
	.name-work{
		font-size: 13px;
	}


	.contimg{
	position: relative;
	/*width: 100%;*/
	grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
	justify-content: center;
	display: grid;
	grid-gap:40px;
	margin: 10px 40px;
}
.contphoto img{
	width: 100px;
}
.contphoto2 img{
	width: 100px;
	height: 160px;
}
}

@media screen and (max-width: 375px){
	body{
		overflow-x: hidden;
	}
	.galleryContainer .slideShowContainer{
		padding-top: 0px;
	}
	.nav-links{
		position: absolute;
		right: 0px;
		height: 92vh;
		top: 8vh;
		z-index: 9999;
		background-color: black;
		display: flex;
		flex-direction: column;
		width: 50%;	
		align-items: center;
		transition: transform 0.5s ease-in;
		transform: translateX(100%);
	}
	.nav-links li{
		opacity: 0;
	}
	.burger{
		display: block;
	}
	
	.tel-mob{
	display: block;
	}
	.img-comp-container {
	display: none;
	}
	.galleryContainer {
	    	height: 300px;
	}
	.name-work{
		font-size: 12px;
	}
}

@media screen and (max-width: 320px){
	body{
		overflow-x: hidden;
	}
	.galleryContainer .slideShowContainer{
		padding-top: 0px;
	}
	.nav-links{
		position: absolute;
		right: 0px;
		height: 92vh;
		top: 8vh;
		z-index: 9999;
		background-color: black;
		display: flex;
		flex-direction: column;
		width: 40%;	
		align-items: center;
		transition: transform 0.5s ease-in;
		transform: translateX(100%);
	}
	
	
	.burger{
		display: block;
	}
	.tel-mob{
		display: block;
	}
	.img-comp-container {
		display: none;
	}
	.galleryContainer {
    	height: 100px;
	}
}
/*-------adaptiv-----*/



.nav-active{
	transform: translateX(0%);
}

@keyframes navLinkFade{
	from{
		opacity: 0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}




.toggle .line1{
	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2{
	opacity: 0;
}
.toggle .line3{
	transform: rotate(45deg) translate(-5px, -6px);
}


.carousel-inner img {
    width: 100%;
    height: 100%;
  }