@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: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: "Euclid Light";
    src: url('../fonts/main-font/EuclidCircularALight.ttf');
}

@font-face {
    font-family: "Euclid Regular";
    src: url('../fonts/main-font/EuclidCircularARegular.ttf');
}

@font-face {
    font-family: "Euclid Medium";
    src: url('../fonts/main-font/EuclidCircularAMedium.ttf');
}

@font-face {
    font-family: "Euclid Bold";
    src: url('../fonts/main-font/EuclidCircularABold.ttf');
}




/*	--------------------------------------------------
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 ============================================================== */


.top-header--panel{
    background: #f6a201;
    padding: 7px 0px;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box a{
    color: #0f1681;
    font-family: 'Euclid Regular';
    display: flex;
    align-items: center;
}
.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;
}

.panel-top{
    background: #006a94;
    padding: 10px 0px;
}
.listnum--ot{

}

.listnum--ot ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.listnum--ot ul li a{
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 37px;
}


.call-icon{
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.call-icon svg{
    width: 100%;
}



.all-in{

}

.all-in span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.all-in p{
    color: #006a94;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 0px 0px 0px 50px;
    background: #fff;
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 149px;
}

.navigation_lists{
    margin-left: 100px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 39px;
}

.drpparent{
    position: relative;
}

.list_nav_menu{
    padding: 26px 0px;
}

.list_nav_a{
    display: block;
    /* margin: 0px 25px; */
    color: #000;
    font-family: "Euclid Regular";
    font-size: 16px;transition: .3s ease;
}
.list_nav_a i{
    font-size: 12px;
    color: #006a94;
}

.list_nav_a:hover{
    color: #05aff2;
}

.chat_flex_box{
    display: flex;

}

.drp-box{
    position: absolute;
    width: 244px;
    left: 0;
    background: #ffffff;
    top: 77px;
    z-index: 999;
    border-top: 1px solid #00000024;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.drp-box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.drp-box li a{
    display: block;
    padding: 10px;
    color: #000;
    font-family: 'Euclid Regular';
    font-size: 15px;
    position: relative;
}

/* .drp-box li a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 3px;
} */

.list-item-s-drp{
    list-style: none;
    padding: 30px 10px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

.list-item-s-drp li{
    padding: 10px 10px;
    border: 1px solid #00000012;
    text-align: center;
    width: 18%;
    transition: .3s ease;
}
.list-item-s-drp li:hover{
    border: 1px solid #00000071;
}
.icon-prd--box{
    width: 70px;
    margin: auto;
}

.icon-prd--box img{
    width: 100%;
}

.item--box-name{
    font-size: 14px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 500;
}


.drpparent:hover>.drp-box{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.home-h{
    position: relative;
}


.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: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #006a94;
    padding: 13px 29px;
}
/* banner section ====================================================== */

.banner-section-box{
    /* padding-top: 180px; */
    background-image: url('../images/home/slider/banner-3.jpg');
    background-position: center;
    background-size: cover;
    /* height: 100vh; */
    padding: 100px 0px;
    display: flex;
    align-items: center;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 50px 0px;
    padding-top: 150px;
}

.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #000224e3;
}


.img--p img{
    width: 100%;
    animation: imganime 3s linear infinite;
}

@keyframes imganime{
    0%{
        transform: translateY(7px);
    }
    50%{
        transform: translateY(-7px);
    }
    100%{
        transform: translateY(7px);
    }
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.al-center{
    display: flex;
    align-items: center;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc h2{
    color: #006a94;
    display: block;
    margin-bottom: 20px;
    font-family: 'Inter Tight';
    font-weight: 700;
}

.banner-content-xc h1{
    font-size: clamp(3rem,4.5rem,5vw);
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
}

.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;
    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: 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: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#fff;
    padding: 14px 24px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}




.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;
    }


    .abts-home-content{
        padding-left: 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: #006a94;
        /* 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: 3.2rem;
        color: #000;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 30px;
        font-family: 'Titillium Web';
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Euclid Regular';
    }
    .abts-img-hm {
        height: 100%;
    }

    .row-h-100{
        height: 100%;
    }

    .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%;
    height: 100%;
    object-fit: contain;
    background: aliceblue;
}

.abts-sstm{
    background: #fff;
    padding: 20px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: -41px;
    position: relative; 
}

.abts-sstm label{
    color: #000;
    font-family: 'Titillium Web';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.abts-sstm p{
    font-size: 15px;
    margin-bottom: 19px;
}

.abts-sstm a{

}

.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%;
    margin-top: 30px;
}

.aside-abt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: aliceblue;
}

.abts-home-content a{
    background: #006a94;
    color: #fff;
    padding: 13px 36px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
   
.abts-home-content a i{
    padding-left: 5px;
}


/* row- ox ---------------------- */


.box--section-wrp{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 6;
}

.tpopt{
    margin-top: 100px;
    padding-top: 100px;
}

.box--spt{
 padding: 40px;
}

.box--spt span img{
    width: 70px;
}

.box--spt span{
    display: block;
    margin-bottom: 20px;
}

.box--spt h3{
    font-family: 'Titillium Web';
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
.box--spt p{

}
.bg-olf-1{
    background: #eaeaea;
}
.bg-olf-2{
background-color: #c24914;
}
.bg-olf-3{
    background-color: #0a043c;
}

.bg-olf-1 h3{
    color: #0a043c;
}
.bg-olf-1 p{
    color: #0a043c;
}
.bg-olf-2 h3, .bg-olf-3 h3{
    color: #fff;
}

.bg-olf-2 p, .bg-olf-3 p{
    color: #fff;
}
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #EFECFF 0%, #FFFFFF00 40%);
    margin-top: -160px;
    padding-top: 200px;
    position: relative;
}

.wht-are-distinct::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/over-box--gt.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'Titillium Web';
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
}

.box-btm-content h3{
    color: #000000;
    font-family: 'Titillium Web';
    font-size: 19px;
    max-width: 600px;
    margin: auto;
    line-height: 1.3;
    font-size: 17px;
}

.serv-box--intitle{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #020F271A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    /* padding: 50px 50px 50px 50px; */
    height: 100%;
}

.icon-srv{

    object-fit: contain;
    padding: 17px;
    background-color: #f9f9fb;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}

.icon-srv img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.srv--conternt{
    padding: 0px 20px;
}

.srv--conternt h3{
    font-size: 22px;
    color: #000;
    font-family: 'Euclid Medium';
    margin-bottom: 20px;
}


.srv--conternt p{
    font-size: 15px;
    font-family: 'Euclid Regular';
    margin-bottom: 28px;
}

.srv--conternt a{
    background: #0f168124;
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

.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;
}

.header-title{
    text-align: center;
    margin-bottom: 50px;
}

.header-title label{
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-size: 33px;
    color: #17d2f9;
    font-weight: 600;
}

.header-title h3{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Titillium Web';
    max-width: 600px;
    margin: auto;
}

.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;
}

/* services section ================================================ */

    .services-section{
        /* background-color: #0f1681; */
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
        /* background-image: url('../images/home/background-1.png');
        background-position: center;
        background-size: cover; */
        background-color: #0d0736;
    }

    .ob--wrp{
/* 
        border-radius: 50px;
        position: relative;
        padding: 40px; */
    }

    .services-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('../images/home/background-1.png');
        background-position: center;
        background-size: cover;
background-repeat: no-repeat;
top: 0;
opacity: .3;
pointer-events: none;
    }

    .services-section .container-port{
        position: relative;
        z-index: 6;
    }

    .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;
    }



    .ul-slt{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        gap: 40px;
        padding: 0px;
    }

    .ul-slt li{
        width: 48%;

    }
    .ul-slt li a{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #ffffff00;
        transition: .3s ease;
    }

    .ul-slt li a:hover{
        border: 1px solid #ffffff24;
    }

    .icon-slt{
        width: 132px;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .icon-slt img{
        width: 100%;
    }

    .left-dt{
        border-left: 1px solid #ffffff6e;
        padding-left: 20px;
        margin-left: 20px;  
    }

    .ul-slt li h5{
        font-size: 20px;
        font-family: 'Titillium Web';
        color: #fff;
        margin-bottom: 9px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .ul-slt li p{
        color: #c5c5c5;
        font-family: 'Titillium Web';
    }


 /* 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 ========================================================== */

        .hws-strp{
            padding: 70px 0px;
        }

        .title-box-hwts{
            text-align: center;
            margin-bottom: 100px;
        }

        .title-box-hwts h3{
            font-size: 21px;
            color: #100a39;
            font-family: 'Titillium Web';
            font-weight: 700;
            margin-bottom: 17px;
        }

        .title-box-hwts h4{
            font-size: 3rem;
    font-family: 'Titillium Web';
    font-weight: 200;
    color: #000;
        }

        .title-box-hwts h4 span{
            font-weight: 700;
        }

        .title-box-hwts p{
            font-family: 'Titillium Web';
    max-width: 700px;
    margin: auto;
        }


        .stp--box--stc{
            position: relative;
            padding: 0px 30px;
        }


        .stp--box--stc span{
            position: absolute;
    font-family: 'Titillium Web';
    font-size: 5rem;
    top: 0;
    line-height: 0;
    right: 20px;
    opacity: .1;
        }

        .stp--box--stc h3{
            font-size: 24px;
            font-family: 'Titillium Web';
            font-weight: 600;
            color: #100a39;
            margin-bottom: 10px;
        }

        .stp--box--stc p{

        }

    /* footer ================================================== */

    footer{
        background-color: #040727;
        padding-top: 50px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #140D42 0%, #070324 100%);
    }
    .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: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1442;
    border-radius: 100px;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }



    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
        display: flex;
        align-items: baseline;
    }

    .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;
    }

    .call-us-indication{
        color: #fff !important;
        font-size: 14px !important;
        white-space: nowrap;
    }

/* 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; 
}

/* 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: #040727;
        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;
    }
    .ftr-lgo {
        margin-bottom: 20px;
    }
    .ftr-lgo img{
        width: 150px;
    }

    .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;
    }
    .cnter-reserv p a img{
        width: 65px;
    }
    /* .row-footer{
        margin-bottom: 50px;
        border-bottom: 1px solid #ffffff12;
    } */

    .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;
        margin-left: 20px;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #0f1681
        
    }


    .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-color: #006a94;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
    }
    .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: 16px 0px;
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        position: relative;
        font-family: 'Titillium Web';
    }


    .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;
    }



/* about us inner section ========================================== */

.inner-banner-section{
width: 100%;
height: 600px;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
padding-top: 100px;
} 

.abts-inner-banner{
background-image: url('../images/home/about_us/abts-banner.jpg');
}


.banner-title-hox h3{
    font-size: 3.4rem;
    font-family: 'Titillium Web';
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.box-abts-inner{
width: 56%;
}

.top-amr-img-one{
    margin-left: auto;
    animation: animeboxright 3s linear infinite;
}

.top-amr-img-two{
    margin-top: -300px;
    animation: animeboxleft 3s linear infinite;
}




/* products section ============================ */

.prd-box-section{
    padding: 100px 0px;
    background: #ebeff3;
}

.box--prd-section{
    height: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 8px 6px 24px 0 rgb(103 103 103 / 15%);
    box-shadow: 8px 6px 24px 0 rgb(103 103 103 / 15%);
    background: #fff;
    padding: 30px 0px;
    transition: .3s ease;
    padding-bottom: 50px;
}

.box--prd-section:hover{
    transform: translateY(-10px);
}

/* .box--prd-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0px;
    left: 0;
    border: 1px solid #006a9430;
    z-index: -1;
    background: #fff;

} */
.box--prd-section::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -0%);
    border: 1px solid #006a9430;
    border-radius: 100px;
    z-index: 4;
    background: #fff;
}
.col-md-btm{
 padding: 20px;
 position: relative;
}

.enq-btn{
    background: #006a94;
    color: #fff;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 0px;
    font-size: 13px;
    border-radius: 100px;
    border: 1px solid #006a94;
    transition: .3s ease;
    width: 169px;
    text-align: center;
}

.enq-btn:hover{
    border: 1px solid #006a94;
    background-color: #fff;
    color: #006a94;
}

.col-md-btm:hover>.enq-btn{
    transform: translate(-50%, -70%);
}

.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(6){display: none;}
.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(7){display: none;}
.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(8){display: none;}
.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(9){display: none;}
.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(10){display: none;}
.bx--prd-ig{
    margin-bottom: 25px;
    text-align: center;
}

.bx--prd-ig img{
    width: 80%;
    height: 200px;
    object-fit: contain;
}

.bx--prd-dtt{
    text-align: center;
    position: relative;
    /* background: #fff; */
    padding: 20px;
    z-index: 5;
    /* border: 1px solid #006a9430; */
}

.bx--prd-dtt::before{

}

.bx--prd-dtt h3{
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.bx--prd-dtt p{
    font-family: 'Titillium Web';
}



@keyframes animeboxleft{
    0%{
        transform: translateX(-10px);
    }
    50%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-10px);
    }

}


@keyframes animeboxright{
    0%{
        transform: translateX(10px);
    }
    50%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(10px);
    }

}

.box-abts-inner img{
    width: 100%;
}


.abts-home-content-inner{
    padding-right: 50px;
}

.abts-home-content-inner label{
    color: #006a94;
    display: block;
    max-width: fit-content;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.abts-home-content-inner h3{
    font-size: 3.2rem;
    color: #000;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Titillium Web';
}

.abts-home-content-inner p{
    margin-bottom: 10px;
    font-family: 'Euclid Regular';
}



/* inner product section ========================================= */

.video-door-phones-and-smart-doorbells-banner{
    background-image: url('../images/home/products/inner-section/common-banner.jpg');
    background-position: right;
}

.left-other-prd-lists h3{
    font-family: 'Titillium Web';
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #00000042;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-inner-prd-dtt-page{
    padding-left: 50px;
}

.box-inner-prd-dtt-page h4{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 25px;
}

.table--box--wrp{
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px 10px;
  }
  



  .table--box--wrp table tr th{
    text-align: center;
    color: #000;
  }

  .table--box--wrp table tr td:nth-child(1){
    text-align: left !important;
  }

  .table--box--wrp table tr td{
    text-align: center;
    color: #000;
  }

  .mn{
    font-size: 2rem;
  }

.box-inner-prd-dtt-page ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.box-inner-prd-dtt-page ul li{
    font-size: 13px;
    background: #006a94;
    padding: 9px 15px;
    border-radius: 8px;
    color: #fff;
}

.rwtp-20{
    margin-top: 50px;
}

.bx-inr-prd-dtt-pg--hdr-of span{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: #000;
    font-family: 'Titillium Web';
    display: block;
    margin-bottom: 10px;
}

.bx-inr-prd-dtt-pg--hdr-of h3{
    font-family: 'Titillium Web';
    font-size: 3rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.bx-inr-prd-dtt-pg--hdr-of h1{
    font-family: 'Titillium Web';
    font-size: 3rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.bx-inr-prd-dtt-pg--hdr-of h2{
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.ths-prd-img{
    margin: 40px 0px;
}
.bx-inr-img-this img{
    width: 100%;
    border-radius: 10px;
}

.left-other-prd-lists{
    /* background: #006a94;
    padding: 40px; */
}

.left-other-prd-lists ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.left-other-prd-lists ul li{

}

.left-other-prd-lists ul li a{
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 500;
    padding: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
}

.left-other-prd-lists ul li a::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #d3f2ff;
    left: 0;
    top: 15px;
}

.left-other-prd-lists ul li a::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #006a94;
    left: 5px;
    top: 20px;
}

.line-br{
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #00000021;
}

.ftr-box-section {
    padding: 50px 0px;
}

.title-box--frt{
text-align: center;
margin-bottom:60px;
}

.title-box--frt h3{
    font-size: 2.6rem;
    font-family: 'Titillium Web';
    color: #000;
    font-weight: 300;
}

.title-box--frt h3 span{
    font-weight: 600;

}

.title-box--frt p{
    max-width: 600px;
    margin: auto;
    margin-top: 16px;
}

.col--ftr-bx{
    text-align: center;
}

.ftx--bx--img{
    text-align: center;
    margin-bottom: 20px;
}

.ftx--bx--img img{
    width: 50px;
}

.ftx-bx--cnt h3{
    font-family: 'Titillium Web';
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
}

.col-bx--ftr-list{
    padding: 20px;
}

.ftx-bx--cnt p{
 padding: 0px 20px;
}


.active-tab{
    color: #0f1681 !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;
}

.inner-prd-section{
    background-color: transparent;
    background-image: linear-gradient(180deg, #64c3e9 0%, #a9def300 92%);
    padding-top: 200px;
    padding-bottom: 50px;
}


.prd-iner-section img{
    width: 100%;
}

.pnc-box{
text-align: center;
}

.pnc-img-bx{
text-align: center;
}

.pnc-img-bx img{
    width: 80px;
}

.pnc-box span{
    font-family: 'Titillium Web';
    margin-top: 12px;
    display: block;
    color: #000;
}

.emr-asst-section{
    padding-top: 50px;
}

.title--emr-srp{
    text-align: center;
    margin-bottom: 56px;
    color: #000;
    font-size: 32px;
    font-family: 'Titillium Web';
    font-weight: 700;
}
.pn-cc-img{
    padding-right: 50px;
}
.pn-cc-img img{
    width: 100%;
}

.box-dft{
    padding: 100px 0px;
}

.pn-cc-dtt h3{
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Titillium Web';
    color: #000;
}

.flex-center-col-lg{
 display: flex;
 align-items: center;
}


.box-df{
    padding: 0px 30px;
}

.rowbefore{
    position: relative;
}

.rowbefore::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #0000001a;
    transform: translate(-50%, -50%);
}

.rowbefore::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    border-right: 1px solid #0000001a;
    transform: translate(-50%, -50%);
}

.row-btx{
    /* margin-bottom: 77px; */
}

.header-cnt{
    max-width: 700px;
    margin-bottom: 50px;
    padding-left: 40px;
}

.header-cnt h3{
    font-size: 2rem;
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #000;
}
.cnt--bxco{
    display: flex;
    justify-content: end;
    gap: 10px;
}
.box-ssldc-nnm{
    background: #006a94;
    padding: 10px 20px;
    border: 1px solid #00000026;
    margin-bottom: 10px;
    width: 36%;
}

.box-ssldc-nnm span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;

}

    .box-ssldc-nnm a{
        font-size: 18px;
        font-weight: 600;
        color: #fff;
}

.box-cntx--inner-cntt{
    padding: 0px 40px;
}

.box-cntx--inner-cntt h3{
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    border-bottom: 1px solid #00000038;
    padding-bottom: 15px;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    font-weight: 600;
}


.box-cntx--inner-cntt ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.box-cntx--inner-cntt ul li{
    display: flex;
    margin-bottom: 25px;
}


.box-cntx--inner-cntt ul li span{
    padding-right: 20px;

}

.box-cntx--inner-cntt ul li span svg{
    width: 40px;
}

.rht-cntd-dtt{

}

.rht-cntd-dtt label{
    display: block;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.rht-cntd-dtt p{
    color: #222;
    font-size: 14px;
}

.rht-cntd-dtt a{
    font-size: 19px;
    color: #006a94;
    font-weight: 500;

}


.box--section--parles{
    padding: 60px 0px;
}

.box-dlf--ddtoim img{
    width: 100%;
}


.jc-cneter-row{
    justify-content: center;
}

.al-center-col-lg{
    display: flex;
    align-items: center;
    
}

.box-dlf-oddt{
    padding-left: 50px;
}

.box-dlf-oddt h3{
    font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.box-dlf-oddt ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}

.box-dlf-oddt ul li{
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.box-mdd-3{
    margin-bottom: 80px;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 80px;
}

.box-dlf-oddt ul li::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: #006a94;
    left: 0;
    top: 12px;
}



.box--panel{
margin-top: 30px;
}

.box--panel ul{
list-style: none;
padding: 0px;
margin: 0px;
display: flex;
flex-wrap: wrap;
gap: 20px 8px;
justify-content: center;
}

.box--panel ul li{
    text-align: center;
    width: 17%;
}

.icoon-i img{
    width: 33px;
    height: 33px;
    object-fit: contain;
    margin-bottom: 10px;
}

.box--panel ul li label{
    font-size: 13px;
    margin: 0px;
    color: #000;
}



/* brand ===================================== */

.brandsection{
    padding: 50px 0px;
}

.headerbrnd{
margin-bottom: 30px;
}

.headerbrnd h3{
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
}

.headerbrnd h3 span{
    color: #006a94;

}

.brandimg img{
    width: 100%;
    height: 137px;
    object-fit: contain;
}




@media screen and (max-width:1300px) {
    .navigation_lists{
        margin-left: 50px;
    }
    .main_nav_menu{
        gap: 27px;
    }
}



@media screen and (max-width:1200px) {
    .listnum--ot ul li a{
        margin-right: 27px;
    }
    .all-in p{
        font-size: 16px;
    }
    .chat_box{
        padding: 13px 18px;
        font-size: 12px;
    }

    .navigation_lists{
        margin-left: 50px;
    }
    .main_nav_menu{
        gap: 28px;
    }
    .list_nav_a{
 margin: 0px;
 font-size: 14px;
    }
    .navigation_lists {
        margin-left: 37px;
    }
    .main_nav_menu {
        gap: 20px;
    }
    .logo img {
        width: 124px;
    }
    .container-port {
        width: 96% !important;
    }
}

@media screen and (max-width:991px) {
    .header_container{
        padding: 10px 0px;
    }
    .box-dlf-oddt h3 {
        font-size: 25px;
    }
    .box-dlf-oddt{
        padding: 0px;
    }
    .cnt--bxco{
        justify-content: flex-start;
        margin-top: 20px;
        padding-left: 40px;
    }
}



/* media query ============================== */


@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}


@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
    .ul-slt li {
        width: 47%;
    }
}



@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .tpopt{
        margin-top: 0px;
        padding-top: 0px;
    }
    .abts-home-content{
        padding: 0px;
        margin-top: 177px;
    }

    .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;
    }

    .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;
    }
    .box-abts-inner{
        margin-top: 39px;
    }
    .top-amr-img-two{
        position: absolute;
        bottom: -54px;
    }
    .abts-home-content-inner{
        padding-right: 0px;
    }

    .abts-home-content-inner h3{
        font-size: 10vw;
    }
}


@media screen and (max-width:807px) {
    .ul-slt li{
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .cnt--bxco{
        flex-direction: column;
    }
    .box-ssldc-nnm{
        width: 205px;
    }
    .box-dlf-oddt{
        padding: 0px;
        margin-top: 40px;
    }

    .row-flex-rev{
        flex-direction: column-reverse;
    }

    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }

    .header-cnt{
        padding: 0px;
    }
    .cnt--bxco{
        padding: 0px;
    }
    .box-cntx--inner-cntt{
        padding: 0px;
    }
    .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;
    }


}

@media screen and (max-width:575px) {

    .brandsection{
        padding-bottom: 0px;
    }
    .brandimg img{
        height: 60px;
    }
    .logo img {
        width: 112px;
    }
    .box--prd-section{
        padding-bottom: 72px;
    }
    .enq-btn{
        bottom: 16px;
    }
    .box--panel ul li {
        width: 31%;
    }
    .box-dlf-oddt h3 {
        font-size: 19px;
    }
    .icoon-i img {
        width: 27px;
        height: 27px;
 
    }
    .box--panel ul li label{
        font-size: 11px;
        padding: 0px 10px;
    }
    .listnum--ot ul li a {
        margin-right: -5px;
        transform: scale(.9);
    }
    .call-icon {
        width: 26px;
        height: 26px;
        }
        .all-in span{
            font-size: 11px;
        }
        .all-in p {
            font-size: 15px;
        }
        .listnum--ot ul{
            top: -3px;
        }
        header{
            border-radius: 0px 0px 0px 29px;
        }
    .box-inner-prd-dtt-page{
        padding-left: 0px;
    }
    .title-box--frt h3{
        line-height: 1.2;
    }
    .mn {
        font-size: 13px !important;
    }
    .table--box--wrp table tr th{
        font-size: 8px;
    }
    td, th {
        padding: 5px 4px;
    }
    .table--box--wrp table tr td {
        font-size: 7px;
    }
    .ul-slt li a{
        flex-direction: column;
        align-items: baseline;
    }
    .left-dt{
        margin: 0px;
    }
    .title-box-hwts h4{
        font-size: 24px;
    }
    .icon-slt{
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    
    .col-bx--1{
        width: 50%;
        padding: 5px;
    }

    .col-bx--2{
        width: 50%;
        padding: 5px;
    }
    .aside-abt{
        margin: 0px;
    }
    .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%;
    }

    .abts-home-content h3 {
        font-size: 28px;
    }

    .aside-abt img {
        width: 100%;
        height: 67%;
        object-fit: cover;
    }
    .abts-sstm label{
        font-size: 12px;
    }
    .abts-sstm p {
        font-size: 8px;
    }
    .abts-sstm{
        padding: 12px;
    }
    .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: 16px;
    }

    .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 {
        margin-top: 70px;
    }
    .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;
    }
    .header_container{
        padding: 6px 0px;
    }
    .inner-banner-section{
        height: 300px;
    }
    .banner-title-hox h3 {
        font-size: 8vw;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
    .bx--prd-ig{
        margin-bottom: 0px;
    }
    .bx--prd-ig img{
        height: 100px;
    }
    .bx--prd-dtt h3{
        font-size: 15px;
    }
    .bx--prd-dtt p{
        font-size: 12px;
    }
    .bx--prd-dtt{
        padding: 0px 10px;
    }
    .col-md-btm {
        padding: 10px;
    }
    .mobile-menu{
        width: 100%;
    }
}

.row-footer .col-md-6:nth-child(2) .prst-two .flex-box-list ul li:nth-child(4){
display: none;
 }

 .main_nav_menu .list_nav_menu:nth-child(3) .drp-box li:nth-child(4){
    display: none;
 }

 .main_nav_menu li:nth-child(4){
    display: none;
 }