
/** ADD YOUR AWESOME CODES HERE **/

.navbar-brand img {
    width: 9%;
    float: left;
}

.navbar .navbar-brand h2 {
    float: left;
    /*background: #fd6802;*/
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: 7px;
}

    .navbar .navbar-brand h2 em {
        font-style: normal;
        color: #f33f3f;
    }

.widget-title h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .widget-title h3 em {
        font-style: normal;
        color: #f33f3f;
    }

.message-box ol li {
    list-style: decimal !important;
}



/*.address-icon i {
    float: left;
    padding-right:10px;
}*/
/*.service-dit h4{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}*/
@media (max-width: 768px)
{
	.address-item
	{
		width:94%;
		margin-bottom: 20px;
	}
}
@media (max-width: 1200px) {
	.navbar .navbar-brand h2 {
		font-size: 24px;
	}
}
 @media only screen and (min-width : 320px) {
    .navbar .navbar-brand h2 {
		font-size: 19px;
	}   
 }
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.navbar .navbar-brand h2 {
		font-size: 18px;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar .navbar-brand h2 {
		font-size: 18px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.navbar .navbar-brand h2 {
		font-size: 18px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.navbar .navbar-brand h2 {
		font-size: 24px;
	}
}