.top-bar p {
    font-size: 19px !important;
    font-weight: 700 !important;

}
/*
.main-header {
    margin-top: 43px !important;
}*/
#main-header-wrapper {
    background: #fff !important;
    border: 5px solid #c45021;
    box-sizing: border-box;
}
.sticky-wrapper {
    height: 129px !important;
}
#logo a {
    padding: 0 !important;
}
#logo a img {
    width: 215px !important;
}
.is-sticky #logo a img{
    width: 100px !important;
}
.is-sticky #logo a {
    height: 100px !important;
}

#main-menu > ul > li > a {
    padding: 40px 8px !important;
    text-transform: capitalize !important;
}
/*.footer-widgets {
    padding: 150px 180px 105px !important;
}*/
.footer-copyright {
    text-align: center !important;
}
.menu-active-highlight-grey #main-menu > ul.menu > li.current_page_item, .menu-active-highlight-grey #main-menu > ul.menu > li.current_page_ancestor, .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-item, .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor {
    background: transparent !important;
}
.left-header #logo {
    margin: 10px 0 0 0;
}

#logo a {
	width: auto;
    /*height: 100px;*/
	padding: 0px 10px 0 10px;
}

.dandiya h1 {
    color: white;
    text-align: center;
    padding: 63px;
    background-color: black;
}
.inn-tx h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 0px;
}
.inn-tx h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 0px;
}
.inn-tx p {
    color: #fff;
    font-size: 19px;
    margin-top: 15px;
    padding: 0px 13vw;
}
.dt-sc-hr-invisible-medium {
    display: none;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f0f0f0;
    background-color: #000000 !important;
    color: #fff !important;
}

/* responsive */

@media only screen and (max-width: 991px) and (min-width: 768px){
	#logo{
		max-width: 225px;
		padding: 10px 15px;
	}
}


@media only screen and (max-width: 1023px) and (min-width: 768px){
	#main-menu > ul.menu > li > a {
		padding: 10px 10px !important;
	}
}
/*
.top-bar {
    position: fixed;
}*/