*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
overflow-x: hidden;
}


/*header*/

.header {
background:#1e2538;
/*padding-top: 17px; /*DE*/
}


.header p {
color:#f4bd3f;
font-family: Poppins;
	margin: 0;
    line-height: 46px;
}


.header_icon {
display: flex;
justify-content: flex-end;
}


.header_search a {
color: white;
font-size: 18px;
border-right: 2px solid white;
}


i.fas.fa-search {
font-size: 20px;
padding: 0px 15px;
}


.header_cart a {
color: white;
font-size: 18px;
line-height: 46px;
}
i.fas.fa-shopping-cart {
font-size: 20px;
padding: 0px 15px;
}


.header_currency a {
color: #f4bd3f;
font-size: 17px;
border-right: 2px solid white;
font-weight: 600;
padding: 0px 15px;
}


.header_currency i.fas.fa-chevron-down {
margin-left: 5px;
font-size: 13px;
}


.header_lang a {
color: #f4bd3f;
font-size: 17px;
font-weight: 600;
padding: 0px 15px;
}


.header_lang i.fas.fa-chevron-down {
margin-left: 5px;
font-size: 13px;
}

.country {
text-align: center;
}

.mobile span {
font-family: Poppins;
font-weight: 600;
display: flex;
align-items: center;
}


.mail span {
font-family: Poppins;
font-weight: 600;
display: flex;
align-items: center;
}


i.far.fa-envelope {
font-size: 20px;
}


i.fas.fa-mobile-alt {
font-size: 20px;
}


.contact {
float: right;
}


.navigation {
background:#1e2538;
}

.product_content p{
    font-family: 'Poppins';
    font-size: 16px;
    color: #878787;
    font-weight: 500;
}


.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .8rem;
padding-left: .8rem;
color: white;
font-family: Poppins;
font-weight: 400;
padding-bottom: 15px;
padding-top: 15px;
}


a.nav-link {
border-bottom: 3px solid #1e253a;
transition: all 0.6s;
}


.navbar-expand-lg .navbar-nav .current-menu-item .nav-link,.navbar-expand-lg .navbar-nav .nav-link:hover {
color:#f4bd3f;
}


.navbar   {
padding-bottom: 0px !important;
margin: 0 auto;
padding-top: 0px;
}


.nav-link {
padding-bottom: 0px;
}

.cart h1 {
    font-family: Poppins;
    font-weight: 500;
    color: #f9ae03;
}


.font {
    font-family: Poppins;
    font-weight: 500;
    font-size: 0.9em;

}
 
/*header-closed*/

.blog_title h1 {
    margin: 35px 0px;
    color: black;
    border-bottom: 3px solid #f4bd3f;
    display: inline-block;
    padding-bottom: 5px;
}


i.fas.fa-user-cog {
    font-size: 40px;
    background: #f4bd3f;
    padding: 30px 25px;
    border-radius: 50px; 
}


i.fas.fa-wifi {
    font-size: 40px;
    background: #f4bd3f;
    padding: 30px 25px;
    border-radius: 50px; 
}


i.fas.fa-phone-slash {
     font-size: 40px;
    background: #f4bd3f;
    padding: 30px 25px;
    border-radius: 50px; 
}


i.fas.fa-phone-volume {
    font-size: 40px;
    background: #f4bd3f;
    padding: 30px 35px;
    border-radius: 50px;
}


.circle_icon p {
    font-size: 19px;
    margin-top: 0.6em;
}

.blog_article_content { 
    border: 1px solid rgba(60,60,60,0.2);
    padding: 15px;
}


.blog_article_content p {
    color: #ababab;
}


a:hover { 
    text-decoration: none;
}


.blog_article_outer {
    margin-bottom: 4em;
}


.blog_title  {
    margin-bottom: 3em;
}
























































ul.sub-menu{
    display: none;
}
ul.sub-menu li{
	list-style-type: none;
}
@media only screen and (min-width: 1028px) {
    .menu-item-has-children:hover > ul.sub-menu {
        position: absolute;
        top: 57px;
        display: inline-block;
        background: #1e2538;
        z-index: 999;
    }
}




@media only screen and (max-width: 768px) { 




.light_silver {
display: block;
}


.light_silver {
background: #eeeeee;
display: flex;
padding: 0px;
}


.nav_icon {
color: #1e2538;
padding: 5px 10px;
}


a.nav-link.border_align{
border: none;
}


div#navbarSupportedContent-4 {
background: #1e2538;
padding: 5px 10px;
margin-bottom: 5px;
}


.header_2 {
    display: none;
}


.navigation {
    display: none;
}


a.nav-link.border_align:hover{
    border-bottom: 3px solid #1e253a; transition: all 0.6s;
}



.header_title {
    display: none;
}


.header_icon{
    justify-content: center;
}


.header {
    background: #1e2538;
    padding-top: 11px;
    padding-bottom: 11px;
}



.footer_section {
    text-align: center;
}


.mobile_footer {
    justify-content: center;
}


.footer_section h2 {
    font-size: 1.5em;
}


.footer_section a {
    font-size: 1em;
}


i.fas.fa-user-cog {
    font-size: 25px; 
    padding: 28px 25px; 
}


i.fas.fa-wifi {
    font-size: 25px; 
    padding: 28px 25px; 
}

i.fas.fa-phone-slash {
    padding: 28px 25px;
    font-size: 25px;
}

i.fas.fa-phone-volume {
    font-size: 30px;
    padding: 27px 31px;
}


.blog_title h1 { 
    font-size: 2em;
}


.latest_article  h2 {
    font-size: 1.8em;
}


.circle_icon p {
    font-size: 17px;
    margin-top: 0.6em;
}

.circle_icon {
    margin-bottom: 2em;
}

.blog_article_outer {
     margin-bottom: 0em; 
}


.blog_article {
    margin-bottom: 3em;
}










.menu-item-has-children .nav-link::after{
    content: "+";
    position: absolute;
    right: 20px;
}
.menu-item-type-taxonomy .nav-link::after{
    display: none !important;
}

ul.sub-menu li{
	list-style-type: none;
}
.menu-item-has-children.active-mob > ul.sub-menu{
    position: relative;
    display: inline-block;
    background: #1e2538;
    z-index: 999;
}









}