@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
#slider{
	width:100%;
	height: 800px;
	position: relative;
	margin: auto;
	overflow: hidden;
	
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: rgba(255,255,255,0.3);
     border: 1px solid #fff;
     margin-left: 15px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#fff;
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }

   #page-mone {
    max-width: 510px;
    height: 100%;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 210px 0px;
    position: relative;
    margin: auto;
}
.page-mone-h{
	height: 45%;
}
.page-mone{
	height: 250px;
	border: 1px solid rgba(255,255,255,0.0);
	position: relative;
}
   .page-mone h1{
    color: #fff;
    height: 50px;
    width: 100%;
    text-align: left;
    margin-left: 7px;
    margin-top: 0px;
    line-height: 50px;
    font-size: 67px;
    font-family: 'Kalam', cursive;
    font-weight: normal;
}


.page-mone p {
    font-size: 15px;
    line-height: 20px;
    color: #dfdfdf;
    padding: 5px;
    margin-left: 3px;
    font-family: 'dejavu_sansbook';
}


.page-mone>a{
	position: absolute;
	width: 130px;
	height: 33px;
	left: 190px;
	margin-top: 50px;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	font-family: "BPG Arial Caps", sans-serif;
	border-radius: 25px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-mone>a:hover{
	
	background-color: rgba(255,255,255,1);
	color: #ec3237;
}

.icon_header>ul{
	position: absolute;
	z-index: 99;
	top: 320px;
	right: 30px;
	border: 1px solid rgba(255,255,255,0.3);
	width:55px;
	list-style: none;
	border-radius: 30px;
}
.icon_header>ul>li{
	
    width: 35px;
    height: 35px;
    position: relative;
    margin: 20px 10px;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.icon_header>ul>li:hover{
	opacity: 0.4;

}
.icon_header>ul>li>a {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
}

#video{
	width: 100%;
	background-color: #f6ede8;
}
.video{
	width: 1050px;
	height: 633px;
	margin: 50px auto;
	position: relative;
	
}
.video-text{
	width: 250px;
	height: 400px;
	margin-left: -190px;
	
	position: relative;
	}
	
	.color-white{
		width: 500px;
	   height: 250px;
		position: absolute;
		left:200px;
		top: 0;
	}
	.color-white h1{
		    font-size: 23px;
		color: #222;
		border-bottom: 1px solid #fcc7b0;
		font-family: 'dejavu_sansbook';
		font-weight: normal;
		margin-left: 170px;
		margin-top: 100px;
		padding: 15px 8px;
		width: 300px;
		text-align: right;
	}
	.color-white p{
		font-size: 14px;
    line-height: 25px;
    color: #66788a;
    padding: 5px;
    text-align: right;
    margin-left: -5px;
     font-family: 'dejavu_sansbook';
	}
	.h1 {
    width: 283px;
    margin: 20px auto;
    font-size: 20px;
    text-align: center;
    font-family: 'dejavu_sansbold';
    height: 70px;
    position: relative;
    color: #222;
}
.shape-top {
    width: 200px;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.shape-bottom {
    width: 200px;
    border-bottom: 1px solid #f9d0be;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .image_color{
		position: absolute;
		left: 0;
		top: 0;
		    background-color: rgba(1, 7,101, 0.3);
		z-index: 999;
		width: 100%;
		height: 100%;
	}
	.video-image{
		width: 430px;
		height: 601px;
		margin-right: 50px;
		margin-top: 0px;
		float: right;
		background-size: cover !important;
		background-position: center center !important;
		z-index: 999;
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		position: relative;
	}
	.image-div-top{
		width: 370px;
		height: 350px;
		position: absolute;
		top: -55px;
		right: 265px;
		background-image: url(img/12.png);
		z-index: -1;
		opacity: 1;
	}
	.image-div-bottom{
		background-color: #f2c9b7;
		width: 405px;
		height: 600px;
		position: absolute;
		bottom: 0px;
		right:0px;
	}
	.play-button {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.25);
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    background-image: url(../img/icons/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    position: absolute;
    left: -35px;
    bottom: 270px;
    cursor: pointer;
    border: 2px solid #fff;
    animation: pulse 2s infinite;
    -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.25);
}
@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(236,50,55,0.7)}
	70%{-webkit-box-shadow:0 0 0 10px rgba(236,50,55,0)}
	100%{-webkit-box-shadow:0 0 0 0 rgba(236,50,55,0)}}
	@keyframes pulse{
		0%{-moz-box-shadow:0 0 0 0 rgba(78,215,158,0.7);box-shadow:0 0 0 0 rgba(236,50,55,0.7)}
		70%{-moz-box-shadow:0 0 0 10px rgba(78,215,158,0);box-shadow:0 0 0 10px rgba(236,50,55,0)}
		100%{-moz-box-shadow:0 0 0 0 rgba(78,215,158,0);box-shadow:0 0 0 0 rgba(236,50,55,0)}
		}
.play-button:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.7);
	animation:none
}
#servise{
	max-width: 1200px;
	margin: auto;
}
#servise ul{
	list-style: none;
	width: 100%;
	text-align: center;
}
#servise ul li{
	display: inline-block;
	border-left: 1px solid #f9d0be;
}
#servise ul li:first-child{
	border-left: none;
}
.servise{
	width: 300px;
	height: 400px;
	margin: 20px 45px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.servise-image{
	width: 300px;
	height: 320px;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}
.servise pre{
	font-size: 20px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 20px;
    color: #ec2d32;
}
.servise span{
	font-size: 20px;
	font-family: 'bpg_nino_medium_capsregular';
    margin-top: 20px;
        color: #222;
}
.servise:hover{
	opacity: 0.6;
}
#about{
	width: 100%;
	height: 700px;
	margin-top: 120px;
	background-image: url(../img/about.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.about{
	height: 270px;
	width: 500px;
	position: absolute;
	right: 50px;
	bottom: 100px;
}
.about h1{
	font-size: 30px;
    color: #fff;
    font-family: 'dejavu_sansbook';
    font-weight: normal;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.about div{
	font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    font-family: 'dejavu_sansbook';
    
}
.about a{
	width: 80px;
    height: 20px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    line-height: 23px;
    font-family: "BPG Arial Caps", sans-serif;
    font-weight: normal;
    font-size: 14px;
    left: 200px;
    bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about a:hover{
	text-decoration: underline;
}
#gallery{
	width: 1400px;
	margin:150px auto;
	text-align: center;
}
.gallery{
	width: 390px;
	height: 300px;
	margin: 0px 30px;
	display: inline-block;
	position: relative;
}
.gallery img{
	width: 390px;
	height: 240px;
}

.gallery-date{
	width: 40px;
	height: 45px;
	background-color: #f9d0be;
	margin-top:-6px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: 'dejavu_sansbold';
	line-height: 20px;
	padding: 5px 1px;
	float: left;
	color: #fff;
}
.gallery-title{
	width: 340px;
	height: 30px;
	webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -ms-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,0.11);
    box-shadow: 0 10px 21px rgba(0,0,0,0.11);
    background-color: #fff;
    margin-left: 50px;
    margin-top: -15px;
    position: relative;
    z-index: 9999;
    color: #000;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    line-height: 23px;
    padding: 25px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Year{
    width: 43px;
    height: 25px;
    border-radius: 25px;
    border: 2px solid #fff;
    top: 45px;
    left: 10px;
    font-size: 15px;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 0px 8px;
    line-height: 30px;
    color: #fd6266;
    position: relative;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.gallery:hover .gallery-title{
	color: #f7bea6;
}
#video_ply{
	  width: 100%;
    height: 100%;
    top:-100%;
    left: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-h{
	height:15%;
}
.video-border{
	width:800px;
	margin: auto;
	position: relative;
	border-radius: 10px;
}
.video_ply{
	width: 800px;
	height: 900px;
	border-radius: 10px;
	
}
.videobg{
	width:800px;
	border-radius: 10px;
	border: 4px solid #fff;
	outline: none;
			}
			.close-button{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 9999999999999999;
	position: absolute;
	right:-45px;
	top:-25px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
}
.close-button:hover{
	color: #ec3237;
}
@media only screen and (max-width: 1220px) {

	.leng{
		right: 100px;
		 top: 25px;
	}
		#logo{
	width: 100px;
}
	nav{
		height: 70px;
	}
	nav>ul{
		display: none;
	}
  #nav-bar{
  	display: block;
  }
 
}
