body{
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}
a{
	text-decoration: none;
}
ul, ol{
	padding-inline-start: 0;
}
.btn-header, .btn-small{
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	padding: 9px 25px;
	transition: all ease 0.3s;
	border-radius: 80px;
}
a.btn-header{
	text-decoration: none;
	padding: 10px 25px;
	display: block;
}
img{
	max-width: 100%;
}
.btn-blue{
	background: #f8921f;
}
.btn-blue:hover{
	background: #000000;
}
.btn-black{
	background: #09111B;
}
.btn-black:hover{
	background: #f8921f;
}


/*heder*/
.header-box{
	background: #E8F2FF;
	padding: 10px 0;
	position: relative;
	z-index: 9999;
}
.header-container{
	max-width: 1440px;
	width: 100%;
	margin: auto;    
}	
.header-logo{
	width: 176px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
} 
.header-nav-wrapper{
	display: inline-block; 
	width: calc(100% - 181px);
	vertical-align: middle;
}
.header-nav-container{
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end; 
}   
.header-navbtn-section .btn-header{
	margin-right: 20px;
}
.header-navbtn-section .btn-header:last-child{
	margin-right: 0px;
}
.header-search{
	position: relative;
	margin-left: -10px;
	margin-right: -14px;
}
.search-form{
	position: relative;
    width: 338px; 
}
.btn-search{ 
	border: 0px;
    background: transparent;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -16px;
}
.btn-search img {
    width: 20px; 
}
.header-search .form-control
{
	height: 38px;
	border-radius: 80px;
	background: #fff;
	border: none;
	padding-left: 17px;
	padding-right: 47px; 
	font-size: 14px;
}
.header-search .form-control:focus
{
	outline: 0;
	box-shadow: none; 
}
.search-form.search-form-xl{ 
	width: 37px;
	visibility: hidden;
	transition: all ease 0.3s;
} 
.search-form.search-form-xl.search-active{ 
	width: 338px;
	visibility: visible;
	margin-left: 10px; 
}
.icon-trigger-search, .icon-trigger-close{
	width: 20px; 
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 13px;
	z-index: 1; 
	cursor: pointer;
}
.trigger-active{
	right: 14px;
}
.icon-trigger-close{
	display: none;
}
.trigger-active .icon-trigger-close{
	display: block;  
}
.trigger-active .icon-trigger-search{
	display: none;
}
.user-iconlog{
	display: none;
}
 
.header-nav{
	font-weight: 400; 
}
.menu-title{
	font-style: normal;
}
.bar-icon {
    display: inline-block;
    margin-left: 9px;
    cursor: pointer;
}
.header-nav span{
	width: 26px;
	height: 2px;
	background: #000;
	position: relative;
	display: inline-block;
	vertical-align: middle; 
	transition: all ease 0.5s;
}
.header-nav span:before, .header-nav span:after{
	content: ''; 
	background: #000;
	height: 2px;
	width: 16px;
	position: absolute;
	transition: all ease 0.5s;
}
.header-nav span:before{
	right: 0;
	top: -8px;
}
.header-nav span:after{
	left: 0;
	top: 8px;
}
.bar-active span{
	transform: rotate(49deg);
}
.bar-active span:before{
	transform: rotate(85deg);
    right: 7px;
    width: 13px;
    top: -7px;
}
.bar-active span:after{
	transform: rotate(85deg);
    left: 7.6px;
    width: 13px;
    top: 7px;
}

/*Burger nav section*/
.navbar-overlay{
	background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1;
    display: none;
} 
.navbar-navcontent .col{
	border-right: 1px solid #000; 
}
.navbar-navcontent .col:last-child{
	border-right: none;
} 
.navbar-title{
	font-size: 22px; 
} 
.navbar-navlist ul {
    list-style-type: none; 
    display: flex;
    align-items: start; 
    flex-wrap: wrap;
    margin-bottom: 0;
}

.navbar-navlist ul li {
    margin-top: 40px;
    flex: 0 0 50%;
}
.navbar-article-category .navbar-navlist{
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}
.navbar-page-trigger .navbar-navlist{
	font-weight: 800;
	font-size: 17px;
}
.navbar-wrapper{ 
}
.navbar-active{ 
}
.navbar-navcontent {
	background: #fff;
    padding: 130px 60px 60px;
    position: absolute;
    z-index: 9;
    top: -1000%;
    transition: all ease 0.5s;
    width: 100%; 
}
.navbar-active .navbar-navcontent{ 
	top: 0;
}
.navbar-active .navbar-overlay{ 
    display: block;
} 
.navbar-navcontent a{
	color: #000;
	text-decoration: none;
	transition: all ease 0.3s;
}
.navbar-navcontent a:hover{
	color: #f8921f;
	text-decoration: underline;
}
.navbar-navcontent .col{
    padding-left: 120px;
}
.navbar-navcontent .col:nth-child(2) {
    padding-left: 140px;
}
 



/*footer*/
.main_wrapper {
    padding-top: 20px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.footer-section{
	background: #0E0F24;
	padding: 100px 0;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.footer-content-block{
	padding-left: 20px;
}

.footer-section .col-12:nth-child(1) .footer-content-block{
	padding-left: 0;
	padding-right: 30px;
}
.footer-section h4{
	font-size: 15px;
	font-weight: 900;
} 
.footer-section ul li{
	list-style-type: none;
	font-size: 14px;
	margin-top: 15px;
}
.footer-section ul li a{
	color: #fff;
	text-decoration: none; 
}
.footer-section ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.epost-btn{
	background: #5B5B5B;
	border: none;
	outline: none;
	line-height: 1.25;
	margin-top: 10px;
}
.epost-btn:hover{
	background: #f8921f;
}
.footer-section .form-control{
	border-radius: 80px;
	border: none;
	height: 45px;
	padding: 0 18px;
	font-size: 14px;
}
.footer-logo {
    height: 25px;
    width: auto;
    margin-bottom: 40px;
}
.footer-section p{
	margin-top: 20px;
}
.contact-btnfooter{
	margin-top: 45px;
	line-height: 1.25;
	display: block;
	text-align: center;
}
.footer-content-block form {
    margin-top: 20px;
}
.copyright-infor{
	margin-top: 90px;
}
.copyright-infor strong{
	font-weight: 800;
}

@media screen and (min-width: 1200px){
	.search-form-xl form button{display: none;}
}
@media screen and (max-width: 1500px){
	.header-container {
	padding: 0 70px;
	}
}
@media screen and (max-width: 1200px){
	.header-container {
	padding: 0 50px;
	}
} 
@media screen and (max-width: 1199px){
/* 	.header-navbtn-section a:nth-child(1){
		display: none;
	}  */
	.search-form.search-form-xl.search-active {
	    width: 338px;
	    visibility: visible;
	    display: block;
	    margin-left: 10px;
	    position: absolute;
	    top: 56px;
	    right: -100px;
	}
	.header-search .form-control { 
	    border: 1px solid #ddd;
	}
	.search-form.search-form-xl{
		display: none;  
	}
	.trigger-active .icon-trigger-search {
	    display: inline-block;
	}
	.trigger-active .icon-trigger-close {
	    display: none;
	}
	.header-search {
	    position: relative;
	    margin-left: 0;
	    margin-right: 0;
	} 
	.navbar-navcontent { 
	    padding: 130px 10px 60px; 
	}
	.navbar-article-category .navbar-navlist {
	    font-weight: 600;
	    font-size: 20px;
	    text-transform: uppercase;
	}
	.navbar-page-trigger .navbar-navlist { 
	    font-size: 15px;
	} 
	.icon-trigger-search, .icon-trigger-close { 
		position: relative;
		top: 0;
		margin-top: 0;
		right: 0; 
	}
} 

@media screen and (max-width: 1199px) and (min-width: 768px){
	.navbar-navcontent .col {
	    padding-left: 0;
	}
	.navbar-navcontent .col:nth-child(2){
		padding-left: 50px;
	}  
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.footer-section .col-12:nth-child(4) .footer-content-block{
		padding-left: 0; 
		margin-top: 80px;
	} 
}
@media screen and (max-width: 767px){
	.header-container {
        padding: 0 30px;
    }
    .header-nav-container {  
    	gap: 16px; 
	}
	.menu-title{
		display: none;
	}
	.search-form.search-form-xl.search-active {
        width: 310px; 
        margin-left: 0px; 
        top: 50px;
        right: -36px;
    }
    .user-iconlog{
    	display: block;
    	color: #000;
    }
    .header-navbtn-section .btn-header span{display: none;}
    .header-navbtn-section .btn-header{
		background: transparent;
        font-size: 19px;  
        padding: 6px 7px;
        border-radius: 0;
        display: inline-block;
    }
    .navbar-navcontent .col {
	    padding-left: 10px;
	}
	.navbar-navcontent .col:nth-child(2) {
        padding-left: 40px;
    }
	.navbar-title {
	    font-size: 17px;
	}
	.navbar-article-category .navbar-navlist { 
        font-size: 18px; 
    }
    .navbar-navlist ul li {
	    margin-top: 23px; 
	}
	.navbar-navlist ul { 
	    display: block; 
	}
	.navbar-navcontent {
        padding: 90px 10px 40px;
    }
    .footer-content-block {
	    padding-left: 0;
	    margin-top: 40px;
	    text-align: center;
	}
	.footer-section { 
	    padding: 50px 0 90px; 
	}
	.footer-section .col-12:nth-child(1) .footer-content-block {
	    padding-left: 0;
	    padding-right: 0;
	}
}