@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;
1,200..800&display=swap);

@import url('https://fonts.googleapis.com/css2?family=Enriqueta:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

:root {
    --primary: #bc0a0f;
    --secondary: #1e214b;
    --accent: #ffc107;
    --light: #f8f9fa;
    --dark: #343a40;
}

.enriqueta-regular {
  font-family: "Enriqueta", serif;
  font-weight: 400;
  font-style: normal;
}

.enriqueta-medium {
  font-family: "Enriqueta", serif;
  font-weight: 500;
  font-style: normal;
}

.enriqueta-semibold {
  font-family: "Enriqueta", serif;
  font-weight: 600;
  font-style: normal;
}

.enriqueta-bold {
  font-family: "Enriqueta", serif;
  font-weight: 700;
  font-style: normal;
}


.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

h1, h2, h3, h4, h5{
    font-weight: normal;
}

.dropdown-item{
  font-weight: 400;
  font-size: 16px;
}
.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover,nav a.btn.contactbtn{
    background-color:#bc0a0f;
    color:#ffffff;
    font-weight: 400;
}
.casebox .casedescription p,.casebox .casetitle h2,.countertext .description p,.countertext .line,.parallax-section .parallax-content .title{
    letter-spacing:0;
    /* font-family: "Enriqueta", serif; */
    /* font-family: 'Plus Jakarta Sans', sans-serif; */
    font-family: "Libre Baskerville", serif;
}
.blogbtn a.btn.btn-light.getstarted:hover,.journeyarea a.btn.btn-dark.storybtn:hover,.journeyarea a.btn.btn-light.storybtn:hover,.leftaligntext a.btn.btn-dark:hover,.navbar-expand-lg .navbar-nav .nav-link.active,.navbar-expand-lg .navbar-nav .nav-link:hover,.rightaligntext a.btn.btn-dark:hover,a.btn.btn-light.getstarted:hover{
    animation-duration:1s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:1
}
.commonspace{
    padding:100px 0
}
.pt-100,.ptb-100{
    padding-top:100px
}
.pb-100,.ptb-100{
    padding-bottom:100px
}
.pt-70,.ptb-70{
    padding-top:70px
}
.pb-70,.ptb-70{
    padding-bottom:70px
}
body{
    /* background:#121212; */
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:16px;
    font-style:normal
}
.defaultbg{
    background-color:#fff
}
.mainbg{
    background-color:#bc0a0f;
}
.graybg{
    background-color:#d9d9d9
}
.redbg{
  background-color: #fff2f2;
}
.navbar-transprant{
  background-color: rgba(255, 255, 255,0.9);
  /* background-color: #fff; */
  padding-top: .2rem;
  padding-bottom: .2rem;
  box-shadow: 0 0 25px rgb(0 0 0 / 21%);
}
nav.navbar.navbar-expand-lg.navbar-dark{
    padding:5px 0 30px 0px
}
nav.navbar.navbar-expand-lg.navbar-dark.header-active .navbar-brand img {
    height: 80px;
}
.copyright p a,.navbar-nav .nav-link,.ourcasebox1 .textblock p{
    color:#fff
}
.dropend .dropdown-toggle{
    color:#bc0a0f;
    margin-left:1em
}
ul.dropdown-menu{
    margin:0;
    padding:0
}
/* .accordion-button::after,.swiper-button-next:after,.swiper-button-prev:after{
    display:none
} */

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #231d4b;
    font-size: 1.3rem;
    font-weight: 800;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button{
    color: #ffffff;
    background-color: #231d4b;
    font-size: 1.3rem;
    font-weight: 800;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button::after{
    filter: invert(1);
}

.navbar-nav .dropdown-menu{
    z-index:9999999
}
/* .dropdown:hover>.dropdown-menu,.dropend:hover>.dropdown-menu{
    display:block;
    margin-top:.125em;
    margin-left:0
} */
.navbar-expand-lg .navbar-nav li{
    padding-right:1.5rem;
    padding-left:1.5rem
}
a.userimg img{
    width:55px;
    height:55px;
    border-radius:100%
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-weight:600;
    color:#1e214b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link.active{
    border-bottom:3px solid #bc0a0f;
    color:#bc0a0f;
    font-weight:600;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    border-bottom:3px solid #bc0a0f;
    color:#bc0a0f;
}
.navbar-expand-lg .navbar-nav li ul.dropdown-menu li{
    padding:0
}
nav a.btn.contactbtn{
    border-radius:23px;
    font-size:18px;
    font-weight:600;
    transition:.5s;
    padding:12px 20px
}
nav a.btn.contactbtn:hover{
    background-color:#fff;
    color:#000
}
header{
    position:relative;
    width:100%
}
#type{
    transition:opacity .9s
}
.header-active{
    position:fixed;
    top:-70px;
    transform:translateY(70px);
    transition:transform .5s;
    left:0;
    width:100%;
    background:#fff;
    z-index:999999;
    padding:4px 0!important
}
.header-active a.navbar-brand.fw-bold img {
    width: auto;
    height: 56px;
}
.bannerimg,.counterbox .icon,.ourcasebox1{
    position:relative
}
.bannerimg{
    /* background:url('../images/pexels-photo-906494.webp') no-repeat; */
    /* background: 
    linear-gradient(
      135deg, 
      rgba(188, 10, 15, 0.9), 
      rgba(0, 0, 0, 0.9),     
      rgba(30, 33, 75, 0.9)    
    ) */

    background-color: #fff;
    /* background: linear-gradient(
        135deg,
         rgb(188 10 15), 
         rgba(0, 0, 0, 0.9),
         rgb(30 33 75)
         ),
    url('../images/pexels-photo-906494.webp') no-repeat center center;
    background-size: cover; 
    width:100%; */
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3));
  z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    right: 0px;
    width: 100%;
    z-index: 9999;
}
.carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
}
.carousel-caption p {
    font-size: 20px;
    font-size: 700;
}
/* .carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 2s ease-in-out; 
  }
  .carousel.carousel-fade .carousel-item.active,
  .carousel.carousel-fade .carousel-item-next.carousel-item-start,
  .carousel.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
} */

.parallax-content{
    padding:70px 0 70px;
    width:100%;
    height:auto;
    margin:auto;
    display:block;
    /* font-family: "Libre Baskerville", serif; */
}
.parallax-section .parallax-content .subtitle h2{
    font-size:60px;
    color:#fff;
    font-weight:700;
    font-family: "Libre Baskerville", serif;
    margin-bottom:0
}
.parallax-section .parallax-content .title h1{
    font-size:72px;
    font-weight:800;
    line-height:84px;
    text-align:center;
    color:#fff;
    width: auto;
    margin:auto;
    height: auto;
    font-family: "Libre Baskerville", serif;
    /* height: 140px; */
}
.parallax-section .parallax-content .captiontext p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    /* font-family: "Libre Baskerville", serif; */
    font-size:20px;
    font-weight:300;
    line-height:32px;
    letter-spacing:0;
    text-align:center;
    /* color:#d9d9d9; */
    color: var(--secondary);
    padding: 15px 0 20px;
}

/* .caption {
    padding: 60px 0px 0px;
}
.reqacall {
    padding: 0px 0px 60px;
} */


.caption .title h1{
    font-size: 57px;
    font-weight:900;
    line-height: 1.3;
     font-family: "Libre Baskerville", serif;
     /* color: var(--primary); */
}
.caption .title h1 span{
    /* color: var(--primary); */
    color: #ffffff; 
    font-weight: 900; 
    font-size: 70px;
     font-family: "Libre Baskerville", serif;
}

/* Responsive caption adjustments */
    @media (max-width: 768px) {
        .carousel-caption{
            top: 38%;
        }
      .carousel-caption h1 {
        font-size: 1.8rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
      .carousel-caption .btn {
        margin-top: 10px;
        display: block;
        width: 100%;
      }
    }

.threeboxarea{
    margin:40px auto 0
}
.threeboxarea .threebox{
    background-color:#1a1c1e;
    padding:26px;
    /* height:190px; */
    height: 160px;
    border-radius:35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.threeboxarea .threebox .text p{
    font-size:18px;
    font-weight:600;
    /* color:#fff; */
    color: #221d4a;
    margin-bottom:0;
    height:20px
}
/* .threeboxarea .threebox.linebg{
    background:url(../img/linechartbg.gif) right/contain no-repeat,right/contain no-repeat #1a1c1e
} */
@keyframes shrink{
    100%{
        background-position:400px
    }
}
.threeboxarea .threebox.thumbbg{
    background:url(../images/thumbs.png) 99% 95% no-repeat,99% 95% no-repeat, rgba(255, 255, 255, 0.8);
}
.threeboxarea .threebox.shipping{
    background:url(../images/express-delivery.png) 99% 95% no-repeat,99% 95% no-repeat, rgba(255, 255, 255, 0.8);
}
.threeboxarea .threebox.globebg{
    background:url(../images/worldwide.png) 100% 100% no-repeat,100% 100% no-repeat, rgba(255, 255, 255, 0.8);
}
.threeboxarea .threebox .countertext{
    font-size:40px;
    /* color:#fff; */
    color: #bc0a0f;
    font-weight:800
}
@keyframes previewShapeY{
    0%,100%{
        transform:translateY(10px)
    }
    50%{
        transform:translateY(-10px)
    }
}
@keyframes flash{
    45%,5%{
        opacity:0
    }
    100%,55%{
        opacity:1
    }
}
.ctabtn{
    background-color:rgb(255 255 255 / 30%);
    border-radius:25px;
    padding:5px;
    width:589px;
    margin:45px 0
}
.ctabtn .form-control{
    background-color:inherit;
    border:none;
    color:#fff;
    font-size:20px;
    font-weight:400
}
.ctabtn .form-control:focus{
    background-color:inherit;
    border:none;
    color:#fff;
    outline:0;
    box-shadow:none
}
.reqacall ul {
    margin: auto;
    text-align: center;
}
.reqacall ul li {
    display: inline-block;
    margin: 0px 5px;
}
.ctabtn .form-control::placeholder{
    color:#fff;
    font-size:20px;
    font-weight:400
}
a.btn.btn-light.getstarted {
    width: auto;
    text-align: center;
    margin: auto;
    display: table;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 12px;
    background-color: #1e214b;
    border-color: #1e214b;
    color: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.blogbtn a.btn.btn-light.getstarted:hover,
a.btn.btn-light.getstarted:hover {
    transform: scale(1.1); /* Zoom effect */
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}
/* Button base style */
a.btn.btn-light.getstarted2 {
    width: auto;
    text-align: center;
    margin: auto;
    display: table;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.blogbtn a.btn.btn-light.getstarted2:hover,
a.btn.btn-light.getstarted2:hover {
    transform: scale(1.1); /* Zoom effect */
    background-color: #1e214b;
    border-color: #1e214b;
    color: #fff;
}



a.btn.btn-light.getstarted3 {
    width: auto;
    /* text-align: center; */
    margin: auto;
    /* display: table; */
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 12px;
    background-color: #1e214b;
    border-color: #1e214b;
    color: #fff;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}


/* Hover effect */
.blogbtn a.btn.btn-light.getstarted3:hover,
a.btn.btn-light.getstarted3:hover {
    transform: scale(1.1); /* Zoom effect */
    color: #fff;
    background-color: #bc0a0f;
    border: 1px solid #bc0a0f;
}


.counterbox{
    background:#1a1c1e;
    padding:26px;
    border-radius:40px;
    height:336px
}
.titlewelth h2{
    text-align:center;
    font-size:42px;
    font-weight:800;
    margin-bottom:42px
}
.counterbox .icon{
    background:#36383b;
    width:60px;
    height:60px;
    border-radius:60px
}
.counterbox .icon img{
    width:35px;
    display:block;
    margin:auto;
    position:absolute;
    left:12px;
    top:11px
}
.aboutteampic img,.bannerimg img,.blogimg img,.consernimg img,.contributed .img img,.leftblockimg img,.mediaaward .award img,.ourcasebox1 .img img,.swiper,.videosection img{
    width:100%
}
.countertext .line{
    font-size:28px;
    font-weight:700;
    color:#fff;
    padding:15px 0
}
.ourcasebox1,.ourcasebox2 .commonarea{
    background:#1f2023;
    padding:25px;
    border-radius:40px
}
.countertext .description p{
    margin-bottom:0;
    font-size:18px;
    font-weight:300;
    color:#fff
}
.leftaligntext .text p,.rightaligntext .text p{
    font-weight:200;
    color:#fefff9
}
.leftrightblock .leftblockimg,.mediaaward .award{
    margin:auto;
    text-align:center
}
.swiperarrow .swiper-button-next,.swiperarrow .swiper-button-prev{
    color:#36383b;
    top:4%;
    width:45px;
    margin-top:0;
    transform:translateY(-50%)
}
.leftaligntext h2{
    color:#131416;
    font-size:2rem;
    margin-bottom:25px;
    margin-top:25px;
    font-weight:700
}
.leftaligntext .text p{
    margin-bottom:5px
}
.rightaligntext{
    text-align:right
}
.rightaligntext h2{
    color:#fefff9;
    font-size:36px;
    margin-bottom:25px;
    font-weight:700
}
.leftaligntext a.btn.btn-dark,.rightaligntext a.btn.btn-dark{
    background:#bc0a0f;
    border-color:#bc0a0f;
    color:#000;
    font-size:18px;
    font-weight:600;
    border-radius:23px;
    width:200px;
    padding:15px
}
.leftaligntext a.btn.btn-dark:hover,.rightaligntext a.btn.btn-dark:hover{
    background-color:#fff;
    color:#000;
    animation-name:elementor-animation-wobble-bottom
}
.ourcasearea .ourcase .title h2{
    font-size:48px;
    color:#fff;
    font-weight:700;
    text-align:center
}
.ourcasearea .ourcase .text p,.problemstatement .text p{
    text-align:center;
    color:#fefff9;
    font-weight:200;
    font-size:18px
}
.ourcasebox1 .textblock h2,.ourcasebox2 .textblock h2{
    font-size:28px;
    color:#fff;
    margin:16px 0
}
.ourcasebox2 .textblock p{
    color:#fff;
    padding:0 52px 0 0
}
.ourcasebox1 .learnmore,.ourcasebox2 .learnmore{
    position:absolute;
    bottom:35px
}
.ourcasebox1 .learnmore a,.ourcasebox2 .learnmore a{
    color:#bc0a0f;
    text-decoration:none
}
.ourcasebox1 .learnmore a:hover,.ourcasebox2 .learnmore a:hover{
    color:#fff;
    transition:.5s ease-in;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in
}
.ourcasebox2 .commonarea{
    position:relative;
    height:280px
}
.swiper{
    position:relative;
    height:100%
}
.swiper.has-overflow-hidden{
    padding-bottom:.125rem;
    overflow:hidden
}
.swiper.is-fifth{
    overflow:hidden
}
.swiper-wrapper{
    align-items:flex-start;
    display:flex
}
.swiper-slide{
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center
}
.aboutscounter .titlesubtitle,.problemstatement,section.ourcasearea .ourcase{
    margin-bottom:50px
}
.casebox .caseimg img{
    width:100%;
    border-radius:25px
}
.casetitle{
    margin-top:30px;
    margin-bottom:15px
}
.casebox .casetitle h2{
    font-size:28px;
    font-weight:700;
    line-height:35px;
    text-align:center;
    color:#fff
}
.casebox .casedescription p{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    text-align:center;
    color:#fff
}
.swiper-container{
    margin-top:50px;
    position:relative;
    overflow:hidden
}
.swiperarrow .swiper-button-prev{
    font-size:28px;
    position:absolute;
    left:50px;
    height:45px
}
.swiperarrow .swiper-button-next:hover,.swiperarrow .swiper-button-prev:hover{
    color:#bc0a0f;
}
.swiperarrow .swiper-button-next{
    font-size:28px;
    position:absolute;
    right:50px;
    height:45px
}
.testimonialaea{
    width:995px;
    text-align:center;
    margin:auto;
    display:block
}
.problemstatement .title h2,.testimonialaea .testimonialtitle h2{
    font-size:48px;
    color:#131416;
    font-weight:700;
    text-align:center
}
.testimonial-area .section-title{
    width:700px
}
.testimonials{
    margin:auto
}
.faqareablock .accordion-collapse.collapse.show .card-body p,.herewhyarea .textarea p,.testimonials .testimonial-card .content{
    margin-bottom:0
}
.testimonials .testimonial-card .content img{
    width:223px;
    height:auto;
    display:block;
    margin:auto;
    text-align:center
}
.testimonials .testimonial-card .content h5{
    font-size:22px;
    color:#251d1b;
    margin-bottom:10px
}
.testimonials .testimonial-card .content span{
    color:#06f
}
.testimonials .testimonial-card p{
    margin-bottom:25px;
    color:#201e1f;
    font-size:24px;
    font-style:normal
}
.testimonials .testimonial-card .name p{
    color:#131416;
    font-size:18px;
    font-style:normal
}
.testimonials .testimonial-card ul{
    padding-left:0;
    margin-bottom:0;
    list-style-type:none
}
.testimonials .testimonial-card ul li{
    display:inline-block;
    color:#ffc107
}
.testimonials .testimonial-card .quote{
    position:absolute;
    top:20px;
    right:40px;
    font-size:64px;
    color:#000
}
.testimonial-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]{
    color:#d5d5d5;
    font-size:24px;
    width:60px;
    height:60px;
    line-height:65px;
    text-align:center;
    display:inline-block;
    border-radius:50%;
    position:absolute;
    left:-90px;
    top:32%;
    transform:translateY(-50%);
    transition:.5s
}
.testimonial-slider.owl-carousel.owl-theme .owl-nav .owl-prev i{
    left:0;
    position:relative
}
.testimonial-slider.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next{
    right:-90px;
    left:auto
}
.testimonial-slider.owl-carousel.owl-theme .owl-nav[class*=owl-] .owl-next i{
    position:relative;
    right:0
}
.testimonial-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background:0 0;
    color:#bc0a0f;
}
.testimonial-slider.owl-carousel.owl-theme{
    position:relative
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots{
    padding-bottom:18px;
    position:absolute;
    top:100%;
    left:0;
    right:0
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    border-radius:30px;
    background-color:#d5d5d5;
    transition:.5s
}
.testimonial-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
    width:10px;
    height:10px;
    background-color:#131416
}
.testimonial-card .name .userimg{
    width:87px;
    height:87px;
    margin:auto;
    text-align:center
}
.testimonial-card .name .userimg img{
    width:100%;
    margin:auto;
    text-align:center
}
.name h5{
    font-size:28px;
    font-weight:400;
    color:#131416
}
.problemstatementbox{
    background:#131416;
    border-radius:30px
}
.problemstatementbox .imgarea{
    padding:35px 35px 30px
}
.problemstatementbox .textarea{
    margin:auto;
    text-align:center;
    padding:0 30px 30px
}
.imgarea img{
    border-radius:20px;
    width:100%
}
.problemstatementbox .textarea p.title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:27px;
    font-weight:700;
    line-height:35px;
    letter-spacing:1px;
    text-align:center;
    color:#fff;
    text-transform:uppercase
}
.problemstatementbox .textarea p.description{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:28px;
    letter-spacing:0;
    text-align:center;
    color:#fff
}
.requestacall .title h2{
    color:#131416;
    font-size:45px;
    font-weight:700
}
.requestacall .text p{
    font-size:20px;
    color:#36383b;
    font-style:Regular
}
.subscription form{
    margin:auto;
    padding:0 40px;
    border-radius:25px
}
.subscription form input.form-control{
    padding:10px;
    background:#fff;
    border-radius:12px
}
.subscription .form-control::placeholder{
    color:#a3a4a5;
    font-size:14px;
    font-weight:400
}
.subscription button.btn.btn-dark{
    width:auto;
    text-align:center;
    display:block;
    margin:auto;
    font-size:16px;
    font-weight:600;
    padding:10px;
    border-radius:12px
}
.subscription button.btn.btn-outline-dark:focus,.subscription button.btn.btn-outline-dark:hover{
    color:#2f3623
}
.faqareablock .title h2{
    color:#131416;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:48px;
    font-weight:700;
    line-height:60px;
    letter-spacing:0;
    text-align:center
}
.footerarea{
    margin-bottom:40px
}
.copybg {
    background: #222226;
}
footer .commonspace{
    padding:70px 0 20px;
    /* width:1140px; */
    margin:auto
}
.footerarea .title h4{
    font-size:20px;
    color:#fff;
    font-weight:600;
    margin-bottom:30px
}
.footerarea .footerlist ul{
    margin-left:0;
    padding-left:0
}
.footerarea .footerlist ul li{
    list-style:none;
    padding-bottom:5px
}
.footerarea .footerlist ul li a,.footerarea p{
    color:rgba(255,255,255,.623);
    font-size:16px;
    font-weight:400;
    text-decoration:none
}
.contactinfobox .desc a:hover,.footerarea .footerlist ul li a:hover{
    color:#bc0a0f;
    transition:.5s ease-in
}


ul.social-list{
    margin:35px 0
}
.appicon ul li,.footerlink p{
    margin-bottom:15px
}
ul.social-list li{
    display:inline-block;
    margin-right:10px;
    /* width:35px;
    height:35px;
    background:rgba(74,74,74,.1);
    border-radius:100%;
    line-height:30px;
    color:#bc0a0f;
    text-align:center;
    transition:.5s;
    border:1px solid rgba(74,74,74,.1) */
}
/* ul.social-list li:hover{
    color:#000;
    line-height:34px;
    border:1px solid #bc0a0f
} */
ul.social-list li img{
    width: 35px;
}
.footerlink p{
    text-align:center
}
.footerlink p a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:400
}
.appicon ul{
    margin:0;
    padding:0;
    list-style:none
}
.copyright{
    margin-top:20px
}
.copyright p{
    font-size:20px;
    color:rgba(255,255,255,.623)
}
/* .faqareablock .accordion-item{
    background-color:inherit;
    border:inherit
}
.faqareablock .accordion-item:first-of-type .accordion-button{
    border-top-left-radius:25px;
    border-top-right-radius:25px
}
.faqareablock .collapse:not(.show){
    border:1px solid #fff;
    background:#fff;
    color:#000;
    border-bottom:none;
    box-shadow:none;
    border-top-left-radius:25px;
    border-top-right-radius:25px
}
.faqareablock .accordion-button:not(.collapsed){
    border:1px solid #fff;
    background:#fff;
    color:#000;
    border-bottom:none;
    box-shadow:none;
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:30px;
    letter-spacing:0;
    text-align:left;
    padding-left:48px
}
.faqareablock .accordion-collapse.collapse.show{
    background:#fff;
    border:1px solid #fff;
    border-top:none;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px
}
.faqareablock .accordion-collapse .card-body{
    background:#fff;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
    padding:0 50px 30px;
    height:130px
}
.accordion-button::before,.accordion-button:not(.collapsed)::before{
    width:1.25rem;
    height:1.25rem;
    content:"";
    background-repeat:no-repeat;
    background-size:1.25rem;
    transition:transform .2s ease-in-out
}
.faqareablock .accordion-button{
    background-color:inherit;
    color:#222;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:20px;
    font-weight:400;
    line-height:30px;
    letter-spacing:0;
    text-align:left
}
.accordion-button::before{
    flex-shrink:0;
    margin-right:10px;
    background-image:url("../img/plus.png")!important
}
.bannerimg.innerbg,.container.bannerimg{
    background:0 0;
    height:auto
}
.accordion-button:not(.collapsed)::before{
    flex-shrink:0;
    background-image:url("../img/minus.png")!important;
    position:absolute;
    top:30px;
    left:15px
} */
h3.sitemaptitle{
    color:#242424;
    font-size:22px
}
ul.sitemaplist{
    margin-left:0;
    padding-left:0;
    list-style:none
}
ul.sitemaplist li a:hover,ul.sitemaplist li i{
    color:#242424
}
ul.sitemaplist li a{
    text-decoration:none;
    font-size:16px;
    color:#425c17
}
.rotate{
    animation:20s linear infinite rotation
}
.FocuS{
    animation:1s linear 1s infinite FocuS
}
.animationFramesTwo{
    animation:15s ease-in-out infinite animationFramesTwo
}
.bounce{
    animation:1.5s ease-in-out infinite float
}
.moveHorizontal{
    animation:3s ease-in-out infinite moveHorizontal
}
.moveHorizontal_reverse{
    animation:3s ease-in-out infinite moveHorizontal_reverse
}
.moveVertical{
    animation:3s ease-in-out infinite moveVertical
}
@keyframes waving_left{
    0%,100%{
        -webkit-transform:rotate(0)
    }
    25%{
        -webkit-transform:rotate(3deg)
    }
    50%{
        -webkit-transform:rotate(6deg)
    }
    75%{
        -webkit-transform:rotate(-3deg)
    }
}
@keyframes waving_right{
    0%,100%{
        -webkit-transform:rotate(0)
    }
    25%,75%{
        -webkit-transform:rotate(-3deg)
    }
    50%{
        -webkit-transform:rotate(-6deg)
    }
}
@keyframes float{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(-5px)
    }
}
@keyframes rotation{
    from{
        -webkit-transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(359deg)
    }
}
@keyframes animationFramesTwo{
    0%,100%{
        -webkit-transform:translate(0,0) rotate(0)
    }
    20%{
        -webkit-transform:translate(73px,-1px) rotate(36deg)
    }
    40%{
        -webkit-transform:translate(141px,72px) rotate(72deg)
    }
    60%{
        -webkit-transform:translate(83px,122px) rotate(108deg)
    }
    80%{
        -webkit-transform:translate(-40px,72px) rotate(144deg)
    }
}
@keyframes moveHorizontal{
    0%,100%{
        transform:translateX(0)
    }
    50%{
        transform:translateX(-20px)
    }
}
@keyframes moveHorizontal_reverse{
    0%,100%{
        transform:translateX(0)
    }
    50%{
        transform:translateX(20px)
    }
}
@keyframes moveVertical{
    0%,100%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(-20px)
    }
}
@keyframes FocuS{
    0%,100%{
        opacity:0
    }
    75%{
        opacity:1
    }
}
@keyframes ripple{
    0%{
        transform:scale(1)
    }
    75%{
        transform:scale(1.75);
        opacity:.6
    }
    100%{
        transform:scale(2);
        opacity:0
    }
}
@keyframes pop{
    0%,100%{
        transform:scale(1,1)
    }
    50%{
        transform:scale(1.1,1.1)
    }
}
@keyframes rotate-vertical{
    0%{
        transform:rotateY(0)
    }
    100%{
        transform:rotateY(360deg)
    }
}
@keyframes full-circle{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(-360deg)
    }
}
.container.bannerimg{
    position:relative;
    margin-bottom:100px
}
.aboutbgimg{
    background:url('../img/aboutusbg.png') 100%/cover no-repeat;
    border-radius:30px;
    border:2px solid #25281c
}
.aboutbgimg .innertitle h1,.doctorbgimg .innertitle h1{
    padding:180px 0;
    margin-bottom:0
}
.doctorbgimg{
    background:url('../img/doctorbg.png') 100%/cover no-repeat;
    border-radius:30px;
    border:2px solid #25281c
}
.innertitle h1{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:100px;
    font-weight:700;
    line-height:112px;
    letter-spacing:0;
    text-align:center;
    color:#fefff9
}
.description p,.text.doctortext p{
    font-weight:400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing:0
}
.BusinessOwnersbgimg{
    background:url('../img/businessownerbg.png') 100%/cover no-repeat;
    border-radius:30px;
    border:2px solid #25281c
}
.BusinessOwnersbgimg .innertitle h1,.workingbgimg .innertitle h1{
    padding:122px 0;
    margin-bottom:0
}
.workingbgimg{
    background:url('../img/workingbg.png') 100%/cover no-repeat;
    border-radius:30px;
    border:2px solid #25281c
}
.text.doctortext p{
    font-size:22px;
    line-height:36px;
    text-align:left;
    color:#201e1f
}
.description p{
    font-size:18px;
    line-height:28px
}
.videosection iframe{
    width:100%;
    height:550px
}
.aboutscounter .titlesubtitle .title h2{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:48px;
    font-weight:700;
    line-height:60px;
    letter-spacing:0;
    text-align:center;
    color:#fefff9
}
.aboutscounter .titlesubtitle .subtitle p,.consernareatitledec .text{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:23px;
    letter-spacing:0;
    text-align:center;
    color:#fefff9
}
.aboutscounter .countertext{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:48px;
    font-weight:700;
    line-height:60px;
    letter-spacing:0;
    text-align:center;
    color:#bc0a0f;
}
.aboutscounter .line,.meetourteam .title h2{
    color:#fefff9;
    letter-spacing:0;
    text-align:center;
    font-family:Plus Jakarta Sans
}
.aboutscounter .line{
    font-size:26px;
    font-weight:400;
    line-height:35px
}
.meetourteam .title h2{
    font-size:48px;
    font-weight:700;
    line-height:60px;
    margin-bottom:50px
}
.meetourteam .img img{
    border-radius:22px;
    width:100%
}
.meetourteam .teambox .name{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:28px;
    font-weight:700;
    line-height:35px;
    letter-spacing:0;
    margin-top:30px;
    text-align:center;
    color:#bc0a0f;
}
.meetourteam .teambox .designation{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:21px;
    margin-bottom:30px;
    letter-spacing:0;
    text-align:center;
    color:#fefff9
}
.award img{
    border-radius:30px
}
.contribution .title h2,.mediaaward .title h2{
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#131416;
    margin-bottom:42px
}
.award .img{
    margin:auto;
    text-align:center;
    width:294px;
    height:405px;
    border-radius:40px;
    background:#fff
}
.mediaaward .subtitle p{
    padding-bottom:30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:23px;
    letter-spacing:0;
    text-align:center;
    color:#fefff9;
    Opacity:80%
}
.contributed .title,.mediaaward .award p{
    font-size:24px;
    letter-spacing:0;
    text-align:center;
    font-family:Plus Jakarta Sans
}
.mediaaward .award p{
    font-weight:600;
    color:#1a1c1e;
    margin-top:20px
}
.title.featured{
    padding:40px 0 0
}
.swiper-container.slider2{
    width:990px;
    margin:auto
}
.feature{
    width:200px
}
.feature .featureimg img{
    width:220px
}
.swiper-container.slider3,.swiper-wrapper.container img{
    width:100%;
    overflow:hidden
}
.contributed .title{
    font-weight:700;
    line-height:30px;
    padding:20px 0;
    color:#fefff9
}
.feature .featuretitle h4{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:19px;
    font-weight:600;
    line-height:normal;
    letter-spacing:0;
    color:#fff;
    text-align:center;
    padding:20px 0
}
.consernareatitledec .title h2,.conserntitle h2{
    font-weight:700;
    text-align:center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing:0
}
.consernareatitledec{
    margin-bottom:30px
}
.consernareatitledec .title h2{
    font-size:45px;
    line-height:60px;
    color:#131416
}
nav.navbar.navbar-expand-lg.navbar-dark.sticky-navbar.header-active a.navbar-brand img {
    height: 85px;
}
section.consernarea .swiper-container{
    margin-top:0;
    border-radius:30px
}
.swiper-container.slider3{
    position:relative
}
.swiper-wrapper.container .swiper-slide{
    overflow:hidden;
    border:5px solid rgba(255,255,255,.5)
}
.financialconsern{
    border-radius:30px;
    background-color:#1a1c1e;
    box-shadow:inset 0 4px 6px 3px #7f7f7f;
    margin:0;
    padding:0;
    overflow:hidden
}
.financialconsern .text{
    margin:25px
}
.consernimg{
    position:relative;
    display:block
}
.conserntitle h2{
    color:#fff;
    font-size:34px
}
.conserndescription P{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:20px;
    font-weight:400;
    letter-spacing:0;
    text-align:center;
    color:#fff;
    margin:20px auto
}
section.herewhyarea.graybg{
    border-top:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb
}
.herewhybg{
    background:#fff;
    margin:auto;
    text-align:center;
    padding:40px;
    display:block;
    border-radius:40px
}
.herewhytitle h2{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:40px;
    font-weight:700;
    line-height:58px;
    letter-spacing:0;
    color:#131416;
    margin-bottom:50px;
    text-align:center
}
.herewhyarea .box .icon{
    background-color:#222;
    width:100px;
    height:100px;
    border-radius:100px;
    margin:0 auto;
    text-align:center;
    float:left
}
.contactinfobox .icon img,.herewhyarea .box .icon img{
    padding:20px
}
.herewhyarea .textarea{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:22px;
    font-weight:600;
    line-height:30px;
    letter-spacing:0;
    text-align:left;
    color:#1a1c1e;
    padding:5px 0 5px 20px;
    display:table
}
.bannerimg .contactus .innertitle h1{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:96px;
    font-weight:700;
    line-height:97px;
    letter-spacing:0;
    color:#fefff9;
    text-align:center;
    margin-bottom:20px
}
.bannerimg .contactus .innertitle p,.leaveusform .description{
    font-weight:400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align:center
}
.bannerimg .contactus .innertitle p{
    font-size:20px;
    line-height:31px;
    letter-spacing:0;
    color:#fefff9
}
.leaveusform .title h1{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:48px;
    font-weight:700;
    line-height:60.48px;
    text-align:center;
    color:#201e1f
}
.leaveusform .description{
    font-size:18px;
    line-height:22.68px;
    color:#201e1f
}
.leaveusform form{
    /* width:790px; */
    margin:auto;
    padding:20px 0
}
.leaveusform input.form-control.leaveform,.leaveusform textarea.form-control.leaveform{
    background:#fff;
    padding:20px;
    border-radius:12px;
    color:#a3a4a5
}
.leaveusform input.form-control.leaveform::placeholder,.leaveusform textarea.form-control.leaveform::placeholder{
    color:#a3a4a5;
    font-size:15px;
    font-weight:500
}
.leaveusform button.btn.btn-dark{
    padding:10px 20px;
    border-radius:12px;
    font-weight:600
}
.contactinfobox .title h4{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    text-align:center;
    color:#131416
}
.contactinfobox .desc p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    text-align:center;
    color:#131416;
    margin-bottom:0
}
.contactinfobox .desc a{
    color:#131416;
    text-decoration:none
}
.contactinfobox .icon{
    background: #e1e2e3;
    width: 83px;
    height: 83px;
    border-radius:30px;
    margin:0 auto 25px
}
.copyright p a:hover{
    color:#bc0a0f
}
.journeyarea p{
    font-size:16px;
    font-weight:600;
    color:#36383b
}
.journeyarea h2{
    font-size:46px;
    font-weight:700;
    color:#131416
}
p.developedby,p.developedby a{
    font-size:12px;
    /* text-align:center */
}
.journeyarea p.dec{
    font-size:20px;
    font-weight:600;
    color:#36383b
}
.journeyarea a.btn.btn-dark.storybtn,.journeyarea a.btn.btn-light.storybtn{
    width:auto;
    font-size:16px;
    font-weight:700;
    padding:10px 15px;
    border-radius:12px;
    background-color:#131416;
    border-color:#131416;
    color:#fff
}
.journeyarea a.btn.btn-dark.storybtn:hover{
    background-color:#fff;
    border-color:#fff;
    color:#131416;
    animation-name:elementor-animation-wobble-bottom
}
.journeyarea a.btn.btn-light.storybtn:hover{
    background-color:#1e214b;
    border-color:#1e214b;
    color:#131416;
    animation-name:elementor-animation-wobble-bottom
}
/* .scrollToTop{
    position:fixed;
    right:30px;
    bottom:-10px;
    width:45px;
    height:45px;
    line-height:var(--body-line-height);
    border-radius:5px;
    background-color:#bc0a0f;
    font-size:20px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    color:#1a1c1e!important;
    transition:.3s;
    transform:translateY(100%);
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none
}
.scrollToTop:hover{
    color:#fff!important
} */
 #backToTop {
    position: fixed;
    bottom: 10px;
    right: 37px;
    display: none;       /* hidden by default */
    z-index: 9999;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    background-color: #bc0a0f;
    border-color: #bc0a0f;
  }

  #backToTop:hover {
    background-color: #333;
    color: #fff;
    transform: scale(1.1);
  }
.topActive{
    bottom:30px;
    transform:translateY(0)
}
.topActive i{
    animation:4s infinite previewUp
}
.wealthgrowcounter{
    background:#bc0a0f;
    border-radius:40px;
    padding:35px 60px
}
.counterboxarea .countertext{
    font-size:42px;
    color:#131416;
    font-weight:700;
    line-height:40px
}
.counterboxarea .countertext .line{
    font-size:18px;
    color:#36383b;
    font-weight:700;
    padding:0
}
.leftrightblock .titlewelth h2{
    color:#fefff9
}
.ourleadership .teambox{
    text-align:center
}
.ourleadership .teambox .img{
    width:240px;
    height:auto;
    border-radius:100%;
    border:2px dotted #b3b3b3;
    padding:15px;
    margin:auto;
    display:block
}
.ourleadership .teambox .img img{
    width:199px;
    height:199px;
    margin:auto;
    display:block
}
.ourleadership .teambox .name{
    font-size:24px;
    font-weight:600;
    margin-top:10px
}
.ourleadership .teambox .designation{
    font-size:16px;
    font-weight:600
}
.blogheadertext .title h1{
    color:#fff;
    font-size:52px;
    font-weight:600
}
.blogheadertext .description p{
    font-size:20px;
    font-weight:400;
    color:#d9d9d9;
    margin:17px 0 25px
}
.blogheadertext .subtitle p{
    color:#d9d9d9;
    font-size:16px;
    font-weight:400
}
.blogbtn a.btn.btn-light.getstarted{
    margin:0;
    font-size:16px;
    font-weight:700;
    padding:10px 15px;
    border-radius:12px;
    background-color:#1e214b;
    border-color:#1e214b;
    color:#ffffff;
    width:300px
}
.gdlr-button{
    display:inline-block;
    font-size:14px;
    padding:13px 25px;
    margin-bottom:1px;
    margin-right:5px;
    outline:0;
    cursor:pointer;
    text-transform:uppercase;
    color:#fff;
    font-weight:700;
    letter-spacing:1px;
    border:none;
    background:#9c6;
    border-bottom-width:3px;
    border-bottom-style:solid
}
.gdlr-item{
    /*margin:0 15px 20px;
    */
    min-height:1px;
    background-color:#ebebeb;
    text-align:center;
    position:relative;
    padding:80px 10px 50px
}
.box-with-circle-icon.circle{
    position:absolute;
    top:-21px;
    left:0;
    z-index:9999;
    background:#9c6;
    border-radius:46px;
    color:#fff;
    padding:8px 13px;
    right:0;
    width:60px;
    height:60px;
    text-align:center;
    margin:0 auto;
    font-size:29px
}
p.developedby{
    font-weight:400
}
p.developedby a{
    font-weight:400;
    color:#ffffff9f;
    text-decoration:none
}
p.developedby a:hover{
    text-decoration:underline;
    color:#fff
}


/* abouts us */
.about-section {
  /* background: #fdf4f4; */
  background-color: #fff;
  padding: 80px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text .small-title {
  color: #bc0a0f;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 800;
}

.about-text p {
  margin-bottom: 15px;
  color: #333;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  /* gap: 20px; */
  /* margin-top: 30px; */
}

.feature-card {
  /* background: #fff; */
  border-radius: 12px;
  padding: 15px 15px;
  display: flex;
  align-items: flex-start;
  /* gap: 15px; */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feature-card .icon {
  font-size: 24px;
  /* color: #bc0a0f; */
  margin-right: 20px;
}

.feature-card h4 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  color: #000;
  font-weight: 400;
  font-family:"Plus Jakarta Sans",sans-serif;
}

.feature-card p {
  font-size: 0.95rem;
  margin: 0;
}

.about-image {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.03);
}

.badge {
  /* position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  position: absolute;
    bottom: -30px;
    left: -18px;
    background: #fff;
    padding: 35px 26px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.badge .years {
  color: #bc0a0f;
  font-weight: 700;
    font-size: 20px;
  padding-bottom: 8px;
  display: block;
}

.badge .text {
  display: block;
  font-size: 0.85rem;
  color: #1e214b;
}

/* products */
.producttitle{
  text-align: center;
}
.productcard .card {
    border-radius: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #FEFEFF;
    margin-bottom: 0px !important;
}
.productcard img{
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.productcard .card:hover{
  transform: scale(1.03);
}
.producttitle .small-title{
  color: #bc0a0f;
  font-weight: 600;
  margin-bottom: 10px;
}
.producttitle h2{
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #1e214b;
}
.card .card-title {
    font-weight: 700;
    color: #1e214b;
    font-size: 1.2rem;
}
.listproduct ul{
  margin-bottom: 0px;
}
.listproduct ul li {
    font-size: 15px;
}
.viewbtn{
  color: #bc0a0f;
}



footer{
  /* background: #22204b; */
  background-color: #272728;
}

.footerarea ul {
    margin-left: 0px;
    padding-left: 0px;
}
.footerarea ul li {
    list-style: none;
    list-style-type: none;
}
.footerarea ul li i {
    /* color: #fff; */
    color: #bc1515;
    margin-right: 5px;
}
.footerarea ul li{
  color: #999;
}
.footerarea ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #999;
}
.footerlogo img {
    width: 221px;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
}


.box {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}
.box p {
    font-weight: 600;
}
.qualityassurance{
  text-align: center;
  border-radius: 16px;
}
.qualityassurance h3{
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
    color: #212529;
}
.box i {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba;
    background: rgb(30, 33, 75, 0.9);
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s ease-in;
}
.box:hover {
    background: rgba(188, 10, 15, 0.1);
}

/* whyus */
.whyustitle{
  text-align: center;
}
.whyustitle .small-title{
  color: #bc0a0f;
  font-weight: 600;
  margin-bottom: 10px;
}
.whyustitle h2{
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #212529;
}
.whybox {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
}
.whybox i {
    width: 50px;
    height: 50px;
    background: rgb(255 185 187 / 70%);
    color: #bc0a0f;
    border-radius: 100%;
    padding: 10px;
    line-height: 31px;
    display: block;
    margin: 0px auto 15px;
    border: 1px solid rgb(255 186 187 / 70%);
    transition: all 0.5s ease-in;
}
.whybox h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.whybox:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.whybox:hover i {
    background: rgb(255 0 4 / 70%);
    border: 1px solid rgb(255 0 4 / 41%);
    color: #ffffff;
}

/* ctapanel */
.ctapanel {
   background: #1E214B;
background: linear-gradient(90deg, rgba(30, 33, 75, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(188, 10, 15, 1) 100%);
    border-radius: 30px;
    text-align: center;
}
.title-para h2{
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 800;
  color: #FFF;
}
.title-para p {
    color: #fff;
}
.ctapanel{
  width: 1000px;
  margin: auto;
  text-align: center;
}
.exportarea{
  text-align: left;
}
.exportarea .title h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #1e214b;
}
.exportarea .small-title{
    color: #bc0a0f;
    font-weight: 600;
    margin-bottom: 10px;
}
.exportarea h3{
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 800;
  color: #bc0a0f;
}
#world-map-markers {
    width: 100%;
    height: 400px;
    border-radius: 20px;        /* 👈 border radius */
    overflow: hidden;           /* keeps map corners rounded */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* optional */
}

.site_footer_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site-footer-shape-1 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1323px;
	height: 586px;
	transform: translateX(-50%);
	z-index: -1;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.Whts {
  position: fixed;
  z-index: 9;
	bottom: 55px;
	right: 37px;
  /* width: 55px; */
}
.Whts img {
  width: 45px;
}

ul.contactinfo{
  position: relative;
}
ul.contactinfo li i {
    position: absolute;
    left: 0px;
}
ul.contactinfo li{
  padding-left: 27px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #3c3c3c;
}
.exportarea p b {
    font-weight: 700;
    font-size: 14px;
}

.reqacall.mt-3 {
    padding-bottom: 0px;
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    background-color: #231d4b;
    border: 1px solid #231d4b;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    padding: 1px 7px 9px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-bottom: 1px solid #ffffff;
    display: block;
}
.box img {
    width: 72px;
}


/* about us css */
.hero-section {
        /* background: linear-gradient(rgba(0, 86, 179, 0.8), rgba(0, 86, 179, 0.9)), url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80'); */

        background: linear-gradient(
        135deg,
         rgb(188 10 15), /* 40% opacity red */
         rgba(0, 0, 0, 0.9), /* 40% opacity black */ 
         rgb(30 33 75) /* 40% opacity blue */
         ),
    url('../images/pexels-photo-906494.webp') no-repeat center center;

        background-size: cover;
        background-position: center;
        color: white;
        padding: 20px 0 20px;
        text-align: center;
    }

    .section-title {
        position: relative;
        margin-bottom: 2rem;
        padding-bottom: 0.5rem;
        font-weight: 800;
        color: var(--white);
    }

    .section-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        background-color: var(--secondary);
    }

    .section-title.text-center::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .card {
        border: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s, box-shadow 0.3s;
        margin-bottom: 1.5rem;
        height: 100%;
    }

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .card-icon {
        font-size: 2.5rem;
        color: var(--primary);
        margin-bottom: 1rem;
    }

    .product-category {
        background-color: var(--light);
        border-radius: 10px;
        padding: 1.5rem;
        text-align: center;
        height: 100%;
        transition: transform 0.3s;
    }

    .product-category:hover {
        transform: translateY(-5px);
    }

    .product-icon {
        font-size: 2.5rem;
        color: var(--primary);
        margin-bottom: 1rem;
    }

    .certifications img {
        /* max-height: 70px; */
        width: auto;
        /* margin: 10px auto; */
        /* filter: grayscale(100%); */
        transition: filter 0.3s;
    }
    .certifications img {
        width: 100%;
    }

    .certifications img:hover {
        filter: grayscale(0%);
    }

    .mission-vision-box {
        background-color: var(--secondary);
        border-left: 4px solid var(--primary);
        padding: 1rem 2rem;
        /* margin-bottom: 2rem; */
        border-radius: 0 8px 8px 0;
        color: #fff;
    }
        
    ol.breadcrumb li:first-child a {
        color: #ffffff;
    }
    .mission-vision-box i.fas {
        /* font-size: 70px; */
        font-size: 55px;
        display: block;
    }

#customer-focus{
      /* background: linear-gradient(
        135deg,
         rgb(188 10 15),
         rgba(0, 0, 0, 0.9),
         rgb(30 33 75)
         ), url('../images/customer-focus.jpg') no-repeat center center; */

         background: url("../images/customer-focus.jpg") no-repeat center center;

        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: white;
        padding: 20px 0 20px;
        text-align: center;
}
.titleblue{
    color:  var(--secondary);
}
.titlered{
    color: var(--primary);
}
.titledefault{
    color: #212529;
}

.profilepic img{
    width: 100%;
}
.founder {
    padding: 2rem;
    border-top: 4px solid #bc0a0f;
    border-radius: 12px;
    box-shadow: 0 4px 6px #0000000d;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform .3s ease, box-shadow .3s ease;
    /* background: #e3e3e3; */
}
.founder-image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px #0000001a;
    transition: transform .3s ease;
}
.founder-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .3s ease;
}
.founder-image:hover img {
    transform: scale(1.05);
}
/* .profiletext {
    line-height: 1.7;
    color: #444;
    padding: 1.5rem;
    border-left: 4px solid #bc0a0f;
    border-radius: 12px;
    box-shadow: 0 4px 6px #0000000d;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #e3e3e3;
}
.profiletext:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px #00000014;
} */
/* .profiletext h3{
    color: #222;
} */
/* 
#products{
    background: url("../images/serve-people-around-the-globe.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 20px 0 20px;
    text-align: center;
} */
/* End about us  */

.products h3 {
    font-weight: 600;
}

.products-image img {
    width: 100%;
}
.productscategory .products-image{
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px #0000001a;
    transition: transform .3s ease;
}
.productscategory .products-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .3s ease;
}
.productscategory:hover .products-image img {
    transform: scale(1.05);
}
.productscategory .title {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
}
.products h2{
    font-size: 1.7rem;
}
.products a {
    color: #ba1514;
    text-decoration: none;
}
.products a:hover {
    color: var(--secondary);
}
span.viewmore{
    font-size: 15px; 
    color: #222; 
    font-weight: 600;
}
.products a:hover span.viewmore{
    color: var(--primary);
} 

/* Caret icon styling */
.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}


.mission-vision-box.pharma {
    border-left: inherit;
    border-radius: 8px;
    background-color: #e5e5e5;
}
.mission-vision-box.pharma i{
    color: var(--secondary);
}
.mission-vision-box.pharma h4 {
    color: var(--primary);
    font-size: 21px;
}
.mission-vision-box.pharma ul li{
    color: #222;
}
/* .mission-vision-box.pharma h4{
    text-align: center;
} */


table.coconuttable tr:first-child{
    background-color: var(--secondary);
    color: #fff;
}

a.readmore {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.5s ease-in;
}
a.readmore:hover{
     color: var(--secondary);
}





@media (min-width:1200px) and (max-width:1299px){
    .conserndescription P{
        width:100%
    }
}
@media screen and (max-width:991px){
    .ctapanel{width: 100%;}
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


@media screen and (max-width:769px){
    .ctapanel{width: 100%;}
    .dropend:hover>.dropdown-menu{
        position:absolute;
        top:0;
        left:100%
    }
    .dropend .dropdown-toggle{
        margin-left:.5em
    }
    .footerarea.ps-5 {
        padding-left: 0px !important;
    }
    .reqacall.mt-3 ul {
        margin: auto;
        text-align: center;
        display: block;
    }
    .footerlogo img {width: 100%;}
    .mission-vision-box{margin-bottom: 20px; height: auto !important; border-radius: 8px;}
    #customer-focus .card {margin-bottom: 20px;height: auto;}
}



 p.footerlink a{
    color: rgba(255,255,255,.623);
}




@media(min-width:320px) and (max-width:576px){
    .navbar-brand{width: 230px;}
    .caption{
        /* padding: 20px 0px; */
        padding: 0px 0px;
    }
    .caption .title h1{font-size: 22px;}
    .caption .title h1 span{font-size: 37px;}
    .reqacall ul{padding-left: 0px;}
    .reqacall ul li{margin: 0px;}
    a.btn.btn-light.getstarted, a.btn.btn-light.getstarted2{display: block; font-size: 15px;margin: 5px;}
    .box {margin-bottom: 15px;}
    p.developedby.pull-right {text-align: center !important;float: none;margin: auto;display: block;}
    .copyright.netlynx {margin-top: 0px;margin-bottom: 20px;}
    .reqacall.mt-3 ul {margin: auto;text-align: center;display: block;}
    .productcard img {border-radius: 1.25rem;width: 100%;}
    .footerlogo img {width: 100%;}
    .footerlogo img {width: 100%;}
    .mission-vision-box{margin-bottom: 20px; height: auto !important; border-radius: 8px;}
    #customer-focus .card {margin-bottom: 20px;height: auto;}
    h1.display-6.fw-bold.mb-2 {text-align: left;}
    nav.d-flex.justify-content-center {justify-content: flex-start !important;}
    .certifications{margin-top: 30px;}
}
