*{
    scroll-behavior: smooth;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.little-logo{
    display: none;
}
.logo{
    display: flex;
}
/* header end */
.main-section{
    background-image: url(../images/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 710px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 200px;
}
.main-section h1{
    font-size: 50px;
    font-family: 'Pacifico', cursive;
    margin-bottom: 300px;
    color: white;
}
/* main section end */

.mt-0{
    font-size: 40px;
    width: 600;
    margin-bottom: 10px;
}
#aboutus a{
    text-decoration: none;
}
#aboutus a:hover{
    transition: 1.5s;
    text-decoration:underline;
    color: blueviolet;
}
.aboutustext{
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 90px;
    font-size: 20px;
}
#aboutus{
    margin-bottom: 50px;
}
/* about us end */

.service-img{
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.service-img:hover{
    width: 60%;
    transition: 1.5s;
    box-shadow: inset 40px 50px 1000px 30px green;
    margin-bottom: 20px;
    margin-top: 50px;
}
#services > h3{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Bebas Neue', cursive;
}
#services >p{
    font-size: 18px;
    text-align: center;
    text-decoration: solid;
    font-family: 'PT Sans Narrow', sans-serif;
}
#services .paragraph{
    font-size: 18px;
    font-weight:bolder;
    text-align: center;
    text-decoration: solid;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: -30px;
}
#services{
    margin-bottom: 10rem;
}
.middle-photo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 350px;
}
/* services ended */
#contact h3{
    font-weight: 600;
    font-size: 40px;
    display: block;
    margin-left: 50px;
    margin-bottom: 30px;
}
.container{
    width: 50px;
    height: 30px;
    border: solid 1px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.container >h4{
    text-transform: uppercase;
    text-shadow: orangered 1px 0px 5px;
    color: black;
}
.phone{
    text-decoration: none;
}
.phone:hover{
    text-decoration: underline;
    transition: 3s;
    color: blueviolet;
}
.mail{
    text-decoration: none;
}
.mail:hover{
    text-decoration: underline;
    transition: 3s;
    color: blueviolet;
}
.address{
    text-decoration: none;
}
.address:hover{
    text-decoration: underline;
    transition: 3s;
    color: blueviolet;
}
#contact{
    margin-bottom: 200px;
}
/* contact end */

.map-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	margin-bottom: 100px;
	border: 2px solid #103d23;
}

.googlemap {
	width: 100%;
}
/* map end */

footer {
	position: relative;
	width: 100%;
	min-height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9220822117909664) 20%, rgba(0,0,0,0.9220822117909664) 50%, rgba(7,7,7,1) 80%, rgba(37,40,39,1) 100%); 
	padding: 20px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    height: 300px;
}

footer .social_icon,
footer .menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li {
	list-style: none;
}

footer .social_icon li a {
	font-size: 2em;
	color: whitesmoke;
	margin: 0 10px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .menu li a {
	font-size: 1.2em;
	color: whitesmoke;
	margin: 0 10px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.75;
}

footer .menu li a:hover {
	opacity: 1;
	color: orangered;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

footer .social_icon li a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

footer p {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
