@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* font-family: 'Open Sans', sans-serif; */


@font-face {
font-family: "gotham-medium";
src: url('../fonts/gotham/GothamMedium.ttf');
}

@font-face {
    font-family: "verdana";
    src: url('../fonts/verdana-font-family/verdana.ttf');
    }
    

@font-face {
    font-family: "verdana-bold";
    src: url('../fonts/verdana-font-family/verdana-bold.ttf');
    }
        

/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
color: #726d7b;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
color: #726d7b;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

.padd_101{
    padding: 100px 0px;
}
.padd_t_101{
    padding-top: 100px;
}
.padd_b_101{
    padding-bottom: 100px;
}




/* header --------------------------------------- */

.header-top{
    background: #da272e;
}


.flexboxcnt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexbox{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    padding-top: 6px;
}

.flexbox a{
    font-family: 'Roboto';
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
    letter-spacing: .5px;
}

header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* padding: 20px 0px; */
    transition: .3s ease;
}
.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo img{
    width:180px;
}

.main_nav_menu{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 50px;
} 
.list_nav_menu{
    padding: 35px 0px;
    padding-left: 30px;
}
.list_nav_a{
    font-family: 'Roboto';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
    letter-spacing: .5px;
}

.list_nav_a:hover{
    color: #fff;
}

.list_nav_a::before{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: .3s ease-in-out;
}
.list_nav_a:hover::before{
    width: 100%;
    right: unset;
    left: 0;
}
.chat_box{
    display: flex;
    align-items: center;
}
.chat_box label{
    margin: 0px;
    line-height: 0px;
}
.chat_box label svg{
    width: 34px;
    fill: #fff;
}

.main_nav_menu li:nth-child(8){
display: none;
}
.main_nav_menu li:nth-child(9){
    display: none;
    }
.chat_side{
    margin-left: 10px;
}

.chat_side span{
    font-family: 'Barlow-Regular';
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}

.chat_side p{
    font-family: 'Barlow-Medium';
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

/* home banner ---------------------------------- */

.home_banner{
    background-image: url('../images/home/slider/main-slider-1-2.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.home_banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #04000b;
    opacity: .6;
}


.height_selector{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.banner_line{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #fff;
    opacity: .1;
}


.banner_line span{
    display: block;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    opacity: .4;
}

.banner_line span:nth-child(1){
    border: none;
}


.home_banner_title h1{
    font-family: "josh-medium";
    font-size: 3.7rem;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
    margin-top: 100px;
}

.banner-section-all-wrp{
    background-color: #000;
}

.home_banner_title a{
    border: 1px solid #fff;
    padding: 18px 30px;
    display: block;
    max-width: fit-content;
    margin: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family:"Barlow-Medium";
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_banner_title a span{
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
}
.banner-img-1{background-image: url('../images/home/slider/main-slider-1-4.jpg');}
.banner-img-2{ background-image: url('../images/home/slider/main-slider-1-2.jpg');}
.banner-img-3{background-image: url('../images/home/slider/main-slider-1-1.jpg');}

.banner-img-main{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    /* background-color: #0f0d1d; */
    background-blend-mode: luminosity;
    opacity: 0.7;
    background-position: center center;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-img-main{transform: scale(1.15);}


.slider-shapes{
    position: absolute;
    width: 889px;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(200px);
}

.banner-shape-1{
    background-image: url(../images/home/slider/banner-shape/main-slider-shape-1.png);
    z-index: 10;
    mix-blend-mode: overlay;
}

.banner-shape-2{
    background-image: url(../images/home/slider/banner-shape/main-slider-shape-2.png);
    z-index: 9;
    transform: translateX(400px);
    mix-blend-mode: overlay;
}

.banner-shape-3{
    background-image: url(../images/home/slider/banner-shape/main-slider-shape-3.png);
    z-index: 8;
    transform: translateX(600px);
    mix-blend-mode: overlay;
}

.banner-shape-4{
    background-image: url(../images/home/slider/banner-shape/main-slider-shape-4.png);
    z-index: 7;
    transform: translateX(600px);
    transform: right top;
    mix-blend-mode: soft-light;
}

.banner-shape-5{
    background-image: url(../images/home/slider/banner-shape/main-slider-shape-5.png);
    z-index: 6;
    transform: translateX(400px);
    transform: right top;
    mix-blend-mode: overlay;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-shape-1{
    opacity: 1;
    transform: translate(0);
    transition: all 1500ms ease;
    transition-delay: 200ms;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-shape-2{
    opacity: 1;
    transform: translate(0);
    transition: all 1200ms ease;
    transition-delay: 400ms;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-shape-3{
    opacity: 1;
    transform: translate(0);
    transition: all 1300ms ease;
    transition-delay: 600ms;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-shape-4{
    opacity: 1;
    transform: translate(0);
    transition: all 1100ms ease;
    transition-delay: 800ms;
}

.swiper-slide.swiper-slide-active .image-slider-banner-container .banner-shape-5{
    transform: translate(0);
    transition: all 900ms ease;
    transition-delay: 900ms;
    opacity: .4;
}


/* slider title ------------------------------ */

.wrp-title{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 20;
    padding-top: 100px;
}


.banner-title-header h3{
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.header-slider-txt{
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    /* margin-bottom: 20px;  */
    transition: 2s ease;
}

.banner-title-header p{
    font-size: 19px;
    font-family: 'Roboto';
    color: #fff;
    max-width: 600px;
    margin-bottom: 40px;
}
.flex-page-link{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.flex-page-link a{
    display: block;
    width: 168px;
    padding: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 5px;
}
.flex-page-link a:nth-child(1){
    background: #e71f27;
    text-align: center;
    border: 1px solid #e71f27;
    color: #fff;
    margin-right: 10px;
}

.flex-page-link a:nth-child(2){
    background: #ffffff26;
    text-align: center;
    border: 1px solid #ffffff;
    color: #fff;
}

.header-slider-container{
    height: 80px;
    overflow: hidden;
    margin-left: 20px;
}

.active-none-para{
    opacity: 0px;
    display: none;
}

.active-para{
    opacity: 1;
}


.swiper-button-next, .swiper-button-prev{
    z-index: 50 !important;
}

.arrow-container-slider{
    right: 0;
    position: absolute;
    top: 50%;
    padding: 0px 30px;
    z-index: 30;
}

.arrow{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow svg{
    fill: #fff;
}
/* ----- ends ----- */

/* about sectoin ----------------------------------- */


.container-xl{
    width: 100%;
    margin: auto;
}

.row{
    width: 100%;
    margin: auto;
}

.padding_col_none{
    padding-left: 0px;
}
.about_us_img{
 padding-right: 30px;
}
.about_us_img img{
    width: 100%;
    border-radius: 15px;
}

.about_us_panel{
}

.about_us_panel span{
    background: rgba(254,132,35,.1);
    padding: 2px 10px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px;
}

.about_us_panel h2{
    font-family: 'Roboto';
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1b1d21;
    font-weight: 600;
    text-transform: capitalize;
}

.about_us_panel h3{
    font-family: 'DM Sans Medium';
    margin-bottom: 25px;
    font-size: 22px;
    color: #181f85;
}

.about_us_panel p{
    font-family: 'DM Sans Regular';
    font-size: 18px;
    margin-bottom: 15px;
}



.about_us_panel a{
    max-width: fit-content;
    display: block;
    margin-top: 21px;
    background: #070c69;
    color: #fff;
    padding: 17px 35px;
    border-radius: 8px;
    font-family: 'Barlow-Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
}


.bg-earth{
    width: 100%;
    height: 100%;
    background-image: url('../images/home/about_us/bg1-about-us.jpg');
    padding: 100px 0px;
}

.mvs-title{
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.mvs-title span{
    background: rgba(254,132,35,.1);
    padding: 2px 10px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px;
}

.mvs-title h3{
    font-family: 'Roboto';
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 30px;
}

.mvs-title p{
    font-family: 'Roboto';
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.mvo-section{
    padding: 40px 0px;
    margin-top: -100px;
    position: relative;
    z-index: 5;
    padding-bottom: 100px;
}

.mvo-box-container{
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0,0,0,.12);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 100%;
    background-color: #fff;
}
.mvo-box{
    padding: 30px 20px;

}

.mvo-box span{
    font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 11px;
    display: block;
    color: #000;
}

.mvo-box p{

    font-family: 'Roboto';
    font-size: 15px;

}

/* call section --------------------------*/
.call_section{
    background-image: url('../images/home/slider/main-slider-1-1.jpg');
    width: 100%;
    /* padding: 100px 0px; */
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;

}

.call_section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ee272f;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .9;
}

.row_relative{
    position: relative;
    z-index: 5;
}


.sub_title span{
    display: block;
    background: #ffffff26;
    border-radius: 100px;
    max-width: fit-content;
    padding: 2px 20px;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 19px;
}

.sub_title h3{
    color: rgb(0, 0, 0);
    font-family: 'Roboto';
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px;
}

.sub_title p{
    font-family: 'DM Sans Regular';
    font-size: 15px;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}


/* m v p ------------------------- */

.card-acc-p{
    border-bottom: 1px solid #00000011 !important;
    padding: 30px 0px;
    border-radius: 0px;
}
.card-header{
    background: none;
}
.box-eq-contianer h3{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-family: 'Roboto';
    font-weight: 600;
    color: #14212b;
}

.box-eq-contianer p{
    font-family: 'Roboto';
    font-size: 16px;
}

.aside-i{
    width: 100%;
    height: 100%;
    padding-right: 50px;
}
.aside-i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.box-eq-contianer h3 span{
    display: block;
    margin-right: 10px;
}
.w8{
    width: 65px;
}
.box-eq-contianer h3 span svg{
    width: 100%;
}

.pb-section-t{
    padding-bottom: 70px;
}

.present-plan-side-img{
    width: 100%;
    height: 100%;
    padding-right: 30px;
}

.present-plan-side-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.sub-header-w h3{
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 26px;
}

.cadell-mr-o h3{
    font-family: 'Roboto';
    font-size: 18px;
    color: #e41b27;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 2px solid #e41b27;
    max-width: fit-content;
}

.mtb-30{
    margin-bottom: 50px;
}

.para-accord{
    padding: 0px;
    margin-bottom: 40px;
}

.row-mt-30{
    margin-top: 40px;
}

.col-pd-n-o{
 padding: 0px;
}

.read-mr-btn{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-mr-btn a{
    color: #ffffff;
    font-family: 'Roboto';
    background: #e71f27;
    padding: 14px 47px;
    border-radius: 100px;
    display: block;
    max-width: fit-content;
    font-weight: 500;
}
/* client page -------------------------------------- */

.our-clients-maquee{
    background-color: #F5F5F5;
}

.rgt-brd{
    border-right: 1px solid rgba(255,255,255,.5);

}
.col-prd-box{
    padding: 50px 30px;
    padding-top: 200px;
}
/* .prd-section-wrp{
    background-color: red;
} */
.prd-section-wrp h3{
    color: #fff;
    font-family: 'Roboto';
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}


.prd-section-wrp p{
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    padding-right: 40px;
}

.index-links{
display: flex;
flex-wrap: wrap;
margin-bottom: 15px;
} 

.index-links a{
    background: #f00;
    padding: 5px 10px;
    display: block;
    max-width: fit-content;
    color: #fff;
    clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 101%, 4% 48%);
    margin: 2px -1px;
    font-family: 'Roboto';
    font-size: 13px;
    cursor: pointer;
    transition: .3s ease;
}

.index-links a:hover{
    background:#0f5da6;
}

.prd-section-wrp span{
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
}

.slid-link{
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 4px;
    margin-top: 40px;
    transition: .3s ease;
    position: absolute;
    bottom: 17px;
}

.slid-link:hover{
    background-color: #fff;
}
.slid-link:hover > svg line{
    stroke: #000;
    transition: .3s ease;
}
.slid-link:hover > svg polyline{
    stroke: #000;
    transition: .3s ease;
}
.slid-link svg{
    width: 100%;
    fill: #fff;
}

.col-lvza-m{
    padding: 20px;

}
.lava-machines{
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    padding-top: 20px;
}
.lava-machines img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.ceo-ddt{
    background: #ed1c24;
    max-width: fit-content;
    padding: 11px 40px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    display: flex;
    align-items: center;
}

.ceo-ddt::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ed1c24;
    bottom: -5px;
    left: 0;
}

.ceo-ddt h3{
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto';
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 11px;
}

.ceo-ddt span{
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Roboto';
}

.lava-machines a h3{
    padding: 30px;
    width: 100%;
    color: #000000;
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    transition: .3s ease;
    justify-content: center;
}

.lava-machines a h3 i {
    padding-left: 20px;
    color: #e41b27;
}

.l-mch-dscrt{
    text-align: center;
    margin-top: 25px;
}

.l-mch-dscrt span{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 6px;
}

.l-mch-dscrt h3{
    font-family: 'Roboto';
    font-size: 18px;
    color: #000000cf;
}


.lvazamch-img img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.phone-machines a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.phone-machines a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgb(228,228,228);
background: linear-gradient(175deg, rgba(228,228,228,0) 0%, rgba(0,0,0,1) 100%);
bottom: 0;
}

.cdl-section{
    background: #efefef;
    padding: 70px 0px; 
}

.prd-section-wrp{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 470px;
    background-color: #777777;
    background-blend-mode: multiply;
}

.sldr-1{
    
    background-image: url('../images/home/services/traders.jpg');
}

.sldr-2{
    background-image: url('../images/home/services/conultancy.jpg');
}

.sldr-3{
    background-image: url('../images/home/services/conultancy.jpg');
}

.sldr-4{
    background-image: url('../images/home/services/properties.jpg');
}

.sldr-5{
    background-image: url('../images/home/services/slide-4.jpg');
}


.col-phto-msc{
    padding: 20px;
}

.phone-machines a img{
    width: 100%;
    opacity: 0;
    pointer-events: none;
}


.ss-to{
    padding: 50px 0px;
}

.dst-logo{
    padding: 0px 15px;
}

.phone-machines a h3{
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    transition: .3s ease;
}

.phone-machines a h3 i{
    padding-left: 20px;
    color: #e41b27;

}

.phone-machines a:hover > h3{
    transform: translateX(10px);
  }

/* services offer ------------------------------------*/
.services_icon{
    position: relative;
    margin-bottom: 20px;
    max-width: fit-content;
}

.services_icon::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: -13px;
    background: #1920862e;
    border-radius: 68% 50% 30% 50%;
}
.services_icon img{
    width: 50px;
    position: relative;
    z-index: 4;
}

.services_details h3{
    font-family: 'Barlow-Regular';
    font-size: 25px;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.services_details p{
    font-family: 'DM Sans Regular';
    font-size: 16px;
}

.link_to_service a{
    display: block;
    width: 26px;
    margin-top: 30px;
}

.link_to_service svg{
    width: 100%;
    fill: #726d7b;
}

.services_box{
    background: #cad1e95e;
    padding: 29px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_header{
    margin-bottom: 40px;
    text-align: center;
}
.services_header span{
    font-family: 'Barlow-Regular';
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid #262d8e;
    color: #b4b4b4;
}

.services_header h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    font-family: 'Roboto';
    color: black;
    margin-bottom: 18px;
}

.services_header p{
    max-width: 700px;
    margin: auto;
}

/* client slider- ------------------------------- */

.client-section{
    padding: 30px 0px;
    /* background-color: #f5f5f5; */
}
.client-logo{
    padding: 35px;
}

.client-logo img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* .client-logo img:hover{
    filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
} */


.cofee-prm{
    max-width: 500px;
}
.cofee-prm h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}


.cofee-prm p{
    font-size: 17px;
    color: #fff;
}

.lava-machines a:hover>img{
    transform: scale(1.1);
    transition: .3s ease;
}
.lava-machines a img{
    transition: .3s ease;
}

.exp_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.exp_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* footer ------------------------------------------------ */
footer{
    background-color: #021321;
    /* background-image: url('../images/footer-bg-1-1.png'); */
}
.footer_container{
    background-color: #021321;
    /* background-image: url('../images/footer-bg-1-1.png');
    background-blend-mode: luminosity; */
    padding-top: 100px;
}

.about-footer h4{
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-footer p{
    display: block;
    color: #c4c4c4;
    font-family: 'Roboto';
    font-size: 14px;
}

.footer_header h3{
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer_contianer_top{
    padding: 30px 0px;
}

.footer-Logo{
    display: flex;
    align-items: center;
}

.footer-Logo img{
    width: 190px;
}

.footer-Logo h3{
    font-family: 'Barlow-Medium';
    font-size: 26px;
    margin-left: 50px;
    color: #fff;
    text-transform: uppercase;
}

.social_lists{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.social_lists a{
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.footer_cotent ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_cotent ul li{
    color: #c4c4c4;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 6px 0px;
}

.footer_cotent p{
    font-family: 'DM Sans Medium';
    color: #9791a2;
}
.footer_cotent ul li span{
    display: flex;
    align-items: center;
}

.footer_cotent ul li span a:nth-child(1){
    margin-right: 10px;
}

.li-wrp a{
  padding: 0px;
}

.footer_cotent-a6 ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_cotent ul li a{
    /* padding: 5px 0px; */
    display: block;
    color: #c4c4c4;
    font-family: 'Roboto';
    font-size: 14px;
    transition: .3s ease;
}

.footer_cotent ul li a:hover{
    color: #fff;
}
.footer_cotent-a6 ul li{
    color: #c4c4c4;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 6px 0px;
}
.footer_cotent-a6 ul li a{
    display: block;
    color: #c4c4c4;
    font-family: 'Roboto';
    transition: .3s ease;
    font-size: 14px;
}
.footer_cotent-a6 ul li a:hover{
    color: #fff;
}

.section-divider{
 display: flex;
 align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.section-divider span{

}

.line-over{
    height: 2px;
    border-bottom: 1px solid #9791962e;
    width: 94%;
}

.li-wrp{
    margin-bottom: 20px;
}

.li-wrp span{
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.li-wrp span a:nth-child(1){
    margin-right: 10px;
}

.location_panel{
    background: #04000b;
    padding: 19px;
    border-radius: 16px;
    border: 1px solid #5c5b5b;
}

.location_panel h5{
    margin-bottom: 10px;
    font-family: 'DM Sans Regular';
    color: #9791a2;
}

.lo_map{
    width: 100%;
    height: 150px;

}
.lo_map iframe{
    width: 100%;
    height: 100%;
}

.pd_30{
    padding-left: 30px;
}

.flex-cntr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 18%);
    margin-top: 70px;
    padding: 30px 0px;
    flex-wrap: wrap;
}
.webgbl-logo{
    width: 80px;
}

.list-trmp-icon ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
}
.footer-header h3{
    color: #9791a2;
}
.list-trmp-icon ul li a{
    padding: 0px 8px;
    display: block;
    color: #9791a2;
    font-family: 'DM Sans Medium';
    transition: .3s ease;   
}


.contact_details{
    border-top: 1px solid #ffffff59;
    margin-top: 20px;
    padding-top: 20px;
}

.contact_num{
    display: flex;
}

.contact_num label{
    color: #fff;
    display: block;
    margin-right: 17px;
}

.contact_num div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact_num div span{
    padding: 0px 10px;
}
.contact_num div a{
    font-family: 'josh-medium';
    color: #9791a2;
}

.email_n{
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.email_n label{
    color: #fff;
    display: block;
    margin: 0px;
    line-height: 0px;
    margin-right: 17px;
}

.email_n a{
    font-family: 'josh-medium';
    color: #9791a2;
    
    font-size: 20px;

}



/* about us inner page ====================================== */
.bg_abt{
    width: 100%;
    height: 100%;
    /* background-attachment: fixed; */
}

.padd_bt{
 padding-bottom: 50px;
}
.padd_tp{
padding-top: 50px;
}


/* services inner page -----------------------*/
.height_b .container{
    position: relative;
}

.inner_page_banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 100px;
}

.inner_page_banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #05061d;
    opacity: .7;
    top: 0;
    left: 0; */

    background-color: #492c07;
    opacity: .3;
    top: 0;
    left: 0;
}

.aboutuspage{
    background-image: url(../images/home/about_us/pheader-about-us.jpg);
}
.servicepage{
    background-image: url(../images/home/products/pheader-blog.jpg);
}
.contactuspage{
    background-image: url(../images/home/contact/pheader-contacts.jpg);
}
.inner_banner_title span a{
    color: #9e9999;
    font-family: 'Roboto';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.inner_banner_title h1{
    font-size: 4rem;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.inner_banner_title h5{
    font-size: 2rem;
    color: #fff;
    font-family: 'Roboto';
}
.inner_banner_title p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

.other_services_section{
    padding: 50px 30px;
    background: #22288b1a;
    border-radius: 10px;
}

.other_services_section ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.other_services_section ul li a{
    color: #726d7b;
    display: block;
    padding: 14px 0px;
    font-family: 'DM Sans Medium';
    font-size: 19px;
}

.service_banner {
    margin-bottom: 30px;
}
.service_banner img{
    width: 100%;
    border-radius: 10px;
    mix-blend-mode: luminosity;
}

.service_details h3{
    font-family: 'Barlow-Medium';
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
}

.service_details p{
    font-family: 'DM Sans Regular';
    margin-bottom: 20px;
    font-size: 20px;
}


.ss-30{
    background-image: url('../images/home/cadell-traders/bg-coffee.jpg');
    background-position: center;
    background-size: cover;
    /* background: rgb(228,228,228);
background: linear-gradient(98deg, rgba(228,228,228,1) 0%, rgba(228,228,228,1) 100%); */
padding-top: 60px;
position: relative;
}

/* .ss-30::before{
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
} */

.cf-1{
    background-image: url('../images/home/cadell-traders/indus-plus/Background-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
}

.cf-1 .container{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.cf-2{
    background-image: url('../images/home/cadell-traders/indus-plus/details1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    height: 100vh;
    position: relative;
}

.cf-2 .container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.cf-3{
    background-image: url('../images/home/cadell-traders/indus-plus/layer_750_hover-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    height: 100vh;
    position: relative; 
}

.cft-p h3{
    font-size: 3rem;
    font-family: 'Open Sans';
    line-height: 1;
}

.lin-one{
width: 150px;
height: 5px;
background-color: red;
margin-top: 25px;
margin-bottom: 20px;
}

.lin-one-center{
    width: 150px;
    height: 5px;
    background-color: red;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px; 
}

.cft-p p{

    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: 300;
}

.wht-fnt h3{
    color: #fff;
}

.wht-fnt p{
    color: #fff;
}

.blk-fnt h3{
    color: #000000;
}

.blk-fnt p{
    color: #000000;
}

.prd-flm-details  h3{
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1;
}

.prd-flm-details  p{
    color: #fff;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
}


.prd-flm-details-01  h3{
    color: #000000;
    font-weight: 700;
    font-family: 'Open Sans';
    margin-bottom: 30px;
    font-size: 3rem;
    line-height: 1;
}

.prd-flm-details-01  p{
    color: #000000;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
}


.pd-top-30{
    padding-top: 60px;
}
.pd-top-200{
    padding-top: 200px;
}

.pd-top-150{
    padding-top: 150px;
}

.pd-lft-30{
    padding-left: 60px;
}

.pd-left-auto{
    padding-left: 0px;
}


.flex-align-center{
    display: flex;
    align-items: center;
}

.pd-50{
    padding: 50px;
}

.prdcts-box-a{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    position: relative;
    height: 100%;
}

.box-dem img{
    width: 100%;
    pointer-events: none;
    opacity: 0;
}

.box-prdcts-b{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
}

.box-prdcts-b span{
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
    letter-spacing: .5px;
    font-size: 13px;
}

.box-prdcts-b h3{
    font-family: 'Open Sans';
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.box-prdcts-b p{
    font-size: 15px;
    font-family: 'Open Sans';
    color: #000000c4;
    line-height: 25px;
}

.milk-list{
    width: 100%;
}

.milk-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


.img-milk-ll{
    text-align: center;
    margin-bottom: 40px;
}

.img-milk-ll span img{
    width: 100px;
}

.padtop-eq{
    padding: 60px 0px;
}

.flex-align-center-rq{
    padding-top: 200px;
}

.tpod-img img{
    width: 100%;
}

.row-box-g{
    background: #efc26d;
    padding: 40px;
    border-radius: 20px;
    margin: 50px 0px;
}

.rsh-t h3{
    font-size: 2.3rem;
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
    margin-bottom: 14px;
}

.rsh-t{
    padding-top: 100px;
}

.rsh-t p{
    font-family: 'Open Sans';
    color: #000;
    margin-bottom: 15px;
}

.img-milk-ll p{
    font-family: 'Open Sans';
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.col-box-tm{
    padding: 15px;
}

.blend-black{
    background-color: #000;
    background-blend-mode: luminosity;
}
.upbanner-img img{
    width: 100%;
}

.jc-center-row{
    justify-content: center;
}

.spc-between{
    justify-content: space-between;
}

.pd20{
    padding: 10px;
}

.box-img-cofee{
 background-position: center;
 background-size: cover;
 width: 100%;
 height: 100%;
 padding: 140px 40px;
} 

.cf-ftry-2{

}

.in-box-cntx h3
{
    font-family: 'Roboto';
    font-size: 35px;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
}

.in-box-cntx p{
    color: #fff;
    font-family: 'Open Sans';
    font-size: 17px;
}

.ss-40{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px 0px;
    border-radius: 15px;
}
.pd-top-50{
    padding-top: 60px;
}

.pdtp-50{
    padding-top: 40px;
}

.ssj-20{
    padding: 50px 0px;
}

.prd-img-p img{
    width: 100%;
}

/* contact us page -------------------------------------------- */
.contact_box{
    background: #f2f3f8;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.icon_contact{
    text-align: center;
}
.icon_contact{
    width: 100px;
    background-color: #181f85;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    padding: 25px;
    margin: auto;
}
.icon_contact img{
width: 100%;
}
.contact_dd_container{
    text-align: center;
    margin-top: 20px;
}
.contact_dd_container span{
    display: block;
    text-align: center;
    font-family: 'Barlow-Regular';
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 12px;
}

.contact_dd_container a{
    font-family: 'DM Sans Medium';
    color: #000;
    display: block;
    font-size: 18px;
}

.contact_dd_container p{
    font-family: 'DM Sans Medium';
    color: #000;
    display: block;
    font-size: 18px;
}
.map{
    width: 100%;
    height: 500px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.drp-down{
    position: relative;

}

.drp_nav{
    position: absolute;
    width: 260px;
    background-color: #fff;
    /* margin-left: 50px; */
    /* padding: 20px; */
    border-radius: 0px 0px 10px 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 10%);
}

.drp-down:hover>.drp_nav{
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.drp_nav ul{
    list-style: none;
    padding:0px;
    margin: 0px;
}

.drp_nav ul li a{
    display: block;
    padding: 12px 18px;
    font-family: 'Barlow-Medium';
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    transition: .3s ease;
}

.drp_nav ul li a:hover{
    background-color: #181f85;
    color: #ffff;
}

/* ham */
.ham{
    display: none;
}

/* mobile navigaoin */
.mobile_nav{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
 pointer-events: none;
}

.nav-mb-wrp{
    width: 300px;
    /* background-color: #e41b27; */
    background: linear-gradient(315deg, rgba(228,27,39,1) 0%, rgb(201 32 32) 100%);
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    transform: translateX(-2000px);
    opacity: 0;

}


.mb_nav_container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.bg_overlay{
    position: absolute;
    width: 0px;
    height: 100%;
    background: #0000006b;
    z-index: -1;
}

.close_call{
    position: absolute;
    right: 10px;
    top: 18px;
    width: 20px;
    height: 20px;
    /* background: #fff; */
    border-radius: 50px;
}
.close_call svg{
    fill: #fff;
}
.social_links_container a{
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.mobi_logo img{
 width: 176px;
}

.main-mb-links{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-mb-links li a{
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 23px;
    padding: 10px 20px;
    display: block;
    font-weight: 500;
}

.inner-mb-links{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.left_close_arrow{
    width: 40px;
}

.left_close_arrow svg{
    width: 100%;
    fill: rgb(192, 192, 192);
}
.inner-mb-links li a{
    color: #fff;
    font-family: 'Barlow-Medium';
    text-transform: uppercase;
    font-size: 17px;
    padding: 17px 0px;
    display: block;
}


.header-bg-overlay{
    background: #070c69;
    transition: .3s ease;
}

.mobile_navigation{
    display: flex;
    align-items: center;
    width: 1000px;
}

.post-inner-prd{

}

.prd-box-img2{

}

.prd-box-img2 img{
        width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 10px;
}

.post-prd-inner2{
    padding: 10px 0px;
}

.post-prd-inner2 h3{
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #da272e;
    padding-bottom: 17px;
}


.post-prd-inner2 p{
    color: #000;
    font-size: 15px;
    text-align: center;
    opacity: .9;
}

.rowgp{
    gap: 30px 0px;
}
/* product section ------------- */
.prd-box-img img{
    width: 100%;
}

.post-inner {
    background: #fff;
    margin-bottom: 60px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0,0,0,.1);
}

.post-prd-inner{
    padding: 30px;
}

.post-prd-inner h3{
    font-size: 1rem;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
}

.post-prd-inner p{
font-size: 14px;
font-family: 'Roboto';
}

.link-to-prd{
    border-top: 1px solid #00000029;
    padding: 13px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-to-prd a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #ededed;
    background-color: #ededed;
    padding: 8px;
    border-radius: 4px;
    transition: .3s ease;
}

.link-to-prd a svg {
    width: 100%;
    fill: #fff;
}

.link-to-prd span{
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 600;
}


.rc-center{
    justify-content: center;
}

/* product page ----------------------------------------------------- */

.bg-product {
    padding-right: 40px;
    height: 100%;
}

.bg-product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.product-details h3{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}


.product-details p{
    font-size: 17px;
    font-family: 'Roboto';
}

.product-sub-discript{
    margin-top: 30px;
}
.product-sub-discript span{
    display: block;
    margin-bottom: 12px;
    color: #e41b27;
    font-size: 1.3rem;
    font-weight: 800;
    font-family: 'Roboto';
}
.product-sub-discript ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.product-sub-discript ul li{
    margin: 5px;
    background: #e41b270d;
    padding: 2px 20px;
    border-radius: 100px;
    color: #e41b27;
    border: 1px solid #e41b27;
}

/* client page ------------------------------------------------- */

.client-box{
    padding: 15px;
}

.client-section-page{
    padding: 100px 0px;
}

.client-inner-logo{
    border: 1px solid #9e9e9e26;
    padding: 30px;
    border-radius: 15px;
}

.client-inner-logo img{
    width: 100%;
    height: 87px;
    object-fit: contain;
}


/* display section -------------------------------------------------- */

.section-display{
    background: #252831;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.right-shape{
    position: absolute;
    top: -129%;
    right: -24%;
    width: 67%;
    height: 100%;
}

.right-shape svg{width: 100%;}

.cnt-box-display h3{
    font-family: 'Roboto';
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
}

.cnt-box-display p{
    color: #fff;
    font-family: 'Roboto';
}


.cnt-display-link{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cnt-display-link a{
    display: block;
    color: #000;
    background: #fff;
    max-width: fit-content;
    padding: 12px 30px;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 4px;
}

/* testimonial -------------------------------------------------------- */

.test-section{
    padding: 100px 0px;
    position: relative;
    background-color: #f5f5f5;
}
.test-shape-banner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.test-shape-banner img{width: 100%; height: 100%;}


.test-section .container{
    position: relative;
    z-index: 6;
}

.testimonial-title{
    max-width: 600px;
    margin: auto;
    text-align: center;
}


.testimonial-title span{
    background: rgba(254,132,35,.1);
    padding: 2px 10px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px
}

.testimonial-title h3{
    font-family: 'Roboto';
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}


.testimonial-slider{
    margin-top: 50px;
}


.testimonial-slider-container{
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0,0,0,.12);
    padding: 40px;
}

.testimonial-avatar{
    margin-top: 39px;
    display: flex;
    align-items: center; 
}

.avatar{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto';
    color: #fff;
    border-radius: 100px;
}

.avatar img{
    width: 100%;
    height: 100%;
}

.av-name-d{
    padding-left: 10px;
}

.av-name-d h3{
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}

.av-name-d span{

}

.testimonial-discript p{
    font-family: 'Roboto';
    font-size: 16px;
}


.star span{
    color: #f9b403;
}

.fr-str span:last-child{
    color: #d7d6d6;
}
/* contact us page ---------------------------------------------------- */

.contact-page-header{
    margin-bottom: 30px;
}

.contact-page-header span{
    background: rgba(254,132,35,.1);
    padding: 2px 10px;
    border: 1px solid #fe8423;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe8423;
    margin-bottom: 10px;
}

.contact-page-header h3{
    font-size: 3rem;
    font-family: 'Roboto';
    font-weight: 600;
    color: #000;
}

.contact-page-header p{
    font-family: 'Roboto';
    font-size: 15px;
}

.contact-details-box-index ul{
    padding: 0px;
    margin: 0px;
}

.contact-details-box-index ul li{
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.contact-details-box-index ul li span{
    display: block;
    width: 40px;
    height: 40px;
    padding: 11px;
    background: #e41b27;
    margin-right: 10px;
    border-radius: 50px;
}

.contact-details-box-index ul li span svg{
    width: 100%;
    fill: #fff;
}

.contact-side-img img{
    width: 100%;
}

.cnt-header-un h4{
    color: #e41b27;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Roboto';
    display: block;
    margin-bottom: 16px;
    padding: 0px 15px;
}
.contact_col{
    padding: 10px;
}
.mt-top-30{
    /* margin-top: 30px; */
}
.contact-details-box-index h4{
    color: #e41b27;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Roboto';
    display: block;
    margin-bottom: 16px;
}

.contact-details-box-index{
    background: #efefef;
    padding: 30px;
    border-radius: 10px;
}



.contact-details-box-index p{
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
}

.flex-num a{
    color: black;
    font-family: 'Roboto';
}

.flex-num a:nth-child(1){
    margin-right: 10px;
}

.mail a{
    color: black;
    font-family: 'Roboto'; 
}

.address-box-container{
    padding: 60px 60px 60px 60px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    margin-top: 73px;
    position: relative;
}

.addres-box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.addres-box ul li{
    display: flex;
    padding: 10px 0px;
}

.center-al{
    align-items: center;
}

.addres-box ul li span{
    display: block;
    width: 40px;
    height: 40px;
    padding: 11px;
    background: #e41b27;
    margin-right: 10px;
    border-radius: 50px;
}


.addres-box h3{
    font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

.addres-box ul li p{
    width: 80%;
    font-family: 'Roboto';
    font-size: 15px;
}

.addres-box ul li a{
    font-family: 'Roboto';
    font-size: 15px;
    color: #000;
}


.addres-box ul li span svg{
    width: 100%;
    fill: #fff;
}



/* services -------------------------------------------- */
.cadell-services-discript{
    margin-top: 40px;
}
.cadell-services-discript label{
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 22px;
    letter-spacing: .5px;
    color: #818191;
}

.cadell-services-discript h3{
    font-size: 2rem;
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.para-starter span{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-weight: 500;
    float: left;
    margin-top: 9px;
    margin-right: 12px;
    font-size: 27px;
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 6px;
}
.service_index_img{
    padding-right: 30px;
}
.service_index_img img{width: 100%; border-radius: 10px;}

.cadell-services-discript p{
    color: #5f5f5f;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}

.cadell-services-discript h4{
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.cadell-services-discript ul{
    padding-left: 20px;
}

.cadell-services-discript ul li{
    color: #5f5f5f;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
}

.row-inline{
    background-image: url('../images/home/services/conultancy_01.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 70px 0px;
    overflow: hidden;
    border-radius: 10px;
}

.con-mv-box{
    text-align: center;
    padding: 0px 30px;
}

.con-mv-box h3{
    color: #fff;
}

.con-mv-box p{
    color: #fff;
}


.services-box-img{
    margin-bottom: 10px;
}

.top--box{
    margin-bottom: 50px;
}
.box-services-list h3{
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.box-services-list p{
    font-size: 15px;
    font-family: 'Roboto';
}

.box-services-list a{
    color: #e41b27;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.services-box-img img{
    width: 100%;
    border-radius: 10px;
}

.list-itam-cnt{
    display: flex;
    flex-wrap: wrap;
}

.cadell-services-discript h5 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.list-itam-cnt p{
    display: block;
    background: #efefef;
    padding: 2px 20px;
    margin: 4px;
    font-weight: 600;
}

.flex-num{
    display: flex;
    flex-wrap: wrap;
}

/* about us new section ================ */


.col-list-box-obj{
    padding: 10px;
}
.objective-frm-lists{
    border-right: 1px solid #00000014;
    /* padding-right: 20px; */
    background: #e41b27;
    height: 100%;
    padding: 20px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}

.objective-frm-lists::before{
    content: '';
    position: absolute;
    width: 157%;
    height: 116%;
    background-color: #cc0f1c;
    top: -62px;
    left: -80px;
    transform: rotate(-45deg);
    border-radius: 100%;
    pointer-events: none;
}

.objective-frm-header h3{
    font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 27px;
    margin-top: 40px;
    padding: 0px 15px;
}

.objective-frm-lists p{
    padding: 10px 0px;
    font-family: 'Roboto';
    font-size: 17px;
    color: #fff;
    position: relative;
}


/* media query =================================================== */
@media (max-width: 991px){
    .header-slider-container{
        margin-left: 0px;
    }
    .header_container {
        padding: 10px !important;
    }
    .about_us_panel{
        margin-top: 20px;
    }

    .mr-services-list{
        display: none;
    }
    .container {
        max-width: 95%;
    }
    .bg_abt{
        background: #fff;
    }
    .contact_col{
        margin-bottom: 25px;
    }
    header{
        padding: 0px 0px;
    }
    .icon_contact{
        width: 150px;
        height: 150px;
        padding: 33px;
    }
.navigation_lists{
 display: none;
}
.chat_flex_box{
    display: flex;
    align-items: center;
}
.chat_box{
    border-right: 1px solid #fff;
    padding-right: 30px;
}
.ham{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    padding: 4px 9px;

}

.hame_line{
    display: block;
    width: 100%;
}

.hame_line span{
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
}

.hame_line span:nth-child(2){
    margin: 8px 0px;
}
.col-service-box-01{
    padding: 20px;
}
.footer-Logo h3{
    font-size: 19px;
}
.social_lists a{
    font-size: 16px;
}
.pd_30{
    padding-left: 0px;
}
.col-tp{
    margin-top: 30px;
}

.row_reverse{
    flex-direction: column-reverse;
}
.objective-frm-lists{
    min-height: 165px;
}
}

@media (max-width: 767px){

    .col-list-box-obj{

    }

    .present-plan-side-img{
        padding-right: 0px;
    }
    .sub-header-w{
        margin-top: 70px;
    }

    .about_us_img{
        padding-right: 0px;
    }
    .aside-i{
        padding-right: 0px;
        padding-bottom: 50px;
    }

    .home_banner_title h1{
        font-size: 3rem;
    }
    .about_us_panel {
        padding: 20px 0px;
    }
    .sub_title h3{
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .footer-Logo{
        flex-direction: column;
    }
    .footer-Logo h3{
        margin-left: 0px;
        font-size: 28px;
    }
    .social_lists{
        justify-content: center;
        margin-top: 10px;
    }
    .footer_container {
        padding-top: 50px;
    }
    .aside-i img{
        border-radius: 10px;
    }
    .col-prd-box{
        padding: 50px 30px;
        padding-top: 50px;
    }
    .rgt-brd{
        border-right: 1px solid rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    .prd-section-wrp h3 br{
        display: none;
    }
    .right-shape{
        top: 0px;
    }
    .cnt-box-display{
        text-align: center;
        margin-bottom: 30px;
    }
    .cnt-box-display h3{
        font-size: 2rem;
    }
    .right-shape{
        display: none;
    }
}

@media (max-width: 575px){
    .flexbox a{
        font-size: 10px;
    }
    .objective-frm-lists{
        min-height: auto;
    }
    .col-mvs-col{
        margin-bottom: 30px;
    }
    .service_index_img{
        padding-right: 0px;
    }
    .address-box-container{
        padding: 60px 20px;
    }
    .addres-box h3{
        margin-bottom: 7px;
    }
    .address-box-container .col-lg-4:nth-child(1){
        margin-bottom: 30px;
    }

    .address-box-container .col-lg-4:nth-child(2){
        margin-bottom: 30px;
    }

    .cnt-box-display h3{
        font-size: 1.5rem;
    }
    .right-shape{
        display: none;
    }
    .cnt-box-display p{
        font-size: 14px;
    }
    .container {
        max-width: 100%;
        padding: 0px 5px;
    }
    .inner_banner_title h1{
        font-size: 10vw;
    }
    .about_us_panel{
        padding: 20px 0px;
        margin: 0px;
    }
    .mvs-title{
        padding: 0px 20px;
    }
    .icon_contact{
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    .client-logo{
        padding: 5px;
    }
    header{
        padding: 0px 0px;
    }
    .logo img{
        width: 148px;
    }
    .banner-title-header h3{
        font-size: 13vw;
    }
    .header-slider-container{
        margin-left: 0px;
    }
    .header-slider-txt{
        font-size: 13vw;
    }
    .col-50-w{
        width: 50%;
    }

    .flex-cntr{
        justify-content: center;
        padding: 10px 10px;
    }
    .footer-header h3{
        text-align: center;
    }
}

@media (max-width: 480px){
    .chat_box{
        display: none;
    }
    .home_banner_title h1 {
        font-size: 10vw;
        text-align: center;
        font-family: 'Barlow-Medium';

    }
    .home_banner_title a{
        margin: auto;
        margin-top: 33px;
    }
    .services_details h3 br{
        display: none;
    }
}

@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}

.col-glry{
    padding: 10px;
}

.gallery-img-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}


@media (max-width: 575px){
    .col-glry {
        padding: 10px;
        width: 50%;
    }
    .services_header h3{
        font-size: 10vw;
    }
}


.is-selected{color: #ed1c24 !important;}

.parent-relative{
 position: relative;
 height: 100%;
 width: 100%;
 overflow: hidden;
 border-radius: 20px;
}

.cofee-prm{
    position: absolute;
    width: 100%;
    padding:40px;
}

.img-coffee{
    width: 100%;
    height: 100%;
}
.img-coffee img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coffee-right-section-img img{
    width: 100%;
    border-radius: 10px;
}

.img-20{
    margin-bottom: 20px;
}


@media screen and (max-width:687px) {
    .prd-section-wrp h3{
        font-size: 1.2rem;
    }
    .prd-section-wrp p{
        padding-right: 0px;
    }
    .prd-section-wrp{
        min-height: 407px;
}
}

@media screen and (max-width:1200px) {
    .container{
     max-width: 100% !important;
     width: 100% !important;
    }
    .list_nav_a{
        font-size: 11px;
    }
   }

   @media screen and (max-width:1047px) {
    .list_nav_menu {
        padding: 23px 0px;
        padding-left: 23px;
    }
   }


   /* financial service ========================= */

   .wrapper{
	margin: auto;
    display: flex;
    flex-direction: row-reverse;
}

.tab-wrapper{
    background: #dde9f3;
    text-align: center;
    display: block;
    max-width: 500px;
    /* margin-top: 40px; */
    padding: 0px;
}

.tabs{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
    flex-direction: column;
}

.tab-link{
    margin: 0 1%;
    list-style: none;
    padding: 14px 20px;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    transition: all ease 0.5s;
    border-bottom: 1px solid #0000004d;
    /* letter-spacing: 1px; */
    text-align: left;
    font-family: 'Roboto';
    font-size: 15px;
}

.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{
    max-width: 900px;
    padding-right: 50px;
    text-align: left;
}

.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;
}

.abt-ltd{
    text-align: left;
    margin-bottom: 40px;
}

.abt-ltd h3{
    font-size: 24px;
    font-weight: 700;
    color: #0f5da6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.abt-ltd h3::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: red;
}

.abt-ltd p{
    text-align: justify;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
    }
    }

    .tab-wrapper  h3{
        background: #0f5da6;
        color: #fff;
        padding: 8px 20px;
        font-size: 16px;
        text-align: left;
    }

    .abt-ltd  h4{
        margin-top: 15px;
        margin-bottom: 14px;
        font-size: 20px;
        color: #000;
        font-weight: 500;
    }

    .abt-ltd ul{
        padding-left: 17px;
    }
    .abt-ltd ul li{
        margin-bottom: 16px;
        text-align: justify;
    }

    .abt-ltd ul li span{
        font-weight: 700;
    }

    .ffcsv-img{
        width: 100%;
    }

    .ffcsv-img img{
        width: 100%;
    }

    .wht-ia img{
        width: 100%;
    }

    @media screen and (max-width:768px) {
.ffcsv-img{
    display: none;
}
.tab-wrapper{
    max-width: 100%;
    width: 100%;
}
.content-wrapper{
    padding: 20px;
}
    }



    .ann-img img{
        width: 100%;
    }

    .flex-center0{

    }

    .ann-p p{
        
    font-size: 20px;
    color: #000;

    }



