
/*============================================
                top nav bar
==============================================*/

@media only screen and (min-width: 360px) and (max-width: 768px){
.logo {
    float: none;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.logo img {
    margin: 0 auto;
    text-align: center;
}
.hamburger{
	display:block;
	cursor:pointer;
}
nav {
	float:left;
	background-color: #92cd00;
    width: 100%;
    padding: 9px 0px 5px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
nav ul
{
	display:none;
	border-top: 1px solid #fff;
    margin-top: 5px;
}

nav ul li {
	display:block;
}
nav a {
	padding:5px 25px !important;	
	line-height: 22px !important;
	color: #fff;
}
nav ul ul { 
    background-color: #92cd00;
    display: block;
    position: static;
    margin-left: 60px;
    margin-top: 0px;	
}
.about-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}
.about-section {
    position: relative;
    padding: 30px 0px;
    background-color: #f7f7f7;
}
}

/*============================================
                home sections bar
==============================================*/

@media only screen and (min-width: 360px) and (max-width: 768px){
.top-contect {
    float: left !important;
    text-align: center;
    width: 100%;
}
.top-social {
    float: left !important;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.choose-us .text-content i {
    font-size: 30px;
}
.our-services .text-box i {
    font-size: 15px;
    padding: 4px;
}
.nav-tabs li a{
    font-weight: normal;
    padding: 8px 10px;
}
.pop-inner{
    top:10% !important;
    left:20% !important;
    width:60% !important;
    height:50% !important;
}
.portfolio-section .portfolio-item .over-icons {
    top: 42%;
    left: 25%;
}
}