@font-face {
  font-family: Cyber;
  src: url("fonts/Blender-Pro-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: BebasNeue;
  src: url("fonts/BebasNeue-Regular.otf");
}
@font-face {
  font-family: coolvetica;
  src: url("fonts/coolvetica rg.ttf");
}
@font-face {
  font-family: PoetsenOne;
  src: url("fonts/PoetsenOne-Regular.ttf");
}
@font-face {
  font-family: theboldfont;
  src: url("fonts/theboldfont.ttf");
}

@font-face {
  font-family: robotolight;
  src: url("fonts/Roboto-Light.ttf");
}



@keyframes headerAnim {
  from {
  	background : none;
  	height: 150px;
  	-webkit-box-shadow:none
	box-shadow:none;
  }
  to {
  	background-color: #fff;
  	height: 100px;
  	-webkit-box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.48); 
box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.48);
  }
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{
	width: 100%;
	height: 100%;
}






body{
	text-align: center;
	font-family: robotolight;
	    font-size: 1.6em;
	    color: #282F49;
}

div#generalCont {
    width: 100%;
}

#videoHeaderCont{
	position: relative;
	display: block;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.darkCover{
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.videoHeader{
	max-width: none;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    z-index: 1;
}

#headerBottom{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: auto;

}

#headerBottom img{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

h1.headerTitle, h2.headerSubTitle {
    margin: auto;
    position: absolute;
    top: 300px;    
    height: 200px;
    width: 100%;
    text-align: center;
    font-size: 5em;
    color: #fff;
    z-index: 3;
    font-family: 'Cyber';
}



h2.headerSubTitle{
	top: 500px;
	font-size: 2em;
	font-family: robotolight;
}

nav#bgd-nav-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 150px;
}

.logoHeader {
    position: absolute;
    height: 100%;
    top: 0;
    left: 25px;
}

img.imgLogoHeader {
    height: 100%;
}

.logoHeaderMobileHeader img.imgLogoHeader{
    width: 500px;
    height: auto;
}

.logoHeaderMobileHeader{
    display: block;
}

.navHeader {
    position: absolute;
    bottom: 75px;
    right: 0;
}

li.bgd-nav {
    display: inline-block;
    margin-right: 25px;
}

li.bgd-nav.bgd-nav-lang {
    font-size: 0.5em;
    margin-right: 50px;
}

.bgd-nav a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Cyber';
    text-transform: uppercase;
    color: #fff;
}

.bgd-nav a:hover, nav#bgd-nav-cont.smallMenu .bgd-nav a:hover{
	color: #db5927;
}

nav#bgd-nav-cont.smallMenu {
	background-color: #fff;
	height: 100px;
	-webkit-box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.48); 
box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.48);
    animation-name: headerAnim;
    animation-duration: 1s;
    
}

nav#bgd-nav-cont.smallMenu .bgd-nav a {
	color:#000;
}



nav#bgd-nav-cont.smallMenu .navHeader {
	bottom: 35px;
}


h2.genTitle {
    /*color: #db5927;*/
    color: #db5927;
    font-size: 3em;
    font-family: 'Cyber';
    margin: 50px auto;
}

#introDiv .introBlock {
    width: 55%;
    margin: 0 auto 15px auto;
}

span.colorBis{
	/*color: #800848;*/
	    color: #282F49;
}

#introDiv h2.genTitle {
    font-size: 2em;
}

.clientItem {
    display: inline-block;
    width: 20%;
    height: auto;
    margin-left: 50px;
    vertical-align: top;
}

.logoClient{
	    height: 300px;
            margin: 0 auto;
}

.clientTxt {
    font-size: 0.9em;
        margin-top: 20px;
}

.clientName {
    color: #db5927;
    font-weight: bold;
    font-size: 0.9em;
    margin: 30px 0 10px 0;
}

.expertiseBlock{
	margin-bottom: 50px;
}


.blockLeft {
    display: inline-block;
    /* float: left; */
    width: 50%;
    vertical-align: top;
}

.blockRight {
    display: inline-block;
    /* float: right; */
    width: 45%;
    vertical-align: top;
}

.expertiseVideos{
    width: 100%;
    max-width: 450px;
}

.genAlignRight{
	text-align: right;	
	margin-right: 50px;
}

.genAlignLeft{
	text-align: left;
	margin-left: 50px;
}

.genFloatRight{
	float: right;
}

.genFloatLeft{
	float: left;
}

h2.blockTitle {    
    margin-right: 50px;
    font-size: 1.5em;
    font-family: 'Cyber';
    margin-bottom: 25px;
}

.blockTxt {    
     width: 35%;
    font-size: 1.2em;
    
}

.blockVideo {
    
}

.clearFloat{
	clear: both;
}

.marginBlock{
	margin-bottom: 50px;
}

.contactLinkBlock {
    margin: 25px auto 100px auto;
    width: 200px;
    background-color: #db5927;
    padding: 20px;
}

.contactLinkBlock a {
    text-decoration: none;
    color: #fff;
    /* font-weight: bold; */
}

div#introDiv {
    margin-top: 100px;
}

div#clientsDiv {
    width: 100%;
    margin-bottom: 50px;
}

div#servicesDiv {
	padding: 1px 0;
        background-color: #ecf0ff;
}

.contactTxtInput {
    width: 500px;
}

.contactTxtInput, .contactTxtArea {
    border-radius: 10px;
    margin-bottom: 10px;
    border: thin solid #000;
    font-size: 1.5em;
    padding: 10px;
}

.contactTxtArea {
    width: 600px;
    height: 400px;
}

input#contactButton {
    background-color: #db5927;
    border: none;
    color: #fff;
    width: 200px;
    padding: 10px;
    font-size: 1.2em;
}

#contactErrorTxt, #contactConfirm{
	color: #F00;
	font-weight: bold;
	display: none;
        margin: 50px;
}

#contactConfirm{
	color: #0F0;
}

div#realDiv {
    width: 100%;
}

#realList {
    /* text-align: center; */
    width: 80%;
    margin: auto;
}

.realItem {
    display: inline-block;
    width: 30%;
    height: 600px;
    vertical-align: top;
    margin: 0 20px 40px 0;
    /*-webkit-box-shadow: 6px 6px 15px 0px #000000;
    box-shadow: 6px 6px 15px 0px #000000;*/
}

#realList a {
    text-decoration: none;
    color: #282F49;
    /* margin: 0 20px; */
}

.realItem img {
    width: 73%;
    margin: 10px auto 45px auto;
}

.realTitle {
    font-weight: bold;
    display: block;
    margin: 10px 0;
    color: #db5927;
    font-family: 'Cyber';
}

.realTxt{
        margin: 0 20px 60px 20px;
}

.contactBtnBlock {
    margin: 20px 0 120px 0;
}

#introDiv .contactBtnBlock {
    margin-top:65px;
}

#contactDiv{
    padding-bottom: 300px;
}

input::placeholder, textarea::placeholder{
    font-family: Cyber;
}

.fieldError{
    background-color: #ff8a8a;
}

.fieldError::placeholder{
    color: #fff;
}

#burgerMenuButton{
    z-index: 12;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
}

a#burgerMenuButtonOpen {
    background-color: #000;
    display: block;
    padding: 20px;
}

#burgerMenuButton img{
    width: 75px;
}

#burgerMenuButtonClose{
    display: none;
}



@media screen and (max-width: 1920px) {
   h1.headerTitle{
    font-size: 3em;
   }

    h2.headerSubTitle{
        font-size: 1.7em;
    }
}


@media screen and (max-width: 1366px) {
    h2.headerSubTitle {
        top: 480px;
    }

    .realItem {
        height: 400px;
    }
}


@media screen and (max-width: 980px) {
    h1.headerTitle{
        top: 200px;
        font-size: 2.5em;
    }

    h2.headerSubTitle {
        top: 425px;;
        font-size: 2em;
    }

    .videoHeader {
        /*margin-left: -150%;*/
    }

    .logoHeaderMobileHeader{
        display: block;
    }

    .logoHeader img.imgLogoHeader{
        display: none;
    }

    img.imgLogoHeader{
        width: 60%;
        height: auto;
        /*position: relative; 
        left: -50%;
        height: 300px;*/
    }

    .navHeader{
        margin-top: 100px;
            position: relative;
            text-align: center;
            bottom: revert;
            transition: .8s all;
            transform: translateY(100%);
            font-size: 1.8em;
    }

    li.bgd-nav {
        display: block;
        /* margin-right: 25px; */
            margin-bottom: 40px;
    }

    nav#bgd-nav-cont {
        display: none;
        opacity: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 11;
        transition: .8s all;
    }

    nav#bgd-nav-cont.visibleBeforeOpen{
        display: block;
    }

    nav#bgd-nav-cont.smallMenu{
        background-color: transparent;
        -webkit-box-shadow:none;
        box-shadow:none;
        animation-name: none;
        

    }

    nav#bgd-nav-cont.open{
        opacity: 1;
        
    }

    nav#bgd-nav-cont.open .navHeader{
        transform: translateY(0%);
    }

    #burgerMenuButton{
        display: block;
    }

    div#introDiv {
        margin-left: 20px;
        margin-right: 20px;
    }

    #introDiv h2.genTitle {
        font-size: 2em;
    }

    #introDiv .introBlock {
        width: 95%;
        margin: 0px auto 45px auto;
        font-size: 1.3em;
        line-height: 1.4em;
    }

    .clientItem{
        display: block;
        width: 90%;
        margin: 0 25px 50px 25px;
    }

    .clientTxt,.clientName{
        font-size: 2em;
    }

    .expertiseBlock{
            margin-left: 25px;
        font-size: 1.5em;
    }

    .blockTxt {
        width: 80%;
    }

    #realList{
        font-size: 2em;
    }

    .contactTxtInput, .contactTxtArea {
        width: 95%;
    }

    .slick-dots li button:before{
        font-size: 30px!important;
    }


}




