@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

@font-face {
    font-family: "WebgblRegular";
    src: url('../fonts/title-font/WebgblRegular.woff2');
}

@font-face {
    font-family: "WebgblBold";
    src: url('../fonts/title-font/WebgblBold.woff2');
}



/*	--------------------------------------------------
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: #BABABA;
}
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: #BABABA;
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;
background-color: #000;
}

/* section cut padding */
.main{
    background-color: #000;
}
/* header ============================================================== */

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;

}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    border-bottom: 1px solid #d9d9d91f;
}

.header_flex{
    display: flex;
    align-items: center;
}



.logo img{
    width: 121px;
}
.logo h3{
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
}
.navigation_lists{
    margin-left: 250px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    transition: .3s ease;
}


.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{


    z-index: 20;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
    height: 40px;
    line-height: 40px;
    width: 126px;
    overflow: hidden;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
    text-align: center;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat_box:hover{
    background-color: #fff;
    color: #000;
}

/* banner section ====================================================== */

.banner-section-box{
    background-image: url('../images/home/slider/home_bg.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
}


.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
}

.banner-parent{
 position: relative;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    display: none;
}

.banner-content-xc h3{
    font-size: 5rem;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    /* color: #0a0d31; */
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Poppins';
    margin-top: 20px;
}

.banner-content-xc p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Poppins';
    max-width: 400px;
    display: none;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
    display: none;
}

.link-siblings a{
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link-siblings a:nth-child(1){
    z-index: 20;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
    height: 40px;
    line-height: 40px;
    width: 126px;
    overflow: hidden;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
    text-align: center;
    margin-right: 20px;
}


.link-siblings a:nth-child(2){
    z-index: 20;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
    height: 40px;
    line-height: 40px;
    width: 126px;
    overflow: hidden;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
    text-align: center;
}

.link-siblings a:hover{
    background-color: #fff;
    color: #000;

}
.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 #ffffff36;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        /* background-image: url('../images/home/about_us/1bgabout.jpg');
        background-position: left bottom;
        background-size: cover; */
        padding: 50px 0px;
    }


    .abts-home-content{
        padding-left: 50px;
        padding-top: 20px;
    }
    .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: 30px;
        color: #fff;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Poppins';
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
    }
    .abts-img-hm {
        margin: 0px 30px;
        position: relative;
    }

    /* .abts-img-hm:after {
        content: '';
        width: 50%;
        position: absolute;
        top: -7%;
        bottom: 60%;
        left: -3%;
        background-image: url(../images/home/about_us/dots.png);
        background-repeat: repeat;
        z-index: 1;
    } */

    /* .abts-img-hm::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 40px;
        left: 40px;
        background-color:#2b2b2b;
    } */


    .shape-take-1{
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .shape-take-2{
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .shape-take-3{
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .shape-take-4{
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .shape-take-5{
        position: absolute;
        width: 2px;
        height: 30px;
        top: 50%;
        left: 50%;
        border-left: 1px solid #fff;
        transform: translate(-50%, -50%);
        z-index: 6;
    }


    .shape-take-6{
        position: absolute;
        width: 30px;
        height: 2px;
        top: 50%;
        left: 50%;
        border-top: 1px solid #fff;
        transform: translate(-50%, -50%);
        z-index: 6;
    }

.abts-img-hm img{
    width: 100%;
    position: relative;
    z-index: 4;
    padding: 30px;
    transition: .3s ease;
}


.abts-img-hm:hover img{
    transform: scale(1.1);
}

.list-str{
    border-top: 1px solid #ffffff24;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #ffffff24;
    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: #fff;
    font-weight: 700;
}

.aside-abt{
    width: 250px;
    margin-top: -250px;
    margin-left: auto;
}

.aside-abt img{
    width: 100%;
    border-radius:19px;
}

.abts-home-content a{
    color: #fff;
    padding: 12px 30px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
    height: 40px;
    line-height: 40px;
    width: 126px;
    overflow: hidden;
    font-weight: 600;
    background: rgb(255 255 255 / 18%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    /* why are we destinct ============================ */


    .wht-are-distinct{
        padding-top: 70px;
        position: relative;
    }

    .box-wht-sst{
        /* background-color: #242627; */
    }

    .box-btm-content{
    /* display: flex; */
    align-items: end;
    width: 100%;
    height: 100%;
    /* padding: 31px; */
    position: relative;
    text-align: center;
    }

    .box-btm-content span{
    /* position: absolute;
    top: 31px;
    left: 31px; */
    background: #000;
    color: #dee0ff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    padding: 4px 10px;
    padding-top: 7px;
    border-radius: 7px;
    font-weight: 500;
    word-spacing: 2px;
}

    .box-btm-content h3{
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        font-weight: 700;
        font-family: 'Poppins';
        margin-bottom: 50px;
        text-align: center;
    }

  .box-services{
    padding: 90px 40px 30px;
    background: #111;
    position: relative;
    display: block;
    transition: .3s ease;
  }
  .box-services:hover{
    transform: scale(1.05);
  }

  .box-services label{
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .box-services{
    text-align: center;
  }
  .box-services img{
    width: 65px;
  }

  .box-services h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Poppins';
  }

  .box-services p{
    font-family: 'Poppins';
    font-size: 13px;
    line-height: 21px;
  }
  .lst-d {
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff21;
    margin-top: 25px;
    padding-top: 30px;
    justify-content: center;
    
  }
  .lst-d span{
   
    font-size: 10px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    display: none;
    margin: 0px 10px;
  }
    /* services section ================================================ */

    .services-section{
        /* background-image: url('../images/home/about_us/2.jpg'); */
        background-position: center;
        background-size: cover;
        background-color: transparent;
        /* background-image: linear-gradient(180deg,#0a0d36 0%,#054d7a 100%); */
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }
    /* .services-section::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        opacity: .7;
    } */

.header-title{
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.header-title label{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0px;
}

.header-title a{
    color: #fff;

    margin-top: 30px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.1);
    height: 40px;
    line-height: 40px;
    width: 126px;
    overflow: hidden;
    font-weight: 600;
    background: rgb(255 255 255 / 18%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: 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;
    }

    .Marquee{
        /* background: linear-gradient(-135deg, #008ed9, #8b00db); */
        width: 100%;
        box-sizing :border-box;
        padding :1em;
        color: white;
        font-weight: 200;
        display: flex;
        align-items :center;
        overflow: hidden;
      }
      
        .Marquee-content{
          display: flex;
          animation: marquee 20s linear infinite running;
        }
          /* &:hover
            animation-play-state paused */
      
        .Marquee-tag{
            width: 406px;
          /* margin: 0 .5em; */
          /* padding :.5em;
          background: rgba(255, 255, 255, .1); */
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: all .2s ease;
        }
          /* &:hover
            background rgba(255, 255, 255, .5)
            transform scale(1.1)
            cursor pointer */
        
          
          
      @keyframes marquee{
        0%{ transform: translateX(0)}
        100%{transform: translate(-50%)}
        }
        .work-box{
            /* padding: 5px; */
            margin-bottom: 1rem;
        }
    .work-box img{
        width: 100%;
        /* height: 151px;
        object-fit: cover; */
    }

    .wrk-tag{
        /* padding: 5px; */
    }

    .work-glry{
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
        gap: 1rem;
        /* padding: 4rem; */
    }
 /* contact us -------------------------------------------- */

        .ingprg input{
            border: none;
            background: #222;
            width: 100%;
            padding: 25px 30px;
            font-size: 12px;
            position: relative;
            color: #fff;
        }

        .ingprg input::placeholder{
            color: #fff;
            font-weight: 600;
            font-size: 10px;
            text-transform:uppercase;
            position: relative;
            font-family: 'Poppins', sans-serif;
        }


        .ingprg textarea{
            border: none;
            background: #222;
            width: 100%;
            padding: 25px 30px;
            font-size: 12px;
            position: relative;
            color: #fff;
            height: 150px;
        }

        .ingprg textarea::placeholder{
            color: #fff;
            font-weight: 600;
            font-size: 10px;
            text-transform:uppercase;
            position: relative;
            font-family: 'Poppins', sans-serif;
        }

        .ingprg button{
            /* margin-top: 25px; */
            padding: 18px 38px;
            font-size: 12px;
            outline: none;
            border: none;
            cursor: pointer;
            -webkit-appearance: none;
            float: left;
            font-family: 'Poppins', sans-serif;
            border-radius: 0;
            color: #fff;
            background: #333;
        }
        
        .col-frm{
            margin-bottom: 15px;
        }

        .map{
            margin-top: 50px;
            width: 100%;
            height: 500px;
            margin-bottom: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }
        .frm-box{
            padding-left: 60px;
        }
        .cnt-frw {
            margin-bottom: 40px;
        }
        .cnt-frw h3{
            font-family: 'Poppins';
            font-size: 14px;
        }

        .cnt-frm-sup ul{
            list-style: none;
            padding: 0px;
            margin: 0px;
        }
        .cnt-frm-sup ul li {
            margin-bottom: 20px;
        }
        .cnt-frm-sup ul li span{
            padding-bottom: 10px;
            color: #999;
            width: 100%;
            text-transform: none;
            display: block;
            font-weight: 600;
            font-family: 'Poppins';
        }

        .cnt-frm-sup ul li a{
            padding-bottom: 10px;
            color: #fff;
            width: 100%;
            text-transform: none;
            display: block;
            font-weight: 600;
            font-family: 'Poppins';
        }


    /* testimonials ========================================== */


    .testimonials-slider-section{
        background-color: #242627;
        padding: 50px 0px;
        display: none;
    }

    .header-title-tst{
        margin-bottom: 40px;
    }

    .header-title-tst span{
        background: #000;
        color: #dee0ff;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Inter Tight';
        padding: 10px 10px;
        /* padding-top: 7px; */
        border-radius: 5px;
        font-weight: 500;
        word-spacing: 2px;
    }

    .header-title-tst h3{
        color: #dee0ff;
        font-size: 48px;
        font-weight: 600;
        margin-top: 20px;
    }

    .line-prs{
        display: flex;
        align-items: baseline;
        justify-content: space-around;
        background-color: #1f2121;
    }

    .box--vrt{
        width: 30%;
        height: 100px;
      background-color: #242627;
      border: 12px solid #1f2121;
      border-left: 6px solid #1f2121;
      border-right: 6px solid #1f2121;
      border-bottom: none !important;
      border-radius: 19px 19px 0px 0px;
    }

    .box--vrt:nth-child(1){
        border-left: none !important;
        border-radius: 0px;
        width: 20%;
    }

    .box--vrt:nth-child(4){
        border-right: none !important;
        border-radius: 0px;
        width: 20%;
    }

    .sst--box{
        padding: 0px 15px;
    }

    .tst-box-body{
        background: #1f2121;
        text-align: left;
        padding: 20px;
    }

    .tst-box-body h3{
        display: flex;
        align-items: center;
        color: #fff;
    }
    .star-rating{
        margin-left: 10px;
    }
    .star-rating i{
        color: #FFC107;
        font-size: 11px;
    }
    
    .tst-box-body p{
        color: #F5F5F1B3;
    margin-top: 11px;
    }


    /* mrs section ============================================ */


    .other-info-section{
        padding-bottom: 50px;
    }

    .list-info ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-info ul li label{
        color: #0a0d31;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1;
        border-left: 1px solid #0000002b;
        padding-left: 20px;
    }

    .list-info ul li label span{
        font-size: 30px;
    }

    .list-info ul li p{
        font-size:16px;
        color: #0a0d31;
        padding-left: 20px;
    }



    /* footer ================================================== */

    footer{
        background-color: #000;
        padding-top: 50px;
    }


    .prst-two{
        margin-bottom: 36px;
    }


    .pd90{
        /* padding-left: 50px; */
    }

    .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;
    }

    .srv-box-collider{
        padding: 20px;
    }

    .prst-one a{
        color: #fff;
        padding: 12px 30px;
        margin-top: 30px;
        cursor: pointer;
        font-size: 10px;
        text-transform: uppercase;
        border: 1px solid rgba(255,255,255,0.1);
        height: 40px;
        line-height: 40px;
        width: 126px;
        overflow: hidden;
        font-weight: 600;
        background: rgb(255 255 255 / 18%);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prst-two h3{
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Poppins';
        text-align: center;
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .col-bx--cnt ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .col-bx--cnt ul li{
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .col-bx--cnt ul li span{
        display: block;
    margin-right: 10px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    }

    .col-bx--cnt ul li a{
        color:#f5f5f1b3;
    }

    .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:center;
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;
    }

    .flex-box-list ul li a{
        color: #f5f5f1b3;
        transition: .3s ease;
        font-size: 15px;
        border-right: 1px solid #f5f5f1b3;
        padding: 0px 20px;
    }

    .flex-box-list ul li:nth-child(4) a{
        border: none;
    }

    .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/2.jpg');
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
}

.banner-section-inner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    z-index: 10;
}

.banner-section-inner .container-port{
    position: relative;
    z-index: 4;
}
.banner-title-inner{
    text-align: center;
}

.banner-title-inner span {
    /* background: #fff; */
    color: #fff;
    font-size: 5.6rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 10px 10px;
    /* padding-top: 7px; */
    /* border-radius: 7px; */
    font-weight: 700;
    /* word-spacing: 2px; */
    max-width: fit-content;
    margin: auto;
    position: relative;
}

.banner-title-inner span::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100px;
    height: 2px;
    border-bottom: 2px solid #fff;
}

.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: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: 'Poppins';
}

.abouts-us p{
    margin-bottom: 15px;
}

.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{
    width: 33%;
   margin-top: 40px;
}

.list-abts-items ul li span{
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #bcbcbc;
    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.html');
        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;
    }


    .footer-footer{
        background-color: #000;
        padding: 30px 0px;
        border-top: 1px solid #272626;
    }

    .footer-footer .container-port{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .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;
    }

    .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: 50px;
    }

    .row-footer{
        margin-bottom: 50px;
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }


    /* hamburger menu */


    .ham{
        width: 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        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: #000;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;

    }

    .mobile-menu::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/home/about_us/c.jpg');
        background-position: center;
        background-size: cover;
        opacity: .1;
        pointer-events: none;
    }

    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        position: relative;
    }


    .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: #000;
        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;
    }


  




@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) {
    .abts-img-hm{
        margin: 0px;
    }
    .content-wrapper{
        padding-left: 0px;
    }
    .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;
    }
}


@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;
    }

}


@media screen and (max-width:767px) {
    .abts-img-hm img{
        height: 400px;
        object-fit: cover;
    }

    .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;
    }
    .footer-footer .container-port{
        flex-wrap: wrap;
        justify-content: center;
    }

    .frm-box{
        padding-left: 0px;
        margin-top: 40px;
    }
    .work-glry{
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
        gap: 9px;
    }
    .work-box{
        margin-bottom: 9px;
    }
}

@media screen and (max-width:575px) {
    .work-glry{
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
    .banner-section-box{
        background-position: 74%;
    }
    .tab-link{
        font-size: 3vw;
        background: #33333329;
        margin: 3px !important;
        width: 47%;
        padding: 10px 10px;
    }
    .pd90{
        padding-left: 0px;
        margin-top: 45px;
    }
    .footer-social{
        margin-top: 20px;
    }
    .in-img{
        flex-direction: column;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: -33px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        /* width: 85%; */
    }
    .abts-img-hm img{
        height: auto;
    }

    .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;
}
    .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: 6vw;
    }

    .banner-title-inner span{
        font-size: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 11vw;
    }

    .abts-home-content {
        margin-top: 70px;
    }

    .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: 500px;
        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;
    }
}
/* .active-tab{
    color: #05aff2 !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;
}


.wrk-header-title{
    background: #fff;
    max-width: fit-content;
    color: #000;
    padding: 10px 20px;
    display: block;
    margin-bottom: 23px;
    font-weight: 600;
    font-family: 'Oswald';
    font-size: 22px;
    transform: skewX(10deg);
    position: relative;
}

/* .wrk-header-title::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
} */

.wrk-header-title span{
    display: block;
    transform: skewX(-10deg);
}

.mtopheader{
    margin-top: 100px;
}


/* work tab ================================================================================= */

.wrapper{

}

.tab-wrapper{
	text-align: center;
	display: block;

}

.header-tag{

}

.header-tag h3{
    text-align: left;
    padding: 0px 20px;
    font-size: 23px;
    margin-bottom: 26px;
    color: #fff;
    font-family: 'Oswald';
}

.tabs{
	margin: 0;
	padding: 0;
    width: 100%;
    border-right: 1px solid #ffffff21;
    padding-right: 30px;
}

.tab-link{
    margin: 0 1%;
    list-style: none;
    padding: 10px 20px;
    color: #aaa;
    cursor: pointer;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255,255,255,0.0);
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Inter Tight';
    font-size: 14px;
}

.tab-link:hover{
	color: #fff;
}

.tab-link.active{
	color: #fff;
    background: #3333330f;
}


.content-wrapper{
    padding: 0px;
    padding-left: 60px;
}

.tab-content{
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
    }
    }

    @media screen and (max-width:991px) {
        .content-wrapper{
            padding-left: 0px;
        }
        .tabs{
            display: flex;
            flex-wrap: wrap;
            border-right: none;
    padding-right: 0px;
    border-bottom: 1px solid #ffffff21;
    padding-bottom: 20px;
    margin-bottom: 20px;
        }

    }

    @media screen and (max-width:575px) {
        .wrk-tag{
            width: 100%;
        }
        .work-box img{
            height: auto !important;
        }
    }

    @media screen and (max-width:575px) {
        .tab-link{
            font-size: 3vw;
            background: #33333329;
            margin: 3px !important;
            width: 47%;
            padding: 10px 10px;
        }
    }