@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Book.otf);
}
@font-face {
    font-family: GothamB;
    src: url(../fonts/Gotham-Bold.otf);
}
@font-face {
    font-family: GothamM;
    src: url(../fonts/Gotham-Medium.otf);
}

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 {
    position: relative;
	display: block;
    z-index: 10;
}

.logo img {
    max-width: 450px;
}

.aboutus .three-steps {
    background: #869AE0;
    padding: 100px 25px;
}

.aboutus .three-steps h1 {
    font-family: GothamB;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 45px;
}

.aboutus .three-steps p {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 75px auto 0;
}

.aboutus .our-mission {
    background: #385BAF;
    padding: 100px 25px;
}

.aboutus .our-mission h2 {
    font-family: GothamB;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
    color: #869AE0;
    margin-bottom: 75px;
}

.aboutus .our-mission p {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 75px auto 0;
}

.aboutus .our-team {
    padding: 100px 25px;
}

.aboutus .our-team h2 {
    font-family: GothamB;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
    color: #385BAF;
    margin-bottom: 75px;
}

.aboutus .our-team p {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #385BAF;
    max-width: 800px;
    margin: 75px auto 0;
}

.aboutus .dreateam {
    background-color: #C0CBEF;
}
.aboutus .dreateam img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .aboutus .dreateam {
        height: 365px;
    }

    .aboutus .dreateam img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.aboutus .contact {
    background-color: #869AE0;
    padding: 100px 25px;
}

.aboutus .contact p {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 100px;
}

.aboutus .contact .person-contact .person-name {
    font-family: GothamB;
    font-size: 28px;
    line-height: 76px;
    text-align: center;
    color: #fff;
}
.aboutus .contact .person-contact .person-phone {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;  
}
.aboutus .contact .person-contact .person-email {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;  
}

.aboutus .contact .person-contact:nth-of-type(2) .person-email  {
    border-bottom: 1px solid #fff;
    margin: 0 auto 80px;
    padding-bottom: 75px;
    max-width: 400px;
}
.aboutus .contact .person-contact:nth-of-type(3) .person-email  {
    border-bottom: 1px solid #fff;
    margin: 0 auto 80px;
    padding-bottom: 75px;
    max-width: 400px;
}


@media (max-width: 991px) {
    .aboutus .contact .person-contact:nth-of-type(4) .person-email  {
        border-bottom: 1px solid #fff;
        margin: 0 auto 80px;
        padding-bottom: 75px;
        max-width: 400px;
    }

}


.aboutus .footer {
    background-color: #869AE0;
    padding: 0 25px 100px;
}
.aboutus .copyright {
    font-family: GothamM;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #fff;  
}

.aboutus .carreer {
    padding: 100px 25px;
}

.aboutus .carreer h2 {
    font-family: GothamB;
    font-size: 38px;
    line-height: 76px;
    text-align: center;
    color: #385BAF;
    margin-bottom: 75px;
}
.aboutus .carreer p {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #385BAF;
    max-width: 800px;
    margin: 0 auto 75px;
}
.aboutus .carreer a {
    font-family: Gotham;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #385BAF;
    max-width: 800px;
    margin: 0 auto 75px;
    text-decoration: none;
}


@media (max-width: 767px) {
    h1 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    p {
        font-size: 19px !important;
        line-height: 34px !important;
    }
    .person-name {
        font-size: 24px !important;
        line-height: 76px !important;
    }
    .copyright {
        font-size: 19px !important;
        line-height: 34px !important;
    }
}