.col-md-2.col-sm-3.col-xs-12.logo {
    padding-top: 17px;
}
.welcome{
	padding-top:50px;
}
.welcome h2{
font-weight:900;
}
.strong{
	font-weight:900;
}
.project-gallery h2{
	text-align:center;
	font-weight:900;
}
.footer-social i {
    border: solid 1px;
    width: 33px;
    padding: 4px;
    margin-bottom: 8px;
}
.project-gallery{
	padding:50px 0px;
}
.page-block-small-footer{
	padding:20px 0px;
}
.water{
	padding:20px 0px;
}
.packages-heading{
	background-color: #004f18;
	color:#fff;
	padding: 12px 5px;
    border-radius: 5px;
}
.pakage-img1{
	margin-bottom:20px;
	background-color:#dcd7d7;
}
.pakage-img2{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom: 110px;
}
.pakage-img3{
	margin-bottom:20px;
	background-color:#dcd7d7;
	    padding-bottom: 46px
}
.pakage-img4{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom: 115px;
}
.pakage-img5{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom:71px;
}
.pakage-img6{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom:115px;
}
.pakage-img7{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom:71px;
}
.pakage-img8{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom:115px;
}
.pakage-img9{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom:204px;
}
.pakage-img10{
	margin-bottom:20px;
	background-color:#dcd7d7;
	padding-bottom: 71px;
}


div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #5d9732;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}