@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@font-face {
    font-family: "proximanovacond Bold";
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-bold.otf');
}

@font-face {
    font-family: "proximanovacond Medium";
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-medium.otf');
}

@font-face {
    font-family: "proximanovacond SemiBold";
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-semibold.otf');
}

@font-face {
    font-family: "proximanovacond Regular";
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-regular.otf');
}

@font-face {
    font-family: "proximanovacond thin";
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-light.otf');
}




/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #726d7b;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #726d7b;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

/* header ============================================================== */

.container-port-xl{
    width: 90%;
    margin: auto;
}

.top-header--panel{
    margin-bottom: 25px;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    background: #e5e6e7;
    padding: 4px 10px;
    position: relative;
    clip-path: polygon(100% 0, 100% 100%, 4% 100%, 0 47%, 0 0);
    width: 100%;
}

.list_nav_menu:last-child a{
    background: #caa962;
    padding: 7px 15px;
    padding-top: 7px;
    font-size: 14px;
}

.tpwrpall{
    position: relative;
    top: -10px;
}
.tpwrpall::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: -73px;
    top: 0;
    background: #e5e6e7;
}

.flex-cnnt-box a{
    color: #000000;
    display: flex;
    align-items: center;
    font-family: 'proxima_nova_altbold';
    font-size: 15px;
    position: relative;
}

/* .flex-cnnt-box a:nth-child(1){
    background: #206599;
    padding: 2px 10px;
}
.flex-cnnt-box a:nth-child(2){
    background: #104772;
    padding: 2px 10px;
} */

.flex-cnnt-box a .cnticon{
    transform: scale(.7);
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    overflow: hidden;
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ffffff26;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 113px;
    padding: 5px;
    position: relative;

}

.navigation_lists{
    margin-left: 150px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #fff;
    font-size: 17px;
    transition: .3s ease;
    font-family: "Staatliches", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}


.list_nav_a:hover{
    color: #05aff2;
}

.chat_flex_box{
    display: none;

}



.home-h{
    position: relative;
}


.home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box{
    font-family: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #d1ae65;
    padding: 14px 27px;
    border-radius: 100px;
}
/* banner section ====================================================== */

.banner-section-box{
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #b4975a;
}

.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: transparent;
    --background-overlay: '';
    /* background-image: linear-gradient(180deg, #836C4C 0%, #000000 100%); */
    background-image: linear-gradient(180deg, #0f5d64 0%, #20676d 100%);
    opacity: .7;
}

.backvideobaner{
    width: 100%;
    height: 92vh;
}

.backvideobaner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.bannercpcotainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    padding-top: 100px;
}

.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    font-family: 'proxima_nova_altbold';
    font-size: 87px;
    background-image: repeating-linear-gradient(transparent 0, transparent 0px, #ffffff 4px, #ffffff 10px);
    -webkit-background-clip: text;
    color: transparent;
}

.banner-content-xc h1{
    font-size: 4.3rem;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Proxima Nova';
}

.banner-content-xc h2{
    color: #fff;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 30px;
}


.sepline{
    width: 300px;
    height: 3px;
    background: #fff;
    margin-top: 11px;
    margin-bottom: 28px;
}

.banner-content-xc ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex
;
    align-items: center;
    gap: 10px 37px;
    flex-wrap: wrap;
}

.banner-content-xc ul li{
    color: #ffffffe8;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'proxima_nova_ltsemibold';
}

.banner-content-xc ul li i{
    color: #fff;
    margin-right: 6px;
}

.banner-content-xc p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Euclid Regular';
    max-width: 600px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'proxima_nova_altbold';
    color: #ffffff;
    background-color: #d1ae65;
    margin-right: 15px;
    padding: 19px 45px;
    text-transform: uppercase;
    clip-path: polygon(100% 0, 100% 68%, 84% 100%, 0 100%, 0 0);
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
    display: none;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}

.flextplg{
    display: flex
;
    align-items: center;
    width: 100%;
}

.list_nav_a2{
    white-space: nowrap;
    background: #000;
    font-family: 'proxima_nova_ltsemibold';
    text-transform: uppercase;
    color: #fff;
    padding: 0px 25px;
    padding-top: 6px;
    font-size: 15px;
    margin-left: 20px;
    line-height: 1;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list_nav_a2 span{
    display: block;
    transition: .3s ease;
}

.list_nav_a2 span::before{
    content: 'Contact Us';
    position: absolute;
    bottom: -19px;

}

.list_nav_a2 label{
    margin: 0;
    overflow: hidden;
    position: relative;
}

.list_nav_a2:hover>label span{
    transform: translateY(-19px);

}

.list_nav_a2:hover>label{
    color: #fff;
}

.one{
    width: 100%;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
}

.bannerwrp{
    width: 100%;
    text-align: right;
    height: 100%;
}

.one{
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
    }



    .section-devider{
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #00000036;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }


    .ftrbbx-list{
        width: 100%;
        /* background: #000000a6; */
        padding: 32px 0px;
    }
    
    .ftrbbx-list ul{
        display: flex;
        align-items: center;
        justify-content: center;
        /* width: 100%; */
        padding: 0;
        /* margin: 0; */
        list-style: none;
        gap: 67px;
    }
    
    .ftrbbx-list ul li{
        text-align: center;
        /* width: 50%; */
        display: flex;
        align-items: center;
        /* gap: 20px; */
    }
    
    .flttxt{
        font-family: 'proxima_nova_altbold';
        color: #000000;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 15px;
        text-align: center;
    }
    .picexp{
        text-align: center;
        margin-bottom: 10px;
    }
    .picexp img{
        width: 140px;
        border-radius: 6px;
        border: 1px solid #00000017;
        padding: 7px;
    }

    .hddrbx h3{
        text-align: center;
        margin-bottom: 29px;
        font-family: 'Staatliches';
        font-size: 32px;
        color: #12484d;
    }
    
    .flexftrbx{
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    
    .flexftrbx span{
        color: #ad8613;
        font-size: 26px;
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
    }
    
    .flexftrbx label{
        font-size: 26px;
        margin: 0px;
    }

    /* about us ======================================= */



    .aboutus-sectin-home{
        padding: 50px 0px;
        /* background: #f3f3f3; */
        background: #1a5055;
    position: relative;
    }

    .aboutus-sectin-home .container-port{
        position: relative;
        z-index: 6;
    }
    .brick2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 66px;
        
        height: 100%;
        z-index: 999;
        /* background: #ffffff; */
    }

    .mappixel{
        position: absolute;
        height: 100%;
        max-width: 900px;
        top: 50%;
        left: 0%;
        transform: translate(-0%, -50%);
        opacity: .1;
    }

    .mappixel img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .float50{
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        right: 0;
        z-index: 10;
    }
    .float50 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .abts-home-content{
        padding-right: 50px;
    }
    .abts-home-content label{
        /* background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13); */
        color: #d1ae65;
        /* padding: 10px 24px; */
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .abts-home-content h3{
        font-size: 43px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 30px;
        font-family: 'proxima_nova_altbold';
        text-transform: uppercase;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Proxima Nova';
        color: #fff;
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .ourmission span{
        display: block;
        color: #000;
        font-family: 'Euclid Medium';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 15px;
        font-family: 'Euclid Regular';
        font-style: italic;
        color: #0f1681;
    }

.abts-img-hm img{
    width: 100%;
}


.list-str{
    border-top: 1px solid #00000024;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px; 
}

.list-str ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 30px;
}

.list-str ul li{
    padding-right: 30px;
    color: #000;
    font-weight: 700;
}

.aside-abt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    display: block;
    max-width: fit-content;
    font-size: 14px;
    margin-top: 36px;
    font-family: 'proxima_nova_altbold';
    color: #ffffff;
    background-color: #d1ae65;
    margin-right: 15px;
    padding: 19px 45px;
    text-transform: uppercase;
    clip-path: polygon(100% 0, 100% 68%, 84% 100%, 0 100%, 0 0);
}
   


/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
}

.box-btm-content{
    margin-bottom: 20px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'proxima_nova_altbold';
    font-size: 28px;
}



.serv-box--intitle{
    position: relative;
    transition: .4s ease;
}

.icon-srv{
width: 100%;
}

.icon-srv img{
    width: 100%;
    object-fit: cover;
}

.igaspec-11 img{
    aspect-ratio: 1 / .6;
}

.hg100{
    height: 100%;
}
.hg100 .icon-srv{
    height: 100%;
}
.hg100 .icon-srv img{
 height: 100%;
}

.srv--conternt{
    position: absolute;
    bottom: 0;
    padding: 29px;
}

.srv--conternt h3{
    font-size: 22px;
    color: #ffffff;
    font-family: 'proxima_nova_altbold';
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 6;
}

.row-wd-100{
    width: 100%;
    margin: auto;
}

.srv--conternt p{
    font-size: 14px;
    font-family: 'Proxima Nova';
    margin-bottom: 28px;
    color: #fff;
    position: relative;
    z-index: 6;
    max-width: 400px;
}

.srv--conternt a{
    color: #ffffff;
    font-size: 12px;
    transition: .3sease;
    position: relative;
    z-index: 6;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    font-family: 'proxima_nova_ltsemibold';
    text-transform: uppercase;
}



.col-bb-bottom{
    padding: 0px;
}

.icon-srv{
    position: relative;
}

.icon-srv::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(2 46 73) 0%, rgba(47, 73, 124, 0) 65%);
    z-index: 1;
    transition: .3s ease;
}


.icon-srv::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #345f7961;
    top: 0;
    left: 0;
    transition: .3s ease;
}


.serv-box--intitle:hover > .srv--conternt a{

}

.serv-box--intitle:hover{
    transform: scale(1.03);
    z-index: 7;
    /* -webkit-box-shadow: 6px 6px 8px 0px rgb(0 0 0 / 36%);
    -moz-box-shadow: 6px 6px 8px 0px rgb(0 0 0 / 36%);
    box-shadow: 6px 6px 8px 0px rgb(0 0 0 / 36%); */
}

.vslv{
    text-align: right;
    margin-top: 45px;
}
.vslv a{
    color: #032f4a;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    border-bottom: 1px solid #032f4a;
    display: block;
    max-width: fit-content;
    margin-left: auto;
}

.serv-box--intitle:hover>.icon-srv::after{
    background: #0470b3b5;
}

.serv-box--intitle:hover>.icon-srv::before{
 height: 100%;
}

/* prj */


.lftalwrp{
    background-color: #222;
    height: 100%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    /* opacity: 0; */
    background-image: url(https://moverz.themeht.com/wp-content/uploads/2024/11/about-bg.png);
    background-position: center;
    background-size: cover;
}

.prjinhcnt{
    position: relative;
    z-index: 4;
}

.prjinhcnt label{
    font-family: 'Proxima Nova';
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.prjinhcnt h3{
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 41px;
    color: #ffffff;
    line-height: 1.2;
}

.prjinhcnt h3 span{
    display: block;
    background-image: repeating-linear-gradient(transparent 0, transparent 0px, #6ec9ff 3px, #6ec9ff 9px);
    -webkit-background-clip: text;
    color: transparent;
}

.prjinhcnt a{
    display: block;
    max-width: fit-content;
    font-size: 14px;
    margin-top: 36px;
    font-family: 'proxima_nova_altbold';
    color: #ffffff;
    background-color: #d1ae65;
    margin-right: 15px;
    padding: 19px 45px;
    text-transform: uppercase;
    clip-path: polygon(100% 0, 100% 68%, 84% 100%, 0 100%, 0 0);
}


/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
    padding-top: 0px;
}

.header-title{

}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.header-title h3{
    color: #000;
    font-size: 30px;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.2;
}

.header-title h3 span{
    background-image: repeating-linear-gradient(transparent 0, transparent 0px, #4ba1a9 3px, #4ba1a9 9px);
    -webkit-background-clip: text;
    color: transparent;
}

.header-title a{
    display: block;
    max-width: fit-content;
    font-size: 14px;
    margin-top: 36px;
    font-family: 'proxima_nova_altbold';
    color: #ffffff;
    background-color: #000;
    margin-right: 15px;
    padding: 19px 45px;
    text-transform: uppercase;
    clip-path: polygon(100% 0, 100% 68%, 84% 100%, 0 100%, 0 0);
}



.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}
.box--img--srt {
    width: 100%;
    height: 100%;
}
.box--img--srt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.box--header-title ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box--header-title ul li{
    padding: 20px;
    border: 1px solid #00000024;
    width: 47%;
}

.box--header-title ul li label{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 19px;
}

.box--header-title ul li p{
    font-size: 14px;
    color: #5e5e5e;
    font-family: 'Euclid Regular';
}

.box--header-title{
    padding-right: 100px;
}

.box--header-title label{
    color: #b38c3c;
    font-family: 'Sora'
}

.box--header-title h3{
    font-family: 'proxima_nova_altbold';
    font-size: 3rem;
    color: #000;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}

.box--header-title h3 span{
    margin-bottom: 10px;
    display: block;
    background-image: repeating-linear-gradient(transparent 0, transparent 0px, #6ec9ff 3px, #6ec9ff 9px);
    -webkit-background-clip: text;
    color: transparent;
}

.box--header-title p{
    margin-bottom: 40px;
    font-family: 'Sora';
    color: #000;
    font-size: 15px;
    max-width: 450px;
}

.bx-wrpul ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin-top: 17px;
    flex-wrap: wrap;
    gap: 17px 9px;
}

.bx-wrpul ul li{
    clip-path: polygon(0 0, 96% 0%, 100% 50%, 96% 100%, 0 100%, 3% 50%);
    background: #d1ae65;
    font-family: 'proxima_nova_altbold';
    text-transform: uppercase;
    padding: 10px 23px;
    color: #fff;
}
/* services section ================================================ */

    .services-section{
        /* background-color: #0f1681; */
        /* padding: 55px 0px; */
        position: relative;
        overflow: hidden;
    }

    .services-section::before{
        content: '';
        position: absolute;
        width: 90%;
        height: 100%;
        background: #f3f3f3;
        top: 0;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    .box--content--apt{
        /* max-width: 500px; */
        margin: auto;
    }


    .box--content--apt::before{
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 100px;
    }

    .box--content--apt img{
        width: 100%;
        height: 445px;
        object-fit: cover;
        object-position: top;
    }

    .flexcenter{
        display: flex;
        align-items: center;
        
    }
    

    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            margin-top: 50px;
            width: 100%;
            height: 500px;
            margin-bottom: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* join us ========================================================== */

        .joinus{
            padding: 70px 0px;
            background:#edfdf5;
            background-image: url('../images/home/about_us/overlay_13.png');
            font-size: 15px;
            background-position: bottom right;
            background-size: cover;
        }

        .join-us---bx{
            padding-left: 70px;
        }

        .join-us---bx span{
            margin-bottom: 20px;
            display: block;
            color: #0f1681;
            font-size: 21px;
            font-family: 'Euclid Medium';
        }

        .join-us---bx p{
            font-family: 'Euclid Regular';
            margin-bottom: 15px;
            font-size: 15px;
        }

        .contact--box--jn{
            display: flex;
            border-top: 1px solid #00000021;
            padding-top: 20px;
            margin-top: 39px;
        }

        .box--cnt{
            display: flex;
            align-items: center;
            margin-right: 60px;
        }

        .rht--box label{
            display: block;
            margin: 0px;
            color: #000;
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Euclid Medium';
            line-height: 1;
        }

        .rht--box a{
            color: #000000b3;
            font-size: 16px;
        }

        .cnticon{
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            font-size: 17px;
            border: 1px solid #2b2b2b;
            border-radius: 100px;
        }

        .rht--box{
            margin-left: 10px;
        }

        .jn-s--i img{
            width: 100%;
        }

        .brick{
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3.4%;
            height: 100%;
            z-index: 999;
            background: #e6e7e7;
        }






        /* about us page section ========================= */

        .bannerinnerseciont{
            width: 100%;
            height: 500px;
            background-position: center;
            background-size: cover;
            position: relative;
            display: flex;
            align-items: center;
            padding-top: 100px;
        } 
        
        .aboutus{
            background-image: url('../images/home/banner/banner-bg-3.jpg');
        }
        .contact{
            background-image: url('../images/home/about_us/inner-page1.png');
        }

        .bannerinnerseciont::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            z-index: 5;
            background-color: transparent;
            --background-overlay: '';
            /* background-image: linear-gradient(180deg, #836C4C 0%, #000000 100%); */
            background-image: linear-gradient(180deg, #0f5d64 0%, #20676d 100%);
            opacity: .5;
        }
        .bannerinnerseciont .container-port{
            position: relative;
            z-index: 10;
        }
        .bx-cap{
            text-align: center;
        }
    
        .bx-cap h1{
            color: #fff;
            font-family: 'proxima_nova_altbold';
            text-transform: uppercase;
            font-size: 3rem;
        }

        .aboutsectprmt{
            padding: 100px 0px;
        }

        .bx-abtscont label{

        }

        .bx-abtscont h3{
            font-family: 'proxima_nova_altbold';
            font-size: 27px;
            text-transform: uppercase;
            line-height: 1.3;
            margin-bottom: 20px;
            color: #000;
        }


        .bx-abtscont h3 span{
            background-image: repeating-linear-gradient(transparent 0, transparent 0px, #5dc7d1 4px, #5dc7d1 10px);
            -webkit-background-clip: text;
            color: transparent;
            display: block;
            font-size: 4rem;
        }

        .bx-abtscont h3 label{
            font-family: 'proxima_nova_altbold';
            text-transform: uppercase;
            letter-spacing: 8px;
            color: #000;
            font-size: 45px;
            font-weight: 400;
            line-height: 1;
        }

        .bx-abtscont h4{
            font-family: "Sora", sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
        }

        .bx-abtscont p{
            font-family: "Sora", sans-serif;
            color: #222;
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 26px;
            text-align: justify;
        }

        .allimgwrp{
            height: 100%;
            position: relative;
        }
        .abtsimgbox{
            height: 81%;
        }
        .abtsimgbox img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .submimg{
            max-width: 400px;
    margin-top: -100px;
    transform: scaleX(-1);
    margin-left: auto;
    position: relative;
    left: 56px;
        }

        .submimg img{
            width: 100%;
        }

        .pdlft50{
            padding-right: 60px;
        }

        .flatexp{
            position: absolute;
            top: 45px;
            left: -30px;
            background: #ff0000;
            width: 110px;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            font-size: 44px;
            font-family: 'proxima_nova_altbold';
            text-align: center;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
        }
        .flatexp::before{
            content: '';
            position: absolute;
            width: 31px;
            left: 0;
            height: 28px;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            background: #c30000;
            top: -28px;
        }
        .flatexp span{
            font-size: 13px;
            display: block;
            margin-top: 5px;
        }

        /* projects page section =================== */
        .col-prjbx{
            position: relative;
        }
        .col-prjbx img{
            width: 100%;
        }

        .bxnm{
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            display: flex
            ;
                align-items: end;
                padding: 30px;
                background: linear-gradient(0deg, rgb(2 46 73) 0%, rgba(47, 73, 124, 0) 65%);
                pointer-events: none;
        }

        .bxnm h3{
            position: relative;
            z-index: 5;
            color: #fff;
            font-family: 'proxima_nova_altbold';
            text-transform: uppercase;
            border-bottom: 1px solid #ffffff2b;
            display: block;
            width: 100%;
            padding-bottom: 10px;
            overflow: hidden;
        }

        .bxnm h3 span{
            transform: rotate(35deg) translateY(49px);
    display: block;
    transition: .4s ease;
    transform-origin: left;
        }

        .col-prjbx:hover> .bxnm h3 span{
            transform: rotate(0deg) translateY(0px);
        }

        .colprj40{
            padding: 6px;
        }

        /* services page section =============== */

        .srvsect{

    position: relative;
        }

        .container-port-xxl{
            width: 97%;
            margin: auto;
        }

        .serviceslists{

        }

        .serviceslists ul{

        }

        .serviceslists ul::before{
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            border-right: 1px solid #00000021;
            right: 19px;
            z-index: -2;
        }

        .serviceslists ul::-webkit-scrollbar {
            width: 10px;
            border-radius: 100px;
          }
           
          .serviceslists ul::-webkit-scrollbar-track {
            position: relative;
          }

           
          .serviceslists ul::-webkit-scrollbar-thumb {
            background-color:#ffc107;
            border-radius: 100px;
          }

        .serviceslists ul li{
            font-size: 31px;
            gap: 1px;
            border-right: 1px solid #ffffff54;
            border-bottom: 1px solid #ffffff54;
            padding: 30px;
            /* width: 25%; */
            flex-direction: column;
            align-items: baseline;
            transition: .3s ease;
        }

        .serviceslists ul li:nth-child(4n) {
            border-right: none;
        }

        .serviceslists ul li:hover{
            backdrop-filter: blur(45px);
        }

        /* .serviceslists ul li:nth-last-child(-n+4) {
            border-bottom: none;
        } */

        .serviceslists ul li span{
            background-image: repeating-linear-gradient(transparent 0, transparent 0px, #94dae0 4px, #7effff 10px);
            -webkit-background-clip: text;
            color: transparent;
            font-family: 'proxima_nova_altbold';
            font-size: 41px;
        }

        .serviceslists ul li p{
            font-family: 'proxima_nova_altbold';
            color: #ffffff;
            text-transform: uppercase;
            font-size: 19px;
        }

        .listsrvpnts p{
            display: flex
            ;
                gap: 10px;
                align-items: baseline;
        }

        .listsrvpnts p i{
            font-size: 17px;
        }
        .brick4{
            position: absolute;
            width: 100%;
            right: 0;
            height: 100%;
            top: 0;
            background: #000;
        }

        .brick4 img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .6;
        }

        .srvheaderwrp{
            text-align: center;
            padding: 80px 0px;
        }

        .headerflexsvr label{
            font-family: 'proxima_nova_altbold';
            text-transform: uppercase;
            font-size: 31px;
            color: #225f5f;
        }

        .headerflexsvr h3{
            font-family: sora;
            color: #000;
            font-size: 2.6rem;
        
        }


        /* contact us page section ============================ */


            .contactuspagesection{
                padding: 100px 0px;
            }
            .cntdt p{
                font-family: sora;
                color: #000;
                font-size: 18px;
                margin-bottom: 21px;
            }

            .contactbox{
                background: #f7f4e9;
                padding: 30px;
                border-radius: 10px;
                /* margin-bottom: 30px; */
            }

            .cntdt h3{
                font-family: 'Sora';
                font-weight: 500;
                color: #66cbd3;
                margin-bottom: 3px;
                text-transform: uppercase;
            }
            
            .flexdv{
                display: flex
                ;
                    gap: 5px 11px;
                    max-width: 600px;
                    flex-wrap: wrap;
                    border-bottom: 2px solid #b4975a;
                    padding-bottom: 12px;
                    margin-bottom: 20px;
            }


            .flexdv a{
                font-family: 'proxima_nova_altbold';
                color: #b4975a;
                font-size: 23px;
            }
            .headercntn{
    margin-bottom: 49px;
            }

            .headercntn h3{
    color: #4ba1a9;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1.1;
            }
            .headercntn p{
    color: #3b3b3b;
            }

            .hdrcnt h4{
                text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
    color: #66cbd3;
    font-family: 'Sora';
    font-weight: 500;
            }

            .flexdva{
    display: flex
;
    gap: 5px 11px;
    max-width: 600px;
    flex-wrap: wrap;
            }
            .flexdva span{
                font-family: 'proxima_nova_altbold';
                color: #b4975a;
                font-size: 20px;
                display: none;
            }
            .flexdva a{
                font-family: 'proxima_nova_altbold';
                color: #b4975a;
                font-size: 20px;
            }

            .imap{
                width: 100%;
                height: 100%;
            }

            .imap iframe{
                width: 100%;
                height: 100%;
            }

            .bx-collect{
                background-image: url('../images/home/about_us/Contact-us-falcon-international.jpg');
                background-position: center;
                background-size: cover;
                width: 100%;
                height: 100%;
                padding: 30px;
                border-radius: 10px;
                position: relative;
                overflow: hidden;
                display: flex
            ;
                align-items: end;
            }

            .bx-collect::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                bottom: 0;
                left: 0;
                z-index: 5;
                background-color: transparent;
                --background-overlay: '';
                background-image: linear-gradient(180deg, #836C4C 0%, #000000 100%);
                opacity: .7;
            }

            .bx-wprjb{
                position: relative;
                z-index: 5;
            }

            .bx-wprjb h3{
                font-family: 'proxima_nova_altbold';
                color: #fff;
                font-size: 31px;
                text-transform: uppercase;
            }

            .bx-wprjb p{
                font-family: 'Sora';
                color: #fff;
                font-size: 21px;
            }

            .bx-wprjb a{
                display: block;
                max-width: fit-content;
                font-size: 14px;
                margin-top: 33px;
                font-family: 'proxima_nova_altbold';
                color: #ffffff;
                background-color: #54c0c9;
                margin-right: 15px;
                padding: 19px 24px;
                text-transform: uppercase;
                clip-path: polygon(100% 0, 100% 68%, 91% 100%, 0 100%, 0 0);
            }

            .formwrp{
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
                background-color: #F7F7F7;
                padding: 30px;
            }
            .frmgrp{

            }

            .frmgrp label{
                font-family: 'proxima_nova_ltsemibold';
                font-size: 15px;
                text-transform: uppercase;
                color: #000000;
                margin: 0px;
            }

            .frmgrp input{
                width: 100%;
                height: 40px;
                background: none;
                font-family: 'Sora';
                font-size: 13px;
                border-bottom: 1px solid #5e5e5e;
            }

            
            .frmgrp textarea{
                width: 100%;
                height: 70px;
                background: none;
                font-family: 'Sora';
                font-size: 13px;
                border-bottom: 1px solid #5e5e5e;
            }


            .rowgp{
                gap: 15px;
            }

            .frmgrp button{
                width: 100%;
                background: #d1ae65;
                border: none;
                padding: 14px 0px;
                font-family: 'proxima_nova_altbold';
                text-transform: uppercase;
                clip-path: polygon(100% 0, 100% 68%, 98% 100%, 0 100%, 0 0);
                color: #fff;
            }
            .formsection{
                margin-bottom: -50px;
            }

            .box-wrp-left{
                position: absolute;
                opacity: .1;
            }

            .box-wrp-left img{
                width: 100%;
            }

            .alcenter{
                display: flex;
                align-items: center;
            }
            .bx-contact-wl{

            }

            .bx-contact-wl h3{
                font-family: 'proxima_nova_altbold';
                text-transform: uppercase;
                font-size: 2rem;
                color: #d1ae65;
            }
            .bx-contact-wl p{
                font-family: 'Sora';
                font-size: 41px;
                color: #000;
                font-weight: 700;
            }
    /* footer ================================================== */

    footer{
        background-color: #12415d;
    }
    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .prst-three ul li{
        margin-bottom: 10px;
    }

    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        /* justify-content: space-between; */
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .flex-box-list-a-links ul li a{
        color: #fff;
        font-size: 15px;
        width: 35px;
        height: 35px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        border-bottom: 2px solid #00000040;
    }
    
    .flex-box-list-a-links ul li:nth-child(1) a{background-color: #1877F2;}
    .flex-box-list-a-links ul li:nth-child(2) a{background-color: #1da1f2;}
    .flex-box-list-a-links ul li:nth-child(3) a{background-color: #0F9D58;}
    .flex-box-list-a-links ul li:nth-child(4) a{background-color: #0077B5;}

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color: #f5f5f1;
        transition: .3sease;
        font-size: 14px;
        display: flex
    ;
        align-items: baseline;
        font-family: 'Proxima Nova';
    }

    .flexlicnst ul li{
        display: flex;
    gap: 10px;
    }

    .flexlicnst ul li i{
        color: #6ec9ff;
        font-size: 13px;
        position: relative;
        top: 3px;
    }


    .flexlicnst ul li div{
        display: flex
;
    gap: 4px 10px;
    flex-wrap: wrap;
    }
    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }



/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/about_us/client-banner.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    background-color: #004f6f;
    background-blend-mode: multiply;
}

.banner-title-inner span {
    background: #fff;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    padding: 10px 10px;
    /* padding-top: 7px; */
    border-radius: 7px;
    font-weight: 500;
    word-spacing: 2px;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
}

.banner-title-inner p{
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/* exports section page ========================== */

.expdvsection{
    padding: 100px 0px;
}

.headerexp{
    text-align: center;
    font-family: 'Staatliches';
    font-size: 28px;
    color: #12415d;
    margin-bottom: 50px;
}

.sldpixstack{
    display: flex
;
    justify-content: center;
    gap: 26px;
    position: relative;
}

.rowgp{
    gap: 50px 0px;
}

.stkpic{
    width: 50%;
}

.stkpic img{
    width: 100%;
    border-radius: 5px;
}

.sizeinc{
    position: absolute;
    left: 50%;
    top: 50%;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.colbtmrow{
    border-bottom: 1px solid #0000001f;
    padding: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sizered{
    transform: scale(.90);
}

.expdvcat h4{
    text-align: center;
    font-family: 'Proxima Nova';
    color: #000;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    margin: auto;
    margin-top: 20px;
    border-bottom: 1px solid #12415d;
    max-width: fit-content;
    text-transform: uppercase;
}

.sldprd{
    transition: .3s ease;
}

.expdvcat:hover>.sldprd{
    transform: translateY(-10px);
}

.subctrimg img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
}

.collgflex{
    display: flex;
    align-items: center;
}

.subctrdata{

}

.subctrdata h3{
    font-family: 'proxima_nova_ltsemibold';
    font-size: 31px;
    color: #000;
    margin-bottom: 6px;
}
.rowwd100{
    width: 100%;
    margin: auto;
}

.subctrdata p{
    font-family: 'Proxima Nova';
    color: #333333;
}

.box-secrwpdata{
    margin-bottom: 50px;
}

.box-secrwpdata h3{
    font-size: 28px;
    color: #000;
    font-family: 'Staatliches';
    margin-bottom: 8px;
}

.box-secrwpdata p{
    margin-bottom: 8px;
    font-family: 'Proxima Nova';
    color: #000;
}


/* crane ----------------------------- */

.rowgrid{
    display: grid;
    grid-template-columns: 37% 24% 37%;
    gap: 10px;

}

.crnbxpix img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1 / .7;
}

.crncnt{

}

.crncnt h3{
    text-align: center;
    margin-top: 53px;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}

.crncnt h3 a{
    font-family: 'Staatliches';
    color: #12415d;
    border-bottom: 1px solid #12415d;
    font-weight: normal;
    font-size: 35px;
}


.crncnt h3 a i{
    font-size: 30px;
}
/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }

    .abts-ftr
    {
        background: #436579;
        padding: 50px 40px;
    }

    .footer-footer{
        padding: 15px 20px;
        border-top: 1px solid #ffffff1c;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }

    .rwhg100{
        position: relative;
        height: 100%;
        padding-bottom: 70px;
    }
    .pswd100{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .abts-ftr h3 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mtpp40{
        padding-top: 50px;
    }
    .abts-ftr p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 25px;
        padding-right: 30px;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{

    display: flex
;
    justify-content: space-between;
    align-items: center;
flex-wrap: wrap;
}

    .cnter-reserv p{
        font-size: 12px;
        color: #fff;
        font-family: 'Proxima Nova';
    }

.ttxt{
    white-space: nowrap;
}
    .cnter-reserv p a img{
        width: 65px;
    }
    .row-footer{
        /* margin-bottom: 50px; */
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }


    /* hamburger menu */


    .ham{
        width: 47px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;
    }

    .ham span{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }

    /* mobile menu --------------------------------- */


    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding-top: 101px;
    }
    .close-items{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #3ac4d1;
    border-radius: 100px;
    color: #fff;
    }



    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .mob-list_nav_a{
padding: 16px 0px;
    display: flex
;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00000012;
    letter-spacing: 1px;
    }

    .mob-list_nav_a i{
        font-size: 9px;
        position: relative;
        top: -2px;
    }
    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
    }

    .mob-nav-social{
        margin-top: 9px;
    }

    .mob-nav-social{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
    }

    .mob-nav-social a {
        color: #ffffff;
        display: flex
    ;
        width: 28px;
        height: 28px;
        background: #d1ae65;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        font-size: 12px;
    }

    .header-title-mob h3{
        color: #474747;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Proxima Nova';
        text-transform: uppercase;
        margin-bottom: 10px;
    }

 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }


    .show575{
        display: none;
    }

    .marquee {
        position: relative;
        width: 100vw;
        max-width: 100%;
        height: 103px;
        overflow-x: hidden;
      }
      
      .track {
        position: absolute;
        white-space: nowrap;
        will-change: transform;
        animation: marquee 32s linear infinite;
        display: flex;
        gap: 50px;
      }
      
      @keyframes marquee {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
      }
      

@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
    .ftrbbx-list ul{
        gap: 31px;
    }
    .list_nav_a{
        margin: 0px 18px;
        font-size: 15px;
    }
}


@media screen and (max-width:1300px) {
    .abts-home-content h3{
        font-size: 41px;
    }
    .navigation_lists {
        margin-left: 50px;
    }
}

@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
    .abts-home-content h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
    .abts-home-content h3 {
        font-size: 33px;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .aboutus-sectin-home{
        padding-top: 0px;
    }
    .serviceslists ul li:nth-child(4n) {
        border-right: 1px solid #ffffff54;
    }
        .imap{
            height: 500px;
            margin-top: 50px;
        }

    .serviceslists ul li:hover{
        backdrop-filter: blur(45px);
    }

    .serviceslists ul li:nth-last-child(-n+4) {
        border-bottom: 1px solid #ffffff54;
    }
    .serviceslists ul li:nth-last-child(-n+3) {
        border-bottom: none;
    }

    .serviceslists ul li:nth-child(3n) {
        border-right: none;
    }
    .row-footer{
        flex-direction: column-reverse;
    }
    .float50{
        position: relative;
        margin-bottom: 30px;
        width: 100%;
    }
    .float50 img{
        aspect-ratio: 1 / .3;
    }
    .box--header-title ul li{
        width: 100%;
    }
    .logo a{
        width: 130px;
        display: block;
    }
    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 17px;
    }
    .row-reflex{
        flex-direction: row-reverse;
    }
    .contact-support{
        display: none;
    }

    .list_nav_a{
        margin: 0px 15px;
    }
    .row-box-eq{
        max-width: 700px;
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .prst-two{
        margin-top: 30px;
    }

    .join-us---bx{
        padding-left: 0px;
        padding-top: 40px;
    }
    .brick2{
        opacity: 0;
    }


    .show575{
        display: none;
    }
    .header-title h3{
        font-size: 41px;
    }
    .pdlft50{
        padding-right: 0px;
    }
    .bx-contact-wl {
        text-align: center;
        margin-bottom: 51px;
    }
}


@media screen and (max-width:1170px) {

    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }
    .header_flex{
        width: auto;
        border: none;
    }
    .chat_flex_box{
        display: flex;
    }
    .banner-content-xc h1{
        font-size: 39px;
        font-style: normal;
        line-height: 1.1;
    }
    .banner-content-xc span{
        font-size: 59px;
        display: block;
    }
    .banner-content-xc h2{
        font-size: 20px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .mobile-menu{
        display: flex;
    }
}


@media screen and (max-width:767px) {
    .rowwd100 > .colbtmrow:nth-of-type(even) .row {
        flex-direction: column-reverse;
    }   
    .prst-two{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .header-title{
        margin-top: 30px;
    }
    .header-title h3 {
        font-size: 5vw;
        text-align: center;
    }
    .header-title a{
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }


    .footer-log-icon {
        background: #000;
        padding: 69px;
    }

    .footer-logo-section{
        width: 64%;
        height: 300px;
        margin: auto;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 30px;
    }
    .hidden-col{
        overflow: hidden;
    }

    .box-btm-content h3{
        font-size: 40px;
    }

    .abts-home-content{

        padding-left: 0px;
    }

    .icon-srv img{
        min-height: 400px;
    }
    .igaspec-11 img {
        aspect-ratio: unset;
    }
    .bx-abtscont{
        padding-top: 49px;
    }
    .bx-abtscont h3 span{
        font-size: 8vw;
    }
    .bx-abtscont h3 label{
        font-size: 6vw;
    }
    .bx-abtscont h3{
        font-size: 4vw;
    }

    .headerflexsvr label{
        font-size: 22px;
    }
    .headerflexsvr h3{
        font-size: 24px;
    }
}

@media screen and (max-width:575px) {
    .bx-contact-wl p{
        font-size: 24px;
    }
    .cnter-reserv{
        justify-content: center;
    }
    .bx-contact-wl h3{
        font-size: 20px;
        color: #d1ae65;
        margin-bottom: 10px;
    }
    .container-port{
        width: 97%;
    }
    .serviceslists ul li p{
        font-size: 14px;
    }
    .serviceslists ul li{
        padding: 17px 25px;
        border-bottom: 1px solid #ffffff54 !important;
    }
    .abtsimgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1.3;
    }
    .allimgwrp{
        padding-left: 10px;
    }
    .flatexp{
        left: -21px;
    }
    .submimg{
        left: 22px;
    }
    .rwhg100{
        padding-bottom: 84px;
    }
    .abts-ftr {
        background: #436579;
        padding: 40px 30px;
    }
    .abts-ftr p{
        padding-right: 0px;
    }
    .whychoose-us {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .whychoose-us{
        position: relative;
    }
    .floatabscol{
        padding: 0px;
        width: 57%;
        height: 80%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        transform: scaleX(-1);
    }
    .box--img--srt img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
    .box--content--apt img{
        height: auto;
    }
    .brick{
        display: none;
    }
    .banner-content-xc ul li{
        font-size: 3vw;
    }
    .float50 img{
        aspect-ratio: 1 / .5;
    }
    .banner-content-xc span {
        font-size: 15vw;
        display: block;
    }
    .banner-content-xc h1 {
        font-size: 8vw;
    }

    .flex-social-icons{
        display: none;
    }
    .banner-section-box::after{
        width: 113px;
        left: 236px;
        bottom: -90px;
    }
    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: 207px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 85%;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 10px;
    }

    .box-btm-content h3{
        font-size: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 11vw;
    }


    .abts-home-content h3 {
        font-size: 27px;
    }

    .abts-home-content {

    }
    .abts-home-content{
        padding-right: 0px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .list-abts-items ul li{
        width: 100%;
    }

    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .flexdv a{
        font-size: 16px;

    }
    .flexdva a{
        font-size: 16px;

    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

.active-tab{
    color: #dbb971 !important;
}


.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}

