@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('fonts/Gilroy-ExtraBold.woff') format('woff'), url('fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('fonts/Gilroy-Light.eot');
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Light.woff2') format('woff2'), url('fonts/Gilroy-Light.woff') format('woff'), url('fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #061E27;
}

.container {
    margin-top: 10vh;
}

.col-sm-6,
.col-sm-8 {
    text-align: left;
}

h2 {
    font-family: "Open Sans";
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: black;
    bottom: 35px;
}

p {
    font-family: 'Gilroy-Light';
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: white;
    bottom: 35px;
    line-height: 25px;
    text-align: left
}

ul {
    font-family: 'Gilroy-Light';
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: white;
    bottom: 35px;
    line-height: 25px;
}

.contact {
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
    bottom: 0;
    font-size: 30px;
    font-family: 'Gilroy-ExtraBold';
}

.address {
    text-align:center;
}
span {
    font-family: "Open Sans";
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-top: 18px;
    line-height: 24px;
    display: inline-block;
}

#logo {
    bottom: 10px;
    position: relative;
    background-image: url(images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 170px;
    width: 100%;
    margin: 0 auto;
}

.container div:nth-child(2) {
    margin: 0px auto;
}

.col-sm-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    vertical-align: top;
}

a {
    margin: 10px 80px 100px 40px;
    position: relative;
}

a img {
    position: absolute;
    z-index: 999;
}

a span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 22px;
    top: 23px;
    transition: 0.8s;
}

a:hover span {
    box-shadow: 0px 0px 30px 30px white;
}

a.link {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    margin: 0px auto 0px;
    transition: 0.4s;
}
a.link:hover {
    color:#6DCFF6;
    text-decoration: none;
}

.col-sm-10 {
    text-align: center;
}

@media(min-width: 960px) and (max-width:1199px) {
    .col-sm-6 {
        -ms-flex: 0 0 48%;
        flex: 0 0 70%;
        max-width: 70%;
        vertical-align: top;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .container {
        margin-top: 7vh;
    }
    .col-sm-6 {
        -ms-flex: 0 0 48%;
        flex: 0 0 70%;
        max-width: 70%;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .container {
        margin-top: 3vh;
    }
    .col-sm-6 {
        -ms-flex: 0 0 48%;
        flex: 0 0 90%;
        max-width: 90%;
        vertical-align: top;
    }
    p {
        font-family: 'Gilroy-Light';
        color: #fff;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: white;
        bottom: 35px;
        line-height: 20px;
        text-align: left;
    }
    ul {
        font-family: 'Gilroy-Light';
        color: #fff;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        color: white;
        bottom: 35px;
        line-height: 23px;
    }
    .contact {
        position: relative;
        display: block;
        margin-top: 30px;
        text-align: center;
        bottom: 0;
        font-size: 25px;
        font-family: 'Gilroy-ExtraBold';
    }
    a.link {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
        display: block;
        margin: 10px auto 0;
        transition: 0.4s;
    }
}