body {
    padding: 0;
    margin: 0;
    line-height: 1.75em;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #6d7c90;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: #eef1f8;
}

.section{
    width:100%;
}

.section.nav{
    width:100%;
    background-color: white;
    height: 108px;
}

.main-nav{
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    max-width: 1120px;
    padding: 8px 0;
}

.row-container{
    width: 90%;
}

.row-container{
    max-width: 1120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
}


#logo{
    width: 150px;
}

#logo img{
    width: 100%;
}

nav{
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

nav>ul{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

ol, ul {
    list-style: none;
}

nav>ul li {
    position: relative;
    margin: 0;
}

.sub-menu {
    background: 0 0;
    box-shadow: none;
    position: absolute;
    visibility: hidden;
    z-index: 9999;
    top: 80px;
    left: 50%;
    opacity: 0;
    width: 320px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

a.menu-item{
    font-family: 'zurich_cn_btregular';
    padding: 0 10px;
    color: #141414;
    height: 85px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: .6em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7em;
    text-decoration: none;
}

.hero-block{
    background-image: url(../images/hero-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2vw;
    padding-bottom: 15vw;
    -webkit-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
}

.hero-block .text{
    color:#fff;
    width: 55%;
}

.hero-block .text .titlesmall{
    font-size: 40px;
}

.hero-block .text .title{
    font-size: 60px;
    line-height: 60px;
}

.hero-block .text button{
    background-color: #0096ff;
    line-height: 30px;
    padding: 5px 20px 3px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.hero-block .text button:focus{
    outline: none;
}

.hero-block .image{
    width:45%;
    text-align: center;
    -webkit-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
}

.hero-block .image img{
    width: 70%;
    margin-top: 8vh;
}

.aboutus .icon{
    width:20%;
    text-align: center;
}

.aboutus .text{
    width:90%;
    text-align: center;
    font-size: 18px;
    margin:auto;
}

.services{
    padding:8vh 0;
    background-image: url(../images/services_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}

.services h1, .showcase h1{
    color:#3776ff;
    font-size: 60px;
    margin: auto;
    line-height:60px;
    margin-bottom:8vh;
}

.services .row-container:last-child{
    margin:5vh auto 0 auto;
}

.services .row-container .service:nth-child(2){
    margin:0 5%;
}

.services .row-container .service{
    width:26%;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 2%;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.services .row-container .service.one{
    background-image: url(../images/service1_bg.png);
}

.services .row-container .service.two{
    background-image: url(../images/service2_bg.png);
}

.services .row-container .service.three{
    background-image: url(../images/service3_bg.png);
}

.services .row-container .service.four{
    background-image: url(../images/service4_bg.png);
}

.services .row-container .service.five{
    background-image: url(../images/service5_bg.png);
}

.services .row-container .service.six{
    background-image: url(../images/service6_bg.png);
}

.services .row-container .service.one button{
    background-color: #7818ee;
}

.services .row-container .service.two button{
    background-color: #f92c8b;
}

.services .row-container .service.three button{
    background-color: #3776ff;
}

.services .row-container .service.six button{
    background-color: #ffad00;
}

.services .row-container .service.six button{
    background-color: #00c9ff;
}

.services .row-container .service.six button{
    background-color: #34dd87;
}


.services .row-container .service:hover{
    -webkit-box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.services .row-container .service button{
    background-color: #0096ff;
    line-height: 30px;
    padding: 5px 20px 3px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.showcase{
    padding:3vh 0 8vh 0;
    background-image: url(../images/showcase_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}

.showcase .videocontainer{
    width:65%;
}

.showcase .videocontainer iframe{
    width:100%;
    height: 27vw;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.5);
    box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.5);
}

.showcase .listbuttons{
    width:35%;
    text-align: center;
}

.showcase .listbuttons li{
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#0247af;
    font-family: 'zurich_cn_btregular';
    text-align: left;
    background-image: url('../images/playicon.svg');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left:52px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.showcase .listbuttons li:hover{
    -webkit-box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    box-shadow: 0px 0px 40px 0px rgba(180,180,180,1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer, .copyright{
    background-color: #202020;
    font-family: 'zurich_cn_btregular';
    font-size: 90%;
    color: #999999;
}

.footer strong{
    color:#fff;
    letter-spacing: 1px;
}

.contact{
    position: absolute; 
    right:10%; 
    top: 0;
}

.footer .row-container{
    position: relative;
    padding: 2vh 0;
}

.footer ul{
    padding:0 50px 0 0;
}

.copyright{
    width: 100%;
    border-top:1px solid #383838;
}
.copyright p{
    max-width: 1120px;
    margin:auto;
    width:90%;
    line-height: 60px;
}

.socialicons{
    margin-top:20px;
}
.socialicons img{
    height:20px;
    width: auto;
}

.socialicons span{
    margin:0 5px;
}

.footer a:link, .footer a:visited{
    color:#feb250;
    text-decoration: none;
}

.homebtn{
	width:50px; 
	height:50px; 
	border-radius:25px; 
	background:#0d59a6; 
	position:fixed; 
	right:50px; 
	bottom:50px; 
	z-index:9; 
	font-size:150%; 
	color:#fff; 
	text-align:center; 
	padding-top:0px; 
	cursor:pointer;
	display:none;
	font-family: 'zurich_cn_btregular';
}

.homebtn img{
    width:15px;
    margin-top: 18px;
}

@media screen and (max-width: 992px) {
    .row-container{
        max-width: 90%;
        display: block;
        margin: 0 5%;
    }

    .contact{
        position: unset;
    }

    .copyright p{
        width: 90%;
        max-width: 90%;
        margin: 0 5%;
    }

    .services h1, .showcase h1{
        text-align: center;
    }

    .showcase .videocontainer, .showcase .listbuttons{
        width: 100%;
    }

    .showcase .listbuttons ul{
        padding:0;
    }

    .showcase .videocontainer iframe{
        height:50vw;
    }

    .services .row-container .service:nth-child(2){
        margin:0;
    }

    .services .row-container .service{
        width:95%;
        margin:10% 0;
    }

    .services{
        padding-bottom:0;
        padding-top:3vh;
    }

    .aboutus .icon {
        display: inline;
    }
    .aboutus .icon img{
        margin:auto;
        width: 130px;
    }

    .hero-block .text{
        width:100%;
        text-align: center;
    }

    .hero-block .image{
        width: 100%;
    }
    
    .section.nav{
        height: auto;
    }

    #logo {
        width: 150px;
        margin: auto;
        display: block;
    }

    nav{
        display: block;
    }

    nav>ul{
        margin:auto;
        width:280px;
        padding:0;
    }

    a.menu-item{
        height:25px;
        background-color:  #0096ff;
        padding: 5px 12px;
        border-radius: 15px;
        color:#fff;
    }

    nav>ul li {
        margin: 1%;
    }

    .homebtn{
        right: 25px;
        bottom: 25px;
    }

    #logo{
        padding-top: 10px;
    }

    .section.aboutus{
        text-align: center;
    }

    .footer ul{
        padding:0;
    }

    .footer .row-container, .copyright{
        text-align: center;
    }

  }
  