*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
body{
	font-family:Times New Roman, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	font: normal 20px Times New Roman, Helvetica, sans-serif; 
	line-height:1.6em;
	background-image: url("Background/white-background.jpg");
}
#navbar li{
	display:inline-block;
}
#navbar{
	background-image:url("Background/1186693847_preview_blackness.jpg");
	color:#fff;
	width:100%;
	text-align:center;
}
#navbar a{
	color:#fff;
	text-decoration: none;
	font-size:18px;
	padding: 20px 10px;
}
#navbar a:hover{
	background:skyblue;
	color:white;
}
.box-3 {
	width:100%;
	overflow:hidden;
	list-style:none;
	height:70%;
}
#main-header{
	text-align:center;
	font-size:30px;
	background-image: url("Background/ff82e720aeb98a8e3b84ea44133c5197.jpg"); 
	color:#fff;
	height:80px;
}
.image{
	max-width:1500px;
	margin:auto;
	overflow:auto;
	background-position:center;
	padding-left:200px;
	padding-top:50px;
}
.gallery{
	margin:5px;
	width:390px;	
	border:1px solid #ccc;
	box-sizing:border-box;
	display:grid;
	float:left;
	grid-gap:10px;
	grid-template-columns: auto-fill;
	grid-template-rows: 100px 100px;
}
.gallery img{
	width:100%;
	height:210%;
}
.desc{
	color:white;
}
.gallery li{
	list-style: none;
	text-align:center;
	font-size: 20px;
}
.gallery a{
	padding:10px;
	text-decoration: none;
}
.box-0{
	background-image:url("Background/1.jpg");
	height:50%;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
	text-align: center;
}
.box-0 p{
	color:white;
}
.clr{
	clear:both;
}
.footer-social-icons{
	width:100%;
	height:auto;
	margin:auto;
}
.footer-social-icons ul{
	margin:0px;
	padding:0px;
	text-align:center;
}
.footer-social-icons ul li{
	display: inline-block;
	margin-right: 2px;
	width:36px;
	height:36px;
	text-align:center;
}
.footer-social-icons ul li a{
	color: #fff;
	display:block;
	font-size: 22px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
.footer-social-icons ul li a i{
	line-height: 36px;
}
.footer-social-icons ul li:nth-child(1){
	background: #3b5998;
}
.footer-social-icons ul li:nth-child(2){
	background: #1da1f2;
}
.footer-social-icons ul li:nth-child(3){
	background: #25d366;
}
.footer-social-icons ul li:nth-child(4){
	background: #c32aa3;
}
.footer-social-icons ul li:nth-child(5){
	background: #ff0000;
}
.footer-social-icons ul li:nth-child(6){
	background: #007bb5;
}
.footer-social-icons ul li:nth-child(7){
	background: #00aff0;
}

h1{
	text-align:center;
}
.footer-mid-part{
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: 50px;
}
.footer-section-one{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}
.footer-section-two{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}
.footer-section-three{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}
.footer-section-four{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}
.footer-heading{
	width:100%;
	height:auto;
	margin:auto;
}
.footer-heading h2{
	font-size: 18px;
	text-align: left;
	color:#fff;
	text-transform: uppercase;
	margin: 0px;
}
.footer-contact-box{
	width: 100%;
	height: auto;
	margin:auto;
	margin-top: 13px;
}
.footer-contact-icon{
	width:25px;
	height:25px;
	float: left;
}
.footer-contact-icon i{
	color:#fff;
	font-size:20px;
}
.footer-contact-text{
	width:85%;
	height:auto;
	float:left;
	margin-left: 10px;
}
.footer-contact-text p{
	font-size: 14px;
	text-align:left;
	color: #fff;
}
.footer-contact-text p a{
	font-size: 14px;
	text-align:left;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
}
.footer-contact-text p:hover{
	color:#f00;
}
.footer-contact-text p a{
	color:#fff;
}
.footer-contact-box:hover .footer-contact-icon i{
	color:#f00;
}
.footer-contact-box .footer-contact-text p a{
	color:#fff;
}

.footer-form{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.footer-form-box{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.footer-form-box textarea{
	height:200%;
}
.footer-form-style{
	width:100%;
	height:40px;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid rgba(255,255,255,.1);
	background:transparent;
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
	color:#fff;
}
.footer-form-submit-style{
	width:129px;
	height:35px;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-transform: uppercase;
	background:rgba(255,255,255,.5);
	border:none;
	margin-top: 1px;
}



