body *,
::before,
::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    width: 100%;
}

a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}

a:hover,
button:hover {
    text-decoration: none;
    outline: none;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

input:focus {
    outline: none;
}

.p_100 {
    padding: 100px 0px;
}

.p_130 {
    padding: 130px 0px;
}

.p_140 {
    padding: 140px 0px;
}


:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

h1 {
    font-size: 66px;
    line-height: 76px;
}

h2 {
    font-size: 56px;
    line-height: 66px;
}

h6 {
    font-size: 24px;
    line-height: 34px;
}

h1,
h2,
h6 {
    font-weight: 700;
}

/* =================================================== */

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 14px 0;
    border: 1px solid #FFFFFF40;
}

.navbar-collapse {
    justify-content: center;
    width: 100%;
    max-width: 50%;
}

header a.nav-link:hover {
    color: #143450;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
    position: static;
}

span.bar.bar-3 {
    margin: 0;
}

ul.navbar-nav {
    background: #FFFFFF14;
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(10px);
    border-radius: 160px;
    width: 100%;
    max-width: 630px;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 20px 36px;
	
}

a.white-cta {
    background: #FFFFFF;
    padding: 20px 40px;
    border-radius: 60px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #143450;
    line-height: 100%;
    display: inline-block;
}

a.white-cta:hover {
    background-color: #143450;
    color: #fff;
}


header a.nav-link {
    padding: 0 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}


/* (ak  10/3) */

/* (banner_sec) */
header {
    z-index: 9;
}

.ak .size20 {
    font-weight: 400;
    font-size: 20px;
}

.ak .white-cta {
    display: inline-block;
}

.banner-sec {
    padding-top: 256px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #14345033;
    position: relative;
}

.banner-sec>* {
    color: #ffff;
}

.banner-sec .bnnr_hd {
    max-width: 1150px;
}

.banner-sec .bnnr_hd h6 {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 20px;
}

.banner-sec .bnnr_hd p {
    margin-bottom: 0;
    padding-top: 18px;
    line-height: 100%;
}

.get-in-tch-dv {
    margin-top: 50px;
    cursor: pointer;
}

.banner-sec .get-in-tch-dv  {
    position: relative;
    
}
.banner-sec .get-in-tch-dv::before {
    content: "";
    position: absolute;
    content: url('https://sagmeticinfotech.com/wp/2025/Fig/wp-content/uploads/2025/03/Group-1.png');
    transform: translateY(-11px) translateX(-3px);
    right: 2px;
    height: 46px;
    width: 46px;
    z-index: 1;
    background-color: #143450;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    transition: transform 0.3s ease-in-out;
}

/* .banner-sec .get-in-tch-dv::before {
    position: absolute;
    content: "\f062";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'fontawesome';
    background-color: #143450;
    color: #fff;
    border: none;
    height: 46px;
    width: 46px;
    border-radius: 150px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)rotate(45deg);
    transition: all 0.3s ease-in;
    font-size: 24px;
} */
/* .banner-sec .get-in-tch-dv:hover::before img {
    filter: invert(14%) sepia(13%) saturate(5732%) hue-rotate(181deg) brightness(93%) contrast(88%);

} */
/* .banner-sec .get-in-tch-dv::before {
    background-color: #fff;
    color: #143450;
}  */
.banner-sec .get-in-tch-dv:hover{
    background-color: #fff;
}
.banner-sec .get-in-tch-dv:hover::before {
    transform: translateY(-11px) translateX(-3px) rotate(45deg);
}

/* .banner-sec .get-in-tch-dv:hover a {
    color: #fff;
} */

.bnr-counter .counter-container span.percent {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
}
.experience_sec .section_txt {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 60px;
}
.bnr-counter ul.counter-list li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
}

.counter-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bnr-counter {
    padding-top: 183px;
}

.counter-list .counter-container ul {
    padding: 0;
    text-align: left;
}

.banner-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF40;
}



/* (ak 11/3) */
h4 {
    font-size: 36px;
    line-height: 46px;

}

img {
    height: auto;
}

.p_150 {
    padding-block: 150px;
}

.p_120 {
    padding: 120px 0px;
}

.pt_140 {
    padding-top: 140px;
}

.pb_140 {
    padding-bottom: 140px;
}

.gry-col {
    color: #333333;
}

.scroll-down-dv {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-down-dv a {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF26;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    height: 145px;
    width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite;

}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.scroll-down-dv a {
    font-weight: 500 !important;
}

.scroll-down-dv a:hover {
    color: #fff;
}


.section_txt .sec_txt h2 {
    font-size: 50px;
    line-height: 60px;
    /* color: #000; */
}


.experience_sec {
    position: relative;
}

.marQ_sec .mrq-imgs {
    display: flex;
}

.marQ_sec .mrq-img:first-child {
    margin-left: 0px;
}

.marQ_sec .mrq-img {
    margin-left: -10px;
    background-color: #fff;
    border-radius: 50%;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
}

.marQ_sec .mrq_txt {
    max-width: 660px;
}

.marQ_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.marQ_btn a.cta-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border: 1px solid #143450;
    border-radius: 150px;
    background-color: #143450;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-right: 34px;
}


.marQ_sec .row {
    justify-content: space-between;
    align-items: center;
}

.marQ_btn a.cta-1:hover {
    color: #143450;
    background-color: #fff;
}

.marquee-wrapper {
    text-align: center;
}

.marquee-wrapper .container {
    overflow: hidden;
}

.marquee-item {
    width: 100%;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
}

.marquee-inner span {
    display: flex;
    justify-content: space-around;
    align-items: center;
    float: left;
/*    width: 50%;*/
    height: 100%;
    gap: 60px;
}

.marquee-wrapper .marquee-block {
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee-inner {
    display: flex;
    gap: 60px;
    width: 200%;
    height: 100%;
    position: absolute;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

.marquee-item {
    width: 230px;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-wrapper .marquee-block::before,
.marquee-wrapper .marquee-block::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 59%, #FFFFFF 100%);
    z-index: 1;
}

.marquee-wrapper .marquee-block::after {
    left: unset;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 59%, #FFFFFF 100%);

}

.bg_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.services_hd {
    max-width: 660px;
}

.services_hd>* {
    color: #fff;
}

.services_hd h6 {
    font-size: 22px;
    line-height: 100%;
}

.services_hd p.size20 {
    max-width: 640px;
    line-height: 30px;
}

.services_btn {
    margin-top: 40px;
}

.logo {
    width: 100%;
    max-width: 25%;
}

.header-btn {
    width: 100%;
    max-width: 25%;
    text-align: right;
}

.logo img {
    width: max-content;
}

.banner-border:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #FFFFFF40;
    right: 98px;
    position: absolute;
    top: 0;
}

.banner-border:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #FFFFFF40;
    left: 98px;
    position: absolute;
    top: 0;
}

.services_hd h2 {
    margin-bottom: 13px;
}

.steps>div:nth-child(2) .step {
    padding: 37px 27px 37px 37px;
}

.steps>div:nth-child(2) .step p {
    max-width: 100%;
}

.services_hd>* {
    margin: 0;
}


.fw-slider {
    overflow: hidden;
}

.fw-slider .slyd_txt {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #fff;
    width: 60%;
    right: 0px;
    margin: auto;
}

.fw-slider .img-slyd {
    position: relative;
}

.fw-slider .slyd_txt h4 {
    font-weight: 700;
    text-align: center;
    margin: 0px;
}

.fw-slider .img_slider .slick-track {
    display: flex;
}


.fw-slider .img_slider .slick-track .img-slyd {
    height: 100%;
    position: relative;
}


.fw-slider .img_slider .slick-track .slick-slide>div {
    height: 100%;
}


.fw-slider .img_slider .slick-track .slick-slide {
    height: auto;
}


.fw-slider .img_slider .slick-track .img-slyd img {
    height: 100%;
}

.fw-slider .img_slider .slick-arrow {
    z-index: 9;
    width: 31px;
    height: 28px;
}

.fw-slider .img_slider .slick-next {
    right: 15px;

}

.fw-slider .img_slider .slick-prev {
    left: 15px;
}

.fw-slider .img_slider .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.fw-slider .img_slider .slick-track .img-slyd {
    overflow: hidden;

}

.fw-slider .img_slider .slick-track .img-slyd:hover img {
    transform: scale(1.1);
}

.fw-slider .img_slider .slick-track .img-slyd img {
    transition: all 0.4s ease-in;
}

/* .fw-slider .img_slider .slick-track .img-slyd::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
} */

.blck_col {
    color: #000;
}

.avail-hd>* {
    margin: 0;
    text-align: center;
}

.avail-hd {
    max-width: 960px;
    margin: auto;
    margin-bottom: 40px;
}

.avail-hd h2 {
    margin-bottom: 16px;
    line-height: 100%;
}

.avail-hd p.size20,
.founder-hd p.size20 {
    line-height: 30px;
}

.slide_content>div * {
    margin: 0;
}

.avail-txt .listing {
    display: flex;
    align-items: baseline;
}

.avail-txt .listing .lyst_img {
    width: 20px;
}

.avail-txt .listing .lyst-txt {
    width: calc(100% - 20px);
}

.avail-txt .listing.price p b {
    color: #000;
}

.avail-txt .listing.location p {
    font-size: 17px;
    line-height: 100%;
    line-height: normal;
}

.avail-txt .listing.scale p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.avail-txt .listing.price p {
    font-size: 20px;
    line-height: 100%;
}

.avail-slide-img {
    border-radius: 10px;
    overflow: hidden;
}

.ak .slide_content {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 20px 22px;
}

.ak .avail-slide-txt {
    margin-top: 24px;
}

.ak .avail-slide-txt h6 {
    font-size: 24px;
    line-height: 100%;
}

.founder-hd h2 {
    margin-bottom: 10px !IMPORTANT;
}

.avail-slide-txt,
.avail-txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.avail-slider .avail-slydr .slick-track .slick-slide>div {
    padding: 10px 15px;
    height: 100%;
}

.avail-slider .avail-slydr ul.slick-dots li button:before {
    font-size: 16px;
    color: #143450;
}

.avail-slider .avail-slydr ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

.avail-slider .avail-txt .listing.location {
    gap: 8px;
}

.avail-txt>div * {
    color: #333333;
}

.avail-slider .avail-slydr ul.slick-dots {
    bottom: -35px;
}

.avail-listing_sec .slick-track {
    display: flex !important;
}

.avail-listing_sec .slick-track .slick-slide {
    height: auto;
}

.animate-heading {
    max-width: 1073px;
}

.avail-listing_sec .slick-track .slick-slide>div {
    height: 100%;
}

.avail-slyd {
    height: 100%;
}

.ak .slide_content {
    height: 100%;
}

/* ================= founder =========== */
.p_30 {
    padding-block: 30px;
}

.ak .founder-hd>* {
    margin: 0;
    text-align: center;
}

.ak .founder-hd {
    max-width: 830px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 14px;
}

.ak .popup-sec .leader .leader_img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.ak .popup-sec .leader .leader_img .open-popup {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 0;
}

.ak .popup-sec .leader .leader_img .open-popup a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF80;
    border-radius: 150px;
    backdrop-filter: blur(20px);
    transition: all 0.3s ease-in;
}

.ak .popup-sec .leader .leader_img .open-popup a i {
    color: #143450;
    font-size: 18px;
}

.ak .popup-sec .leader .leader-desc {
    margin-top: 28px;
    text-align: center;
}

.ak .popup-sec .leader .leader-desc h6 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 11px;
}

.ak .popup-sec .leader .leader-desc p {
    line-height: 24px;
    margin: 0;
}

.ak .popup-sec .leader .leader_img .open-popup a:hover {
    background-color: #143450;
}

.ak .popup-sec .leader .leader_img .open-popup a:hover i {
    color: #fff;
}

.blue_col {
    color: #143450;
}


.ak .popup-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ak .popup-body {
    padding: 70px 80px;
    border-radius: 25px;

}

.ak .popup-content .pop-up-img {
    max-width: 503px;
    border-radius: 15px;
    overflow: hidden;
}

.ak .popup-content .leader-txt {
    max-width: 707px;
}

.ak .popup-content .leader-txt .leader-nm h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 2px;
}

.ak .popup-content .leader-txt .leader-nm p {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}

.ak .hide {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.ak .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1440px;
    border-radius: 25px;
    margin: auto;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: #ffff;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    transition: all 120ms;
    z-index: 9999;
}
.ak .popup-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-top: 25px;
}

.ak .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    font-size: 0;
    cursor: pointer;
    background-color: #143450;
    border-radius: 150px;
}

.ak .close:before,
.ak .close:after {
    content: '';
    position: absolute;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 24px;
    height: 3px;
    transform: rotate(45deg);
    transition: all 100ms ease-in;
}

.ak .close:after {
    transform: rotate(-45deg);
}

body.blur {
    position: relative;
}

body.blur::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #14345094;
    z-index: 99;
}
.experience_sec .img img {
    max-width: 100px;
    text-align: right;
}

.experience_sec .img {
    text-align: right;
    padding-top: 20px;
}


/* .experience_sec::before {
    position: absolute;
    content: "";
    right: 280px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 130px;
    background: url('../images/sec_bf.png') no-repeat center;
    background-size: contain;
} */

.video-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 1000;
}

.video-box iframe {
    width: 700px;
    height: 400px;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
}

.img-slide img {
    height: 215px;
    width: 215px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

.img-slide {
    text-align: right;
}

.animated-text h2 {
    display: inline-block;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    /* color: #000; */
    opacity: 1;
    transform: translateY(10px);
}


.animated-text {
    display: inline-block;
    transition: border-color 0.3s ease-in-out;
}

#text span {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out !important;
}





/* css added on 12 march */
/* privacy (12/3) */
.inner_bnr > div * {
    text-align: center;
    margin: 0;
    color: #fff;
}
.privacy_dv .p_dv:not(:last-child) {
    margin-bottom: 34px;
}

.privacy_dv {
    max-width: 1205px;
    margin: auto;
}

.privacy_dv .p_dv ul {
    padding-left: 22px;
}

.privacy_dv .p_dv ul li {
    list-style-type: disc;
    line-height: 40px;
}

h5.size28 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #000;
    margin-bottom: 15px;
}

.privacy_dv .p_dv p.size20 {
    line-height: 30px;
}

.privacy_dv .p_dv.frst-dv p:first-child {
    margin-bottom: 22px;
}

.inner_bnr .bnnr_hd {
    max-width: 800px;
    margin: auto;
}





.cntct-tb-innr .tab-menu {
    margin-bottom: 48px;
}

.cntct-tb-innr .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
    max-width: 547px;
    margin: auto;
    border: 1px solid #D9D9D9;
    border-radius: 60px;
    gap: 5px;
}

.cntct-tb-innr .tab-menu ul li {
    text-align: center;
    flex: 1;
}

.cntct-tb-innr .tab-menu ul li a {
    display: inline-block;
    padding: 18px 30px;
    text-decoration: none;
    transition: 0.1s ease-in;
    border-bottom: 0;
    border-radius: 60px;
    width: 100%;
}

.cntct-tb-innr .tab-menu ul li a:hover {
    /* background: #1434502a; */
    color: #212529;
}

.cntct-tb-innr .tab-menu ul li a.active {
    background: #143450;
    color: #fff;
    text-decoration: none;
}

.cntct-tb-innr .tab-box {
    display: none;
}

.term-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.term-crd-wrp {
    width: 31%;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    padding: 40px 35px;
}

.term-img img,
.blue-tick img {
    width: auto;
}

.term-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1434501A;
}

.term-crd-wrp h6 {
    font-size: 22px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 11px;
}

.term-list {
    padding: 0;
}

ul.term-list li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}

.blue-tick img {
    min-width: 20px;
}

.trm2-list {
    margin: 0;
}

.trm2-list li:not(:last-child) {
    margin-bottom: 10px;
}

.term-list {
    margin-top: 15px;
}

.term-txt {
    font-size: 18px;
    margin: 0;
}

.term-list {
    font-size: 18px;
}
.services_sec .services_hd .para_cont {
    max-width: 648px;
    width: 100%;
    font-size: 20px;
}
.popup-sec.aos-init.aos-animate {
    padding: 0;
}
.founder_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    
}

.founder_img {
    overflow: hidden;
}

.get_btn:hover{
    background-color: #143450;
}