* {
padding: 0px;
margin: 0px;
}

html {
font-size: 1px;
}

body {
scroll-behavior: smooth;
}


.dark {
  opacity: 100%;
}


/* STRIP LOADER  */
.strip_loader_mainbox {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 5px;
z-index: 500;
display: none;
}

.strip_loader {
width: 20%;
height: 5px;
background-image: linear-gradient(to right, #2ac5f9 ,#064482);
border-radius: 5px;
animation-name: stripani;
animation-duration: 2.0s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
margin-left: 0px;
}

/* ANIMATION  */
@keyframes stripani {
    0% {
        margin-left: 0px;
        width: 0%;
    }
    50% {
        margin-left: 40%;
        width: 100%;
    }
    100% {
        margin-left: 100%;
    }
}

/* width */
body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #a7a7a7; 
  border-radius: 10px;
}

/* Handle on hover */
body:-webkit-scrollbar-thumb:hover {
  background: #8b8b8b; 
}

/* LOADING SECTION  */
.loading_wrapper {
position: fixed;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
width: 100%;
height: 100%;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
}

/* LOADING ICON  */
.loading_icon {
width: 20%;
}

/* MIANBOX CONTAIN EVERY ELEMENT  */
.mainbox {
width: 100%;
min-height: 1000px;
background-color: white;
}

.nvg_tp_bx {
width: 100%;
height: auto;
-webkit-font-smoothing: antialiased;
background-color: #333;
border-bottom: 1px solid #7acef4;
}

.nvg_tp_lft_bx {
width: 100%;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
}

.nvg_tpa {
text-decoration: none;
}

.nvg_tpa_soc_icn {
width: 5vw;
margin-left: 10px;
margin-right: 10px;
transition-duration: 0.1s;
transform: scale(100%);
}

.nvg_tpa_soc_icn:hover {
transform: scale(95%);  
}

.nvg_tp_rght_bx {
width: 95%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
}

.nvg_tp_btn_a {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
color: #e6e6e6;
}

.nvg_tp_lnk_btn {
color: white;
background-color: #333;
padding: 8px 12px;
display: inline-flex;
cursor: pointer;
text-decoration: none;
text-shadow: 0 0 2px #3a3a3a;
font-size: 3.5vw;
width: 90px;
margin-bottom: 10px;
font-family: "Lato", sans-serif;
border-right: 1px solid rgba(255, 255, 255, 0.0976562);
border-left: 1px solid rgba(0, 0, 0, 0.347656);
transition-duration: 0.3s;
border-radius: 5px;
}

.nvg_tp_lnk_btn:hover {
background-color: #0f0f0f; 
border-radius: 5px;
}

.hamb_icn {
width: 40px;
right: 0px;
padding-right: 25px;
padding-top: 25px;
position: absolute;
transition-duration: 0.3s;
opacity: 100%;
}
.hamb_icn:hover {
opacity: 80%;
}

.nvg_mnbx{
width: 100%;
height: 550px;
background-image: linear-gradient(to bottom, #035b99, #076ab1);
border-bottom: 8px inset rgb(11, 95, 156);
display: flex;
flex-direction: column;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.nvmn_logo_bx {
width: 100%;
height: 350px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.mn_log_icn {
width: 35%;
margin-left: 20px;
margin-right: 20px;
border-radius: 50%;
}

.nvmn_logo_inbx {
width: 100%;
height: 120px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.mn_log_tx1{
font-family: "Poppins", sans-serif;
color: white;
font-size: 6.5vw;
font-weight: bold;
}

.mn_log_tx2 {
font-family: "Poppins", sans-serif;
color: white;
font-style: italic;
font-size: 3vw;
margin-top: 10px;
}

/* MAIN NAV CONTAINER  */
.nvmn_nav_bx {
width: 100%;
height: auto;
opacity: 0%;
background-color: white;
z-index: 1000;
display: none;
transition-duration: 0.2s;
}

/* NON EXPANDABLE NAV WILL BE HIDED  */
.nav_btn_bx {
display: none;
}

/* ONLY EXPANDABLE NAV WILL SHOW  */
/* EXPANDABLE WRPAPPER  */
.nav_exp_bx {
margin-top: -348px;
position: absolute;
width: 100%;
height: auto;
padding-bottom: 40px;
transition-duration: 0.1s;
background-color: rgb(248, 248, 248);
z-index: 500;
box-shadow: 0 0 0px 5px rgba(223, 223, 223, 0.7);
}

.nav_bck {
width: 80%;
margin-left: 10%;
margin-right: 10%;
position: absolute;
opacity: 15%;
margin-top: -450px;
z-index: 100;
}

.nav_exp_con {
width: 100%;
height: auto;
z-index: 1000;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
padding-top: 50px;
}

.nav_cls {
width: 60px;
right: 0px;
padding-right: 15px;
position: absolute;
transition-duration: 0.3s;
opacity: 100%;
margin-top: -2150px;
}
.nav_cls:hover {
opacity: 80%;
}

.exp_nv_ech_bx {
width: 100%;
height: auto;
display: block;
margin-top: 30px;
z-index: 200;
}

.nav_ech_btn_bx {
width: 90%;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
margin-top: 15px;
border: 1px rgba(10, 96, 157, 0.84) solid;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
font-family: "Lato", sans-serif;
color: rgb(0, 49, 246);
font-size: 5.5vw;
transition-duration: 0.2s;
}

.nav_ech_btn_bx:hover {
background-color: rgb(15, 133, 216);
color: white;
border: 1px solid rgb(13, 115, 187);
}










.nvmn_login_bx {
width: 100%;
height: auto;
padding-bottom: 20px;
}

.nvmn_login_inbx {
display: flex;
width: 100%;
height:auto;
justify-content: center;
align-items: center;
padding-bottom: 20px;
padding-top: 15px;
}

.nvg_login_icn {
width: 25px;
margin-right: 15px;
margin-left: 15px;
border: 1px rgb(255, 255, 255) solid;
border-radius: 50%;
padding: 5px;
cursor: pointer;
transition-duration: 0.1s;
}
.nvg_login_icn:hover {
border-radius: 30%;
}

.btn_1_white {
align-items: center;
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
border: 0;
border-radius: 6px;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: "Poppins",monospace;
justify-content: center;
list-style: none;
overflow: hidden;
padding: 15px;
position: relative;
text-align: left;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
font-size: 4.5vw;
margin-left: 15px;
}

.btn_1_white:focus {
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btn_1_white:hover {
box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
transform: translateY(-2px);
}

.btn_1_white:active {
box-shadow: #3c4fe0 0 3px 7px inset;
transform: translateY(2px);
}

.nav_ech_btn_bx_htx {
margin-top: 10px;
margin-left: auto;
border-radius: 10px;
font-family: "Lato", sans-serif;
text-align: center;
width: 100%;
color: black;
font-size: 7vw
}


/* MARQUESS BOX  */
.marq_bx {
width: 100%;
height: 60px;
margin-bottom: 50px;
background-color: #fefdde;
border: 1px rgb(255, 255, 201) inset;
box-sizing: border-box;
display: block;
margin-left: auto;
margin-right: auto;
overflow-x: hidden;
}

.marq_bx_tx {
font-family: "Poppins",monospace;
font-size: 5.5vw;
color: red;
width: 100%;
white-space: nowrap;
padding-top: 15px;
font-weight: 500;
animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}







/* SECTION 1  */
.hmpsc1_mnbx {
display: flex;
width: 100%;
height: 800px;
position: relative;
overflow-y: hidden;
border-bottom: 5px black solid;
z-index: 200;
overflow-x: hidden;
box-sizing: border-box;
}

.hmpsc1_bnre {
width: auto;
margin-left: -450px;
height: 799px;
position: absolute;
z-index: 100;
margin-top: 0px;
/* transform: scale(90%); */
transition-duration: 0.3s;
}

.hmpsc1_bnre_lyer {
width: 100%;
height: 800px;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.728), rgba(0, 0, 0, 0.966));
opacity: 70%;
position: absolute;
z-index: 200;
}

.hmsc1_inbx_con {
width: 100%;
height: 450px;
display: flex;
flex-direction: column;
position: absolute;
z-index: 300;
}

.hmsc1_inbx1 {
width: 100%;
height: 600px;
}

.hmpsc1_icn_2 {
width: 55px;
position: absolute;
margin-top: 60px;
margin-left: 45%;
opacity: 20%;
}

.hmsc1_tx1 {
font-family: "Poppins",monospace;
font-size: 10vw;
margin-top: 120px;
text-align: center;
color: #E8C872;
font-weight: bold;
transform: scale(80%);
transition-duration: 0.6s;
}

.hmsc1_tx2 {
font-family: "Poppins", monospace;
font-size: 4.2vw;
margin-top: 20px;
width: 84%;
margin-left: 8%;
margin-right: 8%;
text-align: justify;
color: rgb(210, 210, 210);
font-style: italic;
transform: scale(80%);
transition-duration: 0.6s;
}

.hmsc1_inbx2 {
width: 100%;
margin-top: 60px;
height: 600px;
} 

.hmsc1_src_mnbx {
width: 87%;
padding-right: 3%;
height: 75px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color: rgb(255, 255, 255);
display: flex;
justify-content: center;
align-items: center;
border: 2px rgb(233, 233, 233) solid;
border-radius: 10px;
transition-duration: 0.6s;
transform: scale(95%);
}

.hmsc1_srch_in {
width: 60%;
margin-left: 8px;
height: 60px;
font-size: 4vw;
padding-left: 15px;
background-color: #efefefe9;
font-family: "Poppins", monospace;
border: 0px;
outline: none;
border-radius: 10px;
padding-right: 15px;
font-weight: 400;
color: black;
transition-duration: 0.2s;
}

.hmsc1_srch_in:hover {
outline: none;
}

.hmsc1_srch_in:hover {
background-color: #dededee9;
}

.icn_3 {
width: 40px;
margin-left: 5px;
margin-right: 5px;
opacity: 70%;
}

.btn_2 {
position: absolute;
width: 130px;
height: 50px;
align-items: center;
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
border: 0;
border-radius: 6px;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: "Poppins",monospace;
justify-content: center;
line-height: 1;
list-style: none;
overflow: hidden;
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: left;
padding-left: 15px;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
font-size: 14px;
}

.btn_2:focus {
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btn_2:hover {
box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
transform: translateY(-2px);
}

.btn_2:active {
box-shadow: #3c4fe0 0 3px 7px inset;
transform: translateY(2px);
}



/* SECTION 2 */
.hmpsc2_mnbx {
width: 100%;
height: auto;
padding-bottom: 25px;
}

/* ANIME BOX  */
.hmpsc2_anime_con {
width: 300px;
height: 400px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
align-items: center;
}

.hmsc2_icn_1 {
width: 350px;
position: absolute;
z-index: 200;
transform: scale(95%);
transition-duration: 0.8s;
}

.hmsc2_icn_2 {
width: 100px;
/* margin-top: -240px;
margin-left: 400px; */
position: absolute;
transform: scale(95%);
transition-duration: 0.8s;
opacity: 0%;
}

.hmsc2_icn_3 {
width: 150px;
position: absolute;
transform: scale(95%);
transition-duration: 0.8s;
opacity: 0%;
/* margin-top: -10px;
margin-left: -370px; */
}

.hmsc2_icn_4 {
width: 120px;
position: absolute;
transform: (95%);
transition-duration: 0.8s;
opacity: 0%;
/* margin-top: -250px;
margin-left: -300px; */
}

.hmsc2_icn_5 {
width: 100px;
position: absolute;
transform: scale(95%);
transition-duration: 0.8s;
opacity: 0%;
/* margin-top: 220px;
margin-left: 380px; */
}

.hmsc2_icn_6 {
width: 100px;
position: absolute;
transform: scale(95%);
transition-duration: 0.8s;
opacity: 0%;
/* margin-top: 250px;
margin-left: -250px; */
}

.hmsc2_icn_7 {
width: 80px;
position: absolute;
transform: scale(95%);
transition-duration: 0.8s;
opacity: 0%;
/* margin-top: -20px;
margin-left: 300px; */
}


.hmps2_tx_1 {
font-family: "Poppins", monospace;
font-size: 5vw;
color: black;
text-align: justify;
width: 80%;
margin-left: auto;
margin-right: auto;
font-style: italic;
transform: scale(95%);
transition-duration: 0.3s;
}





/* SECTION 3  */
/* MAIN BOX  */
.hmpsc3_mnbx {
width: 100%;
height: 1250px;
display: block;
margin-top: 50px;
padding-top: 100px;
background-image: linear-gradient(to right, rgb(239, 239, 239), rgb(247, 247, 247));
}

.txt_hrd_1 {
font-family: "Lato", sans-serif;
font-size: 7vw;
text-align: center;
width: 90%;
margin-left: auto;
margin-right: auto;
font-weight: bold;
padding-bottom: 50px;
color: rgb(0, 0, 0);
transition-duration: 0.6s;
transform: scale(85%);
}

/* NOTICE BOARD  */
.hmpsc3_inbx {
width: 98%;
height: 1000px;
margin-left: 1%;
margin-right: 1%;
background-color: rgb(255, 255, 255);
border: 1px rgba(14, 122, 199, 0.838) inset;
box-shadow: 0px 0px 15px 15px rgb(246, 246, 246);
transform: scale(95%);
transition-duration: 0.6s;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* HEADR BOX  */
.hmpsc3_inbx_hdbx {
width: 100%;
height: auto;
background-color: rgb(14, 122, 199);
border-top: 1px solid rgba(250, 250, 250, 0.14);
box-shadow: 0 0 5px rgba(1, 47, 78, 0.7);
display: block;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.hmpsc3_inbx_left {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: start;
}

/* ICON  */
.hmpsc3_icn_1 {
width: 28px;
margin-left: 20px;
margin-right: 10px;
}

/* TEXT  */
.hmpsc3_tx_1 {
font-family: "Lato", sans-serif;
font-size: 4.5vw;
color: rgb(255, 255, 255);
}


.hmpsc3_inbx_right {
width: 100%;
min-height: 90px;
max-height: 150px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.main_sel {
margin-bottom: 10px;
width: 95%;
display: block;
padding: 6px 12px;
font-size: 4.5vw;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
appearance: none;
border-radius: 4px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
font-family: 'Poppins', sans-serif;
box-shadow: 0 0px 5px rgba(219, 219, 219, 0.35), inset 0 0px 0 rgba(0, 0, 0, .1);
}

.main_sel:focus{
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
/* box-shadow: 0 0 0 1.50rem rgba(206, 224, 251, 0.951); */
}

a {
text-decoration: none;
}

.hmpsc3_tx_2 {
font-family: "Lato", sans-serif;
font-size: 4.0vw;
color: rgba(255, 255, 255, 0.803);
margin-top: 0px;
margin-left: 20px;
margin-right: 30px;
margin-bottom: 8px;
}

.hmpsc3_tx_2:hover {
text-decoration: underline;
}

/* NOTIFICATION BODY BOX */
.hmpsc3_inbx_bdbx {
width: 100%;
height: 800px;
padding-top: 30px;
}

/* NOTIFICATION BOX  */
.noti_ech_row {
width: 98%;
margin-left: 1%;
margin-right: 1%;
display: flex;
min-height: 45px;
border-top: 2px rgb(189, 189, 189) dotted;
}

/* SCROLL BOX  */
.hmpsc3_inbx_bdbx_scl_con {
width: 100%;
height: 750px;
overflow-y: auto;
overflow-x: hidden;
}

.hmpsc3_inbx_bdbx_scl_con {
scroll-behavior: smooth;
}

/* width */
.hmpsc3_inbx_bdbx_scl_con::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hmpsc3_inbx_bdbx_scl_con::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  
/* Handle */
.hmpsc3_inbx_bdbx_scl_con::-webkit-scrollbar-thumb {
  background: #a7a7a7; 
  border-radius: 10px;
}

/* Handle on hover */
.hmpsc3_inbx_bdbx_scl_con:-webkit-scrollbar-thumb:hover {
  background: #8b8b8b; 
}

/* DATE  */
.noti_cl_date {
width: 15%;
height: 70px;
font-family: "Lato", sans-serif;
font-size: 3.5vw;
display: flex;
justify-content: center;
align-items: center;
color: grey;
padding-left: 10px;
padding-right: 10px;
}

/* NAME  */
.noti_cl_name {
width: 65%;
min-height: 30px;
padding-top: 10px;
padding-bottom: 10px;
display: flex;
justify-content: start;
align-items: start;

}

.hmpsc3_tx_3 {
font-family: "Lato", sans-serif;
font-size: 4vw;
color: black;
}

.noti_cl_dwnld {
width: 10%;
height: 50px;
font-family: "Lato", sans-serif;
font-size: 0px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition-duration: 0.2s;
}
.noti_cl_dwnld:hover {
opacity: 60%;
}

.noti_cl_new {
width: 10%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.hmpsc3_icn_2 {
width: 30px;
}

.hmpsc3_icn_3 {
width: 34px;
}
















/* SECTION 4 */
.hmpsc4_mnbx {
width: 100%;
height: 1200px;
display: block;
margin-top: 50px;
padding-top: 100px;
background-color: rgb(rgb(255, 255, 255));
}











/* SECTION 5 */
.hmpsc5_mnbx {
width: 100%;
height: 2150px;
display: block;
justify-content: center;
align-items: center;
margin-top: 50px;
padding-top: 100px;
background-image: linear-gradient(to right, rgb(239, 239, 239), rgb(247, 247, 247));
}

/* TWO BOX CONTAINER  */
.block_con {
width: 94%;
height: auto;
display: block;
margin-left: 3%;
margin-right: 3%;
background-image: linear-gradient(to right, rgb(239, 239, 239), rgb(247, 247, 247));
}

/* LEFT BOX  */
.hmpsc5_mnbx_leftbox {
width: 100%;
height: auto;
margin-bottom: 80px;
}

/* RIGHT BOX  */
.hmpsc5_mnbx_rightbox {
width: 100%;
height: 800px;
}

/* EACH BOX  */
.hmpsc5_inbx {
width: 100%;
height: 890px;
background-color: rgb(255, 255, 255);
border-top: 1px solid rgba(250, 250, 250, 0.14);
box-shadow: 0 0 5px rgba(1, 47, 78, 0.7);
display: block;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* HEADER BOX  */
.hmpsc5_inbx_hdbx {
width: 100%;
height: auto;
background-color: rgb(14, 122, 199);
border-top: 1px solid rgba(250, 250, 250, 0.14);
box-shadow: 0 0 5px rgba(1, 47, 78, 0.7);
display: block;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.hmpsc5_inbx_left {
width: 100%;
height: 80px;
display: flex;
align-items: center;
justify-content: start;
}

/* ICON  */
.hmpsc5_icn_1 {
width: 28px;
margin-left: 20px;
margin-right: 10px;
}

/* TEXT  */
.hmpsc5_tx_1 {
font-family: "Lato", sans-serif;
font-size: 4.5vw;
color: rgb(255, 255, 255);
}

/* MORE  */
.hmpsc5_tx_2 {
margin-top: -20px;
float: right;
}

.hmpsc5_inbx_right {
width: 100%;
height: 10px;
}


/* NOTIFICATION BODY BOX */
.hmpsc5_inbx_bdbx {
width: 100%;
height: 750px;
background-color: rgb(255, 255, 255);
padding-top: 30px;
}

/* SCROLL BOX  */
.hmpsc5_inbx_bdbx_scl_con {
width: 100%;
height: 750px;
overflow-y: auto;
overflow-x: hidden;
background-color: rgb(255, 255, 255);
}

/* width */
.hmpsc5_inbx_bdbx_scl_con::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hmpsc5_inbx_bdbx_scl_con::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
  
/* Handle */
.hmpsc5_inbx_bdbx_scl_con::-webkit-scrollbar-thumb {
  background: #a7a7a7; 
  border-radius: 10px;
}

/* Handle on hover */
.hmpsc5_inbx_bdbx_scl_con:-webkit-scrollbar-thumb:hover {
  background: #8b8b8b; 
}

/* NOTIFICATION BOX  */
.noti_ech_row_tw {
width: 96%;
margin-left: auto;
margin-right: auto;
display: flex;
min-height: 45px;
border-top: 2px rgb(189, 189, 189) dotted;
}

/* DATE  */
.noti_cl_date_2 {
width: 15%;
height: 70px;
font-family: "Lato", sans-serif;
font-size: 3.5vw;
display: flex;
justify-content: center;
align-items: center;
color: grey;
padding-left: 10px;
padding-right: 10px;
}

/* NAME  */
.noti_cl_name_2 {
width: 65%;
min-height: 30px;
padding-top: 10px;
padding-bottom: 10px;
display: flex;
justify-content: start;
align-items: start;
}
.noti_cl_name_2:hover {
opacity: 60%;
}

.hmpsc5_tx_3 {
font-family: "Lato", sans-serif;
font-size: 4vw;
color: black;
padding-left: 10px;
padding-bottom: 10px;
}

/* LOCATION BOX  */
.noti_cl_loca {
width: 19%;
height: 50px;
font-family: "Lato", sans-serif;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition-duration: 0.2s;
}

/* LOCATION ICON CONTAINER */
.noti_cl_loca_cont {
width: 100%;
height: 50px;
display: flex;
justify-content: start;
align-items: center;
margin-left: 10px;
}

.hmpsc5_icn_2 {
width: 22px;
margin-top: 15px;
}

/* LOCATION TEXT  */
.hmpsc5_tx_4 {
font-family: "Lato", sans-serif;
font-size: 14px;
color: black;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 80px;
margin-top: 10px;
}

/* NEW LOGO BOX */
.noti_cl_new_2 {
width: 1%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}

/* NEW LOGO ICON  */
.hmpsc5_icn_3 {
width: 30px;
margin-top: -25px;
}




/* SECTION 6 */
.hmpsc6_mnbx {
width: 100%;
height: auto;
min-height: 800px;
display: block;
justify-content: center;
align-items: center;
margin-top: 50px;
padding-top: 100px;
padding-bottom: 100px;
background-color: rgb(255, 255, 255);
}

.hmsc6_inbx {
width: 98%;
margin-left: 1%;
margin-right: 1%;
height: auto;
transition-duration: 0.5s;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}


#hmsc6_tab_bx_2 {
display: none;
}
#hmsc6_tab_bx_3
{
display: none;
}
#hmsc6_tab_bx_4
{
display: none;
}
#hmsc6_tab_bx_5
{
display: none;
}
#hmsc6_tab_bx_6
{
display: none;
}




/* TABBING BOX BUTTON  */
.hmpsc6_tbbx {
width: 100%;
height: 70px;
margin-left: auto;
margin-right: auto;
display: flex;
background-color: rgb(247, 247, 247);
border-top: 3px #bad6fbbe solid;
justify-content: center;
align-items: center;
}

.hmpsc6_tb_btnbx {
width: 20%;
height: 70px;
background-color: rgb(249, 249, 249);
border: 1px rgba(196, 211, 218, 0.371) solid;
font-family: "Poppins", sans-serif;
font-size: 3vw;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition-duration: 0.3s;
color: #00034d;
font-weight: bold;
}

.hmpsc6_tb_btnbx:hover {
background-color: #c4deff;
}

.selected_s6_tb {
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
border: 0;
color: #f8f8f8;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
}

#hmsc6_tab_bx_1 {
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
opacity: 100%;
transition-duration: 0.5s;
}

.hmsc6_tab_bx_each {
width: 100%;
height: auto;
padding-top: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
opacity: 0%;
transition-duration: 0.5s;
background-color: rgb(249, 249, 249);
padding-bottom: 30px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}

.hmsc6_echbx {
width: 94%;
height: 450px;
margin-left: 3%;
margin-right: 3%;
margin-top: 30px;
margin-bottom: 10px;
border-top-left-radius: 35px;
border-top-right-radius: 35px;
overflow: hidden;
border: 2px rgb(44, 51, 255) inset;
box-sizing: border-box;
position: relative;
box-shadow: 0px 15px 15px rgb(206, 206, 206);
transform: scale(95%);
transition-duration: 0.6s;
}

.hmsc6_inbx_1 {
width: 100%;
height: 460px;
background-color: rgb(247, 247, 247);
}

.hmsc6_inbx_1_inner_top {
width: 100%;
height: 230px;
}

.hmsc6_icn_1 {
width: 100%;
height: 230px;
transition-duration: 0.5s;
transform: scale(110%);
}

.hmsc6_inbx_1_inner_lower {
width: 100%;
height: 230px;
}

.hmsc6_icn_2 {
width: 100%;
height: 230px;
transition-duration: 0.5s;
transform: scale(110%);
}

.hmsc6_inbx_2 {
position: absolute;
width: 100%;
height: 290px;
background-image: linear-gradient(to bottom, rgb(123, 46, 246), rgb(3, 3, 180));
z-index: 300;
box-shadow: 0 0 32px -10px rgba(0,0,0,0.08);
transition-duration: 0.8s;
margin-top: 170px;
border-top-left-radius: 5%;
border-top-right-radius: 5%;

/* margin-bottom: 0px;
border-bottom-left-radius: 20%;
border-bottom-right-radius: 20%; */
}

.hmsc6_tx_1 {
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-weight: bold;
color: rgb(255, 255, 255);
margin-top: 35px;
margin-bottom: 15px;
}

.hmsc6_tx_2 {
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 15px;
text-align: justify;
width: 90%;
height: 100px;
margin-left: auto;
margin-right: auto;
color: rgb(255, 255, 255);
overflow: hidden;
text-overflow: ellipsis;
white-space: wrap;
}

.btn_3 {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 130px;
height: 50px;
align-items: center;
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
border: 0;
border-radius: 6px;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
font-family: "Poppins",monospace;
justify-content: center;
line-height: 1;
list-style: none;
overflow: hidden;
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: left;
padding-left: 15px;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
font-size: 14px;
}

.btn_3:focus {
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btn_3:hover {
box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
transform: translateY(-2px);
}

.btn_3:active {
box-shadow: #3c4fe0 0 3px 7px inset;
transform: translateY(2px);
}

.hmsc6_inbx_3 {
position: absolute;
width: 100%;
height: 280px;
z-index: 200;
box-shadow: 0 0 32px -10px rgba(0,0,0,0.08);
background-color: #edffcb;

margin-top: 460px;
transition-duration: 0.8s;

/* margin-top: 180px; */
}

.hmsc6_tx_3 {
text-align: center;
font-size: 15px;
text-align: justify;
width: 80%;
margin-top: 130px;
margin-left: auto;
margin-right: auto;
color: rgb(0, 0, 0);
font-family: "Poppins", sans-serif;
font-size: 16px;
}










/* SECTION 7 */
.hmpsc7_mnbx {
width: 100%;
height: 1500px;
margin-top: 50px;
padding-top: 100px;
}

.hmsc7_inbx {
width: 90%;
height: 1300px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
margin-left: auto;
margin-right: auto;
position: relative;
}

.hmpsc7_bkicn {
width: 50%;
position: absolute;
opacity: 40%;
margin-top: -200px;
margin-left: 50px;
}

.hmsc7_sldr_ech_con {
width: 331px;
height: 400px;
overflow-y: hidden;
overflow-x: hidden;
box-sizing: border-box;
}

.hmsc7_sldr_ech_lngcon {
height: 3925px;
width: 330px;
}

.hmsc7_echbx {
width: 328px;
height: 380px;
margin-bottom: 10px;
border-top-right-radius: 80px;
box-shadow: 0px 10px 15px 5px rgb(228, 246, 254);
border-left: 3px rgb(123, 46, 246) solid;
border-bottom: 3px rgb(123, 46, 246) solid;
}

#hmsc7_scr_cont_1 {
/* margin-top: -1962.5px; */
height: 3925px;
margin-top: 10px;
transition-duration: 0.6s;
}

#hmsc7_scr_cont_2 {
/* margin-top: -1962.5px; */
height: 3925px;
margin-top: 10px;
transition-duration: 0.6s;
}

#hmsc7_scr_cont_3 {
/* margin-top: -1962.5px; */
height: 3925px;
margin-top: 10px;
transition-duration: 0.6s;
}

.hmsc7_crd_inbxbx_1 {
width: 100%;
height: 260px;
background-color: rgba(255, 255, 255, 0.647);
border-top-right-radius: 80px;
position: relative;
}

.hmsc7_icn_1 {
width: 50px;
position: absolute;
margin-top: 10px;
margin-left: 30px;
}

.hmsc7_tx_1 {
position: absolute;
color: rgb(0, 0, 0);
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 500;
width: 85%;
text-align: justify;
margin-top: 60px;
margin-left: 20px;
}

.hmsc7_crd_inbxbx_2 {
width: 100%;
height: 120px;
background-color: rgba(255, 255, 255, 0.647);
border-bottom-right-radius: 40px;
display: flex;
justify-content: start;
align-items: center;
}

.hmsc7_icn_2 {
width: 70px;
margin-left: 20px;
}

.hmsc7_crd_inr_bx_1 {
width: auto;
height: auto;
}

.hmsc7_tx_3 {
color: rgb(0, 0, 0);
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 500;
padding-left: 10px;
}

.hmsc7_tx_4 {
color: rgb(145, 145, 145);
font-family: "Poppins", sans-serif;
font-size: 12px;
padding-left: 10px;
font-weight: 500;
}





/* SECTION 8 */
.hmpsc8_mnbx {
width: 100%;
height: auto;
display: block;
margin-top: 50px;
padding-top: 100px;
background-color: rgb(244, 243, 243);
}

.hmsc8_inbx {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}

.hmsc8_leftbx {
width: 86%;
height: 380px;
border: 3px #5468ff dotted;
margin-left: 7%;
margin-right: 7%;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
border-top-left-radius: 50px;
border-top-right-radius: 35%;
border-bottom-left-radius: 35%;
border-bottom-right-radius: 5%;
transition-duration: 0.5s;
transform: scale(95%);
}

.hmsc8_icn_1 {
width: 70%;
}

.hmsc8_rightbx {
width: 86%;
height:380px;
border-top-right-radius: 50px;
border-top-left-radius: 35%;
border-bottom-right-radius: 35%;
border-bottom-left-radius: 5%;
margin-left: 7%;
margin-right: 7%;
border: 3px #5468ff dotted;
background-image: linear-gradient(to bottom, #035b99, #076ab1);
transition-duration: 0.5s;
transform: scale(95%);
margin-top: -50px;
}

/* BOX CONTAIN FORM  */
.side_nav_form_box {
width: 100%;
height: 300px;
margin-top: 30px;
margin-bottom: 50px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

/* 'GET FEE QUOTE' TEXT  */
.side_nav_form_title {
font-size: 28px;
font-weight: 600;
color: rgb(255, 255, 255);
text-align: center;
font-family: 'Poppins', sans-serif;
margin-top: 20px;
margin-bottom: 10px;
}

/* INPUT  */
.side_nav_form_in {
width: 290px;
height: 55px;
margin-bottom: 15px;
border-radius: 35px;
border: none;
font-family: 'Poppins', sans-serif;
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
font-size: 15px;
padding-left: 30px;
padding-right: 20px;
box-sizing: border-box;
outline: none;
border: 2px solid #efefef;
box-shadow: 0px 7px 6px 0px #1b95dc;
transition-duration: 0.5s;
}
.side_nav_form_in:focus {
box-shadow: 0px 7px 6px 0px #1174ae;
}





/* SECTION 9 */

.hmpsc9_mnbx {
width: 100%;
height: auto;
display: block;
margin-top: 50px;
padding-top: 100px;
background-color: white;
margin-bottom: 100px;  
}

.hmsc9_inbx {
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.hmsc9_eachbox {
width: 90%;
margin-left: 5%;
margin-right: 5%;
height: 70px;
overflow: hidden;
border-bottom: 3px rgb(228, 228, 228) dotted;
transition-duration: 0.5s;
margin-top: 20px;
}

.hmsc9_eachbox.expanded {
  height: auto; /* Expand to auto height */
}

.hmsc9_eachbox.expanded .hmsc9_icn_1 {
  transform: rotate(180deg); /* Rotate icon when expanded */
}

.hmsc9_showbox {
width: 100%;
height: 70px;
display: flex;
cursor: pointer;
}

.hmsc9_left_box {
width: 90%;
height: 70px;
display: flex;
justify-content: start;
align-items: center;
}

.hmsc9_tx_1 {
color: rgb(0, 0, 0);
font-size: 4.5vw;
font-family: 'Poppins', sans-serif;
padding-left: 20px;
}

.hmsc9_right_box {
width: 10%;
height: 70px; 
display: flex;
justify-content: center;
align-items: center;
}

.hmsc9_icn_1 {
width: 32px;
height: 32px;
transition: transform 0.3s; 
}

.hmsc9_expandbox {
width: 100%;
height: auto;
}

.hmsc9_tx_2 {
color: rgb(111, 109, 109);
font-size: 4.8vw;
font-family: 'Lato', sans-serif;
padding: 15px;
width: 85%;
background-color: rgb(249, 248, 248);
margin: 15px;
border-radius: 15px;
padding-bottom: 20px;
}

.rotate-icon {
transform: rotate(180deg);
transition: transform 0.3s ease;
}




/* FOOTER  */
.footer_mnbx {
width: 100%;
height: 2400px;
background-color: #333;
border-bottom: 1px solid #7acef4;
border-top: 5px black solid;
overflow: hidden;
position: relative;
}

.f_bk_img {
position: absolute;
width: 1500px;
height: 2500px;
margin-left: -600px;
margin-right: auto;
opacity: 10%;
z-index: 100;
}

.f_inbx {
position: relative;
width: 90%;
height: 560px;
display: block;
margin-left: 5%;
margin-right: 5%;
z-index: 200;
}

.f_col {
width: auto;
height: auto;
margin-top: 50px;
}

.f_icn_1 {
width: 40%;
border-radius: 50%;
margin-top: 60px;
margin-left: 5%;
margin-right: 5%;
}

.f_tx_1 {
color: rgb(111, 109, 109);
font-size: 7vw;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top: 20px;
font-family: 'Poppins', sans-serif;
}

.f_tx_2 {
color: rgb(222, 222, 222);
font-size: 4vw;
margin-top: 20px;
width: 90%;
margin-left: 5%;
margin-right: 5%;
text-align: justify;
font-family: 'Poppins', sans-serif;
}

.f_inf_bx {
width: 90%;
margin-left: 5%;
margin-right: 5%;
height: 35px;
padding-bottom: 10px;
border-bottom: 1px rgb(95, 95, 95) solid;
margin-top: 13px;
display: flex;
justify-content: start;
align-items: center;
box-sizing: border-box;
transition-duration: 0.2s;
margin-top: 20px;
}

.f_icn_2 {
width: 7%;
}

.f_tx_3 {
font-family: 'Poppins', sans-serif;
color: rgb(147, 146, 146);
font-size: 3.5vw;
padding-left: 10px;
}

.f_inf_bx:hover .f_tx_3 {
color: rgb(233, 233, 233);
}

.f_lnk_bx {
height: auto;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-top: 15px;
box-sizing: border-box;
}

.f_lnk {
font-family: 'Poppins', sans-serif;
color: rgb(255, 255, 255);
font-size: 3.7vw;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
}

.f_lnk:hover {
text-decoration: underline;
}

.f_tx_4 {
font-family: 'Poppins', sans-serif;
color: rgb(255, 255, 255);
font-size: 4.57vw;
text-align: center;
margin-top: 50px;
box-sizing: border-box;
}

.f_inbx_2 {
width: 90%;
margin-left: 5%;
margin-right: 5%;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
overflow-x: hidden;
box-sizing: border-box;
}

.f_inbx_3 {
width: 100%;
height: 50px;
margin-top: 50px;
box-sizing: border-box;
}

.f_sub_in {
width: 100%;
box-sizing: border-box;
height: 50px;
margin-bottom: 15px;
border-radius: 35px;
border: none;
font-family: 'Poppins', sans-serif;
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
font-size: 4vw;
padding-left: 15px;
padding-right: 20px;
box-sizing: border-box;
outline: none;
border: 2px solid #efefef;
box-shadow: 0px 7px 6px 0px #292929;
transition-duration: 0.5s;
margin-right: 20px;
}
.f_sub_in:focus {
box-shadow: 0px 7px 6px 0px #494949;
}

.btn_4 {
position: absolute;
width: 100%;
height: 50px;
align-items: center;
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5abdff 0, #5468ff 100%);
border: 0;
border-radius: 6px;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: "Poppins",monospace;
justify-content: center;
line-height: 1;
list-style: none;
overflow: hidden;
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: left;
padding-left: 15px;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
font-size: 14px;
}

.btn_4:focus {
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.btn_4:hover {
box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
transform: translateY(-2px);
}

.btn_4:active {
box-shadow: #3c4fe0 0 3px 7px inset;
transform: translateY(2px);
}

.f_btn_bx {
width: 100%;
height: 70px;
background-image: linear-gradient(to bottom, #035b99, #076ab1);
border-top: 1px solid #050505;
border-top-left-radius: 100%;
margin-top: 1720px;
box-sizing: border-box;
}

.f_tx_5 {
color: rgb(239, 239, 239);
font-size: 3.5vw;
text-align: right;
padding-right: 15px;
padding-top: 40px;
font-family: 'Poppins', sans-serif;
}


/* BACK TO TOP  */
.btop_imbtn {
width: 50px;
height: 50px;
position: fixed;
bottom: 50px;
right: 50px;
z-index: 500;
}

.btop_img {
width: 40px;
transform: scale(0%);
transition-duration: 0.2s;
}

/* SIDE SOCIAL WRAPPER  */
.sm_side_wrap {
position: fixed;
bottom: 100px;
left: 0px;
width: 52px;
height: 180px;
z-index: 500;
overflow-x: hidden;
}

.sm_side_echbx {
width: 50px;
height: 50px;
border: 1px rgb(205, 205, 205) solid;
margin-top: 8px;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
margin-left: -60px;
transition-duration: 0.3s;
}

.sm_side_icn {
width: 35px;
}