/*============== Home page css ===============*/


.homeVideo{
	background: #ededed;
	/* height: 100vh; */
		overflow-x: hidden;
        position:relative;
       max-height: 100%;
    margin-top:-100px;
}
.homeVideo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeVideo .videoBtn{
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 3px 10px 4px 25px;
	border-radius: 5px;
	font-size: 12px;
    line-height: normal;
    transition: all;
}
.homeVideo .videoBtn:hover{
    background: rgba(0, 0, 0, 0.8);
}
.homeVideo .videoBtn:before{
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background: url(../../Images/AmbergWorld/favicon.png) #fff no-repeat center center;
	background-size: 55% auto;
	position: absolute;
	border-radius:20px;
        left: -10px;
        top: -4px;
}
.homeVideo .videoBtn.rightIco{
	padding: 0px 25px 0px 10px;
}
.homeVideo .videoBtn.rightIco:before{
        left: auto;
        right: -10px;
}
.homeVideo .videoBtn:nth-child(2){
   left: 24.4%;
   top: 29.5vw;
}
.homeVideo .videoBtn:nth-child(3){
    left:30.5%;
    top:43vw;
}
.homeVideo .videoBtn:nth-child(4){
    left: 39%;
    top: 25.5vw;
}
.homeVideo .videoBtn:nth-child(5){
    left:51%;
    top: 21.6vw;
}
.homeVideo .videoBtn:nth-child(6){
    left:53.4%;
    top:23.5vw;
}
.homeVideo .videoBtn:nth-child(7){
    left:57%;
    top:30vw;
}
.homeVideo .videoBtn:nth-child(8){
    left: 60.5%;
    top: 33vw;
    width: 10.5%;
}
.homeVideo .videoBtn:nth-child(9){
    right: 10%;
    top: 34vw;
}
.homeVideo .videoBtn:nth-child(10){
    right: 3%;
    top: 24vw;
}
.homeVideo .videoBtn:nth-child(11){
    left:5%;
    top: 20%;
}

.homeVideo__responsive-menu {
	display: none;
}

/*--------------------------------------------------- */
.employeeCont h6{
    font-weight: 500;
    font-size: 13px;
    color: #7f7f7f;
}
.employeeCont .col-sm-12{
    margin-bottom: 20px;
}
.employeeCont .col-md-6{
    margin-bottom: 20px;
}


@media screen and (max-width: 1080px) {
	.iframe-container {
		padding-top: 80%;
	}

	.homeVideo{
		background: #fff;
	}

	.homeVideo video{
		height: 500px;
	}

	.homeVideo__responsive-menu {
		display: block;
		background: #fff;
		padding-top: 20px;
		position: relative;
	}

	.homeVideo__responsive-menu .scroll-btn  {
		width: 100%;
		position: absolute;
		margin-top: -80px;
	}

	.homeVideo__responsive-menu .scroll-btn a {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}

	.homeVideo__responsive-menu .scroll-btn img{
		width:45px;
		height: auto;
	}
	.homeVideo__responsive-menu .scroll-btn:hover img {
		-webkit-animation-name: bounce;
		animation-name: bounce
	}

	.homeVideo .videoBtn {
		display: none;
	}

	.homeVideo__responsive-menu ul{
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px 0 15px;
	}


	.homeVideo__responsive-menu ul li {
		flex-basis: 50%;
		padding: 15px 20px;
	}

	.homeVideo__responsive-menu ul li.contact-us {
		flex-basis: 100%;
	}

	.homeVideo__responsive-menu ul li.contact-us a {
		width: fit-content;
		padding: 15px 40px;
		font-family: 'Open Sans';
		font-weight: 500;
		text-transform: uppercase;
		font-size: 32px;
		margin: 0 auto;
		color: #000;
		display: block;
		text-align: center;
	}

	.homeVideo__responsive-menu ul li.contact-us a i {
		display: block;
		margin: 0 auto;
		padding-bottom: 15px;
		font-size: 42px;
		color: #000;
	}

	.homeVideo__responsive-menu ul li a {
		display: flex;
		align-items: center;
		width: fit-content;
	}

	.homeVideo__responsive-menu ul li a img {
		width: 180px;
		height: 100px;
		object-fit: cover;
		object-position: center;

	}
	.homeVideo__responsive-menu ul li a span {
		padding-left: 15px;
		font-family: 'Open Sans';
		font-size: 18px;
		font-weight: 500;
		color: #000;
	}
}

@media screen and (max-width: 800px) {
	.homeVideo__responsive-menu ul li {
		flex-basis: 33%;
	}

	.homeVideo__responsive-menu ul li a span{
		padding-left: 0px;

	}
/* }

@media screen and (max-width: 576px) { */
	.homeVideo__responsive-menu ul li a {
		flex-wrap: wrap;
		justify-content: left;
	}
	.homeVideo__responsive-menu ul li a {
		padding-bottom: 20px;
	}
	.homeVideo__responsive-menu ul li a img {
		/*width: 250px;
		height: 150px; */
	}
	.homeVideo__responsive-menu ul li a span {
		padding-top: 15px;
		font-size:14px;
		line-height: auto;
		flex-basis: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 576px) {
	.homeVideo__responsive-menu ul li {flex-basis: 50%;}
	.homeVideo__responsive-menu ul li a span {line-height:18px;}
	.homeVideo__responsive-menu ul li.contact-us a i {font-size:30px;}

}