*{
	padding: 0;
	margin:0;
	box-sizing: border-box;
}

#logo{
	width: 50%;
	height: auto;
	max-height: 160px;
	max-width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#full-contact{
		display: none;
	}	

#topper2{
     display: none;
}	 

div{
	margin: 0 auto;
	font-size: 50px;

}

header{
	width: 100%;
	height: 25vh;
	margin: 0;
	background-color: #0B0B0B;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}

.navbar{
	min-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 auto;
	position: relative;
	z-index: 10;
}

.nav-menu{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.nav-branding{
	font-size: 1.5rem;
}


.nav-link{
	transition: 0.5s ease;
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
}

.nav-link:hover{
	color: #399FB1;
}

.hamburger{
	display: none;
	cursor: pointer;
}

.bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFFFFF;
}

section{
	position: relative;
	width: 100%;
	height: 50vh;
	display: block;
}

.sec1{
	background-image: url("../img/home_image1.jpg");
	background-size: cover;
	background-position: center;
}

.sec2{
	background-image: url("../img/leafbg1.jpg");
	background-size: cover;
	background-position: 50% 20%;
}

.sec3{
	background-image: url("../img/cheers1.jpg");
	background-size: cover;
	background-position: 20% 50%;
	z-index: 2;
}

.sec4{
	display: none;
}

.whitebg{
	display: block;
	background-color: rgba(255,255,255,0.6);
	margin: 0 auto;
	z-index: 3;
	width: 80%;
	height: 40%;
	margin-top: 10%;
	margin-left: 0px;
	text-align: justify;
	float: left;
}

.whitebg2{
	display: block;
	background-color: rgba(255,255,255,0.6);
	margin: 0 auto;
	z-index: 3;
	width: 80%;
	height: 30%;
	margin-top: 10%;
	margin-right: 0px;
	text-align: justify;
	clear: left;
	float: right;
}


.slideshow-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 35vh;
  width: 100%;
}

.Containers {
  display: none;
}

.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: #399FB1;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

.forward {
  right: 0;
  border-radius: 5px 0 0 5px;
}


.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
  color: #EC9621;
}

.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #399FB1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #EC9621;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

.slide{
	height: 35vh;
	width: 100%;
	object-fit: cover;
}	

.slide2{
	display: none;
}

#dotdiv{
	width: 100%;
	position: absolute;
    bottom: 10px;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

h1{
	text-align: center;
	font-family: Calibri;
	font-size: 3em;
	color: #EC9621;
	padding-top: 5%;
}

h2{
	text-align: center;
	font-family: Calibri;
	font-size: 2em;
	color: #FFFFFF;
	padding-top: 5%;
}

p{
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	padding: 5% 3% 5% 3%;
}


.p-link{
	color: #EC9621;
}

.p-link:hover{
	color: #399FB1;
}

.p-full{
	display: none;
}

.p-mob{
	overflow: auto;
}

.active{
	color: #EC9621;
}

.b-text{
	color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	padding: 5% 3% 5% 3%;
}

#contact-sec{
	width: 100%;
	height: 100%;
	background-image: url("../img/newbg.jpg");
	background-size: cover;
	background-position: center;
}

#about-sec{
	width: 100%;
	height: 100%;
	background-image: url("../img/newbg.jpg");
	background-size: cover;
	background-position: center;
	position: center;
}

#serv-sec{
	width: 100%;
	height: 100%;
	background-image: url("../img/newbg.jpg");
	background-size: cover;
	background-position: center;
	position: center;
}

.servpic{
	width: 32%;
	height: auto;
	padding-left: 2%;
}

.contactform{
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5%;
}

form{
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	padding: 2vw 4vw;
	width: 90%;
	max-width: 600px;
	border-radius: 10px;
}

form h2{
	color: #EC9621;
	font-size: 2rem;
	margin-bottom: 20px;
}

form input, form textarea{
	border: 0;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	background: #f5f5f5;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
}

form button{
	padding: 15px;
	background: #399FB1;
	color: #FFFFFF;
	font-size: 1rem;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 10px;
}

#whatis{
	padding-top: 10%;
	color: #FFFFFF;
}



@media(max-width: 768px){
	.hamburger{
		display: block;
	}
	
	.hamburger.active .bar:nth-child(2){
		opacity: 0;
	}
	.hamburger.active .bar:nth-child(1){
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active .bar:nth-child(3){
		transform: translateY(-8px) rotate(-45deg);
	}
	
.navbar{
	position: relative;
}
	
	.nav-menu{
		position: fixed;
		bottom: -100%;
		max-height: 100vh;
		gap: 0;
		flex-direction: column;
		background-color: #0B0B0B;
		width: 100%;
		font-size: 2rem;
		text-align: center;
		transition: 0.3s;
	}
	
	.nav-item{
		margin: 15px 0px;
		font-size: 1.5rem;
		padding: 30px 0px;
	}
	
.nav-link{
		height:15%;
}
	
	.nav-menu.active{
		bottom: 0;
	}
}

.sec2{
	height: 60vh;
}

#full-cp{
	display: none;
}

#sec5{
	display: none;
}

footer{
	display: block;
	background: #0B0B0B;
	height: 40vh;
	width: 100%;
}

#footie{
	display: block;
	height: 30%;
	width: 100%;
	text-align: center;
}

.footer-img{
	height: 55%;
	width: auto;
	padding: 0% 1% 0% 1%;
}

@media(min-width: 769px){
	.navbar{
		display: none;
}
	
	#topper1{
		display: inline-block;
		height: 25vh;
		width: 62.5%;
	}
	
    #topper2{
        display: inline-block;
        height: 25vh;
        width: 20%;
		float: right;
	}		
	
	#logo{
		height: 25vh;
		width: auto;
		max-height: 150%;
		max-width: 150%;
		display: flex;
		float: right;
}
		
	#full-contact{
		display: flex;
        float: right;
        max-height: 100%;
        width: auto;
		margin-top: 0;
}	   
		
	.slideshow-container {
        position: relative;
        margin: 0 auto;
        padding: 0;
        height: 60vh;
        width: 100%;
}

    .slide{
	    display: none;
}	

    section{
	position: relative;
	width: 100%;
	height: 60vh;
	display: block;
}

    #whatis{
	   font-size: 3em;
	   padding-top: 3%;
}

    .p-mob{
		display: none;
}
	
	.p-full{
		display: block;
		height: 80%;
		color: #FFFFFF;
		padding: 3% 10% 3% 10%;
		text-align: center;
		font-size: 1.1rem;
		font-weight: bold;
		overflow: auto;
}

.slide2{
	height: 60vh;
	width: 100vh;
	object-fit: cover;
	display: block;
}

#contacth2{
	padding-top: 3%;
	font-size: 3.5em;
}

#mob-cp{
	display: none;
}

#full-cp{
	display: block;
	padding: 2% 10% 3% 10%;
	font-size: 1.3rem;
	font-weight: bold;
}

.sec3{
	display: none;
}

.sec4{
	display: block;
	background-image: url("../img/home_image2.jpg");
	background-size: cover;
	background-position: 50% 90%;
    height: 70vh;
	width: 100%;
}

.white-full{
	display: block;
	background-color: rgba(255,255,255,0.6);
	margin: 0 auto;
	z-index: 3;
	width: 55%;
	height: 37%;
	margin-top: 4%;
	margin-left: 0px;
	text-align: justify;
	float: left;
}

.black-h2{
	font-size: 3rem;
	color: #000000;
	float: left;
	padding: 2% 15% 0% 5%;
}

.black-p{
	font-size: 1.3rem;
	height: 75%;
	float: left;
	padding: 3% 10% 5% 5%;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	overflow: auto;
}

#sec5{
	display: block;
	height: 60vh;
	width: 100%;
	background: #85C441;
	padding-bottom: 10%;
	align-items: center;
}

.greeny{
	font-size: 3rem;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5%;
}

.p-green{
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 2% 10% 3% 10%;
}

.g-link{
	color: #399FB1;
}

.g-link:hover{
	color: #EC9621;
}

#heart{
	display: block;
	margin: 0 auto;
	margin-bottom: 5%;
}
}