#fp-nav {
    display: none;
}

#fullpage {
    height: 100%;
    position: relative;
}

.section::before {
    display: none;
}
.sect1{
    height:100px;
}
.sect1 .header {
    min-height: 180px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    top: 0px;
}

.wt-sec {
    background: #272727;
}

.sect2, .sect4, .sect6 {
    height: auto !important;
}

.sect2 .container, .sect4 .container, .sect6 .container {
    width: 100%;
    padding: 70px 0;
}

.heading {
    color: #fff;
    text-align: center;
    font: 900 60px/1.1 Gotham
}

.sect2 .heading span {
    color: #56ce1d;
    display: block;
}

.sect2 .heading:after, .sect4 .heading:after, .sect6 .heading:after {
    content: "";
    width: 120px;
    height: 3px;
    display: table;
    margin: 50px auto;
    background: #56ce1d;
}

.paragraph {
    font: 20px/2 'Gotham', sans-serif;
    display: block;
    margin: auto;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
}


.sect4 ul li {
    text-align: center;
    font-size: 18px;
    line-height: 1.42857143;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 20px;
	font: 18px/1.5 'Gotham', sans-serif;
    font-weight: 600;
}

.sect4 ul li h2 {
    display: inline-block;
    color: #56ce1d;
    font-weight: 900;
	text-align: center;
    width: 100%;
	margin-bottom: 20px;
	font-size: 30px;
}

.section.sect3 {
    background-image: url(../images/sec3-bg.png)!important;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    background-attachment: fixed !important;
	max-height: 500px !important;
	background-repeat: no-repeat !important;
}
.section.sect5 {
    background-image: url(../images/sec-5-bg.png) !important;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
	max-height: 500px !important;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
}
.section.sect4{
	-webkit-transition: none !important;
	-o-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	background-image:none !important;
    background: #272727 !important;
}

@media only screen and (max-width: 580px) {
	.client-readmore{
		width:80%;
	}
	.sect4 ul li {
    padding: 5px !important;
}
}