*{
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header and NAV BAR customization */
.header{
	min-height: 40vh;
	width: 100%;
	/* background-image: linear-gradient(to bottom right, rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/banner.jpg); */
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 88%);
	background-position: center;
	background-size: cover;
	position: relative; 
	border-bottom-left-radius: 100% 35%;
	border-bottom-right-radius: 100% 35%;
}
.header-other-sections{
	min-height: 35vh;
	width: 100%;
	/*background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.3)),url(images/banner.jpg);*/
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 88%);
	background-position: center;
	background-size: cover;
	position: relative; 
	/*
	border-bottom-left-radius: 100% 35%;
	border-bottom-right-radius: 100% 35%;
	*/
}
.nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	transition: background-color 0.4s ease-in-out;
}

/*#webLogo{
	width: 150px;
}*/

.webLogo {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.webLogo:hover, .webLogo:focus {
  text-decoration: none;
}


.navbar-nav .nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 84px;
  padding-top: 0;
  padding-bottom: 0;
}
	
nav img{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 44px;
	display: block;
	max-width: 100%;
	width: auto;
}

.nav-links{
	flex-basis: 1;
	text-align: center;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}
.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #999999;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li#webLogo::after{
	content: none;
}
.nav-links ul li:hover::after{
	width: 100%;
}


/*---------------------------------------------------- Footer Common for every page -----------------------------------------------*/

.foot
{
    background-color: #797978;
    min-height: 100px;
    color: #fff;
}
.foot p
{
    padding-top: 10px;
    padding-left: 10px;
}


/*--------------------------------------------------------------- HOME PAGE--------------------------------------------------------------*/


/*----------Promo Erea (brand, slogan, buttons)--------------*/
.promo-box{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.promo-box h1{
	font-size: 62px;
}
.promo-box p{
	margin: 10px 0 40px;
	font-size: 18px;
	color: #fff;	
}


.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #000000;
    	background-color: #FFFFFF;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
   	 border-radius: 6px;
}

.guide-btn{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
    background: transparent;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
    border-radius: 6px;
}
.guide-btn:hover{
    color: #000000;	
    border: 1px solid #FFFFFF;
	background: #FFFFFF;
	transition: 1s;
}
nav .fa{
	display: none;
}
@media(max-width: 700px){
	.text-box h1{
		font-size: 20px;
}
.nav-links ul li{
	display: block;
}
.nav-links{
	position: absolute;
	background: #f44336;
	height: 100vh;
	width: 200px;
	top: 0;
	right: -200px;
	text-align: left;
	z-index: 2;
	transition: 1s;
}
.nav .fa{
	display: block;
	color: #fff;
	margin: 10px;
	font-size: 22px;
	cursor: pointer;
}
.nav-links ul{
	padding: 30px;
}
}	

/*----- why ----*/
.why{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 0px;
}
h1{
	font-size: 36px;
	font-weight: 600;
}
.why-col p{
	padding-top: 20px;
	text-align: justify;
 	text-justify: inter-word;
}
.why-row{
	margin-top: 5%; 
	display: flex;
	justify-content: space-between;
}

.why-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: auto;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}




/*--------Advantages of our work----------*/

.advantage{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom:7%
}

.advantage-col{
	flex-basis: 31%;
	background: #F4F4F4;
	border-radius: 8px;
	margin-bottom: 0%;
	padding: 20px 20px;
	box-sizing: border-box;
	transition: 0.5s;
}
.advantage-col2{
	flex-basis: 31%;
	background: #F0F0F0;
	border-radius: 8px;
	margin-bottom: auto;
	padding: 20px 20px;
	box-sizing: border-box;
	transition: 0.5s;
}
.advantage-col p{
	text-align: center;
	font-weight: 1;
	margin: 10px 0;
	text-align: justify;
 	text-justify: inter-word;
	color: #404040;
}
.advantage-col2 p{
	text-align: center;
	font-weight: 1;
	margin: 10px 0;
	text-align: justify;
 	text-justify: inter-word;
	color: #404040;
}
.advantage-col h3{
	text-align: center;
	font-weight: 400;
	margin: 10px 0;
	font-size: 28px;
	color: #363636;
}
.advantage-col2 h3{
	text-align: center;
	font-weight: 400;
	margin: 10px 0;
	font-size: 28px;
	color: #363636;
}
.advantage-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.advantage-col2:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}


.easy{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 88%);
}
.easy h1{
	color: #FFFFFF;
	;
}
.easy h3{
	color: #FFFFFF;

}
.easy p{
	color: #FFFFFF;

}

.space{
	padding: 5%;
}

/*--------------------------------------------------------------- DOWNLOAD PAGE--------------------------------------------------------------*/

.promo-box-download{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.promo-box-download p{
	margin: 10px 0 40px;
	font-size: 18px;
	color: #000000;	
}
.hero-btn2{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	background: #2A7B9B;
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 88%);
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
        border-radius: 3 px;
}
.program-list{
	width: 90%;
	color: #fff;
	position: relative;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}


/*--------------------------------------------------------------- PROJECT PAGE--------------------------------------------------------------*/


.project-list{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

.project1{
	flex-basis: 31%;
	background: #F0F0F0;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: 0.5s;
}
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	font-size: 28px;
	color: #363636;
}
.popup:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}


/*--------------------------------------------------------------- ABOUT US PAGE--------------------------------------------------------------*/

#about-table{
	font-family: Arial, Helvetica, sans-serif;
 	border-collapse: collapse;
	width: 70%;
	margin-left: auto;
  	margin-right: auto;
}

#about-table td, #about-table th {
	border: 1px solid #ddd;
	padding: 8px;
}

#about-table tr:nth-child(even){background-color: #f2f2f2;}

#about-table tr:hover {background-color: #ddd;}

#about-table th {
 	padding-top: 12px;
 	padding-bottom: 12px;
  	text-align: left;
	background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 88%);
  	color: white;
}

#about-text{
	text-align: center;
	font-weight: 1;
	margin: 30px 0;
	text-align: justify;
 	text-justify: inter-word;
	color: #000000;
	padding: 120px 120px;
}



/*--------------------------------------------------------------- LINKS PAGE--------------------------------------------------------------*/








@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}


