.slick-next {
    right: 0px !important;
}
.slideshow-box.p-relative.slick-slide .image-layer {
    position: absolute;
    top: 50%;
    left: -150px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-20px);
    transform: translateY(-50%) !important;
    -webkit-transition: all 800ms ease;
    -webkit-transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
    transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .image-layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    left: 0;
}

h2.slideshow-title {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active h2.slideshow-title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

h4.slideshow-text {
    visibility: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .slideshow-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.desp-content-banner {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .desp-content-banner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.slider-phnoe {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    /* opacity: 0; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* visibility: hidden; */
}

.slideshow-box.p-relative.slick-slide.slick-current.slick-active .slider-phnoe {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.swal2-container.swal2-center {z-index: 99999999999999;}
.slick-prev {
    left: 0px !important;
}
li.btn-view-kerper:hover {
    background: #ffc93f !important;
    color: #333;
}

li.btn-view-kerper a:hover {
    background: #ffc93f !important;
    color: #333;
}
.desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}

.read-more {
    width: fit-content;
    background-color: white;
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.pd-section-top {
    padding-top: 70px;
}

.pd-section-bottom {
    padding-bottom: 70px;
}

.pd-section-content {
    padding-top: 25px;
}
.service__content .readmore:hover {
    color: #244190;
}

.service__content .readmore:hover svg path {
    fill: #244190;
    stroke:#244190;
}
.title-section {
    padding: 0;
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: black;
}

.section-tabs .tabcontent {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.section-tabs .tabcontent.active {
    height: unset;
    opacity: 1;
    visibility: visible;
}

.section-tabs .tabs {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.section-tabs .tabs button {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #777;
    position: relative;
    padding: 0;
    margin: 0px 20px;
    border: 0;
}

.section-tabs .tabs button.active,
.section-tabs .tabs button:hover {
    color: black;
    border-bottom: 0;
}

.section-tabs .tabs button::after {
    content: "";
    left: 0;
    width: 0;
    right: 0;
    height: 2px;
    margin: auto;
    bottom: -9px;
    position: absolute;
    background: black;
    transition: all 350ms ease-out 0s;
}

.section-tabs .tabs button.active::after,
.section-tabs .tabs button:hover::after {
    width: 100%;
}

a.thm__btn:hover svg path {
    fill: #333;
    stroke: #333;
}

.slideshow-img img {
}

.slideshow-content .ctnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slideshow-content {
    background-color: #0000004f;
}

.slideshow-title {
    font-size: 34px;
    max-width: 70%;
    font-weight: 600;
	line-height: 1.2;
    color: #ffc93f;
    margin: 5px 0px 15px 0px;
}

.slideshow-text {
    color: white;
    font-size: 23px;
    font-weight: 500;
}

section.aboutus .aboutus-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #014bac;
    margin-top: 5px;
    margin-bottom: 10px;
}

section.aboutus .desc p {margin-bottom: 10px;}

.service-item {
    margin-top: 40px;
}

.service .service-icon i {
    display: block;
    height: 80px;
    width: 80px;
    font-size: 44px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #024bab;
}

.service-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    /* background: #FF131D; */
}

.service-icon {
    width: 72px;
    border-radius: 100%;
    padding: 15px;
    margin: 0 20px 0 0;
    background: #FF131D;
}

.service-content h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: black;
}

.service .promo-desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
}


section.categories .category-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding: 20px 20px 18px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

section.categories .category-thumb img {
    height: 250px;
}

section.categories .category-thumb .caption {
    margin: auto;
    text-align: left;
    padding: 15px 0 0;
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

section.categories .featured-block .category-description {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.categories .category-thumb .cat-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: black;
}

section.categories .number-product {
    font-size: 14px;
}


section.products .slide-4 {
    margin: 0px -15px;
}

.product-thumb {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.05);
}

.product-thumb .hover-img {
    left: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition-duration: 500ms;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.product-thumb:hover .hover-img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    overflow: hidden;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}

.product-thumb .image {
    position: relative;
    display: block;
    padding: 0px 10px;
}

.product-thumb .button-group a+a {
    margin-top: 10px;
}

.product-thumb .button-group a,
.product-thumb .wishlist {
    font-size: 16px;
    padding: 0;
    height: 40px;
    width: 40px;
    border: none;
    display: flex;
    border-radius: 50%;
    background: black;
    color: white;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.product-thumb .button-group a svg {
    fill: white;
    height: 15px;
}

.product-thumb:hover .button-group {
    opacity: 1;
    left: 20px;
    visibility: visible;
}

.product-thumb .button-group {
    position: absolute;
    visibility: hidden;
    display: block;
    bottom: 20px;
    left: -45px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    background: #d22228;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-thumb:hover .wishlist {
    opacity: 1;
    right: 20px;
}

.product-thumb .content {
    position: relative;
    background-color: white;
}

.product-thumb .caption {
    padding: 17px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .product-title a {
    font-size: 18px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    display: block;
    text-align: center;
}
.product-thumb:hover .product-title a{
    color: #024bab;
}
.product-thumb .price {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #024bab;
}

.product-thumb .price-new {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-thumb .price-new {
    margin: 0 5px 0 0;
    margin-right: 5px;
}

.product-thumb .price-old {
    font-size: 16px;
    text-decoration: line-through;
    display: inline-block;
    color: #777;
    line-height: 19px;
}

.product-layout {
    padding: 0px 15px;
}




.testimonial-video {
    position: relative;
    overflow: hidden;
    background: #222;
}

.page-title h3 {
    padding: 0;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
}

.testimonial-text {
    position: relative;
    font-size: 16px;
    line-height: 27px;
    padding: 0 0 14px;
    margin: 0 0 30px;
    color: #fff;
}

.slideTestimonial.testimonial-carousel {
    margin-top: 20px;
}

.testimonial-item {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 0px 35px 20px 35px;
}

.testimonial-text:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 55px;
    height: 3px;
    background: #e5e5e5;
}

.testimonial-author {
    font-size: 18px;
    margin: 5px 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

.testimonial-customer {
    font-size: 14px;
    color: #777777;
}

.video-inner {
    position: relative;
    height: 100%;
}
.inner1,
.inner1 a,
.inner1 a .img-fluid{
    height: 100%;
    display: block;
}
.inner2 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.video-btn {
    position: relative;
    display: block;
    margin: 0 auto;
}

.video-btn i {
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    background: #fff;
    z-index: 4;
}

.video-btn:after {
    content: "";
    background-color: #fff;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    animation: pulse-border 1500ms linear infinite;
}

@keyframes pulse-border {
    80% {
        opacity: 0.4;
    }

    100% {
        height: 90px;
        width: 90px;
        opacity: 0;
    }
}

.testimonial-center svg {
    height: 45px;
}

.testimonial-center {
    margin: 0px 0 10px;
}

.testimonial-video .slick-dots li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.testimonial-images img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}


section.partner .partner-box img {
    opacity: 0.8;
    height: 70px;
    width: unset;
    max-width: unset;
    margin: 0 auto;
}

section.partner .partner-box:hover img {
    opacity: 1;
}

section.banner-outer .inner-content {
    display: flex;
    align-items: center;
    padding: 20px 45px;
}

.promo-desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white;
}

.promo-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 12px 0 32px;
    text-transform: capitalize;
    color: white;
}
.box-wordwrap-iner-text {
    width: 50%;
}

.transpi__sub-heaind span {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

a.thm__btn {
    background: #014bac;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(4 59 131) 0%, rgb(44 100 173) 51%, rgb(69 110 164) 100%);
}
section.ourt-team h2.spilit__enable:before {
    left: 50%;
    transform: translateX(-50%);
}

section.Clients h2.spilit__enable:before {
    left: 50%;
    transform: translateX(-50%);
}

.transpi__section-heading.clm {
    display: flex;
    justify-content: center;
}

section.Specialist h2.spilit__enable:before {
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 586px) {
	.btnalign {
    flex-wrap: wrap;
}

.slider-phnoe {transform: unset;margin-top: 20px;}
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
      }
    .promo-title {
        font-size: 26px;
        line-height: 30px;
        font-weight: 600;
        margin: 11px 0 12px;
        text-transform: capitalize;
        color: white;
      }
    .product-layout {
        padding: 0px 5px;
    }

    section.products .slide-4 {
        margin: 0px -5px;
    }
}

.block-date {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 26px;
    color: #024bab;
}

h4.blog-title {
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    margin-bottom: 20px;
}
h4.blog-title a{
    line-height: 1.4;
}
.blog-read {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 10px 0 0;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
    color: white;
    background: #024bab;
    display: block;
    width: fit-content;
}

.blog-block .blog-read:hover {
    background: #222;
}

.blog-block-inner .item.row:n/poth-child(2n) .blog-description {
    order: 1;
}

.blog-block-inner .item.row:nth-child(2n) .blog-info {
    order: 2;
}

.blog-block-inner .image img {
    border-radius: 10px;
}

.blog-block-inner .item {
    margin-bottom: 25px;
}
.products .img-fluid {
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.slick-prev::before, .slick-next::before{
    content: unset !important;
}
.content_extab li{
    list-style: disc !important;
    margin-left: 20px;
    margin-top: 5px;
}
section.aboutus {
    position: relative;
    padding: 40px 0px 66px 0px;
    background: #f7f7f7;
}
/*
section.aboutus .ctnr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
*/
section.Specialist {
    padding: 20px 0px 40px 0px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

h2.spilit__enable {
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.elementskit-infobox {
    display: block;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: 10px;
}

.elementskit-info-box-icon {
    box-shadow: 0 7px 20px 0 rgba(28, 186, 159, .3);
    width: 60px;
    background-color: #014bac;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.elementskit-info-box-icon i {
    font-size: 23px;
    color: #fff;
}

.box-body {
    flex: 1;
    padding-left: 20px;
}

h3.elementskit-info-box-title {
    margin: 0 0 5px;
    padding: 0;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


.ekit-wid-con .elementskit-infobox:nth-child(2) .elementskit-box-header .elementskit-info-box-icon {
    background: #558dca;
}
.ekit-wid-con .elementskit-infobox:nth-child(3) .elementskit-box-header .elementskit-info-box-icon {
    background: #223a66;
}
.elementskit-infobox:hover .elementskit-box-header{
    transform: rotateY(360deg);
    transition: 0.5s;
}
.transpi__service-item .service__img {
    position: relative;
}
.swiper-slide {
    height: 100%;
    position: relative;
    transition-property: transform;
}
.transpi__service-item .service__img-item img {
    /* height: 265px; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.transpi__service-item .icon {
    position: absolute;
    bottom: -49px;
    right: 40px;
    width: 100px;
    height: 100px;
    background: #d22228;
    text-align: center;
    border-radius: 50px;
    z-index: 999;
    line-height: 100px;
    border: 4px solid #fff;
}
.transpi__service-item .service__content {
    border-radius: 0px 0px 10px 10px;
    background: #fffafacf;
    padding: 10px;
    padding-top: 10px;
}
.service__content h2 {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 22px;
    min-height: 50px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    text-align: center;
}

.transpi__service-item .service__content p {
    color: #333333;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.service__content .readmore {
    color: #014bac;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.transpi__service-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 10px;
    background: #eeeeeecf;
}
section.Specialist .slick-dots {
    bottom: -60px;
}

section.Specialist .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1.5px solid #C0C0C0;
    background: transparent;
    border-radius: 100%;
}

section.Specialist .slick-dots li.slick-active {
    background: #d22228;
    border: 1.5px solid #d22228;
}



.desp-content-banner p {
    color: #fff;
    display: inline-block;
}

.desp-content-banner {
    width: 70%;
    padding: 0px 0px;
}

.box-flex-call-us {
    display: flex;
    align-items: center;
}

.slider-phnoe {
    padding-left: 0px;
}

.box-flex-call-us a.read-more {
    background: transparent;
    border: 1px solid #fff;
    padding: 9px 30px;
    color: #fff;
    font-weight: 500;
}

.slider-phnoe {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.slider-phnoe .icon {
    width: 50px;
    height: 50px;
    background: rgb(204 14 22);
    text-align: center;
    line-height: 50px;
    color: #565656;
    border-radius: 50px;
    -webkit-animation: playSlowAnimation2 1800ms linear infinite;
    animation: playSlowAnimation2 1800ms linear infinite;
    margin-right: 10px;
}
@keyframes playSlowAnimation2{
    0%{
        box-shadow:0 0 0 0 rgba(204,14,22,.6)
    }
    70%{
        box-shadow:0 0 0 30px rgba(204,14,22,0)
    }
    100%{
        box-shadow:0 0 0 0 rgba(204,14,22,0)
    }
}

.slider-phnoe h4 {
    font-size: 16px;
    color: #244190;
    margin-top: 2px;
    font-weight: 400;
    margin-bottom: 0;
}

.slider-phnoe h3 a {
    font-size: 24px;
    color: #014bac;
    padding-left: 0px;
}

.slider-phnoe .text h3 {
    margin: 0px;
    color: #ffc93f;
    font-weight: 600;
}

.service__img-item:hover img {
    transform: scale(1.1);
}

.service__img-item {
    overflow: hidden;
}


.transpi__service-item:hover .icon {
    background: #ffc93f;
    transition: 0.5s ease;
}

a.thm__btn:hover {
    background: #ffc93f;
    color: #333;
}

a.thm__btn:hover svg {
    margin-left: 10px;
    transition: 0.5s ease;
    fill: #333;
    stroke: #333;
}

.team_img:hover img {
}

.team_img {
}

.transpi__blog-item .blog__img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.transpi__blog-item:hover .blog__link a {
    background: #d22228;
    color: #fff;
}

.team_img:before {
}

.team_img:hover:before {
    border-top: none;
    top: 0px;
    left: 14px;
    transition: all .4s;
}
section.Specialist a svg path {
    fill: #014bac;
    stroke: #014bac;
}

section.Specialist a svg {
    margin-left: 5px;
    width: 11px;
    height: 11px;
    margin-bottom: 2px;
}












.kvn-feature-item-inner img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.kvn-feature-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
    position: relative;
}

.kvn-feature-item-inner img {}

.box-flex-products-homes .clm{
    margin-bottom: 20px;
}
.kvn-feature-item-inner {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(186, 186, 186, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    height: 100%;
}

.kvn-home-product {
    padding: 6rem 0px 2rem;
    position: relative;
    overflow: hidden;
    background-position: center center !important;!i;!;
    background-repeat: no-repeat !important;!i;!;
    background-size: cover !important;!i;!;
}

.kvn-feature-item-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
}

.kvn-feature-item-inner:hover:before {
    background-image: url(../images/feature-1-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}

.kvn-feature-desc {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.kvn-feature-item-inner:hover .kvn-feature-title {
    color: #fff;
}

.kvn-feature-item-inner:hover .kvn-feature-desc {
    color: #fff;
}

.icon-features i {
    color: #014bac;
    font-size: 45px;
}

.icon-features {
    position: relative;
}

.kvn-feature-item-inner:hover .icon-features i {
    color: #fff;
}

.transpi__service-item:hover .service__content {
    opacity: 1;
    transition: 0.5s ease;
}

section.Specialist.duhoc .transpi__service-item .service__content {
    position:unset;
    opacity:1;
    text-align: center;
}

section.Specialist.duhoc .transpi__service-item .service__img-item img {
    height: 200px;
}

section.Specialist.duhoc .service__content h2 {
    min-height: unset;
}
.kvn-home-product .row .clm:last-child .kvn-feature-item-inner {
    border-right: unset;
}


.kvn-home-product:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #dddddd82; */
    top: 0;
}
header.scrolled .logo {
    margin: unset;
    padding: unset;
}

header.scrolled .logo img {
    height: 80px;
    padding: 5px;
}

 header.scrolled .header-main > .row {
    align-items: center;
}
.desp-news-minions p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    font-size: 15px;
}

.aboutus-content .desc {
    margin-top: 20px;
}
.aboutus-content p {
    font-size: 15px;
}

.service__content h2 a:hover {
    color: #014bac;
}
a:hover{
    text-decoration:none;
}

section.Specialist.duhoc {
    padding-bottom: 0px;
}
section.Specialist {
    background-size: 100% 318px;
    background-repeat: no-repeat;
    background-position: top center;
    /* background-image: linear-gradient(to left, #f7f7f7, #f7f7f7); */
  }
  .box-flex-products-homes {
    display: flex;
    flex-wrap: wrap;
    margin-inline: 10px;
    margin: 0% 0% 0% 33.33%;
}

.box-flex-products-homes .hedding-package-area {
    text-align: center;
    position: relative;
    padding-bottom: 3rem;
}

.box-flex-products-homes .hedding-package-area h2 {
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.icon-features {
    display: flex;
    justify-content: space-between;
}

.box-number-features span {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
    display: inline-block;
    background: linear-gradient(90deg, rgb(4 59 131) 0%, rgb(44 100 173) 51%, rgb(69 110 164) 100%);
}
section.box-tuvans {
    position: relative;
    background: #f7f7f7;
    margin-top: -50px;
    padding: 10px 0px 20px;
}

section.box-tuvans .ctnr {
    border-radius: 10px;
}

.elementskit-box-header {
    text-align: center;
    padding-bottom: 20px;
}

.box-body p {
    text-align: center;
}
.slider-phnoe .icon i {
    color: #Fff;
    font-size: 19px;
}
.aboutus-img img {
	border-radius: 10px;
}





.ekit-wid-con .row .clm:nth-child(2) .elementskit-infobox {
    background: #109ab5;
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(2) .elementskit-infobox h3 {
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(1) .elementskit-infobox {
    background: #ff2e2e;
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(1) .elementskit-infobox h3 {
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(3) .elementskit-infobox {
    background: #014bac;
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(3) .elementskit-infobox h3 {
    color: #fff;
}
.ekit-wid-con .row .clm:nth-child(3) .elementskit-info-box-icon{
    background:#fff;
}
.ekit-wid-con .row .clm:nth-child(3) .elementskit-info-box-icon i{
    color:#014bac;
}









.kvn-feature-item-inner:hover p {
    position: relative;
    z-index: 99;
    color: #fff;
}





@media (max-width: 992px) {
  .transpi__newsletter button {
    width: 100px;
    margin-top: 0px;
}

.transpi__newsletter form {
    gap: 0px 10px;
    width: 100%;
}

.transpi__newsletter input {
    width: calc(100% - 100px);
}
  .btnalign {
    gap: 0px 20px;
}
	.box-flex-products-homes .hedding-package-area h2 {
    font-size: 26px;
}
.item-our-teams {
    padding: 0px;
}


.kvn-feature-desc {
    text-align: justify;
}
	.list-text-opport-left {
    padding-right: 0px;
}
    section.box-tuvans {
        margin-top: 0px;
    }
    
    .box-flex-products-homes {
        margin: unset;
    }

    section.doitac {
        padding: 10px 0px;
    }
    
    section.Latest-news .transpi__section-heading.transpialigh {
        margin-top: 30px;
    }
    
    .gap-section-video {
        margin-top: 15px;
    }

    .aboutus-img {display: none;}
    
    section.aboutus .ctnr {
        position: unset;
        transform: unset;
    }
}
@media (max-width: 768px) {
    .kvn-home-product {
        padding-top: 2rem;
		background: unset !important;
    }
    
    .box-flex-products-homes .hedding-package-area {
        padding-bottom: 1rem;
    }
    section.aboutus .transpi__sub-heaind {
        text-align: left;
    }
    
    .box-flex-call-us {
        display: none;
    }
    
    .desp-content-banner {
        width: 100%;
        text-align: center;
    }
    
    .desp-content-banner p {
        text-align: center !important;
    }
    
    .aboutus-content td {
        width: 100%;
        display: block;
    }
    
    .aboutus-content ul {
        margin-top: 0px;
    }
    
    a.thm__btn {
        margin-top: 5px;
    }
    
    .counter__content h1 {
        font-size: 28px;
    }
    
    .counter__content h4 {
        font-size: 15px;
        font-weight: 500;
    }
    
    h2.spilit__enable {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 0px;
    }
    
    .transpi__sub-heaind {
        /* text-align: center; */
    }
    
    .transpi__sub-heaind span {
        margin-bottom: 0px;
        font-size: 13px;
    }
    
    section.Specialist {
        padding: 20px 0px;
    }
    
    .service__content h2 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .service__content .readmore {
        margin-top: 5px;
    }
    
    section.Specialist .slick-dots {
        bottom: -20px;
    }
    
    .transpi__list-item.style-2 ul li {
        font-size: 15px;
        line-height: 21px;
    }
    
    .transpi__list-item.style-2 ul {
    }
    
    .split-line {
        font-size: 22px;
    }
    
    .team_content h3 {
        font-size: 22px;
    }
    
    .team_content span {
        font-size: 15px;
    }
    
    .transpi__testimonial-item-inner h3 {
        font-size: 22px;
    }
    
}
@media (max-width: 586px) {
    
.box-wordwrap-iner-text {
    width: 100%;
    text-align: center;
}

  .transpi__testimonial-item .tes__shape {
    opacity: 0;
}

  .header__top-wraper{
    display: none;
  }
  li.box-mobile-bars {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-links ul li .bar {
      background: #000;
      box-shadow: unset;
  }

  .header-links ul li .bar:nth-child(2) {
      margin-left: 0px;
  }
  section.couter {
    padding: 30px 0px;
}

section.couter .clm {
    padding-bottom: 21px;
}

section.couter .transpi__counter-item {
    justify-content: center;
}

.transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
  margin: unset;
  margin-bottom: 30px;
}

    .desc p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .title-section {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .pd-section-bottom {
        padding-bottom: 35px;
    }

    .pd-section-top {
        padding-top: 35px;
    }

    .slideshow-img img {
        height: 325px;
    }

    .slideshow-title {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
        line-height: 1.2;
        width: 100%;
        max-width: 100%;
    }

    .slideshow-text {
        color: white;
        margin-bottom: 3px;
        margin-top: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .read-more {
        width: fit-content;
        background-color: white;
        padding: 3px 12px;
        border-radius: 5px;
        font-size: 13px;
        color: black;
        font-weight: 500;
    }

    section.aboutus .aboutus-title {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0px 0 0 15px;
        text-transform: capitalize;
        border-left: 4px solid #244190;
        display: flex;
    }

    section.aboutus .desc p {
        margin: 0 0 0 0px;
    }

    .service {
        display: block !important;
        text-align: center;
    }

    .service .service-icon i {
        height: 65px;
        width: 64px;
    }

    .service-icon {
        margin: 0 auto;
    }

    .service-content h4 {
        font-size: 14px;
        margin: 9px 0 5px;
    }

    .service .promo-desc {
        font-size: 13px;
    }


    section.categories .category-thumb {
        padding: 10px 10px 12px;
    }

    section.categories .category-thumb .cat-title {
        margin: 0;
        font-size: 15px;
    }

    .section-tabs .tabs button {
        font-size: 14px;
    }

    .product-thumb .button-group {
        visibility: visible;
        left: 0px;
    }

    .product-thumb .button-group a,
    .product-thumb .wishlist {
        height: 32px;
        width: 32px;
    }

    .product-thumb .button-group a svg {
        fill: white;
        height: 12px;
    }

    .product-thumb:hover .button-group,
    .product-thumb .button-group {
        left: 10px;
    }

    .product-thumb .button-group a+a {
        margin-top: 5px;
    }

    .product-title {
        min-height: unset;
    }

    .product-thumb .product-title a {
        font-size: 15px;
    }

    .product-thumb .price {
        margin: 0;
        padding: 0;
    }

    .product-thumb .price-new {
        font-size: 15px;
    }

    .product-thumb .price-old {
        font-size: 14px;
    }

    .banners {
        margin-bottom: 15px;
    }

    .block-date {
        font-size: 17px;
        font-weight: 500;
        margin: 0px;
    }

    h4.blog-title {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .blog-block-inner .image img {
        margin-bottom: 10px;
    }

    .blog-read {
        font-size: 13px;
        padding: 6px 23px;
        margin: 0px 0 0;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-description {
        order: 2;
    }

    .blog-block-inner .item.row:nth-child(2n) .blog-info {
        order: 1;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }

    .list-unstyled li .contact_site {
        margin-left: 4px;
        text-align: center;
    }
    .products .img-fluid {
        max-width: 100%;
        height: 260px;
    }
    section.categories .category-thumb img {
        height: 150px;
      }
      .products .img-fluid {
        max-width: 100%;
        height: 150px;
      }
      .product-thumb .image {
        position: relative;
        display: block;
        padding: 0px 0px;
      }
      
	
      .content__in tr td{
        /* width: 100%; */
      }
}