@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=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');



/*	--------------------------------------------------
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: #4a4a4a;
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: #4a4a4a;
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 ============================================================== */

.cnt-info-box ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 32px;
}

.cnt-info-box ul li a{
    display: flex;
    align-items: center;
}

.icon-call{
    width: 42px;
    margin-right: 13px;
}

.icon-call img{
    width: 100%;
}

.lft-tp-snts{

}

.lft-tp-snts span{
    font-family: 'Titillium Web';
    color: #000;
    font-weight: 600;

}

.lft-tp-snts p{

}

.container-port-xll{
    padding: 0px 80px;
}

.top-header--panel{

}
.flex-cnnt-box{
    display: flex;
    align-items: center;
}

.flex-cnnt-box a{
    color: #282b2d;
    display: flex;
    align-items: center;
    font-family: 'Titillium Web';
    font-weight: 500;
    font-size: 15px;
}

.flex-cnnt-box a span{
    padding-right: 3px;
}

.dt-spt{
    width: 6px;
    height: 6px;
    background: #54bbce;
    border-radius: 100px;
    margin: 0px 13px;
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}

.row-btm-hdr{
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
}



header{
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 20px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 0px;
    justify-content: space-between;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 265px;
}

.navigation_lists{

}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.cnt-nv-of{
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgb(11 43 69) 100%);
}

.cnt-nv-of .container-port{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_nav_menu{
    padding: 17px 0px;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    transition: .3s ease;
    font-weight: 600;
}


.list_nav_a:hover{
    color: #05aff2;
}

.chat_flex_box{
    display: flex;

}



.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: 'Titillium Web';
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #54bbce;
    border-left: 1px solid #efefef45;
    padding: 3px 0px;
    padding-left: 15px;
}
/* banner section ====================================================== */

.banner-container-wrp-section{
    /* padding-top: 180px; */
   
    background-position: center;
    background-size: cover;
    height: 650px;
    display: flex;
    align-items: end;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.slider-1{
    background-image: url('../images/home/slider/Industrial-scaled-1.webp');
}

.slider-2{
    background-image: url('../images/home/slider/slide2.png');
}

.slider-3{
    background-image: url('../images/home/slider/slider-03.jpg');
}

.slider-4{
    background-image: url('../images/home/slider/water-tank.jpg');
}
.slider-5{
    background-image: url('../images/home/slider/battery.jpg');
}


/* 
.banner-section-box::before{
    content: '';
    position: absolute;
    width: 520px;
    height: 393px;
    bottom: -20px;
    left: -80px;
    background-color: #f6a201;
    border-radius: 0px 500px 500px 0px;
    transform: rotate(-45deg);
} */


.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{
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    font-family: 'Titillium Web';
    font-weight: 700;
    background: rgb(9,39,65);
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
    max-width: fit-content;
    padding: 4px 20px;
    font-size: 21px;
}

.banner-content-xc h3{
    font-size: 3.4rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Titillium Web';
}

.banner-content-xc p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    max-width: 600px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 14px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Titillium Web';
    color: #fff;
    padding: 13px 36px;
    border: 1px solid #fff;
    transition: .3s ease;
}
.link-siblings a:hover{
    background-color: #54bbce;
    border: 1px solid #54bbce;
}

.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}


.bnr-cntr-port{
    margin: 0 auto;
}

.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;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        /* padding: 50px 0px; */
        /* background: #f3f3f3; */
        position: relative;
    }

    .float-panel{
        background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
        padding: 27px 0px;
        /* text-align: center; */
        width: 60%;
        position: absolute;
        bottom: 0;
        height: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 50px;
    }

    .aboutus-sectin-home .container-port{
        position: relative;
        z-index: 5;
    }

    .float-panel h3{
        color: #fff;
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 500;
    }

    .header-abt{
        text-align: center;
    margin-bottom: 63px;
    }

    .header-abt span{
        background: #fff;
        padding: 3px;
        font-family: 'Titillium Web';
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1px;
        display: block;
        max-width: fit-content;
        margin: auto;
        margin-bottom: 20px;
        color: #133b54;
    }

    .header-abt h3{
        font-family: 'Titillium Web';
        font-size: 36px;
        color: #000;
        max-width: 553px;
        line-height: 1.2;
        font-weight: 600;
        margin: auto;
    }

    .abts-home-content{

    }

    .pdt40{
        padding: 60px 0px;
        padding-right: 50px;
    }

    .abts-home-content label{
        color: #006a94;
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Titillium Web';
    }


    .abts-home-content h2{
        font-size: 2.5rem;
        color: #000;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Oswald', sans-serif;
        border-bottom: 1px solid #00000014;
        padding-bottom: 30px;
    }


    .abts-home-content h3{
        font-size: 2.5rem;
        color: #000;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Oswald', sans-serif;
        border-bottom: 1px solid #00000014;
        padding-bottom: 30px;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Titillium Web';
    }
    .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{
    color: #0b2c46;
    padding: 12px 35px;
    display: block;
    max-width: fit-content;
    margin-top: 60px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #3c8da2;
    font-family: 'Titillium Web';
    text-transform: uppercase;
}
  

.abts-img-right img{
    width: 100%;
}

.cnt-links{
    background: #2a687f;
    height: auto;
    padding: 40px 20px;
}

.cnt-links h3{
    color: #fff;
    font-family: 'Oswald';
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cnt-links a{
    display: block;
    border: 2px solid #fff;
    color: #fff;
    max-width: fit-content;
    font-family: 'Titillium Web';
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
}


/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
    background: #eef1f5;
    margin-top: -100px;
    padding-top: 200px;
}

.box-btm-content{
    text-align: left;
    margin-bottom: 50px;
}

.box-btm-content span{
    color: #006a94;
    display: block;
    max-width: fit-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
}


.box-btm-content h3{
    color: #000000;
    font-family: 'Oswald';
    font-size: 2.7rem;
    font-weight: 700;
    max-width: 600px;
    /* margin: auto; */
    line-height: 1.2;
}

.header-title-2 p{
    font-family: 'Titillium Web';
    color: #000;
    padding-left: 60px;
    margin-top: 50px;
}

.serv-box--intitle{
    /* text-align: center; */
    height: 100%;
    background: #fff;
    display: block;
    transition: .3s ease;
}

.serv-box--intitle:hover{
    transform: scale(1.023);
}

.icon-srv{
    margin: auto;
    margin-bottom: 20px;
}

.icon-srv img{
    width: 100%;
}

.srv--conternt h3{
    font-size: 19px;
    color: #000;
    font-family: 'Oswald';
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.srv--conternt{
    padding: 0px 20px;
}

.srv--conternt p{
    font-size: 15px;
    font-family: 'Titillium Web';
    margin-bottom: 28px;
}

.srv--conternt a{
    background: #0f168124;
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
}

/* .serv-box--intitle:hover > .srv--conternt a{
    background: #0f1681;
    color: #fff;
}

.serv-box--intitle:hover{
border: 1px solid #0f1681;
} */

.col-bb-bottom{
    padding: 15px;
}



/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
    background-color: #fff;
}

.box-btm-content-two{
    text-align: center;
    margin-bottom: 50px;
}
.box-btm-content-two h3{
    color: #000000;
    font-family: 'Oswald';
    font-size: 2.7rem;
    font-weight: 700;
    max-width: 600px;
    margin: auto;
    line-height: 1.2;
    text-transform: uppercase;
}

.box-btm-content-two h3 span{
    color: #3f92a7;
}

.header-title{
    margin-bottom: 50px;
}

.header-title label{
    color: #19b2ef;
    display: block;
    max-width: fit-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
}

.header-title h3{
    color: #ffffff;
    font-size: 39px;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
}


.al-right p{
    font-family: 'Titillium Web';
    color: #a1a1a1;
    padding-left: 60px;
    margin-top: 39px;
}

.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;
}

.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 span{
    text-transform: uppercase;
    color: #0f1681;
    font-family: 'Euclid Medium';
    margin-bottom: 10px;
    display: block;
}

.box--header-title h3{
    font-family: 'Euclid Regular';
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

.csx-0{
    padding: 0px;
}

.box--section--wrp{
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.box--section--wrp img{
    width: 100%;
    transition: .3s ease;
}

.box-cxt-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-cxt-center h3{
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 600;
    transform: translateY(44px);
    transition: .3s ease;
}

.box-cxt-center a{
    display: block;
    max-width: fit-content;
    margin: auto;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    opacity: 0;
    margin-top: 42px;
    transform: translateY(-63px);
    transition: .3s ease;
}

.box--section--wrp:hover> img{
    transform: scale(1.1);
    opacity: .7;
}

.box--section--wrp:hover> .box-cxt-center h3{
    transform: translateY(0px);
}

.box--section--wrp:hover> .box-cxt-center a{
    transform: translateY(0px);
    opacity: 1;
}

/* services section ================================================ */

    .services-section{
        background-color: #0c2e47;
        padding-top: 55px;
        position: relative;
        overflow: hidden;
    }

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* 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;
            background: #0f1681;
            color: #fff;
            font-size: 14px;
        }

        .rht--box{
            margin-left: 10px;
        }

        .jn-s--i img{
            width: 100%;
        }

    /* footer ================================================== */

    footer{
        background-color: #090909;
        padding-top: 50px;
    }


    .contact-box--section-a{
        display: block;
        background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
        position: relative;
        overflow: hidden;
        padding: 19px;
    }

    .call-us-icon{
        position: absolute;
        bottom: -24px;
        right: -16px;
        opacity: .3;
        pointer-events: none;
        width: 41%;
    }

    .call-us-icon img{
        width: 100%;
    }


    .contact-box--section-a h3{
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Titillium Web';
    }

    .contact-box--section-a p{
        font-size: 26px;
        color: #fff;
        font-family: 'Titillium Web';
        font-weight: 700;
    }

    .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;
        position: relative;
        padding-left: 15px;
        font-family: 'Titillium Web';
    }

    .prst-two h3::before{
        content: '';
        position: absolute;
        width: 2px;
        height: 13px;
        background-color: #fff;
        left: 0;
        top: 8px;
        transform: skewX(-27deg);
    }

    .prst-two h3::after{
        content: '';
        position: absolute;
        width: 2px;
        height: 13px;
        background-color: #fff;
        left: 3px;
        top: 8px;
        transform: skewX(-27deg);
    }

    .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, .flex-box-list-cnt 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: 10px;
    }

    .flex-box-list-a-links ul li a{
        color: #ffffff7d;
        font-size: 14px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffffff42;
    }

    .flex-box-list ul li, .flex-box-list-cnt ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color: #f5f5f1b3;
        transition: .3s ease;
        font-size: 15px;
        display: flex;
        align-items: baseline;
        font-family: 'Titillium Web';
        font-weight: 600;
    }

    .flex-box-list-cnt ul li a{
        color: #f5f5f1bb;
        transition: .3s ease;
        font-size: 16px;
        display: flex;
        align-items: baseline;
        font-family: 'Titillium Web';
        font-weight: 600;
    }

    .flex-box-list ul li a i{
        color: #4094a9;
        padding-right: 10px;
        font-size: 10px;
        transform: rotate(45deg);
        top: 3px;
        position: relative;
    }

    .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;
}

/* 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; 
}
.box-flex-f{
    display: flex;
    margin-top: 20px;
    gap: 52px;
}

.flex-fty img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.title-h3--ss{
    margin-top: 20px;
    background: #0a2943;
    padding: 20px;
    border-radius: 10px;
}

.title-h3--ss h3{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.dtt-u{
    margin-top: 30px;
}

.dtt-u p{
        margin-bottom: 15px;
        font-family: 'Titillium Web';
        /* display: flex;
        gap: 10px; */
        color: #ffffffbd;
}

.dtt-u p span{
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.dtt-u p i{
    width: 23px;
    height: 23px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
    color: #fff;
    font-size: 10px;
}


.mlstmn-box-section{
    padding: 60px 0px;
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgb(48 116 139) 100%);
}

.mlstn-box{

}

.mlstn-box ul{
    list-style: none;
    padding: 0px;
    /* display: flex;
    flex-wrap: wrap; */
    gap: 20px;
    margin: 0px;
    position: relative;
}



.mlstn-box ul li{
    width: 100%;
    padding-left: 30px;
    position: relative;
    border-left: 1px dashed #fff;
    padding-bottom: 38px;
}

.mlstn-box ul li::before{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100px;
    left: -15px;
    top: 0;
}

.mlstn-box ul li::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #50d890;
    border-radius: 100px;
    left: -8px;
    top: 7px;
}

/* .arrow-float{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 5;
    border: 4px solid #fff;
} */

.hdr--ttl h3{

}

.arrow-float i{

}

.mlstn-box ul li span{
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.mlstn-box ul li p{
    font-size: 14px;
    color: #fff;
    padding-right: 60px;
}

.hdr-ttl-h3{
    margin-bottom: 72px;
    text-align: center;
}

.hdr-ttl-h3 h3{
    color: #fff;
    font-size: 2rem;
    font-family: 'Oswald';
    font-weight: 500;
    margin-bottom: 6px;
}
.hdr-ttl-h3 p{
    color: #fff;
    opacity: .6;
}



/* clinet lists ---------------- */

.cls-list{

}

.cls-list img{
    width: 100%;
    height: 103px;
    object-fit: contain;
}

/* 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
    {
        padding-right: 70px;
    }

    .footer-footer{
        background-color: #090909;
        padding: 15px 0px;
        border-top: 1px solid #272626;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .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: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        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{
        text-align: center;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #696969;
        font-family: 'Titillium Web';
    }
    .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: 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 3px;
        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: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgba(84,187,206,1) 100%);
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        /* display: none; */

    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .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: 13px 0px;
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #ffffff17;
    }


    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #006a94;
        display: flex;
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .header-title-mob h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    }

 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }


    /* inner about section ---------------------------------------------------- */

    .banner-section-box{
        position: relative;
        height: fit-content;
    }
    .banner-inner-section-wr{
        background-image: url('../images/home/about_us/banner-inner.jpg');
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner-inner-section-wr::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .2;
    }

    .banner-inner-section-wr .container-port{
        position: relative;
        z-index: 6;
    }

    .wrp-abs-cn{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
    }
    .banner-title-section h3{
        color: #fff;
        font-family: 'Oswald';
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .lnk-t-link{
        display: flex;
        align-items: center;
    }

    .lnk-t-link a{
        color: #fff;
        font-family: 'Oswald';
        font-size: 13px;
        text-transform: uppercase;
    }

    .lnk-t-link span{
        color: #fff;
        position: relative;
        top: -3px;
    
    }

    .team-box-inr{
        text-align: center;
    }

    .team-box-inr img{
        width: 800px;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: auto;
        border-radius: 11px;
    }


    .pad-100{
        padding: 60px 0px;
        background: #fff;
    }

    .cnt-abt-wwrd{
text-align: center;
margin-bottom: 70px;
    }
    .cnt-abt-wwrd h3{
        text-transform: uppercase;
        font-family: 'Oswald';
        color: #54bbce;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .cnt-abt-wwrd p{
        font-family: 'Oswald';
        color: #000;
        font-weight: 800;
        font-size: 2.7rem;
        max-width: 500px;
        margin: auto;
        line-height: 1.2;
    }

    .ptbg-01{
        background: #eef1f5;
    }

    .col-bx--20{
        padding: 10px;
    }

    .box--sct--tin{
        background: #ffffff;
        padding: 30px 20px;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .box--sct--tin span{
        color: #e2e5e7;
        font-family: 'Oswald';
        font-size: 6rem;
        font-weight: 700;
        position: absolute;
        right: -8px;
        bottom: -12px;
        line-height: 1;
        opacity: .3;
    }

    .box--sct--tin h3{
        font-family: 'Oswald';
        color: #000;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .box--sct--tin p{
        font-family: 'Titillium Web';
        font-size: 15px;
        color: #222;
        margin-bottom: 10px;
    }

    .abtsin-img img{
        width: 100%;
    }

    .pdt-left-40{
        /* padding-left: 60px; */
    }

    .left-side-box-section{
        background: #0a2943;
        width: 100%;
        padding: 20px;
        position: relative;
        z-index: 4;
        margin-bottom: 30px;
    }

    .left-side-box-section h3{
        color: #6ae5ff;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .exp{
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .exp span{
        font-size: 72px;
        color: #fff;
        line-height: 1;
        font-weight: 700;
    }

    .exp p{
        color: #fff;

    }
    /* products page ----------------------------------------------------- */

    .prd-img-ssd img{
        width: 100%;
    }

.dtt-prd-box{
    text-align: left;
    padding-left: 30px;
}

.dtt-prd-box h3{
    font-size: 27px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald';
    margin-bottom: 21px;
}

.dtt-prd-box p{
    font-family: 'Titillium Web';
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
}


.dtt-prd-box p span{
    padding-right: 10px;
}

.mtp039{
    margin-top: 30px;
}

.prj-box--section{
 background-color: #fff;
 padding: 20px;
 /* height: 100%; */
}

.col-bx--ss{
    padding: 10px;
    margin-bottom: 10px;
}

.product-ctlg h3{
    text-align: center;
    color: #fff;
    font-family: 'Oswald';
    font-size: 21px;
    margin-top: 13px;
}

.slider-prj{
    height: fit-content;
}

.mtopup-30{
 margin-top: 50px;
}

.prjheader-box h3{
    text-align: center;
    color: #000;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Inter Tight';
    text-transform: capitalize;
    margin-bottom: 30px;
}

.prj-hgt-100{
height: 100%;   
}

.prj--igc img{
    width: 100%;
}

.jc-cntr{
    justify-content: center;
}

.prj--igc{
    /* padding: 20px; */
    width: 100%;
}

.prj--inf{
    margin-top: 30px;
}

.prj--inf h3{
    font-family: 'Titillium Web';
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}

.prj--inf p{
    margin: 3px 0px;
    font-size: 14px;
}
.prj--inf p span{
    padding-right: 4px;
    color: #54bbce;
}

.col-prj-lg-3{
    padding: 10px;
}

.product-ctlg img{
    width: 100%;
    border-radius: 10px;
}

.prd-iframe iframe{
    width: 100%;
    height: 100%;
}

.border-box{
    width: 50%;
    height: 30px;
    background: #53bad0;
}



/* gallery box ----------------------------------- */

.container-port-unset{
    padding: 20px;
}

.gallery {
    column-count: 5;
    --webkit-column-count: 5;
    --moz-column-count: 5;
    gap: 1rem;
  }
  
  .image{
    margin-bottom: 1rem;
  }
  .image img {
    height: auto;
    width: 100%;
  }
  
  /* Responsive-ness for different screen-sizes */
  @media screen and (max-width: 810px) {
    .gallery {
      column-count: 3;
      --webkit-column-count: 3;
      --moz-column-count: 3;
    }
  }
  
  @media screen and (max-width: 500px) {
    .gallery {
      column-count: 2;
      --webkit-column-count: 2;
      --moz-column-count: 2;
    }
  }
  
  @media screen and (max-width: 400px) {
    .gallery {
      column-count: 1;
      --webkit-column-count: 1;
      --moz-column-count: 1;
    }
  }
  

  .bnr-section{
    background-image: url('../images/home/slider/iner-banner.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
  }
  .bnr-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 63%, rgb(96 58 13 / 59%) 100%);
    opacity: .9;
  }

  .bnr-section .container-port{
    position: relative;
    z-index: 5;
  }

/* clients --------------------------------------------------------- */

.hdr-ttle{
    text-align: center;
    margin-bottom: 60px;
}

.hdr-ttle h3{
    color: #000000;
    font-family: 'Oswald';
    font-size: 2.7rem;
    font-weight: 700;
    max-width: 600px;
    margin: auto;
    line-height: 1.2;
    text-transform: uppercase;
}

.hdr-ttle h4{
    color: #000;
    font-size: 26px;
    font-weight: 600;

}

.hdr-ttle h3 span{
    color: #3f92a7;
}

.secto-40{
    margin-top: 120px;
}

.clients-bx{

}

.clients-bx ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    gap: 35px;
    justify-content: center;
}

.clients-bx ul li{
    width: 11%;
}

.clients-bx ul li p{
    text-align: center;
    font-family: 'Titillium Web';
    color: #000;
    font-weight: 500;
    background: #f5fdff;
    padding: 6px;
    border-radius: 9px;
}

.hdr-2{
    margin-top: 50px;
}

.hdr-ttle-2{
    text-align: left;
    margin-bottom: 30px;
}

.hdr-ttle-2 h4{
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.plast-two{
    list-style: none;
    padding: 0px;
    gap: 26px;
    display: flex;
    flex-wrap: wrap;
}



.clients-bx-bx ul li p{
    text-align: center;
    font-family: 'Titillium Web';
    color: #fff;
    font-weight: 500;
    background: #408595;
    padding: 5px 17px;
    border-radius: 9px;
    font-size: 14px;
}



.clients-bx ul li img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}


.vsct-stmt{
    padding: 80px 0px;
}

.mtp-30{
    margin-top: 40px;
}

.vsmnt-sstn{
    /* background: #e4faff;
    padding: 40px;
    height: 100%; */
}

.vsmnt-sstn h3{
    color: #000;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Oswald';
    margin-bottom: 10px;
}

.vsmnt-sstn p{

}

.vst-img img{
    width: 100%;
}


.cr-vls{
    background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgb(48 116 139) 100%);
    padding: 50px;
}

.cr-vls ul{
    list-style: none;
    padding: 0;
    margin: 0px;
}

.cr-vls ul li{
    color: #cdcdcd;
    margin-bottom: 22px;
}

.cr-vls ul li span{
    color: #fff;
}

.cr-vls-t h3{
    color: #fff;
    font-size: 25px;
    margin-bottom: 21px;
}
/* gallery ---------------------------------------- */

.glry-col-lg-4{
    padding: 10px;
}

.col-row--content{
    border-radius: 10px;
    overflow: hidden;
}

.col-row--content img{
    width: 100%;
    transition: .3s ease;
}

.col-row--content:hover> a img{
    transform: rotate(5deg) scale(1.2);
}

/* team --------------------------------------------- */

.mtb40{
    padding-top: 40px;
}

.team-box-wrp{
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
    justify-content: center;
    max-width: 990px;
    margin: auto;
}

.team-box{
    width: 29%;
    text-align: center;
}

.team-box h3{
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
    font-size: 25px;
    margin-bottom: 8px;
}

.team-box p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.team-img{    
    border: 4px solid #3e9cb3;
    width: 200px;
    margin: auto;
}
.team-img img{width: 100%;}

.team-header{
    text-align: center;
}

.team-header h3{
    font-size: 2.3rem;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.team-header h3 span{
    color: #388499;
}

.new-tm-mng{
    max-width: 600px;
    margin: auto;
}

.new-tm-mng img{
    width: 100%;
}

.contact-team{
    padding: 60px 0px;
    background: #f7f7f7;
}

.srv-icon {
    margin-bottom: 25px;
    text-align: center;
}

.srv-icon img {
    width: 80px;
}

.box-srv-dtt{
    background: #ffffff4f;
    padding: 20px;
    height: 100%;
    position: relative;
}



.box-srv-dtt h3{
    font-size: 19px;
    font-family: 'Inter Tight';
    color: #0f1681;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: capitalize;
}

.box-srv-dtt p{
font-size: 14px;
margin-bottom: 10px;
display: flex;
gap: 10px;
}

.box-srv-dtt span{
    color: #0f1681;
}

.team-bx{
    background: #0c2742;
    padding: 65px 0px;
}

.glry-img-box{
    overflow: hidden;
}
.glry-img-box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .3s ease;
}

.glry-img-box:hover>a img{
    transform: scale(1.1);
}


.col-glry-lg{
    padding: 15px;
}
/* contact us pag e------------------------------- */

.bf--df{
    background-image: url('../images/home/row-01.png');
    background-position: center;
    background-size: cover;
    background-color:#f3f3f3;
}

.box--sectin-cnt-pp{
    text-align: center;
    margin-bottom: 60px;
}

.box--sectin-cnt-pp h3{
    font-family: 'Oswald';
    color: #54bbce;
    font-size: 19px;
    font-weight: 600;
}
.box--sectin-cnt-pp p{
    font-size: 37px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #000;
}

.cnt-box--sst-bx{
    background-color: #fff;
    padding: 32px 20px;
    height: 100%;
    position: relative;
}

.cnt-box--sst-bx span{
    font-size: 18px;
    font-family: 'Titillium Web';
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.cnt-box--sst-bx p{
    font-family: 'Titillium Web';
}

.cnt-box--sst-bx a{
    font-family: 'Titillium Web';
    display: block;
    color: #000;
}

.box--icon{
    width: 65px;
    height: 65px;
    background: aliceblue;
    padding: 9px;
    background: linear-gradient(47deg, rgba(9,39,65,1) 0%, rgb(84 187 206) 100%);
    margin-top: -54px;
    margin-bottom: 24px;
    position: relative;
}

.box--icon::before{
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 25px;
    height: 22px;
    background-color: #3591a3;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.box--icon img{
width: 100%;
}

.col-lg-cnt-box{
    padding: 15px;
    margin-bottom: 30px;
}
.float-iig-c{   
    position: absolute;
    width: 21%;
    right: 27px;
    top: 38px;
    opacity: .1;
}

.float-iig-c img{
    width: 100%;
    opacity: .5;
}
    /* enter ------------------ */


@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }

    .row-hg-100{
        height: 100%;
    }

    .abts-img-right{
        height: 100%;
    }


    .float-panel{
        width: 66%;
        height: 50px
    }

    .float-panel h3{
        opacity: 0;
    }

    .wht-are-distinct{
        margin-top: -55px;
    }

    .contact-box--section-a p {
        font-size: 21px;
    }
}

@media screen and (max-width:1330px) {
    .pdt40{
        padding-bottom: 100px;
    }
    .float-panel{}
    .abts-img-right img{
        height: 100%;
        object-fit: cover;
    }

    .wht-are-distinct {
        padding-top: 150px;
    }
}

@media screen and (max-width:1200px) {

    .pdr-0{
        padding-right: 0px;
    }
    .contact-box--section-a{
        padding: 19px 10px;
    }
    .cnt-info-box ul{
        gap: 18px;
    }

    .lft-tp-snts span{
        font-size: 13px;
    }
    .lft-tp-snts p {
        font-size: 13px;
    }
    .logo img {
        width: 230px;
    }
    .list_nav_a{
        margin: 0px 15px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }

}

@media screen and (max-width:1043px) {


}

.abtsin-img{
    position: relative;
    top: -43px;
}

@media screen and (max-width:991px) {
    .team-box-wrp{
        width: 100%;
    }
    .abtsin-img{
        position: relative;
        top: 0px;
    }
    .team-img{
        width: 100%;
    }
    .team-box p{
        font-size: 13px;
    }
    .team-box h3{
        font-size: 18px;
    }
    .header-title-2 p{
            padding: 0px;
            margin-top: 0px;
            margin-bottom: 50px;
    }
    .prd-iframe iframe{
        height: 400px;
    }
    .box-btm-content{
        margin-bottom: 20px;
    }
    .wht-are-distinct {
        padding-top: 100px;
    }
    .team-box {
        width: 22%;
        text-align: center;
    }
    /* .title-h3--ss{
        padding-left: 0px;
    } */
    .col-lg-mp{
        text-align: center;
    }
    .mtop-x30{
        margin-top: 30px;
    }

    .hdr-ttle-2{
        text-align: center;
    }

    .plast-two{
        justify-content: center;
    }

    .pdt-left-40{
        padding: 0px;
        margin-top: 40px;
    }
    .dtt-prd-box{
        padding: 0px;
        margin-top: 40px;
    }
    .box-cxt-center h3{
        font-size: 5vw;
    }
    .team-box-inr img{
        width: 100%;
        height: auto;
    }
    .al-right p{
        margin: 0px;
        padding: 0px;
    }
    .cnt-links{
        background: #2a687f;
    height: auto;
    padding: 40px 20px;
    position: absolute;
    bottom: 0;
    width: 92%;
    }

    .cnt-info-box ul li:nth-child(1){
        display: none;
    }

    .chat_box{
        display: none;
    }

    .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;
    }
}


@media screen and (max-width:855px) {
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .cnt-info-box{
        display: none;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }
    .cnt-nv-of {
        background: linear-gradient(119deg, rgba(9,39,65,1) 0%, rgb(84 187 206) 100%);
        position: absolute;
        text-align: 0;
        top: 0;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cnt-nv-of .container-port{
        justify-content: center;
    }
    header{
        position: relative;
    }

}


@media screen and (max-width:767px) {
    .team-box {
        width: 29%;
        text-align: center;
    }

    .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;
    }
}
.lstshow{
    display: none;
}
@media screen and (max-width:575px) {

    .box-flex-f{
        gap: 25px;
    }
    .lstshow{
        display: block;
    }
    .lst-hde{
        display: none;
    }
    .team-box {
        width: 41%;
        text-align: center;
    }
    .plast-two{
        gap: 5px;
    }
    .clients-bx-bx ul li p{
        font-size: 10px;
        padding: 3px 9px;
    }
    .plast-two li{

    }
    .clients-bx ul li{
        width: 16%;
    }
    .clients-bx ul{
        gap: 10px;
    }
    .hdr-ttle {
        text-align: center;
        margin-bottom: 30px;
    }
    .plast li{
        width: 30% !important;
    }
    .secto-40 {
        margin-top: 60px;
    }

    .clients-bx ul li p {
        text-align: center;
        font-family: 'Titillium Web';
        color: #000;
        font-weight: 500;
        background: #f5fdff;
        padding: 2px;
        border-radius: 9px;
        font-size: 11px;
        width: 100%;
    }

    .clients-bx ul li img {
        width: 100%;
        height: 52px;
        object-fit: contain;
    }

    .mlstn-box ul li p{
        padding-right: 0px;
    }
    .cr-vls{
        padding: 20px;
    }
    .prj--inf p{
        margin: 3px 0px;
        font-size: 12px;
    }

    .prj--inf h3{
        font-size: 12px;
    }

    .prj-box--section{
        padding: 10px;
    }

    .col-prj-lg-3 {
        padding: 6px;
        width: 50%;
    }
    .abts-ftr{
        padding-right: 0px;
    }
    
    .box-cxt-center h3 {
        font-size: 9vw;
    }
    .logo img {
        width: 179px;
    }
    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }
    .cnt-nv-of{
        padding: 0px 10px;
    }

    .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: 33px;
    }

    .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{
        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;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

.active-tab{
    color: #54bbce !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;
}


.flex-center-bx{
    display: flex;
    align-items: center;
}












