body {
    color: #191A1E;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}
body.hidden {
	overflow:hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
a{
    text-decoration: none;
    color: inherit;
	-webkit-tap-highlight-color: transparent;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
ul , ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
    font-weight: normal;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #F1F1F1; 
}
::-webkit-scrollbar-thumb {
  background: #191A1E; 
}
::-webkit-scrollbar-thumb:hover {
  background: #191A1E; 
}
.burger{
	display: none;
}
.bicon {
    position: relative;
    width: 26px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
}
.bread {
    position: absolute;
    top: 50%;
    left: 0;
}
.ham ,.ham:after,.ham:before {
    position: absolute;
    background-color: #000;
    width: 26px;
    height: 1px;
}
.ham:after,.ham:before {
    content: "";
    left: 0;
}
.ham:before {
    top: -8px;
}
.ham:after {
    top: 8px;
}
.bicon.active .ham {
    background-color: rgba(0, 0, 0, 0);
}
.bicon.active .ham:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bicon.active .ham:after {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.JEK--in--header {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
}
.JEK--about {
    background-image: url(/../assets/images/about/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 20px solid #FF0000;
    text-align: center;
    padding-bottom: 200px;
}
.JEK--about--tree {
    max-width: 750px;
    margin: 80px auto 0;
    padding: 0 20px;
}
.JEK--about--tree p {
    font-size: 19px;
    text-align: left;
}
.JEK--about--tree p:not(:last-child	) {
    margin-bottom: 20px;
}
.JEK--about > img {
    margin-top: 80px;
}
.JEK--service {
    background-image: url(/../assets/images/services/serv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 20px solid #FF0000;
    padding: 150px 0;
}
.JEK--service--tree {
    max-width: 1600px;
    margin: 0 auto;
}
.JEK--sbox {
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	margin: 20px 2%;
	overflow: hidden;
}
.JEK--sbox > div {
    position: relative;
    width: 270px;
	height: 271px;
	overflow: hidden;
}
.JEK--sbox > div > div {
    position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
	height: 100%;
}
.JEK--sbox > div span {
    position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #FF0000;
	padding: 10px 20px;
	color: #FFF;
	font-size: 27px;
	font-weight: 300;
	text-align: center;
}
.JEK--sbox > div + p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 35px;
	font-size: 17px;
	line-height: 1.5;
}
.JEK--sbox > div + p img {
    margin-top: 40px;
}
.JEK--service--body .JEK--services {
    margin-top: 100px;
}
.JEK__row__lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.JEK__row__sc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.JEK--header {
    padding: 15px;
    border-bottom: 1px solid #FF0000;
    margin-bottom: 20px;
}
.JEK--header--tree, .JEK--menu--tree {
    max-width: 1365px;
    margin: 0 auto;
    padding: 0 20px;
}
.JEK--menu--tree.JGTreeFixer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,.95);
    padding: 15px;
}
.JEK--menu--tree.JGTreeFixer > a {
    width: 280px;
}
.JEK--menu {
    margin-bottom: 20px;
}
.JEK--menu--tree > a {
    width: 350px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.JEK--menu--tree > ul {
    margin-top: 25px;
}
.JEK--menu--tree > ul > li {
    font-size: 17px;
    font-weight: 700;
}
.JEK--menu--tree > ul > li:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background-color: #FF0000;
    margin-top: 15px;
    -webkit-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.JEK--menu--tree > ul > li:hover::after {
    width: 100%;
}
.JEK--menu--tree > ul > li:not(:last-child) {
    margin-right: 35px;
}
.JEK--contact li {
    font-size: 19px;
}
.JEK--contact li:not(:last-child) {
    margin-right: 25px;
}
.JEK--contact li:first-child,.JEK--contact li:last-child {
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 35px;
}
.JEK--contact li:first-child {
    background-image: url(/../assets/images/head/phone.svg);
}
.JEK--contact li:last-child {
    background-image: url(/../assets/images/head/mail.svg);
}
.JEK--contact li > span {
    font-weight: 700;
}
.JEK--social li {
    width: 20px;
    height: 20px;
}
.JEK--social li:not(:last-child) {
    margin-right: 15px;
}
.JEK--slider {
    position: relative;
    height: 800px;
}
.JEK--slide--box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity 0.75s cubic-bezier(0.81, 0.38, 0, 0.92);
    -o-transition: opacity 0.75s cubic-bezier(0.81, 0.38, 0, 0.92);
    transition: opacity 0.75s cubic-bezier(0.81, 0.38, 0, 0.92);
}
.JEK--sinfo {
    position: absolute;
    top: 30%;
    left: 15%;
    max-width: 520px;
}
.JEK--sinfo > h2, .JEK--sinfo > h2 + h3 {
    font-size: 47px;
    font-weight: 700;
}
.JEK--sinfo > h2 + h3 > span {
	color: #FF0000;
}
.JEK--sinfo > p {
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.JEK--sinfo > a {
    background-color: #FF0000;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    width: 165px;
    height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
}
.JEK--arr {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	border: 2px solid #FFF;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.JEK--larr {
    left: 0;
    margin-left: 20px;
}
.JEK--rarr {
    right: 0;
    margin-right: 20px;
}
.JEK--arr img, .JEK--arr svg {
    width: 40px;
    height: 40px;
}
.JEK--S--ALL {
    background-color: #edecec;
}
.JEK--services {
    position: relative;
    max-width: 1200px;
    margin: -40px auto 40px;
    padding: 20px 20px;
    background-color: #FFF;
    z-index: 1;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.JEK--S {
	-ms-flex-preferred-size: 21%;
	flex-basis: 21%;
	margin: 0 2%;
	text-align: center;
}
.JEK--S img, .JEK--S svg {
    width: 55px;
    height: 55px;
}
.JEK--S > h3 {
    color: #282727;
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0;
}
.JEK--S > h3 + p {
    color: #433F3F;
    font-size: 15px;
}
.JEK--AIO {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.JEK--AIO > img {
    width: 400px;
}
.JEK--ABOX {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 50px;
}
.JEK--ABOX h3 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.JEK--ABOX h3 + p {
    color: #7A7777;
    font-size: 19px;
    line-height: 1.4;
}
.JEK--OUR--services {
    position: relative;
    padding: 80px 20px;
    text-align: center;
}
.JEK--OUR--services > h2 {
    color: #413c3c;
    font-size: 35px;
    font-weight: 700;
}
.JEK--OUR--services ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.JEK--OUR--services ul > li {
    position: relative;
    width: 270px;
    height: 271px;
    overflow: hidden;
}
.JEK--OUR--services ul > li p {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.JEK--OUR--services ul > li:not(:last-child) {
    margin-right: 45px;
}
.JEK--OUR--services ul > li > span {
    position: absolute;
    width: 100%;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #FF0000;
	padding: 10px 20px;
	color: #FFF;
	font-size: 27px;
	font-weight: 300;
}
.JEK--OUR--services > a {
    background-color: #FF0000;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    width: 165px;
    height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.JEK--trust {
    background-image: url(/../assets/images/trust/trustbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
.JEK--trust--tree {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.JEK--trust--tree > h4 {
    color: #FF0000;
    font-size: 59px;
    font-weight: 700;
}
.JEK--tn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.JEK--tn > div {
    color: #FFF;
}
.JEK--tn > div:not(:last-child) {
    margin-right: 45px;
}
.JEK--tn > div > p {
	font-size: 50px;
	font-weight: 700;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.JEK--tn img, .JEK--tn svg {
    width: 70px;
    height: 70px;
}
.JEK--tn > div > p > span {
    display: block;
    margin-left: 15px;
}
.JEK--tn > div > p + h5 {
    font-size: 21px;
}
.JEK--clients {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    padding: 0 20px;
}
.JEK--clogo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
}
.JEK--clients > .JEK--clogo:not(:last-child) {
    margin-right: 40px;
}
.JEK--clogo.JEK--clogo--100 {
    max-width: 150px;
}
.JEK--prefooter {
    background-color: #FF0000;
}
.JEK--prefooter--tree {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 20px;
}
.JEK--pbox img , .JEK--pbox svg {
    width: 40px;
    height: 40px;
}
.JEK--ppt {
    color: #FFF;	
    margin-left: 25px;
}
.JEK--ppt h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.JEK--ppt h3 + ul > li {
    font-size: 17px;
}
.JEK--ppt h3 + ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.JEK--footer{
	background-color: #2c2b2b;
	color: #FFF;
}
.JEK--footer--tree {
    max-width: 1170px;
    margin: 0 auto;
	padding: 80px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.JEK--UFTF h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.JEK--UFTF h4:after {
    content: '';
    background-color: #FF0000;
    width: 50px;
    height: 4px;
    display: block;
    margin-top: 10px;
}
.JEK--UFTF h4 + ul li {
    font-size: 17px;
    color: #c0baba;
}
.JEK--UFTF h4 + ul li:not(:last-child) {
    margin-bottom: 15px;
}
.JEK--LFTF > img, .JEK--LFTF > svg {
    max-width: 300px;
    max-height: 62px;
    margin-bottom: 20px;
}
.JEK--LFTF p {
    font-size: 27px;
}
.JEK--LFTF p span {
    font-weight: 300;
}
.JEK--LFTF > span {
    margin: 10px 0;
    display: block;
    font-size: 21px;
}
.JEK--LFTF ul {
	margin-top: 20px;
}
.JEK--LFTF ul li {
    width: 32px;
    height: 32px;
    display: inline-block;
}
.JEK--LFTF ul li:not(:last-child) {
	margin-right: 10px;
}
.JEK--LFTF ul li a {
    display: block;
}
.copyright {
    background-color: #474545;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
}
.copyright a {
    background-color: #fff;
    color: #FF0000;
    padding: 4px 6px;
    display: inline-block;
    margin: 15px;
    border-radius: 4px;
    border: 1px dashed #FF0000;
}
.copyright a:hover {
    border-color: transparent;
    opacity: .95;
}
.JEK--contact--boxer {
	border-top: 20px solid #FF0000;
}
.JEK--contact--rock {
    max-width: 1200px;
    margin: 0 auto;
    padding: 220px 20px;
}
.JEK--contact--box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31.333333%;
	flex: 0 0 31.333333%;
	margin: 20px 1%;
}
.JEK--contact--box > img, .JEK--contact--box > svg {
    width: 55px;
    height: 55px;
    margin-right: 20px;
}
.JEK--contact--text h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.JEK--contact--text h2 + p , .JEK--contact--text h2 + p + p ,.JEK--contact--text h2 + a {
    font-size: 17px;
    max-width: 270px;
}
.JEK--contact--text h2 + p , .JEK--contact--text h2 + p + p {
    color: #2E2D2D;
}
.JEK--contact--text h2 + a {
    color: #3D3DD7;
}
.JEK--gallery--rock {
    border-top: 20px solid #FF0000;
}
.JEK--gallery--tree {
    max-width: 1300px;
    margin: 0 auto;
    padding: 150px 20px 200px;
}
.JEK--lightbox.JEK--dark{
	background-color: #2c2b2b;
}
.JEK--lightbox {
    margin: 5px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.JEK--lightboxer {
	margin: 5px 6px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.JEK--lightbox.height_1{
	height: 189px;
}
.JEK--lightbox.height_2{
	height: 200px;
}
.JEK--lightbox.height_3{
	height: 410px;
}
.JEK--LA {
    width: 233.5px;
}
.JEK--LB,.JEK--LC,.JEK--LR{
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
}
.JEK--LF{
	-ms-flex-preferred-size: 38%;
	flex-basis: 38%;
}
.JEK--LD {
    width: 233.5px;
}
.JEK--lightbox--alone {
    margin-top: 0;
}
.JEK--offers--rock {
    text-align: center;
    border-top: 20px solid #FF0000;
    padding: 300px 0;
    background-image: url(/../assets/images/services/serv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.JEK--opinion--tree > h4 {
    color: #413c3c;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 60px 0;
}
.JEK--opinion--body {
    max-width: 1200px;
    margin: 0 auto;
}
.JEK--opinion--body > div {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	margin: 0 1%;
}
.JEK--opinion--body > div p {
    background-color: #efefef;
    padding: 50px 15px;
    font-size: 18px;
    margin-bottom: 20px;
}
.JEK--opinion--body > div p + h4 {
    font-size: 19px;
    font-weight: 700;
    padding-left: 2px;
}
.JEK--link--hover{
	position: relative;
	z-index: 1;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
.JEK--link--hover:hover{
	background-color : #c00e0e;
}
.JEK--back--scale > p , .JEK--back--scaler > div{
	-webkit-transition: -webkit-transform 1000ms ease-in-out;
	transition: -webkit-transform 1000ms ease-in-out;
	-o-transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out;
	transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
}
.JEK--back--scale:hover > p , .JEK--back--scaler:hover > div{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.collaboration{
    margin-bottom: 20px;
}