*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
	}

nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 8vh;
	font-family: 'Montserrat', sans-serif;
	background-color: #003b66;
}

main{
	min-height: calc(100vh - 72px - 80px);
	align-items: center;
	font-family: 'Montserrat', sans-serif;
}

footer{
	justify-content: space-around;
	align-items: center;
	min-height: 60px;
	font-family: 'Montserrat', sans-serif;
	display: flex;
	position: sticky;
	bottom: 0px;
	background-color: #003b66;
	color: rgb(231, 231, 231);
}

h2{
	color: white;
	text-align: center;
	font-size: 40px;
	text-shadow: 0px 0px 10px black;
}

h3{
	color: rgb(29, 87, 134);
	padding: 30px;
	font-size: 30px;
	text-align: center;
}

h4{
	text-align: center;
	font-size: 20px;
	margin: auto;
	padding: 10px;
}

h5{
	text-align: left;
	font-size: 15px;
	margin: 5px;
}

hr{
	margin: 30px auto 30px auto;
	width: 80%;
	border: none;
	height: 3px;
	background: gray;
}


.logo{
	padding: 10px;
	padding-left: 20px;
	color: rgb(231, 231, 231);
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
}

.logo_png {
	position: relative;
	height: 55px;
	cursor: pointer;
	transition: 300ms ease;
	
}

.logo_png_hower {
	position: absolute;
	height: 55px;
	cursor: pointer;
	
}

.logo_png:hover{
	filter: opacity(0);
}


.howered_icon{
	width: 40px;
	position: absolute;
	cursor: pointer;
}

.howereable_icon {
	width: 40px;
	position: relative;
	cursor: pointer;
	transition: 300ms ease;
	
}

.howereable_icon:hover{
	filter: opacity(0);
}

.nav-links{
	display: flex;
	justify-content: space-around;
	width: 40%;
}

.nav-links li{
	list-style: none;
}

.nav-links li :hover{
	color: rgb(112, 147, 194);
	transition: 300ms;
}

.nav-links a{
	color: rgb(231, 231, 231);
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 14px;
}

.nav-submenu{
	display: none;
	transform: translateY(90px);
}

.nav-submenu li{
	margin: 20px;
}

.nav-links li:hover .nav-submenu{
	display: block;
	position: absolute;
	background-color: #003b66;
}

.user-submenu{
	display: none;
	transform: translate(-30px, 90px);
}

.user-submenu li{
	margin: 20px;
}

.nav-links li:hover .user-submenu{
	display: block;
	position: absolute;
	background-color: #003b66;

}

.nav-link-level-1{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.burger{
	padding: 15px;
	display: none;
	cursor: pointer;
}

.burger div{
	width: 25px;
	height: 2px;
	background-color: rgb(231, 231, 231);
	margin: 6px;
	transition: all 0.3s;
}

.heading_BG{
	max-width: 960px;
	margin: 0 auto;
}

.top_img_container{
	background-size: 100%;
	height: 25vw;
	padding-top: 20px
}

.paragraph{
	text-align: center;
	margin: 30px 300px 30px 300px;
}

.user_icon{
	height: 40px;
	border-radius: 20px;
	/* position: absolute;
	transform: translate(-30px,-7px); */
}

.creativesoft_name{
	width: 200px;
	margin-top: 15px;
}

.since{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}

/* homepage clases */
.top_img_home{
	background: url('images/background_images/home_page_top.jpg') no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cs-desc-container{
	margin: 80px 0px 80px 0px;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}

.cs-img{
	width: 400px;
	max-width: 90vw;
	margin: 20px;
}

.cs-desc{
	padding: 20px;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sliding_imgs{
	margin: 0px auto 0px auto;
	height: 450px;
	width: 750px;
	
	overflow: hidden;
}

.slider_img{
	height: 450px;
	width: 750px;
	position: relative;
}

#slider_img_grap{
	top: -454px;
	transform: translateX(750px);
}

#slider_img_prog{
	top: -908px;
}

#slider_dot_1{
	background-color:  #22608d;
}

.slider_dots{
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
	width: 96px;
	margin: 16px auto 16px auto;
}
.slider_dot {
	border: 1px solid #22608d;
	background-color: #22608d00;
	margin: 8px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}

#offer_webs_desc{
	margin-top: -48px;
	opacity: 0;
}

#offer_grap_desc{
	margin-top: -48px;
	opacity: 0;
}

.cross .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.cross .line2{
	opacity: 0;
}

.cross .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}

.timeline-container{
	height: 550px;
}

.timeline{
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 3500px;
	padding: 250px 250px 250px 310px;
}

.timebar{
	width: 330px;
	height: 4px;
	background-color: rgb(25, 56, 97);
	margin: 20px 10px 20px 10px;
}

.milestones{
	height: 550px;
	overflow: hidden;
}

.milestone{
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background-color: gray;
	position: relative;
	margin: 10px;
}

.top_desc{
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 3500px;
	padding: 0px 200px 0px 150px;
}

.bot_desc{
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 3500px;
	padding: 0px 200px 0px 150px;
	transform: translateY(-250px);
}

.milestone_desc{
	height: 250px;
	max-width: 450px;
	width: 90vw;
	padding: 20px;
	display: flex;
}

.top_desc span{
	align-self: flex-end;
}

.journey_sliders{
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	top: -550px;
}

.slide_journey{
	height: 450px;
	width: 150px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.slide_icon{
	display: flex;
	flex-flow: row;
	justify-content: center;
	transform: translateY(-4px);
}

#slide_right_container{
	background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1));
}

#slide_left_container{
	background: linear-gradient(to left, rgba(255,0,0,0), rgba(255,255,255,1));
}

.slide_journey:hover .howereable_icon{
	opacity: 0;
}

.date{
	font-family: 'Roboto Slab', serif;
	margin: 0px auto 0px auto;
	letter-spacing: 10px;
	color: rgb(74, 131, 196);
}

.milestone_desc_para{
	text-align: justify;
	color: #818181;
}

@keyframes navLinkFadeIn{
	from{
		opacity: 0;
		transform: translateX(-50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes show_text{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes hide_text{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes right_in{
	0%{
		transform: translateX(750px);
	}
	100%{
		transform: translateX(0px);
	}
}

@keyframes left_out{
	0%{
		transform: translateX(0px);
	}
	100%{
		transform: translateX(-750px);
	}
}

@keyframes left_in{
	0%{
		transform: translateX(-750px);
	}
	100%{
		transform: translateX(0px);
	}
}

@keyframes right_out{
	0%{
		transform: translateX(0px);
	}
	100%{
		transform: translateX(750px);
	}
}

@keyframes blink{
	0%{
		background-color: #22608d00;
	}100%{
		background-color: #22608d;
	}
}

@keyframes off{
	0%{
		background-color: #22608d;
	}100%{
		background-color: #22608d00;
	}
}

@media screen and (max-width:1024px){
	.nav-links{
		width: 60%;
	}

	.prod_main_desc{
		margin-left: 150px;
		margin-right: 150px;
	}

	.paragraph{
		margin: 30px 150px 30px 150px;
	}


}

@media screen and (max-width:768px){

	.nav-links{
		position: absolute;
		left: 0px;
		height: 75vh;
		top: 60px;
		background-color: #003b66;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 35%;
		transform: translateX(-100%) translateY(20px);
		transition: transform 0.5s ease;
	}
	
	.nav-link-level-1{
		opacity: 0%;
	}

	.burger{
		display: block;
	}

	.nav-active{
		transform: translateX(0%) translateY(20px);
	}

	.nav-submenu{
		width: 250px;
		text-align: right;
		transform: translateX(90px) translateY(-40px);
	}

	.user-submenu{
		width: 250px;
		text-align: right;
		transform: translateX(90px) translateY(-40px);
	}

	.top_img{
		background-position: 0px 72px;
	}

	.paragraph{
		margin: 30px 30px 30px 30px;
	}

	
	.slider_img{
	height: 60vw;
	width: 100vw;
	}

	.sliding_imgs{
		height: 60vw;
		width: 100vw;
	}
	
	#slider_img_grap{
		top: -304px;
	}

	#slider_img_prog{
		top: -608px;
	}

	#slide_right_container{
		background: rgba(255, 255, 255, 0);
		width: 90px;
	}

		#slide_left_container{
		background: rgba(255, 255, 255, 0);
		width: 90px;
	}

	.timeline{
		padding: 250px 220px 250px 220px;
	}

	.timebar {
		max-width: 400px;
		width: calc(90vw - 74px);
	}

	.top_desc{
		padding: 0px 20px 0px 20px;
	}

	.bot_desc{
		padding: 0px 20px 0px 20px;
	}

	.creativesoft_name{
		width: 26vw;
	}

	.footer_icon{
		margin: 2px;
	}
	
	footer .howereable_icon{
		width: 6vw;
	}

	footer .howered_icon{
		width: 6vw;
	}

	.since{
		font-size: 2vw;
	}

	@keyframes right_in{
		0%{
			transform: translateX(500px);
		}
		100%{
			transform: translateX(0px);
		}
	}

	@keyframes left_out{
		0%{
			transform: translateX(0px);
		}
		100%{
			transform: translateX(-500px);
		}
	}

	@keyframes left_in{
		0%{
			transform: translateX(-500px);
		}
		100%{
			transform: translateX(0px);
		}
	}

	@keyframes right_out{
		0%{
			transform: translateX(0px);
		}
		100%{
			transform: translateX(500px);
		}
	}


}