@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;700&display=swap');
@font-face {
    font-family: 'Eurostar-Regular-Extended';
    src:url('../fonts/Eurostar-Regular-Extended.ttf.woff') format('woff'),
        url('../fonts/Eurostar-Regular-Extended.ttf.svg#Eurostar-Regular-Extended') format('svg'),
        url('../fonts/Eurostar-Regular-Extended.ttf.eot'),
        url('../fonts/Eurostar-Regular-Extended.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.hidden{
     opacity:0;
}

.visible{
     opacity:1;
}

body {
	margin: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
	max-width: 1400px;
}

.container-max	{
	max-width: 1400px;
	margin: 0 auto;
}

/* Navigation */


.navbar {
	/* position: absolute; */
	/* border: 1px solid red; */
	/* right: 0; */
	/* width: 100%; */
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	background: #00a8e0;
	font-weight: 400;
	padding: 0px;
	position: fixed;
	width: 100%;
	z-index: 100;
	text-align: center;
}

.navbar-brand {
	padding-left: 15px;
}

.navbar-brand img {
	height: 25px;
	width: auto;
}

/*
.nav {
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	background: #00a8e0;
	font-weight: 400;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}
*/

.navbar a:link 	{
	color: #fff;
}

.navbar a:visited 	{
	color: #fff;
}

.navbar a:hover 	{
	color: #98e5ff;
}

.navbar-nav li {
	padding: 0 20px;
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: #00a8e0;
	/* opacity: 1; */
	/* line-height: 5px; */
	
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/burger.png');
	width: 18px;
	height: 12px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	opacity: 1;
}



.collapse {
	/* padding: 10px 0; */
}

.readmore {
	/* padding-bottom: 20px; */
	background: #bbb;
	width: 95px;
	margin: 20px auto;
	padding: 2px;
	text-align: center;
}

.readmore a:link {
	border: none;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.readmore a:visited {
	color: #fff;
}

.readmore a:hover {
	text-decoration: underline;
}



#section_home {
	background: url(../images/bg-home.jpg) no-repeat center fixed;
}

.logo {
	text-align: center;
	height: auto;
}

h1 {
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	letter-spacing: 7px;
	padding-bottom: 20px;
	font-size: 50px;
}

p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	padding: 10px 0;
}

span {
	font-family: 'Eurostar-Regular-Extended';
	font-size: 15px;
	letter-spacing: 2px;
}

#your_hr {
	background: url(../images/bg-your-hr.jpg) no-repeat top fixed;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}

#your_hr a:link {
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

#your_hr a:visited {
	color: #fff;
}

#your_hr a:hover {
	color: #fff;
}

#services {
	background: url(../images/bg-services.jpg) no-repeat bottom #fff;
	/* background-position: 0 500px; */
	padding: 100px 0;
	color: #666;
	overflow: hidden;
}

#services .bg-top {
	background: url(../images/bg-services-top.jpg) no-repeat;
	width: 640px;
	height: 330px;
	position: absolute;
	margin-top: -100px;
	right: 0;
}

#services .title {
	font-family: 'Rajdhani', sans-serif;
	color: #00a8e0;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
}

#services .shout {
	font-family: 'Rajdhani', sans-serif;
	color: #666;
	font-size: 30px;
	padding: 30px 0;
	line-height: 35px;
	width: 70%;
}

#services .list {
	margin-top: 215px;
}

#services ul {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #00a8e0;
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#services .service {
	padding: 120px 0;
	z-index: 1;
}

#services .div-left {
	background: url(../images/div-left.png) no-repeat left;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0;
}

#services .puzzle {
	width: 420px;
	height: 300px;
	/* height: 480px; */
	overflow: hidden;
	position: absolute;
	right: 50px;
	margin-top: -200px;
	z-index: 2;
	cursor: pointer;
	transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
	/* border: 3px red solid; */
}

/*
#services .puzzle .hide {
	opacity: 0;
}
*/

.ans {
	position: absolute;
	opacity:0;
}

.show.ans {
	opacity:1;
	width: 100%;
	height: 100%;
	z-index:1000;
}


#services .div-right {
	background: url(../images/div-right.png) no-repeat right;
	height: 20px;
	width: 100%;
	position: absolute;
	right: 0;
	
}

#products {
	background: url(../images/bg-products.jpg) no-repeat top fixed;
	background-size: cover;
	padding-top: 100px;
	/* padding: 60px 0; */
	color: #fff;
}

#products a:link {
	color: #00a8e0;
}

#products a:visited {
	color: #00a8e0;
}

#products a:hover {
	color: #00a8e0;
}

#products .cubes {
	/* margin-top: -90px; */
}


#csr {
	background: url(../images/bg-csr.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 150px 0;
	color: #fff;
}

#about {
	background: url(../images/bg-about.jpg) no-repeat top right;
	padding: 130px 0;
	color: #666;
}

#about h1 {
	color: #333;
}

#about .shout p  {
	font-family: 'Rajdhani', sans-serif;
	color: #00a8e0;
	font-size: 36px;
	line-height: 48px;
}

#about .shout span  {
	font-family: 'Eurostar-Regular-Extended';
	letter-spacing: 2px;
	color: #00a8e0;
	font-size: 36px;
}

#about button {
	background: none;
	border: none;
	font-family: 'Rajdhani', sans-serif;
	color: #00a8e0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
}


#founders {
	background: url(../images/bg-team.jpg) no-repeat top center fixed;
	background-size: cover;
	padding: 100px 0;
	min-height: 1000px;
}

#founders .person {
	font-family: 'Rajdhani', sans-serif;
	color: #666;
	font-size: 36px;
	line-height: 26px;
	padding-top: 30px;

}

#founders .position {
	/* font-family: 'Rajdhani', sans-serif; */
	/* line-height: 26px; */
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#founders .members {
	padding-top: 100px;
	font-family: 'Rajdhani', sans-serif;
	color: #666;
	font-weight: 700;
	font-size: 18px;
}

#founders .members ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#founders .shout {
	font-family: 'Rajdhani', sans-serif;
	color: #00a8e0;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}

#founders .tabcontent {
	display: none;
	animation: fadeEffect 1s;
}

#founders .tablinks {
	cursor: pointer;
}

#founders .active {
	color: #00a8e0;
}




#team {
	/* background: url(../images/bg-team.jpg) no-repeat top center fixed; */
	/* background-size: cover; */
	padding: 100px 0;
	min-height: 1000px;
}

#team .person {
	font-family: 'Rajdhani', sans-serif;
	color: #666;
	font-size: 36px;
	line-height: 26px;
	/* padding-bottom: 40px; */
}

#team .position {
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

#team .members {
	padding-top: 100px;
	font-family: 'Rajdhani', sans-serif;
	color: #666;
	font-weight: 700;
	font-size: 18px;
}

#team .members ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#team .shout {
	font-family: 'Rajdhani', sans-serif;
	color: #00a8e0;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 20px;
}

#team .tabcontent {
	display: none;
	animation: fadeEffect 1s;
}

#team .tablinks {
	cursor: pointer;
}

#team .active {
	color: #00a8e0;
}


#team #member7 {
	display: block;
}


footer {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

footer a:link {
	color: #00a8e0;
}

footer img {
	padding-right: 10px;
}

.yellow	{border: 1px solid yellow}
.red	{border: 1px solid red}
.blue	{border: 1px solid blue}
.pink	{border: 1px solid pink}
.green	{border: 1px solid green}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 101;
  /* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}




@media (max-width: 991px)	{
	#services .list {
		margin-top: 350px;
	}
}


@media (max-width: 848px)	{
	.nav {
		font-size: 16px;
	}
	.nav .nav-link {
		padding-right: 18px;
	}	
}


@media (max-width: 767px)	{
	.nav li {
		width: 100%;
		text-align: center;
		/* border: 1px solid red; */
	}
	#about {
		background-position: 100% -300px;
		padding-bottom: 50px;
	}
	#team {
		padding: 20px;
	}
	#services .shout {
		margin: 0 auto;
		width: 100%;
	}
	#services .list {
		margin-top: 0;
	}
	#services .bg-top {
		left: -350px;
		opacity: 0.6;
	}
	#services .div-left {
		background-position: -500px 0;
	}
	#services .div-right {
		background-position: 100px 0;
	}
}

@media (max-width: 575px)	{
	.navbar {
		padding: 10px;
	}
	#your_hr {
		background-attachment:scroll;
	}
	#products {
		background-attachment:scroll;
	}
	#csr {
		background-attachment:scroll;
	}
	#founders {
		background-attachment:scroll;
	}
	#team {
		background-attachment:scroll;
	}
}


@media (max-width: 375px)	{
	h1 {
		font-size: 35px;
	}
}








