
/*Rest style*/
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; list-style: none; }
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, body.em, .em div, .em span, .em applet, .em object, .em iframe, .em h1, .em h2, .em h3, .em h4, .em h5, .em h6, .em p, .em blockquote, .em pre, .em a, .em abbr, .em acronym, .em address, .em big, .em cite, .em code, .em del, .em dfn, .em em, .em font, .em img, .em ins, .em kbd, .em q, .em s, .em samp, .em small, .em strike, .em strong, .em sub, .em sup, .em tt, .em var, .em dl, .em dt, .em dd, .em ol, .em ul, .em li, .em fieldset, .em form, .em label, .em legend, .em table, .em caption, .em tbody, .em tfoot, .em thead, .em tr, .em th, .em td, .em select, .em input, .em option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.em sub, .em sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
.em sup { top: -0.5em; }
.em sub { bottom: -0.25em }
.em nav ul, .em nav ol { list-style: none; list-style-image: none; }
.em button, .em input, .em select, .em textarea { font-size: 100%; margin: 0; vertical-align: baseline; box-shadow: none !important; }
.em input[type="button"], .em input[type="submit"] { -webkit-appearance: none !important; }
.em :focus { outline: 0; }
.em ol, .em ul { list-style: none; }
.em a { text-decoration: none; }
.em img { border: 0 none; max-width: 100%; vertical-align: top; }
.em a { outline: none; cursor: pointer; }
.em a:hover { text-decoration: none; }
.em a:focus { text-decoration: none !important; outline: none !important; }
.em .none { display: none; }
.em .clear { clear: both; }
.em img { max-width: 100%; }
.em .cf:before, .cf:after { content: ""; display: table }
.em .cf:after { clear: both; }
.em .cf { *zoom:1;}
.em .text-transform { text-transform: uppercase; }
.em .break { float: left; width: 100%; }
.em .preloader { display: none; }
.em img { vertical-align: bottom; }
.em .share-buttons { display: flex; align-items: center; padding-top: 23px; }
.em .share-buttons__menu { margin-left: 20px; float: left; }
.em .share-buttons__section { justify-content: center; padding-bottom: 20px; }
.em .share-buttons__section > *:first-child { margin-left: 0; }
.em .share-buttons > * { margin-left: 10px }
/*Placeholder opacity cross browsers*/
.em input::-webkit-input-placeholder {
color: #7d7d7d;
opacity:1;
} /* WebKit browsers */
.em input:-moz-placeholder {
color: #7d7d7d;
opacity:1;
} /* Mozilla Firefox 4 to 18 */
.em input::-moz-placeholder {
color: #7d7d7d;
opacity:1;
} /* Mozilla Firefox 19+ */
.em input:-ms-input-placeholder {
color: #7d7d7d;
opacity:1;
} /* Internet Explorer 10+ */
.em textarea::-webkit-input-placeholder {
color: #7d7d7d;
opacity:1;
} /* WebKit browsers */
.em textarea:-moz-placeholder {
color: #7d7d7d;
opacity:1;
} /* Mozilla Firefox 4 to 18 */
.em textarea::-moz-placeholder {
color: #7d7d7d;
opacity:1;
} /* Mozilla Firefox 19+ */
.em textarea:-ms-input-placeholder {
color: #7d7d7d;
opacity:1;
} /* Internet Explorer 10+ */
.em button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
border: 0;
}


/* font-family: 'Merriweather', serif; font-family: 'Encode Sans', sans-serif; */
/* Table of Content
 ==================================================
 #Page Structure
 #Home Page Style */


/* #Page Structure
================================================== */
body.em { margin:0; padding:0; font-size:16px; color:#fff; background:#000; font-family: 'Encode Sans', sans-serif; }
.em .wrapper { width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; opacity:0;}
.em .main { max-width:1098px; margin:0 auto; }
.em a{transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; color:#fff; }
.em h1,.em h2,.em h3,.em h4,.em h5,.em h6{ color:#fff; }
.em .fl{ float:left; }
.em .fr{ float:right; }
.em .ib{ display:inline-block; vertical-align:middle; margin-right:-5px; }
.em .text-center{ text-align:center; } 
.em .text-right{ text-align:right; } 
.em .dt{ display:table; width:100%; height:100%; }
.em .dtc{ display:table-cell; vertical-align:middle; }

/* Home Page Style
 ==================================================
 
/***** header styles goes here *****/
.em header{ width:100%; padding:20px 0; position:absolute; top:0; left:0; width:100%; z-index:99; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -ms-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.em header.headerSection.fixed{ position:fixed; padding:10px 0; background-color:rgba(0,0,0,.8); transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -ms-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
.em header .site-logo{ opacity:0; }
.em header .site-logo img{ max-width:70px; }
.em header.headerSection.fixed .site-logo{ opacity:1; }
.em header .site-navigation{ padding-top:20px; }
.em header .site-navigation ul li{ float:left; margin-left:24px;position: relative;padding-bottom: 15px; }
.em header .site-navigation ul li a{ display:block; padding-bottom:3px; font-weight:700; border-bottom:2px solid transparent;position: relative; }
.em header .site-navigation ul li.active a{ border-color:#fff; }
.em header .site-navigation ul li a:hover{ color:#ddc0ff; }
.em header .site-navigation ul li.active a:hover{ border-color:#ddc0ff; }
.em header .site-navigation ul li ul.sub_menu{ position:absolute;right:0px;top:80px;background-color: #fff;opacity: 0;visibility: hidden; padding: 10px 20px;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;min-width: 140px; }
.em header .site-navigation ul li:hover ul.sub_menu{ top:35px;opacity: 1;visibility: visible;}
.em header .site-navigation ul li ul.sub_menu li{ margin:0px;padding: 2px 0;width:100%; }
.em header .site-navigation ul li ul.sub_menu li.active a{ color:#ddc0ff; }
.em header .site-navigation ul li ul.sub_menu a{ color:#000;padding-bottom: 0px;border-bottom: 0px;display: inline-block;width: 100%; }
.em header .site-navigation ul li ul.sub_menu a:hover{ color:#ddc0ff; }
.em header .site-navigation > ul > li > a{ position:relative;padding-right: 25px; }
.em header .site-navigation > ul > li > a:before{ width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #fff;position: absolute;right:0;top:6px; content:'';transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.em header .site-navigation > ul > li > a:hover:before{ border-top: 7px solid #ddc0ff; }

/***** midd container styles goes here *****/
.em .banner-section{ position:relative; padding:50px 0; height:100%; height:100vh; background:url('../images/background-image.jpg') repeat top left;  background-size: contain;}
.em .banner-section .main,
.em .banner-section .banner-content{ height:100%; }
.em .banner-section .banner-content .banner-logo img{ width:auto; height:39vh; max-width:100%; }
.em .banner-section .banner-content h1{ font-weight:900; margin-top:98px; margin-top:10.88vh; font-size:32px; line-height:1.45; letter-spacing:0.01em; }
.em .banner-section .banner-content h1 a{ text-decoration:underline; }
.em .banner-section .banner-content h1 span.color_change{ color:#ddc0ff; }
.em .banner-section .banner-content p{ font-size:26px; margin-top:25px; line-height:1.5; }
.em .banner-section .banner-content p span{ color:#ddc0ff; }
.em .banner-section .down-arrow a{ position:absolute; left:50%; bottom:26px; width:18px; transform:translateX(-50%); -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%); height: 18px; }

.em .section1{ padding:65px 0 80px; background-color:#0f0f0f;position: relative;overflow: hidden; }
.em .section1 .client-review .client-photo{ width:80px; height:80px; border-radius:50%; overflow:hidden; }
.em .section1 .client-review .client-photo img{ max-width:80px; }
.em .section1 .client-review .client-name{ text-align:left; padding-left:18px; }
.em .section1 .client-review .client-name a{ font-size:22px; line-height:29px; letter-spacing:0.01em; }
.em .section1 .client-review .client-name a:hover{ color:#ddc0ff; }
.em .section1 .client-review .client-comment{  margin-top:40px; font-family: 'Merriweather', serif;  font-style: italic;  font-size: 24px;  font-weight: 300;
    line-height:1.5;    max-width:859px;    margin: 40px auto 0; }
.em .section1 .client-review p.link{ margin-top:25px; }    
.em .section1 .client-review p.link a{ font-size:12px; line-height:14px; color:#696969; }
.em .section1 .client-review p.link a:hover{ color:#ddc0ff; }

.em .section2{ padding:60px 0 63px; background-color:#141414; }
.em .section2 .sec2-left{ width:43.5%; padding-right:30px; }
.em .section2 .sec2-left h5{ font-size:16px; margin-top:25px; line-height:20px; font-weight:900;  font-family: 'Encode Sans', sans-serif; }
.em .section2 .sec2-left h5 + p{ margin-top:5px; }
.em .section2 .sec2-left h3{ font-size:32px; line-height:1.2; }
.em .section2 .sec2-left p{ margin-top:40px; max-width:390px; line-height:1.5; font-size:16px; }
.em .section2 .sec2-left p + p{ margin-top:24px; }
.em .section2 .sec2-right{ width:56.5%; }
.em .section2 .sec2-right h3{ font-size:32px; line-height:1.2; }
.em .section2 .sec2-right table{ width:100%; border-collapse:collapse; }
.em .section2 .sec2-right table thead tr th{ width:20%; text-align:center; border-bottom:1px solid #fff; padding:16px 0px; }
.em .section2 .sec2-right table thead tr th:first-child{ text-align:left; width:54.5%; }
.em .section2 .sec2-right table tbody tr th:nth-child(3){ width:30%;}
.em .section2 .sec2-right table tbody tr td{ width:20%; text-align:center; padding:22px 0; border-bottom:1px solid #4c4c4c; }
.em .section2 .sec2-right table tbody tr td:first-child{ text-align:left; width:54.5%; }
.em .section2 .sec2-right table tbody tr td:nth-child(3){ width:30%;}
.em .section2 .sec2-right table tbody tr td h6{ font-size:16px;  }
.em .section2 .sec2-right table tbody tr td p{ margin-top:5px; font-size:15px; color: #a1a1a1; }
.em .section2 .sec2-right .tabel-section{ margin-top:25px; max-width:620px; }
.em .section2 .sec2-right table tbody tr td img{ max-width:37px; }

.em .section3{ padding:0 0 38px; background-color:#141414; }
.em .section3 h3{ font-size:32px; line-height:1.2; margin-bottom:40px; }
.em .section3 .sec3-box-main .sec3-box .sec3-boc-icon img{  max-width:100%; }
.em .section3 .sec3-box-main .sec3-box{ width:49.1%; background-color:#000000; border-radius:8px; }
@media all and (min-width:768px) {
  .em .section3 .sec3-box-main .sec3-box:first-child{ margin-right:0.9%; }
  .em .section3 .sec3-box-main .sec3-box:nth-child(2){ margin-left:0.9%; }
}
.em .section3 .sec3-box-main .sec3-box .dt{ min-height:280px; }
.em .section3 .sec3-box-main .sec3-box .dt a{ width: 100%; }
.em .section3 .sec3-box-main .sec3-box .dtc{ padding:50px 15px 30px; }
.em .section3 .sec3-box-main .sec3-box .dtc p{ margin-top:30px; color:#b3b3b3; }

.em .section4{ padding-bottom:60px; background-color:#141414; }
.em .section4 .sec4-in{ background:url('../images/bottom-strip.png') no-repeat left top; background-size:cover; border:1px solid #502775; border-radius:10px; }
.em .section4 .sec4-in .sec4-left{ width:32.4%; border-right:1px solid #502775; padding:34px 15px; }
.em .section4 .sec4-in .sec4-right{ width:67.6%; position:relative; padding-right:55px; padding-left:52px; }
.em .section4 .sec4-in .sec4-right p{ font-size:23px; max-width:614px; line-height:1.39; letter-spacing:0.01em; }
.em .section4 .sec4-in .sec4-right .arrow-right{ position:absolute; top:50%; margin-top:-8px; right:46px; width:16px; height:24px; z-index:9; }
.em .section4 .sec4-in .sec4-right .arrow-right img{ max-width:16px; }

.em .section5{ padding-bottom:60px; background-color:#141414; padding-top:30px;  }
.em .section5 .table-sec5{ margin-top:40px; }
.em .section5 h3{ font-size:32px; line-height: 1.3;  margin-bottom: 40px; }
.em .section5 table{ border-collapse:collapse; width:100%; }
.em .section5 table tbody tr td{ border-top:1px solid #4c4c4c; padding:37px 0; }
.em .section5 table tbody tr:last-child td{ border-bottom:1px solid #4c4c4c;  }
.em .section5 table tbody tr td:first-child{ font-size:24px; line-height:26px; width:140px; }
.em .section5 table tbody tr td:last-child a{ font-weight:700; font-size:24px; line-height:26px; margin-right:45px; }
.em .section5 table tbody tr td:last-child a:hover { color: #ddc0ff; }
.em .section5 p{ margin-top: 40px;  line-height: 1.5;  letter-spacing: 0.01em; }
.em .section5 p a:hover{ color:#ddc0ff; }
/*****footer styles goes here *****/




.em .rw-wrapper{
	width: 100%;
	position: relative;
}
.em .rw-sentence{
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.em .rw-sentence span{
	color: #fff;
	font-size: 200%;
	font-weight: normal;
}
.em .rw-words {
    display: inline-block;
    text-indent: 0;
    vertical-align: top;
    position: relative;
    /* width: 115px; */
    left: 0;
    height: 35px;
}

/* .em .rw-words.german-rw-worlds {width:134px; } */
.em .rw-words.german-rw-worlds span{ text-align:center; }
.em .rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fff;
  left: 0px;
  top:0 !important;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
	/* -webkit-animation: rotateWord 15s linear infinite 0s;
	-ms-animation: rotateWord 15s linear infinite 0s;
	animation: rotateWord 15s linear infinite 0s; */
}

.em .rw-words-1 span.active{ opacity:1; position:relative; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }

/* .em .rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	
}
.em .rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	
}
.em .rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 

}
.em .rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	
} */


@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; }
	5% { opacity: 1; }
    17% { opacity: 1; }
	20% { opacity: 0;  }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; }
  5% { opacity: 1; }
    17% { opacity: 1; }
  20% { opacity: 0;  }
  80% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; }
  5% { opacity: 1; }
    17% { opacity: 1; }
  20% { opacity: 0;  }
  80% { opacity: 0; }
    100% { opacity: 0; }
}

/* @-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
 */




.em .slider-progress {
  position: absolute;
  left:0;
  top:0; 
  width: 100%;
  height: 2px;
  background: #000;
}
.em .slider-progress .progress {
  width: 0%;
  height: 2px;
  background: #ddc0ff;
}


.em .down-arrow a {
 -webkit-animation: jump 2.0s ease 0s infinite normal ;
 animation: jump 2.0s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  20%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  40%{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  }
  50%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  60%{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  }
  80%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}




