*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: #f5f5fb;
}
#load_anim{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url("../images/load_gif.gif") no-repeat center;
    background-size: 50px 50px;
    z-index: 99999;
    top: 0;
}
nav{
    background-color: #fff;
    height:70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    transition: 0.3s ease-in-out;
}
nav ul:first-child li:first-child a img{
    height:42px;
    width: 42px;
    margin:0 0.5rem;
}
nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:1.5rem;
    list-style-type: none;
}
nav ul li a{
    text-decoration: none;
}
nav ul:first-child li:nth-child(2) a{
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
}
nav ul:last-child li{
    margin:0 0.5rem;
}
nav ul:last-child li a{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:0.89rem;
    color:#747474;
}
nav ul:last-child li a:hover{
    color:#4b4b4b;
}
.menu_btn{
    text-decoration: none;
    background-color:#038afe !important;
    color: #fff !important;
    padding:0.6rem 0.8rem;
    border-radius: 4px;
    display: block;
    font-size: small;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 0px 8px 0 rgba(26, 87, 184, 0.12);

}
.menu_btn:hover{
    background-color:#0077df !important;
    box-shadow: 0px 0px 15px 0 rgba(36, 36, 36, 0.12);

}
.marque{
    margin:2% 12%;
}
.marque div marquee{
    margin: 0.1rem 0;
}
.marque div marquee a{
    text-decoration: none;
    background-color:rgb(220, 237, 255);
    color: #0331fe;
    padding:1rem;
    margin-right:0.5rem;
    border-radius:4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.1s linear;
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
}
.marque div marquee a:hover{
    background-color:#0331fe;
    color: #fff;  
}
.box_job{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.yel_box,.red_box,.green_box,.pink_box{
    margin:0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com_box a{
    display: flex;
    width:200px;
    text-align: center;
    text-decoration:none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 47, 255);
    font-weight: 700;
    padding:0.8rem 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.yel_box{
    background-image: url(./bg.png);
    box-shadow:0 0 12px rgba(80, 80, 80, 0.377);
    background-color: #c8e7ec;
    font-size: larger;
    font-weight: 700;
    border-radius:6px;
}
.yel_box:hover{
    box-shadow:0 0 14px rgba(56, 56, 56, 0.377);
    transform: scale(1.04);
}
.card_box{
    margin:4%;
    display: flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
}
.card_box div>span{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    color: rgb(65, 65, 65);
    margin-left:0.5rem;
    padding:1rem 0;
    font-size: large;
}
.card_box>div{
    background-color:#e7e7f3;
    padding:0.4rem 0.5rem;
    border-radius: 8px;
    width:320px;
    margin:0.4rem 0.6rem;
}
.cont_box{
    position: relative;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    padding:0.9rem;
    margin:0.5rem 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    cursor: pointer;
    margin-right:4px;
}
.card_box_view_more .cont_box{
    padding:1.5rem 0.9rem;
}
.cont_box:hover{
    background-color: rgb(255, 254, 214);
    box-shadow: -1px 1px 8px 0 rgba(142, 152, 209, 0.205);

}
.cont_box:hover>div:first-child>b{
    animation:t_log 0.3s linear;
    
}
@keyframes t_log{
    0%{
        transform: scale(1);
    }
    15%{
        transform: scale(1.2);
    }
    25%{
        transform: scale(1.3);
    }
    35%{
        transform: scale(1.4);
    }
    50%{
        transform: scale(1.5);
    }
    65%{
        transform: scale(1.4);
    }
    75%{
        transform: scale(1.3);
    }
    85%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.cont_box>div:first-child{
    border-radius:4px;
    height:40px;
    width: 40px;
    display: flex;
    font-size: x-large;
    justify-content: center;
    align-items: center;
    position: absolute;
    box-shadow: -1px 1px 8px 0 rgba(117,138,172,.12);
}
.cont_box>div:last-child{
    margin-left: 45px;
    font-size: 90%;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.cont_box>div:last-child>span{
    font-size:12px;
}
.card_box>div>div>a,.card_box_view_more>div>div>a{
    text-decoration: none;    
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
}
.card_box_view_more>div>div>a{
    padding:1rem 0;
}
.load_more_btn{
    text-decoration: none;
    background-color: #fff;
    color: #0331fe;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 10px;
    font-weight: 700;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0.6rem 25%; 
    padding:0.5rem 1rem;   
    transition: 0.2s linear;
    box-shadow: 0px 0px 6px 0 rgba(0, 66, 172, 0.13);

}
.load_more_btn:hover{
    background-color:#0331fe;
    color: #fff;
}
.disclaimer{
    background-color:#fff5ca;
    color:#EC9000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1rem;
    border-radius:8px;
    border: 2px solid #EC9000;
    margin:2% 4%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.disclaimer b{
    color:#c07600;
}
footer{
    background-color:#e0ecf5;
}
footer>div:last-child{
    background-color:#0087fd;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding:0.5rem;
    font-weight: 500;
    text-align: center;
}
footer>div:last-child a{
    text-decoration: none;
    color: #fff;
}
footer>div:first-child{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
}
footer>div:first-child ul{
    width:220px;
    padding:1.2rem 0.8rem;
    list-style-type: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* font-weight: 500; */
}
.logo_footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:0.5rem;
}
.logo_footer img{
    height:50px;
    width: 50px;
    margin-right: 0.5rem;
}
.logo_footer div span{
    font-weight: 700;
    padding:0.4rem 0.6rem;
    /* 42372 */
}
.footer_bar_li_head{
    font-weight: 700;
    
}
.newsletter{
    background-color: rgb(255, 0, 0);
    font-weight: 500;
    color:#fff;
    /* letter-spacing:1px; */
    text-decoration: none;
    padding:0.5rem 0.8rem;
    display: block;
    text-align: center;
    border-radius: 8px;
    margin:1rem 0;
    box-shadow: 0px 0px 8px rgba(185, 185, 185, 0.432);
}
.newsletter:hover{
    transform: scale(1.01);
}
.footer_sub_link{
    text-decoration: none;
    color: rgb(56, 56, 56);
    font-weight:500;
    margin:0.8rem 0;
}
.footer_sub_link:hover{
    color:#1660ff;
}
.view_more_head{
    background-image: url(../../bg/alchemy.gif);
    background-attachment: fixed;
    padding:2rem 1rem;
    border:1px solid rgb(216, 216, 216);
    box-shadow: 0px 0px 6px rgba(224, 224, 224, 0.712);
    display:flex;
    justify-content: center;
    align-items: center;
}
.view_more_head>div{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
    border:1px solid rgb(216, 216, 216);
    color: #2b2b2b;
    padding:0.5rem 4rem;
    font-weight: 600;
    font-size:1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    border-radius: 50px;
}
.card_box_view_more{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin:2.5rem 0;
    width:100%;
}
.card_box_view_more>div:first-child{
    background-color: rgb(230, 233, 245);
    border-radius:8px;
    margin:0.5rem 1rem;
    padding:1rem 0.5rem;
    max-width:900px;
}
.view_more_sidebar{
    background-color: #fff;
    border-radius:8px;
    margin-left:1rem;
    margin-top:0.5rem;
    display:flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: column;
    /* max-height:950px; */
    width:300px;
}
.view_more_sidebar img{
    border-radius: 1rem;
    width: 300px;
    border-bottom: 2px solid rgb(184, 184, 184);
    padding: 0.5rem;
}
.card_box_view_more .cont_slide_box .cont_box div:last-child span{
    background-color:rgb(228, 228, 228);
    color: rgb(0, 0, 0);
    padding:0.3rem 0.5rem;
    display: inline-block;
    margin:0.1rem 0.2rem;
    font-size:0.6rem;
    border-radius:6px;
}
.card_box_view_more>div>span{
    background-color: #127aff;
    color: #fff;
    padding:0.2rem 1rem;
    border-radius:5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:0.7rem;
}
.view_more_author{
    text-align: center;
    padding:0.2rem 0.4rem;
    margin:0.4rem 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:10px;
    font-weight:500;
    border-radius:4px;
    transition:0.3s ease-in-out;
}
.view_more_author>.ijetooltip{
    cursor: pointer;
}
.view_more_author>.ijetooltip>a{
    text-decoration: none;
    color: #707070;

}
.view_more_author>.ijetooltip>a:hover{
    color: #2b2b2b;
}
.ijetooltip {
    position: relative;
    display: inline-block;
  }
  
  .ijetooltip .ijetooltiptext {
    visibility: hidden;
    width: 120px !important;
    text-align: center;
    border-radius: 6px !important;
    padding: 5px 4px !important;
    position: absolute;
    line-height:12px;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    box-shadow:0 0 4px rgba(236, 236, 236, 0.815);
    background-color: rgba(0, 0, 0, 0.712);
    color: rgb(255, 255, 255);
    font-size:9px !important;
    font-weight:400 !important;
  }
  .ijetooltip:hover .ijetooltiptext {
    visibility: visible;
  }
  .view_more_side_bsr_link_head{
      display:inline-block;
      background-color: #e6eaffe1;
      color: #0331fe;
      font-size:15px;
      font-weight:700;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      padding: 0.2rem 0.5rem;
  }
  .view_more_side_bsr_link a{
      display: block;
      background-color: rgb(238, 238, 238);
      margin:0.4rem 0.5rem;
      border-radius:50px;
      text-decoration: none;
      padding:0.1rem 0.7rem;
      color: #000;
      font-weight:500;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-size:16px;
  }
  .view_more_side_bsr_link a:hover{
    background-color:rgb(216, 216, 216);
  }
  .ijetooltip .ijetooltiptext_right {
    visibility: hidden;
    width: 100px;
    text-align: center;
    position: absolute;
    z-index:1;
    top:115%;
    box-shadow:0 0 4px rgba(236, 236, 236, 0.815) !important;
    background-color: rgb(56, 56, 56) !important;
    color: rgb(255, 255, 255) !important;
    font-weight:400 !important;
  }
  
  .ijetooltip:hover .ijetooltiptext_right {
    visibility: visible;
  }
  .video_yt{
      margin-top:0.8rem;
      position: sticky;
      top:0;
  }
  .view_more_side_bsr_link .ijetooltiptext{
      font-weight:400;
      font-size:10px;
      width:150px;
      margin-left:-70px;
  }
.cont_slide_box{
    margin-top:0.5rem;
}
.cont_slide_view_more_box{
    /* max-height:900px; */
    overflow-y: scroll;
    margin-top:0.5rem;
}
.cont_slide_view_more_box::-webkit-scrollbar {
    width:6px;
  }
.cont_slide_view_more_box:hover::-webkit-scrollbar-track {
    border-radius:100px;
  }
.cont_slide_view_more_box:hover::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius:100px;
  }
.cont_slide_view_more_box:hover::-webkit-scrollbar-thumb:hover {
    background: #555; 
    border-radius:100px;
  }
  .cont_slide_content{
      padding:1rem;
        font-family: 'Roboto', 'Arial', sans-serif;
            font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500;
  }
  .content_all{
      background-color: #fcfcfc !important;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      /* font-size:22px; */
  }
  .cont_main_head{
      background-image: url(../../bg/bicycles.png);
      background-attachment: fixed;
  }
  .cont_bg_box{
      background-color: rgb(241, 241, 241);
      color: #000;
      padding:0.1rem 0.7rem;
      border-radius: 8px;
      text-align: center;
      line-height:20px !important;
      font-size:16px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
  }
  .cont_bg_box:hover{
    background-color: rgb(228, 228, 228);
  }
  .cont_a_link{
      text-decoration: none;
      color: #007fd3;
      box-shadow: none !important;
  }
  .cont_a_link:hover{
      color: #1660ff;
      text-decoration: underline;
  }
  .cont_slide_content p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500;
  }
  .cont_slide_content table{
      width: 100%;
      text-align: center;
      border-spacing: 0;
      overflow-x: auto;
      border-collapse: collapse;
      margin:0.7rem 0;
      /* font-size: 1.19rem; */
  }
  .cont_slide_content table thead td{
      border: 1px solid #b9b9b9;
      border-spacing:0;
      color: #000000 !important;
      font-weight: 500;
      background-color: #038afe;
    }
  .cont_slide_content table tr td{
    border-spacing:0;
    border: 1px solid #b9b9b9;
    padding:0.2rem 0.5rem;
    text-align: left;
    color: #000000;
  }
  .cont_head_line{
      display: block;
      margin:1rem 0.5rem;
      padding:1rem 0.8rem;
      text-align: center;
      border:1px solid #727272;
      font-size:28px;
  }
.blue_btn{
    display:inline-block;
    text-decoration: none;
    background-color:#038afe;
    color:#fff;
    padding:0.3rem 0.8rem;
    line-height:32px;
    border-radius:6px;
    font-size:18px;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(209, 219, 235, 0.87);
}
.blue_btn:hover{
    background-color:#0070d1;
}
.tbl_bd_btm,.tbl_bd_strip{
    width: 100%;
    text-align: center;
    border-spacing: 0;
    overflow-x: auto;
    border-collapse: collapse;
    margin:0.7rem 0;
}
.tbl_bd_btm tr td{
    border-left:0px solid #ddd !important;
    border-right:0px solid #ddd !important;
    border-top:0px solid #ddd !important;
    border-bottom:1px solid rgb(165, 165, 165) !important;
    color: rgb(0, 0, 0);
  }
.tbl_bd_btm tr:hover{
    background-color: rgba(241, 241, 241, 0.733);
}
.tbl_bd_strip tr:nth-child(even){
    background-color: #f2f2f2 !important;
}

.tbl_bd_strip tr td{
    border:0 !important;
    color:#000 !important;
}
table tr td{
    line-height:40px;
}
.menu_b{
    background-color: #d8d8d8;
    height:35px;
    width:35px;
    border-radius: 50%;
    display: none;
}
nav.sticky{
    height:55px;
}
.sticky ul:first-child li:first-child a img{
    animation:logorot 0.5s linear;
}
.sticky{
    position: fixed;
    width:100%;
    top: 0;
    z-index:10;
}
.back_top{
    display: none;
}
.back_top a{
    text-decoration: none;
    background-color: #0165e6;
    color:#fff;
}
.go_top{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom:2rem;
    right:1rem;
    height:50px;
    width: 50px;
    border-radius:50%;
    z-index: 1;
    background-color: #0165e6;
    font-size:30px;
    box-shadow: 0px 0px 10px rgba(9, 74, 177, 0.705);
}
section{
    position: absolute;
    background-color: #000000;
    height: 100vh;
    width:100%;
}
section .ad_log_card{
    position: absolute;
    top:20%;
    left:41%;
}
section .ad_log_card form{
    margin:0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    width:250px;
    padding:2rem 0.5rem;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 117, 250, 0.315);
}
section .ad_log_card form input{
    margin:0.5rem 0;
    border: 1px solid #b9b9b9;
}
section .ad_log_card form input:hover{
    border-color: #0165e6;
}
section .ad_log_card form input[type="text"]{
    padding:8px;
}
section .ad_log_card form input[type="email"]{
    padding:8px;
}
section .ad_log_card form input[type="password"]{
    padding:8px;
}
section .ad_log_card form input[type="submit"]{
    background-color: #0165e6;
    color: #fff;
    outline:none;
    padding:0.7rem 2rem;
    border: 0;
    border-radius:4px;
    cursor: pointer;
    font-size:18px;
}
section .ad_log_card form input[type="submit"]:hover{
    background-color: #0054c2;
}
.admin_log_ban{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.admin_log_ban div:last-child{
    margin-left:0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.admin_log_ban div:last-child span:first-child{
    font-size:12px;
    font-weight:700;
}
.admin_log_ban div:last-child span:last-child{
    font-size:10px;
    font-weight:400;
}
@media only screen and (max-width: 874px) {
    #burger_m_after:after{
        content:'\002631';
    }
    .menu_a{
        display: none;
    }
    .menu_b{
        display: flex;
        justify-content: center;
        align-items: center;
        color:rgb(0, 0, 0);
        font-weight: 700;
    }
    .card_box>div{
        width: 100%;
    }
    .marque {
        margin: 2% 2%;
    }
    #box_job_two{
        display: none;
    }
    #burger_m_after::after{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        content:'\002631';
        right:30px;
        background-color: #d8d8d8;
        height:35px;
        width:35px;
        border-radius: 50%;
        top:16px;
    }
    .sticky ul:first-child #burger_m_after::after{
        top:7.5px;
        animation:logorot 0.5s linear;
    }
    nav>ul:last-child:after{
        top:-200%;
        left:-100%;
        right: 0;
        content: '';
        position: absolute;
        width:5500%;
        z-index: -2;
        height:6100%;
        background-color: rgba(255, 255, 255, 0.699);
    }
    nav>ul:last-child{
        display:none;
        flex-direction: column;
        position: fixed;
        top: 15%;
        z-index:500;
        background-color: #fff;
        width: 85%;
        border-radius:8px;
        padding:1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.452);
        transition:0.5s ease-in-out;
    }
    nav>ul:last-child>li:nth-child(5)::after{
        content:'\00274C';
    }
    nav>ul:last-child>li:nth-child(5){
        position: absolute;
        top:-15%;
        right:-3%;
    }
    nav>ul:last-child li{
        margin:1rem 0;
        text-align:center;
    }
    .content_all{
        font-size:16px;
    }
    .view_more_sidebar {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
    }
    /* section .ad_log_card{
        position: absolute;
        top:15%;
        left:15%;
        right: 15%;
    } */
  }
  .new_flag::before{
      content:'New';
      position: absolute;
      color:#ffe375;
      background-color:#3477e0;
      margin-left: -10px;
      z-index: 2;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 600;
      font-size:12px;
      padding:0.1rem 0.2rem;
      border-radius:2px;
      border-left: 5px solid #fc0;
      border-right: 5px solid #fc0;
      box-shadow: 0 0 8px rgba(139, 144, 189, 0.726);
      transform: rotate(-45deg);
      animation: mymove 1s infinite;
    }
    
    @keyframes mymove {
      0% {transform: rotate(-45deg);}
      25% {transform: rotate(-60deg); }
      50% {transform: rotate(-45deg); }
      75% {transform: rotate(-60deg); }
      100% {transform: rotate(-45deg);}
    }
    .mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  /* max-height:150px; */
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:none;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
@media only screen and (max-width: 600px){
    section .ad_log_card{
        position: absolute;
        top:15%;
        left:28%;
        right: 15%;
    }
    .tb_head_data>div{
    overflow-x: scroll;
}
.cont_slide_content{
    padding:1rem 0;
}
.card_box_view_more>div:first-child{
    margin:0.2rem 0.1rem;
    padding:1rem 0.5rem;
}    
.tb_head_data p ,.flex_cont_table div  {
    line-height: 27px !important;
    font-size: 17px !important;
}
}
@media only screen and (max-width: 400px){
    section .ad_log_card{
        position: absolute;
        top:15%;
        left:15%;
        right: 15%;
    }
}
@media only screen and (max-width: 300px){
    section .ad_log_card{
        position: absolute;
        top:15%;
        left:8%;
        right: 15%;
    }
}
  @keyframes logorot{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform:rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
#register
{
    color:black;
    font-weight: 800;
}
 .buttons{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap:wrap;
  }
  .buttons a{
      text-decoration: none;
  }
  .buttons .row{
    display: block;
   margin-left: 60px;
  }
  .buttons .row button{
    position: relative;
    display: block;
    height: 55px;
    width: 150px;
    margin: 40px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
    transition: all 0s ease-out;
  }
  .row button:active{
    top: 3px;
  }
  .row button.facebook,
  .row button.facebook span{
    background: #3B5999;
    border-left: 1px solid #2E4476;
    box-shadow: 0px 5px 0px 0px #2E4476;
  }
  .row button.facebook:active{
    box-shadow: 0px 2px 0px 0px #2E4476;
  }
  .row button.twitter,
  .row button.twitter span{
    background: #46C1F6;
    border-left: 1px solid #269BD0;
    box-shadow: 0px 5px 0px 0px #269BD0;
  }
  .row button.twitter:active{
    box-shadow: 0px 2px 0px 0px #269BD0;
  }
  .row button.instagram,
  .row button.instagram span{
    background: #e1306c;
    border-left: 1px solid #c91d56;
    box-shadow: 0px 5px 0px 0px #c91d56;
  }
  .row button.instagram:active{
    box-shadow: 0px 2px 0px 0px #c91d56;
  }
  .row button.youtube,
  .row button.youtube span{
    background: #DE463B;
    border-left: 1px solid #C02B21;
    box-shadow: 0px 5px 0px 0px #C02B21;
  }
  .row button.youtube:active{
    box-shadow: 0px 2px 0px 0px #C02B21;
  }
  .row button.whatsapp,
  .row button.whatsapp span{
    background: #64e675;
    border-left: 1px solid #139226;
    box-shadow: 0px 5px 0px 0px #48c859;
  }
  .row button.whatsapp:active{
    box-shadow: 0px 2px 0px 0px #48c859;
  }
  .row button.teligram,
  .row button.teligram span{
    background: #33a8da;
    border-left: 1px solid #1590c5;
    box-shadow: 0px 5px 0px 0px #2db2eb;
  }
  .row button.teligram:active{
    box-shadow: 0px 2px 0px 0px #25afeb;
  }
  .row button.linkedin,
  .row button.linkedin span{
    background: #0c90d6;
    border-left: 1px solid #0b81c0;
    box-shadow: 0px 5px 0px 0px #0073b1;
  }
  .row button.linkedin:active{
    box-shadow: 0px 2px 0px 0px #0073b1;
  }
  .row button span{
    position: absolute;
    height: 55px;
    width: 60px;
    top: 0;
    left: -60px;
    line-height: 55px;
    font-size: 25px;
    display: block;
    font-weight: normal;
    border-radius: 5px 0 0 5px;
  }
  .row button:active span{
    top: -3px;
  }
  .row button.facebook span{
    border-right: 1px solid #2E4476;
  }
  .row button.twitter span{
    border-right: 1px solid #269BD0;
  }
  .row button.instagram span{
    border-right: 1px solid #c91d56;
  }
  .row button.youtube span{
    border-right: 1px solid #C02B21;
  }
  .row button.whatsapp span{
    border-right: 1px solid #48c859;
  }
  .row button.teligram span{
    border-right: 1px solid #007cb1;
  }
  .row button.linkedin span{
    border-right: 1px solid #0073b1;
  }
  .row button.facebook:active span{
    box-shadow: 0px 5px 0px 0px #2E4476,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.twitter:active span{
    box-shadow: 0px 5px 0px 0px #269BD0,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.instagram:active span{
    box-shadow: 0px 5px 0px 0px #c91d56,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.youtube:active span{
    box-shadow: 0px 5px 0px 0px #C02B21,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.whatsapp:active span{
    box-shadow: 0px 5px 0px 0px #48c859,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.teligram:active span{
    box-shadow: 0px 5px 0px 0px #25afeb,
                6px 4px 2px rgba(0,0,0,0.3);
  }
  .row button.linkedin:active span{
    box-shadow: 0px 5px 0px 0px #0073b1,
                6px 4px 2px rgba(0,0,0,0.3);
  }
@media only screen and (max-width: 500px){
.card_box_view_more>div:first-child {
    overflow: scroll !important;
}
}
@media only screen and (max-width: 874px) {
    .view_more_sidebar,.view_more_sidebar img  {
        width: 100%;
    }
    
}
.tbl_title{
    /* background-color: #ffffff; */
    color: rgb(0, 0, 0);
        font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: linear-gradient( 135deg, #FDEB71 10%, #F8D800 100%);
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 24px;
    user-select: none;
    text-align: center;
}
/* .tbl_title>h1{
    font-size: 25px;
} */
.tb_head_data{
    position: relative;
    display: flex;
    justify-content:space-evenly;
    align-items:flex-start;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 8px;
    padding: 12px;
    margin: 24px 0px;
    /* font-size: 0.8em; */
    flex-wrap: wrap;
    font-family: sans-serif;
}
.tb_head_data p{
        font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 0.5rem 0;
    padding: 0.5rem;
    border-radius: 8px;
    text-transform: capitalize;
    background-color: rgba(229, 229, 229, 0.274);
    font-family: sans-serif;
}
.tb_head_data h2{
    margin: 0.5rem 0;
    padding: 0.7rem 0.5rem;
    font-family: sans-serif;
}
.tb_head_data li{
    padding:0.2rem 0.5rem;
    margin:0.2rem 0;
    list-style: none;
    border-radius: 6px;
    background-color: rgba(232, 232, 232, 0.199);
}
.tb_head_data>div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.pop_simple{
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 5px;
    padding:0.4rem  1rem;
    margin:0.3rem;
    font-weight: bold;
}
.label_card_bl{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #038afe;
    /* background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 4px;
    padding:3px 12px;
    font-weight: 600;
    font-size: 0.89em;
    text-transform: uppercase;
    top:-10px;
}
.label_card_bl_yl{
    background-color: rgb(255, 208, 0);
    color: #000;
    font-weight: 700;  
}
.link_li_btn{
    background-color: rgb(230, 245, 255) !important;
    color: #000 !important;
    border-radius: 50px !important;
    display:flex;
    padding:0.2rem 0.6rem 0.2rem 1rem;
    margin: 0.5rem 0;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    font-weight: 500;
    transition: 0.4s;
}
.link_li_btn a{
    background-color: #1660ff;
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 30px;
    padding: 0.22rem 0.8rem;
    margin:0.24rem 0;
    color: #fff;
    text-decoration: none;
}
.link_li_btn:hover{
    background-color: #1660ff !important;
    color: #fff !important;
}
.link_li_btn:hover a{
    background-color: #fff !important;
    color: #1660ff !important;
}
.yl_cjip{
    background-color: rgb(255, 208, 0);
    color: #000;
    border-radius:4px;
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    display: inline-block;
    padding:0.1rem 0.5rem;
    font-weight: 600;
}
.flex_cont_table{
    position: relative;
    display: flex;
    justify-content:space-around !important;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
}
.flex_cont_table div{
    background-color: rgba(228, 228, 228, 0.591);
    border-radius: 8px;
    padding:0.5rem;
    margin:1.1rem 0;
}
.table_top_label{
    /* position: absolute; */
    left:50%;
    /* transform:translateX(-25%); */
    transform:translate(-80%, -80%);
    background-color: rgb(255, 208, 0);
    border-radius: 50px;
    color: #000;
    padding: 0.3rem 1rem;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
}
.bg-primary{
    background-color: #007bff!important;
}
.bg-secondary{
    background-color: #6c757d!important;
}
.bg-success{
    background-color: #28a745!important;
}
.bg-warning{
    background-color: #ffc107!important;
}
.bg-danger{
    background-color: #dc3545!important;
}
.bg-info{
    background-color: #17a2b8!important;
}
.bg-white{
    background-color: #fff!important;
}
.bg-dark{
    background-color: #343a40!important;
}
.text-primary{
    color: #007bff!important;
    font-weight:500;
}
.text-secondary{
    color: #6c757d!important;
    font-weight:500;
}
.text-success{
    color: #28a745!important;
    font-weight:500;
}
.text-warning{
    color: #ffc107!important;
    font-weight:500;
}
.text-danger{
    color: #dc3545!important;
    font-weight:500;
}
.text-info{
    color: #17a2b8!important;
    font-weight:500;
}
.text-white{
    color: #fff!important;
    font-weight:500;
}
.text-dark{
    color: #343a40!important;
    font-weight:500;
}
.link{
    text-decoration: none;
    color: #0040ff;
    font-weight:600;
}
.link:hover{
    text-decoration: underline;
}


.telegramBtn{
    border: none;
    background-color: #038afe;
    color: #fff;
    width: 100%;
    padding: 0.8rem;
    cursor: pointer;
    font-size: 1em;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms ease-in-out;
}
.telegramBtn:hover{
    background-color: #0071d4;
}
.instagramBtn{
    transition: 300ms ease-in-out;
    margin-top: 0.5rem;
        background: #f09433; 
      background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
      background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
      background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.instagramBtn:hover{
      background: #f09433; 
      background: -moz-linear-gradient(45deg, #e48623 0%,#ca4f22 25%,#d31b36 50%,#c5175d 75%,#b00d7c 100%); 
      background: -webkit-linear-gradient(45deg, #e48623 0%,#ca4f22 25%,#d31b36 50%,#c5175d 75%,#b00d7c 100%); 
      background: linear-gradient(45deg, #e48623 0%,#ca4f22 25%,#d31b36 50%,#c5175d 75%,#b00d7c 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.telegramBtn i,.instagramBtn i{
    font-size: 2em;
    padding: 0 0.5rem;
}
.blinkText{
    animation: blink 1s linear infinite;
}
.backimganimation {
    animation: animatedBackground 25s linear infinite alternate;
    background-image: url(../../bg/job.jpg);
    background-repeat: repeat;
}
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.flash_bg_card{
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border-radius: 8px;
    padding: 12px;
    margin: 24px 0px;
    font-size: 0.8em;
    background-color: #c3e7ff;
}
.flash_bg_card>span{
    color: #0099ff;
    font-weight: 700;
    font-size: 20px;
    padding:0.2rem 0.7rem;
}
.flash_bg_card>span img{
    padding-right: 0.4rem;
}
.flash_bg_card>ul{
    list-style-type: none;
    padding: 0.2rem 0.6rem;
    line-height: 40px;
    font-weight: 600;
}
.flash_bg_card>ul>li{
    border-bottom: 0.5px solid #79c0ff;
    font-size: 16px;
    color: #0a68e2;
}
.flash_bg_card>ul>li:last-child{
    border: 0;
}
.tb_head_data table thead tr td,.tb_head_data table thead tr{
    background-color: #038afe;
    color: #fff !important;
    text-align: center;
}
.tb_head_data table thead tr td p,.tb_head_data table thead tr td span,.tb_head_data table thead tr td div{
    background-color: none;
}
.tb_head_data div img{
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 16px 32px 0px rgb(233 238 242 / 40%);
    border: 0.5px solid #b9b9b99e;
}
.faq_card_bl{
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    background: #038afe;
    color: #fff;
    margin: 0 2rem;
    border-radius: 0.4rem 0.5rem 0 0;
    padding:0.5rem 0.7rem;
}

.faq_card_bl i {
  margin-right: 12px;
  font-size: 26px;
  color: #fff;                /* icon accent color */
  transition: transform 0.3s ease;
}

/* Hover effect */
/* .faq_card_bl:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
} */

.faq_card_bl:hover i {
  transform: rotate(15deg);
}
.content_all li{
    list-style-type: none;
}
.content_all .span{
    width: 100%;
}
.content_all .div{
    width: 100%;
    padding: 0.5rem 0;
}
.content_all .span a {
  display: inline-block;          /* ensures padding & hover work nicely */
  background: #007bff;            /* primary blue */
  border: 1px solid #ffffff;      /* clean white border */
  box-sizing: border-box;
  border-radius: 6px;             /* slightly softer corners */
  color: #fff;                    /* white text */
  font-size: 16px;
  font-weight: 500;               /* medium weight for clarity */
  padding: 12px 18px;             /* balanced spacing */
  text-decoration: none;
  margin: 15px 0;
  width: 100%;                    /* full width in container */
  text-align: center;             /* center text */
  transition: all 0.3s ease;      /* smooth hover animation */
  box-shadow: 0 3px 6px rgba(0,0,0,0.1); /* subtle depth */
}

/* Hover effect */
.content_all .span a:hover {
  background: #0056b3;            /* darker blue on hover */
  color: #fff;
  transform: translateY(-1px);    /* slight lift */
  box-shadow: 0 6px 12px rgba(0,0,0,0.15); /* deeper shadow */
  border-color: #e0e0e0;          /* softer border on hover */
}

/* Optional: focus/active states for accessibility */
.content_all .span a:active {
  transform: translateY(0);       /* reset lift when clicked */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.content_all .span a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.685); /* focus ring */
}

/* First row background blue, text white */
.content_all table tr:first-child,.content_all table tr:first-child td {
  background-color: #007bff; /* Blue background */
  color: #fff;               /* White text */
}

/* Optional: hover effect for table rows */
.content_all table tr:not(:first-child):hover {
  background-color: #f1f1f1;
}
  /* Mobile CSS  */

  @media (max-width: 500px) {
    .view_more_head>div {
    border-radius: 0.2rem;
}
  }
  .flex_cont_table {
  display: flex;
  flex-wrap: wrap;       /* allow wrapping for smaller screens */
  gap: 10px;             /* spacing between columns */
}

/* Each child div acts as a column */
.flex_cont_table > div {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9f9f9;   /* optional styling */
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .flex_cont_table > div {
    flex: 1 1 100%;      /* full width on mobile */
  }
}
/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  gap: 8px; /* spacing between links */
}

/* Pagination links */
.pagination a,
.pagination strong {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* Hover effect */
.pagination a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Active page */
.pagination strong {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: bold;
}

/* Optional: add Previous/Next buttons */
.pagination .prev,
.pagination .next {
  font-weight: bold;
}