@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=Playfair+Display:ital,wght@0,400..900;1,400..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: "sf Bold";
    src: url('../fonts/sf/SF-Compact-Display-Bold.otf');
}



/*	--------------------------------------------------
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: #2f2f2f;
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: #2f2f2f;
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);
    background-color: #fff; */
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 129px;
    padding: 5px;
}

.navigation_lists{
    /* margin-left: 150px; */
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.list_nav_a{
    display: block;
    margin: 0px 0px;
    color: #fff;
    font-size: 17px;
    transition: .3s ease;
    font-family: "sf Bold";
}

.dropdv a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_nav_a span{
    line-height: 0;
}

.list_nav_a span svg{
    fill: #fff;
}

.list_nav_a:hover{
opacity: .6;
color: #fff;
}

.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{
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    /* background: linear-gradient(180deg, rgb(156 20 28) 47%, rgb(134 8 11) 100%); */
    background: #8f1518;
    padding: 17px 46px;
    border-radius: 1px;
    font-family: 'sf Bold';
    font-size: 21px;
}

.container-port-xl{
    padding: 0px 30px;
}

.dropdv{
    position: relative;
    padding: 22px 0px;
}

.dro-mbr{
    position: absolute;
    background: #fffdfd;
    padding: 20px;
    width: 300px;
    left: 0px;
    top: 76px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;

}
.dropdv:hover>.dro-mbr{
    opacity: 1;
    pointer-events: all;
    top: 65px;
}
.dro-mbr ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.box-img-ss{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 18px;
}

.box-img-ss img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .3s ease;
}

.box-img-ss:hover>a img{
    transform: rotate(5deg) scale(1.1);

}

.dro-mbr ul li a{
    color: #000;
    font-family: 'sf Bold';
    font-size: 17px;
    padding: 10px 0px;
    text-transform: capitalize;
    transition: .3s ease;
}

.dro-mbr ul li a:hover{
color: #8f1518;
}

.gallery {
    column-count: 5;
    --webkit-column-count: 5;
    --moz-column-count: 5;
    gap: 1rem;
 
  }
  
  .image img {
    /* height: auto; */
    width: 100%;
  }
  
  /* Responsive-ness for different screen-sizes */
  @media screen and (max-width: 810px) {
    .gallery {
      column-count: 3;
      --webkit-column-count: 3;
      --moz-column-count: 3;
    }
  }
  
  @media screen and (max-width: 500px) {
    .gallery {
      column-count: 2;
      --webkit-column-count: 2;
      --moz-column-count: 2;
    }
  }
  
  @media screen and (max-width: 400px) {
    .gallery {
      column-count: 1;
      --webkit-column-count: 1;
      --moz-column-count: 1;
    }
  }
  
/* banner section ====================================================== */

.banner-section-box{
    /* padding-top: 180px; */
    /* background-image: url('../images/home/slider/home-15.webp');
    background-position: top;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: end; */
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
    overflow: hidden;

}

.banner-section-iner img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.inner-content-absolute{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
}

.banner-section-box .container-port{
    margin: 0px auto;
}

.banner-section-box .container-port .row{
    justify-content: center;
}

.banner-content-xc{
    text-align: center;
}

/* .banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 0%, #000000B3 100%);
} */
.banner-section-box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: linear-gradient(360deg, #00000000 0%, #000000B3 100%);
    z-index: 1;
}



.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    color: #0f1681;
    display: block;
    margin-bottom: 20px;
    font-family: 'Inter Tight';
    font-weight: 700;
}

.banner-content-xc h3{
    font-size: clamp(3rem,4.5rem,5vw);
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
}

.banner-content-xc p{
    color: #fff;
    font-size: 19px;
    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;
    margin: auto;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 14px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#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;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        background: #f7f5ee;
    }

    .upcol{
        background-color: #751102;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .upheader{

    }

    .upheader h3{
        font-family: 'Playfair Display';
        font-size: 36px;
        color: #fff;
        margin-bottom: 35px;
    }

    .box-under{
        width: 100px;
        height: 2px;
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .upcslider{

    }

    .upcslider ul{
        list-style: none;
        padding: 0px;
    }

    .upcslider ul li{
        margin-bottom: 41px;
    }

    .upcslider  a{
        display: flex;
        gap: 23px;
    }
    
    .date{
        font-size: 47px;
        color: aliceblue;
        line-height: 1;
    }

    .upcoming-events-file{
        height: 350px;
    }


    .upcoming-events-file .swiper-container{
        height: 100%;
    }

    .date span{
        display: block;
        font-size: 16px;
        color: #fff;
    }

    .upddt{

    }

    .upddt span{
        color: #fff;
        font-size: 14px;
        opacity: .7;
    }
    .upddt p{
        color: #fff;
        font-family: 'Playfair Display';
        font-size: 23px;
    }

    .rowwd{
        width: 100%;
        margin: auto;
    }

    .abts-home-content{
        padding: 100px  50px;
    }
    .abts-home-content label{
        /* background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13); */
        color: #751102;
        /* 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: 2.6rem;
        color: #000;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Playfair Display';
        max-width: 700px;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Euclid Regular';
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .ourmission span{
        display: block;
        color: #000;
        font-family: 'Euclid Medium';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 15px;
        font-family: 'Euclid Regular';
        font-style: italic;
        color: #0f1681;
    }

.abts-img-hm img{
    width: 100%;
}


.list-str{
    border-top: 1px solid #00000024;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px; 
}

.list-str ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 30px;
}

.list-str ul li{
    padding-right: 30px;
    color: #000;
    font-weight: 700;
}

.aside-abt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
}

.abts-home-content a{
    background: #751102;
    color: #fff;
    padding: 12px 30px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 18%);
}
   
/* about us inner page --------------------- */


.inner-banner-section{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
    position: relative;
}

.aboutus{
    background-image: url('../images/home/about_us/about-us.jpg');
}
.galleryx{
    background-image: url('../images/home/about_us/gallery-bg.jpg');
}
.contactus{
    background-image: url('../images/home/contact/contacts-1.webp'); 
}

.bishop{
    background-image: url('../images/home/about_us/home-2.webp'); 
}
.inner-banner-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: linear-gradient(360deg, #0000004d 0%, #000000B3 100%);
    z-index: 1;
}

.inner-banner-section .container-port{
    margin: 0px auto;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-header{
    max-width: 700px;
}

.inner-header h3{
    font-size: 3.4rem;
    color: #fff;
    font-family: 'Playfair Display';
    line-height: 1.2;
    margin-bottom: 40px;
}

.inner-sec-bx{

}

.inner-sec-bx a{
    color: #fff;
    font-family: 'Inter Tight';
    font-size: 15px;
}

.inner-sec-bx span{
    color: #fff;
    font-family: 'Inter Tight';
    font-size: 15px;
    padding: 0px 5px;
}

.logo-floar-rgt{
    width: 140px;
}

.logo-floar-rgt img{
    width: 100%;
}
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'Euclid Medium';
}

.box-btm-content h3{
    color: #751102;
    font-family: 'Euclid Medium';
    font-size: 2rem;
}

.serv-box--intitle{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #020F271A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    height: 100%;
}

.icon-srv{

    object-fit: contain;
    padding: 17px;
    background-color: #f9f9fb;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}

.icon-srv img{
    width: 100%;
}

.srv--conternt{
    margin-bottom: 10px;
    padding: 0px 20px;
}

.srv--conternt h3{
    font-size: 18px;
    color: #000;
    font-family: 'Euclid Medium';
    margin-bottom: 5px;
    text-transform: capitalize;
}


.srv--conternt span{
    font-size: 15px;
    font-family: 'Euclid Regular';
    margin-bottom: 5px;
    text-transform: capitalize;
}

.srv--conternt a{
    background: #0f168124;
    color: #000;
    padding: 5px 19px;
    font-size: 12px;
    border-radius: 100px;
    transition: .3s ease;
    display: block;
    margin: auto;
    max-width: fit-content;
    margin-top: 10px;
}

.serv-box--intitle:hover > .srv--conternt a{
    color: #9b2c1c ;
    color: #fff;
}

.serv-box--intitle:hover{
border: 1px solid #0f1681;
}

.col-bb-bottom{
    padding: 15px;
}

.homess-bg img{
    width: 100%;
}


.col-mmbr{
    padding: 15px;
}

/* contact us page iner ================================ */

.contact-sectin-iner{
    padding: 100px 0px;
}
.contacthddr{
    margin-bottom: 20px;
}
.contacthddr h3{
    font-size: 3rem;
    color: #000;
    font-family: 'Playfair Display';
}

.contact-box-sct{
    margin-bottom: 20px;
    border: 1px solid #75110252;
    padding: 20px;
}

.contact-box-sct p{
    color: #000;
    font-family: 'sf Bold';
    font-size: 19px;
}

.contact-bx-section{
    display: flex;
    margin-bottom: 33px;
    background: #751102;
    padding: 20px;
    flex-wrap: wrap;
    position: absolute;
    max-width: fit-content;
    width: 100%;
    top: 10px;
    right: 10px;
    flex-direction: column;
}

.contact-bx-section a{
    font-size: 26px;
    color: #ffffff;
    /* border-bottom: 2px solid #751102; */
    font-family: 'sf Bold';
    margin-right: 17px;
}

.contact-bx-section span{
    font-size: 16px;
    color: #fff;
}

.hdrs-loc{
    font-size: 24px;
    font-family: 'sf Bold';
    color: #000;
    margin-bottom: 20px;
}
/* services section ================================================ */

    .gallery-section{
        background-color: #f7f5ee;
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            margin-top: 50px;
            width: 100%;
            height: 500px;
            margin-bottom: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

    /* footer ================================================== */

    footer{
        background-color: #751102;
        padding-top: 50px;
        background-image: url('../images/home/slider/banner-catedral-2400x1150_0005_MAY_0072.webp');
        background-position: center;
        background-size: cover;
        position: relative;
    }

    footer::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        opacity: .9;
    }

    footer .container-port{
        position: relative;
        z-index: 5;
    }

    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 23px;
        text-align: center;
        font-family: 'Playfair Display';
    }

    .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;
    }

    .address-bx{
        text-align: center;
    }

    .logo-ftr{
        width: 100%;
        text-align: center;
        margin-bottom: 38px;
    }

    .logo-ftr img{
        width: 143px;
    }

    .contact-num{
        text-align: center;
        margin-top: 63px;
    }

    .contact-num h3{
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 13px;
        text-align: center;
        font-family: 'Playfair Display';
    }

    .cnt-nm{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 17px;
    }

    .cnt-nm a{
        color: #fff;
        font-family: 'sf Bold';
        font-size: 18px;
    }
    .address-bx span{
        color: #bb3339;
        font-size: 13px;
        display: block;
        margin-bottom: 10px;
    }

    .address-bx p{
        color: #fff;
        text-transform: capitalize;
    }
    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ffffff1c;
        padding-bottom: 20px;
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: center;
        gap: 32px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .flex-box-list-a-links ul li a{
        color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f1442;
    border-radius: 100px;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
        display: flex;
        align-items: baseline;
    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }


    /* bishop s */
    .memberssection{
        padding: 100px 0px;
    }
    .center-row{
        justify-content: center;
    }

    .header-dvd{
        text-align: center;
        font-family: 'Playfair Display';
        font-size: 2.6rem;
        color: #000;
        margin-bottom: 40px;
    }

    .mtop{
        margin-top: 100px;
    }
    .contactimg{
        width: 100%;
        height: 100%;
        padding-left: 50px;
        position: relative;
    }
    .contactimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* gallery ===================================== */
.gallery-sec{
    padding: 100px 0px;
}
.glry-box{
    overflow: hidden;
}
.glry-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .3s ease;
}
.glry-box:hover> a img{
    transform: scale(1.1);
}
.col-glry{
    padding: 5px;
}

/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/about_us/client-banner.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    background-color: #004f6f;
    background-blend-mode: multiply;
}

.banner-title-inner span {
    background: #fff;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    padding: 10px 10px;
    /* padding-top: 7px; */
    border-radius: 7px;
    font-weight: 500;
    word-spacing: 2px;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
}

.banner-title-inner p{
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }

    .abts-ftr
    {
        padding-right: 70px;
    }

    .footer-footer{
        /* background-color: #751102; */
    padding: 15px 0px;
    border-top: 1px solid #292828;
    position: relative;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .abts-ftr h3 {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .abts-ftr p {
        color: #ffffffb3;
        font-size: 13px;
        margin-bottom: 25px;
        padding-right: 30px;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{
        text-align: center;
    }

    .cnter-reserv p{
        font-size: 11px;
        color: #ffffffbd;;
    }
    .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: #fff
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }


    /* mobile menu --------------------------------- */


    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        /* background-color: #78090cd9; */
        background-color: #620003f5;
        background-blend-mode: saturation;
        transform: translateX(600px);
        transition: .3s ease;
        display: none;
        align-items: center;

    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .close-items {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #fff;
        font-weight: 500;
        position: relative;
        font-family: 'Playfair Display';
        font-size: 21px;
    }

    .hideop{
        opacity: 0;
        transition: .3s ease;
    }

    .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:1400px) {
    .container-port{
        width: 90%;
    }
}

@media screen and (max-width:1300px) {

    .list_nav_a{
        font-size: 17px;
    }
    .chat_box{
        font-size: 17px;
    }
    .main_nav_menu{
        gap: 30px;
    }
}

@media screen and (max-width:1200px) {
    .navigation_lists{

    }
    .list_nav_a {
        font-size: 15px;
    }
    .dro-mbr{
        width: 246px;
    }
    .dro-mbr ul li a {
        font-size: 14px;
        padding: 7px 0px;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        /* margin: 0px 10px; */
    }
    .logo img {
        width: 100px;
        padding: 5px;
    }
    .main_nav_menu {
        gap: 17px;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .box--header-title ul li{
        width: 100%;
    }
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
        gap: 1rem;
    }
    .col-bxoin-home{
        padding: 10px;
    }
    .contactimg{
        padding: 0px;
    }
    .address-bx{
        margin-bottom: 40px;
    }
    .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;
    }
    .rowwd{
        flex-direction: column-reverse;
    }
    .upcol{
        background-color: #751102;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 50px 69px;
    }
    .col-bb-bottom{
        padding: 0px;
    }
}


@media screen and (max-width:991px) {
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }

    .mobile-menu{
        display: flex !important;
    }
    .dro-mbr {
        position: unset;
        background: none;
        padding: 0px;
        width: auto;
        left: 23px;
        top: 76px;
        opacity: 1;
        pointer-events: all;
        transition: .3s ease;
        text-align: center;
    }
    .dro-mbr ul{
        display: none;
        text-align: left;
    }
    .dro-mbr ul li a{
        color: #fff;
        /* justify-content: center; */
    }
    .mob-list_nav_a:hover{
        color: #f3e295;
    }
    .mob-list_nav_a:hover>span svg{
        fill: #f3e295;
    }
    .dropdv{
        padding: 0px;
    }
}
.mob-main_nav_menu{
    width: 100%;
}
.mob-list_nav_a{
    justify-content: space-between;
}
.mob-list_nav_a span svg{
    fill: #fff;
}

@media screen and (max-width:767px) {
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }


    .footer-log-icon {
        background: #000;
        padding: 69px;
    }

    .footer-logo-section{
        width: 64%;
        height: 300px;
        margin: auto;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 30px;
    }
    .hidden-col{
        overflow: hidden;
    }

    .box-btm-content h3{
        font-size: 40px;
    }

    .abts-home-content{
        margin-top: 40px;
        padding-left: 0px;
    }
}

@media screen and (max-width:575px) {
    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }


    .dro-mbr ul{
        text-align: center;
    }
    .inner-banner-section{
        height: 550px;
    }
    .col-mmbr{
        width: 50%;
        padding: 5px;
    }
    .mob-main_nav_menu {
        width: 100%;
        height: 77vh;
        overflow: scroll;
    }

    .mob-main_nav_menu::-webkit-scrollbar{
        display: none;
    }
    .mob-list_nav_a{
        justify-content: center;
    }
    .dro-mbr ul li a{
        justify-content: center;
    }
    .srv--conternt {
        margin-bottom: 10px;
        padding: 0px 10px;
    }
    .header-dvd{
        font-size: 1.7rem;
    }
    .contactimg img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .inner-header h3 {
        font-size: 40px;

    }
    .mobile-menu{
        width: 100%;
        justify-content: center;
    }
    .abts-home-content h3 {
        font-size: 38px;}
    .contact-box-sct p {
        color: #000;
        font-family: 'sf Bold';
        font-size: 14px;
    }
    .mob-list_nav_a{
        font-size: 25px;
    text-align: center;
    }
    .container-port-xl{
        padding: 0px 10px;
    }
    .logo img {
        width: 87px;
    }
    .flex-box-list ul{
        gap: 0px 21px;
        flex-wrap: wrap;
    }
    .flex-social-icons{
        display: none;
    }
    .upcol{
        padding: 50px 20px;
    }
    .glry-box img {
        width: 100%;
        height: 140px;
    }
    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: 207px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 85%;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 10px;
    }

    .box-btm-content h3{
        font-size: 26px;
    }
    .srv--conternt h3 {
        font-size: 14px;
    }
    .srv--conternt span {
        font-size: 13px;
    }
    .icon-bsx{
        width: 273px;
        height: 228px;
    }
    .homess-bg img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .col-glry{
        width: 50%;
    }
    .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: 0px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .list-abts-items ul li{
        width: 100%;
    }

    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
        gap: 1rem;
    }
    .box-img-ss img {
        width: 100%;
        height: 150px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

.active-tab{
    color: #d34a36 !important;
}


.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #fff;
    margin: 12px 10px;
}

.float-chat a:nth-child(1){background-color:#1877F2;}
.float-chat a:nth-child(2){background-color: #000;}
.float-chat a:nth-child(3){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%);}
.float-chat a:nth-child(4){background-color: #0072b1;}
.float-chat a:nth-child(5){background-color: #FF0000;}

.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}