body{
	font-family: "inter"!important;
	background-image: url(../../../uploaded/imgs/ctn_bg.png);
    background-repeat: repeat-x;
}

@media (min-width: 992px) {
	body{
		background-position-y: 160px;
	}
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0!important;
        background: none!important;
    }
}

.pkp_page_index .additional_content {
    border-top: none!important;
}

.pkp_block .title {
	font-family: "inter"!important;
}
.pkp_brand_footer a{
	display:none;
}
.pkp_brand_footer:after {
	content: "Techtrogy © 2023 | All right reserved";
}