.logo-box-style1 a img {
    width: 200px;
}

.service-style1 .single-service-style1 .img-box img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.padding-section {
    padding: 60px 0px;
}

/* Flip Card */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 320px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.flip-card-front {
    background: linear-gradient(to left, #4364f7, #6fb1fc);
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    background: linear-gradient(to right, #1b2b72, #4364f7);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.flip-card-back h3 {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}

.flip-card-front h3 {
    font-size: 35px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
}

.flip-card-front i {
    font-size: 50px;
    display: block;
    margin: 0px 15px;
}

.Clients-page img {
    border: 1px solid #dadada;
}

.bg-g {
    background: #F0F5FC;
}

.gallery-page .masonary-layout .single-project-item .img-holder img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.service-titel {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 29px;
    font-weight: 900;
}


.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}



.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.service-page p {
    margin-bottom: 10px;
}

.list-style li {
    list-style-type: disc;
    margin-top: 10px;
}

.list-number li {
    list-style-type: decimal;
}

.banner-style1-content ul .l1 {
    position: relative;
    display: block;
    width: 44%;
    float: left;
    border-left: 1px solid rgb(255, 255, 255, 0.50);
    padding: 49px 45px 45px;
}

.banner-style1-content ul .l2 {
    position: relative;
    display: block;
    width: 56%;
    float: left;
    border-left: 1px solid rgb(255, 255, 255, 0.50);
    padding: 49px 45px 45px;
}

.enquiry-form .form-select {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nice-select:after {
    content: '';
    display: none;
    pointer-events: none;
}

.Quality-table {
    padding-bottom: 80px;
    text-align: center;
}

.Quality-table .table th {
    vertical-align: middle;
    text-align: center;
}

.Quality-table .table-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
    background-color: #1A9BDC;
    color: #fff;
}

.list-of-machinery .title {
    background-color: #1A9BDC;
    color: #fff;
}

.Quality-table table,
.Quality-table th,
.Quality-table td {
    border: 1px solid #000 !important;
}

.list-of-machinery table {
    border: 2px solid #000;
    text-align: center;
}

.list-of-machinery th,
.list-of-machinery td {
    border: 1px solid #000 !important;
    vertical-align: middle !important;
}

.list-of-machinery .title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #000;
}

.list-of-machinery thead th {
    background: #f2f2f2;
    text-align: center;
}

.list-of-machinery .section {
    background: #ffeb3b;
    font-weight: bold;
    text-align: center;
}

.list-of-machinery .center {
    text-align: center;
}

.bg-light-blue {
    background-color: #ebf9ff;
}

.Clients-page img {
    padding: 12px;
    background-color: #fff;
}