@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}
.head-cont{
    background-image: linear-gradient(120deg, #38c700 0%, #268600 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
ul li{
    list-style: none;
}
.head-cont ul{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size:14px;
}
.head-cont ul li{
    padding:0 2rem;
}
.head-cont ul li i{
    padding:0 0.5rem;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:2px solid #38c700;
    z-index:2000;
}
nav .img-logo img{
    height:100px;
    padding:0.5rem 1.5rem;
}
nav ul:last-child{
    display: flex;
    justify-content: space-between;
}
nav ul{
  margin:0 1rem;
}
nav ul li{
    margin:0 0.1rem;
}
nav ul li:last-child{
    margin-right:1rem;
}
.gr-btn{
    display: block;
    outline: none;
    text-decoration: none;
    border: none;
    background: #31ad00;
    color: #fff;
    min-height:21px;
    padding:10px 20px;
}
.menu_bar{
  display: flex;
  justify-content: center;
  align-items: center;
  height:50px;
  width: 50px;
  margin-right: 1rem;
  background: #38c700;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
}
.gr-btn:hover{
    background: #38c700;
}
.bg-gr-btn{
    display: block;
    min-height:21px;
    text-decoration: none;
    padding:10px 15px;
    color: rgb(59, 59, 59);
}
.bg-gr-btn:hover{
    background-color: rgb(233, 233, 233);
}
/* Dropdown Css Start  */
.dropdown {
    float: left;
    overflow: hidden;
  }
  .dropdown .dropbtn {
    font-size: 15px;  
    border: none;
    outline: none;
    color: rgb(59, 59, 59);
    padding: 10px 15px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .dropdown:hover .dropbtn {
    background-color: rgb(233, 233, 233);

  }
  .dropdown .dropbtn i{
      margin-left:5px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #268600;
    color: #fff;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
/* Dropdown Css End */
.sect-cont-bg{
    height:400px;
    background-image:url('../images/bg2.jpg');
    background-size: cover;
}
.cont-head{
    height: 400px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: rgba(0, 0, 0, 0.473);
    text-align: center;
}
.cont-head h1{
    font-size:4em;
}
.cont-head h4{
    font-size:1.5em;
}
.cont-head a{
    margin:10px 0;
    padding:10px 30px;
}
.card-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card-wht-gr{
    width:320px;
    text-align: center;
    margin:3rem 1rem;
    padding:1rem;
    box-shadow: 0 4px 18px rgba(155, 155, 155, 0.664);
    border-radius: 5px;
}
.card-wht-gr:hover{
    box-shadow: 0 5px 20px rgba(131, 131, 131, 0.664);
    transform: scale(1.05);
    transition: all ease-in-out 0.35s;
}
.card-wht-gr hr{
    border:2px solid rgb(36, 36, 36);
    width:50px;
    margin-left:41.5%;
}
.card-wht-gr img,.card-wht-gr  h3,.card-wht-gr p{
    margin:5px 0;
}
.card-wht-gr p{
    padding:8px 0;
}
.card-wht-green{
    background: #38c700;
    color: #fff;
}
.white-btn{
    text-decoration: none;
    background-color: #fff;
    color: #38c700;
    margin:12px 0;
    padding:5px 30px;
    border-radius: 4px;
}
/* Services CSS Start  */
.services,.service-tab,.serv-tab-a,.clients-cont,.serv-tab-b,.serv-tab-c,.service-tab div img,.service-card,.comp-conf,.comp-conf-card,.comp-conf-card span:first-child,.about-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-card{
    flex-wrap: wrap;
}
.services{
    flex-direction: column;
    text-align: center;
}
.serv-tab-a{
    margin:0.5rem 0.5rem;
    padding:10px 25px;
    width:200px;
    height:200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    transition: all 0.2s;
}
.serv-tab-a span:nth-child(odd){
  font-weight: 800;
  padding-right:5px;
}
.serv-tab-a:hover{
  transform: scale(1.1);
}
.serv-tab-a:nth-child(odd){
    background: #f4ffee;
}
.serv-tab-a:nth-child(even){
    background: #38c700;
    color:#fff;
}
.serv-tab-a:nth-child(odd) span{
    color: #38c700;
}
.serv-tab-a:nth-child(even) span{
    color:#fff;
}
.service-tab{
max-width: 1050px;
  flex-wrap: wrap;
  margin: 2rem 0;
}
/* .serv-tab-a{
    border-radius:100px 0 0 100px;
}
.serv-tab-c{
    border-radius:0 100px 100px 0;
} */
.card-serv-img{
    width:205px;
    border-radius: 5px;
    text-align: center;
    margin:3rem 1rem;
    padding:1rem;
    box-shadow: 0 4px 20px rgba(175, 175, 175, 0.589);
    cursor: default;
}
.card-serv-img:hover{
  border: 1px solid #48ff00;
}
.card-serv-img img{
    width: 100%;
}
.txt-gr{
    color: #38c700;
}
.card-serv-img hr{
    width:50px;
    border:1px solid rgb(77, 77, 77);
    margin-left:40%;
    margin-top:5px;
    margin-bottom: 5px
}
.card-serv-img h3,.card-serv-img p{
    padding:5px 0;
}
/* Services CSS End */
/* About Us Section Start  */
.abouthead,.about-head-lt,.about-head-rt{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gr-crc{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgb(202, 202, 202);
    margin:0 0.5rem;
}
.about-head-lt hr,.about-head-rt hr{
    width:5rem;
}
.about-cont{
    margin:1rem 10%;
    position: relative;
}
.about-cont-img img{
    height: 250px;
    border-radius: 50%;
    float: right;
    position: relative;
    overflow: hidden;
    shape-outside: circle();
}
.about-cont section h2{
    font-size:4em;
    margin-bottom: 15px;
}
.about-cont section p{
    font-size: 1em;
    letter-spacing: 1.2px;
}
.about-cont section p::first-letter{
    font-size: 2em;
    color:#38c700;
    font-weight: 800;
}
.about-cont section{
  /* max-width:900px; */
    width: 100%;
    position: relative;
    padding: 70px;
    box-shadow: 0 2px 8px rgba(189, 189, 189, 0.486);
    margin: 2rem 0;
}
.about-cont .round{
    position: relative;
    overflow: hidden;
    border:10px solid rgb(12, 177, 0);
    box-shadow: 0 4px 8px rgba(197, 197, 197, 0.493);
    margin:8px;
}
.about-cont section .round.r2{
    width:250px;
    height: 250px;
    border-radius: 50%;
    float: right;
    shape-outside: circle();
}
.about-cont section .round.r2 img{
    height:250px;
}
/* About Us Section End */
/* Conf section -------------------------- */
.comp-conf{
    position: relative;
    height:50vh;
    background-image: url('../images/confbgb.jpg');
    background-size: cover;
    margin: 1.5rem 0;
    z-index: 1;
}
.comp-conf{
  flex-wrap: wrap;
}
.comp-conf::after{
    content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.575);
top:50%;
left: 50%;
transform: translate(-50% , -50%);
z-index: -1;
}
.comp-conf-card{
    height: 90px;
    width:230px;
    background-color: #fff;
    border-radius: 12px;
    padding:1rem;
    margin: 0 1.2rem;
    z-index: 2;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.459);
}
.comp-conf-card span img{
    height:25px;
}
.comp-conf-card span:nth-child(2){
    font-size: 1.5em;
    font-weight: 900;
    color: #30a800;
    letter-spacing: 2px;
    padding:0 4px;
    border-right: 2px solid rgb(136, 136, 136);
    margin-right:10px;
}
.comp-conf-card span:first-child{
    background: #38c700;
    width: 40px;
    height: 40px;
    padding:15px;
    border-radius:12px;
    margin: 0 4px;
}
.comp-conf-card hr{
    border: 1px solid rgb(153, 153, 153);
    width: 100px;
    transform: rotate(90deg);
}
.comp-conf-card h5{
    text-transform: uppercase;
    color: #696969;
    font-weight: lighter;
    letter-spacing: 1.1px;
}
.conf-card-green{
    background: #38c700;
    color: #fff;
}
.conf-card-green.comp-conf-card h5,.conf-card-green.comp-conf-card span:nth-child(2),.conf-card-green.comp-conf-card hr{
    color: #fff;
    border-color: #fff;
}
.conf-card-green.comp-conf-card span:first-child{
    background-color: #fff;
}
/* Conf section -------------xxxxxx------------xxxxx------- */

/* Testinomials CSS ---------------------------- */
.testinom-body{
    margin:2rem 0
}
.wrapper{
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .box{
    background: #fff;
    width: calc(33% - 10px);
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  }
  .wrapper .box i.quote{
    font-size: 20px;
    color: #38c700;
  }
  .wrapper .box .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
  }
  .box .info .name{
    font-weight: 600;
    font-size: 17px;
  }
  .box .info .job{
    font-size: 16px;
    font-weight: 500;
    color: #38c700;
  }
  .box .info .stars{
    margin-top: 2px;
  }
  .box .info .stars i{
    color: #38c700;
  }
  .box .content .image{
    height: 75px;
    width: 75px;
    padding: 3px;
    background: #38c700;
    border-radius: 50%;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }
  
  @media (max-width: 1045px) {
    .wrapper .box{
      width: calc(50% - 10px);
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper .box{
      width: 100%;
    }
  }
  
/* Testinomials CSS ------------------xxxxxx---xxxxxxxxxxx------- */
/* Notification Section ------------- */
.card-noti-img{
    position: relative;
    width:320px;
    height:500px;
    border-radius: 5px;
    text-align: center;
    margin:3rem 1rem;
    padding:1rem;
    box-shadow: 0 4px 20px rgba(175, 175, 175, 0.589);
    overflow: hidden;
}
.card-noti-img h3,.card-noti-img p{
    text-align: left;
    padding:6px 0;
}
.card-noti-img h3{
    margin-top: 1rem;
}
.card-noti-img p{
    color: #4e4e4e;
}
.card-noti-img hr{
    border: 2px solid #38c700;
    width: 80px;
    margin:6px 6px 6px 0;
}
.card-noti-img img{
    padding:4px;
    width: 100%;
}
.noti-date{
    position: absolute;
    margin-top: -2rem;
    margin-left: 1.5rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:50px;
    box-shadow: 0 4px 8px rgba(82, 82, 82, 0.555);
}
.noti-date span:first-child{
    background: #38c700;
    color: #fff;
    width: 100%;
    font-size:1.2em;
    font-weight: bold;
}
.noti-date span:last-child{
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    padding: 2px 0;
}
/* Notification Section --------xxxxxxxxxxx--xxxxxxxxxx--- */
/* Footer CSS ------------ */
footer{
    width: 100%;
    border-top: 2px solid #38c700;
  }
  footer .main-content{
    display: flex;
  }
  footer .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  footer .box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  footer .box .content{
    margin: 20px 0 0 0;
    position: relative;
  }
  footer .box .content:before{
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #cacaca;
  }
  footer .left .content p{
    text-align: justify;
  }
  footer .center .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  footer .center .content .phone{
    margin: 15px 0;
  }
  footer .bottom center{
      display: flex;
      justify-content: space-evenly;
    padding:10px;
    font-size: 0.9375rem;
    background: #288f00;
    margin-top:10px;
  }
  footer .bottom center{
    flex-wrap: wrap;
  }
  footer .bottom center span{
    color: #ffffff;
  }
  footer .bottom center a{
    color: #000000;
    text-decoration: none;
  }
  footer .bottom center a:hover{
    text-decoration: underline;
  }
  @media screen and (max-width: 900px) {
    footer{
      position: relative;
      bottom: 0px;
    }
    .main-content{
      flex-wrap: wrap;
      flex-direction: column;
    }
    .main-content .box{
      margin: 5px 0;
    }
  }
  .gr-link-btn{
    text-decoration: none;
    color: #31ad00;
    font-weight: bold;
    padding:5px 0;
    margin:10px 0
    
}
.gr-link-btn:hover{
    text-decoration: underline;
}
.footer-link{
    text-decoration: none;
    color:#000;
}
.footer-link:hover{
    color:#31ad00;
}
.credit .linkhref{
    text-decoration: none;
    color: #fff;
    padding: 0 4px;
}
.credit .linkhref:hover{
    text-decoration: underline;
}
.social a{
    margin:0 4px;
}
/* Footer CSS -----xxxx-----------xxxxxx */
/* Timeline Content  */
.timelinedata{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.timelinedata .wrapper{
    max-width:1000px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
  }
  .timelinedata .wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
    background: #30a800;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .timelinedata .wrapper .row{
    display: flex;
  }
  .timelinedata .wrapper .row-1{
    justify-content: flex-start;
  }
  .timelinedata .wrapper .row-2{
    justify-content: flex-end;
  }
  .timelinedata .wrapper .row section{
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
  }
  .timelinedata .wrapper .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #30a800;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .timelinedata .row-1 section::before{
    right: -7px;
  }
  .timelinedata .row-2 section::before{
    left: -7px;
  }
  .timelinedata .row section .icon,
  .timelinedata .center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #30a800;
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
  }
  .timelinedata .center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
  }
  .timelinedata .row-1 section .icon{
    top: 15px;
    right: -60px;
  }
  .timelinedata .row-2 section .icon{
    top: 15px;
    left: -60px;
  }
  .timelinedata .row section .details,
  .timelinedata .row section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .timelinedata .row section .details .title{
    font-size: 22px;
    font-weight: 600;
  }
  .timelinedata .row section p{
    margin: 10px 0 17px 0;
  }
  .timelinedata .row section .bottom a{
    text-decoration: none;
    background: #30a800;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .timelinedata .row section .bottom a:hover{
    transform: scale(0.97);
  }
  @media(max-width: 790px){
    .timelinedata  .wrapper .center-line{
      left: 40px;
    }
    .timelinedata .wrapper .row{
      margin: 30px 0 3px 60px;
    }
    .timelinedata .wrapper .row section{
      width: 100%;
    }
    .timelinedata .row-1 section::before{
      left: -7px;
    }
    .timelinedata  .row-1 section .icon{
      left: -60px;
    }
  }
  @media(max-width: 440px){
    .timelinedata .wrapper .center-line,
    .timelinedata   .row section::before,
    .timelinedata  .row section .icon{
      display: none;
    }
    .timelinedata   .wrapper .row{
      margin: 10px 0;
    }
  }
/* Timeline Content -----------xxxxxxxx----------xxxxx-------- */
/* Contant Page Heading */
.sect-content-bg{
    height:500px;
    background-image:url('../images/dgft/iec_certi.jpg');
    background-size: cover;
}
.content-heading{
    height: 500px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    background: #4d4d4d7a;
    color: #fff;
    text-align: center;
}
.content-heading h2{
    background: #30a800;
    padding:15px 40px;
    border-radius:100px;
    font-size: 2em;
}
#skip{
    margin-top:3.2rem;
}
.skip{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px 0;
    animation: skip_blink 1s linear infinite;
}
.skip img{
    width: 50px;
}
@keyframes skip_blink{
    0%{
        opacity:0;
    }
    25%{
        opacity:0.25;
    }
    50%{
        opacity:0.5;
    }
    75%{
        opacity:0.7;
    }
    100%{
        opacity:1;
    }
}
/* Contant Page Heading ---xxxxx-------xxxxx-----*/
.contant-list{
    list-style-type: none;
    padding-left:1rem;
}
.num-gr{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #38c700;
    color: #fff;
    font-size: 10px;
    margin:2.7px;
    letter-spacing: 1.2px;
    margin-top: 1rem;
}
.cont-p{
    line-height: 28px;
    letter-spacing: 1.2px;
}
.list-cir{
  margin-top:0.5rem;
  margin-left: 1.5rem;;
  list-style-type: circle;
  list-style-image: url('../images/gr-arw-sm.png');
}
.contant-list ul li{
  width: 100%;
}
.cross_menu,.drop_icon{
  display: none;
}
.clients-cont{
  align-items: center;
  margin: 2rem 0;
  flex-wrap: wrap;

}
.client-data{
  background:hsl(0, 0%, 93%);
  padding:10px 25px;
  margin: 5px;
  border-radius: 100px;
  color: #000000;
}
.client-data i{
  color:#38c700;;
  padding: 0 5px;
}
.home{
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  padding:0 4px;
}
.home a{
  color: #38c700;
}
.card-wht-gr{
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .menu_bar{
    display: flex;
  }
  .menu-list{
    display: none;
  }
  .head-cont ul{
    font-size:10px;
}
.head-cont ul li{
    padding:0 0.5rem;
}
.head-cont ul li i{
    padding:0 0.2rem;
}
.gr-crc{
  width: 20px;
  height: 20px;
}
nav .img-logo img{
  padding:0.5rem 0.2rem;
}
.cont-head h1{
  font-size:2em;
}
.cont-head h4{
  font-size:1em;
}
.about-head-lt hr,.about-head-rt hr{
  width:2rem;
}
.about-head-ct h2{
  font-size:1em;
}
.about-head-ct h5{
  font-size:0.6em;
}
.about-cont{
  margin:0.8rem 0.5rem;
}
.about-cont section .round.r2{
  width:150px;
  height: 150px;
}
.about-cont section .round.r2 img{
  height:150px;
}
.about-cont section h2{
  font-size:2em;
  margin-bottom: 10px;
}
.about-cont section p{
  font-size: 1em;
}
.about-cont section p::first-letter{
  font-size:1.5em;
}
.about-cont section{
  padding:10px;
}
.about-cont .round{
  border:5px solid rgb(12, 177, 0);
}
.serv-tab-a,.serv-tab-b,.serv-tab-c{
  margin:0.5rem 0.5rem;
}
.comp-conf-card{
  margin:0.6rem 0.2rem;
}
.comp-conf{
  height: auto;
}
.service-tab{
  flex-wrap: wrap;
}
.web-hide{
  display: none;
}

.par-menu-list{
  position: relative;
  z-index: 50;
}
.menu_dropdown{
  display:none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 10%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.cross_menu{
  display: none;
  position: absolute;
  left:0px;
  top:5px;
  color: red;
  font-size:3em;
  cursor: pointer;
}
.menu-list{
  margin: 1rem 0;
}
.menu-list:last-child{
  margin-bottom: 2rem;
}
.cross_menu{
  display: none;
}
.drop_icon{
  display: block;
}

}
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;;
  opacity: .99;
}
.loader {
  margin-left: 45%;
  margin-top: 20%;
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #12ce1c; /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
#goBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #38c700;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 50%;
}
#goBtn i,.gr-table{
  display: flex;
  justify-content: center;
  align-items: center;
}
#goBtn:hover {
  background-color: #42e601;
}.gr-table{
  /* border: 1px solid #38c700; */
  margin:1rem 10%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgb(6, 172, 0);
  box-shadow: 0 4px 8px rgba(71, 71, 71, 0.384);
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #2ea100;color:#fff;}
.noti-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin:1rem 4%;

}
.noti-wrap .noti-card{
  background-color: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 4px 8px rgba(150, 150, 150, 0.452);
  width: 100%;
  border-left: 8px solid #38c700;
  margin: 1rem 0;
}
.noti-wrap .noti-card i.fa{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  left:-15px;
  top: -5px;
  background-color: #ffe600;
  animation: hang 1.5s ease-in-out infinite;
}
.dop{
  font-weight: 800;
  color:rgb(59, 59, 59);
  display: block;
  padding:0.2rem 0;
}
@keyframes hang{
  0%{
    transform: rotate(-10deg);
  }
  100%{
    transform: rotate(10deg);
  }
}