* {
	outline:none !important;
}
html {
	overflow-x:hidden !important;
	height:100%;
}
body {
	padding:0 !important;
	margin:0;
	height:100%;
	
}


.LogoDiv {
	background:url('../img/logo.png') no-repeat;
	background-size:100% 100%;
	width:60px;
	height:20px;
	position:absolute;
	top:30px;
	left:30px;
	z-index:99999999999;
	position:fixed;
}



/* MENU STYLE */


.LanguageDiv {
	width:100%;
	position:fixed;
	top:32px;
	right:110px; 
	text-align:right;
	z-index:9999;	
    width: 200px;
    overflow:hidden;
    display: inline-block;
}
.LanguageDiv li {
	list-style:none;
	display:inline-block;
	transition:0.7s;
	margin-left:20px;
	font-family:AlkroundedmtavMedium;
	font-size:16px;
}
.LanguageDiv li a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-family:AlkroundedmtavMedium;
	transition:0.7s;
}
.LanguageDiv li a:hover,
.LanguageDiv li.active a {
	color:#999999;
}
.ShowLanguage {
	 
}

.LanguageDiv:hover .ShowLanguage {
	right:50px; 
	transition:0.5s;
	opacity:1
}

.MainMenu {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0%;
	background:#060606;
	z-index:0; 
	padding-right:30px;
	align-items:center;
	display:flex;
	opacity:0;
	transition: 1s;
}
.MainMenu ul {  
	width:100%;
	text-align:right;
	display:inline-table;
    z-index:9;
}
.MainMenu ul li {
	list-style:none;
}
.MainMenu ul li a {
	font-family:AlkroundedmtavMedium;
	color:#828282;
	font-size:40px;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;
	transition:0.7s;
}
.MainMenu ul li a:hover,
.MainMenu ul li.active a {
	color:#fff;
	transition:0.7s
}

.g-footer-phone{
	padding-left: 23px;
	position: relative;
}

.g-footer-phone::before{
	content: "";
	width: 20px;
	height: 20px;
	background-color: red;
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #fff;
	-webkit-mask-image: url(../img/footer_phone.svg);
	mask-image: url(../img/footer_phone.svg);
	-webkit-mask-size: 16px;
	mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.g-footer-phone:hover::before{
	background-color: #FF004D;
}

.g-homepage-phone{
	padding-left: 25px;
	position: relative;
	text-decoration: none;
	color: #FF004D;
}

.g-homepage-phone:hover{
	color: black;
	text-decoration: none;
}

.g-homepage-phone::before{
	content: "";
	width: 20px;
	height: 20px;
	background-color: red;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #FF004D;
	-webkit-mask-image: url(../img/footer_phone.svg);
	mask-image: url(../img/footer_phone.svg);
	-webkit-mask-size: 20px;
	mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.g-homepage-phone:hover::before{
	background-color: #000000;
}

.MenuFooter {
	width:100%;
	position:absolute;
	bottom:0;
	right:30px;
	height:100px;
	line-height:100px;
	text-align:right;
}

.MenuFooter li {
	display:inline-block;
	margin-left:30px;
}
.MenuFooter li a {
	color:#fff;
	font-family:DINCondensedC;
	text-decoration:none;
	font-size:16px;
}

.Hamburger {
	width:27px;
	height:20px;
	position:fixed;
	top:31px;
	right:30px; 
	z-index: 999999999;
	cursor:pointer;	
	-webkit-mask-image: url(../img/menush.svg);
    mask-image: url(../img/menush.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #000000;
}

.ShowMainMenu .Hamburger{
	-webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
}
/*
.Hamburger:after {
	content:'';
	position:absolute;
	width:27px;
	right:0;
	height:2px;
	background:#000;
    transition:0.7s;
}
.Hamburger:before {
	content:'';
	position:absolute;
	right:0;
	width:27px;
	height:2px;
	background:#000;
	margin-top:8px;
    transition:0.7s;
}
*/

.ShowMainMenu {

}
.ShowMainMenu .MainMenu {
	opacity:1;
	right:0;
	z-index:99999999;
	transition:opacity 0.7s;
}
.ShowMainMenu .Hamburger:after {
	background:#fff;
}
.ShowMainMenu .Hamburger:before {
	background:#fff;
}

.ShowMainMenu .Hamburger:after {
	content:'';
	position:absolute;
	width:22px;
	right:0;
	height:2px;
	background:#fff;
    transition:0.7s;
	transform: rotate(45deg);
    top: 9px;
    transition:0.7s;
}
.ShowMainMenu .Hamburger:before {
	content:'';
	position:absolute;
	right:0;
	width:22px;
	height:2px;
	background:#fff;
	margin-top:8px;
    transition:0.7s;
	transform: rotate(-45deg);
    top: 1px;
    transition:0.7s;
}
.MainMenuEffect {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown_2;
	display:inline-block
}
.ShowMainMenu .MainMenuEffect {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInUp_2;
	opacity: 0;
}






/* HOME PAGE */
.HomePage {

}
.HomePage .HomeTitleDiv {
	font-family:AlkroundedmtavMedium;
	font-size:70px;
	line-height:70px;
	color:#000;
}
.HomePage .HomeTitleDiv span {
	color:#FF004D;
}
.HomePage .HomeTextDiv {
	font-family:AlkroundednusxMedium;
	color:#000;
	font-size:15px;
	font-weight:normal;
	width:70%;
	border-left:solid #000 1px;
	margin-left:7px;
	padding-left:32px;
	margin-top:-40px;
	
}
.HomePage .HomeTextDiv span {
	color:#FF004D;
}



/* WE DO PAGE */
.WeDoPageSection {

}
.WeDoPageSection .fp-tableCell:after {
	content:'';
	width:87px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
}
.WeDoPage {}

.WeDoPage .WeDoList {
	display:table
}
.WeDoPage .WeDoList li {	
	list-style:none;	
}
.WeDoPage .WeDoList li a {
	color:#fff;
	font-family:AlkroundedmtavMedium;
	font-size:26px;
    margin-bottom: 15px;
    margin-top: 15px;
    display:block;
    text-decoration:none;
	transition:0.2s
}
.WeDoPage .WeDoList li a:hover {
	color:#000;
}


/* WORK PAGE */
.WorkPage {
	display:inline-block;
	width:100%;
}
.WorkItem {
	margin-bottom:20px;
	position:relative;
	color:#fff;	
	overflow:hidden;
}
.WorkItem .Image {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.WorkItem .Image img {
	width:100%;
}
.WorkInfoHover {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(249,48,57,0.95);
	padding:30px;
	transition:1s;
	opacity:0;
}
.WorkItem:hover .WorkInfoHover {	
	transition:1s;
	opacity:1;
}
.WorkItem:hover .WorkInfoHover * {
	animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp_2;
    opacity: 0;
}
.WorkItem .WorkInfoHover * {
	animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown_2;
}


.WorkInfoHover .Title {
	font-family:AlkroundedmtavMedium;
	font-size:26px;
}
.WorkInfoHover .Title a {
	color:#fff;
}
.WorkInfoHover .Title2 {
	font-family:AlkroundednusxMedium;
	padding-top:15px;
	font-size: 18px;
}
.WorkInfoHover .Date {
	font-family:AlkroundednusxMedium;
	padding-top:10px;
}
.WorkInfoHover .ReadMore {
	/*
	background-size:100% 100%;
	width:30px;
	height:9px;*/
	margin: 0;
	padding: 0;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-family: AlkroundednusxMedium;
	line-height: 20px;
	position:absolute;
	left:30px;
	bottom:30px;
	text-decoration: none;
}


.WorkInfoHover .ReadMore::after{
	content: "";
	width: 30px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: -40px;
	background-image:url('../img/readmore.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.WorkInfoHover .ReadMore:hover {
	opacity:0.7 !important;
	text-decoration: none;
}


.WorkInfoHover .ItemLink {
	background:url('../img/link_icon1.png') no-repeat;
	background-size:100% 100%;
	width:20px;
	height:9px;
	position:absolute;
	right:30px;
	bottom:30px;
	display: none;
}
.WorkInfoHover .ItemLink:hover {
	opacity:0.7 !important;
}
.WorkInsideText {
	padding-left:250px;
	width:700px;
}
.WorkInsideText .Title {
	font-size:17pt;
	color:#FF004D;
	font-family:alkSanet;
	font-weight:bold
}
.WorkInsideText .Description {
	font-family:AlkroundednusxMedium;
	font-size:14px;
}
.WorkInsideText .Description p {
	margin-top:20px;
}

.WorkAppDesign {
 
	background:#FF004D;
	padding-top:50px;
	padding-bottom:50px;
}
.WorkAppDesign .Title {
	text-transform:uppercase;
	font-family:AlkroundedmtavMedium;
	color:#fff;
	font-size:50px;
}
.WorkAppDesign .Text {
	color:#fff;
	font-family:AlkroundednusxMedium

}
.WorkAppDesign .Text p {
	margin-top:10px;
	margin-bottom:20px;
}
.WorkAppDesign .Links a {
	display:inline-block;
	width:35%;
	margin-top:20px;
}
.WorkAppDesign .Links a img {
	height:50px
}
.WorkAppDesign .Links a img:hover {
	opacity:0.7;
}
.WorkAppDesign .Links a:last-child {
	margin-left:20px;
}
/* SERVICE INSIDE PAGE */
.ServiceInsideSection {
	background:#fff !important;
}
.ServiceInsidePage {
	padding-top:85px;
	background:#fff;
}
.ServiceInfoDiv {
	background:#f8f8f8;
	display:inline-block;
	width:100%;
}
.ServiceInfoDiv .ServiceMenu {
	background:#FF004D;
	padding-left:87px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
} 
.ServiceInfoDiv .ServiceMenu li {	
	list-style:none;	
}
.ServiceInfoDiv .ServiceMenu li a {
	color:#fdacb0;
	font-family:AlkroundedmtavMedium;
	font-size:16px;
    margin-bottom: 40px;
    margin-top: 40px;
    display:block;
    text-decoration:none;
}
.ServiceInfoDiv .ServiceMenu li.active a,
.ServiceInfoDiv .ServiceMenu li a:hover {
	color:#fff;
	transition:0.5s;
}

.ServiceDescription {
	font-family:AlkroundednusxMedium;
	font-size:13px;
	
	padding-left:40px;
	padding-top:30px;
	padding-bottom:40px;
}
.ServiceDescription span {
	font-family:AlkroundedmtavMedium;
	color:#FF004D;
	font-size:16px;
	margin-top:10px;
	margin-bottom:20px;
	display:inline-block;	
}

.ServiceDescription li {
	list-style:none;
	padding-left:30px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative
}
.ServiceDescription li:before{
    content: " ";
    font-weight: bold;
    color: #FF004D;
    width: 6px;
    height: 6px;
    position: absolute;
    background: red;
    border-radius: 100%;
    left: 12px;
    top: 6px;
}
.ServiceDescription p {
	margin-top:25px;
	margin-bottom:25px;
}

.g-wrap p:first-child{
	margin-top: 0px;
}










/* ABOT */
.AboutInfoDiv {
/*	background:#f8f8f8;*/
	display:inline-block;
	width:100%;
	padding-bottom:100px;
	padding-top:50px;
}
.ContactInfoDiv {
	background:#fff;
	display:inline-block;
	width:100%;
	/*padding-bottom:100px;*/
	padding-top:50px;
}
.ContactMapParent {
    height: 50%; 
    vertical-align: middle;
	width:100%;
	padding-left:30px;
	padding-right:30px;
	margin-top:70px;
}
#contact_map{
	width:100%;
	height:500px
}
 /*style the box*/  
 .gm-style .gm-style-iw {
    background-color: transparent !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; 
    padding-top: 0px;
    display: block !important;
    height:66px !important;
 } 
 /*style the p tag*/
 .gm-style .gm-style-iw #ContactMapInfo p{
    padding:0px;
 }
/*style the arrow*/
.gm-style div div div div div div div div {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}
/*style the link*/
.gm-style div div div div div div div div a {
    color: #f1f1f1;
    font-weight: bold;
}

.gm-style-iw ~ div {
	display:none !important;
}
.gm-style div {
	background:transparent !important;
	border:none !important;
	box-shadow:none !important
}
#ContactMapInfo {
    color: #000;
    width: 260px;
    background: #fff !important;
    display:block;
    height:60px;
    position:relative;
}
#ContactMapInfo img {
	float:left;
} 
#ContactText {
	color: #000;
    padding-left: 72px;
    padding-top: 13px;
    font-family: AlkroundedmtavMedium;
    font-size: 15px;
    line-height: 19px;
}
.InsideImage {
	/*height:600px;*/
	overflow:hidden;
	width:100%;
	margin-bottom:50px;
	text-align:center;
}
.InsideImage img {
	max-width:100%;
}
.SmallText {
	font-family:AlkroundedmtavMedium;
	font-size:16pt;
	margin-bottom:50px;
}

.SmallText p{
	font-size:16px;
}
 
.InsideText .Title {
	font-size:19pt;
	color:#FF004D;
	font-family:alkSanet;
	
}
.InsideText .Description {
	font-family:AlkroundednusxMedium;
	font-size:16px;
	margin-bottom:50px;
}
.InsideText .Description p {
	margin-top:20px; 
}


.PageTitle2 {
	font-size:16px; 
	width:100%;
	height:80px;
	position:relative;
	top:-50px;
	line-height:80px;
	color:#000;
	font-family:AlkroundedmtavMedium;
	padding-left:calc(33.33333333% + 45px); 
} 
.BackIcon {
	display: inline-block;
    color: #FF004D;
    position: absolute;
    top: 28px;
    left: 50%;
    cursor: pointer;
    font-size: 20px;
	z-index:9999;
}
.BackIcon:hover {
	opacity:0.7;
}

.SharePage {
	font-family:AlkroundedmtavMedium;
	color:#000;
	text-decoration:none;
}

.SharePage:hover {
	color:#000;
	text-decoration:none;
	opacity:0.7
}

/* BLOG PAGE */
.BlogPage {
	background:#fff;
	display:inline-block;
	width:100%;
	padding-bottom:100px;
	padding-top:50px;
}
.BlogItems {

}
.BlogItems .Item {
	text-decoration:none;
	color:#000;
}
.BlogItems .Item .Image {
	width:100%;
	height:300px;
	background-position:top center !important;
    background-size: cover !important;
} 
.BlogItems .Item .Title {
	padding-left:40px;
	padding-top:25px;
	font-family:AlkroundedmtavMedium;
	font-size:17px;
    height: 130px;
    overflow: hidden;
    margin-bottom:10px;
}


.g-blog-more{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-family: 'AlkroundednusxMedium';
	color: #FF004D;
	position: relative;
	display: inline-block;
}

.g-blog-more::after{
	content: "";
	width: 30px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: -40px;
    background-image: url(../img/readmore-red.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}




/* TEAM PAGE */
.TeamPage {
	background:#fff;
	display:inline-block;
	width:100%;
	padding-bottom:100px;
	/*padding-top:50px;*/
}
.BlogItems {

}
.TeamItems .Item {
	text-decoration:none;
	color:#000;
	position: relative;
	width: 400px;
	height: 400px;
	display: block !important;
}
.TeamItems .Item .Image {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-position:top center !important;
    background-size: cover !important;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
} 
.TeamItems .col-sm-3:hover .Image {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*.TeamItems .Item .Title { 
	padding-top:25px;
	font-family:alkSanet;
	font-size:17px;
    height: 130px;
    overflow: hidden;
    margin-bottom:10px;
}*/
.TeamItems {
	transition:0.5s;
}
.TeamItems .TeamInfo {
	height: 215px;
}
.TeamItems .TeamInfo .NameLastName {
	font-family:AlkroundedmtavMedium; 
	text-transform:uppercase;
	font-size:20px;
	padding-top:25px;
	transition:0.5s;
}
.TeamItems .TeamInfo .PositionDiv {
	font-family:AlkroundedmtavMedium; 
	text-transform:uppercase;
	font-size:14px;
	padding-top:10px;
}
.TeamItems .TeamInfo .TexDiv {
	color:#999999;
	font-family:AlkroundedmtavMedium; 
	text-transform:uppercase;
	font-size:17px;
	padding-top:13px;
}
.TeamItems .TeamInfo .SocialLinks {
	padding-top:16px;
}
.TeamItems .TeamInfo .SocialLinks a {
	font-family:AlkroundedmtavMedium; 
	text-transform:uppercase;
	font-size:13px;
	color:#000;
	text-decoration:none;
	margin-right: 10px;
    float: left;
}
.TeamItems .TeamInfo .SocialLinks a:hover {
	opacity:0.7;
}

.TeamItems .col-sm-3:hover .NameLastName{
	color:red;
	transition:0.5s;

}

.ClientsItems .Item {
	text-decoration: none;
    color: #000;
    width: 100%;
    display: inline-block; 
    margin-bottom: 22px;
	transition:0.5s;
	border-radius:5px;
	padding:0 10px;
}
.ClientsItems .Item:hover {
	opacity:0.5;
}
.ClientsItems .Item .Image {
	width:100%;
	height:108px;
	background-position:center center !important; 
    background-size: cover !important;
} 
.ClientsItems {
	transition:0.5s;
}

/*
.fp-viewing-0 {

}
.ScrollTop {
	-webkit-transition: all 2s; // Chrome
    -moz-transition: all 2s; // Mozilla
    -o-transition: all 2s; // Opera
    transition: all 2s;
}
.fp-viewing-0.ScrollTop:after {
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:#fff;
	border-bottom:solid #FF004D 1px;
	
.PageTitle2 { 
	background:#fff;
} 
.WorkInsidePage {	
	padding-top:110px !important;
	background:#fff;
}
.WorkTabMenu {
	padding-left:0;
	position:fixed;
	top:0;
	z-index:99;
}
}*/
/*.ScrollTop .SmallText {
	width: 100%;
    background: #fff;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    padding-left: calc(33.33333333% + 45px);
    padding-right: calc(33.33333333% + 45px);
    height: 80px;
    font-size: 13px;
    padding-top: 20px;
    z-index:999999999999999999999999
}
*/
 





.tab-content {

}
/* WORK PAGE */
.WorkInsidePage {	
	padding-top:0px !important;
	background:#fff;
}
.WorkTabMenu {
	text-align:center;
	margin-top:2px;
	padding-left:0
}
.WorkTabMenu li {
	list-style:none;
	display:inline-block;
}
 
.WorkTabMenu div {
	margin-right:15px;
}
.WorkTabMenu li a {
	font-family:AlkroundedmtavMedium;
	font-size:15px;
	color:#000;
	opacity:0.6;
	margin-left:10px;
	margin-right:10px;
}
.WorkTabMenu li.active a,
.WorkTabMenu li a:hover {
	color:#000;
	opacity:1;
	text-decoration:none;
}
.WorkTabMenu .PageTitle {
	padding-top: 28px;
	z-index:999999;
}
.WorkSinglePage {
	padding-top:120px;
}

.WorkLeftInfo {

}
.WorkLeftInfo .WorkName {
	color:#FF004D;
	font-family:AlkroundedmtavMedium;
	font-size:30px;
	text-transform: uppercase;
	margin-bottom:18px;
	
}
.WorkLeftInfo .ListDiv {

}
.WorkLeftInfo .ListDiv li {
	font-family:AlkroundedmtavMedium;
	color:#222222;
	list-style:none;
	margin-bottom:14px;
	font-size:15px;
}
.WorkLeftInfo .ListDiv li span {
	width:90px;
	display:inline-block;
}
.WorkLeftInfo .WorkLink {
	color:#000000;
	font-family:AlkroundedmtavMedium;
	font-size:20px;
	text-transform: uppercase; 
	display:inline-block;
	margin-top:20px;
}

.WorkRightInfo {}
.WorkRightInfo .WorkDescription {
	color:#222222;
	font-family:AlkroundedmtavMedium;
	font-size:15px;
	padding-top:59px;
}
.RedBGDiv {
	width:10px;
	height:240px;
	position:absolute;
	right:-5px;
	top:0;
	background:#FF004D;
	
}
.WorkSingleHeader {
	display:inline-block; 
	height:240px;
	background:#FF004D;
	margin-top:40px; 
	width:120%;
}
/*
.WorkSingleHeader:after {
	content:'';
	width:10px;
	height:100%;
	background:#FF004D;
	position:absolute;
	left:-5px;
	top:0;
	opacity:1;
	transition:1s;
}
*/

.CompanyLogo {
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    top: 41px;
    height: 184px;
    line-height: 184px;
}

.WorkBigimage {
	position:relative;
	top:-60px;
	z-index:9999999;
	opacity:1 !important;
}
.WorkBigimage img {
	width:100%;
	box-shadow: 0 20px 50px -10px rgba(0,0,0,0.1);
}
.WorkImages {
	margin-top:80px; 
	display:inline-block;
	width:100%;
	margin-bottom:100px;
}
.WorkImages img {
	width:100%;
	box-shadow: 0 20px 50px -10px rgba(0,0,0,0.1);
}

.Pagination {
	padding:50px 30px 45px 30px;
	display:inline-block;
	width:100%;
/*	background:url('../img/pagination.png') no-repeat center center;*/
}
.Pagination a {
	font-family:AlkroundedmtavMedium;
	color:#333333;
	text-decoration:none;
}
.Pagination a:hover{
	color:#FF004D;
}
.Pagination .PrevWork {
	background:url('../img/left_black.png') no-repeat;
	padding-left:50px;
	background-position:0 3px;
	transition:0.7s;
}
.Pagination .PrevWork:hover {
	background:url('../img/left_red.png') no-repeat;
	padding-left:50px;
	background-position:0 3px;
	transition:0.7s;
}
.Pagination .NextWork {
	float:right;
	background:url('../img/right_black.png') no-repeat;
	padding-right:50px;
	background-position:100% 5px;
	transition:0.7s;
}
.Pagination .NextWork:hover {
	background:url('../img/right_red.png') no-repeat;
	padding-right:50px;
	background-position:100% 5px;
	transition:0.7s;
}


 
 


/* CONTACT PAGE */

.ContactPageDiv {
	padding-bottom:100px;
}
.ContactPageDiv .Title {
	font-family:AlkroundedmtavMedium;
	color:#000;
	font-size:27px;
	text-align:left;
	padding-left:calc(33.33333333% + 45px);
}
.ContactPageDiv .Title_index {
	font-family:AlkroundedmtavMedium;
	color:#000;
	font-size:25px;
}
.ContactPageDiv .Title_index span {
	color:#FF004D;
}
.ContactPageDiv .Title span {
	color:#FF004D;
}
.ContactPageDiv .Text {
	font-family: AlkroundednusxMedium;
    color: #000;
    font-size: 14px;  
    font-weight: bold;
    padding-top:30px;
}
.ContactPageDiv .Text a {
	color:#FF004D;
}
.ContactPageDiv .Text p {
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.ContactPageDiv .Text span {
	color:#FF004D;
}

.ContactPageDiv .Numbers {
	font-family:AlkroundednusxMedium;
	font-size:20px;
	
	padding-top:35px;
	border-bottom:solid #000 1px;
	display:inline-block;
	padding-bottom:30px;
	width: 100%; 
}
.ContactPageDiv .Numbers span {
	padding-left:30px;
	padding-right:30px;
}
.ContactFooter {
	background:#0c0c0c;
	padding:30px 20px;
	display:inline-block;
	width:100%;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	float:left;
	
}
.CopyRight {
	font-family:AlkroundedmtavMedium;
	padding-top:20px;
	font-size:14px;
	color:#999999;
}
.FooterList {
	text-align:center;
}
.FooterList li {
	list-style:none;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
}
.FooterList li a {
	color:#fff;
	text-decoration:none;
	font-family:AlkroundednusxMedium;
}
.FooterList li a.color1 {
	color:#999;
	text-transform:uppercase;
	font-family:AlkroundedmtavMedium;
	padding-right:30px;
} 

.FooterList li a span {
	padding-left:28px;
	padding-right:28px;
}

.FooterList2 {
	text-align:right;

}
.FooterList2 li {  
	display:inline-block;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}
.FooterList2 li a {	
	text-transform:uppercase;
	font-family:AlkroundedmtavMedium; 
}
.FooterList li a:hover,
.FooterList2 li a:hover {
	color:#FF004D
}
.Padding100,
.padding100 {
	padding-left:87px;
	padding-right:87px;
}

.g-view-all{
	color: #FF004D;
	padding-left: 25px;
	text-decoration: none;
	transition: 0.7s;
}

.g-view-all:hover{
	color: black;
	text-decoration: none;
}

@media (min-width: 960px){
	.Padding100x,
	.padding100x{
		padding-left:87px;
		padding-right:87px;
	}

	#section2 .WorkPage{
		margin-top: 30px;
	}
}

.padding_0 {
	padding:0;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-viewing-0 .fp-tableCell {
	display:inline-block !important;
}
.PositionRelative {
	position:relative;
}

.PageTitle {
	padding-top:35px;
	padding-bottom:35px;
	display:inline-block;
	font-family:AlkroundedmtavMedium;
	font-size:17px;
}
/********************************************************/
.HomeTitle1 {
	font-size:16px; 
	width:calc(100% - 87px);
	height:70px;
	position:absolute;
	top:0%;
	line-height:70px;
	color:#000;
	font-family:AlkroundedmtavMedium;
	padding-left:calc(33.33333333% + 45px);
} 
.PaddingLeft {
	padding-left:calc(33.33333333% + 40px);
	padding-right:calc(30% + 40px);
}
.fp-viewing-Home .HomeTitle1 {
	transition:1s;
	z-index:999;	
}
.fp-viewing-Wedo .HomeTitle1 {
	bottom:-70px;
	z-index:999;
	transition:1s;
}
.HomeTitle2 {
	font-size:16px;
	background:#FF004D;
	width:calc(100% - 87px);
	height:70px;
	position:absolute;
	bottom:0;
	line-height:70px;
	color:#fff;
	font-family:AlkroundedmtavMedium;
	padding-left:calc(33.33333333% + 45px);
} 

.fp-viewing-Home .HomeTitle2 {
	transition:1s;
	z-index:999;	
}
.fp-viewing-Wedo .HomeTitle2 {
	bottom:-70px;
	z-index:999;
	transition:1s;
}

.HomeTitle3 {
	font-size:16px;
	background:#fff;
	width:calc(100% - 87px);
	height:70px;
	position:absolute;
	bottom:0;
	line-height:70px;
	color:#000;
	font-family:AlkroundedmtavMedium;
	padding-left:calc(33.33333333% + 45px);
} 

.fp-viewing-Wedo .HomeTitle3 {
	bottom:0px;
	z-index:999;	
	transition:1s;
}
.fp-viewing-Work .HomeTitle3 {
	bottom:-70px;
	z-index:999;
	transition:1s;
}


.HomeTitle4 {
	font-size:16px;
	background:#fff;
	width:calc(100% - 87px);
	height:70px;
	position:absolute;
	bottom:0;
	line-height:70px;
	color:#000;
	font-family:AlkroundedmtavMedium;
	padding-left:calc(33.33333333% + 45px);
} 
.fp-viewing-Work .HomeTitle4 {
	bottom:0px;
	z-index:999;	
	transition:1s;
	position:absolute
}
.fp-viewing-Contact .HomeTitle4 {
	bottom:-70px;
	z-index:999;
	transition:1s;
}


.fp-viewing-Home .LogoDiv {
	transition:1s;
}
 
.fp-viewing-Wedo .LogoDiv {
	background:url('../img/logo_white.png') no-repeat;
	background-size:100% 100%;
	transition:1s;  
}
.ShowMainMenu .LogoDiv{
	background:url('../img/logo_menu.png') no-repeat;
	transition:1s;
	background-size:100% 100%;
}
 
.fp-viewing-Work .LogoDiv {
	background:url('../img/logo.png') no-repeat;
	background-size:100% 100%;
	transition:1s;   
}

.fp-viewing-Contact .LogoDiv {
	background:url('../img/logo.png') no-repeat;
	background-size:100% 100%;
	transition:1s;  
}
.ShowMainMenu.fp-viewing-Work .LogoDiv {
	background:url('../img/logo_menu.png') no-repeat;
	transition:1s;
	background-size:100% 100%;
}
.fp-viewing-Home ~ html {
	overflow:hidden;
}

.fp-viewing-Wedo {
	position:relative;
}
.fp-viewing-Wedo .LanguageDiv li ,
.fp-viewing-Wedo .LanguageDiv li a {
	color:#fff !important;
}





.fp-tableCell {
	height:100% !important;
	max-height:100% !important;
}

@media(min-width: 960px){
	#fullpage{
		height: 100%;
	}
	
	#section0,
	#section1,
	#section2,
	#section3 {
		height:100% !important;
		max-height:100% !important;
	}
}





.ServiceMenuForMobile {
	background:#FF004D;
	font-family: AlkroundedmtavMedium;
	padding-left:15px;
	margin-bottom:15px;
	height:60px;
}
.ServiceMenuForMobile span {
	color:#fff;
	line-height:60px;
}
.ServiceMenuForMobile .fa {
	color:#fff;
	position:absolute;
	right:15px;
	top:20px;
}
.ServiceMenuForMobile select {
	padding-top:20px;
	padding-bottom:20px;
	border:none;
	background:none;
	color:#fff;
	line-height:40px;
	width:130%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}



.WorkTabMenuForMobile {
	background:#FF004D;
	font-family: AlkroundedmtavMedium;
	padding-left:15px;
	margin-bottom:15px;
	height:60px;
	margin-top:60px;
}
.WorkTabMenuForMobile span {
	color:#fff;
	line-height:60px;
}
.WorkTabMenuForMobile .fa {
	color:#fff;
	position:absolute;
	right:15px;
	top:20px;
}
.WorkTabMenuForMobile select {
	padding-top:20px;
	padding-bottom:20px;
	border:none;
	background:none;
	color:#fff;
	line-height:40px;
	width:130%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}



.HomeShindiLogo {
	width:520px;
	height:330px;
	margin-top: -40px;
}
.HomeShindiLogo img {
	width:100%;
	height:100%;
}

.scrollToTop {
	position:fixed;
	right:25px;
	bottom:15px;
	background:#FF004D;
	width:40px;
	height:40px;
	cursor:pointer;
	border-radius:100px;
	text-align:center;
	line-height:40px;
	color:#fff;
	display:none;
	font-size:22px;
	z-index:99999999;
}
.scrollToTop:focus,
.scrollToTop:hover {
	color:#fff;
}
.scrollToTop:hover .fa {
	opacity:0.7;
}

.fp-viewing-Home .scrollToTop,
.fp-viewing-Wedo .scrollToTop,
.fp-viewing-Work .scrollToTop,
.fp-viewing-Contact .scrollToTop {
	display:none;
}




.scrollToTopHome {
	position:fixed;
	right:25px;
	bottom:15px;
	background:#FF004D;
	width:40px;
	height:40px;
	cursor:pointer;
	border-radius:100px;
	text-align:center;
	line-height:40px;
	color:#fff;
	display:none;
	font-size:22px;
	z-index:99999999;
}
.scrollToTopHome:hover .fa {
	opacity:0.7;
} 

.scrollToTopHome:focus,
.scrollToTopHome:hover {
	color:#fff;
}

.fp-viewing-Wedo .scrollToTopHome,
.fp-viewing-Work .scrollToTopHome,
.fp-viewing-Contact .scrollToTopHome {
	display:block;
}





.box { width:100vw; height:100vh; background-color:#333; color:#fff; text-align:center; font-family:'Open Sans';}

.container-fluid p{
	line-height: 1.5;
}

#mce-EMAIL {
    width: 250px !important;
}

.g-font-size18{
	font-size: 18px !important;
}

#g-image-container{
	margin: 0;
	padding: 0;
	width: 100%;
}

#g-image-container img{
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
    transition: opacity 0.6s ease;
}

#g-image-container .lazy.loaded {
    opacity: 1;
}

.g-scrollup-wrap{
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #FF004D;
	border-radius: 100%;
	position: fixed;
	right: 120px;
	bottom: 23px;
	z-index: 1000;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
	transition-property: background-color;
	transition-duration: 600ms;
	transition-timing-function: ease-in-out;
}

.g-scrollup-wrap:hover{
	background-color: #000;
}

.g-scrollup-wrap button{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

.g-scrollup-wrap button::after{
	content: "";
	margin: 0;
	padding: 0;
	border: 0;
	width: 20px;
	height: 20px;
	-webkit-mask-image: url(../img/up.svg);
	mask-image: url(../img/up.svg);
	-webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: white;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
}

@media (max-width: 600px){
	#mce-EMAIL{ width: 100% !important; }
	#mc_embed_signup{
		margin-bottom: 20px;
		width: 120% !important;
		float: left !important;
	}

	#mc_embed_signup input.email{
		width: 70% !important;
		float: left !important;
		font-family: AlkroundednusxMedium !important;
		font-size: 12px !important;
	}
	#mc_embed_signup .clear{
		width: 28% !important;
		float: left !important;
		margin-left: 2%;
	}

	#mc_embed_signup .button{
		padding: 0 3px !important;
		font-size: 9px !important;
		font-family: AlkroundednusxMedium !important;
	}

	.ContactFooter .FooterList{
		text-align: left;
	}

	.ContactFooter .FooterList2{
		text-align: right !important;
	}

}