@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700;1,800&family=Stylish&display=swap');

*{
 padding:0;
 margin:0;
}

section{
width:100%;
height: 100vh;
display: flex;
justify-content: space-around;
background-image: linear-gradient(to right, #8AD7E5 , #ECE865);
align-items: center;
}

section h1{
	margin-top: 50px;
}

section.sec1{
  background-image: url("../Images/Bg/bg1.jfif"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.C_circle, .Outer{
	height: 100%;
	width: 100%;
	background: #ffffff60;
	display: flex;
    justify-content: space-around;
	align-items: center;
}

.C_Message{
	height: 80%;
	width: 30%;
	background: #00539CFF;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	align-items: center;
}

.C_Message img{
	width: 250px;
	height: 250px;
	padding-bottom: 50px;	
}

section.sec1 #Head{
	margin: 50px;
}

section.sec1 #Head, section.sec2 #Head, section.sec5 #Head, section.sec6 #Head, section.sec7 #Head{
	color:  #00539CFF;
	padding: 50px;
	background: #FFD662FF;
	font-size: 1.3vw;
	line-height: 1em;
	text-align: center;
}

section.sec1 span{
 font-size: 1vw;
 color: #000;

}

.Services{
	width: 40%;
	height: 80%;
	background: #00539CFF;
}

section.sec2 #Head{
	padding: 20px;
	font-size: 3vw;
}

section.sec2 #List{
	color: #fff;
	font-size: 3vw;
	line-height: em;
}

section.sec2 span{
	color: #FFD662FF;
}

.Options{
	display: flex;
}

.OPT_C{
	width: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

 input[type=radio]{
    accent-color: #FFD662FF;
}

.S_Image{
	width: 40%;
	height: 80%;
	background: #00539CFF;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	background:  #00539CFF;
	color: #fff;
}

#S_image{
	width: 80%;
	height: 80%;
	border: 20px solid #FFD662FF;
}

section.sec3 img{
	width: 50%;
}

.Main_Page{
  width: 100%;
  Height: 100%;
}

.Half_section{
   width: 40%;
   height: 100%;
   background: #fff;
   display: flex;
   justify-content: space-around;
   background: #FFD662FF;
}

#HF1{
  border-radius: 0 50% 0;
}

#HF2{
  border-radius: 50% 0 50%;
}

.Message{
 margin-top: 10%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-around;
 width: 80%;
 height: 80%;
 background: #00539CFF;
 border: 5px solid #fff;
}

.tab{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#Description{
  color: #FFD662FF;
  font-size: 2em;
  text-align: center;
  border: 5px solid #fff;  
}

section.sec4 table td{
	padding: 20px;
	border: 3px solid #fff;  
}

section.sec3 #Head, section.sec4 #Head
{
	color: #fff;
	font-size: 3vw;
	line-height: 1em;
}		

#PM{
	background: #000;
	padding: 10px;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
	font-size: 1em;
}

section.sec3 span, section.sec4 span{
	color: #FFD662FF;
}


.Info_About{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 47%;
  margin-top: 50px;
  border-radius: 40px;
  height: 80%;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.5); 
  color: #fff;
  padding: 30px;
  text-align: justify;
  
}

.Info_About h2{
	font-size: 3em;
	padding: 50px 0 50px;
	text-align: center;
}

.Info_About h3{
	font-size: 1.5em;
	padding-bottom: 25px;
    color: #FFD662FF;
}

.Info_About p{
	font-size: 1em;
	padding-bottom: 15px;
}

.Outer, .inner{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	width: 80%;
	height: 80%; 
	padding: 50px;
	background: transparent;
	margin: 10px;
}

.inner{
	background: linear-gradient(to right, #FCFEE4 , #CDCDCD);
	flex-direction: row;
	border-radius: 30px;
	padding: 0;
}


.inner img{
	height: 100%;
}

.info{
	padding: 20px;
}

#members{
	font-size: 1.5em;
	font-weight: bold;
	text-align: justify;
}

.Mem{
 margin-left: 40px;
}

#pinfo, #pos{
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
}

#pos{
	font-size: 1em;
}


#next {
  border: transparent;
  background: transparent;
  color: #fff;
  font-size: 4em;
  
}


section.sec5 #Head, section.sec6 #Head, section.sec7 #Head{
	padding: 10px;
	margin-bottom: 30px;
	font-size: 3vw;
	border: 3px solid #00539CFF;
}

section.sec5 #Head{
	margin-top: 0;
}

section.sec6 {
  background-image: url("../Images/Bg/Scene3.jpg"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 flex-direction: column;	
 height: auto;
}

.map_sec{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 50px;
}
.map_inner h4{
    color: #000;
    text-align: center;
	width: 100%;
	font-family: 'Roboto Slab';font-size: 22px;
}

.map_bind{
   margin-top: 50px;
   overflow: hidden;
}


#contact1{
	min-height: auto;
	background: transparent;
	position: relative;
	width: 100%;
}
.contact-title{
	color: white;
}
.contact-content{
	text-align: center;
}
.content{
	padding: 80px 5% 80px 5%;
	margin: 0 auto;
	max-width: 60%;
	border-radius: 20px;
}
.content h1{
	text-align: center;
	font-weight: 500;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
	height: 50px;
	padding: 0px;
  margin-bottom: 15px;
	border: 0px;
	border-radius: 2px;
  font-size: 16px;
	text-indent: 12px;
	opacity: 0.80;
	font-weight: 400;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus{
	background: white;
	opacity: 1;
	outline: none;
}
textarea{
	height: 160px;
	padding-top: 12px;
	resize: none;
}
.submit{ 
  margin-top: 20px;
  width: 100%; 
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border-color: black; 
  font-size: initial;
  color: black; 
  font-weight: bolder;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 2px;
}
.submit:hover{
	background: #00539CFF; 
    color: #FFD662FF;
}
.boxShadow {
	-webkit-transition: all 250ms;
 	-moz-transition: all 250ms;
	transition: all 250ms;
 	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.boxShadow:hover, .boxShadow:focus {
	-webkit-transform: translateY(-5px);
 	-moz-transform: translateY(-5px);
 	transform: translateY(-5px);
 	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 }

 
.link{
	display:flex; 
	justify-content: space-between;
}


section.sec7 {
	height: auto;
	flex-direction: column;
}

    div.PTable{
	 width:100%; 
	 height:auto; 
	 overflow-Y: hidden; 
	 margin-bottom: 50px; 
	}

	#ProjectTable {
	 width: 2000px; 
	 text-align: left;
	 overflow: scroll;	 
	 border-collapse: collapse;
	} 
	
	
	#ProjectTable span{
		color: green;
		font-weight: bold;
	}
	
	#ProjectTable thead{
	 color: white; 
	 text-align:center;
	 font-size: 1.1em;
	 padding: 10px;
	}
	
	#ProjectTable thead tr{
	 background: #00539CFF;
	}
	
	#ProjectTable th{
	 width: 200px; 
	 height: 50px;
	}
	
	#ProjectTable tbody tr {
	 background:white;	
	 border-bottom:1px solid #ccc;
	}
	
	#ProjectTable td{
	 width: 200px;
     height: 60px;	 
	 font-size: .8em;
	 text-align: center;
	 padding:10px;
	}
	
	#ProjectTable tbody tr:nth-child(odd) {background: #f2f2f2;}
	
	#ProjectTable thead th:first-child { position:sticky; left:0; z-index:1; background:black; width:270px; padding:10px;}
	#ProjectTable td:nth-child(1) {box-shadow: 5px 0 3px -2px #ccc; width:250px; position: fixed; position: absolute; z-index: 1; background: inherit; padding: 10px; text-align: left; padding-left: 60px; font-weight: bold;}


@media only screen and (max-width:1500px){	
.Info_About h3{
	font-size: 1em;
}

.Info_About p{
	font-size: 0.8em;
	padding-bottom: 10px;
}

}

@media only screen and (max-width:1300px){	

.Outer, .inner{
	width: 90%;
	margin: 10px;
}

.inner img{
	height: 100%;
	width: 45%;
}

.tab, section.sec4 table td{
	padding: 20px; 
}

.Info_About{
	width: 50%;
    margin-top: 25px;
    border-radius: 20px;
    height: 90%;
	padding: 15px;
}


.Info_About h2{
	font-size: 1em;
	padding: 5px 0 5px;
	text-align: center;
}

.Info_About h3{
	display: none;
}

.Info_About p{
	font-size: 0.8em;
	padding-bottom: 5px;
}

}

@media only screen and (max-width:1000px){	

section.sec3, section.sec4, section.sec1, section.sec2{
  height: 25vh;
}


section.sec2 #List{
	font-size: 2.5vw;
}

section.sec5{
	height: 50vh;
}

.inner{
	flex-direction: column;
	padding: 30px;
}

.inner img{
	height: 50%;
	width: 30%;
}

.C_Message img{
	width: 150px;
	height: 150px;
	padding-bottom: 50px;
	padding-top: 50px;
}

section.sec1 #Head{
	padding: 20px;
	font-size: 1.3vw;
}


#S_image{
	border: 10px solid #FFD662FF;
}



.Mem{
 margin-left: 20px;
 width: 50px; 
}

#map{
	width: 500px;
}


#Description{
  font-size: 1em;
   
}



}