*{
	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;
	/* float: center; */
	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{
	position: absolute;
	cursor: pointer;
}

footer .howered_icon{
	width: 40px;
}

.howereable_icon {
	position: relative;
	cursor: pointer;
	transition: 300ms ease;
	
}

footer .howereable_icon{
	width: 40px;
}

.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;
}

.nav-submenu li{
	margin: 20px;
}

.nav-links li:hover .nav-submenu{
	display: block;
	position: absolute;
	background-color: #003b66;

}

.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;
}

/* homepage clases */
.top_img_home{
	background: url('../images/background_images/products.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{
	margin: 20px;
}

.cs-desc{
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sliding_imgs{
	margin: 0px auto 0px auto;
	background-color: red;
	height: 450px;
	width: 750px;
	
	overflow: hidden;
}

.slider_img{
	height: 450px;
	width: 750px;
	position: relative;
}

#slider_img_grap{
	top: -454px;
	transform: translateX(750px);
}

#slider_img_web{
	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;
}

/* product classes */
.img_black_overlay{
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.479);
}

.white_txt_in_overlay{
	color: white; padding: 50px; text-shadow: 0px 0px 10px black;
	text-align: center;
}

.top_img_products{
	background: url('../images/background_images/products.jpg') no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* programs */
.prog_bg_img_div{
	background: url('../images/background_images/programs.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.prog_prod_container{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
	
}

.prog_product{
	text-align: left;
	background-color: rgba(223, 234, 241, 0.541);
	height: 400px;
	width: 300px;
	margin: 20px;
	border-radius: 20px;
	padding: 20px;
	transition: 0.3s;
}

.prog_product:hover{
	cursor: pointer;
	height: 410px;
	width: 310px;
	padding: 23px;
	margin: 15px;
	background-color: rgb(202, 224, 238);
	border: 2px solid rgb(74, 143, 207);
}

.prod_logo_container{
	padding: 10px;
	text-align: center;
}

.prog_product table{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.prog_product table .right-col{
	width: 50px;
	text-align: right;
}

.prod_desc{
	background-color: rgb(228, 228, 228);
	margin: 10px;
	padding: 60px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
}

.prod_desc_specs{
	text-align: left;
}

.prod_desc_specs ul{
	margin: 20px;
}

.prod_repr_img{
	width:600px;
	margin: 20px;
}

.product-mini-desc{
	text-align: center;
	margin: 5px;
	font-size: 15px;
}

/* website */
.web_bg_img_div{
	background: url('../images/background_images/web.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.hud{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 300px;
	height: 600px;
}

.circle1{
	background: url('../images/products/web/hud/circle1.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}

.circle2{
	background: url('../images/products/web/hud/circle2.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}

.circle3{
	background: url('../images/products/web/hud/circle3.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}

.circle4{
	background: url('../images/products/web/hud/circle4.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}

.circle5{
	background: url('../images/products/web/hud/circle5.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}

.circle6{
	background: url('../images/products/web/hud/circle6.png');
	background-position: center;
	background-size: 95% 95%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	transition: 0.5s;
}




.circle2:hover{
	transform: rotate(-60deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.circle3:hover{
	transform: rotate(90deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.circle4:hover{
	transform: rotate(120deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.circle5:hover{
	transform: rotate(-90deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.circle6:hover{
	transform: rotate(-145deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.technology{
	text-align: center;
	padding: 10px;
	background-color:  rgba(223, 234, 241, 0.541);
	border-radius: 5px;
	position: absolute;
	width: 120px;
	height: 150px;
	transition: 0.5s;
}

.hud:hover .circle2{
	transform: rotate(-60deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.hud:hover .circle3{
	transform: rotate(90deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.hud:hover .circle4{
	transform: rotate(120deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.hud:hover .circle5{
	transform: rotate(-90deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.hud:hover .circle6{
	transform: rotate(-145deg);
	filter: saturate(8);
	filter: brightness(200%);
}

.hud:hover .technology{
	background-color:  rgba(223, 234, 241, 0.76);
}


#JS{
	transform: translate(90px, -440px);
}

#PHP{
	transform: translate(240px, -400px);
}

#CSS{
	transform: translate(330px, -225px);
}

#MySQL{
	transform: translate(240px, -50px);
}

#HTML{
	transform: translate(90px, -10px);
}

.langdesc{
	opacity: 0;
	padding: 10px;
}

/* graphic designing classes */
.grap_bg_img_div{
	background: url('../images/background_images/graph.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.grap_container{
	display: flex;
	flex-direction: row;
	justify-content:center;
	flex-flow: wrap;
}

.grap_img_div{
	width: 300px;
	margin: 20px;
}

.grap_name_div{
	margin: 20px;
	
	min-width: 300px;
	color: white;
	text-shadow: black 0px 0px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.grap_name_text{
	
	background-color: rgba(0, 0, 0, 0.466);
	padding: 20px;
	height: 60px;
	text-align: center;
	border-radius: 10px;
}

.grap_img{
	width: 300px;
	border-radius: 20px;
}

/* clients classes */
.top_img_clients{
	background: url('../images/background_images/clients.png') no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.clients_bg_img_div{
	margin: 100px 0px 100px 0px;
	padding: 50px;
	background: url('../images/background_images/clients_bg.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-flow: wrap;

}

.client_container{
	margin: 20px 0px 20px 0px;
	background-color:#003b66;
	width: 302px;
	height: 450px;
	text-align: center;
}

.client_name{
	color: white;
	padding: 15px;
	font-size: 20px;
}

.client_desc_para{
	color: rgb(195, 220, 224);
	padding: 10px;
	font-size: 13px;
}

.client_container table{
	color: rgb(195, 220, 224);
	font-size: 15px;
	font-family: 'Lato',
	sans-serif;
}

.client_container td{
	width: 120px;
}

.client_logo {
	position: relative;
	height: 30px;
	cursor: pointer;
	transition: 300ms ease;
	
}

.client_logo_hower {
	position: absolute;
	height: 30px;
	cursor: pointer;
	
}

.client_logo:hover{
	filter: opacity(0);
}



/* contact us classes */
.contact_us_link{
	text-decoration: none;
	padding: 10px;
	background-color:rgb(228, 228, 228);
	color: black;
	border-radius: 5px;
	margin: 5px;
	line-height: 3;
	text-shadow: 0px 0px 0px black;
}

.top_img_contactus{
	background: url('../images/background_images/contact_us.jpg') no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_content{
	padding-top: 20px;
}

main .howereable_icon{
	height: 60px;
}

main .howered_icon{
	height: 60px;
}

table{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



.left_td{
	text-align: right;
	width: 180px;
}

.center_td{
	text-align: center;
	width: 82px;
	padding-right: 0px;
	padding-left: 0px;
}

.contact_detail_div{
	padding: 10px 0px 10px 0px;
	display: none;
}

.contact_detail_div_element{
	padding: 3px;
	margin: auto;
}

.right_td{
	text-align: left;
	width: 180px;
}

.bar_td{
	width: 50px;
	padding-left: 10px;
}

.vertical_bar{
	margin: auto;
	height: 60px;
	width: 5px;
	background-color: #aaaaaab7;
	border-radius: 2px;
}


.cross .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}

.cross .line2{
	opacity: 0;
}

.cross .line3{
	transform: rotate(45deg) translate(-5px,-6px);
}


.creativesoft_name{
	width: 200px;
	margin-top: 15px;
}

.since{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}

.footer_icon{
	margin: 10px;
}

@keyframes navLinkFadeIn{
	from{
		opacity: 0;
		transform: translateX(-50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes rotateHud{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

@keyframes reverseHud{
	0%{
		transform: rotate(360deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

@keyframes antirotateHud{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(-360deg);
	}
}

@keyframes antireverseHud{
	0%{
		transform: rotate(-360deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

@keyframes moveJS{
	0%{
		transform: translate(90px, -440px);
	}
	100%{
		transform: translate(470px, -440px);
	}
}

@keyframes reverseJS{
	0%{
		transform: translate(470px, -440px);
		
	}
	100%{
		transform: translate(90px, -440px);
	}
}

@keyframes movePHP{
	0%{
		transform: translate(240px, -400px);
	}
	100%{
		transform: translate(470px, -440px);
	}
}

@keyframes reversePHP{
	0%{
		transform: translate(470px, -440px);
		
	}
	100%{
		transform: translate(240px, -400px);
	}
}

@keyframes moveCSS{
	0%{
		transform: translate(330px, -225px);
	}
	100%{
		transform: translate(470px, -440px);
	}
}

@keyframes reverseCSS{
	0%{
		transform: translate(470px, -440px);
		
	}
	100%{
		transform: translate(330px, -225px);
	}
}

@keyframes moveMySQL{
	0%{
		transform: translate(240px, -50px);
	}
	100%{
		transform: translate(470px, -440px);
	}
}

@keyframes reverseMySQL{
	0%{
		transform: translate(470px, -440px);
		
	}
	100%{
		transform: translate(240px, -50px);
	}
}

@keyframes moveHTML{
	0%{
		transform: translate(90px, -10px);
	}
	100%{
		transform: translate(470px, -440px);
	}
}

@keyframes reverseHTML{
	0%{
		transform: translate(470px, -440px);
		
	}
	100%{
		transform: translate(90px, -10px);
	}
}

@keyframes maximizeJS{
	0%{
		width: 120px;
		height: 150px;
		transform: translate(470px, -440px);
		background-color: rgba(223, 234, 241, 0.541);
	}
	100%{
		width:400px;
		height: 400px;
		transform: translate(470px, -440px);
		background-color: rgb(223, 234, 241);
	}
}

@keyframes minimizeJS{
	0%{
		width:400px;
		height: 400px;
		transform: translate(470px, -440px);
		background-color: rgb(223, 234, 241);
		
	}
	100%{
		width: 120px;
		height: 150px;
		transform: translate(470px, -440px);
		background-color: rgba(223, 234, 241, 0.541);
		
	}
}

@keyframes color_lang{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes hide_lang{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@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;
	}

	@keyframes maximizeJS{
		0%{
			width: 120px;
			height: 150px;	
			transform: translate(470px, -440px);
			background-color: rgba(223, 234, 241, 0.541);
		}
		100%{
			width: 280px;
			height: 520px;
			transform: translate(470px, -440px);
			background-color: rgb(223, 234, 241);
		}
	}

	@keyframes minimizeJS{
	0%{
		width: 280px;
		height: 520px;
		transform: translate(470px, -440px);
		background-color: rgb(223, 234, 241);
		
	}
	100%{
		width: 120px;
		height: 150px;		
		transform: translate(470px, -440px);
		background-color: rgba(223, 234, 241, 0.541);
		
	}
}

}

@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);
	}

	.top_img{
		background-position: 0px 72px;
	}

	.prod_main_desc{
		margin-left: 30px;
		margin-right: 30px;
	}

	.paragraph{
		margin: 30px 30px 30px 30px;
	}
	.prod_desc{
		width: 480px;
	}

	.prod_repr_img{
		width: 460px;
		transform: translateX(-70px);
	}

	.slider_img{
	height: 300px;
	width: 500px;
	}

	.sliding_imgs{
		height: 300px;
		width: 500px;
	}
	
	#slider_img_grap{
		top: -304px;
	}

	#slider_img_prog{
		top: -608px;
	}

	.creativesoft_name{
		width: 26vw;
	}

	.footer_icon{
		margin: 2px;
	}
	
	footer .howereable_icon{
		width: 6vw;
	}

	footer .howered_icon{
		width: 6vw;
	}

	.since{
		font-size: 2vw;
	}

/* contact us */
	.contact_detail_table{
		display: none;
	}

	.contact_detail_div{
		display: block;
	}
/* end contact us */

/* products */
/* end products */

	@keyframes antirotateHud{
		0%{
			transform: rotate(0deg);
		}
		100%{
			transform: rotate(360deg);
		}
	}

	@keyframes antireverseHud{
		0%{
			transform: rotate(360deg);
		}
		100%{
			transform: rotate(0deg);
		}
	}


	@keyframes moveJS{
		0%{
			transform: translate(90px, -440px);
		}
		20%{
			transform: translate(100px, -140px);
		}
		100%{
			transform: translate(100px, 300px);
		}
	}

	
	@keyframes reverseJS{
		0%{
			transform: translate(100px, 300px);
			
		}
		100%{
			transform: translate(90px, -440px);
		}
	}

	@keyframes movePHP{
		0%{
			transform: translate(240px, -400px);
		}
		20%{
			transform: translate(100px, -140px);
		}
		100%{
			transform: translate(100px, 300px);
		}
	}

	@keyframes reversePHP{
		0%{
			transform: translate(100px, 300px);
			
		}
		100%{
			transform: translate(240px, -400px);
		}
	}

	@keyframes moveCSS{
		0%{
			transform: translate(330px, -225px);
		}
		20%{
			transform: translate(100px, -140px);
		}
		100%{
			transform: translate(100px, 300px);
		}
	}

	@keyframes reverseCSS{
		0%{
			transform: translate(100px, 300px);
			
		}
		100%{
			transform: translate(330px, -225px);
		}
	}

	@keyframes moveMySQL{
		0%{
			transform: translate(240px, -50px);
		}
		20%{
			transform: translate(100px, -140px);
		}
		100%{
			transform: translate(100px, 300px);
		}
	}

	@keyframes reverseMySQL{
		0%{
			transform: translate(100px, 300px);
			
		}
		100%{
			transform: translate(240px, -50px);
		}
	}

	@keyframes moveHTML{
		0%{
			transform: translate(90px, -10px);
		}
		20%{
			transform: translate(100px, -140px);
		}
		100%{
			transform: translate(100px, 300px);
		}
	}

	@keyframes reverseHTML{
		0%{
			transform: translate(100px, 300px);
			
		}
		100%{
			transform: translate(90px, -10px);
		}
	}



	@keyframes maximizeJS{
		0%{
			width: 120px;
			height: 150px;	
			transform: translate(100px, 300px);
			background-color: rgba(223, 234, 241, 0.541);
		}
		100%{
			width: 280px;
			height: 520px;
			transform: translate(100px, 300px);
			background-color: rgb(223, 234, 241);
		}
	}

	@keyframes minimizeJS{
		0%{
			width: 280px;
			height: 520px;
			transform: translate(100px, 300px);
			background-color: rgb(223, 234, 241);
			
		}
		100%{
			width: 120px;
			height: 150px;		
			transform: translate(100px, 300px);
			background-color: rgba(223, 234, 241, 0.541);
			
		}
		
	}

	@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);
		}
	}


}