@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');



@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');
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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: #666;
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: #666;
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;
}

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: 15px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 82px;
}

.navigation_lists{
    margin-left: 150px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #fff;
    font-family: "Euclid Regular";
    font-size: 13px;transition: .3s ease;
    text-transform: uppercase;
    position: relative;
}
.list_nav_a::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: 6px;
    right: -9px;
    background-color: #FFC107;
    border-radius: 10px;
}


.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: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #0f1681;
    padding: 14px 27px;
    border-radius: 100px;
}
/* banner section ====================================================== */



.banner-section-box{
 position: relative;
}


.banner-social-section{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    backdrop-filter: blur(6px);
    display: flex;
    align-items: end;
    padding: 50px 20px;
    background: #0000002e;
}

.social-iig a{
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 14px 0px;
    color: #fff;
    font-size: 12px;
}

.banner-sider-1{
    position: relative;
}

.slider-box-display{
    position: relative;
}
.slider-box-display img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slider-box-display::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    top: 0;
    left: 0;
}

.slider-displayttle{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    top: 0;
    left: 0;
}




.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 label{
    color: #0f1681;
    display: block;
    margin-bottom: 20px;
    font-family: 'Inter Tight';
    font-weight: 700;
}



.banner-content-xc h3{
    font-size: 4.9rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "Bebas Neue", sans-serif;
}

.banner-content-xc h3 span{
 color: #FFC107;
}

.banner-content-xc p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Euclid Regular';
    max-width: 600px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 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: 19px 40px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color: #ffffff;
    padding: 19px 33px;
    border: 1px solid #ffffff0f;
    backdrop-filter: blur(7px);
}
.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;
        background-color: #fff;
    }


    .abts-home-content{
        /* padding-right: 50px; */
    }
    .pd-index-abts{
        padding: 0px 70px;
    }
    .abts-home-content label{
        color: #000000;
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .abts-home-content h3{
        font-size: 2.3rem;
        color: #000;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        line-height: 1.8;
    }
    .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{
    background: #132aa9;
    color: #fff;
    padding: 18px 35px;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 1px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.abts-home-content a i{
    position: relative;
    top: 2px;
}
  
.box--side-abt-img{
    padding-top: 40px;
    padding-left: 40px;
}

.box--side-abt-img::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background-image: url('../images/home/about_us/dot.png');
    top: 0;
    left: 0;
    opacity: .2;
}

.bg-box--btm{
    width: 100%;
    height: 181px;
    background: #03167e;
}

.bx-opt{
    background: #fff;
    position: relative;
    margin-bottom: -68px;
    padding-bottom: 74px;
}

.box--side-abt-img img{
    width: 100%;
    position: relative;
    z-index: 4;
}


/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'Euclid Medium';
}

.box-btm-content h3{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 2.5rem;
}

.serv-box--intitle{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
}

.icon-srv{
 width: 100%;
}

.icon-srv img{
    width: 100%;
}


.gallery {
    column-count: 6;
    --webkit-column-count: 6;
    --moz-column-count: 6;
    gap: 0;
    padding: 0px 10px;
  }
  
  .image img {
    height: 400px;
    object-fit: cover;
    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;
    }
  }
  


.col-bb-bottom{
    padding: 10px;
}


.view-mr-prj{
    text-align: center;
    width: 100%;
    margin-top: 70px;
}

.view-mr-prj a{
    display: block;
    text-align: center;
    border: 1px solid #0f1681;
    max-width: fit-content;
    margin: auto;
    color: #0f1681;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 100px;
}


.sb-ti{
    padding: 100px 50px;
}

.sb-ti h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.sb-ti p{
    color: #bbb;
}

.sb-ti a{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    display: block;
    max-width: fit-content;
    margin-top: 50px;
    border-radius: 100px;
}

/* our commintment =================================== */

.whychoose-us{
    padding: 120px 0px;
}

.header-title{
    text-align: center;
    margin-bottom: 50px;
}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.header-title h3{
    color: #f6a201;
    font-size: 30px;
    font-family: 'Euclid Regular';
}

.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}
.box--img--srt {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 30px;
}
.box--img--srt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.box--img--srt::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background-image: url(../images/home/about_us/dot.png);
    top: 0;
    left: 0;
    opacity: .2;
}

.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%;
    display: flex;
    gap: 13px;
}

.icon-img img{
    width: 54px;
}

.box--header-title ul li label{
    color: #000;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.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;
    }

    .ffdt-img{
        width: 100%;
        height: 100%;
    }
.ffdt-img img{
    width: 100%;
    height: 100%;
}

.center-col-lg{
    display: flex;
    align-items: center;
}

    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            width: 100%;
            height: 500px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* about us ========================================================== */
        .aboutus-sectin-home2{
            padding: 80px 0px;
        }
        .box--side-abt-inner-img{
            position: relative;
            padding-right: 100px;
            padding-bottom: 50px;
        }
         .box--side-abt-inner-img img{
            position: relative;
            width: 100%;
            z-index: 3;
         }

         /* .box--side-abt-inner-img::before{
            content: '';
            position: absolute;
            width: 90%;
            height: 90%;
            background-image: url(../images/home/about_us/dot.png);
            top: 0;
            right: 0;
            opacity: .2;
         } */

         .abts-content-pad{
            padding-left: 60px;
         }

         .bl_0{
            background: #d6ad3c;
            color: #fff;
            font-family: "Bebas Neue", sans-serif;
            font-size: 2rem;
            font-weight: 600;
            padding: 45px;
            width: 54%;
            line-height: 1.1;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 6;
         }


         /* ftr prj ============================= */

         .swiper-wrp-pd{
            padding: 0px 10px;
         }

         .ftr-prj-pd{
            background: #f4f3ee;
         }

         .icon-srv-iner img{
            height: 400px;
            object-fit: cover;
            width: 100%;
         }

         /* teams ======================================= */

         .team-box img{
            width: 100%;
         }

         .team-ddt{
            margin-top: 50px;
            text-align: center;
         }

         .team-ddt p{
            font-size: 23px;
         }

         .team-ddt span{
            display: block;
            margin-top: 10px;
            color: #000;
            font-weight: 500;
            font-size: 23px;
        
         }

         /* project page ================================ */

         .row-wd-100{
            width: 100%;
            margin: auto;
            padding: 0px 10px;
         }  
         .box-prj-section {
            position: relative;
            overflow: hidden;
         }
         
         
         .prj-img img{
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: .6s ease;
         }


         .prj-names{
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 40px;
         }

         .prj-names h3{
            background: #fff;
            padding: 8px 20px;
            padding-bottom: 4px;
            max-width: fit-content;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 800;
            color: #000;
            font-size: 26px;
         }

         .prj-names p{
            background: #fff;
            padding: 9px 16px;
            max-width: fit-content;
            color: #000;
            font-size: 15px;
            margin-top: 10px;
         }

         .col-prjj-pad{
            padding: 10px;
         }

         .overlay-hover{
            width: 85px;
            height: 600px;
            position: absolute;
            top: -85px;
            z-index: 10;
            left: -206px;
            transform: rotate(152deg);
            background: rgb(255,255,255);
            background: linear-gradient(93deg, rgba(255,255,255,0.05926120448179273) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,0) 100%);
            transition: .6s ease;
            opacity: .3;
         }

         .box-prj-section:hover>.overlay-hover{
            z-index: 10;
            left: 739px;
         }

         .box-prj-section:hover> .prj-img img{
            transform: scale(1.1);
         }


         .inner-banner-section{
            background-image: url('../images/home/slider/slider-22.jpg');
            background-position: center;
            background-size: cover;
            height: 500px;
            position: relative;
            display: flex;
            align-items: center;
            padding-top: 100px;
         }

         .inner-banner-section::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .7;
            top: 0;
            left: 0;
         }

         .inner-banner-section .container-port{
            position: relative;
            z-index: 10;
         }

         .inner-pf-seciont-prt{
            text-align: center;
         }

         .inner-pf-seciont-prt h3{
            color: #fff;
            font-size: 73px;
            font-weight: 700;
            font-family: "Bebas Neue", sans-serif;
         }

         .inner-pf-seciont-prt span svg{
            transform: scale(1.5);
            fill: #fff;
         }
         /* contact ===================================== */
         .contact-box-ssct{
            background: #f4f3ee;
         }
         .contactli {
            display: flex;
            /* align-items: center; */
            gap: 15px;
         }
         .contactli span{
            display: flex;
            width: 60px;
            height: 60px;
            background: #Fff;
            align-items: center;
            justify-content: center;
         }
         .contactli span img{
            width: 35px;
         }

         .left-ddt-cnt{
            width: 76%;
         }

         .left-ddt-cnt label{
            display: block;
            font-weight: 600;
            color: #0f1681;
            text-transform: uppercase;
            font-size: 25px;
            font-family: "Bebas Neue", sans-serif;
            margin: 0px;
         }

         .left-ddt-cnt p{
            font-size: 20px;
         }

         .left-ddt-cnt a{
            font-family: 'Inter Tight';
            color: #000;
            font-weight: 600;
            font-size: 20px;
         }
         .mb-btm-20{
            margin-bottom: 50px;
         }

         .contact-box-llft{
            text-align: center;
            margin-bottom: 63px;
         }


         .contact-box-llft h3{
            font-size: 30px;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px; 
         }

         .contact-box-llft p{
 
         }



    /* footer ================================================== */

    footer{
        background-color: #000000;
        padding-top: 100px;
    }
    .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;
    }



/* 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: #000000;
        padding: 15px 0px;
        border-top: 1px solid #262929;
    }
    
    .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 h3 img{
        width: 88px;
    }

    .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: 100px;
    }

    .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: #ffffff
        
    }


    .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: #0f1681;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;

    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 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: 1.3rem;
        font-weight: 600;
        position: relative;
        font-family: "Bebas Neue", sans-serif;
    }


    .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;
    }




@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}



@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .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;
    }

    .col-mr-30{
        margin-bottom: 30px;
    }
    .pd-index-abts{
        margin-bottom: 100px;
    }
}


@media screen and (max-width:855px) {
    .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;
    }
    .mobile-menu{
        display: flex !important;
        align-items: center;
    }

}


@media screen and (max-width:767px) {
    .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{
        margin-top: 40px;
        padding-left: 0px;
    }
}

@media screen and (max-width:575px) {
    .left-ddt-cnt p{
        font-size: 16px;
    }
    .box--side-abt-img{
        padding-bottom: 40px;
    }
    .left-ddt-cnt a{
        font-size: 16px;
    }
    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }
    .banner-social-section{
        padding: 50px 7px;
    }
    .social-iig a{
        width: 26px;
        height: 26px;
        font-size: 9px;
    }
    .banner-content-xc{
        padding-left: 30px;
    }
    .logo a{
        padding-left: 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;
        width: 85%;
    }
    
.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: 27px;
    }
    .sb-ti{
        padding: 50px 20px;
    }
    .abts-ftr{
        padding-right: 0px;
    }
    .icon-bsx{
        width: 273px;
        height: 228px;
    }
    .cnter-reserv p{
        font-size: 9px;
        padding: 0px 10px;
    }
    .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;
    }
    .box--side-abt-inner-img{
        padding-right: 50px;
    }
    .bl_0{
        font-size: 29px;
        padding: 22px;

    }
    .icon-srv-iner img{
        height: 273px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }

    .box--side-abt-inner-img{
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .bl_0{
        font-size: 16px;
        padding: 22px;

    }
}

.active-tab{
    color: #FFC107 !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;
}