@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..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');
}


@font-face {
    font-family: "avenir regular";
    src: url('../fonts/avenir/AvenirNextLTPro-Regular.otf');
}

@font-face {
    font-family: "avenir light";
    src: url('../fonts/avenir/AvenirNextLTPro-UltLt.otf');
}


@font-face {
    font-family: "dinpro light";
    src: url('../fonts/dinpro/DINPro-Light\ tr.ttf');
}


@font-face {
    font-family: "dinpro medium";
    src: url('../fonts/dinpro/DINPro-Medium\ tr.ttf');
}

@font-face {
    font-family: "dinpro regular";
    src: url('../fonts/dinpro/DINPro-Regular_13937.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;
}

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-bottom: 1px solid #ffffff26;
}

header .container-port{
    width: 95%;
}

.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;
    width: 82%;
    justify-content: space-between;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width:206px;
}

.navigation_lists{
    margin-left: 150px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_menu{
    padding: 36px 0px;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #fff;
    font-size: 13px;
    transition: .3s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
}


.list_nav_a:hover{
    color: #05aff2;
}
.sbmnuprnt{
    position: relative;
}
.submenuli{
    position: absolute;
    width: 300px;
    background: #fff;
    top: 99px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease;
    box-shadow: 0 7px 10px -2px rgba(64, 60, 67, .16);
    z-index: 20;
}

.submenuli ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.bx-pd-1{
    padding: 10px;
}

.prj-box-section-panel{
    border: 1px solid #0000001f;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.drw-img{
    height: 100%;
}

.drw-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.submenuli ul li a{
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    display: block;
    letter-spacing: .5px;
    transition: .3s ease;
}

.submenuli ul li a:hover{
    color: #b67f47 ;
}

.sbmnuprnt:hover>.submenuli{
    top: 89px;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.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{
    display: inline-block;
    color: rgb(255, 255, 255);
    letter-spacing: .5px;
    line-height: 48px;
    position: relative;
    padding: 0px 32px;
    font-size: 13px;
    border-radius: 40px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #c5a761, #e1c78a, #c5a761);
    background-size: 200% auto !important;
    animation: shine 4s linear infinite !important;
    font-weight:  700;
}

.chat_box:hover{
    color: #fff;
}

@keyframes shine {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  .main_nav_menu span{
    display: none;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #2a424c;
  }

  .swiper-vert-cc{
    position: relative;
  }

  .arrow-bx{
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: -36px;
    bottom: 20px;
    background: #fff;
    gap: 17px;
  }
  .arrowsl{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 17px;
    border: 1px solid #d5bd85;
    background: #fff;
    cursor: pointer;
  }
  .arrowsl svg{
    width: 100%;
  }

  .slleft{
    transform: rotate(180deg);
  }

  .container-port-xl{
    padding: 0px 40px;
    border-bottom: 1px solid #ffffff54;
  }
/* banner section ====================================================== */

.flex-down{
    z-index: 4;
    color: #ffffff;
    font-family: 'Inter Tight';
    letter-spacing: 1px;
    line-height: 1;
    font-size: 15px;
    writing-mode: lr;
    text-orientation: mixed;
    font-weight: 600;
    display: block;
    margin-bottom: 38px;
    max-width: fit-content;
    background: #cba654;
    padding: 10px 30px;
    clip-path: polygon(8% 0%, 100% 0, 90% 100%, 0% 100%);
}

.banner-section-box{
    position: relative;
}
.est{
    position: absolute;
    z-index: 65;
    right: 40px;
    bottom: 40px;
}

.est img{
    width: 162px;
    background: #fff;
    border-radius: 300px;
}

.bnt-1{
    /* padding-top: 180px; */
    /* background-image: url('../images/home/slider/slider2.jpg');
    background-position: top;
    background-size: cover;
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden; */
}

.banner-all-wrp{
    position: relative;
}

.banner-cpt-section{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
    left: 0;
    top: 0;
    display: flex;
    align-items: end;
    /* background: linear-gradient(175deg, rgba(5, 5, 5, 0.53) -15.8%, rgba(21, 21, 21, 0.1) 98.69%); */
    background: linear-gradient(360deg, rgb(0 0 0 / 90%), rgba(61, 57, 52, 0));
    padding: 100px 0px;
}

.banner-cpt-section .container-port{
    margin: 0px auto;
}
.bts-image{
    /* width: 100%;
    height: 90vh;  */
    overflow: hidden;
}

.bts-image img{
    width: 100%;
    height: 100vh; 
    object-fit: cover;
}

.an-image {
    animation: sldrzm1-rev ease-in-out 20s alternate infinite;
  }


  @keyframes sldrzm1-rev {
    0% {
      transform: translateX(-3%) scale(1.1);
    }
    100% {
      transform: translateX(3%) scale(1.12);
    }
  }
.banner-section-box{

}

/* .banner-section-box::before{
    content: '';
    position: absolute;
    width: 520px;
    height: 393px;
    bottom: -20px;
    left: -80px;
    background-color: #f6a201;
    border-radius: 0px 500px 500px 0px;
    transform: rotate(-45deg);
} */


.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1600px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    /* color: #0f1681;
    display: block;
    margin-bottom: 20px;
    font-family: 'Inter Tight';
    font-weight: 700; */
    padding-left: 5px;

}

.line-over{
    width: 300px;
    height: 9px;
    background: #e1b54f;
    margin-bottom: 36px;
    display: none;
}

.banner-content-xc h3{
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
}

.banner-content-xc h3 span{
    display: block;
    border-top: 3px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Roboto Condensed", serif;
}

.banner-content-xc p{
    color: #ffffff;
    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; */
    font-weight: 700;
    font-family: 'Roboto Condensed';
    word-spacing: 3px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;
    font-size: 17px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Inter Tight';
    color: #fff;
    background-color: #23434e;
    margin-right: 15px;
    padding: 19px 38px;
    border-radius: 4px;
    font-weight: 600;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}




.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;
    }

    .social-list-sld{
        position: absolute;
        left: 20px;
        bottom: 50px;
        height: 70%;
        z-index: 888;

    }

    .flex-btm{
        height: 100%;
        display: flex;
        align-items: end;
        padding-bottom: 88px;
        flex-direction: column;
        justify-content: end;
        position: relative;
    }

    .flex-btm::before{
        content: "";
        width: 1px;
        height: 63%;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: #906e49;
    }

    .flex-btm::after{
        content: "";
        width: 1px;
        height: 12%;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #906e49;
    }

    .flex-btm a{
        display: flex;
        color: #906e49;
        width: 30px;
        height: 30px;
        background: aliceblue;
        margin: 4px 0px;
        align-items: center;
        justify-content: center;
        position: relative;
        transform: scale(.8);
    }
    /* about us ======================================= */


    .abtinr{
        /* background: #253941; */
      padding: 100px 0px;
    }

    .aboutus-sectin-home{
        padding: 80px 0px;
    }
    .abts-img-hm{
        /* height: 100%; */
        margin-top: 90px;
    }
    .abts-img-hm video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .abts-home-content{
        padding-bottom: 60px;
        border-left: 1px solid #18181833;
        max-width: 600px;
    }

    .abts-home-content label{
        position: absolute;
        left: -53px;
        top: 50%;
        transform: rotate(-90deg);
        text-transform: uppercase;
        color: #252828;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .video-container::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #cba65445;
        top: -53px;
        left: 63px;
    }

    .video-container video{
        position: relative;
        z-index: 5;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-right: 22px solid black;
        position: relative;
      }
      
      .triangle-left:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 21px solid #dddddd;
        position: absolute;
        top: -21px;
        left: 1px;
      }

    .abts-home-content h3{
        display: block;
        font-size: 35px;
        color: #000;
        font-weight: 500;
        border-bottom: 1px solid #18181833;
        padding-bottom: 30px;
        margin-bottom: 33px;
        line-height: 1.3;
        padding-left: 50px;
    }

    .abts-home-content h3 span{
        color: #c5a761;
    }
    .pxl-video-btn{
        width: 100px;
        height: 100px;
    }

    .pxl-video-btn svg{
        width: 100%;
        height: 100%;
    }

    /* .abts-home-content h3{
        font-size: 2.3rem;
        color: #000;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 40px;
    } */

    /* .abts-home-content h3 span{
        color: #006a94;
    } */

    .abts-home-content p{
        margin-bottom: 50px;
        color: #000;
        font-size: 16px;
        font-family: 'Inter Tight';
        padding-left: 50px;
        font-weight: 400;
        line-height: 26px;
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .title-prj h3{
        font-size: 29px;
        font-family: 'Inter Tight';
        text-transform: uppercase;
        font-weight: 600;
        color: #2a424c;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .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: cover;
}

.smr{
    padding: 100px 0px;
    background: #2a424c;
}

.smrt-aprt{

}

.smrt-aprt h3{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.smrt-aprt p{
    color: #fff;
    font-family: 'dinpro light';
    font-size: 23px;
    border-bottom: 1px solid #ffffff1f;
    padding: 16px 0px;
    text-transform: capitalize;
}


.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;
}
.jcspace{
    justify-content: end;
    position: relative;
}
.aside-abt{
    width: 100%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    background: #c5a761;
    color: #fff;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    padding: 17px 39px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 19px 38px;
    border-radius: 4px;
    margin-left: 50px;
}
   
.mrwo{
    width: 100%;
    margin: auto;
}

.pdlnone{
    padding-right: 0px;
    position: unset;
    right: 0;
}

.alcenter{
    display: flex;
    align-items: center;
}

.bx-ddsddt h3{
    color: #253941;
    display: block;
    max-width: fit-content;
    font-weight: 600;
    font-size: 34px;
    border-bottom: 3px solid #253941;
    padding-bottom: 10px;
    margin-bottom: 33px;
}

.bx-ddsddt p{
    font-family: "dinpro regular";
    color: #212529;
    font-size: 17px;
}

.ddt-img-bx{
    margin-top: 50px;
}

.ddt-img-bx img{
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.box-section-slider-bb{
    height: 100%;
}
.box-section-slider-bb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-vert{
    height: 632.297px;
}

.bx-ddsddt{
    padding-right: 60px;
}

.swiper-vert-cc{
    padding-left: 40px;
}

.fowfledjjc{
    justify-content: space-between;
}


.bgboxs{
    background-image: url('../images/home/about_us/pt-bg-1442x508.jpg');
    background-position: center;
    background-size: cover;
    /* background-color: #6a6969; */
    position: relative;
    display: none;
}

.bgboxs::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fcfcfcd4;
    border-bottom: 1px dashed #00000029;
}

.blox-video{
    background-image: url('../images/home/about_us/14.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
}

.blox-video::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000d4;
}


.playbrn{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5; 
}

.playbrn svg{
    fill: #fff;
}


.video-wrapper{
    position: relative;
    padding-left: 60px;
}
.pdl-50{
    max-width: 90%;
    margin: auto;
}

.overlay-banr{
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    position: absolute;
    top: -1px;
    left: -1px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 5;
    display: none;
}

.overlay-banr svg{
    fill: #fcfcfc;
    height: 101%;
}
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
    background-image: url('../images/home/slider/slider11.jpg');
    background-position: center;
    background-size: cover;
    background-color: #02000096;
    position: relative;
}

.wht-are-distinct::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1a1a1aeb;
}


.box-btm-content{
    text-align: left;
    margin-bottom: 50px;
}

.box-btm-content span{
    color: #ffffff;
    display: block;
    max-width: 500px;
    font-weight: 300;
    font-size: 37px;
    /* margin: auto; */
    padding-bottom: 10px;
    line-height: 1.2;
    border-left: 2px solid #c5a761;
    padding-left: 30px;
    padding-bottom: 0px;

}
.line-bs{
    width: 150px;
    height: 4px;
    background-color: #c5a761;
    margin: auto;
    margin-bottom: 33px;
    display: none;
}

.box-btm-content h3{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 2.5rem;
}

.serv-box--intitle{
    /* width: 300px;
    height: 300px; */
    /* border-radius: 300px; */
    /* border: 1px solid #c5a761; */
    /* display: flex;
    align-items: center; */
    padding: 29px;
    /* transform: scale(.9); */
    height: 100%;
    background-color: #000;
    position: relative;
}

.vwmr-srv{
    text-align: right;
    margin-top: 50px;
    position: relative;
}
.vwmr-srv a{
    position: relative;
    display: block;
    max-width:fit-content;
    margin-left: auto;
}
.vwmr-srv a span{
    background: #c5a761;
    color: #fff;
    padding: 15px 25px;
    border-radius: 2px;
    font-size: 13px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    display:flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index:5;
}

.vwmr-srv a span svg{
    width: 18px;
    fill: #fff;
}

.vwmr-srv a::before{
    content: '';
    position: absolute;
    width:0px;
    height:100%;
    background:#000;
    top:0;
    right:0;
    transition: .4s ease;
    z-index:3;
}
.vwmr-srv a:hover::before{
    width:100%;
    left:0;
    right:unset;
}

/* .icon-srv{
    width: 80px;
    height: 80px;
    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%;
} */

.icon-srv{
    width: 100%;
    border-bottom: 1px solid #fff3;
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.icon-srv img{
 width: 63px;
}

.srv--conternt h3{
    font-size: 22px;
    color: #c5a761;
    font-family: 'Euclid Medium';
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}


.srv--conternt p{
    font-size: 15px;
    font-family: 'Inter Tight';
    color: #fff;
    font-weight: 300;
}

/* .srv--conternt a{
    background: #0f168124;
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
}

.serv-box--intitle:hover > .srv--conternt a{
    background: #0f1681;
    color: #fff;
}

.serv-box--intitle:hover{
border: 1px solid #0f1681;
} */

.col-bb-bottom{
    padding: 15px;
}

.row-ul{
    display: flex;
    align-items: center;
}

.srv--conternt{
    /* text-align: center; */
}

.glrysection{
    padding: 100px 0px;
    background: #f4f4f4;
}
/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
}

.header-title{
    /* text-align: center; */
    margin-bottom: 50px;
    border-top: 1px solid #00000012;
    padding-top: 60px;
}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Euclid Medium';
    font-size: 15px;
}

.header-title h3{
    color: #000000;
    display: block;
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-family: 'dinpro regular';
}

.header-title h3 span{
    color: #c5a761;
}

/* services section ================================================ */

    .services-section{
   
        padding: 55px 0px;
        padding-top: 0px;
        position: relative;
        overflow: hidden;
    }

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .list-slls {
        max-width: 1200px;
        margin: auto;
    }

    .list-slls ul{
        list-style: none;
        padding: 0px;
        margin: auto;
        display: flex;
        align-items: center;
        gap: 34px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .list-slls ul li{
        position: relative;
        width: 30%;
        height: 207px;
        /* border: 1px solid #c5a761; */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 23px;
        background: #f7d99463;
    }
    .list-slls ul li::before{
        content: '';
        position: absolute;
        width: 88%;
        height: 81%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #ffffff;
        border-radius: 10px;
    }
    .spanrnd{
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #f4e6c5;
        border-radius: 100px;
    }

    .rndpst1{
        top: 15px;
        left: 15px;
    }
    .rndpst2{
        top: 15px;
        right: 15px;
    }
    .rndpst3{
        bottom: 15px;
        left: 15px;
    }
    .rndpst4{
        bottom: 15px;
        right: 15px;
    }
    /* .list-slls ul li::before {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        border-bottom: 1px solid #c5a761;
        top: 50%;
        right: -36px;
        transform: translate(0%, -50%);
    }

    .list-slls ul li:last-child::before{
        content: '';
        position: absolute;
        opacity: 0;
    } */

    .ald-ve{
        text-align: center;
        display: inline-block;
        position: relative;
        padding: 20px 18px;
        font-size: 13px;
        /* background: linear-gradient(90deg, #c5a761, #e1c78a, #c5a761); */
        background-size: 200% auto !important;
        animation: shine 4s linear infinite !important;
        width: 100%;
        border-radius: 20px;
        /* border: 1px solid #c5a761; */
        /* height: 100%;*/
    }

    .ald-ve span{
    /* display: inline-block;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 25px;
    position: relative;
    padding: 0px 18px;
    font-size: 13px;
    border-radius: 40px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #c5a761, #e1c78a, #c5a761);
    background-size: 200% auto !important;
    animation: shine 4s linear infinite !important; */
    color: #bd8d1d;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;
    display: none;
    }

    .ald-ve h3{
        color: #000;
        font-family: 'Inter Tight';
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        /* border: 1px solid #e5c57c; */
        /* border-top: 0; */
        /* padding: 31px 0px; */
        /* padding-bottom: 28px; */
        /* margin-top: -10px;*/
    }


    .banner-inner{
        position: relative;
        height: 400px;
        display: flex;
        align-items: center;
        background-position: center;
        background-size: cover;
        padding-top: 100px;
    }

    .aboutsubnr{
        background-image: url('../images/home/slider/slider11.jpg');
    }


    .srvc-banner{
        background-image: url('../images/home/gallery/first-page-gallery/extensions-and-Internal-alterations.jpg');
    }

    .glrybnr{
        background-image: url('../images/home/gallery/gallery-new/19.jpg');
    }

    .prjbanner{
        background-image: url('../images/home/gallery/first-page-gallery/change-of-use.jpg');
    }

    .banner-inner .container-port{
        position: relative;
        z-index: 5;
    }

    .banner-inner::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000087;
        opacity: .8;
        top: 0;
        left: 0;
    }

    .box-section-iner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .box-section-iner h3{
        font-size: 2.3rem;
        font-family: 'Inter Tight';
        text-transform: uppercase;
        color: #d2b675;
        font-weight: 700;
        letter-spacing: 3px;
    }

    .flex-link{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .flex-link a{
        color: #ffffff9c;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: .3s ease;
    }

    .flex-link span{
        color: #ffffff9c;
    }

    .flex-link a:hover{
        color: #ffffff;
    }



    .abts-home-content-iner{
        padding-left: 50px;
    }

    .abts-home-content-iner label{
        color: #000000;
        display: block;
        max-width: fit-content;
        font-weight: 600;
        font-size: 34px;
        border-bottom: 3px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 33px;
    }

    .abts-home-content-iner p{
        margin-bottom: 10px;
        color: #212529;
        line-height: 27px;
        font-size: 16px;
        font-family: 'Inter Tight';
        text-align: justify;
    }

    .tst-header{
        width: 100%;
        border-bottom: 1px solid #ffffff2b;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }

    .abslt{
        position: absolute;
        left: 0;
        z-index: 5;
    }

    .abts-home-content-iner h3{
        font-size: 40px;
        margin-bottom: 30px;
        color: #000;
    }

    .abts-home-content-iner h3 span{
        color: #c5a761;
    }

    .tst-header h3{
        color: #fff;
        font-family: 'Inter Tight';
        font-size: 3.4rem;
        line-height: 1.2;
        font-weight: 800;
        font-weight: 400;
        font-size: 45px;
    }

    .tst-header span{
        color: #ffffff;
        background: #c5a761;
        text-transform: uppercase;
        font-size: 10px;
        padding: 4px 14px;
        letter-spacing: 2px;
        border-radius: 100px;
        display: block;
        max-width: fit-content;
        margin-bottom: 21px;
        font-weight: 500;
    }

    .jscspace{
        justify-content: space-between;
    }

    .alcenter2{
        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;
    }


    /* interior design section ========================= */

    .interior-sections{
        padding: 60px 0px;
    }
    .headerint{
        text-align: center;
        margin-bottom: 40px;
        color: #000000;
        display: block;
        padding-bottom: 10px;
        font-weight: 400;
        font-size: 37px;
        text-transform: uppercase;
    }
    .col-in-ds{
        padding: 5px;
    }


 /* 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%;
        }

        .container-port-xxl{
            max-width: 1600px;
            margin: auto;
        }


        /* services ================================ */

        .box-ffs .row{
            width: 100%;
            margin: auto;
        }
        .rgpdnone{
            padding-right: 0px;
            /* position: absolute; */
            right: 0;
        }

        .lfpdnone{
            padding-left: 0px;
            /* position: absolute; */
            left: 0;
        }

        .brsec{
            border-top: 1px solid #00000017;
            margin: 50px 0px;
            padding: 50px 0px;
            border-bottom: 1px solid #00000017;
        }

        .brsectop{
            border-top: 1px solid #00000017;
            margin-top: 50px;
            padding-top: 50px;
        }

        .srv-img img{
            width: 100%;
        }

        .jcend{
            justify-content: end;
        }

        .srv-ccs{
            padding: 80px 0px;
        }

        .srv-ccs h3{
            font-size: 18px;
            color: #000;
            margin-bottom: 20px;
            font-family: 'Inter Tight';
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .serv-sectin-home{
            padding: 50px 0px;
            background-color: #fff;
        }

        p{
            color: #212529;
            font-family: 'Inter Tight';
            margin-bottom: 12px;
            font-size: 15px;
        }

        .rhgvg{
            padding-left: 100px;
        }
        .leftsvg{
            /* background-color: #efefef; */
        }

        .lhgvg{
            padding-right: 100px;
        }
        .srv-img{
           
        }
        .srv-img img{
            width: 100%;
            object-fit: cover;
        }

        .mvsec{
            background: #c5a761;
            padding: 40px;
        }

        .mvsec h3{
            color: #fff;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .mvsec p{
            color: #fff;
        }
        /* project section ================================= */

        .prj-sectin-home{
            padding: 100px 0px;
            background: #fff;
        }
        .wrapper{
    }
    
    .tab-wrapper{
        /* text-align: center; */
        display: block;
    }
    .drw-img{
        position:relative;
    }
    .zm-icon{
        position: absolute;
        display: flex;
        align-items: baseline;
        justify-content: end;
        width: 36px;
        height: 36px;
        background: #efefef;
        border-radius: 100px;
        padding: 10px;
        right: 10px;
        top: 10px;
        transition: .3s ease;
        pointer-events: none;
    }

    .zm-icon svg{
        width: 36px;
        transition: .3s ease;
    }

    .drw-img:hover>.zm-icon{
        background-color: #d3b776;
    }
    .drw-img:hover>.zm-icon svg{
        fill: #fff;
    }

    .prj-all-box ul{
        background: #c5a761;
        list-style: none;
        padding: 20px 30px;
        margin: 0px;
    }

    .prj-all-box ul h3{ 
        color: #ffe6ad;
        font-family: 'dinpro regular';
        font-size: 23px;
    }
    .linek{
        width:100%;
        height:2px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    .prj-all-box ul li a{
        font-family: 'Inter Tight';
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        padding: 10px 0px;
        display: block;
        letter-spacing: .5px;
    }
    .tabs{
        margin: 0;
        padding: 0px 0px;
        display: flex;
        justify-content: center;
        background: #efefef;
        margin-bottom: 26px;
    }
    
    .tab-link{
        list-style: none;
        padding: 19px 40px;
        color: #000000;
        cursor: pointer;
        transition: all ease 0.5s;
        letter-spacing: 1px;
        /* border: 1px solid #2a424c; */
        font-family: 'Inter Tight';
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #00000024;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        gap: 10px;
    }

    /* .tabs li:last-child{
        border-right: 1px solid #2a424c !important;
    } */
    
    .tab-link:hover{
        color: #999;
        border-color: #999;
    }
    
    .tab-link.active{
        color: #fff;
        background: #d3b776;
    }

    
    .content-wrapper{
        padding: 0px 20px;
    }
    
    .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;
        transform: translateY(0px);
    }
    
    @keyframes fadeIn{
        100%{
            opacity: 1;
            transform: none;
        }
        }

        .prj-box-section-panel h3{
            font-size: 29px;
            font-family: 'Inter Tight';
            text-transform: uppercase;
            font-weight: 600;
            color: #2a424c;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .drw-img img{
            width: 100%;
        }


        /* contact page ============================= */


        .alcntd{
            display: flex;
            align-items: center;
            gap: 30px;
        }
        .flex-cntcddt{
            display: flex;
            align-items: center;
        }

        .flex-cntcddt span{
            display: block;
            width: 28px;
            margin-right: 9px;
    line-height: 0;
        }

        .flex-cntcddt span svg{
            width: 100%;
        }

        .contactddt{

        }

        .contactddt h3{
            font-size: 35px;
            color: #000;
            font-family: 'dinpro medium';
            letter-spacing: 2px;
        }

        .contactddt p{
            width: 350px;
            font-family: 'dinpro regular';
            color: #000;
            font-size: 19px;
            line-height: 1.3;
            margin: 30px 0px;
        }
        .flex-cntcddt a{
            color: #000;
            font-family: "dinpro medium";
    font-size: 18px;
    white-space: nowrap;
        }

        .allwrpcnt{
            border-bottom: 4px solid #000;
            padding-bottom: 40px;
            margin-bottom: 50px;
        }

        .svg-ccl{
            position: absolute;
            right: 0;
            width: 39%;
            top: -100px;
            opacity: .1;
        }

        .svg-ccl svg{
            width: 100%;
            opacity: .2;
        }

        .relative-parent{
            position: relative;
        }

        .cmap{

        }

        .rhgt-30{
            margin-right: 10px;
        }
        .cmap iframe{
            width: 100%;
            height: 500px;
            border-radius: 10px;
        }


        /* gallery ====================== */

        .aboutus-sectin-home-xl{
            padding: 20px;
        }
        .gallery {
            column-count: 4;
            --webkit-column-count: 4;
            --moz-column-count: 4;
            gap: 10px;
          }
          .image{
            /* margin-bottom: 10px; */
            background-color: #000;
            overflow: hidden;
            border-radius: 12px;
          }
          .col-gl-bx{
            padding: 10px;
          }
          .image img {
            height: auto;
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: .3s ease;
          }

          .image:hover> a img{
            opacity: .5;
            transform: scale(1.1);
          }
          
          /* 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;
            }
          }
          

    /* footer ================================================== */

    footer{
        background-color: #142229;
        padding-top: 50px;
    }
    .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{
        font-size: 21px;
        margin-bottom: 40px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .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: #ffffff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 100px;
    }

    .prst-two-flex h3{
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        margin-right: 10px;
    }

    .flex-box-list ul li{
        margin-bottom: 15px;

    }

    .flex-box-list ul li a{
        color: #fff;
        font-family: 'Euclid Regular';
        transition: .3s ease;
        display: flex;
        align-items: baseline;
        font-size: 14px;
        opacity: .7;
    }

    .flex-box-list-a-links ul li:nth-child(1) a{
        background-color: #1877F2;
    }
    .flex-box-list-a-links ul li:nth-child(2) a{
        background-color: 	#25D366;
    }
    .flex-box-list-a-links ul li:nth-child(3) a{
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .prst-two-flex{
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding:0px;
        margin:0px;

    }

    .flex-box-list-a-links ul li a{

    }
    .pdd-07{
        padding-left: 0px;
    }

    .scbts{
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }

    .scbts a{
        background: #b67f47;
        border-radius: 100px;
        padding: 4px 11px;
        font-size: 11px;
        color: #ffffff;
        font-family: 'Inter Tight';
    }

    .col-glry-lg-10{
        margin-bottom: 41px;
    }
    .glrybxols{
        overflow: hidden;

    }
    .glrybxols img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    aspect-ratio: 1 / .665;

    }

    .glrybxols h3{
        margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    }

    
    .glrybxols p{
            text-align: center;
    margin-top: 10px;
    }

    .glryhdr h3{
        color: #2e2a25;
        display: block;
        padding-bottom: 10px;
        font-size: 42px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", serif;
        font-weight: 600;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .img-hidden{
        overflow: hidden;
        background-color: #000;
        border-radius: 10px;
        position: relative;
    }

    .arrowslider{
    display: none
;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 40;
    }

    .arrowsv{
    width: 33px;
    height: 33px;
    border-radius: 100px;
background-color: #ffffffbd;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    }

        .arrowsv:hover{
            cursor: pointer;
            background-color: #fff;
        }

        
        .arrowsv:active{
            transform: scale(.9);
        }

    .arrowsv svg{
        width: 100%;
    height: 100%;
    }

    a .img-hidden img{
        transition: .3s ease;
    }
    .glrybxols:hover> a .img-hidden img{
        transform: scale(1.1);
        opacity: .6;
    }
    /* testimonial slider --------------------------- */


    .ctsts{
        background-image: url('../images/home/gallery/first-page-gallery/extensions-and-Internal-alterations.jpg');
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding: 150px 0px;
        position: relative;
    }

    .ctsts::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1a1a1aeb;
    }

    .tst-slider-box{
        /* background: #ffffff; */
        padding: 52px;
        border-radius: 10px;
        backdrop-filter: blur(7px);
        transform: translateY(93px);
        transition: 1s ease;
        opacity: .4;
            margin: 50px 0px;
    }

    .tst-slider-box p{
        font-family: 'dinpro regular';
        font-size: 19px;
        margin-bottom: 25px;
        color: #fff;
        border-bottom: 1px solid #ffffff1c;
        padding-bottom: 23px;
    }

    .swiper-slide.swiper-slide-active .tst-slider-box{
        transform: translateY(0px);
        opacity: 1;
    }

    .tst-slider-box h4{
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
    }

    .tst-slider-box h5{
        color: #ffffff;
    }

    .quote{
        width: 77px;
        margin-bottom: 20px;
    }

    .quote svg{
        stroke: #c5a761;
        fill: none;
        stroke-width: 2px;
    }
/* 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; 
}


.cls-im{
position: relative;
height: 100%;
}

.cls-im a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cls-im a img{
    height: 100%;
}

.bx-rg img{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* 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: #142229;
        padding: 15px 0px;
        border-top: 1px solid #243944;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .flex-box-list-x{

    }

    .flex-box-list-x ul{
        list-style: none;
        padding: 0px;
    }

    .flex-li{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }

    .flex-li a:nth-child(1){
        margin-right: 10px;
    }

    .flex-li span{
        display: block;
        width: 30px;
        line-height: 0;
    }
    .flex-li a{
        color: #fff;
        font-family: 'Euclid Regular';
    }
    .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: 20px;
        font-weight: 500;
        margin-bottom: 0;
        letter-spacing: 2px;
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        font-size: 17px;
        margin-bottom: 25px;
        padding-right: 30px;
        font-family: 'dinpro regular';
    }

    .ftr-left h3{
        font-size: 21px;
        margin-bottom: 40px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }


    .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;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #696969;
    }
    .cnter-reserv p a img{
        width: 65px;
    }
    .row-footer{
        margin-bottom: 50px;
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }


    /* hamburger menu */


    .ham{
        width: 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #e1b552;
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }

    /* mobile menu --------------------------------- */

    .box-shadow{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
        pointer-events: none;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
    }

    .shoshadow{
        opacity: .6;
        visibility: visible;
    }

    .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: #efefef;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: none;
        padding-top: 170px;
    }
    .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: #000000;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #0000002b;
        letter-spacing: 2px;
        font-family: 'dinpro regular';
    }

    .sbmnhdr{
        position: relative;
    }

    .sbmnhdr::before{
        font-family: FontAwesome ;
        content: '\f107';
        position: absolute;
        font-size: 14px;
        right: 0;
        top: 14px;
    }

    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
        display: none;
    }

    .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:1600px) {
        .container-port-xxl{
            width: 85%;
            padding: 0px 15px;
        }
        .container-port{
            width: 85%;
            padding: 15px;
        }
    }


@media screen and (max-width:1400px) {

    .container-port-xxl{
        width: 100%;
        padding: 0px 24px;
    }

    .container-port{
        width: 90%;
    }
    .col-bb-bottom{
        padding: 10px;
        width: 25%;
    }
    .serv-box--intitle{
        width: 100%;
    }
    .abts-home-content h3{
        font-size: 32px;
    }
}


@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
    .abts-home-content h3{

    }
    .container-port-xxl{
        width: 100%;
    }
    .col-bb-bottom{
        padding: 10px;
        width: 50%;
    }
    .row-ul{
        flex-wrap: wrap;
    }
    .serv-box--intitle{
 
    }
    .list-slls ul li{
        width: 30%;
    }
    .pdl-50 {
        padding-left: 50px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
    .header_flex{
        width: 80%;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

.hidebx{
    display: none;
}

@media screen and (max-width:991px) {
    .container-port-xxl{
        width: 100%;
    }

    .hidebx{
        display: block;
    }
    
    .hideabtcnt p{
        display: none;
    }

    .hideabtcnt a{
        display: none;
    }
    .video-wrapper{
        padding: 0px;
    }
    .pdlnone{
        position: unset;
    }
    .header_flex{
        width: auto;
    }
    .mbtol{
        margin-bottom: 30px;
    }
    .abts-img-hmP{}
    .tst-header{
        margin-bottom: 40px;
    }
    .box--header-title ul li{
        width: 100%;
    }

    .swiper-vert-cc{
        display: none;
    }
    .pdlnone{
        padding: 15px;
    }
    .abts-home-content{
        padding: 50px 0px;
    }
    .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;
    }

    .abts-img-hm img{
        height: 300px;
        object-fit: cover;
    }
    .abts-home-content-iner{
        padding: 0px;
        margin-top: 40px;
    }
    .content-wrapper{
        padding: 0px;
    }

}


@media screen and (max-width:970px) {
    .navigation_lists{
        display: none;
    }
    .cnter-reserv{
        flex-direction: column;
    }
    .tab-link.active {
        color: #fff;
        background: #d3b776;
        border: 1px solid #d3b776;
    }
    .header_container{
        padding: 10px 0px;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }
    .bx-ddsddt{
        padding-right: 0px;
    }
    .tabs{
        flex-wrap: wrap;
        border-bottom: none;
        display: flex;
        gap: 10px;
        background: none;
        margin-bottom: 20px;
        justify-content: center;
    }
    .tab-link {
        width: auto;
        border-bottom: none;
        padding: 8px 14px;
        border: 1px solid #000;
        border-radius: 100px;
    }
    /* .tab-link{
        width: 33.33%;
        border-bottom: none;
    } */

    .mobile-menu{
        display: flex;
    }
    .submenuli{
        position: unset;
        width: 300px;
        background: none;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transition: unset;
        box-shadow: unset;
        display: none;
    }
    .submenuli ul{
        padding-left: 23px;
    }
    .submenuli ul li a {
        padding: 16px 0px;
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        position: relative;
        text-transform: uppercase;
        border-bottom: 1px solid #0000002b;
        letter-spacing: 2px;
        font-family: 'dinpro regular';
    }
}


@media screen and (max-width:767px) {
    .box--header-title ul li{
        width: 47%;
    }
    .pdlnone{
        position: unset;
    }
    .box--header-title{
        margin-bottom: 30px;
    }
    .blox-video{
        height: 400px;
    }
    .alcntd{
        flex-direction: column;
        align-items: baseline;
    }
    .rgpdnone{
        position: unset;
    }
    .srv-img img{
        height: 300px !important;
    }

    .rhgvg{
        padding-left: 0px;
        
    }
    .lfpdnone{
        position: unset;
    }
    .section-dvd{
        padding: 50px 0px;
    }
    .lhgvg{
        padding-right: 0px;
    }
    .srv-ccs{
        padding: 50px 0px;
        padding-top: 0px;
    }
    .jcend{
        flex-direction: column-reverse;
    }

    .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:675px) {
    .col-bb-bottom{
        padding: 10px;
        width: 100%;
    }
    .tst-header h3{
        font-size: 37px;
    }
    .list-slls ul li {
        width: 44%;
        height: 146px;
    }
    .abts-ftr{
        padding-right: 0px;
    }
    .ctsts{
        padding: 0px 0px;
        padding-top: 80px;
    }
    .serv-box--intitle{
        padding: 10px 15px;

    }

    .banner-content-xc h3{
        font-size: 33px;
    }

    .header-title h3{
        font-size: 31px;
    }
    .ald-ve{
        padding: 20px 7px;
       
    }
    .box-section-iner{
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
    }
    .ald-ve h3{
        font-size: 11px;
    }
    .srv--conternt p{
        font-size: 14px;
    }

    .tst-slider-box{
        padding: 42px 20px;
    }

    .tst-slider-box p{
        font-size: 16px;
    }

    .smrt-aprt h3{
        font-size: 24px;
    }

    .smrt-aprt p{
        font-size: 15px;
        padding: 9px 0px;
    }
    .prj-box-section-panel h3{
        margin-bottom: 30px;
        font-size: 22px;

    }
    .title-prj h3{
        font-size: 22px;
    }
    .prj-sectin-home{
        padding: 50px 0px;
    }
    .prj-box-section-panel{
        margin-bottom: 40px;
    }
    .content-wrapper{
        padding-bottom: 0px;
    }

    .flex-cntcddt a{
        font-size: 15px;
    }
    .box-section-iner h3{
        font-size: 25px;
    }

    .content-wrapper .row{
        width:100%;
        margin:auto;
    }
}

@media screen and (max-width:575px) {
    .contactddt h3{
        font-size: 23px;
    }
    .list-slls ul{
        gap: 9px;
    }
    .list-slls ul li {
        width: 47%;
        height: 146px;
    }
    .banner-content-xc h3 span{
        font-size: 5vw;
    }
    .pdl-50 {
        padding-left: 34px;
    }
    .video-container::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #cba65445;
        top: -22px;
        left: 19px;
    }
    .flex-down{
        padding: 7px 16px;
        font-size: 10px;
        margin-bottom: 16px;
    }
    .banner-content-xc p{
        font-size: 11px;
    }
    .scbts a{
        padding: 5px 15px;
        font-size: 10px;
    }
    .col-glry-lg-10 {
        margin-bottom: 41px;
        padding: 0px;
    }
    .abts-home-content-iner h3{
        font-size: 24px;
    }
    .abtinr{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .bts-image img{
        height: 100vh;
    }
    .contactddt p{
        width:100% ;
        font-size: 17px;
    }
    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }
    /* .tab-link{
        width: 50%;
        border-bottom: none;
        padding: 10px 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: 42%;
        margin-left: auto;
        position: relative;
        bottom: 13px;
        right: -19px;
        border-left: 8px solid #fff;
        border-bottom: 8px solid #fff;
    }
    .abslt {
        position: absolute;
        left: 0;
        z-index: 5;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 100%;
        margin-top: 0px;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 10px;
    }

    .box-btm-content h3{
        font-size: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 4vw;
    }

    .abts-home-content {
        margin-top: 0px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .abts-home-content h3{
        padding-left: 20px;
        font-size: 24px;
    }
    .abts-home-content p{
        padding-left: 20px;
    }
    .abts-home-content label{
        font-size: 15px;
    }
    .alcenter{
        padding: 0px;
    }
    .abts-home-content a{
        margin-left: 20px;
    }
    .pdlnone{
        padding: 0px;
    }
    .blox-video {
        height: 200px;
    }
    .playbrn{
        width: 50px;
        height: 50px;
    }
    .box-btm-content span{
        padding-left: 20px;
        font-size: 28px;
    }
    .tst-header h3 {
        font-size: 24px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }
    .flex-btm::before{
        height: 44%;
    }

    .est{
        right: 8px;
        bottom: 56px;
    }

    .est img{
        width: 86px;
        background: #fff;
        border-radius: 300px;
    }

    .banner-content-xc{
        padding-left: 40px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .list-abts-items ul li{
        width: 100%;
    }

    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

.active-tab{
    color: #edbf58 !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;
}






