@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/light.otf');
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/regular.otf');
}

@font-face {
	font-family: Exo;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/bold.otf');
}

body {
    position: absolute;
    font-family: Exo;
    font-weight: 300;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: white;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
}

#topmenu {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-color: rgba(27,42,65,0);
    transition-duration: 0.5s;
}

#bgfix {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -9999;
    background-image: url(../img/bghome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#shaddow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -8000;
    background-image: url(../img/shaddow.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#shaddow2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/shaddow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#logomenu {
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
    margin-left: 70px;
    margin-right: 40px;
    top: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/logo_w.svg);
}

#logomenu2 {
    position: absolute;
    float: left;
    width: 120px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/logo_color.svg);
    opacity: 0;
    cursor: pointer;
    transition-duration: 1s;
}

#logomenu2:hover {
    opacity: 1;
}

#logomenu_b {
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
    margin-left: 70px;
    margin-right: 40px;
    top: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/logo_b.svg);
}

.menucell {
    position: relative;
    float: left;
    text-transform: uppercase;
    color: white;
    margin-right: 40px;
    opacity: 0.5;
    font-size: 13px;
    letter-spacing: 1px;
    top: 42px;
    cursor: pointer;
    transition-duration: 0.2s;
}

.menucell:hover {
    opacity: 1;
    transition-duration: 0.2s;
}

#inspector {
    position: fixed;
    width: 50%;
    height: 100%;
    right: 0px;
    background-image: url(../img/inspector.png);
    background-size: 60%;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -8000;
}

.t1 {
    position: relative;
    width: 100%;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
}

.t2 {
    position: relative;
    width: 100%;
    color: white;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -15px;
}

#scroll {
    position: absolute;
    bottom: 15px;
    left: 50px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: -15px;
    margin-top: 20px;
    padding: 10px 10px 10px 0px;
    width: 170px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0px 7px 7px 0px;
}

#scroll_b {
    position: absolute;
    bottom: -30px;
    left: 0px;
    color: #1b2a41;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -15px;
    margin-top: 20px;
    padding: 10px 10px 10px 0px;
    width: 171px;
    border-right: 1px solid #1b2a41;
    border-top: 1px solid #1b2a41;
    border-bottom: 1px solid #1b2a41;
    border-radius: 0px 7px 7px 0px;
}

#hometxtcon {
    position: absolute;
    width: 50%;
    height: 250px;
    top: 50%;
    margin-top: -125px;
    left: 70px;
}

#scrollicon {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0px;
    margin-right: 10px;
    background-image: url(../img/scroll.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    animation: scroll infinite 1s;
}

#scrollicon_b {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 70px;
    bottom: 100px;
    margin-right: 10px;
    background-image: url(../img/scroll_b.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes scroll {
    0%{bottom: 0px;opacity:1;}
    50%{bottom: 20px;opacity:0.65;}
    100%{bottom: 0px;opacity:1;}
}

@keyframes opa {
    0%{opacity:1;}
    50%{opacity:0.65;}
    100%{opacity:1;}
}



.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.diamond {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    background-color: white;
    transform: scale(0.70710678118,0.15) rotate(45deg) translate(0px,100px);
}

#dd1 {
    transform: translateX(0.5) !important;
}

.diamondcon {
    position: absolute;
    width: 100%;
    height: 100%;
}

.badbezan {
    position: absolute;
    width: 100%;
    height: 100%;
}

#bb1 {
    transform: translateX(-50%);
    background-color: white;
}

#bb2 {
    transform: translateX(-50%);
    background-color: #10d5fa;
    opacity: 0.6;
}

#bb3 {
    transform: translateX(-50%);
    background-color: #10d5fa;
    opacity: 0.15;
}

#bgfront {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bghome.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    z-index: -7000;
    top: 150%;
}

#bb4 {
    transform: translate(-50%);
    background-color: #00f172;
    opacity: 0.15;
}

#bb5 {
    transform: translate(0%);
    z-index: 10;
}

#slogan {
}

.clip {
    position: absolute;
    width: 200%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #aaa;
}

.bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.spacer {
    position: relative;
    width: 100%;
    height: 25%;
}

#services {
    
}

#bb6 {
    background-color: #1b2a41;
    opacity: 0.35;
    z-index: 10;
}

#bb7 {
    background-color: #1b2a41;
    transform: translate(-50%);
    opacity: 0.35;
    z-index: 10;
}

#bb8 {
    background-color: #10d5fa;
    transform: translate(-75%);
    opacity: 0.5;
}

#bb9 {
    background-color: #00f172;
    transform: translate(25%);
    opacity: 0.5;
}

#bb10 {
    background-color: white;
}

#bb11 {
    background-color: #00f172;
    opacity: 0.6;
}

#bb12 {
    background-color: #00f172;
    opacity: 0.15;
}

#contact {
    height: 75%;
    background-color: #1b2a41;
    clip-path: polygon(0 0, 100% 66.5%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 66.5%, 100% 100%, 0% 100%);
}

#aboutcon {
    position: absolute;
    width: 50%;
    height: 35%;
    top: 37.5%;
    left: 70px;
    z-index: 1000;
}

.title {
    position: relative;
    color: #1b2a41;
    position: relative;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.text {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.7em;
    color: #1b2a41;
    margin-top: 10px;
}

.textoffice {
    position: absolute;
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
    color: #aaa;
    margin-top: 10px;
    top: 50px;
}

.button {
    position: absolute;
    color: #1b2a41;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: -15px;
    margin-top: 15px;
    padding: 10px 10px 10px 0px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-radius: 0px 7px 7px 0px;
    border-color: rgba(27,42,65,0.2);
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.2s;
}

.button_w {
    position: absolute;
    right: 0px;
    color: #1b2a41;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: -15px;
    margin-top: 15px;
    padding: 10px 0px 10px 10px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-radius: 7px 0px 0px 7px;
    border-color: rgba(27,42,65,0.2);
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.2s;
}

.button:hover {
    border-color: rgba(27,42,65,0.5);
    transform: translate(5%);
}

.button_w:hover {
    border-color: rgba(27,42,65,0.5);
    transform: translate(-5%);
}

#slogan1 {
    position: absolute;
    top: 80px;
    width: 50%;
    left: 70px;
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    z-index: 1000;
}

#innertitle {
    position: absolute;
    top: 18%;
    width: 50%;
    left: 70px;
    font-size: 45px;
    text-transform: uppercase;
    color: #1b2a41;
    font-weight: 300;
    z-index: 1000;
}

#slogan2 {
    position: absolute;
    width: 50%;
    top: 130px;
    left: 70px;
    font-size: 45px;
    text-transform: uppercase;
    color: #00f172;
    font-weight: 700;
    z-index: 1000;
}

#innersub {
    position: absolute;
    width: 50%;
    top: 18%;
    margin-top: 50px;
    left: 70px;
    font-size: 45px;
    text-transform: uppercase;
    color: #17b2eb;
    font-weight: 700;
    z-index: 1000;
}

#servicecon {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 30%;
    text-align: center;
    top: -5%;
    z-index: 100;
}

.service {
    position: absolute;
    width: 200px;
    height: 100px;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.65;
    transition-duration: 0.2s;
}

.service:hover {
    opacity: 1;
}

#s1 {
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -135px;
}

#s2 {
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -50px;
}

#s3 {
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: 35px;
}

#s4 {
    left: 50%;
    margin-left: 150px;
    top: 50%;
    margin-top: -50px;
}

.icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icontxt {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    bottom: 5px;
    font-size: 18px;
}

#clientscon {
    position: absolute;
    width: 50%;
    height: 35%;
    top: 37.5%;
    right: 70px;
    text-align: right;
    z-index: 1000;
}

#contactcon {
    position: absolute;
    width: 100%;
    left: 70px;
    bottom: 230px;
}

#officebar {
    position: absolute;
    bottom: 0px;
    height: 170px;
}

.office {
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 0px 50px 50px 50px;
    height: 100%;
    border-right: 2px solid #777;
    width: 260px;
    left: 20px;
}

.cityicon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cityname {
    position: absolute;
    width: 20px;
    color: white;
    text-transform: uppercase;
    left: 110px;
    top: 33px;
    font-weight: 500;
}

#footer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 11px;
    color: #aaa;
    text-align: left;
    padding: 40px 70px;
    background-color: rgb(24, 38, 59) ;
}

#swan {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/swan.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    bottom: 20px;
    opacity: 0.3;
    transition-duration: 0.2s;
}

#swan:hover {
    opacity: 1;
}

.selected {
    opacity: 1 !important;
}



#innercon {
    position: relative;
    width: 70%;
    left: 70px;
    text-align: left;
    padding-top: 100px;
}

#detailcon {
    position: relative;
    width: 70%;
    left: 70px;
    top:70px;
}

#innerdetail {
    background-color: white;
    height: auto;
    padding-bottom: 150px;
}

#innertext {
    height: auto;
    padding-bottom: 70px;
}

.bullet {
    position: relative;
    padding: 8px 15px 10px 15px;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 100px;
}

#whiter {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50%;
    background-color: white;
}

#sitemap {
    position: relative;
    float: right;
    width: 100%;
    right: 70px;
}

.mapcol {
    position: relative;
    float: right;
    margin-top: 70px;
    margin-left: 60px;
}

.mapcell {
    color: white;
    text-transform: uppercase;
    padding-bottom: 7px;
    font-size: 13px;
    cursor: pointer;
    color: #aaa;
    transition-duration: 0.2s;
}

.mapcell:hover {
    color: #10d5fa;
}


.head {
    font-weight: 500;
    opacity: 1;
    margin-bottom: 5px;
    cursor: default;
    color: #10d5fa;
}

#site {
    background-color: rgb(24, 38, 59) ;
    height: 400px;
}

#map {
    position: absolute;
    width: 40%;
    height: 100%;
    background-image: url(../img/map.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    animation: opa infinite 1s;
}

#coverage {
    position: absolute;
    left: 70px;
    top: 70px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

#sectortable {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 30%;
}

.sectorcell {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 2.5%;
    cursor: pointer;
}

.sectortxt:hover {
    color: #10d5fa;
    border-color: #10d5fa;
}

.sectortxt2:hover {
    color: #10d5fa;
    border-color: #10d5fa;
}

.sectortxt {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
    padding-left: 70px;
    box-sizing: border-box;
    border-left: 2px solid rgba(255,255,255,0.25);
    background-color: rgba(27, 42, 65, 0.3);
    transition-duration: 0.2s;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.sectortxt2 {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
    padding-right: 70px;
    box-sizing: border-box;
    border-right: 2px solid rgba(255,255,255,0.25);
    background-color: rgba(27, 42, 65, 0.3);
    transition-duration: 0.2s;
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    text-align: right;
}

#sectors {
    height: 30%;
    padding-bottom: 400px;
}

.email {
    cursor: pointer;
    transition-duration: 0.2s;
}

.email:hover {
    color: #10d5fa;
}

.sectoricon {
    width: 40px;
    height: 40px;
    top:10px;
    left: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

.sectoricon2 {
    width: 40px;
    height: 40px;
    top:10px;
    right: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

#logomob {
    position: relative;
    width: 140px;
    height: 45px;
    left: 30px;
    top: 5px;
    background-image: url(../img/logo_w.svg);
    background-repeat: no-repeat;
    display: none;
}

#bgslog {
    background-image: url(../img/bg2.jpg);
}

#bgslog2 {
    background-image: url(../img/bg2mob.png);
    background-size: 100%;
    background-attachment: inherit;
    display: none;
}

#overflow {
    overflow-x: hidden !important;
}

#menumob {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(27,42,65,0.95);
    z-index: 1000000000000;
    display: none;
}

#mobcon {
    position: absolute;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    width: 100%;
}

.mobcell {
    text-align: center;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 300;
    opacity: 0.65;
    cursor: pointer;
    transition-duration: 0.2s;
}

.mobcell:hover {
    opacity: 1;
}

#logomenumob {
    width: 130px;
    height: 40px;
    background-image: url(../img/logo_color.svg);
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    margin-left: -65px;
    margin-top: 20px;
    
}

#logomobsub {
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #00f172;
    margin-bottom: 10px;
    margin-top: 7px;
    animation: color 5s infinite;
}

@keyframes color {
    0%{color: #00f172 }
    50%{color: #10d5fa }
    100%{color: #00f172}
}

#closebtn {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.5);
    background-image: url(../img/close.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#mobmenubtn {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.5);
    background-image: url(../img/menu.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1000000;
    display: none;
    background-color: rgba(27,42,65,0.5);
}

#mobmenubtn_w {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    border-radius: 15px;
    border: 2px solid rgba(27,42,65,0.5);
    background-image: url(../img/menu_w.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1000000;
    display: none;
    background-color: rgba(255,255,255,0.5);
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(27,42,65,1);
    z-index: 10000000000;
}

#logopre {
    position: absolute;
    width: 150px;
    height: 50px;
    background-image: url(../img/logo_color.svg);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -180px;
}

#pretxt {
    color: white;
    font-weight: 100;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    font-size: 20px;
    margin-left: -10px;
}

#cir {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 75px;
    top: 50%;
    border-radius: 100px;
    background-color: #10d5fa;
    opacity: 0;
    animation: cir 2s infinite;
}

#cir2 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: 75px;
    border-radius: 100px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    animation: cir 2s infinite;
    animation-delay: 0.5s;
}

#cir3 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: 75px;
    border-radius: 100px;
    background-color: #00f172;
    opacity: 0;
    animation: cir 2s infinite;
    animation-delay: 1s;
}

@keyframes cir {
    from{transform: scale(0); opacity: 1;}
    to{transform: scale(2); opacity: 0;}
}


.blogcon {
    position: absolute;
    width: 1200px;
    height: 500px;
    left: 50%;
    margin-left: -600px;
    top: 200px;
}

#blog {
    height: 600px;
}

.blogpic {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(50% 15%, 100% 50%, 50% 85%, 0% 50%);
    clip-path: polygon(50% 15%, 100% 50%, 50% 85%, 0% 50%);
    z-index: 100;
}

.blogxontent {
    position: absolute;
    width: 95%;
    height: 100%;
    right: 0px;
    background-color: rgba(27,42,65,0.5);
    -webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%, 0% 50%);
    border-right: 2px solid rgba(255,255,255,0.75);
}

.blogtitle {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 52.5%;
    margin-top: 100px;
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    font-weight: 500;
}

.blogdate {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 52.5%;
    margin-top: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: 300;
    opacity: 0.5;
}

.blogtxt {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 52.5%;
    margin-top: 10px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.7em;
    padding-right: 50px;
}

.button_blog {
    position: absolute;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: -15px;
    margin-top: 15px;
    left: 52.5%;
    padding: 10px 10px 10px 0px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-radius: 0px 7px 7px 0px;
    border-color: rgba(255,255,255,0.2);
    font-weight: 500;
    cursor: pointer;
    transition-duration: 0.2s;
}

