* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Google Sans Flex", sans-serif;

}

.text-bg{
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;

    background: url('../images/banner_sec2.webp') center center/cover no-repeat;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    display: inline-block;
}


a {
  text-decoration: none;
}

p{
        color: #3c3a3a;
        font-family: "Google Sans Flex", sans-serif;
}

.abt_text h3 span{
     font-weight: 600;
    color: #ff8400;
    font-size: 60px;
}

.frnt .contact_box h4{
    text-transform: uppercase;
}

.blog_bach{

     background-color: #deeeff;
    border-top: 12px solid #fff;
}

.brands-products{
    display:flex;
}

.brands-sidebar{
    width:25%;
    height:100vh;
    position:sticky;
    top:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:25px;
    padding:40px;
}

.brand-logo{
    opacity:.3;
    transform:scale(.8);
    transition:.4s ease;
}

.brand-logo img{
    width:150px;
}

.brand-logo.active{
    opacity:1;
    transform:scale(1);
}

.banner_item_text h3{
     text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 4px;
    color:#ff8400;
    margin-top:10px;
}

.products-content{
    width:75%;
}

.product-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:80px;
}

.blog_pic img{
  height:150px;
  width:100%;
  object-fit: cover;
}

.blog_img img{
  height:350px;
  object-fit: cover;
  width:100%;
}

.date_box {
    width: 120px;
    height: 79px;
    background-color: #1e3c97;
    justify-content: center;
    color: #dd9a31;
    position: absolute;
    display: flex;
    padding: 10px;
    justify-items: center;
    align-items: center;
}

.date_box h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.blog_heads h4 {
    font-size: 16px;
    font-weight: 700;
    width: 95%;
}

.blog_heads a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #112353;
}

#changing-text {
    transition: opacity 0.5s ease;
}

.logo_left h6{
      color: #ffffff !important;
    font-weight: 300;
    font-size: 17px;
}

.logo_left span{

}

.blog_boxs {
    border-top: 2px solid #1e3c97;
}
.zoomnl{
  transition: transform 0.4s ease;   
}

.text-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zoomnl:hover{
     transform: scale(1.1) rotate(2deg);
}

.zoom {
  transition: transform 0.4s ease;
}

.zoom:hover {
  transform: scale(1.05);
}

.move_right{
    transition: transform 0.2s ease-in-out;
}

.services_box:hover .ser_text{
    color:#fff !important;
}

.move_right:hover {
  transform: translateX(7px);
}

.move_top{
    transition: transform 0.2s ease-in-out;
}

.move_top:hover {
  transform: translateY(-7px);
}

.deal_icon1 {
       padding: 1px 10px;
}

.deal_icon1 i{
    color:#1e3d9d;
}

.abt_text{
    color:#000;
}

.abt_section_blues {
    position: relative;
    padding: 80px 0px;
    background-color: #ffffff;
    /* background: linear-gradient(90deg, #010812, #119ecd); */
}
.deal_icon{
        width: 61px;
    padding: 16px;
    /* height: 20%; */
   background-color: #0c4da2;
    border-radius: 50%;
}

.deal_icon img{
width: 29px !important;
      filter: brightness(0) invert(1);
}

.menu_name{
  visibility: hidden;
}

.history_heading{
    background-color:#ffffff;
}

/* new */

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.logo-track img {
    height: 60px;
    width: auto;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.abt_bt2 {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 36px;
    right: 87px;
}

.bg_dot{
    background-image:url(../images/dotted.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.cards {
     background: #d3ebff7a;
    border-radius: 1em;
    position: relative;
    border: none;
    padding: 10px;
    height: 100%;
    border: 1px solid #8080801c;
}

.box_text_f h3 {
    max-width: 80%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 27px;
}


.one::after,
.one::before {
    border-bottom-right-radius: 1.25em;
    box-shadow: .3em .3em 0 .3em #fff;
    transition: 1s
}

.circle {
    width: 3em;
    aspect-ratio: 1;
    background: #1e3d9d;
    border-radius: 50%;
    z-index: 1;
    rotate: 43deg;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.holder {
    position: absolute;
    display: grid;
    place-items: center;
    width: 4em;
    height: 4em;
    background: #fff
}

.holder::after,
.holder::before {
    position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: 0 0
}

.onexxx {
    inset: calc(100% - 4em) 0 0 calc(100% - 4em);
    border-top-left-radius: 1.25em;
    transition: 1s .5s
}

.onexxx::before {
    inset: calc(100% - 1.25em) 0 0 -1.25em
}

.onexxx::after {
    inset: -1.25em 0 0 2.75em
}

.box-3_fac {
    padding: 18px;
    border-radius: 15px;
    background-color: #509d76;
    margin-top: 10px
}

.cards.box_text_f p {
    font-size: 17px !important;
    width: 80%
}

.saf_box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #06422400, #06422400), url(../images/wave2.png);
    background-color: #c9fb8f00;
    background-repeat: no-repeat
}

.b_icon_f i{
    width: 60px;
    padding: 9px;
    border-radius: 50%;
    background-color: #c6e4ef;
    margin-bottom: 40px
}

.box_text_f h2 {
    max-width: 80%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 27px
}

.box_text_f h2 span{
    max-width: 80%;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #1d3b97;
        margin-top: 13px;
}


.Quotes_text h2 {
    font-size: 25px;
    /* font-family: "Cormorant Garamond", serif; */
    font-weight: 300;
    color: #000000;
    letter-spacing: 4px;
    line-height: 36px;
    text-transform: uppercase;
}

.side_mox {
    position: relative;
    z-index: 9;
    max-width: 440px;
}

.quotes {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #d3deff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.quotes::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 13%;
    width: 10%;
    height: 100%;
    background-color: #1e3d9d;
}

.itto hr {
    margin: 10px 0;
    color: inherit;
    background-color: rgb(0 0 0);
    border: 0;
    opacity: .25;
}

.services_box_x {
    background-color: #283f7e00;
    padding: 17px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #000000;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services_boxs {
    position: relative;
    height: 298px;
    background-color: #ffffff;
    border: 1px solid #1e3d9d;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: #86b7fe9c 0px 3px 8px;
    align-items: center;
    justify-content: center;
}

.why_us_text_ser {
    padding: 127px 24px;
    /* max-width: 80%; */
    background-color: #1e3d9d;
    color: #fff;
    height: 100%;
}
.abt_textx h3 {
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
}
.onex {
    top: 100px;
    position: sticky;
}

.hk-input-group {
  position: relative;
}

.hk-input-group input,
.hk-input-group textarea {
  width: 100%;
  padding: 14px 12px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
  background: transparent;
}

.hk-input-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  color: #888;
  font-size: 13px;
  pointer-events: none;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 6px;
  transition: 0.3s;
}

.hk-input-group textarea + label {
  top: 18px;
  transform: none;
}

.hk-input-group input:focus,
.hk-input-group textarea:focus {
  border-color: #2c5364;
}

.hk-input-group input:focus + label,
.hk-input-group textarea:focus + label,
.hk-input-group input:valid + label,
.hk-input-group textarea:valid + label {
  top: -7px;
  font-size: 11px;
  color: #2c5364;
}


.banner_section2{
/* background-color: #b8d2ff;
    background-image: url(../images/grid.png); */
    position: relative;
background-color: #0c4da2;

    width: 100%;
   height: 98vh;
}

.banner_two{
    position: relative;
    z-index:99;
}

.banner_section2::after{
    position: absolute;
    content: "";
    width:50%;
    height:100%;
        z-index: 1;
    right:0px;
    top:0px;
     background-color: #1754a5;
   background: linear-gradient(rgb(255 132 0 / 80%), rgb(182 123 65 / 33%)), url(../images/pro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    
}

.banner_two h2{
    font-size: 89px;
    color: #ffffff;
    letter-spacing: 4px;
    margin-top: 95px;
    line-height: 84px;
    font-weight: 800;
    text-transform: uppercase;
}

.banner_two h2 span{
 font-size: 89px;
    font-weight: 800;
    color: #ff8400;
    letter-spacing: 4px;
   
}

.abtsec2 img {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.banner2_texts h6 {
    font-size: 13px;
    max-width: 483px;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 27px;
    margin-bottom: 0px;
    max-width: 400 px;
    color: #ffffff;
}

.banner2_text h6{
    max-width: 483px;
font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 0px;
    color: #000000;
}

.Btn-Container {
  display: flex;
  width: 170px;
  height: fit-content;
  background-color: #0c4da2;
  border-radius: 40px;
  box-shadow: 0px 5px 10px #bebebe59;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
}
.icon-Container {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #6681b7;
}
.text {
  width: calc(170px - 45px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-transform: uppercase;
font-size: 12px;
  letter-spacing: 1.2px;
}
.icon-Container svg {
  transition-duration: 1.5s;
}
.Btn-Container .icon-Container svg {
  transition-duration: 1.5s;
  animation: arrow 1s linear infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
    margin-left: 0px;
  }
  100% {
    opacity: 1;
    margin-left: 10px;
  }
}

.fade-up{
    opacity: 0;
    transform: translateY(60px);
    animation: fadeUp 9s ease forwards;
}

@keyframes fadeUp{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.ben_banner_text {
    padding: 11px;
    background-color: #9a323400;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 86%;
    margin-top: 24px;
    /* border-right: 1px solid #e5b196; */
    /* border-bottom: 1px solid #e5b196; */
    color: #000000;
}

.ban_icon img {
    width: 100px;
}

.rotate {
    animation: rotate360 4s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.Our_Products2{
    position: relative;
     background-color: #d3ebff;
     background-image: url(../images/banner_sec2.webp);
     background-repeat: no-repeat;
     background-position: left;
     background-size: cover;
}

.Our_Products2::after{
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
        background-color: #e57700ed;
}

.product_covers {
    padding: 30px;
    padding-top: 80px;
    max-width: 543px;
}

.services_box img{
   width: 167px !important;
}

.services_boxs img{
   width: 167px !important;
}

.zin{
        z-index: 99;
}



.imagecard{
  
    position: relative;
    margin-left: auto;
}

.imagecard img {
        position: relative;
      height: 470px;
      border-radius: 16px;
      object-fit: cover;
      clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.imagecard::before{
   position: absolute;
      content: "";
      width: 80% !important;
      height: 92% !important;
      top: 25px;
      left: -31px;

      border-radius: 16px;
      clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  
}

.abt_text h2{
text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    color: #0c4da2;
       font-weight: 400;
    margin-bottom: 17px;
}

.mis_text p{
    color: #ffffff;
}

.abt_text h3{
font-size: 29px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.reveal-text {
    opacity: 0;
    transform: translateY(50px);
}

.ser_texts h6{
    text-transform:uppercase;
    margin-top:10px;
        color: #ffffff;
}

/* .services_box:hover .ser_texts h6{
    text-transform:uppercase;
    margin-top:10px;
        color: #ffffff;
} */

/* .services_box::after{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    background-color: #0C4DA2;
    width:0%;
    height:100%;
     transition: all 0.4s ease;
}

.services_box:hover::after{
    position: absolute;
    content:"";
    top:0px;
    left:0px;
    background-color: #0C4DA2;
    width:100%;
    height:100%;
} */


.image-wrap {
    overflow: hidden;
}

.reveal-image {
  
      width: 100%;
    clip-path: inset(100% 0 0 0);
   
}

.ban_icons img {
    width: 51px;
}


.gallery-section{
    position: relative;
    overflow: hidden;
    padding: 60px 0px;

}

/* Top Area */
.gallery-left{
    display:flex;
    align-items:center;
}



.content-wrap{
    max-width:550px;

}



.gallery-right p{
    color:#fff;
    font-size:20px;
    line-height:1.8;
    margin-bottom:35px;
}

.gallery-btn{
    display:inline-block;
    background:#ffc800;
    color:#002f3d;
    padding:18px 35px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.gallery-btn:hover{
    background:#fff;
    color:#003b4d;
}

.gallery-section .owl-nav{
    position:absolute;
    top:-180px;
    right:80px;
    display:flex;
    align-items:center;
    gap:15px;
}

.gallery-section .owl-nav button{
    width:60px !important;
    height:60px !important;
    border:1px solid #fff !important;
    border-radius:50% !important;
    background:transparent !important;
    color:#fff !important;
    font-size:24px !important;
    transition:.3s;
}

.gallery-section .owl-nav button:hover{
    background:#ffc800 !important;
    color:#003b4d !important;
    border-color:#ffc800 !important;
}

.gallery-section .owl-prev span,
.gallery-section .owl-next span{
    line-height:1;
}

.gallery-section .owl-nav{
    position:absolute;
    top:-180px;
    right:80px;
}

.gallery-section .owl-prev{
    position:relative;
    margin-right:80px !important;
}

.gallery-section .owl-prev::after{
    content:'';
    position:absolute;
    top:50%;
    left:100%;
    width:70px;
    height:1px;
    background:#fff;
    transform:translateY(-50%);
}

.gallery-images{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:30px;
    position:relative;
    z-index:10;
}

.gallery-item{
    position:relative;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}



/* Yellow Bottom Border */
.services_boxo::after{
    content:"";
    position:absolute;
    left:10px;
    right:10px;
    bottom:0;
    height:6px;
    background: #0C4DA2;
}

.nav-arrows{
    display:flex;
    align-items:center;
    gap:20px;
}

.nav-arrows button{
    width:60px;
    height:60px;
    border:1px solid #0C4DA2;
    border-radius:50%;
    background:#0C4DA2;
    color:#fff;
    cursor:pointer;
    transition:.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-arrows button:hover{
    background:#000000;
    border-color:#ffffff;
    color:#003b4d;
}

.nav-arrows .line{
    width:80px;
    height:1px;
    background:#000000;
}

.nav-arrows button i{
    color:#fff;
    font-size:28px;
    display:block;
    line-height:1;
}

.custom-prev,
.custom-next{
    width:60px;
    height:60px;
    border:1px solid #fff;
    border-radius:50%;
    background:transparent;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
}

.bottom p a{
    color:#ffffff;
}

.custom-prev i,
.custom-next i{
    font-size:28px;
    color:#fff;
}

.gallery-slider .owl-item:nth-child(even) .item{
    margin-top:60px !important;
}

#loader{
    position:fixed;
    inset:0;
    background:#0C4DA2;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
}

.loader-text{
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    gap:10px;
}

.loader-text span{
    opacity:0;
}

/* new end */

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.logo_left {
      width: 22%;
}

.logo_left h6 {
    color: #ffffff;
    letter-spacing: 3px;
    font-family: "Google Sans Flex", sans-serif;
}
.logo_left img {
 width: 80px;
   filter: brightness(0) invert(1);
}

.nav_header {
  position: fixed;
  width: 100%;
  padding: 10px 0px;
  z-index: 99;
    background-color: #0C4DA2;
  /* background: linear-gradient(135deg, #1e3a8a 0%,#1e40af 100%); */
}

.inx .input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 700;
    padding: 0 8px;
    pointer-events: none;
    background: #cbaace;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.nav_header.fixed {
        /* background: linear-gradient(135deg, #1e3d9d 0%, #1e3d9d 100%); */
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    z-index: 1000;
}

.nav_header.fixed .menu_list ul li a {
    color: #ffffff;
    font-weight: 500;
}

.abt_text h3{
font-weight: 200;
    color: #000000;
}

.banner_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_img::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  background: #000000;
         background: linear-gradient(1deg, rgb(118 92 216) 2% -67%, rgb(0 0 0 / 36%) 50%, rgb(255 255 255) 94%);
  width: 100%;
  height: 100%;
}

.banner_img img {
  width: 100%;
    height: 100vh;
  object-fit: cover;
}

.banner_type_img img{
  border-radius:10px;
}

.banner_img_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_list ul li a i{
     color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.banner_text h4{
 font-size: 27px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.banner_img_inner::after {
position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #000000;
    background: linear-gradient(1deg, rgb(255 255 255 / 0%) 2% -67%, rgb(255 255 255 / 36%) 50%, rgb(255 255 255) 94%);
    width: 100%;
    height: 100%;
}

.banner_img_inner img {
     width: 100%;
    height: 282px;
    object-fit: cover;
}



.con_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    margin-top: 26px;
}

.con_icon {
    width: 53px;
    height: 53px;
    display: flex;
    background-color:#1e3d9d;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.services_boxx img{
  border-top-right-radius: 80px;
}

.product_info{
  position: relative;
    padding: 80px 0px;
      background: linear-gradient(90deg, #ffffffd1, #a1c7ff7a);

    /*background-image: url(../images/grid.png);*/
}

.con_icon i{
  font-size:20px;
  color:#fff;
}

.con_text{
  width:80%;
}

.con_text p{
    margin-bottom: 0px;
    font-family: 'Mulish';
}

.con_text h3{
  font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
        color: #000000;
}

.small ul{
  list-style-type: none;

  gap:6px;
  margin-bottom:0px;
  padding-left:0px;
}

.small ul li {
    margin-bottom: 23px;
}

.small ul li a{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 64vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
        background-color: #123b8b;
    background-image: url(../images/grid.png);
    background-position: center;
    background-size: cover;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s 
ease-in-out;
}

.abt_sec {
  position: relative;
  padding: 80px 0px;
       background: linear-gradient(90deg, #ffffffd1, #ffffff7a);

    /*background: linear-gradient(90deg, #ffffff, #527fafa3);*/
  /*background-image: url(../images/grid.png);*/
}

.banner_text {
  position: absolute;
  content: "";
  z-index: 9;
}

.banner_text h3 {
font-size: 47px;
   text-transform: uppercase;
    color: #ffffff;
}

.abt img {
     clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.menu_name h5 {
      font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.menu_name img {
  width: 27px;
}

.menu_list ul {
  padding-left: 0px;
  display: inline-flex;
  margin-bottom: 0px;
  gap: 34px;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.menu_list {
  overflow: hidden;
  /* max-height: 0; */
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.4s ease;

}

.abt2 {
  max-width: 272px;
  border-radius: 20px;
  margin-top: 10px;
}

.abt2 img {
   clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.menu_name {
  cursor: pointer;
}

.menu_list.show {
  max-height: 200px;
  /* enough space for menu items */
  opacity: 1;
}

.detail_txt h3{
font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.detail_txts h3{
      font-weight: 200;
    color: #000000;
    font-size: 29px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.detail_txts a {
background-color: #ffffff;
    color: #123b8b;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.detail_txt a{
    background-color: #1a96c2;
    color: #fff;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}


.abtxx img{
    width:350px;
        margin-left: auto;
         clip-path: polygon(
        40px 0,
        100% 0,
        100% calc(100% - 40px),
        calc(100% - 40px) 100%,
        0 100%,
        0 40px
    );
}

.year{
/* position: absolute;
   right: 0px;
    top:0px;
    width: 184px;
    margin: auto;
    background: linear-gradient(1deg, rgb(255, 255, 255) 2% -67%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 94%); */
    border-radius: 1px;
}

.year h2 {
    font-weight: 400;
    font-size: 68px;
    margin-bottom: 0px;
    color: #ffffff !important;
}

.year h3{
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 4px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ff8400 !important;
}

.white{
width: fit-content;
    /* height: 65px; */
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e3d9d;
    border-radius: 24px;
}

.ser_text h6{
    color:#1e3a8a;
}

.white i{
  color:#ffffff;
}

.abt_section_blue{
  position: relative;
  padding: 80px 0px;
  background-color: #ffffff;
  
}

.history_img img{
      clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.detail_txt h6{
  font-weight: 700;
  color: #1e3d9d !important;
  text-transform: uppercase;
}

.detail_txt h2{
text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    color: #0C4DA2;
    font-weight: 400;
}


.abt_btn img{
  max-width:300px;
}

.abt_section_white{
  position: relative;
  padding: 80px 0px;
  background-color:#ffffff87;
      /* background-image: linear-gradient(to bottom, #ffffffa8, #ffffffb0), url(../images/chain_steel.png); */
 
}

.deal_iconx {
    width: 57px;
    padding: 16px;
    /* height: 20%; */
    background-color: #1e3d9d;
    border-radius: 50%;
}

.deal_iconx img {
    width: 29px !important;
    filter: brightness(0) invert(1);
}


.abt_texts h6 {
    color: #c1751a !important;
    font-weight: 700;
    text-transform: uppercase;
}

.ser_text p{
  font-size:12px;
}

.services_boxo {
  position: relative;
    height: 275px;
    max-width: 300px;
}

.services_boxo img{
  object-fit: cover;
  height:100%;
clip-path: polygon(
    0 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
}



.services_box {
    position: relative;
    height: 298px;
    background-color: #ed914673;
    border: 1px solid #ffffff26;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
           
}



/*.services_box img{*/
/*  object-fit: cover;*/
/*  height:100%;*/
/*clip-path: polygon(*/
/*    0 0,*/
/*    calc(100% - 30px) 0,*/
/*    100% 30px,*/
/*    100% 100%,*/
/*    30px 100%,*/
/*    0 calc(100% - 30px)*/
/*  );*/
/*}*/

/*.services_box::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    background: #ffffff;*/
/*        background: linear-gradient(0deg, rgb(255 255 255) 12%, rgba(255, 255, 255, 0) 50%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));*/
/*}*/

 .one {
    top: 114px;
    background: #ffffff;
    margin-top: 10px;
  }
  .two {
    top:117px;
    background: #ffffff;
    margin-top: 10px;
  }
  .three {
    top: 119px;
    background: #ffffff;
    margin-top: 10px;
  }
  
  .four {
    top: 140px;
    background: #ffffff;
    margin-top: 10px;
  }

  .cardx{
     position: sticky;
         top: 50px;
  
    margin-top: 10px;
  } 

  .history_heading h6{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 0px;
    color: #000000;
    margin-bottom: 0px;
    background-color: #ffffff;
 
  }

.card {
    width: 80%;
    margin: 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 3px solid #1e3d9d;
    border-radius: 24px;
    height: 249px;
    /* border-radius: 0px; */
    /* background-color: #8253bb; */
    background-image: url(../images/grid.png);
    position: sticky;
    margin: auto;
    margin-top: 15px;
    border-bottom: 1px solid #ffffff;
    font-weight: medium;
    padding: 20px;
    color: #000000;
    /* clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.ser_text{
/* position: absolute; */
    content: "";
    width: 90%;
    bottom: 0px;
    left: 14px;
    z-index: 99;
}

.services_boxsp {
    position: relative;
    height: 298px;
    background-color: #b9caff5c;
    border: 1px solid #1e3c9b00;
    display: flex;
    width: 99%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.services_boxsp img {
    width: 167px !important;
}

.ser_text {
    color: #000000;
    width: 100%;
    padding: 10px;
}

.why_us{
    position: relative;
    padding: 68px 0px;
    background: linear-gradient(90deg, #ffffffd1, #ffffff7a);

}

.why_us_lf p{
       margin-bottom: 0px;
       text-transform: capitalize;
       font-weight: 500;
       color: #ffffff;
}

.why_con_img{
  position:relative;
      clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.why_con_img::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(36 90 109 / 0%) 12%, rgba(255, 255, 255, 0) 50%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 100%;
}

.why_con_img{
  max-width:450px;
  margin: auto;
}

.user_wrapper{
     position: relative;
    padding: 80px 0px;
    background-color: #d3ebff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.mison h2{
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 17px;
    font-weight: 700;
}

.clip{
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.mison{
    background-color: #ffffff;
    background-image: url(../images/grid.png);
    color: #000000;
    border-radius: 10px;
}

.misonss{
    background-color: #ffffff;
    background-image: url(../images/grid.png);
    color: #000000;
    border-radius: 10px;
}

.mission_blue {
    position: relative;
    padding: 51px 0px 80px 0px;
    background: linear-gradient(90deg, #000328, #00458E);
}

.testimonial{
  padding-top:50px;
  background-color:#ffffff;
}

.mis1{
  height:100%;
  overflow:hidden;
}

.frnt.contact_box {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 26px;
    max-width: 437px;
}

.conbox h4{
 text-transform: uppercase !important;
}

.form_img img{
    width:100%;
        max-height: 354px;
    object-fit: cover;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.user_contact {
    position: relative;
    padding: 0px 0px;
    background-color: #d3ebff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.frnt .main_btn button {
    background-color: #1e3c97;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.frnt .input-wrapper label {
    color: #262626 !important;
    font-size: 13px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    font-weight: 400;
    padding: 0 8px;
    pointer-events: none;
    background: #ffffff;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.contact_box {
    background-color: #fff;
    border-radius: 30px;
    padding: 26px;
    max-width: 437px;
}

.abt_secs h1 {
    font-size: 35px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.mis1{
  overflow:hidden  
}

.mis{
overflow:hidden}

.mis1 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.mis_text {
    padding: 48px;
    border: 1px solid #8080806e;
    background-color: #0C4DA2;
}

.input-wrapper input {
        font-size: 10px;
    color: #0e0e0e;
    width: 100%;
    height: 49px;
    outline: none;
      border: 1px solid #dfcfd6;
    padding: 10px 20px;
        border-radius: 0px;
    position: relative;
    background-color: #f3f7fc00;
}



.input-wrapper label {
    color: #000000 !important;
    font-size: 15px;
    text-transform: capitalize;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
        font-weight: 200;
    padding: 0 8px;
    pointer-events: none;
   background: #ffffff;
    -webkit-transition: -webkit-transform 100msease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100msease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.roofnew img{
       max-width: 357px;
    margin: auto;
     clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.marquee-card {
    box-sizing: border-box;
    border-radius: 16px;
    padding: 40px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 360px;
    display: flex;
    background-image: url(../images/sha.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin-top: 23px;
    display: inline-block;
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px));
        font-size: 13px;
    color: #0e0e0e;
    width: 100%;

    outline: none;
      border: 1px solid #dfcfd6;
    padding: 10px 20px;
       border-radius: 0px;
    position: relative;
    background-color: #f3f7fc00;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: rgb(255 255 255);
    border: 0;
    opacity: .25;
}

.wrappers {
    display: flex;
    
        border: 1px solid #ffffff4f;
    margin: 50px auto;
    padding: 20px;
    position: relative;
        flex-direction: column;
    width: 87%;
    background-color: #1e3d9d;
}


.wrappers:after, .wrappers:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: #1e3d9d;
  background: #ffffff;
}


.wrappers:after {
  content: "\ec51";
  font-family: remixicon !important;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 0 #ffffff;
}

.title img{
    width:100% !important;
    height:240px;
    object-fit: cover;
}

.wrappers:before {
  content: "\ec52";
  font-family: remixicon !important;
  bottom: -30px;
  right: 0;
  transform: translate(50%, 50%);
  box-shadow: -10px -10px 0 #ffffff;
}

.description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.description h6 {
    height: 81px;
    overflow-y: scroll;
    font-size: 15px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 23px;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar
{
	width: 2px;
	background-color: #f5f5f500;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #55555500;
}

.count_text h4{
        font-size: 45px;
    font-weight: 600;
    color: #fff;
    color: #0C4DA2;
    /* -webkit-text-stroke: 1px #000; */
    margin-top: 15px;
}

.count_text h6{
  font-size:12px;
}

.counter {
 margin: 20px 0px;
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
    z-index: 9;
}
.title small {
  display: block;
  font-size: 25px;
  text-align: right;
}

.abt_foot{
  position: relative;
}

.fot_0nr{
  position: absolute;
  width:70%;
  content:"";
  bottom:0;
}

.footer_sec{
position: relative;
    padding: 80px 0px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    /*background-image: url(../images/grid.png);*/
}

.bottom p {
    font-size: 12px;
    color: #ffffff;
}

.number{
      font-family: 'Manrope';
}

.main_btn button{
        background-color: #123b8b;
    color: #fff;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    letter-spacing: 2px;
}

.why_us_lf p i{
      color: #d2a875;
    font-weight: 300;
}

.footer_content {
    max-width: 450px;
}

.fixedhome_menu2 ul {
    list-style-type: none;
    display: inline-flex;
    gap: 23px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.fixedhome_menu2 ul li a {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.footer_content h6 {
    color: #fff;
    font-size: 15px;
}

.foot_ul ul li a {
    text-decoration: none;
    color: #fff;
}

.foot_ul ul {
 list-style-type: none;
    padding-left: 0px;
    flex-direction: column;
    display: flex;
    gap: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
}

.footer_content p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}

.footer_content h6{
text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
}

.foot_ul h6{
  color: #ffffff !important;
  font-weight: 700;
}

.title img{
 /* width:120px !important;
 border-radius:50%; */
}

.menu_list{
  display: block;
}

.menu_list ul li a{
      color: #ffffff;
    font-weight: 500;

}
.fixed_icon_bars2 {
    position: fixed;
       z-index: 99;
    background-color: #128b3b;
       bottom: 30px;
    right: 92px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed_icon_bar {
    position: fixed;
        z-index: 999;
  
    background-color: #1e3d9d;
    bottom: 29px;
    right: 29px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icon a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
  .banner_img img {
    width: 100%;
    height: 84vh;
    object-fit: cover;
}

.menu_name{
  visibility: visible;
}

.ser_text p {
    font-size: 12px;
    font-weight: 500;
}

    .ser_text h5 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

       /* .ser_text {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0px;
        left: 1px;
        z-index: 9;
        border-bottom-left-radius: 30px;
        padding: 10px;
        background-color: #ffffff94;
    } */
.menu_list{
  display: none;
}

.why_us {
    position: relative;
    padding: 60px 0px;
   background: linear-gradient(90deg, #ffffffd1, #a1c7ff00);
}

.quotes {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.services_boxs {
    position: relative;
    height: 298px;
    background-color: #bbd7ff;
    border: 1px solid #1e3c9b00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail_txt h3 {
    font-size: 24px;

    text-align: center;
}

.detail_txt h6 {
    font-weight: 700;
    color: #123b8b !important;
    text-transform: uppercase;
    text-align: center;
}

.year {
    width: 184px;
    margin: auto;
    
}

.why_us_lf p {
margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 400;
        color: #ffffff;
        font-size: 12px;
}
.footer_sec {
    position: relative;
    padding: 52px 0px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);

}

.contact_box {
    background-color: #fff;
    border-radius: 46px;
    padding: 21px;
    max-width: 437px;
}

.services_boxo {
        position: relative;
        height: 355px;
}

.count_text h4
 {
    font-size: 39px;
    font-weight: 400;

    margin-top: 15px;
}
.detail_txts h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

.services_box {
    position: relative;
    height: 245px;
}

.card {
 
           width: 100%;
        margin: 0 2px;
}

.history_heading h6 {
    font-size: 21px;
    text-transform: uppercase;
}

.services_box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.con_icon {
    width: 43px;
    height: 43px;
    display: flex;
    background-color: #123b8b;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 24px;
}

.abt_section_blue {
    position: relative;
    padding: 40px 0px;
    background-color: #ffffff;
}

     .banner_img img {
  width: 100%;
        height: 63vh;
        object-fit: cover;
    }

    .banner_text h3 {
    font-size: 28px;
    text-transform: capitalize;
    color: #ffffff;
}


.wrappers {
    display: flex;
        border: 1px solid #1b438d4f;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    flex-wrap: wrap;
    width: 87%;
}
.con_text h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}
}

@media screen and (max-width: 668px) {
.detail_txt h2 {
    font-weight: 500;
            font-size: 26px;
 
    text-transform: uppercase;
}
.smb{
  display: none !important;
}
    .detail_txts h3 {
             font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
       color: #000000;
        text-align: left;
    }
    .abt_section_blue {
        position: relative;
        padding: 30px 0px;
        background-color: #ffffff;
    }

    .year h3 {
             font-weight: 600;
        font-size: 15px;
        margin-bottom: 0px;
        letter-spacing: 3px;
        text-transform: uppercase;
        line-height: 26px;
        color: #000000 !important;
    }

       .year h2 {
        font-weight: 600;
        font-size: 33px;
        margin-bottom: 0px;
        color: #2b48a3 !important;
    }
}
.toastt {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    animation: 0.3s slideIn;
    background: #2500ac;
}
.toastt.success {
    background-color: #28a745;
}
.toastt.danger {
    background-color: #dc3545;
}



.team-marquee-widget {
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  box-sizing: border-box;
}

.marquee-wrapper {
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
}

/* Pause scroll seamlessly on hover */
.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  width: 450px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- Card Styles --- */
.marquee-card {
  box-sizing: border-box;
  border-radius: 16px;
  padding: 40px;
     background-color: #ffffff;
  height: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.marquee-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.marquee-quote {
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  color: var(--text-dark);
}

/* --- Author & Meta Block --- */
.marquee-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.marquee-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.marquee-meta {
  display: flex;
  flex-direction: column;
}

.marquee-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--text-dark);
}

.marquee-role {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
}



.text-white .marquee-quote,
.text-white .marquee-name {
  color: #343434;
}


/* --- Core Infinite Animation Loop --- */
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- CTA Promo Banner Styling --- */
.redesignee-promo-banner {
  text-align: center;
  padding: 24px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
}

.redesignee-promo-banner p {
  font-size: 0.95rem;
  color: #666666;
  font-weight: 500;
}

.redesignee-promo-banner a {
  color: var(--bg-blue);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}

.redesignee-promo-banner a:hover {
  border-color: var(--bg-blue);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .marquee-item {
    width: 340px;
    padding: 0 12px;
  }
  .marquee-card {
    padding: 30px;
    min-height: 320px;
  }
  .marquee-quote {
    font-size: 1rem;
  }

  .banner_two h2 span {
    font-size: 25px;
    font-weight: 700;
    color: #1e3d9d;
    letter-spacing: 3px;
    margin-top: 77px;
    text-transform: uppercase;
}

  .banner_two h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1e3d9d;
    margin-top: 77px;
}

.logo_left {
    width: 69%;
}



.logo_left img {
    width: 67px;
    /* filter: brightness(0) invert(1); */
}

.abt_text h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    color: #1e3d9d;
    font-weight: 400;
}

.abt_text h3 {
    font-size: 32px;
    text-transform: uppercase;
}

.services_box img {
    width: 119px !important;
    height: 100px !important;
}

.abt2 img {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 324px;
}

.services_boxo img {
    object-fit: cover;
    width: 172px !important;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.testimonial {
    padding-top: 50px;
    padding-left: 11px;
    padding-right: 11px;
    background-color: #ffffff;
}

.quotes::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 13%;
    width: 0%;
    height: 100%;
    background-color: #1e3d9d;
}

.abtsec2 img {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    width: 100%;
    height: 364px;
    object-fit: cover;
}

}
