/* Blog page new css 12.07.2025 start */
@import url('../fonts/pri/stylesheet.css');
@import url('../fonts/sec/stylesheet.css');


*{margin:0 auto;}

body {
    background-color: #eeeeee;
    color: #0d2c6c;
    font-family: 'Bw Mitga DEMO';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.navbar{padding: 0;background: transparent !important;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
 li.nav-item {
    padding: 0 3px;
}

/* .navbar-brand img{width: 65%;} */

/* a.navbar-brand img { 
    background: #ffffff;
    padding: 11px;
    border-radius: 30px;
} */

/* header{margin-top: 30px;} */
/* .navbar.fixed-top{top: 55px;margin-right: 1%;text-transform: uppercase;} */
/* .navbar-collapse{background-color: hsl(0deg 0% 93.73% / 96%);padding: 9px 0;border-radius: 40px;} */
/* .navbar-expand-lg .navbar-nav .nav-link{font-size: 14px;} */

.blog-ban-bg{
    background: #fff;
    border-radius: 58px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.13); 
    box-shadow: 0px 0px 7px 9px rgba(0,0,0,0.13);
}

h1{font-size: 48px;}

.js-form-item-field-blog-categories-target-id,
#edit-submit-blog {
    display: none;
}

.blog-ban-text{
    margin-left: 8%;
    padding-left: 3%;
    border-left: 8px solid #b8152a;

}
.blog-ban-text h2 {
    font-family: 'Dubai W23';
    font-size: 18px;
}

.underline-tabs .nav-tabs {
    border-bottom: 2px solid #bbbbbb;
    width: 100%;
}

.underline-tabs .nav-link {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    padding: 1rem 1.5rem !important;
    margin-bottom: -2px !important;
    font-weight: 700 !important;
    color: #0d2c6c !important;
    transition: all 0.3s ease !important;
}

.underline-tabs .nav-link:hover {
    border-bottom-color: #b8152a !important;
    color: #b8152a !important;
    font-weight: 700 !important;
}

.underline-tabs .nav-link.active {
    border-bottom-color: #b8152a !important;
    background: transparent !important;
}


.tab-pane.fade {
    transition: all 0.2s ease-out !important;
}

.tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out !important;
}

.underline-tabs .nav-item:first-child {
  display: none;
}

.view-blog .pager {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.underline-tabs {overflow-x: auto !important;}
.underline-tabs .nav-tabs{width: max-content !important;min-width: 100% !important;}
.tab-content {width: 100%;}

.blogs-main a {
    color: #0d2c6c;
    text-decoration: none;
}
.tab-content {width: 65%;}
.blog-date{color: #6c757d;font-size: 14px;font-weight: 500;}
.blogs-main .tab-pane img{display: block;border-radius: 50px !important;}
.page-link{color: #001845 !important;}
.page-link:focus, .page-link:active{color: #b8152a !important;}

.pager-main{width: max-content !important;}
.page-item:first-child .page-link {border-color: #dee2e6 !important;}

.active>.page-link, .page-link.active {
    background-color: #ffffff !important;
    color: #b8152a !important;
    border-color: #dee2e6 !important;
}

/* Three icon css start */
.section-kpis {
    display: block;
}

.page-node-type-blogs .section-kpis {
    display: none;
}

.section-kpis__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 85%;
    padding: 85px 30px 5px;
    margin: 0 auto;
}

.section-kpis a {
    text-decoration: none !important;
}

.section-kpis__item {
    display: inline-block;
    vertical-align: top;
    padding: 20px 40px;
    width: 33.33%;
    text-align: center;
    margin-bottom: 80px;
}

.section-kpis__item__icon {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 95px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

a .section-kpis__item__text {
    text-decoration: none !important;
    color: #132659;
    outline: none;
    /* font-family: 'DubaiW23-Bold'; */
    font-size: 20px;
    font-weight: 400;
    font-weight: bold;
    font-family: 'DUBAI W23';
}

.section-kpis__item__text {
    /* font-family: 'DubaiW23-Bold', sans-serif; */
    max-width: 330px;
    margin: 0 auto;
    line-height: 20px;
}

.section-kpis__item__icon:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}
@keyframes hvr-bob{0%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}50%{-webkit-transform:translateY(-2.5px);transform:translateY(-2.5px)}100%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}

.section-kpis__item:hover .section-kpis__item__icon:before,.section-kpis__item:focus .section-kpis__item__icon:before,.section-kpis__item:active .section-kpis__item__icon:before{
    opacity:1;
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
    /* -webkit-animation-name: 'hvr-bob-float','hvr-bob';
    animation-name:'hvr-bob-float','hvr-bob'; */
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:.3s;
    animation-delay:.3s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-direction:alternate;
    animation-direction:alternate;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px); /* Adjust height of jump */
  }
}

.section-kpis__item__icon:hover {
    animation: jump 1s ease-in-out infinite;
}


/* Three icon css end */

/* Great Companies trust us css start */
.section-clients {
    /* background: #fff; */
    padding: 80px 0 35px;
    margin-bottom: 60px;
    text-align: center;
}

.section-clients__content {
    display: block;
    width: 100%;
    max-width: 80%;
    padding: 0 30px;
    margin: 0 auto;
}

.section-clients__title {
    margin: 0 0 60px;
}

.section-clients__list.slick-initialized {
    padding-bottom: 60px;
}

.section-clients__list {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section-clients__list .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.section-clients__list__each {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 16px;
    margin-bottom: 32px;
}

img.lazy.initial, img.lazy.loaded, img.lazy.error {
    opacity: 1;
}

img.lazy:not(.initial) {
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.slick-slide img {
    display: block;
}
.section-clients__list__each img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.path-media .slick-slide {
    width: 100% !important;
}

.section-clients__list button[aria-selected="true"] {
  opacity: 1 !important;
}

.section-clients__list .slick-dots li button {
    opacity: .35;
}

.section-clients__list .slick-dots li button:hover {
    opacity: 1 !important;
}

.section-clients__list .slick-dots li .slick-active {
    opacity: 1 !important;
}
/* Great Companies trust us css end  */

.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 50px;
    padding: 13px;
    background: #132659;
    cursor: pointer;
    opacity: 1;
    z-index: 98;
    pointer-events: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.floating-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.floating-whatsapp>a {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0bd561;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
}

.floating-whatsapp>a img {
    display: block;
    width: 100%;
    height: auto;
}

.floating-whatsapp__blurb {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    margin-right: 5px;
    border-radius: 25px;
    font-family: 'DubaiW23-Regular', sans-serif;
    font-size: 16px;
    padding: 5px 15px;
    height: 38px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.floating-whatsapp__blurb img {
    display: inline-block;
    width: 20px;
    height: auto;
    border: 1px solid #132659;
    border-radius: 50%;
    margin-right: 6px;
    padding: 5px;
    cursor: pointer;
}

.floating-whatsapp__blurb span {
    white-space: nowrap;
}


@media screen and (max-width: 480px)  {

    .blog-ban-bg{margin-top: 80px !important;border-radius: 45px;}
    .blog-ban-text{
        margin-top: 40px;
        margin-bottom: 40px;
    }

.underline-tabs {overflow-x: scroll !important;}
.underline-tabs .nav-tabs{width: max-content !important;}
.tab-content {width: 100% !important;}

/* .navbar-collapse{
border-radius: 40px;
margin-top: 10px;

} */

/* .navbar.fixed-top {
    top: 0;
    background: #f5f5f5 !important;
    margin: 0;
    box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
} */
    
}


@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav-scroll {width: max-content;}
    .navbar-expand-lg .navbar-collapse {padding: 4px;}

}


/* Blog page new css 12.07.2025 end */


/* media query start */

@media screen and (max-width: 480px) {
    .ban-content {
        padding: 8px 8px 14px 8px;
        margin: 15px auto;
        font-size: 14px;
        width: 98%;
        background: #e7e7e7b8;
        text-align: center;
        border-radius: 4px;
    }

    .top-bg {
        background-image: url(../img/home/home-bg.png);
        background-size: contain;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        position: relative;
    }


    .ban-content h1 {
        font-size: 18px;
    }



    .contact .ct-inner {
        background: url(../img/contact-bg.png) no-repeat center top;
        width: 94%;
        background-size: cover;
        border-radius: 20px;
        padding: 100px 20px;
        height: auto;
        margin: 0 auto;
    }

    .serv-main img {
        width: 25%;
    }


    .why-choose .card img {
        width: 28%;
        margin: 0 auto;
    }

    .why-choose .card-body {
        text-align: center;
    }

    .why-choose .card {
        padding-top: 32px;
    }

    .why-choose .card:hover,
    .why-choose .card:active,
    .why-choose .card:focus {
        padding-top: 32px;
    }

    .view-all-art {
        color: #0d2c6c;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .section-kpis__list {
        max-width: 1260px;
    }
}

@media (max-width: 768px) {
    .section-kpis__item {
        width: 50%;
    }
}

@media (max-width: 420px) {
    .section-kpis__item {
        width: 100%;
    }
}

/* Blog Details Page css */
/* Blog page new css 24.08.2025 start */

.blog-inner ul{list-style: none;padding: 0;display: inline;}
.blog-inner ul li{padding-right: 1%;display: inline;}
.bdr-gray {
    border: 1px solid #999;
    padding: 4% 3%;
    border-radius: 20px;
}

.blog-inner p, .col-lg-8{
    color: #6c757d;
}

.blog-inner h5{
    color: #282828;
}

.blogs-outer a{color: #161616;text-decoration: none;margin-bottom: 3%;display: inline-block;}

.content-img {
    padding-bottom: 50px;
}

@media screen and (max-width:480px) {

    .blog-date{
        text-align: center;
        margin-top: 3%;
    }

    .blog-inner .col-lg-8{
        text-align: center !important;
        margin-bottom: 3%;    
    }
}
/* Blog details page new css 24.08.2025 end */