.lang__icon span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
}

.lang__icon-2 svg{
    height: 30px;
    width: 30px;
    color: #ffffff;
}

.lang__icon-2 span{
    color: #ffffff;
    font-size: 16px;
}

.lang__icon-2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-navbar-item{
    position: absolute;
    top: 26px;
    right: 2%;
}

.logo_img img{
    height: 80px;
    padding: 10px;
}

.logo-mobile{
    position: absolute;
    z-index: 10000;
}

.logo-mobile .logo_img img{
    height: 65px;
    padding: 10px;
}


.dex-about-thumb img{
    width: 100%;
    height: 100%;
}

.dex-sinlge-feature-box{
    height: 450px;
}

.brand-thumb img{
    display: block;
    width: 100%;
    height: 124px;
    object-fit: contain;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 13px;
    border-radius: 20px;
    margin-top: 29px;
    margin-bottom: 30px;
    background-color: #fff;
}

.about-quote-box{
    margin-bottom: 20px;
}

.quote-text h2{
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 500;
}

.blog-three-wrapepr a.main-thumbnail {
    margin: 0 auto;
    justify-content: center;
    overflow: hidden;
    display: block;
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.blog-three-wrapepr a.main-thumbnail img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    height: 220px;
    object-fit: cover;
}



.blog-three-wrapepr a.main-thumbnail .badge-blog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 24px;
    background: #1E488F;
    color: #fff;
    font-size: 16px;
}

.blog-three-wrapepr .blog-body {
    position: relative;
    margin-top: -30px;
    z-index: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.blog-three-wrapepr .blog-body .body {
    padding: 20px 32px 20px 32px;
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
    border-radius: 0px 0px 10px 10px;
}

.blog-three-wrapepr .blog-body .body .title {
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

.rts-btn {
    padding: 17px 30px;
    min-width: max-content;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
}

.rts-btn.btn-light-3 {
    background: #1E488F;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 19px;
    display: block;
    max-width: max-content;
    transition: 0.3s;
}
.blog-three-wrapepr .blog-body .body a {
    transition: 0.3s;
}


.blog-three-wrapepr .blog-body .body a {
    transition: 0.3s;
}

.dex-feature-icon img{
    transition: 0.5s;
    width: 110px;
    height: 110px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(92%) saturate(5622%) hue-rotate(334deg) brightness(80%) contrast(114%);
}

.breatcumb-title {
    background-color: rgba(30, 72, 143, 0.4);
    color: #fff;
    border-radius: 21px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 25px;
}

.footer-middle{
    position: relative;
}

.footer-color{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid var(#0088ee, #1E488F);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #1E488F;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: #1E488F;
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}


@media (max-width: 1000px) {
    .slider-content h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        animation: 1s 1.5s fadeInDown both;
        margin-bottom: 15px;
    }
}


.owl-stage-outer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0%;
    margin: 0;
    padding: 0;
    background: linear-gradient(136deg, #FFFFFF 2.68%, rgba(255, 255, 255, 0) 25.14%);
    z-index: 1;
}


.slider-content {
    position: relative;
    z-index: 100;
    background: rgb(30, 72, 143, 0.5);
    padding: 20px;
    border-radius: 23px;
}



.pt-60{
    padding-top: 60px;
}


tr span {
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    text-align: justify;
}


table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
}

table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

table th,
table td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

table tbody tr:hover {
    background-color: #e0f7fa;
    color: #009879;
    font-weight: bold;
}

/* Caption styling */
table caption {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}