
/* Hamburger Menu */
body {
	margin: 0;
	padding: 0;

	color: #333333;
  font-family: "Sen", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5{font-family: "Cinzel", serif !important; letter-spacing: 2px;}

a {
	text-decoration: none !important;
	color: #000000;
	transition: color 0.3s ease;
}

a:hover {
	color: #000000;
}

#menuToggle {
	display: block;
	position: absolute;
	top: 30px;
	right: 100px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #cdcdcd;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0;
	padding: 50px;
	padding-top: 125px;
  height: 100vh;
	right: -100px;
	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 22px;
}

#menuToggle input:checked~ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}

.header{background: #ffffff;
    padding: 18px 0px;
    align-items: center;
    display: flex;}


    .carousel-caption h5{font-size: 40px;}

    .home-project{width: 100%; padding: 40px 0px;}
      .home-project h1, .home-project h2{font-size: 40px; text-align: center; text-transform: uppercase; margin: 20px 0px;}
      .home-project p{text-align: center;;font-size: 16px;}




      .news{width: 100%; padding: 40px 0px;}
      .news h2{font-size: 40px; text-align: center; text-transform: uppercase; margin: 20px 0px;}
       .news h3{font-size: 20px; color: #ffffff }
        .news p{font-size: 16px; text-align: justify; color: #ffffff}
        .news-bg{padding: 20px; background-image:url("../images/news-bg.webp"); }

        .news a  {text-align: right; display: block; color: #058908}

        .footer{ background: linear-gradient(to right, #ddfede, #ddfede 37%, #000000 37%, #000000 100%); padding: 40px 0px; color: #ffffff;}
.footer h2{font-size: 20px;}
.footer-ling{list-style-type: none;   padding-left: 0; margin-left: 0px;}
  .footer-ling li{line-height: 40px;}
    .footer-ling li a{color: #ffffff}
        .social{list-style-type: none; display: flex; padding-left: 0; margin-left: 0px;}
          .social li{margin-right: 15px;}
          .social a img{width: 35px;}

          .alignitems{align-items:center; display: flex;}

              .footer-2{ padding: 15px 0px; color: #000; background: #fff}
.mrleft {
    margin-left: 75px;
}

				@media only screen and (max-width: 600px) {

					#menuToggle {

					    top: 30px;
					    right: 15px;

					}
					.mrleft {
					    margin-left: 0px;
					}

					.footer {
    background: linear-gradient(to right, #ddfede, #ddfede 37%, #ddfede 37%, #ddfede 100%);
    padding: 40px 0px;
    color: #000000;
}

.footer-ling li a {
    color: #000000;
}
.footer h2{margin-top: 20px;}

							}


			.imgbox{ border: 1px solid #058908; padding: 20px;}




			.gallery{width: 100%; padding: 50px 0px; color: #ffffff; }
			.gallery h2{font-size: 30px; text-align: center; color: #000000; margin-bottom: 20px; text-transform: uppercase;}
					.owl-nav button {
					  position: absolute;
					  top: 50%;
					  background-color: #000;
					  color: #fff;
					  margin: 0;
					  transition: all 0.3s ease-in-out;
					}
					.owl-nav button.owl-prev {
					  left: 0;
					}
					.owl-nav button.owl-next {
					  right: 0;
					}

					.owl-dots {
						display: none;
					  text-align: center;
					  padding-top: 15px;
					}
					.owl-dots button.owl-dot {
					  width: 15px;
					  height: 15px;
					  border-radius: 50%;
					  display: inline-block;
					  background-color: #ccc !important;
					  margin: 0 3px;
					}
					.owl-dots button.owl-dot.active {
					  background-color: #000 !important;
					}
					.owl-dots button.owl-dot:focus {
					  outline: none;
					}
					.owl-nav button {
					    position: absolute;
					    top: 50%;
					    transform: translateY(-50%);
					    background: rgba(255, 255, 255, 0.38) !important;
					}
				.owl-nav	span {
					    font-size: 70px;
					    position: relative;
					    top: -5px;
					}
					.owl-nav button:focus {
					    outline: none;
					}


					.aboutus{width: 100%; padding: 40px 0px;}
						.aboutus h1, .aboutus h2{font-size: 40px; color: #000000;text-align: justify;; text-transform: uppercase; margin: 20px 0px;}
						.aboutus p{text-align: justify;;;font-size: 16px;}


						.contactus{width: 100%; padding: 40px 0px;}
							.contactus h1, .contactus h2{font-size: 40px; color: #3f9249;  text-transform: uppercase; margin: 20px 0px;}
							.contactus p{text-align: justify;font-size: 16px;}

							.pclass{color: #231f20 !important; font-size: 20px !important; text-align: left !important; margin: 10px 0px ; }



							 .text-box-clas1 {
							     font-size: 14px;
							     width: 100%;
							     background: #FFFFFF; border-radius:4px;
							     -moz-border-radius: 4px;
							     -webkit-border-radius: 4px;
							     -ms-border-radius: 4px;
							     border: 1px solid #9b9898;
							     padding: 12px;
							     color: #666666 !important;
							     margin-bottom: 15px;
							 }

							 .dwn-clas1 {
							    color: #FFF;
							    width: 100%;
							    text-align: center;
							    font: 15px;
							    font-weight: 700;
							    background: #3f9249;
							    border: 1px solid #3f9249;
							    border-radius: 6px;
							    -moz-border-radius: 6px;
							    -webkit-border-radius: 6px;
							    -ms-border-radius: 4px;
							    padding: 8px 25px;
							    -webkit-transition: all .5s ease-in-out;
							    -moz-transition: all .5s ease-in-out;
							    -ms-transition: all .5s ease-in-out;
							    -o-transition: all .5s ease-in-out;
							    transition: all .5s ease-in-out;
							    margin-top: 5px;
							}

							.dwn-clas1:hover {
							    color: #fff;
							    background-color: #15559a;
							}


							.sidenav {
							  height: 100%;
							  width: 0;
							  position: fixed;
							  z-index: 1;
							  top: 0;
							  right: 0;
							  background-color:#3f9249;
							  overflow-x: hidden;
							  transition: 0.5s;
							  padding-top: 160px;
								z-index: 999;
							}

							.sidenav a {
								font-family: 'carot_displayregular' !important;
							  padding: 8px 8px 8px 80px;
							  text-decoration: none;
							  font-size: 15px;
							  color: #ffffff;
							  display: block;
							  transition: 0.3s;
							}

							.sidenav a:hover {
							  color: #f1f1f1;
							}

							.sidenav .closebtn {
							  position: absolute;
							  top: 0;
							  right: 25px;
							  font-size: 36px;
							  margin-left: 50px;
								color: #fb9187;
							}

							@media screen and (max-height: 450px) {
							  .sidenav {padding-top: 15px;}
							  .sidenav a {font-size: 18px;}
							}


							.navicon{font-size: 40px;
							    cursor: pointer;
							    float: right;
							    position: absolute;
							    z-index: 99;
							    right: 0;
							    color: #000000;
							    margin-right: 10%;
							    margin-top: 0px;}
