*{
	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;
}

/*----------section-----------*/

section{ 
	margin-top: 30px;
	position: relative;	
	width: 100%;
	display: flex;	
	justify-content: center;
	align-items: center;
}
.container2{
	position: relative;
	width: 100%;
	margin: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-gap:20px;
	justify-items:center;
	align-items: center;
}
.container2 .box{
	position: relative;
	width: 100%;
	color: black;
	padding: 20px;
	font-size: 1.4em;
	font-weight: 800;
}
.container2 .center{
	padding-bottom: 20px;
	padding-top: 60px;
	display: grid;
	justify-items:center;
	align-items: center;
}
.container2 .box .itm{
	position: relative;
	background-color:#F9C712;
	width: 270px;
	height: 150px;
	border-radius: 60px;
	font-size: 20px;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:10px;
}

.container2 .box .top1:hover{
	top: -20px;
	border-bottom:8px solid grey;

}
.container2 .box .top2:hover{
	top: -20px;
	border-bottom:8px solid grey;

}
.container2 .box .top3:hover{
	top: -20px;
	border-bottom:8px solid grey;

}
.container2 .border{
	border-bottom: 4px solid #fff;
    width: 125px;
    justify-content: center;
}
.container2 .center:hover {
	border-bottom: 4px solid black;
    width: 125px;
    justify-content: center;
}

/*----------section-----------*/

/*----------section--3-----------*/
.name-work{ 
	margin-top: 30px;

	width: 100%;
	text-align: left;
	padding-left: 30px;
}
section{ 
	margin-top: 10px;
	background-color:#F8F8F8;
	position: relative;	
	width: 100%;
	display: flex;	
	justify-content: center;
	align-items: center;
}
.container3{
	position: relative;
	width: 100%;
	margin: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
	grid-gap:20px;
	justify-items:center;
	align-items: center;
}
.container3 .box2{
	position: relative;
	width: 100%;
	color: black;
	padding: 20px;
	font-size: 1.4em;
	font-weight: 800;
}
.container3 .center{
	padding-bottom: 20px;
	padding-top: 60px;
	display: grid;
	justify-items:center;
	align-items: center;
}
.container3 .box2 .itm{
	position: relative;
	width: 100px;
	height: 100px;
	font-size: 20px;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding:10px;
}
.container3 .box2 .img{
	background-repeat: no-repeat;
	
}





/*----------section--3-----------*/



/*------------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---------*/


.bg-img {
  /* The image used */
  background-image: url("../img/1.jpg");
  z-index: 1;
      margin-top: 50px;
  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
input[type=name], input[type=email], input[type=telephone]  {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=name]:focus, input[type=email]:focus, input[type=telephone]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  outline: none;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}





/*-------slidershow-------*/
.galleryContainer{
    width: 100%;
    height: 500px;
    margin: auto;
    user-select: none;
    /*box-shadow: 0px 0px 3px 1px #00000078;*/
    box-sizing: border-box;
}
.galleryContainer .slideShowContainer{
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 0px;
    overflow: hidden;
    background-color: gainsboro;
    position: relative;
}
.galleryContainer .slideShowContainer #playPause{
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url(images/playPause.png);
    background-repeat: no-repeat;
    z-index: 5;
    background-size: cover;
    margin: 5px;
    cursor: pointer;
}
.galleryContainer .slideShowContainer #playPause:hover{
    opacity: .7;
}
.galleryContainer .slideShowContainer .imageHolder{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.galleryContainer .slideShowContainer .imageHolder img{
    width: 100%;
    height: 100%;
}
.galleryContainer .slideShowContainer .imageHolder .captionText{
    display: none;
}

.galleryContainer .slideShowContainer .leftArrow,.galleryContainer .slideShowContainer .rightArrow{
    width: 50px;
    background: #00000036;
    position: absolute;
    left: 0;
    z-index: 999;
    transition: background 0.5s;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.galleryContainer .slideShowContainer .rightArrow{
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.galleryContainer .slideShowContainer .leftArrow:hover,.galleryContainer .slideShowContainer .rightArrow:hover{
    background: #000000a8;
    cursor: pointer;
}
.galleryContainer .arrow{
    display: inline-block;
    border: 3px solid white;
    width: 10px;
    height: 10px;
    border-left: none;
    border-bottom: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.galleryContainer .arrow.arrowLeft{
    transform: rotateZ(-135deg);
}
.galleryContainer .arrow.arrowRight{
    transform: rotateZ(45deg);
}


.galleryContainer .slideShowContainer>.captionTextHolder{
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background: #00000047;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.galleryContainer .slideShowContainer>.captionTextHolder>.captionText{
    margin: 0;
}

.galleryContainer #dotsContainer{
    width: 100%;
    height: 10%;
    text-align: center;
    /*padding-top: 20px;*/
    box-sizing: border-box;
}
.galleryContainer #dotsContainer .dots{
    display: inline-block;
    width: 30px;
    height: 7px;
    /*border-radius: 50%;*/
    margin-left: 5px;
    background-color: #bbb;
    cursor: pointer;
    transition:background-color 0.5s;
}
.galleryContainer #dotsContainer .dots:first-child{
    margin-left: 0;
}
.galleryContainer #dotsContainer .dots:hover,.galleryContainer #dotsContainer .dots.active{
    background-color: #717171;;
}




.galleryContainer .moveLeftCurrentSlide{
    animation-name: moveLeftCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;

}
.galleryContainer .moveLeftNextSlide{
    animation-name: moveLeftNext;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
@keyframes moveLeftCurrent {
    from {margin-left: 0;opacity: 1;}
    to {margin-left: -100%;opacity: 1;}
}
@keyframes moveLeftNext {
    from {margin-left: 100%;opacity: 1;}
    to {margin-left: 0%;opacity: 1;}
}


.galleryContainer .moveRightCurrentSlide{
    animation-name: moveRightCurrent;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
.galleryContainer .moveRightPrevSlide{
    animation-name: moveRightPrev;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}
@keyframes moveRightCurrent {
    from {margin-left: 0;opacity: 1;}
    to {margin-left: 100%;opacity: 1;}
}
@keyframes moveRightPrev {
    from {margin-left: -100%;opacity: 1;}
    to {margin-left: 0%;opacity: 1;}
}
.slideTextFromBottom {
    animation-name: slideTextFromBottom;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}
@keyframes slideTextFromBottom {
    from {opacity: 0;margin-top: 100px}
    to {opacity: 1;margin-top: 0px;}
}
.slideTextFromTop {
    animation-name: slideTextFromTop;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
}
@keyframes slideTextFromTop {
    from {opacity: 0;margin-top: -100px}
    to {opacity: 1;margin-top: 0px;}
}
/*---------slidershow-------*/



/*----------two-image-----*/
.img-comp-container {

  position: relative;
  width: 1300px;
  margin: 30px auto;
  height: 500px; /*should be the same height as the images*/
}

.img-comp-img>img{
	width: 1300px;
	height: 500px;
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
/*---------two-image-----------*/



@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;
}
}



@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;
}

.img-comp-container {
	display: none;
}
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;
	}
	.column img {
	  	opacity: 0.8; 
	  	cursor: pointer; 
	  	height: 70px;
	}
	.column>.height {
    	height: 100px;
	}
	.img-comp-container {
	display: none;
	}
	.galleryContainer {
    	height: 400px;
	}


	.container-one{
	text-align: center;
	width: 100%;

	margin: 10px auto;
}

.container-one .flex{
	display: block;
	width: 100%;
}
.container-one .flex .right{
	padding-right: 0px;
}
.container-one .flex .left{
	padding-left:0px;
}
.container-one .flex .cont-row{
	width: 100%;
	margin: 30px 0px;
}

.container-one .flex .cont-row .order{
	background-color: #F9C712;
    width: 150px;
    margin: 0px auto;
    height: 150px;
    border-radius: 182px;
    padding: 66px 0px;
}
.container-one .flex .cont-row h1{
	align-items: center;
	text-align: center;
	font-size: 12px;
}
.container-one .flex .cont-row h2{
	font-family: 'poppins', sans-serif;
	font-size: 16px;
}


.container2{
	position: relative;
	width: 100%;
	margin: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
	grid-gap:20px;
	justify-items:center;
	align-items: center;
}
.container2 .box .itm{

	width: 150px;
	height: 100px;
	border-radius: 30px;
	font-size: 14px;
	padding:10px;
}
.container3 .box2{
		padding:0;
	}
.container3 .box2 .img{
	background-repeat: no-repeat;
	width: 70px;
}
.container3 .not{
	display: none;
}
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;
}

}
@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;
	}


	.container2{
	position: relative;
	width: 100%;
	margin: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
	grid-gap:20px;
	justify-items:center;
	align-items: center;
}
.container2 .box .itm{

	width: 105px;
	height: 105px;
	border-radius: 15550px;
	font-size: 12px;
	padding:10px;
}



	.container3 .box2{
		padding:0;
	}
	.container3 .box2 .img{
		background-repeat: no-repeat;
		width: 55px;
	}
	.name-work{
		font-size: 13px;
	}
}


@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;
	}

	.container3 .box2 .img{
		background-repeat: no-repeat;
		width: 40px;
	}


	.container3 .box2{
		padding:0;
	}
	.container3 .box2 .img{
		background-repeat: no-repeat;
		width: 50px;
	}
	.container3 .not{
		display: none;
	}
	.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;
	}
	.container3 .box2{
		padding:0;
	}
	.container3 .box2 .img{
		background-repeat: no-repeat;
		width: 40px;
	}
	.container3 .not{
		display: none;
	}
	.container2{
	position: relative;
	width: 100%;
	margin: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	grid-gap:20px;
	justify-items:center;
	align-items: center;
}
.container2 .box .itm{

	width: 85px;
	height: 85px;
	border-radius: 15550px;
	font-size: 10px;
	padding:10px;
}


}

.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%;
  }