/* Reset CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* CUSTOM CSS */
body{
    font-family: 'Raleway', sans-serif;
    color:#181818;
    font-weight: 500;
}
a, a:hover, a:focus{
    color:#0089D8;
    text-decoration: none;
}
p{
    font-size:18px;
    line-height: 39px;
}
.hero-wrapper{
    min-height:90vh;
    background: url('../../images/hero-bg.png');
    background-size:cover;

}

.c-container{
    max-width:900px;
    display: block;
    margin:0px auto;
    text-align:center;
    padding:20px 60px;
}

.hero-heading{
    font-weight:900;
    font-size:130px;
    color:#0089D8;
    line-height: 152px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom:40px;
     margin-top:180px;
}

.section-2{
    background: #EBEEF3;
    padding:80px;
    position: relative;
    overflow: hidden;
    background-image: url('../../images/bg-map.png');
    background-size: contain;
    background-position:center right;
    background-repeat: repeat-y;
}
.section-2 *{
    position: relative;
    z-index: 1;
}

.blue-text{
    color:#0089D8;
}
.svg-bg{
    position:absolute;
    top:0px;
    right:0px;
    z-index:0;
}
.container-inner{
    padding:90px 60px;
}
.container-bg:before{
    content: url('../../images/planet.svg');
    position: absolute;
    top:-72px;
    left:50%;
    transform: translateX(-50%);

}
.container-bg{
    margin-top:100px;
    margin-bottom:100px;
}
.container-bg2{
    margin-top:100px;
    margin-bottom:100px;
}
.container-bg2:before{
    content: url('../../images/pict-2.svg');
    position: absolute;
    top:-130px;
    left:-132px;
  

}
.container-bg2:after{
    content: url('../../images/pict-2.svg');
    position: absolute;
    top:-130px;
    right:-132px;
    transform: rotate(-90deg);
  

}

.main-heading{
    font-weight:900;
    font-size:90px;
    color:#0089D8;
    line-height: 110px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom:40px;

}

.container-padding{
    padding:100px 0px;
}

.footer{
    border:1px solid rgba(204,204,204,0.3);
}

@media screen and (max-width:768px){
    .main-heading{
        font-size:45px;
        line-height: 65px;
    }
    .hero-heading{
        font-size:45px;
        line-height: 65px;
    }
    .container-inner{
        padding:90px 10px;
    }
    .c-container{
            padding: 20px 15px;
    }
    .section-3{
        padding:60px 60px;
    }
}