.header-wrapper{
    background-color: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.5s;    
}
/* .header-wrapper.fixed{
    box-shadow: 0px 0px 12px #0000004A;
} */
.hamburger{
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 99;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
}
.hamburger img{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.open-menu .hamburger .hamburger-icon{
    opacity: 0;
    visibility: hidden;
}
.hamburger .hamburger-icon,
.open-menu .hamburger .close-icon{
    opacity: 1;
    visibility: visible;
}
.header-wrapper .profile-wrapper{    
    margin-right: 10px;
}
.header-wrapper .profile-wrapper a{    
    height: 35px;
    width: 35px;
}
.header-wrapper .top-header{
    position: relative;
    z-index: 9;
}
.header-wrapper .container{
    max-width: 100%;
}
.header-wrapper .header-inner ul,
.header-wrapper .header-inner{
    display: flex;    
    align-items: center;
    justify-content: space-between;
}
.header-wrapper .header-inner{
    padding:5px 45px 5px 45px;
}
.header-wrapper .header-inner .form-wrapper{
    flex:1;    
}
.header-wrapper .header-inner .form-wrapper form{
    max-width: 90%;
    position: relative;
    margin-left: auto;
}
.header-wrapper .header-inner .form-wrapper form button{
    position: absolute;
    right: 10px;
    width: 60px;
    height: 84%;
    background-color: #FF6E00;
    border: none;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
}
.header-wrapper .header-inner .form-wrapper form button img{
    width: 30px;
}
.header-wrapper .header-inner .form-wrapper form input{
    padding-right: 70px;
    height: 60px;
    line-height: 56px;
    color: #000;
    width: 100%;
    border: 3px solid #FF6E00;
    border-radius: 10px;
    padding:0 15px;
    font-size: 18px;
    font-family: 'Poppins';
}
.header-wrapper .header-inner ul li+li{
    margin-left: 15px;
}
.header-wrapper .header-inner .logo-wrapper a{
    width: 426px;
    width: 400px;
}
.header-wrapper .header-inner .logo-wrapper a .mobile-logo{
    display: none;
}
.header-wrapper .bottom-header{
    background-color: #F2F2F2;    
}
.header-wrapper .bottom-header ul.main-header{
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0 30px;
    background: #FF6E00;
     height: 50px; line-height: 10px;
  
}
.header-wrapper .bottom-header ul.main-header > li+li{
    margin-left: 30px;
}
.header-wrapper .bottom-header ul.main-header > li {
    padding: 10px 0;
}

.header-wrapper .bottom-header ul.main-header > li > a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    transition:all 0.3s;
    padding: 10px 5px;
}
.header-wrapper .bottom-header ul.main-header > li > a em{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 14px;
}
.header-wrapper .bottom-header ul.main-header > li > a em img{
    width: 20px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.header-wrapper .bottom-header ul.main-header > li a em img.white-arrow{
    opacity: 1;
    visibility: visible;
}

.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu,
.header-wrapper .bottom-header ul.main-header > li.has-submenu .links-outer{
    display: flex;
    margin:0 -20px;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu ul,
.header-wrapper .bottom-header ul.main-header > li.has-submenu .links-outer .links-inner{
    padding:0 20px;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .links-outer .links-inner li a{
    font-size: 18px;
    color:#000;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu,
.header-wrapper .bottom-header ul.main-header > li.has-submenu{
    position: relative;
}

.header-wrapper .bottom-header ul.main-header > li.has-submenu span{
    color:#FF6E00;
    font-weight: 700;
    font-size: 24px;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu-outer,
.header-wrapper .bottom-header ul.main-header > li.has-submenu .submenu{
    position: absolute;
    top: 100%;
    width:max-content;
    background-color: #fff;
    padding: 15px;
    left: 0;
    box-shadow: 0.2rem 0.4rem 1rem 0 rgba(0,0,0,.06);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu-outer{
    background-color: #F5F5F5;
    left: 110%;
    top: 0;
    min-width: 400px;
    z-index: 1;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu li:hover a,
.header-wrapper .bottom-header ul.main-header > li.has-submenu .submenu li:hover > a{
    color: #FF6E00;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu{
    display: flex;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu li a{
    font-weight: 500;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .submenu li a em{
    margin-left: 10px;
}
.header-wrapper .bottom-header ul.main-header > li.has-submenu .submenu li+li{
    margin-top: 5px;
}
.header-wrapper .top-header .sign-in-info{
    display: flex;
    align-items: center;    
    justify-content: flex-end;
    padding-top: 20px;
    position: relative;
}
@media (max-width: 991px){
.header-wrapper .top-header .sign-in-info {
    padding: 0;
}
}
/* .header-wrapper .top-header .sign-in-info::after{
    position: absolute;
    content: '';
    background-color: rgb(255, 0, 0);
    left: -30px;
    right: 0;
    width: 104%;
    height: 1px;
    bottom: -20px;
} */
.header-wrapper .top-header .btn-wrapper{
    display: flex;
    align-items: center;
}
.btn{
    background-color: #FF6E00;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    min-width: 130px;
    padding: 0 15px;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.5s;
    border: none;
}
.btn:hover{
    background-color: #e56300;
}
.header-wrapper .top-header .btn-wrapper li + li{
    margin-left: 10px;
}
.header-wrapper .top-header .btn-wrapper li.black-link a{
    color:#000;
}
.header-wrapper .top-header .btn-wrapper .black-link+.black-link{
    position: relative;
    margin-left: 20px;
}
.header-wrapper .top-header .btn-wrapper .black-link+.black-link::before{
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    background-color: #000;
    width: 1px;
}
.header-wrapper .top-header .btn-wrapper .black-link a:hover{
    color:#FF6E00;
}
@media(min-width:992px){
    .header-wrapper .bottom-header ul.main-header > li:hover a em img.white-arrow{
        opacity: 0;
        visibility: hidden;
    }
    .header-wrapper .bottom-header ul.main-header > li:hover a em img.orange-arrow,
    .header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu:hover .inner-submenu-outer,
    .header-wrapper .bottom-header ul.main-header > li.has-submenu:hover .submenu{
        opacity: 1;
        visibility: visible;
    }
    .header-wrapper .bottom-header ul.main-header > li:hover > a{
        background-color: #FF6E00;
        color:#fff;
    }
}
@media(max-width:1680px){
    .header-wrapper .header-inner .logo-wrapper a {
        width: 300px;
    }
    .header-wrapper .bottom-header ul li a{
        font-size: 22px;
    }  
    .site-footer .footer-wraper ul.link-wrapper{
        flex-wrap: wrap;
    } 
}
@media(max-width:1366px){
    .site-footer .footer-wraper .share-list li em img {
        height: 50px;
    }  
}
@media(max-width:1199px){
    .header-wrapper .bottom-header ul.main-header > li.has-submenu span{
        font-size: 20px;
    }
    .header-wrapper .bottom-header ul.main-header > li > a {
        font-size: 18px;
    }
    .header-wrapper .bottom-header ul.main-header > li+li {
        margin-left: 20px;
    }
}
@media(max-width:991px){
    .hamburger{
        display: inline-flex;
    }
    .header-wrapper .header-inner .logo-wrapper a .mobile-logo {
        display: block;
    }
    .header-wrapper .header-inner .logo-wrapper a img {
        max-width: inherit;
        height: 100%;
    }
    .header-wrapper .bottom-header ul.main-header {
        display: block;
        margin: 160px 0 0;
        padding: 0 30px 25px;
        height: calc(100vh - 160px);
        overflow-y: auto;
    }
    .header-wrapper .profile-wrapper{
        position: absolute;
        margin-right: 135px;
        top: -5px;
    }
    .header-wrapper .top-header .sign-in-info{
        padding: 0;
        margin-top: -60px;
    }
    .header-wrapper .top-header .sign-in-info::after{
        display: none;
    }
    .header-wrapper .header-inner{
        padding:20px 0;
        flex-wrap: wrap;
    }
    .header-wrapper .header-inner .logo-wrapper a {
        width: 70px;
        height: 60px;
    }
    .header-wrapper .header-inner .form-wrapper{
        max-width: 100%;
        flex:0 0 100%;
        margin: 15px 0 0;        
    }
    .header-wrapper .header-inner {
        justify-content: flex-start;
        padding: 10px 0;
    }
    .header-wrapper .header-inner .form-wrapper form{
        max-width: 100%;
    }
    .header-wrapper .profile-wrapper a {
        height: 40px;
        width: 40px;
    }
    body.open-menu{
        overflow: hidden;
    }
    .header-wrapper .bottom-header ul.main-header > li+li {
        margin-left: 0px;
    } 
    .header-wrapper .bottom-header ul.main-header > li{
        padding: 0;
    }   
    .header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu-outer, .header-wrapper .bottom-header ul.main-header > li.has-submenu .submenu{
        display: none;
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: none;
        background: transparent;
        box-shadow: none;    
        left: 0;
        min-width: 100%;
    }
    .header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu .inner-submenu, .header-wrapper .bottom-header ul.main-header > li.has-submenu .links-outer{
        justify-content: space-between;
        flex-direction: column;
    }
    .header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu.active > a > em > img{
        transform: rotate(270deg);
    }
    .header-wrapper .bottom-header ul.main-header > li.has-submenu .has-inner-submenu > a > em > img{
        transform: rotate(90deg);
        transition: all 0.5s;
    }
    .header-wrapper .header-inner .logo-wrapper a .mobile-logo{
        display: block;
    }
    .header-wrapper .header-inner .logo-wrapper a .desktop-logo{
        display: none;
    }
    .header-wrapper .header-inner .logo-wrapper a{      
        width: 70px;
        height: 60px;
    }
    .header-wrapper .header-inner .logo-wrapper{
        margin-left: 20px;
    }
    .header-wrapper .header-inner .logo-wrapper a img{
        max-width: inherit;
        height: 100%;
    }
    .header-wrapper .header-inner{
        justify-content: flex-start;
        padding: 10px 0;
    }
    .header-wrapper .bottom-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: -1;
        opacity: 0;
        transition: all 0.5s;
        transform: translateX(-101%);
        padding: 0;
        box-shadow: none;
        margin: 0;
    }
    .open-menu .header-wrapper .bottom-header{
		transform: translateX(0);
        z-index: 8;
        opacity: 1;
	}    
    .site-footer .footer-wraper .share-list li em img{
        height: 40px;
        width: 40px;
    }
    .header-wrapper .bottom-header ul.main-header > li.top-header-btn:not(.black-link){
        margin-top: 10px;
    }
    .header-wrapper .bottom-header ul.main-header > li.top-header-btn:not(.black-link) + .top-header-btn{
        margin-top: 15px;
    }
    .header-wrapper .bottom-header ul.main-header > li.top-header-btn:not(.black-link) a{        
        color: #fff;
        padding: 0;
    }
}
@media(max-width:767px){
    .header-wrapper .profile-wrapper{
        top: 0px;
        margin-right: 115px;
    }
    .header-wrapper .bottom-header ul{
        padding: 0 15px 25px;
    }
    .header-wrapper .header-inner .profile-wrapper a{
        height: 40px;
        width: 40px;
    }
    .header-wrapper .header-inner .profile-wrapper a img{
        height: 20px;
        width: 20px;
    }
    .header-wrapper .bottom-header ul li a {
        font-size: 20px;
    }
    .header-wrapper .bottom-header ul li a.btn{
        height: 40px;
        line-height: 40px;
        min-width: 150px;
        letter-spacing: 0.5px;
    }
    .header-wrapper .header-inner .form-wrapper form button img {
        width: 20px;
    }
    .header-wrapper .header-inner .form-wrapper form button{
        width: 40px;height: 68%;
    }
    .header-wrapper .header-inner .form-wrapper form input{
        font-size: 16px;
        padding-right: 50px;
        height: 50px;
        line-height: 46px;
    }
    .header-wrapper .bottom-header ul.main-header{
        padding: 0 15px 25px;
    }
}
@media(max-width:574px){
    .header-wrapper .header-inner .logo-wrapper {
        margin-left: 10px;
    }
    .header-wrapper .header-inner .logo-wrapper a{
        height: 50px;
        width: 50px;
    }
    .header-wrapper .header-inner .form-wrapper button.form-btn, .header-wrapper .header-inner .search-wrapper button.form-btn{
        height: 36px;
        width: 36px;
    }
}
@media(max-width:479px){
    .site-footer .footer-wraper .share-list li em img {
        height: 30px;
        width: 30px;
    }
}