@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=Urbanist:wght@200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Urbanist', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-200.28e9c77e7281ebf8.otf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-300.3dd6493c0385dcac.otf') format('truetype');
    font-style: normal;
    font-weight: 200;
}


@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-350.318de72e3b660a55.otf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-450.c96391a7e23c51a5.otf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-500.318de72e3b660a55.otf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "twk";
    src: url('../fonts/twk/TWKLausanne-600.9f30c4fa32c60c83.otf') format('truetype');
    font-style: normal;
    font-weight: 600;
}



/*	--------------------------------------------------
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;
}

.main{
    background-color: #fff;
}

body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

/* header ============================================================== */

.topper{
    background: #fff;
    padding: 5px 0px;
    position: relative;
    z-index: 5;
    padding: 9px 0px;
    padding-left: 20px;
    border-bottom: 1px solid #00000021;
}

.box-row-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-al-center{
    display: flex;
    align-items: center;
}

.bx--social{
    margin-right: 40px;
}

.bx--social a{
    color: #e31e25;
    padding-right: 10px;
    font-size: 14px;
}

.bx--address{
    display: flex;
    align-items: center;  
}

.bx--address p{
    margin: 0px;
}

.bx-time-mng{
    color: #fff;
    font-family: 'Urbanist';
    font-size: 13px;
}

.bx--address{
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-right: 30px;
}

.bx--address p{
    color: #fff;
    font-family: 'Urbanist';
    font-size: 13px;
    margin-left: 5px;
}

.bx-em a{
    color: #fff;
    font-family: 'Urbanist';
    font-size: 13px;
  
}

.bx-em a i{
    margin-right: 5px;
}

header{
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: relative;
}





.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 12px 0px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.logo img{
    width: 224px;
}

.navigation_lists{

}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 25px;
    color: #000;
    /* font-weight: 600; */
    font-size: 15px;
    transition: .3s ease;
    /* font-family: 'Urbanist', sans-serif; */
    padding: 23px 0px;
    /* text-transform: uppercase; */
    font-weight: 200;
    font-family: "twk";
}


.list_nav_a:hover{
    color: #05aff2;
}

.chat_flex_box{
    display: flex;

}



.home-h{
    position: relative;
}


/* .home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
} */

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fff;
}

.call-icon-sprt{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.call-icon-sprt svg{
    width: 11px;
    height: auto;
}

.contact-support a{
    color: #ec2627;
    font-family: 'Urbanist';
    font-size: 16px;
    margin-top: -2px;
    display: block;
    font-weight: 700;
}

.chat_box{
    font-family: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #fff;
    background-color: #e41e25;
    /* border-radius: 4px 4px 4px 4px; */
    padding: 26px 64px;
    transition: .3s ease;
}

.chat_box:hover{
    background-color: #000;
    color: #fff;
}


.box-wrp-header-riht{
    width: 100%;
    margin-left: 36px;
    position: relative;
}

/* .box-wrp-header-riht::before{
 content: '';
 position: absolute;
 left: -4px;
 top: 0;
 width: 100px;
 height: 100%;
 background-color: #fff;
 clip-path: polygon(0 0, 0% 100%, 46% 100%);
 z-index: 10;
} */

.flx--01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 4;
    /* padding-left: 60px; */
}

/* banner section ====================================================== */

.banner-section-box{
    padding-top: 180px;
    background-image: url('../images/home/slider/desktop-1920x410.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
}
.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../images/home/slider/blk-bg.png');
    background-position: center;
    background-size: cover;
    opacity: .3;
}
.banner-parent{
 position: relative;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc h3{
    font-size: 4rem;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: -1px;
    word-spacing: 0;
    /* color: #0a0d31; */
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.banner-content-xc h3 span{
    color: #ec2627;
    background: linear-gradient(51deg, rgb(247 171 39) 0%, rgb(228 30 37) 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.mbottm--col--4{
    margin-bottom: 30px;
}

.banner-content-xc p{
    color: #ffffff;
    font-family: 'twk';
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left !important;
    /* font-family: 'Inter Tight', sans-serif;
    max-width: 400px; */
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    border-radius: 100px;
    padding: 15px 24px;
}

.link-siblings a:nth-child(1){
    color: #fff;
    background-color: #e41e25;
    margin-right: 15px;
}


.link-siblings a:nth-child(2){
    background-color: #ffffff;
    /* color: #010ed0;  */
    color:#006a94;
}
.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-image: url('../images/home/about_us/1bgabout.jpg');
        background-position: left bottom;
        background-size: cover; */
        padding: 50px 0px;
    }


    .abts-home-content{
    }
    .abts-home-content label{
        background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13);
        color: #006a94;
        padding: 10px 24px;
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .abts-home-content h3{
        font-size: 2.3rem;
        color: #000;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        font-size: 14px;
        color: #000;
    }
    .abts-img-hm {
        padding-right: 100px;
    }
.abts-img-hm img{
    width: 100%;
}

.icon-bx--01{
    margin-right: 25px;
    width: 66px;
}

.icon-bx--01 img{
    width: auto;
}

.abts-content-ccrt{
    padding-left: 50px;
}

.box-ps-relative{
    position: relative;
}

.abs-pos{

}

.abts-content-ccrt img{
    width: 100%;
}

.abts-content-ccrt label{
    color: #e31e25;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 15px;
}

.abts-content-ccrt h3{
    font-size:2.5rem;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 7px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 21px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
}

.abts-content-ccrt p{
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

.abts-content-ccrt a{
    background: #ec2627;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin-top: 30px;
    padding: 13px 25px;
    padding-right: 30px;
    font-family: 'Inter Tight';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 0;
    border-radius:2px;
    position: relative;
}

.abts-content-ccrt a::before{
    content: '';
    position: absolute;
    background-color: #000;
    left: unset;
    right: 0%;
    width: 0%;
    height: 100%;
    top: 0;
    transition: .3s ease;
}
.abts-content-ccrt a:hover::before{
    width: 100%;
    left: 0%;
    right: unset;
}

.abts-content-ccrt a i{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    background: #fff;
    color: #ec2627;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    z-index: 5;
}

.abts-content-ccrt a span{
    position: relative;
    z-index: 5;
} 

.cnt-ii-o1{

}

.cnt-ii-o1 h4{
    font-size: 27px;
    font-weight: 400;
    font-family: 'Inter Tight';
    color: #ec6703;
    line-height: 1;
}

.cnt-ii-o1 span{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter Tight';
    color: #ec6703;
    line-height: 1;
}

.header-box-wht-ss{
    margin-bottom: 50px;
}

.header-box-wht-ss h3{
    font-size: 26px;
    color: #24338b;
    font-weight: 600;
}

.header-box-wht-ss p{
    color: #000;
}



.aside-abt{
    width: 250px;
    margin-top: -185px;
    margin-left: -32px;
    border: 8px solid #fff;
    border-radius: 17px;
    position: relative;
}

.aside-abt img{
    width: 100%;
    border-radius:19px;
}

.abts-home-content a{
    background: #006a94;
    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 106 148 / 18%);
}


/* mv--box--section ----------------------------------- */

.box-vision-mission-box{
    margin-top: 100px;
    padding: 60px 0px;
    background-image: url('../images/home/services/3.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.box-vision-mission-box::before{
    content: '';
    position: absolute;
    background-image: url('../images/home/about_us/mv.jpg');
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #343590;
    background-blend-mode: multiply;
}


.vm--sx--box{

}

.vm--sx--box h3{
    margin-bottom: 17px;
    color: #fff;
    font-size: 22px;
}

.vm--sx--box p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 300;
}


    /* services section ================================================ */

    .services-box-section{
        padding: 60px 0px;
        
    }
    
    .img-box--srv img{
        width: 100%;
    }

    .row-center-box{
        justify-content: center;
    }

    .box-srv-name-box--info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .box-srv-name-box--info h3{
        color: #000;
        font-size: 2.3rem;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .box-srv-name-box--info p{
        color: #000;
        font-size: 15px;
        margin-bottom: 31px;
        max-width: 600px;
    }

    .box-srv-name-box--info a{
        background: #ec2627;
        color: #fff;
        display: flex;
        align-items: center;
        max-width: fit-content;
        margin-top: 30px;
        padding: 21px 25px;
        padding-right: 30px;
        font-family: 'Inter Tight';
        text-transform: uppercase;
        font-size: 12px;
        line-height: 0;
        border-radius: 2px;
        position: relative;
    }

    .box-srv-name-box--info a span{
        position: relative;
        z-index: 4;
    }


       .box-srv-name-box--info a::before{
        content: '';
        position: absolute;
        background-color: #000;
        left: unset;
        right: 0%;
        width: 0%;
        height: 100%;
        top: 0;
        transition: .3s ease;
    }
       .box-srv-name-box--info a:hover::before{
        width: 100%;
        left: 0%;
        right: unset;
    }

    .box-ssrv-wrpparent{
        background-color: #fff;
    }

    .box--srv--wrp{
        padding: 20px;
    }

    .box--srv--wrp h3{
        color: #000;
        font-size: 20px;
        margin-bottom: 10px
    }

    .box--srv--wrp p{
        font-size: 16px;
        color: #000;
    }

.center--col--5{
    /* display: flex;
    align-items: center;
    height: 100%; */
}
    .box--srv--wrp-inner{
        padding: 20px;
    }
.box--srv--wrp-inner h3{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px
    
}

.box-cntx--l-5{
    background: #e41e25;
    padding: 50px 40px;
    padding-bottom: 10px;
}

.box-cntx--l-5 h3{
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 21px;
}

.mrg-left-col-4{
    margin-left: 50px;
}

.box-cntx--l-5 p{
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

.box-cntx--l-5 p a{
    font-size: 18px;
    white-space: nowrap;
}

.box-cntx--l-5 span{
 color: #fff;
}

.box-cnt-img{
    position: relative;
}
.box-cnt-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #e41e25;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    left: 0;
    top: -1px;
}
.box-cnt-img img{
    width: 100%;
}

.box-cntx--l-5 a{
/* display: block; */
color: #fff;
margin-top: 15px;
}

.col-box--50{
    margin-bottom: 50px;
}

.under-line{
    width: 50px;
    height: 2px;
    background-color: #e41e25;
    margin-bottom: 10px;
}

.box--srv--wrp-inner p{
    font-size: 16px;
    color: #000;
}

.box--srv--wrp-inner a{
    color: #fff;
    background: #e41e25;
    padding: 11px 30px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 3px;
}
    /* service inner ---------------------------------------------- */
   .glry-box img{
    width: 100%;
   }

   .gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 1rem;
    padding: 0rem 0px;
  }

  .image{
    margin-bottom: 1rem;
    overflow: hidden;
  }
  
  .image img {
    height: auto;
    width: 100%;
    transition: .3s ease;
  }

  .image:hover img{
    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;
    }
  }
  

 /* contact us -------------------------------------------- */

 .box-cnt-header--01{
    margin-bottom: 50px;
 }

 .bxcnt-box{
    border: 1px solid #E7EAEF;
    padding: 30px;
 }

        .contact-details{
            display: flex;
            margin-bottom: 29px;
        }

        .contact-details span{
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            font-family: 'Urbanist';
            display: block;
            font-weight: 600;
        }

        .box-contact-cnt{
            /* margin-left: 15px; */
        }
        
        .contact-details label{
            width: 50px;
            height: 50px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#201f24 0%,#201f24 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            margin-bottom: 20px;
        }

        .contact-details label svg{
            fill:#fff;
        }

        .contact-details p{
            color: #222222;
            font-size: 14px;
            margin-top: 9px;
        }
        .contact-details a{
            color: #ec2627;
            font-size: 15px;
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-family: 'twk';
        }

        .wht--call{
            color: #222222;
            font-family: 'twk';
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .wht--call i{
            font-size: 11px;
            transform: rotate(-45deg);
            margin-left: 6px;
        }

        .contact-details a i{
            font-size: 11px;
            transform: rotate(-45deg);
            margin-left: 6px;
        }

        .box-contact-cnt h6{
            font-size: 14px;
            color: #000000;
            font-weight: 600;
        }

        .tp-cnt-box{
                border-bottom: 1px solid #E7EAEF;
    padding-bottom: 22px;
        }

        .box-cnt-header--01 h3{
            font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
        }
        .box-cnt-header--01 p{
            color: #000;
        }
        .box-cnt-header--01 p a{
            color: #ec2627;
            font-size: 15px;
            font-weight: 400
        }

        .contact-box-cc{
    padding: 10px 0px;
        }

        .contact-box-cc a{
            color: #222;
            padding-right: 15px;
        }

        .contact-box-cc img{
            width: 100%;
        }

        .map{
  
            width: 100%;
            height: 500px;
            padding-right: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }



    /* mrs section ============================================ */


    .other-info-section{
        padding-bottom: 50px;
    }

    .list-info ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-info ul li label{
        color: #0a0d31;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1;
        border-left: 1px solid #0000002b;
        padding-left: 20px;
    }

    .list-info ul li label span{
        font-size: 30px;
    }

    .list-info ul li p{
        font-size:16px;
        color: #0a0d31;
        padding-left: 20px;
    }



    /* footer ================================================== */

    footer{
        /* background-image: url('../images/home/about_us/footer_bg_1.png'); */
        background-position: center;
        background-size: cover;
        background-color: #f6f5f0;
        padding-top: 50px;
    }

    .logo-box--i img{
        width: 260px;
    }



    .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: #222;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 15px;
        position: relative;
        max-width: fit-content;
        padding-bottom: 8px;
    }

    .prst-two h3::before{
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: red;
        bottom: 0;
        left: 0;
    }

    .prst-two h3::after{
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background-color: #372c72;
        bottom: 0;
        left: 0px;
    }


    .ftr-cnt-link li{
        display: flex;
        align-items: baseline;

    }
    .ftr-cnt-link li span{
        padding-right: 15px;
        height: auto;
        position: relative;
        top: 2px;
    }
    .ftr-cnt-link li span svg{
        fill: #ec2627;
        width: 16px;
        height: auto;
    }

    .pd-right-offset--30{
        padding-right: 50px;
    }

    .pd-right-offset--30 p{
        color: #222;
        transition: .3s ease;
        font-size: 13px;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .pd-right-offset--30 a{
        color: #fff;
        background: #ec2627;
        padding: 8px 18px;
        font-size: 13px;
        border-radius: 100px;
    }

    .row-roof{
        margin-bottom: 30px;
        border-bottom: 1px solid #0000000f;
        padding-bottom: 30px;
    }

    .flex-col--4{
        display: flex;
    }

    .pd-left-col-4{
        padding-left: 55px;
    }

    .ftr-box-cc{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .ftr-box-cc a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #fff;
        margin-right: 10px;
        border-radius: 100px;
    }

    .ftr-box-cc a:nth-child(1){background-color: #1877F2; display:none;}
    .ftr-box-cc a:nth-child(2){background-color: #25d366;}
    .ftr-box-cc a:nth-child(3){background-color: #0e76a8;}
    .ftr-box-cc a:nth-child(4){display:none; 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%);}

    .ftr-box-cc a i{

    }

    .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 ul li{
        margin-bottom: 10px;
    }

    .flex-box-list ul li a{
        color:#000;
        transition: .3s ease;
        font-size: 13px;
    }

    .flex-box-list ul li p{
        color:#000;
        transition: .3s ease;
        font-size: 13px;
    }

    .flex-box-list ul li a:hover{
        color: #ec2627;
    }

    .pdd-07{
        padding-left: 0px;
    }

 
    /* std -sectin ----------------------------------------------------- */

    .box-ss-bf--bl{
        background: #e7e6e0;
    }

    .locate-us-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    .locate-us-title h3{
        color: #000;
        font-size: 15px;
    }

    .locate-us-title a{
        background: #dad9d5;
        padding: 10px 30px;
        color: #222;
        font-size: 13px;
        white-space: nowrap;
    }

    .box-std-img img{
        width: 100%;
    }

.left-abts--inter--2{
    text-align: center;
}

.row-roof-center{
    justify-content: center;
}

.left-abts--inter--2 h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.left-abts--inter--2 p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.left-abts--inter--2 a{
    display: block;
    max-width: fit-content;
    margin-top: 20px;
    background: #343590;
    color: #fff;
    padding: 11px 30px;
    border-radius: 4px;
    font-size: 14px;
}
.flex-bx--name{
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.flex-bx--name h4{

    /* border-right: 1px solid #fff; */
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.flex-bx--name h4:nth-child(1){
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff30;
}

.flex-bx--name h4 span{
    font-weight: 400;
    font-size: 14px;
}

.box-section-opt{
    padding: 60px 0px;
    background-color: #f7f6f4;
    background-image: url(../images/home/services/3.jpg);
    background-position: center;
    background-size: cover;
}
/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/slider/main-slider-1-4.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
}

.box--links{
    position: absolute;
    top: 18px;
}

.box--links a{
    color: #fff;
    font-size: 13px;
}

.box--links span {
    color: #fff;
    font-size: 9px;
    margin: 0px 10px;
}

.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;
    display: none;
}

/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #24338b;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.abouts-us p{
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.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: 100%;
    /* padding-right: 23px; */
    padding-left: 60px;
    position: relative;
}

.row-tp--in-50{
    margin-top: 130px;
}

.car--drv{
    padding-right: 50px;
}
.car--drv img{
    width: 100%;
}

.arrow-check::before{
    font-family: FontAwesome;
 content: "\f00c";
 position: absolute;
 width: 26px;
 height: 26px;
 left: 7px;
 top: 7px;
 border-radius: 100px;
 background-color: #24338b;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 z-index: 3;
}

.arrow-check::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0px;
    border-radius: 100px;
    background-color: #24338b;
    opacity: .6;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #24338b;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
    line-height: 1.2;
}

.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;
    }


    .footer-footer{
        background-color: #ec2627;
        padding: 12px 0px;
        /* border-top: 1px solid #272626; */
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{
        text-align: center;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #fff;
    }

    .cnter-reserv p a img{
        width: 60px;
    }
    .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: #e41e25;
        
    }


    .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: #ec2627;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: flex;
        flex-direction: column-reverse;
        justify-content: 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-size: 1.3rem;
        font-weight: 500;
        position: relative;
    }


    .header-title-mob{
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ffffff30;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #ffffff;
        display: flex;
        width: 35px;
        height: 35px;
        background: #000;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    
    }

    .header-title-mob h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    }



@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}


@media screen and (max-width:1200px) {
.bx--address{
    display: none;
}
.list-box-ul ul li{
    width: 49%;
}
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
    .abts-img-hm{
        padding-right: 0px;
    }
}

@media screen and (max-width:1043px) {

    .list-str ul {
        justify-content: center;
    }
    .list-str ul li{
        width: 48%;
    }

}

@media screen and (max-width:991px) {
    .abts-img-hm{
        margin-top: 30px;
    }
    .chat_box{
        padding: 26px 24px;
    }
    .container-port{
        width: 100%;
    }
    .flx--01{
        justify-content: end;
    }
    .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;
    }

    .abts-content-ccrt{
        margin-top: 150px;
        padding-left: 0px;
    }
}


@media screen and (max-width:855px) {
    .navigation_lists{
        display: none;
    }
    .bx-time-mng{
        display: none;
    }
    /* .chat_flex_box {
        padding: 14px 0px;
    } */
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }

}


@media screen and (max-width:767px) {
    .row-footer{
        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:710px) {

    .list-str ul li{
        width: 100%;
    }
    .box-frd{
        margin-left: 0px;
    }
}

@media screen and (max-width:610px) {
    .topper{
        display: none;
    }
    header::before{
        display: none;
    }
    /* .chat_flex_box {
        padding: 18px 0px;
    } */
    .logo img{
        /* padding: 5px; */
        width: 203px;
    }
    /* .banner-content-xc h3 span{
        display: block;
        max-width: fit-content;
        margin-left: 31px;
    } */
}

@media screen and (max-width:575px) {

    .pd-right-offset--30{
        padding-right: 0px;
    }
    .header-title-tst h3{
        font-size: 6vw;
    }
    .box--vrt{
        height: 60px;
    }
    .pd-right-offset--30 p{
        padding-right: 0px;
    }
    .in-img{
        flex-direction: column;
    }
    .prst-two {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cnter-reserv p {
        font-size: 11px;
        color: #696969;
        padding: 0px 20px;
    }

    .col-pd-none-575{
        padding: 0px;
    }
    .box-cnt-header--01 h3 {
        font-size: 10vw;
    }
    .container-port {
        width: 95%;
    }
    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 47%;
        margin-left: auto;
        position: absolute;
        bottom: -33px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 100%;
    }

    .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;
}
    .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: 8vw;
        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{
        font-size: 8vw;
    }

    .banner-content-xc h3{
        font-size: 11vw;
    }

    .abts-home-content {
        margin-top: 70px;
    }

    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: 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;
    }
}
.active-tab{
    color: #ec2627 !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;
}




.bx-em{
    display: none;
}

@media screen and (max-width:1200px) {
    .flex-price-data h6{
        font-size: 3vw;
    }
}
@media screen and (max-width:1200px) {
.mdl--box p{
    font-size: 12px;
}

}

.mbb-img{
    padding-left: 70px;
}

.box-ps-relative {
    position: relative;
    width: 100%;
}


.box-ps-relative::before{
    content: '';
    position: absolute;
    width: 140px;
    height: 100%;
    background-color: #ec2627;
    z-index: 2;
    left: 42%;
    top: 105px;

}

.right-img-txt{
    position: relative;
    z-index: 4;
    text-align: right;
}

.abs-pos {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
}

.mbb-img img{
    width: 69%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

@media screen and (max-width:991px) {
    .mbb-img{
        padding-left: 0px;
        padding-top: 20px;
    }
    
    .mrg-left-col-4{
        display: none;
    }


    .map{
        padding-right: 0px;
    }
    .flex-box-list ul li p{
        max-width: 300px;
    }
    }

    @media screen and (max-width:768px) {
        .col-mbottom---30{
            margin-bottom: 50px;
        }
    }

    @media screen and (max-width:575px) {
            .row-col-reveser{
        flex-direction: column-reverse;
    }
    .flex-bx--name h4{

    }
    .logo-box--i{
        text-align: center;
    }
    .ftr-box-cc{
        justify-content: center;
    }
    }

    @media screen and (max-width:480px) {
        .chat_box{
            display: none;
        }
        .box-ps-relative::before{
            left: 42%;
    top: 80px;
    width: 107px;
        }
        .abts-content-ccrt h3 br{display: none;}
        .bt-top{
            padding-bottom: 0px;
        }
    }

    .prst-fr h3{
        font-size: 23px;
        font-weight: 600;
        font-family: 'Inter Tight';
        color: #000;
        margin-bottom: 10px;
    }



    p{
        text-align: justify;
    }
    .left-abts--inter--2 p{
        text-align: center !important;
    }

    .cnter-reserv p{
        text-align: center !important;
    }


    .img-wegbl img{
        width: 60px;
    }