.pro .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
    background: linear-gradient(180deg, black, transparent);
    border: 2px solid rgb(35, 130, 245);
}
.top-strip {
    min-height: 48px;
    height: 100%;
    padding: 8px 0;
    background: #000000;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.contact{
    background: url(../img/Asset2.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0px;
}
.contact .contact-information {
    background: linear-gradient(180deg, #0000002b, #ffffff00);
    border-radius: 20px;
    /* padding: 20px; */
    text-align: center;
}
.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#0056d2;
    border-radius: 50px;
}
.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color:#0d3374;
    padding-top: 10px;
}

.top-strip .icon-facebook i {
    color: #00a2f3;
}

.top-strip .icon-twitter {
    color: #1dc4fb;
}

.top-strip .icon-instagram {
    color: #057cc3;
}

.top-strip .icon-g-plus {
    color: #f51717;
}

.top-down {
    background: url(../img/Asset2.png);
    background-size: cover;
    background-attachment: fixed;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #0056d2;
    border-radius: 20px;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #0056d2;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #000000;
    text-decoration: none;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 6px 4px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgb(238, 28, 28);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width:2560px) {
    .navbar-light .navbar-toggler {
        border-color: rgb(28, 126, 238);
    }
    .contact h2 {
        padding-top: 10px;
        color: #0056d2;
        font-family: 'Kanit', sans-serif;
    }
    .pages{
        padding: 30px 0;
    }
    .pages h2 {
        padding-top: 10px;
        color: #0056d2;
        font-family: 'Kanit', sans-serif;
    }
    .footer {
        position: relative;
        /* margin-top: 33px; */
        padding-top: 48px;
        /* background: #000000; */
        background: url(../img/bgg.jpg);
        background-size: cover;
        background-attachment: fixed;
    }
    .footer h4{
        color: #e9eef5;
    }

    .footer .footer-contact,
    .footer .footer-link,
    .footer .footer-newsletter {
        position: relative;
        margin-bottom: 45px;
        color: #f0d9d9;
        /* text-align: center; */
    }

    .footer .footer-contact h2,
    .footer .footer-link h2,
    .footer .footer-newsletter h2 {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 10px;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
    }

    /* .footer .footer-contact h2::after,
    .footer .footer-link h2::after,
    .footer .footer-newsletter h2::after {
        position: absolute;
        content: "";
        width: 59px;
        height: 2px;
        bottom: 0;
        left: 90px;
        background: #4bb2f7;
    } */

    .footer .footer-link a {
        display: block;
    margin-bottom: 10px;
    color: #decccc;
    transition: .3s;
    text-align: start;
    }

    .footer .footer-link a::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 6px;
        color:#0056d2;
    }

    .footer .footer-link a:hover {
        color: #fbaf32;
        letter-spacing: 1px;
    }

    .footer .footer-contact p i {
        width: 28px;
        color:#0056d2;
    }

    .footer .footer-social {
        position: relative;
        margin-top: 20px;
        display: flex;
    }

    .footer .footer-social a {
        display: inline-block;
        margin-right: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0056d259;
        border-radius: 35px;
        font-size: 16px;
        color: #ffffff;
    }

    .footer .footer-social a:hover {
        background: #0056d2;
    }

    .footer .footer-social a:last-child {
        margin: 0;
    }

    .footer .footer-newsletter .form {
        position: relative;
        width: 100%;
    }

    .footer .footer-newsletter input {
        height: 60px;
        background: transparent;
        border: 1px solid #4bc9ff;
        border-radius: 5px;
    }

    .footer .footer-newsletter .btn {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 44px;
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 700;
    }

    .footer .copyright {
        position: relative;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background:#0056d2;
    }

    .footer .copyright p {
        margin: 0;
        display: inline-block;
        color: #fff;
    }

    .footer .copyright p a {
        color:#ffffff;
    }

    .footer .copyright p a:hover {
        color: #719a0a;
    }

    /* footer{
        background:#0d3374;
        padding: 30px 0px;
    } */
    .why-choose {
        background: url(../img/Asset2.png);
        background-size: cover;
        /* background-attachment: fixed; */
        padding: 30px 0px;
    }

    .why-choose h2 {
        padding-top: 10px;
        color: #0056d2;
        font-family: 'Kanit', sans-serif;
    }

    .part {
        background: url(../img/Asset2.png);
        background-size: cover;
        /* background-attachment: fixed; */
        padding: 30px 0px;
    }
    .part .container{
        background: linear-gradient(180deg, #0d337442, #ffffff00);
    border-radius: 20px;
    padding: 20px;
    }

    .part h2 {
        padding-top: 10px;
        color: #0056d2;
        font-family: 'Kanit', sans-serif;
    }

    .pro .card {
        background: #ffffff2b;
        box-shadow: 0px 0px 5px 3px #ffffff87;
    }

    .zoom {
        transition: transform .2s;
    }

    .zoom:hover {
        transform: scale(1.1);
    }

    .pro {
        padding: 30px 0px;
        /* background: url(../img/bg1.png);
        background-size: cover;
        background-attachment: fixed; */
    }

    .pro h2 {
        color: #fff;
        /* color: #0056d2; */
        font-family: 'Kanit', sans-serif;
    }
    li::marker {
        color: rgb(248, 55, 55);
      }
    .pro h5 {
        color: #000;
        font-size: 25px;
    }

    li.nav-item {
        margin-left: 40px;
        margin-right: 40px;
    }

    .navbar-brand {
        display: none;
    }

    /* p {
        text-align: justify;
    } */

    .abt {
        background: url(../img/Asset2.png);
        background-size: cover;
        /* background-attachment: fixed; */
        padding: 40px 0;
    }

    .abt h2 {
        padding-top: 10px;
        color: #0056d2;
        font-family: 'Kanit', sans-serif;
    }

    .top-down h2 {
        color: #0056d2;
        font-size: 45px;
        padding-top: 20px;
        margin-bottom: 1px;
        font-family: 'Kanit', sans-serif;
    }

    .top-down h3 {
        font-size: 24px;
        font-family: 'Kanit', sans-serif;
        color: #000;
    }

    nav {
        background: #0056d2;
    }

    nav .nav-link {
        color: #fff !important;
        font-weight: 600;
        font-size: 20px;
    }

    nav .navbar-brand {
        color: #fff !important;
        font-weight: 600;
    }
}


@media (max-width:1920px) {
    .tt img{
        width: 20%;
    }
    .tt p{
        /* padding: 10px 100px; */
    }
}

@media (max-width:1440px) {}

@media (max-width:1024px) {
    .top-down h2 {
        font-size: 39px;
        padding-top: 15px;
    }
    .ww{
        font-size: 18px;
    }

    .top-down h3 {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .top-down h2 {
        font-size: 29px;
        padding-top: 3px;
    }
    .navbar-brand {
        display: block;
    }
}

@media (max-width:576px) {
    .gh{
        padding: 0px;
    }
    .tt img{
        width: 70%;
    }
    .tt p{
        /* padding: 10px 50px; */
        text-align: justify;
    }
    .aqa{
        display: none;
    }

    .top-down h2 {
        font-size: 40px;
        padding-top: 0px;
        margin-top: -25px;
    }

    .top-down h3 {
        font-size: 25px;
    }
}

@media (max-width:425px) {
    .top-down h2 {
        font-size: 32px;
        padding-top: 0px;
        margin-top: -20px;
    }

    .top-down h3 {
        font-size: 20px;
    }
}

@media (max-width:375px) {
    .top-down h2 {
        font-size: 28px;
        padding-top: 0px;
        margin-top: -20px;
    }

    .top-down h3 {
        font-size: 15px;
    }
}
/* @media (max-width:375px) {
    .container{
        font-size: 28px;
    }
} */

@media (max-width:320px) {}

/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}

/* counter section */
.counter-section {
      padding: 60px 15px;
      background-color: #f8f9fa;
      text-align: center;
    }

    .counter-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .counter-column {
      width: 180px;
      height: 180px;
      background: linear-gradient(135deg, #00c6ff, #0072ff);
      border-radius: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease-in-out;
    }

    .counter-column:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .count-text {
      font-size: 32px;
      font-weight: bold;
    }

    .counter-title {
      font-size: 16px;
      margin-top: 8px;
    }

    @media (max-width: 576px) {
      .counter-column {
        width: 140px;
        height: 140px;
      }

      .count-text {
        font-size: 26px;
      }

      .counter-title {
        font-size: 14px;
      }
    }

    /* What our client say's */
    .testimonial-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      padding: 30px;
      margin-bottom: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      animation: fadeInUp 1s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

    .testimonial-card img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid #0056d2;
    }

    .testimonial-card h4 {
      color: #0056d2;
      margin-top: 15px;
      margin-bottom: 5px;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* hr {
      border: 1px solid #000;
      width: 100px;
      margin: 0 auto 30px;
    } */

    .section-title {
      font-weight: 600;
      text-align: center;
      color: #002b80;
      margin-bottom: 10px;
    }

    /* Our Clients */
    .client-section {
      padding: 40px 20px;
    }
    .client-card {
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 12px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .client-card:hover {
      transform: translateY(-5px);
    }
    .client-img {
      width: 150px;
      height: 150px;
      object-fit: contain;
      margin: auto;
      padding-top: 15px;
    }
    .client-title {
      padding: 10px 15px 20px;
      text-align: center;
      font-size: 1.05rem;
      color: #212529;
    }
    .section-heading {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      font-weight: 600;
      color: #0d6efd;
    }