*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Raleway", sans-serif;
}
.topNav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgb(59, 59, 152);
    padding: 15px;
}
.navEmail a{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.hero1{
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.466) 0%, rgba(0, 0, 0, 0.678) 100%), url("../imgs/george.jpg");
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}
.hero1 h1 {
    font-size: 50px;
    font-weight: 400;
    color: #eee;
}
.navtop{
    display: flex;
    align-items: center;
    padding: 0 80px;
}
.navtop a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
.nlink{
    margin-left: 5px;
}
.hero1 h1 {
    color:#fff;
    font-weight: 600;
}
.mainBodyBox{
    background-color: #eee;
    display: flex;
    justify-content: space-between;
}
.readMoreText{
    color: rgb(59, 59, 152);
    font-weight: 700;
    cursor: pointer;
}
.hmainBox{
    border-bottom: 1px solid #e6e3e3;
}
.hmainBox p{
    margin: 14px 0;
}
.hmainBox h1 {
    font-weight: 500;
    font-size: 40px;
    margin: 10px 0;
}
.mInter{
    font-weight: 600;
    text-transform:inherit;
    color: rgb(59, 59, 152);
    text-decoration: none;
}
.heroTextBox{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
}
.heroTextBox{
    text-align: center;
}
.heroTextBox p{
    color: #eee;
    font-weight: 500;
    margin: 12px 0;

}
.heroTextBox a{
    display: inline-block;
    background-color: rgb(59, 59, 152);
    color: #fff;
    font-family: inherit;
    padding: 20px 50px;
    border: none;
    font-size: 15px;
    border-radius: 3px;
    text-decoration: none;
}
.empText2{
    font-weight: 700;
    color: #7a7777;
}
.AlumSpot{
    margin: 20px 0;
}
.AlumSpot h3{
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    color: rgb(59, 59, 152);
    font-weight: 700;
    border-bottom: 2px solid rgb(59, 59, 152);
    padding-bottom: 10px;
}
.infoLight p{
    font-weight: 500;
    color: #615d5d;
    font-size: 19px;
    margin: 20px 0;
    line-height: 27px;
}
.infoLigght2 p {
    color: rgb(59, 59, 152);
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
}
.linkIn{
    color: rgb(59, 59, 152);
    font-weight: 600;
    text-decoration: none;
}
.infoSideBody{
    width: 95%;
    margin-right: 30px;
    padding: 30px 50px;
}
.relatedInfoBox{
    width: 20%;
    background-color: #fff;
    padding: 15px 0;
    padding-top: 25px;
}
.readBoxForm{
    background-color: rgb(59, 59, 152);
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
}
.docBox{
    padding: 50px 10px;
}
.imgBox img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.nameBox h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}
.nameBox p{
    font-weight: 600;
    color: #575454;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0;
    line-height: 20px;
}
.linkBox  a{
    color: #0C5F38;
    font-weight: 500;
    text-decoration: none;
}
.linkBox img {
    display: inline-block;
    margin-left: 10px;
}
.docBox{
    border-bottom: 1px solid #ccc;
}
.foot1box{
    display: flex;
    justify-content: space-between;
    background-color: #1E1F1F;
    padding: 40px 95px;
}
.mainBox{
    margin-right: 100px;
}
.mainBox p{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
.netBox{
    margin: 2px 0;
}
.netBox a{
    color: rgb(108, 108, 224);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}
.netBox a:hover{
    text-decoration: underline;
}
.mainSearch{
    width: 40%;
}
.inpSearchInp input{
    width: 100%;
    background-color: rgb(53,54,54);
    border: none;
    padding: 15px;
    font-family: inherit;
    font-size: 16px;
    color: #ccc;

}
.inpSearchInp input:focus{
    border: none;
    outline: none;
}
.mainSearch p{
    font-size: 10px;
    color: #fff;
    margin: 20px 0;
}
.inpSearchInp{
    display: flex;
}
.inpSearchInp img {
    display: block;
    transform: translate(-50px, 5px);
}
.mygalleryBox{
    display: flex;
}
.galleryBox img {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    object-fit: cover;
}
.galleryBox {
    margin-right: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.modalBox{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000063;
    width: 100%;
    height: 100vh;
}
.modalContent{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 60%;
    padding: 20px 15px;
    border-radius: 5px;
}
.modalContent h3 {
    font-size: 18px;
    color: #8a8686;
    margin: 20px 0;
}
.imgMain img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: contain;
}
.hide{
    display: none;
}
/* .foot1box{
    text-align: center;
} */
.foot1box p{
    color: #eee;
    /* text-align: center; */
}
table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
  background-color: #f6f6f6;
  width: 100%;
}
td, th {
  border: 1px solid #999;
  padding: 20px;
}
th {
  background: transparent;
  color: #000;
  border-radius: 0;
  position: sticky;
  top: 0;
  padding: 10px;
}
.primary{
  background-color: transparent
}

tfoot > tr  {
  background: black;
  color: white;
}
/* tbody > tr:hover {
  background-color: #ffc107;
} */
.tableBox{
    margin: 30px 0;
    overflow-x: auto;
}
 .img2Box img {
    display: block;
    width: 100%;
       
}

.headLogBox, .headLogBox2{
    background-color: #0c5f38;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.logFormBox {
    width: 35%;
    margin: 30px auto;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inpFormBox{
    margin: 15px 0;
}
.inpFormBox label{
    display: block;
    font-weight: 600;
    margin: 5px 0;
}
.inpFormBox input{
    width: 100%;
    padding: 15px 10px;
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.inpFormBox button{
    width: 100%;
    padding: 15px;
    background-color: #3d9369;
    font-family: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
}
.headLogBox2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btnSign1 button{
    font-family: inherit;
    background-color: #fff;
    border: none;
    padding: 10px 15px;
    color: #0c5f38;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
}
.errorBox{
    text-align: center;
}
.errorBox span{
    color: rgb(190, 11, 11);
    font-weight: 600;
}
.hide{
    display: none;
}
@media screen and (max-width: 800px){
    .infoSideBody{
        padding: 80px 10px;
    }
    .modalContent{
        width: 95%;
    }
    .hero1 h1{
        font-size: 30px;
    }
    .navtop{
         padding: 0 0;
    }
    .heroTextBox{
        width: 85%;
    }
    .logFormBox{
        width: 80%;
    }
}

@media screen and (max-width: 600px){
     .infoSideBody{
         margin-right: 0;
         padding: 15px;
     }
     .mainBodyBox{
        display: block;
     }
     .infoSideBody{
        width: 100%;
     }
     .relatedInfoBox{
        width: 100%;
     }
     .foot1box{
        display: block;
        padding: 80px 20px;
        
     }
     .mainBox {
        margin-right: 0;
        margin: 20px 0;
    }
    .mainSearch{
        width: 100%;
    }
    .hero1{
        width: 100%;
    }
    .hero2{
        display: none;
    }
    .infoLight p{
        font-size: 15px;
        line-height: 22px;
    }
    .infoLigght2 p{
        font-size: 15px;
        line-height: 22px;
    }
    .navbox1{
        display: none;
    }
    .navtop{
        justify-content: left;
    }
    .hero1 {
        height: 60vh;
    }
    .galleryBox img{
        width: 60px;
        height: 60px;
    }
    .hmainBox h1 {
        font-size: 25px;
    }
    .mInter{
        font-size: 14px;
    }
    .imgMain img{
        height: auto;
        object-fit: unset;
    }
    .foot1box p{
        font-size: 15px;
    }
    .empText2 {
        font-size: 14px;
    }
    .img2Box img {
        display: block;
    }
   .heroTextBox a{
    padding: 14px 30px;
    font-size: 13px;
   }
   .topNav {
    padding: 15px 10px;
   }
   .navEmail a{
    font-size: 12px;
   }
    table{
        font-size: 14px;
    }
    .heroTextBox{
        top: 30%;
    }
    .logFormBox{
        width: 95%;
    }
}

