#header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;   /*This will affect blog-content and blog-left, u need to go and addjust their margin top*/
  top: 0;
  width: 80%;
  height: 70px; 
  padding: 8px 0;
  background-color: #125973;
  color: #fff;
}
#header, #footer{
  margin-right: auto;margin-left: auto;
}
#footer{
        width: 80%;
        height: 120px;
        margin-right:auto; margin-left:135px; 
        margin-top: -2px; 
        text-align:center;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        /* padding: 10px; */
        font-size: 10px;
        clear: both;
        background-color: #125973;
        color: #fff;
}
/* fixed position end */
#header .logo{
margin-top: -20px;
color: #fff;
}
#header .logo h3{
letter-spacing: 0px;
margin-bottom: 0;
color: #f04450;
}
span.eightelms-tutor{
  margin-left: 20px;
}
.logo .main-tit{
  color: #fff;
}
.logo .subtit{
margin-left: 10px;
letter-spacing: -1px;
}
#menu {
  /* display: block; */
  /* background-color: #000; */
  width: 500px;
  padding-left: 5px;
  padding-left: auto; 
  height: auto;
  margin-bottom: 5px;
  height: 60px;
  margin-right: 5px;
 }

#menu ul{
/* border: 1px solid #fff; */
list-style-type: none;
padding: 5px;
/*margin: 5px;*/
margin-top: 10px;
padding-right: 10px;
padding-left: 5px;
width: auto;
float: inline-end;
}
.fa-bars{
  display: none;
}
.fa-xmark{
  display: none;
}
/* .fa-solid{
  display: none;
} */
/* .fa-arrow-left, .fa-arrow-right{ I have moved this to style.css, since it only present on main page!
  display: block;
  text-decoration: none;
} */
#menu ul li{
    display: inline-block;
    width: 110px;
   text-align:center;
   margin-left: 5px;
   margin-top: 5px;
}
#menu ul li a{
    text-decoration: none;
    color: #fff;
  text-transform: uppercase;
  font-size: small;
}
    
.ftreMenu li{
  display: inline-block;
  list-style-type: none;
}
#footer .ftreMenu li a{color: #fafafa;text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
#footer .ftreMenu a:hover{
  background-color: #f04450;
}
.ftrtxt{
  margin-left: 35px;
  margin-top: -15px;
  margin-bottom: 10px;
  }
#footer .developer{
  margin-top: -5px;
  margin-left: 20px;
  font-size: 12px;
}
#footer .developer .owner{
  width: 50px;
  background-color: #125973;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 10px;
  margin-left: 10px;
 
}
#footer .developer .owner:hover{
  color:#fafafa;
  background-color: #f04450;
  overflow-x: hidden;
}
#footer .developer a{
  text-decoration: none;
  color:#fafafa;
}
.ftrcial{
  margin-top: -20px;
  margin-bottom: 10px;
}
.ftrcial a{
  color: #f04450;
}
#footer .ftrcial ul li{
  list-style-type: none;
  display: inline-block;
  margin: 10px;
}
#footer .ftrcial .fa-brands{
 font-size: 20px;
 /* background-color: #f04450; */
  border-radius: 50%;

}
@media only screen and (min-width:600px){
    
    /*-------Following are codes for fixed header for mobile----*/
    #header{
      display:block;
      position: fixed;
      top: 0;
      left: 0;
      width:100%;
      height: 70px;
      /* margin-left: auto;
      margin-right: auto; */
      z-index: 999;
    } 
    /*-------------Fixed header code END here-----------*/

    #header .logo{
      margin-left: 150px;margin-right: auto;
      /* margin-top: 20px; */
    }
    .logo img{
      margin-top: 20px;
    }
  #menu{
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0; 
  height: 100%;
  overflow:hidden;
	transition: 0.7s;  
  z-index: 100; 
  background-color: #125973;
 margin-bottom: 0;
 padding-left: 0;/*This will remove urgly trailling space leftward of the menu when
 it is close*/
}
#menu ul{
  /* position: absolute; */
  display: block;
  float: none;
  width: 30%;
  margin-top: 60px; 
  margin-left:150px;
  margin-right: auto;
  text-align: center;
  /*border: 10px solid red;*/        /*enable this and see the difference*/ 
  border-color: rgba(250, 250, 250, 0.4);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 10px;
  box-shadow: 0.5px 2px 4px 6px #fafafa;
}
#menu ul li{
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-right: auto;margin-left: auto;
  font-size: 30px; 
  /* width: 100%; */
  box-shadow: #f04450;
}
#menu ul li a{
  font-size: 12px;
}
.fa-solid{
  display: block;
  font-size: 25px;
  margin-left: 10px;
  text-decoration: none;
  opacity: .7; 
  color: #f04450; 
}
.fa-bars{
  display: block;
  color: #f04450;
  position: absolute;
  top: 10px;
  left: 20px;
  /* margin-left: auto; 
  margin-right: auto; */
}
#menu .fa-solid{
  color: #f04450;
  display: block;
}
ul .fa-xmark{
  display: block; 
  position: absolute; 
  right: 130px;
  top: 10px; 
  font-size: 30px; 
  /* width: 100%; */
  color: #f04450;
  
} 

#menu a{
  text-decoration: none;
}

/*--------- menu mobile content--------- */
.campaign{
  display: block;
  margin-top: 190px;
  width:350px;
  margin-left: 70px;
  margin-right: auto;
}
.campaign img{
  margin-left: 70px;
  margin-bottom: -10px;
}

/* .campaign p{
  text-shadow: #000;
  font-size: 12px;
  color:#fafafa;
  margin-left: 5px;
} */
/* .header-ftrcial td {
  margin-left: -10px;
} */
/* .fa-x-twitter, .fa-tikkot, .fa-instagram{
  margin-left: -10px;
} */
/* -------------menu mobile content end */

/*---------mobile footer content-----------*/
#footer{
  display:block;
  width:100%;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  /* margin-top: -20px; */
  /* margin-bottom: 10px; */
  text-align: justify;
  z-index: 900;
  clear: both;
}
#footer .ftreMenu{
margin-top: 40px;
margin-left: 70px;
}
#footer .ftreMenu li{
display: inline-block;
list-style-type: none;
}
#footer .ftreMenu li a{
font-size: 12px;
}
#footer .ftrcial{
  margin-left: 120px;
}
#footer .ftrcial .fa-brands{
  font-size: 15px;
}
.header-ftrcial table{
  width: 200px;
  height: 10px;
  margin: 10px 60px 10px 30px;
  border: none;
}
.header-ftrcial .fa-brands{
  font-size: 15px;
  color:#f04450; 
  margin-left: 5px;
  margin-right: 5px;
}
.menu-copyRight{
  font-size: 11px;
  margin-left: -15px;
}
#menu .copyRight p{
  text-shadow: #000;
  font-size: 12px;
  color:#fafafa;
  margin-left: 5px;
}
#menu .developer{
  width: 350px;
  margin-left: 50px;
  margin-top: 10px;
  font-size: 12px;
}
#menu .owner{
   color: #fff; 
  background-color: #125973;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 10px;
  margin-left: 5px;
}

#menu .developer .owner:hover{
background-color: #f04450;
color:#fafafa;
overflow-x: hidden;
}
.ftrtxt{
  width: 400px;
  margin-left: 100px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#footer .developer{
  display: block;
  width: 350px;
  margin-left: 150px;
  margin-top: -6px;
}
.developer{
  width: 140px;
  margin-left: 80px;
  margin-top: -10px;
  font-size: 11px;
 
} 
.developer a{
  /* width: 300px; */
  text-decoration: none;
  color: #fafafa;
  font-weight: 500;
}
#footer .owner{
width: 150px;
margin-left: -60px;
}
#footer .developer .owner:hover{
  color:#fafafa;
  background-color: #f04450;
  overflow-x: hidden;
}


}


