#menu>ul>li>a {
	    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: left !important;
    color: #000;
    font-family: 'Oswald', sans-serif;
        padding: 5px 10px 5px 0 !important;
    border-bottom: 1px solid #e8e8e8;
        margin-right: 15px;
}

#menu>ul>li>a span {
    padding-left: 0px !important;
}

.homepage-page{
	margin-right: 0px !important;
	margin:0px;
    
}

.header-open #Wrapper {
    max-width: 100% !important;
}

.header-open .section_wrapper, .header-open .container, .header-open.with_aside .content_wrapper {
    max-width: 100% !important;
    width: 100%;
}

h1, h2, h3, h4, h5, h6{

	font-family: 'Oswald', sans-serif;
}

.main-content-right h2 {
    font-size: 58px;
}

.main-content-right h3 {
    font-size: 40px;
}

.main-content-right h4 {
    font-size: 30px;
}

.main-content-right h2, .main-content-right h3, .main-content-right h4 {
    color: #fff;
    margin: 40px 0;
}

li.submenu ul {
    padding-left: 0px;
    list-style: none;
}

li.submenu ul li a {
    color: #000 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    cursor: pointer;
}

.banner-contact a {
    display: inline-block;
    padding: 10px;
    background: #ef4a24;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    position: relative;
}
.banner-contact a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: url(../images/btn-bfore.png);
    top: 0;
    left: -20px;
}
.banner-contact a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: url(../images/btn-after.png);
    top: 0;
    right: -20px;
}

.banner-contact {
    margin-top: 70px;
}

#Header_creative #Top_bar{margin:0px !important;}

.contact-us-page {
    margin: 0px;
}
.contact-us-page h1.title {
    text-align: center;
}

.col-md-6 {
    display: inline-block;
    width: 49%;
}

.contact-rght .column.one-second, .contact-rght .column.one {
    width: 100%;
    margin: 10px 0;
}

.contact-rght .column.one-second input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 0;
}

.contact-rght .column.one textarea, .contact-rght .column.one input {
    width: 100%;
    color: #000 !important;
    padding: 8px;
    border: 1px solid #ccc;
}

.column.one input#submit {
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    width: 35% !important;
    border: none;
    padding: 10px !important;
}
.contact-detail-section {
    margin-bottom: 0px;
}

#Header_creative #Top_bar .menu_wrapper {
    padding: 0 20px !important;
}

.subheader-both-left #Subheader .title{
    font-family: 'Oswald', sans-serif !important;
    color: #fff !important;
}

p.md-name strong {
    font-size: 17px;
}

p.md-name span {
    font-size: 19px;
    color: #ef4a24;
    font-weight: 600;
}



@media (max-width: 767px){

#Header_creative #Top_bar {
    margin: 0 !important;
}

.main-content-right h4 {
    font-size: 20px;
}
.main-content-right h3 {
    font-size: 30px;
}
.main-content-right h2 {
    font-size: 46px;
    line-height: 65px;
}

}

