﻿*{
	position:relative;
	margin:0px;
	padding:0px;
	z-index:0;
}
@font-face{
	font-family: heading;
	src: url('../font/heading.ttf');
}
body{
	background-color:rgb(148,179,208);
}
.body-background{
	background-image: url('../img/3.jpg');
	background-repeat:no-repeat;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
}
.container{
	width:950px;
	height:1734px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:100;
}
.header-section{
	width:100%;
	top:10px;
	height:170px;
}
.main-logo{   
	width: 100px;
    height: 100px;
    top: 40px;
    left: 200px;
}
.header-main-heading{
	display: inline;
    font-family: 'new times roman';
    font-weight: bold;
    font-size: 39px;
    bottom: 39px;
    left: 338px;
    color: black;
}
.header-main-heading2{
	font-family: 'new times roman';
    font-weight: bold;
    font-size: 32px;
    bottom: 20px;
    left: 306px;
    color: black;
}
.header-main-heading3{
	font-family: heading;
    font-weight: bold;
    font-size: 29px;
    bottom: 91px;
    left: 348px;
    color: black;
}
.header-lang-ul{
	list-style-type:none;
	bottom:190px;
}
.header-lang-ul li{
	display:inline-block;
	font-weight:bold;
	padding-right:10px;
	font-size:16px;
	color:black;
}
.header-lang-ul li a{
	text-decoration:none;
	color:black;
}
.main-div{
	width:100%;
	height:1770px;
	background-color:white;
	border-radius:20px;
	box-shadow:0px 0px 0px lightgray;
	z-index:100;
}
.nav-ul{
	list-style-type:none;
	display:block;
	width:630px;
	text-align:center;
	height:40px;
	line-height:40px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	top:16px;
	background-color:#436274;
}
.nav-li{
	display:inline-block;
	padding-right:20px;
	left:50px;
}
.nav-a{
	text-decoration:none;
	font-family:calibri;
	font-size:18px;
	color:white;
	transition:all 500ms ease;
}
.nav-a:hover{
	color:rgb(200,200,200);
	cursor:pointer;
}
.top-search-form{
	left:740px;
	bottom:21px;
}
.search-input{
	border:0px;
	background-color:rgba(117,112,107,0.8);
	height:30px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.submit-button{
	border:0px;
	background-color:rgb(117,112,107);
	padding-right:10px;
	padding-left:10px;
	height:30px;
	right:4px;
	color:white;
}
/* every page end */
.container{
	height:1940px !important;
}
.main-containt-div{
	width:925px;
	margin-left:auto;
	margin-right:auto;
	height:1586px;
	top:5px;
}
.main-containt-heading{
	font-family:calibri;
	text-align:center;
	font-size:24px;
	color:white;
	font-weight:normal;
	background-color:gray;
	width:925px;
	height:43px;
	line-height:43px;
	vertical-align:center;
}

.gallery-slideshow-main-div{
	margin-top:20px;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}
.gallery-down-images-div{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	
}
.gallery-down-images-heading{
	background-color:gray;
	color:white;
	font-weight:normal;
	text-align:center;
	font-family:calibri;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.gallery-down-images-ul{
	list-style-type:none;
	margin-top:10px;
	
}
.gallery-down-images-ul li{
	display:inline-block;
	
}

.gallery-down-images-ul li img{
	height:180px;
	width:220px;
	
}
.gallery-down-images-ul li p{
	text-align:center;
	font-family:centruy gothic,arial,serif,calibri;
	font-size:14px;
	top:6px;
}
.gallery-down-images-ul li a{
	font-family:calibri;
	text-decoration:none;
	color:white;
	padding:4px 8px;
	background-color:rgb(0,124,195);
	margin-bottom:5px;
	display:block;
	text-align:center;
	border-radius:5px;
	transition:all 300ms ease
}
.gallery-down-images-ul li a:hover{
	opacity:0.5;
}
.footer-copyright{
	font-family:calibri;
	text-align:center;
	font-size:16px;
	padding:8px 0px;
	top:106px;
	background-color:gray;
	color:white;
	font-weight:normal;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}








