.header_section {
    padding: 0 !important;
    position: fixed !important;
    width: 100%;
    top: 0;
}
.header_row_one {
    padding: 10px 360px !important;
    align-items: center;
    display: flex;
    background-color: #430c09;
}
.header_logo img {
    width: 100%;
    height: 85px;
    object-fit: contain;
}
.header_text {
    color: #ff9020;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    width: 58%;
    margin: auto;
}
.header_button:hover {
    background: #fff;
    color: #ff9020;
}
.header_button {
    background: #ff9020;
    height: 45px;
    width: 155px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0 !important;
    margin: auto;
    transition: 1s;
}
.header_row_two {
	padding: 0 360px !important;
    background: #ff9020;
    display: flex;
    align-items: center;
}
.header_social_icon ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0 !important;
    justify-content: right;
}
.header_social_icon ul li a {
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
	transition: 1s;
}
.header_menu ul {
    padding: 0 !important;
}
.header_menu ul li {
    margin: 0 !important;
    padding: 20px 28px  !important;
    border-left: 1px solid #ffffff80;
}
.header_menu ul li a {
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: capitalize;
    transition: 1s !important;	
}
.header_menu ul li:first-child {
    border: none;
}
.header_menu ul li a::after {
    right: -23px !important;
    display: none;
}
.header_menu ul li ul {
    background-color: #ed9914 !important;
    border-top: 3px solid #430c09;
}
.header_menu ul li ul li {
    padding: 0px !important;
    width: 100% !important;
}
.header_menu ul li ul li a {
    color: #000 !important;
    border-bottom: 1px solid #430c09;
    padding: 10px !important;
    width: 100% !important;
}
.header_menu ul li a:hover {
    color: #430c09 !important;
    opacity: 1 !important;
    background: transparent !important;
}
.header_mobile_section{
	display: none;
	padding:0px !important;
	position: fixed !important;
    width: 100%;
    top: 0;
}
.header_social_icon ul li a:hover {
    color: #430c09;
} 
.desktop_scroll_header_section {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: -1;
}
.header_section_fixed .desktop_scroll_header_section {
    display: block ;
}
.header_section_fixed.header_section {
    display: none !important;
}
.headre_scroll_img_col img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    padding: 5px 0;
}
.header_section_fixed .header_section {
    display: none !important;
}


@media all and (min-width: 320px) and (max-width: 980px) {
	.header_section,.header_section_fixed.desktop_scroll_header_section,.desktop_scroll_header_section {
		display: none !important;
	}
	.header_mobile_section{
    	display: block;
    }
    .header_mobile_row{
    	padding:10px 10px !important;
    	background:#430c09;
    	display: flex;
    	align-items: center;
    }
    .header_mobile_logo .et_pb_image_wrap {
	    margin: auto;
	    display: flex !important;
	}
    .header_mobile_logo img {
	    width: 100%;
	    height: 67px;
	    object-fit: contain;
	}
	.header_mobile_row_col_one {
	    width: 15% !important;
	}
	.header_mobile_row_col_two {
	    width: 70% !important;
	}
	.header_mobile_row_col_three {
	    width: 100% !important;
	    position: absolute !important;
        top: 22px;
    	right: 0;
    	z-index: 0;
	}
	.header_eq_icon svg {
	    width: 30px;
	    height: 40px;
	    fill: #fff;
	    margin: auto;
	    display: flex;
	    margin-left: 0;
	    cursor: pointer;
	}
	.header_mobile_col.et_pb_menu_1_tb_header .mobile_nav .mobile_menu_bar:before {
	    color: #fff !important;
	    right: 0px !important;
	    left: auto !important;
	    margin: auto;
	    display: flex;
	    align-items: center;
	    top: 0px;
	    font-size: 36px;
	    border: 1px solid #fff;
	}
	.header_mobile_col  ul {
	    top: 65px !important;
	    border-top: 3px solid #ff9020 !important;
	    padding: 0 !important;
	}
	.header_mobile_col  ul li ul{
		border-top: none !important;
	}
	.header_mobile_col ul li:nth-child(3) a {
	    border-top: 1px solid #000 !important;
	}
	.header_mobile_col ul li ul li:last-child a {border: none !important;}
	.header_mobile_col ul li a {
	    color: #000 !important;
	    font-size: 15px !important;
	    font-weight: 700 !important;
	    border-bottom: 1px solid #430c09 !important;
	    position: relative;
	    text-transform: capitalize;
	    transition: 1s;
	}
	.header_mobile_col ul li a:hover{
		color: #430c09 !important;
		opacity: 1 !important;
		background-color: transparent !important;	
	}
	.header_mobile_col ul li ul li a::after {
	    content: "";
	    position: absolute;
	    background: #000;
	    width: 7px;
	    height: 7px;
	    top: 0;
	    left: 0px;
	    bottom: 0;
	    margin: auto;
	}
	.menu-item-has-children.menu-item-32 a::before {
	    content: "";
	    position: absolute;
	    background: #000;
	    width: 10px;
	    height: 6px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    left: 87px;
	    clip-path: polygon(50% 100%, 0 0, 100% 0);
	}
	.sub-menu li a::before{
		display: none;
	}
}
@media all and (min-width: 320px) and (max-width: 767px) {

}
@media all and (min-width: 768px) and (max-width: 980px) {
	.menu-item-has-children.menu-item-32 a::before {
		left: 95px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  	.header_row_one {
	    padding: 10px 10px !important;
	}
	.header_row_two {
	    padding: 0 10px !important;
	}  
	.header_text {
	    width: 70%;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 18px !important;
	}
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
	.header_row_one {
	    padding: 10px 20px !important;
	}
	.header_row_two {
	    padding: 0 20px !important;
	}  
	.header_text {
	    width: 66%;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 19px !important;
	} 
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  	.header_row_one {
	    padding: 10px 50px !important;
	}
	.header_row_two {
	    padding: 0 50px !important;
	}
	.header_text {
	    width: 62%;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 22px !important;
	}
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
 	.header_row_one {
	    padding: 10px 150px !important;
	}
	.header_row_two {
	    padding: 0 150px !important;
	}
	.header_text {
	    width: 66%;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 19px !important;
	}
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.header_row_one {
	    padding: 10px 200px !important;
	}
	.header_row_two {
	    padding: 0 200px !important;
	}
	.header_text {
	    width: 62%;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 22px !important;
	}
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
	.header_row_one {
	    padding: 10px 250px !important;
	}
	.header_row_two {
	    padding: 0 250px !important;
	}
	.desktop_scroll_header_section .header_menu ul li {
		padding: 20px 29px !important;
	}
}
