@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=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&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');
}




/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;

}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: "Manrope", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #393939;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: "Manrope", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #393939;
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{
    padding: 7px 0px;
    border-bottom: 1px solid #0000000f;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box a{
    color: #000000;
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 10px;
}
.flex-cnnt-box a .cnticon{
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}



.wdt-heading-deco-wrapper{
    font-weight: 600;
    font-family: 'Manrope';
    color: #000;
    font-size: 16px;
    margin: 0px;

}

.wdt-heading-title {
    align-items: center;
    color: #000000;
    display: flex;
}
.wdt-split-heading-wrapper {
    display: flex;
    overflow: hidden;
    color: #ff3300;
    /* padding-right: 5px; */
}
.wdt-split-heading-title:first-child {
    text-transform: capitalize;
}
.wdt-split-heading-title {
    animation: revolveScale 3s forwards infinite;
    padding: 0px 3px;
}


@-webkit-keyframes revolveScale {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    20% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    40% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    60% {
        transform: translate(0px, 25px) rotate(0deg);
        opacity: 0;
    }

    80% {
        transform: translate(10px, 30px) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }
}

@keyframes revolveScale {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    20% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    40% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }

    60% {
        transform: translate(0px, 25px) rotate(0deg);
        opacity: 0;
    }

    80% {
        transform: translate(10px, 30px) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
        opacity: 1;
    }
}




header{
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 451px;
}

.navigation_lists{
    margin-left: 150px;
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.list_nav_a{
    display: block;
    color: #000;
    font-size: 15px;
    transition: .3s ease;
    font-family: 'Manrope';
    font-weight: 500;
  
}


.list_nav_a:hover{
    color: #05aff2;
}

.chat_flex_box{
    display: flex;

}



.home-h{
    position: relative;
}


.home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box{
    font-family: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #ff3300;
    padding: 14px 27px;
    border-radius: 100px;
    transition: .3s ease;
}

.chat_box:hover{
    background-color: #000;
    color: #fff;
}

.container-port-xl{
    width: 100%;
    padding: 0px 40px;
}
/* banner section ====================================================== */
.banner-section-box{position: relative;}
.banner-iner-hm{
    /* padding-top: 180px; */
    background-position: center;
    background-size: cover;
    height: 85vh;
    display: flex;
    align-items: center;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
    overflow: hidden;
}

.banner-section-wpr{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

  .slide-1 {
      background-color: #e67204;
  }
  .slide-2 {
      background-color: #3bab24;
  }
  .slide-3 {
      background-color: #922b1d;
  }
  
/* Slide captions */
.slide-captions {
	position: absolute;
	top: 50%;
	left: 15%;
	color: #FFF;
	z-index: 999;
	transform: translateY(-50%);
}
.slide-captions .current-title {
  margin: 0;
	font-size: 48px;
}
.slide-captions .current-subtitle {
  margin: 10px 0 0 0;
	font-size: 28px;
}

.banner-ride-1{
    background-image: url('../images/new/img/DSC_7087.jpg');
}
.banner-ride-2{
    background-image: url('../images/new/img/DSC_7154.jpg');
}
.banner-ride-3{
    background-image: url('../images/new/img/DSC_7317.jpg');
}
.banner-ride-4{
    background-image: url('../images/new/img/DSC_7000.jpg');
}
.banner-ride-5{
    background-image: url('../images/new/img/DSC_7204.jpg');
}
.swiperbner{
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
    overflow: hidden;
}

.swiperbanner{
    height: 85vh;
}

.banner-iner-hm::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.1;
}


.banner-iner-hm .container-port{
    position: relative;
    z-index: 7;
}

.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;
    /* background: #ffffff1c; */
    /* backdrop-filter: blur(13px);
    padding: 40px; */
}

.banner-content-xc label{
    color: #fff;
    margin-bottom: 21px;
    letter-spacing: 8px;
    font-weight: 700;
}

.banner-content-xc h3{
    font-size: 72px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1px;
    word-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.text{
    font-size: 72px;
    font-weight: 900;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 1px;
    word-spacing: 0;
    color: #ff3300;
    text-transform: uppercase;
    font-family: 'Inter Tight';
}

.txt-flex{
    display: flex;
    align-items: center;
}

.banner-content-xc span{
    color: #fff;
    font-size: 72px;
    font-weight: 100;
    font-family: 'Manrope';
    line-height: 1;
}

.slide-captions h2{
    font-size: clamp(3rem,4.5rem,5vw);
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    color: #ffffff;
    margin-bottom: 30px;  
}

.banner-content-xc p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Euclid Regular';
    max-width: 600px;
}
.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: 'Manrope';
    color: #fff;
    background-color: #ff3300;
    margin-right: 15px;
    padding: 19px 36px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


.link-siblings a:nth-child(2){
    font-family: 'Manrope';
    color:#fff;
    padding: 14px 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}




.one{
    width: 100%;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
}

.bannerwrp{
    width: 100%;
    text-align: right;
    height: 100%;
}

.one{
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
    }



    .section-devider{
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #00000036;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        padding: 100px 0px;
    }


    .pdright50{
        padding-left: 50px;
    }
    .pdlef50{
        padding-right: 50px;
    }
    .abts-home-content label{
        /* color: #000000;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        word-spacing: 6px;
        letter-spacing: 1px; */

        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 36px;
        font-weight: 700;
        border: 1px solid #e6e2e3;
        border-radius: 5px;
        padding: 0px 14px;
        text-transform: uppercase;
        background: #fff;
        margin-bottom: 15px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        color: #ff3300;
    }

    .line-ovr{
        width: 50px;
        height: 1px;
        border-bottom: 1px solid #000;
        display: none;
    }

    .abts-home-content h3{
        font-size: 3.2rem;
        color: #000;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .abts-home-content h3 span{
        color: #ff3300;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 3px;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Manrope';
        line-height: 28px;
    }
    .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%;
}

.rdmr{
    background: #ff3300;
    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%);
    transition: .3s ease;
}
  

.rdmr:hover{
    background-color: #000;
    color: #fff;
}

.fcsl-3{
    background: #f9f5f6;
    padding: 13px 20px;
    display: block;
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mbtn2{
    margin-top: 30px;
    margin-bottom: 20px;
}

.arow-d {
    color: #ff3300;
}
.flxcenter{
    /* display: flex;
    align-items: center; */
}


/* features =============== */

.ftr-p{
    padding: 50px 0px;
}
.header-hdr h3{
    font-size: 46px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 44px;
}
.container-port-xll{
    width: 90%;
    margin: auto;
}
.ftr-px{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ftr-px::before {
    position: absolute;
    content: '';
    background: #e6e2e3;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
}

.psrelative{
    position: relative;
}

.line-box .line-1 {
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    transform: translateX(-50%);
}

.line-box .line {
    position: absolute;
    background: #e6e2e3;
}

.line-box .line-2 {
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}

.rowhg-100{
    height: 100%;
}

.centerflex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-dsplay img{
    width: 100%;
}

.ftr-display{
    text-align: center;
}

.ftr-ddt{
    text-align: center;
}

.ftr-ddt{
    text-align: center;
    margin-top: 15px;
}

.ftr-ddt h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

.ftr-ddt p{
display: none;
}

.centerjc{
    text-align: center;
}

.centerjc p{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Inter Tight';
    font-size: 16px;
    opacity: .5;
}

.box-rnd .centerjc h3{
    font-size: 49px;
    font-weight: 800;
    color: #f63100;
}

.al-c{
    text-align: center;
}
.al-c a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #e7e3e4;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin: auto;
    margin-bottom: 10px;
    color: #f63100;
}
/* price section ============================== */

.price-sectoin{
    padding: 80px 0px;

}

.bx-price{
    border: 2px solid #e7e7e7;
    /* padding: 40px 30px; */
    border-radius: 10px;
    overflow: hidden;
    border-radius: 25px;
}
/* .price-do{
    border: 2px solid #f63100;
} */
.ffc-img{
    padding: 10px;
}
.ffc-img img{
    width: 100%;
    border-radius: 15px;
}

.wrp-dt{
    padding: 30px 10px;
}

.bx-price h3{
    font-size: 19px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.pric{
    font-size: 34px;
    color: #000;
    font-weight: 800;
    display: none;
}

.pric span{
    font-size: 19px;
    font-weight: 500;
}

.dcp-p{
    border-top: 2px solid #f63100;
    width: 100px;
    margin: auto;
    /* margin-top: 22px;
    padding-top: 30px; */
}

.dcp-p p{
    display: none;
}

.dcp-p a{
    display: none;
    background: #f63100;
    text-align: center;
    color: #fff;
    margin-top: 21px;
    padding: 11px 10px;
    font-weight: 500;
    border-radius: 10px;
}

.dcp-pn a{
    display: block;
    background: #f63100;
    text-align: center;
    color: #fff;
    padding: 13px 10px;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
    font-size: 21px;
    font-weight: 700;
}
/* testimonials ====================== */

.tstimonisal-slider{
    position: relative;
    padding: 100px 0px;
}

.tstimonisal-slider::before{
    content: '';
    position: absolute;
    width: 90%;
    background: #f9f5f6;
    height: 90%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 12px;
}

.tstimonisal-slider .container-port{
    position: relative;
}

.ts-bx{
    width: 100%;
    margin: auto;
  
}

.header-wpr{
    margin-bottom: 40px;
}

.header-wpr span{
    color: #ff3300;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.header-wpr h3{
    font-size: 2.7rem;
    color: #1e2c36;
    font-weight: 800;
}

.hdr-ts{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}

.bx-tst-col{
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e6e2e3;
    padding: 43px 40px 43px 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 500ms ease;
}

.usr-img{
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 100px;
}

.usr-img img{
    width: 100%;
}

.ts-para p{
    line-height: 29px;
    font-size: 16px;
}

.star{
    margin-top: 22px;
    color: #ff3300; 
    font-size: 14px;
}

.usr-ddt h3{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.usr-ddt p{
    color: #ff3300; 
}




/* recent news ================================= */


.recentnews{
    padding: 70px 0px;
}

.header-rcnt{
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}

.header-rcnt h4{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.line-f{
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #000;
}

.header-rcnt h3{
    font-size: 46px;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.header-rcnt h3 label{
    margin: 0px;
    color: #ff3300;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3px;
}

.header-rcnt p{

}

.bx-display-rc img{
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.bx-rc-ddt{
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    margin-top: -14px;
}

.bx-rc-ddt h4{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}

.bx-rc-ddt p{
    font-size: 15px;
}

.bx-rc-ddt h4 span{
    line-height: 1;
}

.header-h3{
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    display: block;
    opacity: 1;
    margin-bottom: 15px;
}


.link-a{
    display: block;
    margin-top: 30px;
    max-width: fit-content;
    background: #ff3300;
    color: #fff;
    font-weight: 600;
    padding: 12px 29px;
    border-radius: 9px;
    transition: .3s ease;
}

.link-a:hover{
    background-color: #000;
    color: #fff;
}

/* contact us */

.frm-grp input{
    font-size: 16px;
    font-weight: 500;
    padding: 16px 5px;
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    border-width: 0 0 1px 0;
    width: 100%;
    border-bottom: 1px solid #00000026;
    font-family: 'Manrope';
}

.frm-grp input:focus{
    border-bottom: 1px solid #ff3300;
}

.frm-grp input::placeholder{
    color: #000;
}

.frm-grp textarea{
    font-size: 16px;
    font-weight: 500;
    padding: 16px 5px;
    background-color: transparent;
    color: #000000;
    border-radius: 0;
    border-width: 0 0 1px 0;
    width: 100%;
    border-bottom: 1px solid #00000026;
    height: 100px;
    font-family: 'Manrope';
}
.frm-grp textarea::placeholder{
    color: #000;
}
.frm-grp textarea:focus{
    border-bottom: 1px solid #ff3300;
}

.frm-grp button{
    border: none;
    padding: 13px 51px;
    color: #fff;
    background: #000;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 4px;
}

.cnt-bx-30{
    margin-bottom: 30px;
}

.box-contact-frm{
    padding-right: 50px;
}

.cnt-frm-hdr{
    margin-bottom: 50px;
}

.cnt-frm-hdr span{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    border: 1px solid #e6e2e3;
    border-radius: 5px;
    padding: 0px 14px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    color: #ff3300;
}

.cnt-frm-hdr h3{
    font-size: 29px;
    color: #000;
    font-weight: 700;
}

.cnt-info{
    background-image: url('../images/home/about_us/contact-1.jpg');
    background-position: center;
    background-size: cover;
    padding: 50px;
}

.bx-ft-cnt-bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.bx-ft-cnt-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnt-inforbx{
    background: #000000;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    border-bottom: 4px solid #ff3300;
    border-right: 4px solid #ff3300;
}

.col-cnt-lg{
    padding: 15px;
}

.cnt-inforbx span{
    display: block;
    width: 51px;
    margin-bottom: 11px;
}

.cnt-inforbx span svg{
    width: 100%;
    height: 100%;
}

.bx-s{

}

.mtopxnt{
    margin-top: 100px;
}

.bx-s label {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.bx-s p{
    color: #fff;
}

.bx-s a {
    font-size: 22px;
    font-weight: 700;
    color: #ffff;
}
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
    background: #f7f7f7;
}

.box-btm-content{
    text-align: center;
    margin-bottom: 50px;
}

.box-btm-content span{
    text-transform: uppercase;
    color: #000;
    font-family: 'Euclid Medium';
}

.box-btm-content h3{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 2.5rem;
}

.serv-box--intitle{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 40px;
    height: 100%;
    background: #ff3300;
    position: relative;
}

.icon-srv{
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 17px;
    background-color: #f9f9fb;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.icon-srv img{
    width: 100%;
}

.srv--conternt h3{
    font-size: 22px;
    color: #ffffff;
    font-family: 'Euclid Medium';
    margin-bottom: 20px;
}


.srv--conternt p{
    font-size: 14px;
    font-family: 'Manrope';
    margin-bottom: 28px;
    color: #fff;
    border-top: 1px solid #ffffff4f;
    padding-top: 23px;
}

.srv--conternt a{
    background: #0f168124;
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 100px;
    transition: .3s ease;
    display: none;
}


.col-bb-bottom{
    padding: 15px;
}




 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            width: 100%;
            height: 500px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        .cnt-sectin-home{
            padding: 80px 0px;
        }
        /* clients page ====================== */

        .clientslists{

        }
        .clientslists ul{
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0px;
            margin: 0px;
            justify-content: center;
        }

        .clientslists ul li{
            width: 215px;
            padding: 7px;
        }

        .client-display{

        }
        .client-display img{
            width: 100%;
            height: 109px;
            object-fit: contain;
            border: 1px solid #00000026;
            padding: 10px;
            border-radius: 9px;
            background: #fff;
        }
        /* bgbg ============================ */

        .bkbg{
            background-image: url('../images/new/img/DSC_7209.jpg');
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 70vh;
            padding: 100px 0px;
            display: flex;
            align-items: center;
        }
        .td-ls{
            max-width: 600px;
        }

        .td-ls h3{
            color: #fff;
            font-size: 55px;
            font-weight: 800;
            line-height: 1; 
        }

        /* gallery ===================== */
        .gallery-section{
            width: 90%;
            margin: auto;
            padding: 80px 0px;}
        
            .gallery-section .row{
                width: 100%;
                margin: auto;
            }
    
        .gallery-pr img{
            width: 100%;
            opacity: 0;
            pointer-events: none;
        }
        .glrybx{
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }
        .glrybx a{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
        .glrybx a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .4s ease;
        }
        .colpd-eq{
            padding: 10px;
        }
        .col-glry-lg{
            padding: 0px;
        }
        .glrybx:hover>a img{
            transform: scale(1.1);
        }



        /* tab */
        
        .wrapper{
}

.tab-wrapper{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 500px;
}

.tabs{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.tab-link{
	margin: 0 1%;
	list-style: none;
	padding: 10px 40px;
	color: #aaa;
	cursor: pointer;
	font-weight: 700;
	transition: all ease 0.5s;
	border-bottom: solid 3px rgba(255,255,255,0.0);
	letter-spacing: 1px;
}

.tab-link:hover{
	color: #999;
	border-color: #999;
}

.tab-link.active{
	color: #333;
	border-color: #333;
}

.tab-link:nth-of-type(1).active{
	color: #EE6534;
	border-color: #EE6534;
}

.tab-link:nth-of-type(2).active{
	color: #1790D2;
	border-color: #1790D2;
}

.tab-link:nth-of-type(3).active{
	color: #EEC63B;
	border-color: #EEC63B;
}

.content-wrapper{

}
.tab-content{
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
    }
}


        /* facilities ======================== */

        .fc-dt-hdr{
            background: #ff3300;
            padding: 40px;
            height: 100%;
            background-image: url('../images/new/img/DSC_7137.jpg');
            background-position: center;
            background-size: cover;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

        .fc-dt-hdr::before{
            content: '';
            position: absolute;
            background: #ff3300;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .7;
        }

        .wpr-inf{
            position: relative;
            z-index: 5;
        }
        .wpr-inf span{
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 36px;
            font-weight: 700;
            border: 1px solid #e6e2e3;
            border-radius: 5px;
            padding: 0px 14px;
            text-transform: uppercase;
            background: #fff;
            margin-bottom: 15px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
            color: #ff3300;
        }

        .wpr-inf h3{
            font-size: 38px;
            font-weight: 900;
            font-family: 'Manrope';
            color: #fff;
            max-width: 400px;
            line-height: 1;
        }

        .cl-fc-lg{
            padding: 15px;
        }
        .fcl-box{
            padding: 30px 20px;
            border: 1px solid #0000001f;
            border-radius: 10px;
            height: 100%;
        }

        .fcl-box span img{
            width: 54px;
            margin-bottom: 20px;
            height: 54px;
            object-fit: contain;
        }

        .fcl-dt{

        }

        .fcl-dt h3{
            font-size: 20px;
            color: #000;
            font-weight: 600;
            margin-bottom: 7px;
            line-height: 1;
        
        }
  
        .fcl-dt h3 span{
            font-size: 11px;
            line-height: 0;
        }

        .fcl-dt p{
            font-size: 14px;
        }


    /* footer ================================================== */

    footer{
        background-color: #000;
        padding-top: 50px;
    }
    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .flxbx{

    }
    .flxbx ul{
        width: 50%;
    }

    .call-lct{
        display: flex;
        align-items: baseline;
        gap: 50px;
        margin-top: 50px;
    }
    .bx-cnt span{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;

    }

    .bx-cnt{
        display: flex;
        gap: 10px;
    }

    .rght-cnt{

    }
    .rght-cnt label{
        display: block;
        color: #fff;
    }

    .rght-cnt a{
        color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: block;
    }
    .bx-cnt span svg{
        width: 100%;
        height: 100%;
        fill: #ffffff;
    }
    .prst-three ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }


    .rght-cnt-l label{
        display: flex;
        align-items: center;
        color: #fff;
        gap: 10px;
    }

    .frdbr{
        border-top: 1px solid #ffffff78;
        padding: 52px 0px;
        border-bottom: 1px solid #ffffff78;
        justify-content: space-between;
    }

    .rght-cnt-l p{
        font-size: 20px;
    color: #fff;
    }
    .linevr{
        width: 50px;
        height: 1px;
        border-bottom: 1px solid #fff;
    }


    .prst-three ul li{
        margin-bottom: 10px;
    }

    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        /* justify-content: space-between; */
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: end;
    }

    .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;
    border-radius: 100px;
    border: 1px solid #ffffff3b;
    }

    .flex-box-list-a-links ul li:nth-child(1) a{
        background:#1877F2
    }
    .flex-box-list-a-links ul li:nth-child(2) a{
        background:#000000
    }
    .flex-box-list-a-links ul li:nth-child(3) a{
        background:#0077B5
    }
    .flex-box-list-a-links ul li:nth-child(4) a{
        background:#E60023
    }
    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color: #ffffff;
        transition: .3s ease;
        font-size: 16px;
        display: flex;
        align-items: baseline;
    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }



/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/about_us/client-banner.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    background-color: #004f6f;
    background-blend-mode: multiply;
}

.banner-title-inner span {
    background: #fff;
    color: #000000;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    padding: 10px 10px;
    /* padding-top: 7px; */
    border-radius: 7px;
    font-weight: 500;
    word-spacing: 2px;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
}

.banner-title-inner p{
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }



    .footer-footer{
        background-color: #000;
        padding: 45px 0px;
    }
    
    .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;
    }
    .logoftr{
        margin-bottom: 20px;
    }
    .logoftr img{
        width: 400px;
        background: #fff;
        border-radius: 12px;
        padding: 3px;
    }
    .abts-ftr h3 {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .abts-ftr p {
        color: #ffffffed;
        font-size: 14px;
        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{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cnter-reserv ul{
        list-style: none;
        padding: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0;
    }

    .cnter-reserv ul li a{
        color: #fff;
    font-size: 13px;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #ffffff;
    }
    .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: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;
        position: relative;
        top: 2px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #0f1681
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }
    /* team page ================= */
    .tm-mng-section{
        padding: 80px 0px;
    }
    .tm-col-lg{
        margin-bottom: 30px;
    }
    .team-bx{
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

    .flex-derow{
        max-width: 900px;
        margin: auto;
    }

    .flex-derow2{
        max-width: 600px;
        margin: auto;
    }
    .team-display{
        transition: .4s ease;
    }
    .box-wpr-dsp{
        position: relative;
    }
    .team-display img{
        width: 100%;
    }
    .gp-vly{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .gp-vly img{
        width: 100%;
        -webkit-transform: translatex(50%) scalex(2);
        transform: translatex(50%) scalex(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        pointer-events: none;
        transition: .4s ease;
    }

    .box-wpr-dsp:hover>.team-display{
        -webkit-transform: translatex(-50%) scalex(2);
        transform: translatex(-50%) scalex(2);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0;
    }

    .box-wpr-dsp:hover>.gp-vly img{
        -webkit-transform: translatex(0) scalex(1);
        transform: translatex(0) scalex(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    .flex-cent-erbx{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7f7;
        border-radius: 13px;
    }
    .team-ddt{
        background: #f7f7f7;
        text-align: center;
        padding: 21px 40px;
        border-radius: 10px;
    }

    .team-ddt h3{
        color: #000000;
        font-size: 19px;
        font-family: 'Manrope';
        font-weight: 600;
        margin-bottom: 20px;
    }

    .team-ddt p{
        color: #606060;
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-family: 'Manrope';
        line-height: 25px;
    }
    .team-ddt p span{
        font-weight: 600;
        color: #ff3300;
    }
    /* news and events ================ */

    .col-nws-lg{
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #e6e2e3;
        border-radius: 15px;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
        transform: scale(.95);
    }

    /* 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: #ffffff;
        background-blend-mode: saturation;
        transform: translateX(500px);
        transition: .3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 100px;
    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items {
        width: 37px;
        height: 37px;
        position: absolute;
        right: 20px;
        top: 20px;
        background: #000;
        border-radius: 100px;
        padding: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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: 10px 0px;
        display: block;
        color: #000000;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        transition: .3s ease;
    }

    .mob-list_nav_a:hover{
        color: #ff3807;
    }

    .mboverlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 60;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s ease;
    }

    .showoverlaymb{
        opacity: .5;
        visibility: visible;
        pointer-events: all;  
    }

    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #ffffff;
        display: flex;
        width: 35px;
        height: 35px;
        background: #ff3807;
        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;
    }



    /* about us inner page =============================== */

    .banner-inner{
        width: 100%;
        height: 370px;
        background-image: url('../images/home/about_us/abtsbanner.jpg');
        background-position: center;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mngteam{
        background-image: url('../images/new/img/DSC_6999.jpg') !important;
    }

    .contactusbnr{
        background-image: url('../images/new/img/DSC_7127.jpg') !important;
    }

    .clientbanner{
        background-image: url('../images/new/img/DSC_7055.jpg') !important;
    }
    
    .fclbnr{
        background-image: url('../images/new/img/DSC_7154.jpg') !important;
    }
    
    .plnbanner{
        background-image: url('../images/new/img/DSC_7204.jpg') !important;
    }
    .ltstupdatebanner{
        background-image: url('../images/new/img/DSC_7321.jpg') !important;
    }
    
    .nwsevntbnr{
        background-image: url('../images/new/img/DSC_7090.jpg') !important; 
    }
    .tstbnr{
        background-image: url('../images/new/img/DSC_7099.jpg') !important; 
    }
    .banner-inner::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .1;
        top: 0;
        left: 0;
    }

    .box-section-ttle{
        position: relative;
        z-index: 6;
        text-align: center;
    }
    .box-section-ttle h1{
        font-size: 60px;
        color: #fff;
        font-weight: 700;
    }

    .link-ate{
        display: none;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .link-ate a{
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .link-ate span{
        color: #fff;
    }

    .blt30{
        position: relative;
        padding-right: 30px;
        padding-top: 30px;
    }

    .box-float{
        position: absolute;
        background: #ff3300;
        max-width: 300px;
        padding: 30px;
        top: 0;
        right: 0;
    }

    .box-float span{
        display: block;
        width: 37px;
        height: 37px;
        margin-bottom: 18px;
    }

    .box-float span svg{
        fill: #fff;
    }

    .box-float p{
        color: #fff;
    }

    .box-img {
        padding: 10px;
    }
    .box-img img{
        width: 100%;
    }

    .pd0{
        padding: 0px;
    }

    .mtop30{
        margin-top: 50px;
    }



/* slier text  */

.marquee-row{
    width: 100%;
    overflow-x: hidden;
  }
  .marquee-block{
    position:relative;
    display: flex;
    width: 100%;  
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: end;
  }
  .marquee-item-list{
   display: inline-flex;
   margin: 0px;
  }
  .marquee-item-list li{
    width: 100%;
    list-style: none;
    padding-right: 30px;
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: .1px;
    word-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    background: #ff3300;
    padding: 1px 10px;
  }
  /* .marquee1{animation-name: marquee1;}
  .marquee2{animation-name: marquee2;}
  @keyframes marquee1 {
    0% { left: 0; }
    100% {left: -100%;}
  } */

/* ends */

@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
    .abts-home-content h3{
        font-size: 36px;
    }
    .pdright50 {
        padding-left: 10px;
    }
    .ftr-px::before{
        right: -16px;
    }
    .navigation_lists{
        margin-left:60px;
    }
    .container-port-xl{
        padding: 0px 20px;
    }
}

@media screen and (max-width:1297px) {
    .navigation_lists {
        margin-left: 63px;
    }
    .logo img {
        width: 368px;
    }
    .main_nav_menu{
        gap: 20px;
    }
    .list_nav_a{
        font-size: 14px;
    }
    
}

@media screen and (max-width:1280px) {
    .wdt-heading-deco-wrapper{
        font-size: 13px;
    }
}

@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }

    .ftr-display img{
        width: 38px;
    }

    .ftr-ddt h3{
        font-size: 16px;
    }

    .ftr-ddt p {
        font-size: 12px;
    }
    .container-port-xll {
        width: 96%;
        margin: auto;
    }
    .banner-content-xc h3{
        font-size: 47px;
    }
    .text{
        font-size: 47px;
    }
    .banner-content-xc span{
        font-size: 47px;
    }
}


@media screen and (max-width:1175px) {
    .navigation_lists{
        display: none;
    }
    .marquee-item-list li{
        font-size: 13px;
    }
    .flex-cnnt-box{
        display: none;
    }
    .wdt-heading-deco-wrapper {
        font-size: 12px;
    }
    .wdt-split-heading-title{
        white-space: nowrap;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .ftr-display img {
        width: 61px;
    }

    .box-contact-frm{
        padding: 0px;
        margin-bottom: 30px;
    }
    /* .top-header--panel{
        display: none;
    } */
    .ftr-ddt h3 {
        font-size: 20px;
    }
    .centerflex{
        margin-bottom: 30px;
        padding: 0px;
    }
    .ftr-px{
        width: 100%;
        
    }
    .ftr-ddt p {
        font-size: 17px;
    }

    .box--header-title ul li{
        width: 100%;
    }
    .logo a{
        width: 130px;
        display: block;
    }
    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 17px;
    }
    .row-reflex{
        flex-direction: row-reverse;
    }
    .contact-support{
        display: none;
    }

    .list_nav_a{
        margin: 0px 15px;
    }
    .row-box-eq{
        max-width: 700px;
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .prst-two{
        margin-top: 30px;
    }

    .join-us---bx{
        padding-left: 0px;
        padding-top: 40px;
    }
    .rm-dsplay{
        margin-bottom: 30px;
    }

    .col-pln-lg{
        padding: 15px;
    }

    .col-bmg-3{
        margin-bottom: 30px;
    }

    .flex-box-list-a-links ul{
        justify-content: flex-start;
    }
    .cnter-reserv {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: baseline;
    }

    .cnter-reserv ul{
        margin-top: 20px;
    }
}


@media screen and (max-width:855px) {
    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }


}


@media screen and (max-width:767px) {
    .rwrvs{
        flex-direction: column-reverse;
    }
    .chat_box {
        padding: 9px 16px;
        font-size: 11px;
    }
    .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{
        padding-left: 0px;
    }

    .ftr-p{
        padding-bottom: 50px;
    }

    .header-rcnt h3{
        font-size: 6vw;
    }
    .header-rcnt p{
        font-size: 13px;
    }
    .banner-content-xc h3{
        font-size: 8vw;
    }
    .text{
        font-size: 8vw;
    }
    .banner-content-xc span{
        font-size: 8vw;
    }
    .banner-content-xc{
        padding: 30px;
    }

    .blt30{
        margin-top: 60px;
    }
}

@media screen and (max-width:675px) {
    .header_flex{
        width: 64%;
    }
    .logo a{
        width: 100%;
    }
    .logo img{
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .box-section-ttle h1 {
        font-size: 36px;
    }
    .dcp-pn a{
        font-size: 5vw;
    }
    .flex-derow2{
        padding: 0px 30px;
    }
    .team-ddt{
        position: unset;
        border-radius: 0px 0px 10px 10px;
    }
    .mob-list_nav_a{
        font-size: 14px;
        padding: 8px 0px;
    }
    .container-port-xl{
        padding: 0px 15px;
    }
    .box-float span{
        width: 30px;
        height: 26px;
    }
    .fc-dt-hdr{
      padding: 40px 20px;  

    }
    .wpr-inf h3{
        font-size: 29px;
    }
    .clientslists ul li {
        width: 50%;
        padding: 7px;
    }
    .header_flex {
        width: 78%;
    }
    .logo img {
        width: 100%;
    }
    .bx-tst-col{
        padding: 30px 20px 30px 20px;
    }
    .call-lct{
        flex-direction: column;
        gap: 30px;
    }
    .logoftr img {
        width: 100%;
    }
    .abts-ftr p{
        padding: 0px;
        font-size: 12px;
    }
    .bx-price h3{
        font-size: 14px;
    }
    .td-ls h3{
        font-size: 11vw;
    }
    .col-lg50{
        width: 50%;
    }

    .dcp-p p{
        font-size: 12px;
    }
    .header-rcnt h4{
        gap: 13px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .line-f {
        width: 40px;
    }
    .header-h3{
        font-size: 20px;
    }
    .bx-rc-ddt p {
        font-size: 14px;
    }
    .abts-home-content h3{
        font-size: 27px;
    }
    .tstimonisal-slider{
        padding: 100px 20px;
    }
    .header-wpr h3{
        font-size: 29px;
        line-height: 1;
    }
    .container-port-xll{
        padding: 0px 15px;
    }
    .centerjc{
        padding: 0px 10px;
    }
    .centerflex {
        margin-bottom: 30px;
        width: 50%;
        padding: 0px;
    }

    .ftr-display img {
        width: 52px;
    }

    .ftr-ddt h3 {
        font-size: 13px;
    }
    .ftr-ddt p {
        font-size: 12px;
    }

    .banner-section-box::before{
        width: 292px;
        bottom: -80px;
    }

    .box-float{
        max-width: 212px;
        padding: 15px;  
    }

    /* .flex-social-icons{
        display: none;
    } */
    .wdt-heading-deco-wrapper {
        font-size: 2.6vw;
    }
    .wdt-split-heading-title{
        padding: 0px 1px;
    }
    .blt30 {
        position: relative;
        padding-right: 0px;
        padding-top: 0px;
    }
    .banner-section-box::after{
        width: 113px;
        left: 236px;
        bottom: -90px;
    }
    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .box-float p {
        color: #fff;
        font-size: 11px;
    }

    .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: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }



    .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;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}



.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;
}


.activelinknew a{
    color: #ff3300 !important;
}