* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 1000%;
  background-color: #353c47;
  margin: 0;
  padding: 0;
}

.row-1 {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  /* background-color: bisque; */
}

.context-1 {
  display: flex;
  /* position: static; */
  width: 1400px;
  height: 160px;
  margin: 0;
  padding: 0;
  background-color: #002147;
  color: #ffffff;
}

.col_1 {
  display: flex;
  width: 800px;
  margin: 0;
  padding: 0;
}

.logo {
  align-self: center;
  margin: 20px 30px;
}

.col11 {
  align-self: center;
  width: 600px;
}

/* Style Sheet from Sir's code */
.menu {
  display: flex;
  list-style: none;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  width: 620px;
  height: 40px;
  margin: 0;
  align-items: center;
  position: relative;
}

.menu li {
  color: lightslategrey;
  margin: 10px;
  display: block;

  border-bottom: 1px solid #002147;
}

.menu li a {
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
}

.menu>li a::after {
  content: "▲";
  /* margin-left: -8px; */
  font-size: .7rem;
}

.menu>li a:hover::after {
  content: "▼";
  /* margin-left: -8px; */
}

/* .menu li a:hover {} */

.submenu {
  position: absolute;
  width: 100%;
  padding: 4px;
  top: 100%;
  bottom: 0px;

  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .3);
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: .3s ease-in-out;
  padding: 6px;
  background-color: #ffffff;
}

.submenu {
  text-decoration: none;
  margin: 0;
  padding: 5px;
  list-style: none;

}

.menu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  height: 200px;
  width: 190px;

}

/* End here & col_2 search button colmn  */
.col_2 {
  display: flex;
  flex-direction: column;
  width: 560px;
  /* background-color:lightgoldenrodyellow; */
}

.col21 {
  display: flex;
  /* background-color: rgb(53, 141, 218); */
  align-self: flex-end;
  align-items: center;
  justify-content: right;
  width: 480px;
  height: 50px;
  margin: 21px 15px 15px 2px;
}

/* smenu=beside of search button menu */
.smenu {
  display: flex;
  align-items: center;
  background-color: #001833;
  width: 330px;
  height: 40px;
  margin: 0;
  padding: 0;


}

/* small menu style start */
.s-menu {
  display: flex;
  list-style: none;
  font-size: 14px;
  padding: 0px;
  margin: 0;

  align-items: center;
  position: relative;
}

.s-menu li {
  color: gray;
  margin: 5px;
}

.s-menu li a {
  padding: 8px;
  text-decoration: none;
  color: gray;
}

.s-menu li::after {
  content: "▲";
  margin-left: -9px;
  font-size: .7rem;

}

.s-menu li:hover::after {
  content: "▼";
  margin-left: -9px;
}

.s-menu li a:hover {}

.s-submenu {
  position: absolute;
  width: 100%;

  top: 100%;
  bottom: 0px;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .3);
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  transition: .3s ease-in-out;
  padding: 10px;
  background-color: #ffffff;
}

.s-menu li:hover .s-submenu {
  visibility: visible;
  opacity: 1;
  height: 350px;
  width: 350px;
}

/* End, here Search Button start */
.sr-bar {
  /* background-color: #f58d2c; */
  display: flex;
  align-items: center;
  width: 180px;
  height: 50px;
}

.search-container {
  display: flex;
  align-items: center;
  background-color: #DDD;
  height: 40px;
}

.search-container input[type="text"] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px 0 0 5px;
  width: 100%;
}

.search-container button {
  padding: 10px;
  background: #f8f8f8;
  border: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.search-container button img {
  width: 16px;
  height: 16px;
}

.col22 {
  /* background-color: rgb(195, 243, 21); */
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 50px;
  margin: 1px 15px 15px 2px;
}

.l4 {
  text-decoration: none;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 17px;
  margin: 8px 16px;
  color: #ffffff;
}

/* start 2nd Row */
.row-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* background-color: aquamarine; */
}

.context-2 {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 1400px;
  margin: 0;
  padding: 0;
  background-color: #002147;
}

.bpic {
  width: 1400px;
}

.col_2-1 {
  width: 1400px;
  /* Adjust to your image width */
}

.col_2-1 img {
  width: 100%;
  height: 100%;
}



/* Row: 3------------------------------- */
.row-3 {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  /* background-color: bisque; */
}

.context-3 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 1400px;
  margin: 0;
  padding: 0;
  background-color: #f3f1ec;
}

.col_3-1 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 1400px;
  margin: 0;
  padding: 0;
  /* background-color: #f3f1ec; */
}

.col_3-1ha {
  display: flex;
  align-items: baseline;
  padding: 30px 1px 2px 80px;
  width: 70%;
}
.col_3-1ancor{
color: blue;
font-size: 18px;
margin: 6px;
}

.col_3-1hb {
  display: flex;
  align-items: baseline;
  padding: 30px 1px 2px 100px;
  width: 30%;
}

.col_3-2 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 1400px;
  height: 400px;
  margin: 0;
  padding: 1px 40px;
  /* background-color: #f3f1ec; */
}

.col_3-2cona {
  width: 300px;
  height: 300px;
  padding: 5px;
}

.col_3-2conb {
  width: 300px;
  height: 300px;
  padding: 5px;
}

.col_3-2conc {
  width: 300px;
  height: 300px;
  padding: 5px;
}

.col_3-2cond {
  width: 300px;
  height: 300px;
  padding: 5px;
  /* background-color: rgb(238, 231, 226); */
}

/* Row:4--------------------------------------- */
.row-4 {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  /* background-color: rgb(255, 196, 209); */
}

.context-4 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 1400px;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0;
}

.col_4-1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 1400px;
  height: 420px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 2px 1px;

}

.col_4-1h {
  /* background-color: aqua; */
  width: 100%;
  margin: 1px 2px 1px 20px;
  padding: 10px;
}

.col_4-1c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1px 2px 1px 20px;
  padding: 1px 10px;
}

.col_4-2cona,
.col_4-2conb,
.col_4-2conc,
.col_4-2cond,
.col_4-2cone {
  width: 280px;
  height: 320px;
  margin: 1px 5px;
}

.h0 {
  margin-left: 5PX;
  font-size: 22px;
}

/* Row no 5 ------------------------------------ */
.row-5 {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  /* background-color: bisque; */
}

.context-5 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 1400px;
  background-color: #f3f1ec;
  margin: 0;
  padding: 0;
}

.col_5-1 {
  width: 100%;
}

.col_5-1h {
  width: 100%;
  margin: 0 0 0 4px;
  padding: 0 0 0 8px;
}

.col_5-1c {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pgds {
  width: 300px;
  height: 280px;
  margin: 0px 20px;
}

/* Row no 6 (Footer)---------------------------- */
.row-6 {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
}

.context-6 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 1400px;
  margin: 0;
  padding: 0;
  background-color: #002147;
}

.col_6-1 {
  display: flex;
  align-items: start;
  justify-content: left;
  width: 100%;
  height: 100px;


  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 16px;
}

.simg {
  margin: 12px 1px 1px 8px;
}

#hc {
  margin-right: 8px;
}

.col_6-2 {
  display: flex;
  width: 100%;
  height: 430px;
  /* background-color: #002147; */
}

.col_6-2info {
  width: 350px;
  height: 400px;
  margin: 0px 10px;
  padding-right: 16px;
  text-align: center;
  color: #ffffff;
}

.info_a,
li,
a {
  list-style: none;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  color: #e0e0e0;
}

#info-for {
  width: 350px;
  height: 400px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

#quicklist {
  text-align: left;
  margin: 0;
  padding: 0 0 0 85px;
}

.col_6-3 {
  width: 100%;
  height: 50px;
}

.fmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.fmenu li a {
  text-decoration: none;
  color: #e0e0e0;
  display: block;
  padding: 4px 10px;
}