.main-logo{
				font-size: 30px;
			    color: #fff;
			    margin-bottom: 20px;
			    display: block;
			    text-transform: uppercase;
			    margin-top: -5em;
			    position: absolute;
			 /*   left: 50%;*/
			  /*  margin-left: -61px;*/
			}
			.shadow{
				text-shadow:2px 2px 5px #00000096;
			}
			.h3-class{
				color: #000;
			    font-weight: 400 !important;
			    font-size: 35px;
			}
			.h2-class{
				color:#01a652!important;			    
				font-weight: 400 !important;
			    font-size: 65px;
			    margin: 0px;
			}
			.btn-circle {
			    width: 30px;
			    height: 30px;
			    padding: 6px 0px!important;
			    border-radius: 15px;
			    text-align: center;
			    font-size: 12px;
			    line-height: 1.42857;
			}
			.feature-text:hover{
				box-shadow: 0px 5px 13px 0px #00000069;
				transition: .7s ease;
				background-color: #fff;
				color: black!important;
				
			}
			.feature-text{
				border-radius: 20px;
				background-color:#ffffff78;
				color: white!important;
			}
			.man {
              position: relative;
              width: 100%;
            }

            .image {
              display: block;
              width: 100%;
              height: auto;
              border-radius: 20px;
            }

            .hovering {
              position: absolute;
              bottom: 100%;
              left: 0;
              right: 0;
              background-color: #14771a99;
              overflow: hidden;
              width: 100%;
              height:0;
              transition: .5s ease;
              border-radius: 20px;
            }

            .man:hover .hovering {
              bottom: 0;
              height: 100%;
            }

            .text {
              color: white;
              font-size: 30px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              text-align: center;
            }

            .close {
              color: white;
              position: absolute;
              top: 10px;
              right: 25px;
              font-size: 35px;
              font-weight: bold;
            }

            .close:hover,
            .close:focus {
              color: #999;
              text-decoration: none;
              cursor: pointer;
            }

            .mySlides {
              display: none;
              width: 
            }

            .cursor {
              cursor: pointer
            }

            /* Next & previous buttons */
            .prev,
            .next {
              cursor: pointer;
              position: absolute;
              top: 50%;
              width: auto;
              padding: 16px;
              margin-top: -50px;
              color: white;
              font-weight: bold;
              font-size: 20px;
              transition: 0.6s ease;
              border-radius: 0 3px 3px 0;
              user-select: none;
              -webkit-user-select: none;
            }

            /* Position the "next button" to the right */
            .next {
              right: 0;
              border-radius: 3px 0 0 3px;
            }

            /* On hover, add a black background color with a little bit see-through */
            .prev:hover,
            .next:hover {
              background-color: rgba(0, 0, 0, 0.8);
            }

            /* Number text (1/3 etc) */
            .numbertext {
              color: #f2f2f2;
              font-size: 12px;
              padding: 8px 12px;
              position: absolute;
              top: 0;
            }

            .nomarg {
			    margin: 0px;
			    padding-bottom: 10px;
			    border-top: 1px solid gray;
			}
			.feat:hover{
        transition: .5s ease;
        box-shadow: 0px 5px 13px 0px #0000002e;
        box-shadow: 0px 0px 3px 0px #0000002e;
      }
      .feat{
        box-shadow: 0px 5px 13px 0px #0000002e;
        border-radius: 20px;
        background-color: #fff;
      }
      
			.contact-info{
				background: white;
				border-radius: 10px;
				padding: 15px!important;
				height: 250px;
				margin: 20px!important;
				box-shadow: 0px 5px 13px 0px #00000069;
			}