@font-face {
    font-family: 'Avant Garde Gothic Book Oblique';
    src: url('AvantGardeGothicBookOblique.woff2') format('woff2'),
        url('AvantGardeGothicBookOblique.woff') format('woff'),
        url('AvantGardeGothicBookOblique.ttf') format('ttf');
    font-weight: 500;
    font-style: italic;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    color: #444;
    font-size: 16px;
}

.fullscreen-block {
    justify-content: space-around;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: 49vw;
    grid-auto-rows: auto;
    padding: 0 10px;
}

.top-block {
    position: relative;
    max-width: 1140px;
    margin: 40px auto;
}

.top-block span {
    width: 80%;
    height: 40%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -10%;
    background: rgba(252, 199, 89, 0.9);
    transition: height .2s;
    z-index: 1;
}

.top-block span:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(images/powerling.svg) center center no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 70%;
}

.fullscreen-block > a {
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform .5s;
}

.fullscreen-block > a.splash-mic {
    background-image: url(images/pic1.jpg);
}

.fullscreen-block > a.splash-mix {
    background-image: url(images/pic2.jpg);
}

.fullscreen-block > a.splash-cam {
    background-image: url(images/pic3.jpg);
}

.content {
    max-width: 1000px;
    margin: auto;
    position: relative;
    padding: 10px;
}

.banner {
    background: #FCC759;
}

.banner span,
.banner span:before,
.banner span:after {
    display: inline-block;
    vertical-align: middle;
}

.banner span:before,
.banner span:after {
    content: '';
    width: 37px;
    height: 28px;
    margin: 5px;
    background-size: 37px 28px;
    background-repeat: no-repeat;
}

.banner span:before {
    background-image: url(quotation-left.svg);
    margin-right: 10px;
}

.banner span:after {
    background-image: url(quotation-right.svg);
    margin-left: 10px;
}

.kpi-banner {
    font-family: Avant Garde Gothic Book Oblique;
    font-size: 27px;
    font-style: italic;
    margin: 50px auto;
    background: #fff;
}

.kpi-banner:after {
    content: '';
    clear: both;
    display: block;
}

.kpi-banner-second .kpi-number {
    display: none;
}

.kpi-banner-first-container,
.kpi-banner-second-container,
.main-services-container {
    position: relative;
}

.kpi-number {
    font-size: 100px;
    float: left;
    display: inline-block;
}

.kpi-em {
    color: #FCC759;
}

.kpi-text {
    float: left;
    display: inline-block;
    align-self: center;
    justify-self: center;
}

.main-services-container {
    display: none;
}

.main-services-container:after {
    content: '';
    height: 12px;
    width: 100%;
    z-index: -1;
    display: block;
    background: #FCC759;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.main-service span {
    display: block;
    box-sizing: border-box;
    border-radius: 25px;
    box-shadow: -4px 3px 3px #888;
    text-align: center;
    padding: 130px 20px 5px 20px;
    height: 200px;
    width: 200px;
    background: #fff center 30px no-repeat;
    margin: auto;
    font-size: 20px;
}


.sub-service-list {
    border-left: 4px solid #FCC759;
    margin-left: 70px;
    z-index: -1;
    width: 100%;
    padding-top: 20px;
}

.sub-service-list-voice {
    width: calc(100%-70px);
}

.main-services {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 5%;
}

.main-service-interpretation span {
    background-image: url(images/interpreting.svg);
}

.main-service-content span {
    background-image: url(images/content.svg);
}

.main-service-voice span {
    background-image: url(images/voice.svg);
}

.mobile-sub-service-title {
    font-weight: bold;
    padding-left: 5px;
}

h1, h2, h3, h6 {
    font-weight: 300;
    color: #023A5A;
}

h1 {
    color: #fff;
    text-align: center;
    padding: 25px 5px;
    margin: auto;
    font-size: 20px;
}

h1 a {
    color: #fff;
    text-decoration: none;
}

h2 {
	margin-top: 20px;
    font-size: 30px;
}

em {
    font-style: normal;
}

li {
    margin: 20px 0;
    padding-left: 20px;
}

.footer {
    background: #333;
    padding-top: 1px;
}

.contact-num p.h1 {
    color: #999;
    float: left;
    width: 100%;
}

.foot-list h6 {
    color: #e96335;
    margin: 0 0 10px;
}

.foot-list ul, .foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot-list ul li {
    margin: 0 0 5px;
    font-size: 12px;
    padding: 0;
}

.left-foot,
.right-foot {
    display: inline-block;
    vertical-align: top;
}

.left-foot {
    margin-bottom: 20px;
}

.contact-num p.h2 a {
    color: #e96335;
    font-size: 26px;
}

.question-foot h6 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.foot {
    background: #242424;
    text-align: left;
    line-height: 20px;
}

.foot-social {
    display: inline;
}

.foot-social h6 {
    color: #e96335;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 0 20px;
    text-transform: uppercase;
}

.foot-social ul {
    display: inline-block;
}

.foot-social li {
    display: inline-block;
}

.foot-list {
    float: left;
    width: 30%;
}

.foot-list:first-child {
    width: 40%;
}

.foot-list ul ul {
    margin: 7px 0 8px 5%;
}

.question-foot a {
    border-radius: 5px;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    background: #e96335;
}

.foot p, .foot p a {
    display: inline;
    color: #999;
    font-size: 10px;
}

.question-foot h6 {
    color: #e96335;
    font: 700 14px Montserrat;
    margin-bottom: 5px;
}

.catchphrase {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    background: #64ADD0;
    padding: 60px 0;
    color: #fff;
}

.catchphrase .orange {
    color: #e96335;
}

.foot-social li {
    margin: 10px;
    padding: 0;
}

.foot-social img {
    width: 20px;
}

.foot .content * {
    vertical-align: middle;
}

.text-content {
    margin: 25px auto 0 auto;
    line-height: 26px;
}

.text-content p {
    padding: 5px 0;
}

.text-content a {
    color: #64ADD0;
}

.form-field {
    margin: 20px 0;
}

.form-field input,
.form-field textarea {
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E5E5E3;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}

.form-field-inline label,
.form-field .radio-label {
    display: block;
    margin-bottom: 10px;
}

.contact-form {
    padding: 10px 30px;
    border: 1px solid #E5E5E3;
    border-radius: 10px;
    margin: 50px auto;
}

.button-field {
    text-align: center;
}

.button-field button {
    padding: 5px 10px;
    color: #fff;
    font-size: 17px;
    border: 1px solid #023A5A;
    border-radius: 5px;
    background: #023A5A;
    cursor: pointer;
}

.right-section {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 600px) {
    .header {
        margin: 30px 0 100px 0;
    }
    .contact-form {
        width: 70%;
    }
    h2 {
        margin-top: 50px;
    }

    .left-foot {
        width: 40%;
        margin-bottom: 0;
    }

    .right-foot {
        width: 60%;
    }

    .footer {
        padding-top: 40px;
    }

    h1 {
        padding: 35px 5px;
        font-size: 27px;
    }

    .banner span:before,
    .banner span:after {
        width: 54px;
        height: 41px;
        background-size: 54px 41px;
    }
}

@media screen and (min-width: 1140px) {
    .fullscreen-block {
        grid-template-rows: 610px;
    }

    .top-block {
        margin: 90px auto;
    }

    .kpi-banner {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 30px;
    }

    .kpi-banner-first-container:after,
    .kpi-banner-second-container:after {
        content: '';
        height: 4px;
        width: 50%;
        z-index: -1;
        display: block;
        background: #FCC759;
        position: absolute;
        top: 50%;
        margin-top: -2px;
    }

    .kpi-banner-first-container:after {
        right: 0;
    }

    .kpi-banner-second-container:after {
        left: 0;
    }

    .main-services-container {
        display: block;
    }

    .sub-services {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-gap: 5%;
    }

    .sub-services-container {
        margin-top: -22px;
    }

    .kpi-banner-first {
        width: 68%;
        padding-right: 10px;
    }

    .kpi-banner-second {
        text-align: right;
    }

    .kpi-banner-second .kpi-number {
        display: block;
    }

    .service-spacer {
        height: 100px;
    }

    .mobile-sub-service-title {
        display: none;
    }

    .top-block:hover span {
        height: 0;
    }

    .fullscreen-block > a:hover {
         transform: scale(1.1);
    }

    .button-field button:hover {
        background-color: #034E79;
    }

    .kpi-banner:after {
        clear: none;
        display: none;
    }
}
