html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: "Goldman";
    src: url(../fonts/Goldman-Regular.ttf);
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "MontserratBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

body {
    padding: 0 1%;

max-width: 75%;
margin: 40px auto;
}

header {
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 130px 0 180px; */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

b {
    font-family: "MontserratBold";
}

.logo {
	width: 100%;
margin-top: 10px;
max-width: 442px;
}
.container-logo {
	padding: 40px 0px;
}
.btn {
font-family: "Goldman";
font-weight: 400;
font-size: 19px;
text-align: center;
background-color: #272727;
padding: 23px 43px;
border-radius: 10px;
text-decoration: none;
color: white;
/* margin-top: 130px; */
margin-bottom: 20px;
}

.btn-manual {
    margin-top: 10px;
    font-family: "Montserrat";
    font-size: 16px;
    color: #000000;
    text-decoration: none;
		margin-bottom: 20px;
}

main {
    margin: 0 auto;
    max-width: 1860px;
}

.about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap: wrap;
}

.about-container:nth-child(2) {
    margin:30px 1.6%;
}

.about-container {
    width: 32.25%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 30px 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 50px 0px;
}

.about-container h2{
    margin-top: 30px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
}

.about-container p{
    margin-top: 90px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 30.6px;
    text-align: center;
    text-transform: uppercase;
		padding: 0 20px;
}

.about-container img {
    height: 167px;
    width: 167px;
}

.img-wrap {
    border-radius: 50%;
    background-color: #F3F3F3;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.man-wrap {
    display: flex;
}
.manual {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
	margin-top: 25px;
}

.manual h2 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 28px;
    margin: 80px 0 50px;
}

.manual h1 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 20px;
}

.manual h3 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    margin: 50px 0 60px;
}

.manual h4 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    margin: 50px 0 60px;
}

.manual p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    margin: 0 30px 60px;
    line-height: 30.6px;
    text-transform: uppercase;
}

.man-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 95%;
    margin-bottom: 150px;
}

.man-container {
    display: flex;
    width: 98%;
    flex-direction: column;

    background: #F3F3F3;
    border-radius: 30px;
}

footer {
    margin: 0 auto;
    max-width: 1860px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 90px 0;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1400px) {
    .logo {
        width: 472.5px;
        height: 334.5px;
    }
		.about-container {
			padding: 40px 0;
		}
}

@media (max-width: 1250px) {
	body {
		max-width: 90%;
	}
    header {
        /* padding: 65px 0 90px; */
    }

    .about-container img {
        height: 100px;
        width: 100px;
    }

    .about-container h2{
        margin-top: 15px;
        font-size: 20px;
    }

    .img-wrap {
        width: 150px;
        height: 150px;
    }

    .man-container {
        width: 98%;
    }

    .man-container {
        margin: 0 10px 0 20px;
    }
}

@media (max-width: 965px) {
		body {
			max-width: 95%;
		}
    .logo {
        width: 315px;
        height: 223px;
    }

    .man-wrap {
        flex-direction: column;
    }

    .about-container {
        padding: 25px 0;
    }

    .about-container h2{
        margin-top: 15px;
        font-size: 20px;
    }

    .about-container p{
        margin-top: 45px;
        font-size: 16px;
    }

    .man-container {
        width: 100%;
        margin: 25px 0 0 0;
    }

    footer {
        flex-direction: column;
    }

}

@media (max-width: 750px) {
    .about {
        flex-direction: column;
        align-items: center;
			flex-wrap: nowrap;
    }

    .about-container {
        width: 100%;
    }
}

@media (max-width: 500px) {

    .logo {
        width: 220.5px;
        height: 156.1px;
    }

    .btn {
        font-size: 20px;
        padding: 16.5px 41.5px;
        /* margin-top: 130px; */
    }
}
p.mirror-link {
	margin-top: 0;
	text-transform: capitalize;
}

.footer-btn {
	margin-top: 20px;
}

.center{
	text-align: center;
}

.intextImg img{
	max-width: 640px; 
	text-align:center;
}

.intextImg {
	text-align:center;
}

@media only screen and (max-width: 750px) {


.intextImg img{
	max-width: 300px; 
	text-align:center;
}

}


.pagination-container{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px 0
}
.pagination-container .pagination-pages .pagination-links{
    color:#000;
    padding:0 11px;
    text-decoration:none;
    transition:.2s
}

.pagination-container .pagination-pages .pagination-links,.search-container form button{
    font-weight:400;
    font-size:14px;
    line-height:22px;
    font-family:Inter,sans-serif;
    font-style:normal
}

.pagination-container .pagination-pages .pagination-links{
    color:#000;
    padding:0 11px;
    text-decoration:none;
    transition:.2s
}