img {width:100%}

.center{
text-align:center;	
}

.navbar {
	padding-bottom: 0px;
    padding-top: 0px;
}

.nav-item .nav-link {
	padding-bottom: 0px;
    padding-top: 0px;
}

.nav-item img {
	width:30%;
}

.navbar-brand {
	width:70%;
}


.nw{
	padding: 10px 20px;
}


.pad-20{
	padding-top:20px;
	padding-bottom:20px;
}


.pad-40{
	padding-top:40px;
	padding-bottom:40px;
}

.pad-80{
	padding-top:80px;
	padding-bottom:80px;
}
.heading-a h2{
	font-weight: 700;
    font-size: 32px;
}

.heading-a p{
	font-family: math;
}



.serv {
    text-align: center;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px 2px #888888;
    border-radius: 10px;
	margin-bottom:20px;
}


.serv:hover {
    box-shadow: 0px 0px 10px 5px #888888;
    border-radius: 10px;
}

.serv img{
	border-radius: 10px 10px 0px 0px;
}

.serv-text {
	padding:30px;
}


.serv-text p{
	color:#666666;
}


.serv-text img{
	width: 8%;
    padding-bottom: 5px;
    padding-right: 5px;
}

.serv a{
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding: 10px 20px;
    background-color: #ff3534;
    border-radius: 10px;
}

.serv a:hover{
	background-color:#000;
}


.cint{
	background-color:#ffffffcf;
}

.cint h1{
	font-weight: 900;
}

.gall {
	margin-bottom:20px;
}

.buta{
	font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #ff3534;
    border-radius: 10px;
}

.buta:hover{
	background-color: #000;
}

.gall {
	margin-bottom:20px;
}

.gall:hover {
	box-shadow: 0px 0px 10px 5px #888888;
}

footer{
	background-color: #222222;
	font-family: cursive;
	color:#fff;
}

footer .foot-a {
	color:#fff;
	margin-bottom:20px;
}

#return-to-top {
		position: fixed;
		z-index:99999;
		bottom: 20px;
		right: 20px;
		background: #25d366;
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top svg {
		color: #fff;
		margin: 0;
		position: relative;
		left: 12px;
		top: 10px;
		font-size: 30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top:hover {
		background:#5f9d39;
	}
	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}


#return-to {
		position: fixed;
		z-index:99999;
		bottom: 20px;
		left: 20px;
		background: #25d366;
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to svg {
		color: #fff;
		margin: 0;
		position: relative;
		left: 12px;
		top: 12px;
		font-size: 24px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to:hover {
		background:#5f9d39;
	}
	#return-to:hover i {
		color: #fff;
		top: 5px;
	}
	
	@media only screen and (max-width: 991px){
	    .navbar-brand img{
	        width:50%;
	    }
	    .pad-80 {
	        padding-top:20px;
	    }
	    
	}
	
