#header {
    margin-top: -72px !important;
}
.col-sm-2.col-md-2.col-lg-2 {
    margin-top: -14px;
}
#logo img {
    height: 61px;
}

.page_head {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}
.info_service {
    padding-top: 20px;
    margin-bottom: -15px;
}

.fetaure_bottom {
    margin-top: -10px;
    margin-bottom: -15px;
}

.footer {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer_bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*==About==*/
.content.about {
    padding-bottom: 10px;
    padding-top: 10px;
}
/*==Individual Pages Sidebar==*/
.content.left_sidebar {
    padding-bottom: 0;
}

/*==Contacts==*/
.content.contact {
    padding-bottom: 0px;
    margin-bottom: -28px;

}

.blog_large .post {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/*==Mobile==*/
@media only screen and (max-width:768px) {
#logo img {
    margin-top: 3px !important;
	height: 75px !important;
}

.btn.btn-large.btn-default {
    margin-left: 0px;
}

.page_head {
    padding-bottom: 10px;
    padding-top: 0;
}

.container h2 {
    margin-top: 15px !important;
}

.col-sm-2.col-md-2.col-lg-2 > div {
    left: 10% !important;
	margin-top: -10px;
}

.info_service {
    padding-top: 20px;
    margin-bottom: -50px;
}


.fetaure_bottom {
    margin-top: -15px;
    margin-bottom: -27px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 0px;
}

.footer_bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

.copyright {
    line-height: 25px;
    margin-top: 10px;
}

/*individual pages*/
.sidebar_widget {
    margin-top: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 979px){
.col-sm-2.col-md-2.col-lg-2 > div {
    left: 10% !important;
}
.btn.btn-large.btn-default {
    margin-left: 10px;
}
}
