.px-10 {
    padding: 0 50px;
}

.section {
    padding: 50px 0px;

}

.mini {
    font-size: 14px;
    color: #838383;
    margin: 0;
}

h2 {
    font-size: 38px;

}

h4 {
    font-size: 30px;
    font-weight: 600;
}

.primary-color {
    color: var(--primary-color);
}

.bg-light {
    background-color: #f4f4f4;
}

.head-ban{
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(45deg,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.2)), url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
}
.head-ban h4{
    font-size: 75px;
    color: white;
    text-transform: capitalize;
}

/* default */

.first h4 {
    font-size: 55px;
}

.first .mini-heading {
    font-weight: 600;
}

.first .image {
    background-image: url(../images/bg_img_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 500px;
    overflow: hidden;
}

.first .image img {
    width: 100%;
}

.para {
    font-size: 16px;
    color: black;
    text-align: justify;
}

.pri-btn {
    display: block;
    width: fit-content;
    margin: 20px 0px;
    text-decoration: none;
    color: white;
    padding: 10px 25px;
    background-color: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
}

.m-card .svg {
    /* padding: 10px; */
    border-radius: 50px;
    background-color: white;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    /* width: fit-content; */
    display: flex;
    align-items: center;
    gap: 20px;
    /* color: var(--primary-color); */
    margin-bottom: 20px;
}

.second h4 {
    /* color: var(--primary-color); */

}


.m-card svg {
    width: 50px;
}

.m-card {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 30px;
}

.m-and-v{
    transition: all ease .5s;
}

.m-and-v:hover{
background-color: #0038a9;
}
.m-and-v:hover p{
    color: #fff;
}

.second .minus {
    margin-top: -150px;
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #4c87fe;
    --bs-table-border-color: #202020;
    --bs-table-striped-bg: #8db9fa;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    border: 1px solid black;
}

.table-bordered>:not(caption)>* {
    border-width: 0;
}
.table-group-divider {
    border-top: calc(var(--bs-border-width)* 1) solid currentcolor;
}

.table-para {
    max-width: 300px;
    max-lines: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table .pri-btn {
    margin: 0;
}

.image-x {
    background-image: url(../images/mask\ bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.image-x img {
    -webkit-mask-image: url(../images/mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.service-card {
    height: 100%;
    transition: all ease .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card h4 {
    font-size: 23px;
}

.service-card a {
    display: block;
    background-color: var(--primary-color);
    padding: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.service-card:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.service-card:hover .para {
    color: #fff;
}

.service-card .svg {
    width: fit-content;
    padding: 10px;
    gap: 0px;
    /* color: var(--primary-color); */
    margin-bottom: 5px;
}

.service-card .svg svg{
    width: 40px;
}

.service-card:hover a {
    background-color: #fff;
    color: var(--primary-color);
}

.form-card {
    min-width: 300px;
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 20px;
    position: relative;

}
.form-card .close{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: rgba(255, 255, 255, 0.6);
    /* padding: 5px; */
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;


}
.msg{
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 10px;
    transition: all ease 0.5s;
}

.form-card form input,
textarea {
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-card button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-card form input::-webkit-file-upload-button {
display: none;
}

.banner {
    min-height: 450px;
    background-image:
        linear-gradient(45deg,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.2)), url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
}

.number-block {
    margin-top: -60px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.number-block .container {
    background-color: #fff;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.number-block h4 {
    color: var(--primary-color);
    font-size: 40px;
    margin: 0;

}

.number-block p {
    font-weight: 600;
}

.number-block .col-md-3 {
    border-right: 1px solid gray;
}

.number-block .col-md-3:last-child {
    border: none;
}

.top-card{

    position: fixed;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: hidden;
    transition: all ease 0.5s;
    animation: scale .5s ease;
    z-index: 9999;
}
.top-card .form-card{
    max-width: 600px;
}

@keyframes scale {
    from{
        scale: 0;
    }
    to{
        scale: 100%;
    }
    
}

@media (max-width:600px) {

    .top-card .form-card{
    max-width: 80%;
}  
    
}

#myProgress {
    width: 100%;
    background-color: #ddd;
    margin-bottom: 10px;
    padding: 10px;
  }
  
  #myBar {
    width: 1%;
    height: 30px;
    background-color: #0038a9;
  }

  #myProgress-2 {
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    padding: 2px;
    border-radius: 50px;
  }
  
  #myBar-2 {
    width: 1%;
    height: 20px;
    background-color: #161bad;
    border-radius: 50px;
  }

@media (max-width:600px) {
    .first h4 {
        font-size: 35px;
    }
    .head-ban {
        height: 200px;
    }

    .head-ban h4 {
        font-size: 50px;
    }
    .number-block .col-md-3 {
        border-right: none;
        border-bottom:1px solid gray ;
    }
    .number-block .col-md-3:last-child {
        /* border: none; */
        border-bottom:1px solid gray ;
    }
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 45px;
    aspect-ratio: 1;
    --c:no-repeat repeating-linear-gradient(90deg,#000 0 calc(100%/7),#0000 0 calc(200%/7));
    background: var(--c),var(--c),var(--c),var(--c);
    background-size: 140% 26%;
    animation: l26 .75s infinite linear;
    margin: 0 auto;
  }
  @keyframes l26 {
   0%,
   5%   {background-position:0    calc(0*100%/3),0    calc(1*100%/3),0    calc(2*100%/3),0    calc(3*100%/3)}
   20%  {background-position:50%  calc(0*100%/3),0    calc(1*100%/3),0    calc(2*100%/3),0    calc(3*100%/3)}
   40%  {background-position:100% calc(0*100%/3),50%  calc(1*100%/3),0    calc(2*100%/3),0    calc(3*100%/3)}
   60%  {background-position:100% calc(0*100%/3),100% calc(1*100%/3),50%  calc(2*100%/3),0    calc(3*100%/3)}
   80%  {background-position:100% calc(0*100%/3),100% calc(1*100%/3),100% calc(2*100%/3),50%  calc(3*100%/3)}
   95%,
   100% {background-position:100% calc(0*100%/3),100% calc(1*100%/3),100% calc(2*100%/3),100% calc(3*100%/3)}
  }

  .smooth .image{
    max-width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .smooth .image img{
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: contain;
    object-position: center;
  }
  .ddx tr th{
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 0;
  }
  .d-c{
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
transition: box-shadow .2s linear;
padding: 20px;
border-radius: 20px;
margin: 10px;
height: 100%;
 }
 .d-c:hover{
     box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
 }