.imgget{
    width: 80px;
}
.data-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px;
}

.data {
    /* border: 1px solid #ccc; */
    padding: 10px;
    width: calc(16.66% - 20px);
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease;
    border-radius: 10px;
    margin: 10px;
}
@media screen and (max-width: 992px) {
    .data {
        width: calc(33.3% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .data {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .data {
        width: calc(100% - 20px);
    }
}

.data:hover {
    background-color: #eaeaea;
    transform: scale(1.06);
}
.cargallery{
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
    padding-bottom: 20px;
    
}
.cargallery img{
    border-radius: 5px;
}
.map-container{
    width: 100%;
    margin: 0;
}
.map-integration{
    width: 100%;
    height: 350px;
    margin: 0 auto 0 auto;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/* Style for each individual box */
.grid-box {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
@media(max-width:992px)
{
    .grid-container{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media(max-width:768px)
{
    .grid-container{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
.grid-box:hover {
   /* transform: scale(1.06);
    */
    transform: translateY(-15px);
}
/* .nested-div-1 {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
}
*/
.nested-div {
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
}
/* Style for the first box containing an image */
.grid-box img {
    width: 100%;
    height: 210px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media(max-width:992px)
{
    .gallery-container{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media(max-width:768px)
{
    .gallery-container{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
.gallery {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
.gallery img {
    width: 100%;
    height: 210px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gallery:hover {
    transform: scale(1.06);
     
     /* transform: translateY(-15px); */
 }
.who-we-are-wrapper1.bg-image::after {
    right: 0;
    left: auto;
    border-radius: 5%;
    width: 50%;
    height: 90%;
}
.breadcrumb1-area {
    background-image: url(../img/bg/breadcrumb-bg.html);
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.breadcrumb1-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(38, 20, 66, 0.35);
    z-index: -1;
}
.breadcrumb1-area.extra {
    padding-bottom: 138px;
}
.breadcrumb1-area .breadcrumb1-inner {
    padding: 215px 0 215px 0;
    text-align: center;
}
.breadcrumb1-area .page-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.breadcrumb1-area span {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 22px;
}
.breadcrumb1-area span::after {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: var(--main-color-one);
    transform: translateY(-50%);
}
.breadcrumb1-area span::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 55%;
    width: 40px;
    height: 2px;
    background-color: var(--main-color-one);
    transform: translateY(-50%);
}
.breadcrumb1-area p {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.breadcrumb1-area h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
    color:#ffffff;
}
.breadcrumb1-area .page-list {
    margin: 0;
    padding: 0;
}
.breadcrumb1-area .page-list li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb1-area .page-list li:first-child {
    padding-left: 0;
}
.breadcrumb1-area .page-list li:first-child a {
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb1-area .page-list li:first-child:after {
    display: none;
}
.breadcrumb1-area .page-list li:after {
    position: absolute;
    left: 10px;
    top: 0;
    font-weight: 700;
    content: "\f105";
    font-family: "fontawesome";
}
.breadcrumb1-area .page-list li a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.breadcrumb1-area .page-list li a:hover {
    color: #fff;
}
.uvprinting.bg-image::after {
    right: 0;
    left: auto;
    border-radius: 5%;
    width: 50%;
    height: 90%;
    background-image: url(../img/Icons/img/flag.jpg);
}
.col-lg-12 h2{
    text-align: center;
}
.floating-lg {
    animation: floating-lg 3s ease infinite;
}

#prod-pills-tab {
    overflow: hidden;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.flex-column {
    flex-direction: column!important;
}
/* .card {
    border: none;
} */
@media (min-width: 992px){
.pt-lg-0 {
    padding-top: 0!important;
}}
@media (min-width: 992px){
.col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
}}
@keyframes floating-lg {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(0)
    }
}
.light{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.light img{
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}
.light img:hover{
    transform: scale(1.06);
}
@media(max-width:992px)
{
    .light{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media(max-width:768px)
{
    .light{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
.light1{
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.light1 img{
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}
.light1 img:hover{
    transform: scale(1.06);
}
@media screen and (max-width:1200px)
{
    .light1{
       justify-content: center;
    }
    
}
@media screen and (max-width:991px)
{
    .light1{
        justify-content: center;
    }
    
}
#whatsapp-button {
    position: fixed;
    bottom: 10px;
    left: 19px;
    z-index: 999;
  }
  #whatsapp-link img {
    width: 45px;
    height: 45px;
    margin: 10px;
    
  }
  #whatsapp-link img:hover {
    width: 50px;
    height: 50px;
    margin: 10px;
    
  }
  .single-case-studies-item1 {
    margin-bottom: 30px; }
    .single-case-studies-item1 .thumb1 {
      position: relative;
      z-index: 0;
      overflow: hidden;
      margin-bottom: 10px;
      display: inline-block; }
      .single-case-studies-item1 .thumb1:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 0%;
        top: 0;
        left: 0;
        background-color: rgba(38, 20, 66, 0.8);
        visibility: hidden;
        transition: all 0.5s; }
      .single-case-studies-item1 .thumb1:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 0%;
        bottom: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(38, 20, 66, 0.8);
        visibility: hidden;
        transition: all 0.5s; }
      .single-case-studies-item1 .thumb1 img {
        border-radius: 5px;
        transition: all .3s ease-in-out; }
      .single-case-studies-item1 .thumb1 .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--main-color-one);
        opacity: 0;
        font-size: 60px;
        z-index: 1;
        transition: .7s; }
    .single-case-studies-item1 .content .title {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 26px;
      margin-bottom: 0; }
    .single-case-studies-item1 .content p {
      font-size: 14px;
      color: #999999;
      line-height: 20px; }
    .single-case-studies-item1:hover .thumb1:after {
      width: 100%;
      height: 100%;
      visibility: visible; }
    .single-case-studies-item1:hover .thumb1:before {
      width: 100%;
      height: 100%;
      visibility: visible; }
    .single-case-studies-item1:hover .thumb1 img {
      transform: scale(1.2); }
    .single-case-studies-item1:hover .thumb1 .icon {
      opacity: 1; }
  
  @media only screen and (max-width: 575px) {
    .single-case-studies-item1 .thumb1 {
      display: block; }
      .single-case-studies-item1 .thumb1 img {
        width: 100%; } }

    .subscribe-area{
        display: none;
    }  
    .footer1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .what-you-get h1
    {
    font-size: 55px;
    }
@media only screen and (max-width: 1200px) {
    .what-you-get h1
    {
    font-size: 55px;
    }
    .footer1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    
}
@media only screen and (max-width: 991px) {
    .what-you-get h1
    {
    font-size: 45px;
    }
    .footer1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    
}
@media only screen and (max-width: 768px) {
    .what-you-get h1
    {
    font-size: 35px;
    }
    .footer1 {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    
}
@media only screen and (max-width: 390px) {
    .what-you-get h1
    {
    font-size: 27px;
    }
    .footer1 {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
}
.order-md-1-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  @media only screen and (max-width: 768px) {
    .order-md-1-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 2;
      }
      .order-md-2-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 1;
      }
    
}
@media only screen and (max-width: 390px) {
    .order-md-1-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 2;
      }
      .order-md-2-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 1;
      }
} 
.Home-slide{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}
@media only screen and (max-width: 780px) {
    .Home-slide{
        flex-direction: column;
    }
    .Home-slide .owl-carousel{
        width: 100% !important;
    }
    .Home-slide .left-contentwrap{
        width: 100% !important;
    }
}

.header-area:before{

    background:  linear-gradient(to right, #ffffff00 0%, rgb(24 3 56 / 36%) 50%, rgba(24, 3, 56, 0.5) 100%)
}
.Home-slide .owl-carousel{
    width: 50%;
}
.Home-slide .left-contentwrap{
    display: flex;
    width: 50%;
    padding: 50px;
    padding-top: 185px;
    align-items: center;
    background-color: rgb(255, 255, 255);
}
.left-contentwrap{
    background:  linear-gradient(to right, #2f3691b4 0%, rgba(255, 255, 255, 0) 50%, rgba(184, 163, 163, 0.77) 100%)

}
.inner span{
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    font-family: var(--heading-font);
    margin-bottom: 18px;

}
.kiosk{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-wrap: wrap; */
    gap: 10px;
    justify-content: center;
}
.kiosk img{
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}
.kiosk img:hover{
    transform: scale(1.06);
}
@media(max-width:992px)
{
    .kiosk{
        grid-template-columns: repeat(3, 1fr);
    }
    
}
@media(max-width:768px)
{
    .kiosk{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media(max-width:480px)
{
    .kiosk{
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
    
}
.single-contact-item a{
    color:red;
}
.single-contact-item a:hover{
    color:rgb(45, 45, 164);
}