*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: #f5f5fb;
}
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;
}
#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 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:#0703fe;
}
.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:8px 8px 0 0;
    width:300px;
    border-bottom:2px solid rgb(184, 184, 184);
}
.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: #0703fe;
    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;
  }
  .content_all{
      background-color: #fff !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: #0703fe;
      text-decoration: underline;
  }
  .cont_slide_content table{
      width: 100%;
      text-align: center;
      border-spacing: 0;
      overflow-x: auto;
      border-collapse: collapse;
      margin:0.7rem 0;
  }
  .cont_slide_content table thead td{
      border: 1px solid #b9b9b9;
      border-spacing:0;
      color: #000000 !important;
      font-weight: 500;
  }
  .cont_slide_content table tr td{
    border-spacing:0;
    border: 1px solid #b9b9b9;
    padding:0.2rem 0.5rem;
    text-align: left;
    color: #535353;
  }
  .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="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:17px;
    }
    .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%;
    }
}
@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);
    }
}


.contactform>input,.contactform>textarea{
    display: block;
    background-color: #fff;
    border: 1px solid rgb(133, 133, 133);
    border-radius: 0.45rem;
    width: 100%;
    outline: none;
    padding:0.8rem  0.85rem;
    margin:0.9rem 0.45rem;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  input[type='submit'].contactformbtn{
      text-decoration: none;
      background-color: rgb(0, 135, 212);
      color: #fff;
      padding: 0.55rem 2rem;
      font-size: 1.2em;
      border-radius: 0.45rem;
      border:0;
      margin: 0.9rem 0.45rem;
      cursor: pointer;
  }

  /* 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: 20px;             /* spacing between columns */
}

/* Each child div acts as a column */
.flex_cont_table > div {
  flex: 1 1 50%;         /* two columns by default */
  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 */
  }
}

/* Optional label styling */
.table_top_label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #333;
}