
@media screen and (max-width: 991px) {
	.contactnumber { 
		float: right;
		margin: -70px -210px;
}
	.navbar-nav {
	    float: right;
	    margin: -70.5px -80px;

}
.collapse {
    position: absolute;
    right: 0;
    top: 20px;
}
#navbarCollapse {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

}
.section-blog-title {
    background-color: rgba(249, 70, 29, 0.5);
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 18px;
    margin-top: 50px;
}
.section-padding {
    padding: 75px 0;
}
.section-content img {

    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 200px;

}
.section-contact {
  min-height: 250px;
}

}
@media screen and (max-width: 767px) {
.navbar-nav .nav-item {
    line-height: 30px;
}
#navbarCollapse {
    float: left;
    width: 100%;
    background: #000;
    padding: 0 10px 10px 0;
}
.navbar-brand img {
    width: 60%;
}
.navbar-nav {
    float: none;
    margin: 0;

}
#navbarCollapse {
position: absolute;

top: 80px;

left: 0;

right: 0;

z-index: 999;

}

.img-responsive {
	text-align: center;
	margin: 0 auto;
}
.section-blog-title {
    background-color: rgba(249, 70, 29, 0.5);
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 18px;
    margin-top: 50px;
}

.section-content img {

    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 200px;

}

.section-contact {
  min-height: 200px;
}

.navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #d80027;
}

}

@media screen and (max-width: 390px) {
    .btn-tag-bg {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        border-radius: 30px;
        color: #333;
        display: inline-block;
        font-size: 11px;
        outline: medium none;
        padding: 8px 5px;
        transition: all 0.2s ease 0s;
    }

    .tag a {
        margin-right: 0px;
}
}