html,body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

/*p {
	font-family: 'Lato', sans-serif;
	font-family: 'Titillium Web', sans-serif;
}*/

.paddingTop {
	padding-top: 100px;
}

/* Landing page*/

.landingPage__container {
	/*scroll-behavior: smooth;*/
}

.landingPage__home {
	overflow: hidden;
	width: 100%;
	height:100vh;
	background: #1c1b1d;
}

.landingPage__loading-background {
	width: 70%;
    /*position: absolute;
    left: 15%;
    top: 45px;*/
    position: relative;
    left: 15%;
}

.logo2 {
	display: none;
}

.landingPage__button {
	position: absolute;
	bottom: 5%;
	right: 53px;
	border:none;
}

.landingPage__button a button{
	font-family: 'Titillium Web', sans-serif;
    background: none;
  border: none;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1rem 1.1rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}

.landingPage__button a{
	text-decoration: none;
    color: white;
    padding-right: 10px;
}

canvas{
    background-color: #1c1b1d;
}

/* background loop text */
#background__looptext {
	font-family: 'Titillium Web', sans-serif;
  color:#999;
  text-transform: uppercase;
  font-size:40px;
  font-weight:600;
  /*padding-top:200px;  */
  position:absolute;
  width:75%;
  margin-left: 3%;
  bottom:5%;
  display:block;
}

#background__flip {
  height: 70px;
  overflow:hidden;
}

#background__flip > div > div {
  color:#fff;
  /*padding:0px 12px;*/
  height:35px;
  margin-bottom:50px;
  display:inline-block;
}

#background__flip div:first-child {
  animation: show 5s linear infinite;
}

/*#background__flip div div {
  background:#F26451;
}
#background__flip div:first-child div {
  background:#F26451;
}
#background__flip div:last-child div {
  background:#F26451;
}*/

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

/* NAV bar*/

nav {
	position: fixed;
	width: 100%;
	/*background: #1b1a1a0a 0% 0% no-repeat padding-box;*/
	z-index: 1500;
}

.navbar__ul {
	list-style-type: none;
	margin-right:100px;
	/*padding: 0;*/
	overflow: hidden;
	text-align: center;
}

.navbar__ul li {
	display: inline-block;
}

.navbar__ul li a {
	font-family: 'Titillium Web', sans-serif;
	display: block;
	color: rgba(199,199,199,0.42);
	text-align: center;
	padding: 0px 50px;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar__ul li a span{
	font-size: 2.5rem;
	margin: 13px;
	position: relative;
	top: 6px;
	font-weight: bold;
}

.navbar__ul li a:hover{
	color: white;
	/*transform: scale(1.2);*/
}

.navbar__ul .main-navbar__icon{
	display: none;
	color: #adaaaa;
	background: #1c1b1d;
	    border-radius: 10px;
}

.nav__selected {
	color: white !important;
	transform: scale(1.2);
}



/* Landing page HEllO text */
/*section {
	width: 100%;
	height: 100vh;
}*/



.landingPage__hello-header {
	position: relative;
	margin-left: 20%;
	padding-top: 80px;
}

.sideContent__boxContainer {
	position: absolute;
    top: 31%;
    width: 75%;
}

.sideContent__box1 {
    background: #5555551f;
    height: 354px;
}

.landingPage__hello-header h2{
	font-size: 5rem;
	text-transform: uppercase;
    letter-spacing: 0.3em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.landingPage__hello-container {
	position: relative;
	width: 100%;
	height: 100vh;
	background: white;
}

.landingPage__hello-vertivalLine {
	position: relative;
	margin-left: 20%;
}

.landingPage__hello-bar {
	height: 200px;
	border-left: 20px solid #1c1b1d; 
}

.helloPage__text {
	position: relative;
    top: 0px;
	border-left: 20px solid #1c1b1d; 
}

.helloPage__text p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #1c1b1d;
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
	padding: 30px;
}

.helloPage__button {
	position: absolute;
	padding-top: 50px;
	right: 10%;
}

.landingPage__button a button,
.landingPage__button a button::after,
.helloPage__button a button,
.helloPage__button a button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}


.helloPage__button a{
	text-decoration: none;
    color: #1c1b1d;
    padding-right: 10px;
}

.helloPage__button a button {
	font-family: 'Titillium Web', sans-serif;
  background: none;
  border: none;
  border-radius: 5px;
  color: #1c1b1d;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}

/*.landingPage__button button::before,
.landingPage__button button::after,
.helloPage__button button::before,
.helloPage__button button::after {
  background: #F26451;
  content: '';
  position: absolute;
  z-index: -1;
}*/

.landingPage__button button:hover,
.landingPage__button button a:hover,
.helloPage__button button:hover,
.helloPage__button button a:hover {
  color: #43D1D2;
}

.landingPage__button button::after,
.helloPage__button button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.landingPage__button button:hover:after,
.helloPage__button button:hover:after {
  width: 100%;
}


/* landingPage__capabilities*/
.landingPage__services-container {
	overflow: hidden;
	padding-top: 80px; 
}

.landingPage__capabilities-container {
	display: none;
}

.landingPage__cap-header {
	position: relative;
	left: 10%;
}

.landingPage__cap-header h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 600;
}

/*.landingPage__cap-header span{
	font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.landingPage__cap-header span:nth-child(1) {
	color: #8e8e8e;
	font-size: 50px;
}

.landingPage__cap-header span:nth-child(2) {
	color: #8e8e8e;
	font-size: 80px;
}*/


/* landing page side menu*/
.cap__container {
	position: relative;
	overflow: hidden;
}

.sideContent__boxContainer2 {
	position: absolute;
    top: 0%;
    right: 0;
    width: 70%;
}

.sideContent__box2 {
	background: #1c1b1d !important;
    height: 450px;
    position: relative;
}

.bgc-1 {
	color: #43D1D2;
}

.bgc-2 {
	color: #06B3AD;
}

.bgc-3 {
	color: #23A4C1;
}

.bgc-4 {
	color: #4782BC;
}

.bgc-5 {
	color: #7F65BC;
}

.sideContent__box2 h2{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
    font-size: 2.5rem;
    padding-top: 35px;
    left: 5%;
    position: relative;
    color: white;
}

.sideContent__box2 p{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.sideContent__box2 ul{
	margin:20px;
}

.sideContent__box2 ul li{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	list-style: none;
	font-size: 1.4rem;
	padding: 5px;
	margin:10px;
}

.sideContent__img {
	position: absolute;
	width: 100%;
	/*overflow: hidden;*/
	left: 48%;
	top: 20%;
}

.sideContent__img img {
	width: 40%;
}

.capfloat {
	animation:float 3s ease-in-out infinite normal none running;
}

@keyframes float {
	0%{
	    transform: translatey(0);	
}

50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
}
100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
}

.landingPage__sideMenu {
	position: relative;
	left: 0;
}

.landingPage__sideMenu ul {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	list-style: none;
	display: block;
	font-size: 1.6rem;
	width: 30%;
	letter-spacing: 0.1em;
	padding: 0;
	color: #9e9e9e;
}

.landingPage__sideMenu li {
	padding: 10% 0 10% 10%;
}

.sideMenu__selected {
	color: #1c1b1d;
	font-weight: 600;
}

#sidemenu__list1 {
	border-left: 20px solid #43D1D2;
}

#sidemenu__list1,
#sidemenu__list2,
#sidemenu__list3,
#sidemenu__list4,
#sidemenu__list5 {
	cursor: pointer;
}

#sidemenu__list1:hover{
border-left: 20px solid #43D1D2 !important;
}
#sidemenu__list2:hover{
border-left: 20px solid #4782BC !important;
}
#sidemenu__list3:hover{
border-left: 20px solid #7F65BC !important;
}
#sidemenu__list4:hover{
	border-left: 20px solid #4782BC !important;
}
#sidemenu__list5:hover {
	border-left: 20px solid #7F65BC !important;
}

#sideContent__list2,
#sideContent__list3,
#sideContent__list4,
#sideContent__list5 {
	visibility: hidden;
}



/* Landingpage__ourwork */

.float-left {
	float: left;
}

.float-right {
	float:right;
}

.landingPage__ourwork-Container {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.landingPage__box-Container {
	position: relative;
	width: 80%;
	padding-top: 100px;
	overflow: hidden;
}

.sideContent__box-left {
	height: 520px;
	background: #01001b;
	position: relative;
}

.sideContent__box-right {
	height: 520px;
	background: #1c1b1d;
	position: relative;
	right: 0;
}



.landingPage__ourwork-header {
	position: relative;
	left: 70%;
}

.landingPage__ourwork-header span{
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.landingPage__ourwork-header span:nth-child(1) {
	color: #8e8e8e;
	font-size: 50px;
}

.landingPage__ourwork-header span:nth-child(2) {
	color: #8e8e8e;
	font-size: 80px;
}

.video__container {
	position: absolute;
	left: 5%;
	top: 0%;
	width:  355px;
	box-shadow: 2px 0px 5px 2px #572d78;
}

.video__container-right {
	position: relative;
	top: -15%;
	width:  355px;
	padding-right: 70px;
	float: right;
}

#video {
	width: 100%;
}

.ourwork__header {
	position: relative;
	float: right;
	padding-right: 70px;
	top: 15%;
}

.ourwork__header-right {
	position: absolute;
	left: 10%;
	top: 15%;
}

.ourwork__header-right h1,
.ourwork__header h1 {
	font-size: 120px;
	color: #fff;
	text-transform: uppercase;
}

/*landingPage__brands*/

.landingPage__brands-container {
	position: relative;
	left: 15%;
	width: 65%;
	height: auto;
	margin: 20px;
	padding: 20px;
	text-align: center;
	background: #1c1b1d;
}

.landingPage__brands-container img {
	margin: 3rem 0rem;
	width: 80%;
	height: 50%;
}

.landingPage__brands-header {
	position: relative;
	text-align: center;
}

.landingPage__brands-header h2,
.products__kiosk-header h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

/* landingPage__testimonials*/

.testimonial__sm {
	display: none;
}

.landingPage__testimonials {
	padding: 40px 0;
	text-align: center;
}

.testimonial__inner {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px;
}

.testimonial__row {
	display: flex;
	flex-wrap: wrap;
}

.testimonial__col {
	/*flex: 33.33%;
	max-width: 33.33%;*/
	flex: 50%;
	max-width: 100%;
	box-sizing: border-box;
	padding:15px;
}

.testimonial__body {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #3e3d3d;
  display: inline-block;
    font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}

.tb1 {
	border-top: 5px solid #43D1D2;
}

.tb2 {
	border-top: 5px solid #4782BC;
}

.tb3 {
	border-top: 5px solid #7F65BC;
}

.tb1:before{
	color:#43D1D2;
}

.tb2:before {
	color: #4782BC;
}

.tb3:before{
	color: #7F65BC;
}


.testimonial__body {
padding: 13% 10% 12%;
}

.testimonial__body:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*color: #d2652d;*/
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.testimonial__body blockquote {
	font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}

.testimonial__body h3 {
	font-family: 'Lato', sans-serif;
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 5px;
}

.testimonial__body h4 {
	font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

/** main global impact**/

.landingPage__globalImpact {
	padding: 40px 0;
	padding-bottom: 60px;
	text-align: center;
}

.globalImpact__inner {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px;
}

.landingPage__globalText {
	position: relative;
	text-align: center;
}

.landingPage__globalText p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    line-height: 180%;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.globalImpact__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}

.globalImpact__col {
	flex: 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	padding:15px;
}

.globalImpact__col p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
    text-transform: uppercase;
}

.sm__global-text {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
    text-transform: uppercase;
    color: grey;
}

.global__counter {
	font-family: 'Titillium Web', sans-serif;
	font-size: 43px;
    line-height: 130%;
    font-weight: 700;
}

.countries__container {
	width: 100%;
	height: 10vh;
	position: relative;
}

.country {
font-family: 'Lato', sans-serif;
  font-size:20px;
  font-weight: 400;
}



/** Footer CSS Start here **/
.footer {
	background: #1c1b1d;
	color: #fff;
	height: 315px;
	position: relative;
}

.footer .footer-content {
	height: 300px;
	display: flex;
}

.footer .footer-content .footer-section {
	flex: 1;
	padding:25px;
}


.footer .footer-content .footer__logo img {
	margin:30px;
	padding-left: 50px;
	width: 160px;
    height: 70px;

}

.footer .footer-content h1,
.footer .footer-content h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.footer .footer-content .footer__contact .footer__contacts span,
.footer .footer-content .footer__contact .footer__contacts a {
	font-family: 'Titillium Web', sans-serif;
	display: -webkit-box;
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 8px;
	color: #fff;
	text-decoration: none;
	transition: all .3s;
}

/*.footer .footer-content .footer__contact .footer__socials a {
	color: #fff;
	width: 45px;
	height: 41px;
	padding-top: 3px;
	padding-right: 3px;
	text-align: left;
	display: inline-block;
	font-size: 1.3em;
}*/

.footer .footer-content .footer__contact .footer__socials a:hover{
	color: #C7C7C7;
}
.footer .footer-content .footer__contact .footer__contacts a:hover {
	color: #C7C7C7;
	
	transition: all .3s;
}

.footer .footer-content .footer__services a,
.footer .footer-content .footer__step a {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}

.footer .footer-content .footer__services a:hover,
.footer .footer-content .footer__step a:hover {
	color: #C7C7C7;
	transition: all .3s;
}



.footer .footer-bottom {
	font-family: 'Titillium Web', sans-serif;
	background: ;
	height:50px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 20px;
}



/** Main work with us **/

.workwithus__container{
	width: 100%;
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    /* margin-top: 67px; */
    background: #1c1b1d;
}

.section-heading__workwithus {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px;
}


.contact__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}

.contact__col {
	flex: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding:15px;
}

.contact__logo {
	width: 80%;
	position: relative;
	border-left-style: groove;
}

.section-heading__workwithus h3 {
	font-family: 'Titillium Web', sans-serif;
	color: #c7c7c7;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    padding: 20px 0 20px 0px;
    letter-spacing: 0.1em;
}

.section-heading__workwithus p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #666666;
	margin: 8rem 15rem;
}

.workwithus-button {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: 80px;
	height: 46px;
	background: #fff;
	border-radius: 7px;
	border-style: none;
	padding: 10px;
	text-align: center;
	margin: 10px;
	cursor: pointer;
	margin-bottom: 6%;
}

input[value="Send"] {
	color: #141414;
}

.section-heading__workwithus form .workwithus-input__text {
	background: #F9F9F9;
	color: #1A1A1A;
	margin-bottom: 10px;
	line-height: 1.5rem;
	padding:.7rem 1.4rem;
	border: 1px solid #D3D3D3;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

.section-heading__workwithus form .workwithus-input__textarea {
	background: #F9F9F9;
	color: #1A1A1A;
	margin-bottom: 10px;
	line-height: 1.5rem;
	padding:0.5rem 1rem;
	border: 1px solid #D3D3D3;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 133px;
    resize: none;
}

.workwithus__label, 
.workwithus__label_textarea{
	margin-bottom: 10px;
	text-align: left;
}
.workwithus__label label,
.workwithus__label_textarea label{
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color: #fff;
}

.workwithus__label label span{
	font-family: 'Titillium Web', sans-serif;
	color: #B41918;
	font-size: 1em;
}

.workwithus__label_textarea label span{
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-size: 1em;
}

.workwithus__form {
	width: 100%;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
    position: relative;
    text-align: -webkit-center;
}

.workwithus__topform,
.workwithus__middleform  {
	width: 100%;
	min-height: 65px;
}


.workwithus__topform .workwithus__innerform {
	width: 100%;
}

.workwithus__topform .workwithus__innerform:last-child {
	margin-right: 0;
}

.workwithus__bottomform {
	text-align: left;
}

/* temp our service*/

.circle__sm {
	display: none;
}

.circle__inner {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 0 20px;
	display: block;
}

.circle__row {
	display: flex;
	flex-wrap: wrap;
}

.circle__col {
	flex: 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	padding:15px;
	text-align: -webkit-center;
}

.circle_m1 {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	text-align: center;
}

.circle_color_1 {
	border: 2px solid #4782BC;
}
.circle_color_2 {
	border: 2px solid #43D1D2;
}
.circle_color_3 {
	border: 2px solid #7F65BC;
}

.circle_m1_header {
	position: relative;
	text-align: center;
	top: 20%;
}

.circle_m1_header h2{
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	margin:0;
}

.circle_m2_header {
	position: relative;
	text-align: center;
	top: 10px;
}

.circle_m2_header ul{
	margin:0;
	padding: 10px;
}

.circle_m2_header ul li{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	list-style: none;
	font-size: 18px;
	padding: 3px;
}

/*product page transition*/
.transition-fade {
  opacity: 1;
  transition: 500ms;
}

html.is-animating .transition-fade {
  opacity: 1;
}

html.is-leaving .transition-fade {
  opacity: 0;
}