*{
  margin: 0;
  padding: 0;
}

.HD{
	height: 150px;
	width: 100%;
}
.logo {
	color: #474BCA;
}
.h3_col {
	color: #3E4141;
}
.com h3{
	padding-top: 13px;
}
.col_fa{
	color: #474BCA;
}
.com{
	
	padding-top: 35px;
	margin-left: 55px;
	margin-right: 55px;
}




header {
    margin-bottom: 50px;

}
.topcont{
	display: flex;
	justify-content: flex-end;
	padding-top: 12px;
}
.topnav {
  overflow: hidden;
 background:white;
 margin-top: 30px;
 margin-left: 40px;
 margin-right: 40px;

}

.topnav a {

  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a :hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}







a{
	color: black;
	text-decoration: none;
}


.cont1{
	margin: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .topcont{
	flex-direction: column;
	justify-content: flex-end;
	}
  .cont1{
  grid-template-columns: 1fr;
  }
 }


.txt{
 padding-top: 100px;
 border-radius: 10px; 
 border-style: none none solid none ;
 border-color: #FFD700;
}
.imgg img{
	height: 350px;
	width: 350px;
}
.imgg{
	height: 350px;
	width: 350px;
}
.zag1{
	color: #FFD700;
}
.zag2{
	color: blue;
}
.txt1{
 padding-top: 100px;
 border-radius: 10px; 
 border-style: none none solid none ;
 border-color: blue;
}

.txt2{
	color: #999D9D;
	padding-top: 10px;
}
.zag_col1{
	color: #999D9D;
	margin-top: 30px;
}
.col_pr{
	color: #282A2A;
}





.HD_bot{
	height: 370px;
	width: 100%;
	background-color: #7115C1;
	
}
.com_bot{
	
}

.logo_f{
color: white;

}
.h3_col2 a{
	color: white;
}
.col_fafa{
	color: white;
}
.h_bot1{
	color: white;
}
.h_bot2{
	color: white;
}

.fotnav{
display: flex;
justify-content: center;
align-items: center;
}
.fotnav h3{
padding: 15px 20px;
}
.fotnav h4{
padding: 15px 20px;
}
.fotnavh1{
padding-top: 70px;
padding-bottom: 20px;
}