@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


.intro {
    padding: 0px !important;
    overflow-x: auto;
}

p.mhomecontent {
    padding-top: 0 !important;
}

.section_1{
    background-image:url(https://www.newpages2u.com/userfiles/22448/image/bg1.jpg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.font1{
    font-size: 2rem;
    line-height: 2.2rem;
}

.font2{
    font-size:1rem;
    line-height:1.8rem;
}

.btnx1{
     font-size:1.1rem;
     color:#222;
     transition:ease-in-out 0.3s;
     margin-top:30px;
     display:block;
}
    
.btnx1:hover{
     color:#2a632c;
     margin-left:20px;
     text-decoration:none;
}

.wid-8{
    width:80%;
    margin: 0 10%;
}

.m-pad{
    padding:10% 0 !important;
}

.box-border {
    background:#79b201;
    padding: 10%;
}

.imgx1 {
    position: relative;
    max-width: 460px;
    margin-top: -7%;
    z-index: 2;
}

.social-iconx1 {
    width: 25px;
    height: 25px;
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border-radius: 50px;
    color: #b1c928 !important;
    border: 2px solid #fff;
    transition: Ease-in-out 0.3s;
    background:#fff;
    text-align: center;
}

.social-iconx1:hover{
    border: 2px solid #fff;
    background:transparent;
    color: #fff !important;
}


.colx3{
    width:30%;
    display:inline-block;
}

.icon-align{
    text-align:center;
}


.contact-box{
    background:#b1c928;
    padding: 5%;
    position:relative;
    text-align:center;

}

.maps-height{
    height:400px;
}

/* button effect */

#draw-border {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.box1{
  border: 0;
  background: #f9f9f9;
  text-transform: uppercase;
  position: relative;
  outline: none;
  box-sizing: border-box;
  min-width:100%;
  padding:0;
}


.box1::before, button::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 3px solid transparent;
  width: 0;
  height: 0;
}

.box1::after {
  bottom: 0;
  right: 0;
}

.box1::before {
  top: 0;
  left: 0;
}

.box1:hover::before, button:hover::after {
  width: 100%;
  height: 100%;
}

.box1:hover::before {
  border-top-color: #ccc;
  border-right-color: #ccc;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.box1:hover::after {
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}


.box1:hover{
    background: transparent;
    color:#666;
}


/* category effect */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: auto !important;
    width: 48%;
    background: #195B40;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-transform: uppercase;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0 0 10px 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 85%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-15px,0px, 0) scale(1.1);
	transform: translate3d(-15px,0px,0) scale(1.1);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(20px,-30px,0);
	transform: translate3d(20px,-30px,0);
    color:#fff;
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img{
	opacity: 0.5;
	filter:blur(3px);
}
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img{
	-webkit-transform: translate3d(0,0,0) scale(1.1);
	transform: translate3d(0,0,0) scale(1.1);
}
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(20px,-100px,0) scale(1.1);
	transform: translate3d(20px,-100px,0) scale(1.1);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}