@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
*{
    font-family: "Lora", serif;
}
p, a{
    font-family: "Lora", serif;
}
.fa {
    font-family: fontawesome !important;
}

.yt-link{
    padding:100px 50px;
    background: #f3f2f2;
    border-bottom: 1px #d9d7d2 solid;
}
body {
    font-family: "Lora", serif;
    color: #444444;
}

.query-form .form-control{
    margin:15px 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Cormorant", serif;
}

.btn-tm{
        font-size: 13px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-top:30px;
        background: #223b9b;
        display:inline-block;
        color: #fff;
        padding: 10px;
}
.btn-tm i{
    margin-left:5px;
}
a {
    color: #084a94;
}

#EventCalenderControl {
    display: none;
}

a:hover {
    color: #223b9b;
    text-decoration: none;
}

font-w {
    font-family: "Merriweather", serif;
}

section.bnr {
    padding: 0;
}

ol li, ul li {
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #333;
}



.tp-content{z-index: 1; position: relative;}
.tp-content .broudcrumb{color: #000;}
.tp-content .broudcrumb a{color: #66AC4C;}
.modal-backdrop.show {
    display: none;
}
.tm-bx-cont ul, .tm-bx-cont p{ display: none;}
.modal .tm-bx-cont ul, .modal .tm-bx-cont p{display: block;}
.modal .modal-body{background-color:#fefefe;}
.modal.show{background: rgba(0, 0, 0, .85);top: 0;z-index: 999;}
.modal.show img{padding: 20px; padding-top: 0;}
.modal.show .tm-bx-cont{padding-top: 20px;text-align: left;}
.modal.show .tm-bx-cont h4{font-size: 24px;line-height: 30px;color: #0a1f43;font-weight: 700;}
.modal.show .tm-bx-cont h4 span{font-size: 18px;display: block;color: #000;font-weight: 500;}
.tm-bx h4{font-size: 22px;line-height: 30px;color: #0a1f43;text-align: center;margin-top: 10px;font-weight: 800;}
.tm-bx h4 span{display: block;font-size: 14px;line-height: 30px;color: #555;}
.btn-close{position: absolute; right: 10px; z-index: 9; opacity: 1;top: 30px;}



p {
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 23px;
}
.client-card h4{
        margin-top: 16px;
        font-size: 12px;
        font-weight: 400;
}
.client-card p{
        font-style: italic;
        line-height: 1.8;
        color: #444141;
        text-align: justify;
        font-size: 14px;
}
.qs-illus {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.qs-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgb(200 16 46 / 96%);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.qs-eyebrow::before {
    content: '';
    width: 20px;
    height: 1px;
    background: rgba(200, 16, 46, 0.5);
}

.qs-text {
    font-family: 'Playfair Display', serif !Important;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    color: #fff;
    letter-spacing: -0.01em;
}

.qs-divider {
    width: 1px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(200, 16, 46, 0.35), transparent);
    flex-shrink: 0;
    position: absolute;
    left: 15%;
    top: 30%;
}

.qs-text span {
    font-family: 'Playfair Display', serif !Important;
    font-style: normal;
    color: #c8102e;
}
.phil-graphic svg {
    width: 160px;
    height: 160px;
    opacity: 0.92;
}
.qs-content{
    text-align:left;
    padding-left: 20px;
    position: relative;
}

.qs-sub {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 12px;
    max-width: 560px;
}

.why-section {
    background: #f3f2f2;
    padding: 100px 50px 100px;
    position: relative;
    border-bottom: 1px #d9d7d2 solid;
}
.why-header{
    text-align:center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.why-header p{
    text-align:center;
    margin-top: .75rem;
}
.why-eyebrow {
    font-size: 15px;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b3f89;
    margin-bottom: 0.75rem;
    font-family: 'Cormorant';
    font-style: italic;
}
.test-alt{
    padding: 100px 0 0;
    background:#f3f2f2;
}
.test-alt .why-header h2{
    margin-bottom:0;
}
.why-header h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 2.5rem;
    color: #0a1f43;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.why-header h2:after{
    width:60px;
    height:1px;
    background: #d6d1d1;
    content:'';
    bottom: -20px;
    left:0;
    position:absolute;
    margin: 0 auto;
    right: 0;
}

.wcard-sub {
        color: #605d5d;
        font-size: 12.5px;
        line-height: 1.65;
        margin-top: 8px;
}

.wcard-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 1;
    opacity: 0.9;
}

.wcard.red-light {
    background: rgba(200, 16, 46, 0.07);
    box-shadow: 0 2px 16px rgba(200, 16, 46, 0.07);
}

.wcard.red-dark .wcard-num {
    color: rgba(255, 255, 255, 0.7);
}

.wcard.red-dark {
    background: #c8102e;
    box-shadow: 0 4px 20px rgba(200, 16, 46, 0.32);
    min-height: 185px;
}

.wcard.ink-dark {
    background: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.wcard.red-dark .wcard-title {
    color: #fff;
}

.wcard.red-dark .wcard-sub {
    color: rgba(255, 255, 255, 0.72);
}

.wcard.ink-dark .wcard-title {
    color: #fff;
}

.wcard.red-light .wcard-title {
    color: #c8102e;
}

.wcard.red-light .wcard-sub {
    color: rgba(200, 16, 46, 0.65);
}

.wcard-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 1.75;
    margin-top: 10px;
    max-width: 380px;
    color: rgba(255, 255, 255, 0.42);
}

.wcard-num {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 1;
    color: #c8102e;
}

.wcard {
    border-radius: 0;
    padding: 1.75rem;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    border: 1px #d9d7d2 solid;
    min-height: 435px;
    transition: .5s;
}
.wcard img{
    width: 40px;
    height: 40px;
}
.rght-why h6{
    color: #ca922b;
    font-weight:600;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 9999px;
    font-family: 'Source Sans 3';
    background-color: #ca922b1a;
    padding: 5px 7px;
}
.why-bento .row .col-md-3:last-child .btm-why{
    background: #0a1f43;
    color: #fff;
}
.why-bento .row .col-md-3:last-child .btm-why i{
    margin-left:5px;
}
.why-bento .row .col-md-3:last-child .btm-why:hover{
    background:#0a1f43e6;
}
.why-bento .row .col-md-3:last-child .btm-why h4{
    color:#fff;
}
.why-bento .row > .col-md-3:last-child .btm-why p{
    color:#fff;
}
.wcard a{
    color:#ca922b;
}
.wcard a i{
    margin-left:5px;
    transition: .6s;
}
.wcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ca922b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 12px 12px 0 0;
}
.btm-why:hover{
        transform: translateY(-4px);
    transition:.5s;
    background:#fff;
    border:1px #ca922b solid;
}
.btm-why{
    background-color: #ede8de;
    border-radius: .5rem;
    border: 1px #ded9cf solid;
    padding: 1.25rem;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.btm-why h4{
    color: #0a1f43;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.btm-why p{
    color: #595959;
    font-size: 0.75rem;
}
.wcard-title {
   margin-top: 16px;
   font-size: 17px;
   line-height: 1.35;
   color:#201f1d;
   font-family: 'Cormorant';
   font-weight: 600;
}

.wcard:hover {
    transform: translateY(-3px);
    box-shadow: 1px 4px 0px #d0c2c2;
    border-top: 0;
    background: #f3f2f2;
}

.wcard:hover i{
    padding-left:10px;
}

.our-nmber{
    padding: 2.5rem 0;
    border-top: 1px #d9d7d2 solid;
    border-bottom: 1px #d9d7d2 solid;
}
.bx-cont{
    padding: 1.75rem 1.25rem;
    text-align: center;
    border-left: 1px #ffffff1a solid;
    background: #fff;
}
.ind-strip-sub{
    color: rgb(255 255 255 / 0.55);
    margin-top: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.ind-strip-eyebrow{
        font-size: 1.5rem;
        line-height: 2rem;
        color:#fff;
        font-family: 'Merriweather';
        font-weight:700;
}
.ind-strip-links{
    background: rgb(255 255 255 / 3%);
    border: 1px #ffffff1a solid;
    border-radius: .75rem;
}
.frs{
    border:none;
}
.bx-cont h5{
        font-size: 40px;
    font-weight: 500;
    color:#201f1d;
}
.bx-cont p{
    letter-spacing: 0.03em;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: center;
    color: #1b3f93;
}







.industries-section {
    background: #f3f2f2;
    padding: 100px 0;
    position: relative;
    border-bottom: 1px #d9d7d2 solid;
}
.industries-section .ind-inner{
    padding-bottom: 0;
}
.industries-section .ind-inner .col{
    padding:0;
    
}

.ind-eyebrow {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #223b9b;
    margin-bottom: 12px;
    align-items: center;
    font-family: 'Cormorant';
    font-style: italic;
}
.ind-header-left{
    text-align:center;
}
.ind-header-left p{
        color: #595959;
        font-size: 0.875rem;
    line-height: 1.25rem;
    text-align:center;
}
.ind-header h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 2.5rem;
        color: #0a1f43;
        letter-spacing: -0.01em;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
}
.top-ind{
    padding:40px;
    border:1px #d9d7d2 solid;
    margin-bottom:35px;
    box-shadow:0 1px 2px color-mix(in srgb, #2d2b2b 14%, transparent);
    border-radius:5px;
    text-align: center;
}
.top-ind h4{
    font-size: 24px;
    color: #201f1d;
}
.top-ind h6{
    margin: 20px 0 30px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1c3a8e;
}
.ind-card {
    background: #f3f2f2;
    border: 1px solid #ded9cf;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
    min-height: 100px;
}

.ind-card:hover {
    background:#f9f9f9;
}

.ind-card:hover::before {
    transform: scaleX(1);
}
.ind-name{
    font-size:13.5px;
    color:#000;
    font-weight:600;
}
.ind-card p{
    color:#595959;
    text-align:center;
    font-size: 11.5px;
    color: #7d7979;
    margin-top: 4px;
    margin-bottom:0;
    font-style: italic;
}
.ind-card:hover .ind-overlay {
    opacity: 1;
    transform: translateY(0);
}
.top-ind p{text-align: justify;color: #444141;line-height: 1.85;font-size: 15px;}
.ind-header h2:after{
    width: 60px;
    height: 1px;
    background: #d6d1d1;
    content: '';
    bottom: -20px;
    left: 0;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.ind-insight-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c8102e;
    text-decoration: none;
    border: 1.5px solid #c8102e;
    padding: 13px 28px;
    transition: all 0.3s;
    white-space: nowrap;
}

.ind-header {
    margin-bottom: 52px;
}

.ind-header-right {
    float: right;
}
.lst-two{
    background: #ded9cf !important;
}

.whatsapp_btn {
  position: fixed;
  bottom: 9em;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
  top: -9px;
  right: -7px;
}

.whatsapp_btn .icon_logo > a > img {
  width: 100%;
}

.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: rgb(60, 192, 78);
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: 4s cubic-bezier(0.36, 0.11, 0.89, 0.32) 0s infinite normal none running waves;
}

@keyframes waves {
  0% {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
  }

  100% {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}
.testimonial-slider {
    width: 100%;
}

.testimonial-track {
    display: flex;
    width: max-content;
    animation: testimonial-scroll 35s linear infinite;
}

.testimonial-item {
    width: 20vw;
    padding: 10px;
    flex-shrink: 0;
    border-left: 1px #d5d1d1 solid;
}

.client-card {
    height: 100%;
    padding: 30px;
}

@keyframes testimonial-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
.left-pro h6{
    color: #ca922b;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}
.left-pro{
    text-align:left;
}
.left-pro h4{
        font-size: 1.875rem;
        color:#0a1f43;
        font-family: 'Merriweather';
        font-weight:700;
        margin: 1rem 0;
}
.left-pro p{
    color: #595959;
    line-height: 1.625;
    margin-bottom: 25px;
}
.gr-stn{
    margin-bottom: 1rem;
}
.gr-stn span{
    background:rgba(10, 31, 68, 0.08);
    color:#0a1f43;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight:700;
    margin-right:0.75rem;
    padding:.375rem .75rem;
    border-radius:9999px;
}
.pro-btns{
    background:#ca922b;
    border-radius: 0.25rem;
    padding:.75rem 1.5rem;
    color:#fff;
    font-weight:700;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
}
.pro-btns:hover{
    background:#ca922be6;
    color:#fff;
}
.pro-btns i{
    margin-left:5px;
}
.list-pros{
    text-align: left;
    background: #fff;
    border: 1px #ded9cf solid;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
}

.list-pros ul{list-style: none;padding: 0;}
.lst-scnd li{padding-left: 15px !important;position: relative;}
.lst-scnd li:before{
    width: 5px;
    height: 5px;
    border-radius:50%;
    background: #ca922b;
    left:0;
    top: 8px;
    position:absolute;
    content:'';
}
.list-pros li{
    margin-bottom: 0.625rem;
    color: #595959;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.list-pros h6{
    color: #0a1f43;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-family: 'Merriweather';
    font-weight: 700;
    letter-spacing: 0.025em;
}













/*navbar*/
#WidgetControl4{
    display: none;
}
#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4, #widgetsControl_C {
    /* padding: 0; */
    height: inherit !IMPORTANT;
    background: #223b9b;
    border-bottom: 1px #d9d7d2 solid;
}



#HeaderControl, #MenuControl, #MenuControl_C {
    height: 90px !important;
    padding: 5px 0;
}
#MenuControl{
    right: 17%;
    padding-left: 120px;
    position: relative;
}
#HeaderControl_C{
    height: 80px !important;
}
center #form1 #HeaderControl, #MenuControl, #MenuControl_C, #HeaderControl_C{
    height: 64px;
}
center #form1 #header{
    /* height:64px; */
    display: flex;
    align-items: center;
}
#FooterrControl1_tr_FooterBackImage td.row {
    margin: 0;
}
.contact-section{
    padding:0 50px;
}
footer {
    position: relative;
    background: #f3f2f2;
    padding: 100px 0 0;
    margin-top: -10px;
}
.fotter-head{
    font-size:24px;
    margin-bottom:30px;
}
.ft-btn{
    background: transparent;
    color: #223b9b;
    padding: .575rem 0.75rem;
    font-size: 16px;
    font-weight: 600;
    border-radius: .25rem;
    display: inline-block;
    border: 1px solid #223b9b;
    font-family: 'Cormorant';
    margin: 20px 0;
}
footer a{
    color:#444141;
    font-size: 15px;
    display: flex;
    margin-bottom:20px;
}
footer p{
    color:#444141;
    font-size: 15px;
    display: flex;
    margin-bottom:20px;
}
footer i{
    margin-right:10px;
}
.copyrght{
    border-top: 1px #d9d7d2 solid;
    padding: 35px 50px;
    margin-top: 3.5rem;
    background: #223b9b;
}
.copyrght p{
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.rght-cnter{
    text-align: center;
}
.rght-cnter a{
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 13px;
}



.hero{
    background:#0a1f43;
    padding:5rem 0;
    margin-top: -22px;
    text-align: left;
}
.small-hd{
    
text-transform: uppercase;
    
font-size: 0.75rem;
    
line-height: 1rem;
    
font-weight: 700;
    
color: #ca922b;
    
text-align: left;
}
.hero h4{
    
font-size: 3rem;
    
line-height: 1;
    
color: #fff;
    
font-family: 'Merriweather';
    
font-weight: 700;
    
margin: 1.25rem 0;
}
.hero p{
    
color: #ffffffb3;
    
line-height: 1.625;
    
font-size: 1.125rem;
}
.abt-one{
    
background: #f8f6f1;
    
padding: 5rem 0;
}
.hd-sub{
    
text-align: left;
    
color: #0a1f43;
    
font-size: 1.875rem;
    
font-weight: 700;
    
line-height: 1.25;
    
font-family: 'Merriweather';
    
margin: 1rem 0 1.5rem;
}
.abt-one p{
    color: #595959;
    font-size: 16px;
    padding-right: 20px;
}
.journey-section{
    background:#f8f5ef;
}

.journey-box{
    background:#fff;
    border:1px solid #ddd;
    border-radius:18px;
    padding: 1.75rem;
}

.journey-title{
    font-size: .75rem;
    font-weight:700;
    color: #0a1f43;
    letter-spacing:1px;
    margin-bottom:35px;
    text-align: left;
    font-family: 'Merriweather';
}

.timeline{
    position:relative;
}

.timeline::before{
    content:"";
    position:absolute;
    left:13px;
    top:0;
    bottom:0;
    width: 1px;
    background: #ded9cf;
}

.timeline-item{
    display:flex;
    position:relative;
    margin-bottom: 1.5rem;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-icon{
    width: 1.75rem;
    height: 1.75rem;
    background:#d39a2d;
    border-radius:50%;
    flex-shrink:0;
    position:relative;
    z-index:2;
}

.timeline-icon::after{
    content:"";
    width:8px;
    height:8px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.timeline-content{
    padding-left:22px;
    text-align: justify;
}

.timeline-content .year{
    color:#d39a2d;
    font-weight:700;
    display:block;
    margin-bottom:4px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-family: 'Merriweather';
}

.timeline-content p{
    margin:0;
    color: #595959;
    font-size: .875rem;
    line-height:1.7;
}
.abt-two{
    background: #ede8de;
    padding: 5rem 0;
}
.rj-busns{
    border-radius: 0.75rem;
    background: #fff;
    padding: 1.5rem;
    text-align: left;
    margin-top: 2.5rem;
    border: 1px solid #ded9cf;
    min-height: 190px;
}
.rj-busns:hover{
    border: 1px #ca922b solid;
}
.rj-busns img{
    width: 40px;
    margin-bottom: 1rem;
}
.rj-busns h6{color: #0a1f43;font-size: 1rem;line-height: 1.5rem;font-weight: 700;font-family: 'Merriweather';}
.rj-busns p{
    color: #595959;
    line-height: 1.625;
    font-size: 0.875rem;
}
.abt-three{
    background: #f8f6f1;
    padding: 5rem 0;
}
.abt-three p{
    color: #595959;
    font-size: 16px;
}
.btn3{
    text-align: left;
}
.btn3 a{
    background: #ca922b;
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: 0.25rem;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}
.btn3 a:hover{
    background:#ca922be6;
}
.fld-vst{
    background: #ede8de;
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 1px #ded9cf solid;
    border-radius: .75rem;
}
.ic-main{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ic-main h6{
    background: #ca922b26;
    color: #ca922b;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 28px;
}
.fld-vst p{
    color: #0a1f43;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
}
.abt-four{
    background: #0a1f43;
    padding: 5rem 0;
}
.abt-four p{
    color:#ffffff8c;
}
.abt-four .hd-sub{
    color:#fff;
    margin: 10px 0;
}
.lk-ah{
    background:#ffffff0d;
    padding:1.5rem;
    border-radius:.75rem;
    border:1px #ffffff26 solid;
    text-align:left;
    margin-top: 2.5rem;
}
.lk-ah:hover{
    background: #ffffff1a;
}
.lk-ah svg{
    margin-bottom: 1rem !important;
}
.lk-ah h6{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 800;
    font-family: 'Merriweather';
}
.lk-ah p{
    font-size: 0.875rem;
}
.abt-five{
    background: #f8f6f1;
    padding: 4rem 0;
}
.snxt{
    text-align: center;
}
.snxt p{
    text-align:center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.75rem;
}
.snxt h5{
        font-weight: 800;
        color: #0a1f43;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Merriweather';
        margin-bottom: 1rem;
}
.blc-group{
    position: relative;
    display: flex;
    justify-content: center;
}
.grp1 i{
    margin-left:7px;
}
.grp1{
    background: #ca922b;
    color: #fff;
    padding: .75rem 1.75rem;
    border-radius: 0.25rem;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
}
.grp1:hover{
    background: #ca922be6;
    color: #fff;
}
.grp2{
    background: transparent;
    color: #0a1f43;
    padding: .75rem 1.75rem;
    border-radius: 0.25rem;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border: 2px #0a1f43 solid;
}
.grp2:hover{
    color: #fff;
    background: #0a1f43;
}

.mgt-end h5{
    color:#fff;
}
.mgt-end .grp2{
    border:2px #fff solid;
    color:#fff;
}
.mgt-end .grp2:hover{
    background:#ffffff1a;
}
.mgt-end p{
    color:#ffffffb3;
}
.mgt-end{
    background:#0a1f43;
}

.mngt{
    background: #f8f6f1;
    padding: 5rem 0;
}
.mgt-box{
    background: #fff;
    padding: 2rem;
    border: 1px solid #ded9cf;
    border-radius: 0.75rem;
}
.mgt-box h4{
    color: #0a1f43;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
    font-family: 'Merriweather';
}
.mgt-box h3{
    list-style: upper-alpha;
    color: #ca922b;
    letter-spacing: 0.025em;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.lft-panel{
    color: #595959;
    display: flex;
    justify-content: space-between;
}
.rt-panel{
    color: #0a1f43;
    font-weight: 800;
    font-family: 'Source Sans 3';
    font-size: 14px;
}
.mgt-img{
    background: #0a1f43;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    border-radius: 50%;
}
.mgt-img h5{
    font-size: 1.875rem;
    color: #fff;
    font-family: 'Merriweather';
}
.bt-profile{
    background: #fff;
    border-radius: .75rem;
    padding: 1.5rem;
    border: 1px #ded9cf solid;
}
.bt-profile h6{
    text-align: left;
    color: #0a1f43;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: 'Merriweather';
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.bt-profile ul{
    padding-left: 15px;
}
.bt-profile ul li{
    position: relative;
    list-style: none;
    margin-bottom: .5rem;
    color: #595959;
    font-size: 0.875rem;
}
.bt-profile ul li:before{
        background-color: #ca922b;
        width: 0.375rem;
        height:.375rem;
        position:absolute;
        left: -15px;
        top: 8px;
        content:'';
        border-radius:50%;
}
.ml-btm{
    margin-top: 1.25rem;
}
.ml-btm a{
    color: #ca922b;
    font-size: 0.75rem;
    line-height: 1rem;
}
.mgt-alt{
    background: #ede8de;
}

.count{
    
background: #ca922b;
    
padding: 1.25rem 0;
}
.count-cnt h6{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    font-family: 'Merriweather';
    font-weight: 700;
    margin: 0;
}
.count-cnt p{
    text-align: center;
    margin-bottom: 0;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    line-height: 1rem;
    color: #fffc;
    text-transform: uppercase;
}
.count-cnt{
    padding: 0 25%;
}
.map{
    background: #f8f6f1;
    padding: 3rem 0;
}
.map iframe{
    border: 1px #ded9cf solid;
    border-radius: .75rem;
    box-shadow: 1px 1px 4px #c9c2c2;
}
.br-lctns{
    background: #ede8de;
    padding: 4rem 0;
}
.br-lctns .hd-sub{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top:0;
}
.hd-offc{
    padding: 1.7rem;
    background: #0a1f43;
    border-radius: 0.75rem;
    text-align: left;
    margin-bottom: 1.5rem;
}
.hd-offc h5{
    text-align: left;
    padding: .125rem .625rem;
    background: #ca922b;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0.25rem;
}
.hd-offc h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
    font-family: 'Merriweather';
    font-weight: 800;
}
.hd-offc p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffffb3;
    margin-bottom:0.375rem;
}
.hd-offc a{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ffffffb3;
    margin-bottom:0.375rem;
    display: inline-block;
}
.hd-offc i{
    color: #ca922b;
    margin-right:5px;
}
.hd-btn{
    text-align: end;
}
.hd-btn:hover i{
    color:#fff;
}
.hd-btn i{
    color: #ffffffb3;
}

.ot-cnt:hover{
    transform: translateY(-5px);
    box-shadow: 1px 1px 5px #ccc5c5;
}
.ot-cnt{
    margin-bottom: 1.25rem;
    background: #fff;
    border: 1px #ded9cf solid;
    border-radius: .75rem;
    padding: 1.5rem;
    text-align: justify;
    transition:.5s;
}
.ot-cnt i{
    color:#ca922b;
    margin-right:5px;
}
.ot-cnt h6{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    color: #0a1f43;
    font-family: 'Merriweather';
    font-weight: 700;
}
.ot-cnt h4{
    font-size: 0.75rem;
    line-height: 1rem;
}
.ot-cnt p{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #595959;
    margin: 12px 0;
}
.ot-cnt a{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #595959;
    margin-bottom: 5px;
    display: inline-block;
}
.ot-direction i{
    margin-left:5px;
}
.ot-direction{
   color: #ca922b !important;
    font-weight: 700;
    margin-top: 12px;
}
.ot-direction:hover{
    text-decoration:underline;
}
.map1 iframe{
    border: 1px #ded9cf solid;
    border-radius: .75rem;
    box-shadow: 1px 1px 4px #c9c2c2;
}
.contact-main{
    background: #f8f6f1;
    padding: 4rem 0;
}
.lft-contact{
    background: #fff;
    border: 1px #ded9cf solid;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: left;
}
.mn-title{
    color: #0a1f43;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-family: 'Merriweather';
}
.ic-bg{
    background: #0a1f4326;
    width: 2.5rem;
    border-radius: .5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ic-bg i{
    color: #0a1f43;
    font-size: 16px;
}
.ic-cnt a:hover h4{
    color:#ca922b;
}
.ic-cnt h6{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #595959;
    text-transform: uppercase;
    margin: 0;
}
.ic-cnt h4{
    color: #0a1f43;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 5px 0;
}
.ic-cnt p{
    color: #595959;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0;
}
.whatsapp-sc{
    background: rgb(37, 211, 102);
    padding: 1.25rem;
    border-radius: .75rem;
    margin: 1.25rem 0;
}
.whatsapp-sc:hover{
    opacity: .9;
}
.whats-lft{
    
}
.whats-lft i{
    color: #fff;
    font-size: 22px;
}
.whats-rght{
    
}
.whats-rght p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.8);
    margin-bottom: 5px;
}
.call-sc{
    background: rgb(10 31 67);
    padding: 1.25rem;
    border-radius: .75rem;
}
.call-sc:hover{
    opacity: .9;
}
.rght-contact{
    background: #fff;
    border: 1px #ded9cf solid;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: left;
}
.contact-form{
    
}
.contact-form label{
    color: #0a0a0a;
    margin-bottom: .375rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
}
.contact-form .form-control{
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: .625rem 1rem;
    background: #f8f6f1;
    margin-bottom: 1.25rem;
}
.sbmt-btn:hover{
     background:#ca922be6;
     box-shadow: 1px 1px 5px #726767;
}
.sbmt-btn{
    background: #ca922b;
    padding: 0.875rem 0;
    border-radius: .5rem;
    border: none;
    width: 100%;
    font-size: 16px;
    color:#fff;
    font-weight:700;
    margin-top: 15px;
}






#team {
    background: #F7F4F1;
    padding: 30px 0 0;
    position: relative;
    overflow: hidden;
}
#team::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 50% at 95% 5%, rgba(200, 16, 46, 0.05) 0%, transparent 60%), radial-gradient(ellipse 45% 40% at 5% 95%, rgba(201, 168, 76, 0.05) 0%, transparent 60%);
    pointer-events: none;
}
#team::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(200, 16, 46, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 16, 46, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}
.team-header {
    text-align: center;
    padding: 0 20px;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.team-eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #c8102e;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.team-eyebrow::before, .team-eyebrow::after {
    content: '';
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 16, 46, 0.5));
}
.team-header h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
    color: #0f0d0b;
}
.team-header h2 span{
    font-style: italic;
    color: #c8102e;
}
.team-subline {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    color: #6b6460;
    margin-top: 20px;
    text-align: center;
    line-height: 1.65;
    letter-spacing: 0.01em;
}
.member-card {
    /* min-height: 339px; */
    position: relative;
    z-index: 1;
    margin: 45px;
    background: #fff;
    border: 1px solid rgba(232, 228, 224, 0.8);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.05), 0 8px 48px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.member-photo {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #EDE8E9;
}
.member-photo-top {
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    text-align: left;
}
.member-num {
    font-family: 'Outfit', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(200, 16, 46, 0.7);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.member-name {
    font-size: 29px;
    font-weight: 700;
    color: #0f0d0b;
    line-height: 1.1;
    margin-bottom: 8px;
    letter-spacing: -0.025em;
    text-align:left;
}
.member-img-block img{
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0;
    object-fit: cover;
    z-index:99;
    top: 25px;
}
.member-photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.member-card:nth-child(2) .member-img-block {
}
.member-img-block:after{
    background: linear-gradient(160deg, #e8d8f0 0%, #d0b8e0 100%);
    content:'';
    position:absolute;
    top:0;
    display:none;
    left:0;
    width:100%;
    height:100%;
}
.member-img-block {
    /* flex: 1; */
    position: relative;
    min-height: 335px;
    /* overflow: hidden; */
}
.member-role {
    font-family: 'Outfit', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(200, 16, 46, 0.85);
    line-height: 1.5;
}
.member-role-bar {
    width: 40px;
    height: 1.5px;
    background: linear-gradient(90deg, #c8102e, rgba(200, 16, 46, 0.3));
    margin: 12px 0 0;
}
.member-bio {
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.member-bio::before {
    content: '\201C';
    position: absolute;
    right: 16px;
    bottom: -40px;
    font-family: 'Playfair Display', serif;
    font-size: 220px;
    line-height: 1;
    color: rgba(200, 16, 46, 0.035);
    pointer-events: none;
    user-select: none;
}
.bio-award {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #FFFDF5 0%, #FFF8E8 100%);
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-left: 3px solid #C9A84C;
    padding: 10px 18px;
    margin: 15px 0;
}
.bio-award span {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #7A5C10;
    letter-spacing: 0.01em;
}
.bio-headline {
    font-family: 'Cormorant Garamond', serif !Important;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: #0f0d0b;
    line-height: 1.4;
    margin-bottom: 28px;
    letter-spacing: 0.005em;
    padding: 20px 40px 20px 24px;
    background: linear-gradient(135deg, #FBF8F5 0%, #F7F3EF 100%);
    border-left: 3px solid #C8102E;
    position: relative;
}
.bio-text {
    font-family: "Outfit", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.9;
    color: #7A7470;
    margin-bottom: 14px;
    letter-spacing: 0.005em;
}
.bio-specialties {
    margin: 24px 0 0;
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}
.bio-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6B6460;
    border: 1px solid #E0DBD6;
    padding: 7px 16px;
    background: #FAFAF9;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}
.bio-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #c8102e;
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.bio-contact {
    display: flex;
    gap: 0;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #EDE8E4;
    padding-top: 24px;
}
.bio-contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Outfit', sans-serif !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7A7470;
    text-decoration: none;
    transition: all 0.25s;
    padding: 10px 20px 10px 0;
    margin-right: 20px;
    border-right: 1px solid #EDE8E4;
}
.bio-contact a:hover {
    color: #c8102e;
}
.member-card:hover {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07), 0 24px 72px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
}
.member-card:hover .bio-tag {
    border-color: rgba(200, 16, 46, 0.4);
    color: #c8102e;
    background: rgba(200, 16, 46, 0.02);
    padding-left: 20px;
}




#values {
    background: #0f0d0b;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
#values::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(200, 16, 46, 0.08) 0%, transparent 70%);
}
.values-header {
    text-align: center;
    margin-bottom: 72px;
    position: relative;
}
.values-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #c8102e;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.values-eyebrow::before, .values-eyebrow::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: rgba(200, 16, 46, 0.3);
}
.values-headline {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
}

.values-headline span{
    font-style: italic;
    color: rgba(200, 16, 46, 0.85);
}
.values-grid {
    position: relative;
}
.value-item {
    padding: 36px 28px 32px;
    border: 1px solid rgba(200, 16, 46, 0.12);
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
    cursor: default;
    text-align: left;
    min-height: 235px;
}
.value-item:hover {
    background: rgb(200 16 46 / 23%);
}
.value-item:hover::before {
    transform: scaleX(1);
}
.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c8102e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.value-num {
    font-size: 42px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgb(200 16 46 / 49%);
    line-height: 1;
    margin-bottom: 14px;
}
.value-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}

.value-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    color: rgb(255 255 255 / 57%);
}
.svc-content{
    position:relative;
    text-align:left;
}
.svc-num {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgb(200 16 46 / 87%);
    margin-bottom: 16px;
    /* display: flex; */
    align-items: center;
    gap: 0;
    justify-content: start;
}
.svc-num::before {
    content: '';
    width: 32px;
    height: 1px;
    /* background: #c8102e; */
    opacity: 0.5;
}
.svc-title {
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0f0d0b;
    margin-bottom: 20px;
}
.svc-title span{
    font-style: italic;
    color: #c8102e;
    font-weight: 600;
}
.svc-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: #2A2420;
    margin-bottom: 28px;
}
.svc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    margin-bottom: 32px;
    list-style: none;
    padding-left:0;
}
.svc-list li {
    font-family: 'Times New Roman' !important;
    font-size: 13px;
    font-weight: 400;
    color: #2a2420;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.svc-lead {
    /* font-family: 'Cormorant Garamond', serif !Important; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #2A2420;
    margin-bottom: 28px;
}
.svc-list li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c8102e;
    flex-shrink: 0;
    margin-top: 7px;
}
.svc-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0f0d0b;
    text-decoration: none;
    border-bottom: 1px solid #0F0D0B;
    padding-bottom: 3px;
    transition: color 0.25s, border-color 0.25s;
}
.svc-cta:hover {
    color: #c8102e;
    border-color: #c8102e;
}
.svc-visual {
    position: relative;
    height: 100%;
}
.svc-visual-card {
    width: 480px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.cont-page{
    margin-top:45px;
}
.svc-visual-card img{
    width:100%;
}
.svc-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #fff;
    border-left: 4px solid #C8102E;
    padding: 20px 24px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    min-width: 160px;
    z-index: 10;
}
.svc-badge-num {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #0F0D0B;
}
.svc-badge-num span {
    color: #c8102e;
}
.svc-badge-label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px;
    font-weight: 300;
    color: #6b6460;
    line-height: 1.4;
    margin-top: 4px;
}


.svc-section {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}


.qs-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(200, 16, 46, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 120% at 0% 50%, rgba(200, 16, 46, 0.13) 0%, transparent 65%);
    pointer-events: none;
}
.qs-icon svg {
    width: 28px;
    height: 28px;
    stroke: #c8102e;
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svc-list.single {
    grid-template-columns: 1fr;
}
.footer-cta {
    background: #c8102e;
    padding: 80px 80px;
    position: relative;
}
.footer-cta-text {
    position: relative;
    z-index: 1;
    text-align: justify;
}
.footer-cta-eyebrow {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}
.footer-cta-hl {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.35;
}
.footer-cta-hl strong {
    font-style: normal;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif !important;
}
.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 16px 36px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.footer-cta-btn:hover {
    background: #fff;
    color: #c8102e;
    border-color: #fff;
}


/*navbar*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header.header-scrolled {
    padding: 10px 0;
    height: 70px;
    transition: all 0.5s;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

.team-inner img {
    border-radius: 10px;
    box-shadow: 1px 1px 5px gray;
}

#header {
    left: 35px;
    top: 0;
    right: 0;
    z-index: 999;
    text-align: center;
    width: 100%;
    position: relative;
}
#header img{
    width: 110px;
    background: #fff;
    padding: 10px;
}
.bx-innr p {
    font-size: 14px;
}

.bx-innr img {
    width: 60px;
    box-shadow: 1px 1px 5px gray;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 20px;
}


.navbar-fixed-top img {
    padding-top: 0px !important;
}

/**/
/* contact */
.cont-page h2 {
    font-weight: bold;
    color: #000;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}

.cont-page h2 span {
    color: #03487e;
    font-weight: normal;
    font-size: 18px;
}

.cont-page .map-contp {
    border: 1px dashed #ccc;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-page .st-feature-box {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
}

.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cont-page .feature-box-image .fa {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin-left: 17px;
    margin-top: 10px;
}

/*cont-page*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/* =========================
   BANNER
========================= */

.bnr-sec {
    position: relative;
    width: 100%;
    padding: 50px;
    margin: 0;
    background: #f3f2f2;
    overflow: hidden;
}

.bnr-sec .carousel {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bnr-sec .carousel-inner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bnr-sec .carousel-item {
    width: 100%;
    min-height: 620px;
}

.contz {
    width: 100%;
    min-height: 620px;
}

.contz .row {
    min-height: 620px;
    margin: 0;
}

.bnr-sec .content {
    position: relative;
    z-index: 10;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 20px 40px 0;
}

.bnr-sec h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.015em;
    color: #223b9b;
}

.bnr-sec .sub {
   text-align: justify;
   line-height: 1.85;
   color: #444141;
   margin: 35px 0;
   max-width: 455px;
}

.bnr-btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.bnr-sec .cta:hover{
    background: #fff;
    color: #000;
}
.bnr-sec .cta {
    background: #223b9b;
    color: #fff;
    padding: .575rem 0.75rem;
    font-size: 15px;
    font-weight: 600;
    border-radius: .25rem;
    display: inline-block;
    border: 1px solid #223b9b;
    font-family: 'Cormorant';
}

.bnr-sec .c1 {
    background: transparent;
    border: 1px #d9d7d2 solid;
    margin-left: 0;
    color: #777570;
}
.bnr-sec .c1:hover{
    background:#77757033;
}
.bnr-mnz {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bnr-mnz img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #87847f;
}


/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #084a94;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #86c0da;
    transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.head-hm {
    color: #0055a5;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}

.head-hm:before {
    content: "";
    width: 170px;
    height: 8px;
    border: 3px solid #87c232;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background: #87c232;
    border-radius: 50%;
}

.head-hm span {
    color: #87c232;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

    .top {
        position: fixed;
        right: 10px;
        bottom: 30px;
        text-align: center;
        color: #fff;
        background: #87c232;
        padding: 10px 10px;
        z-index: 9;
        border-radius: 50%;
        border: 2px solid #87c232;
        cursor: pointer;
        opacity: 0;
        transition: ease-in 0.5s;
    }

    .top.scll-top {
        opacity: 1;
        transition: ease-in 0.5s;
        bottom: 50px;
    }

    .top .fa {
        display: block !important;
    }

    @media (max-width: 1200px) {
        .col {
            width:100%;
            flex: auto;
        }
    }

    @media (max-width: 992px) {
     
        .abt-bnr-tp .tp-img::before {
            height:100%;
        }

        .team .member {
            margin-bottom: 110px;
        }

        .services .icon-box {
            margin: 15px auto;
        }
    }

    @media (max-width: 768px) {
        .wcard{
            min-height:auto;
            margin:10px 0;
        }
        .rght-cnter a{
            font-size:11px;
        }
        .copyrght{
            padding:10px;
        }
        .yt-link{
            padding:10px;
        }
        .client-card{
            height:auto;
        }
        .why-section{
            padding:20px;
        }
        .hero{
            padding:20px 0;
        }
        footer{
            padding:20px 0;
        }
          .testimonial-item {
        width: 85vw;
    }

    .client-card {
        padding: 20px;
    }

    .testimonial-track {
        animation-duration: 30s;
    }
        .top-header p, a{
            margin-bottom:5px;
        }
        .rft-tp{
            justify-content:space-between;
        }
        .grp1, .grp2{
            font-size:14px;
            padding: 10px;
        }
        .list-pros{
            margin:10px 0;
        }
        .gr-stn span{
            display:block;
            margin:5px 0;
        }
        .pro1, .pro3, .pro5, .pro2, .pro4, .pro6{
            padding:30px 0;
        }
        .link-wrapper a{
            display:block;
        }
        p{
            font-size: 13px !important;
            line-height: 25px !important;
        }
        .hero h4{
            font-size: 24px;
            line-height: 32px;
        }

        .fld-vst{
            margin:15px 0;
        }
        .sl-img:before, .sl-img:after{
            right:0;
            top:0;
        }
        .rgt-br:after{
            width:100%;
        }
        .bs1, .bs2{
            padding:10px;
            font-size: 14px;
        }
        .br-btm{
            padding:20px 0;
        }
        .lft-br{
            width:100%;
            left: 5px;
            padding: 0 10px;
        }
        .about-img-diamond img{
            height:auto;
        }
        .btm-why{
            min-height: auto;
            margin: 15px 0;
        }
        .bnr-sec h1{
            font-size: 36px;
        }
        #header a{
            justify-content:left;
        }
        .abt-one p{
            padding:0 5px;
        }
        .sc-mark{
            display:none;
        }
        .left-pnl:before{
            background-size:cover;
        }
        .left-pnl{
            transform:none;
            display: block;
            width: 100%;
            left: 0;
            height: auto;
        }
       .eq-stage-num-mark, .left-pnl h3{
            transform:none !important;
            writing-mode: horizontal-tb;
        }
        .transc-tb{
            padding:5px;
        }
        .rght-pnl{
            padding:10px;
        }
        .client-vcs, .testi-card{
            padding: 15px;
            height: auto;
        }
        .quote-strips{
            display:block;
            padding:20px;
        }
        .svc-visual-card{
            width:100%;
        }
       
        footer h2 {
            margin:30px 0;
        }

        .us-lk p {
            padding-right: 10px;
        }

        .navbar-toggler {
            position: absolute;
            right: 20px;
            background: #fff;
        }
    }

    @media (max-width: 767px) {
     
        .journey-box{
    padding:25px;
}

.timeline::before{
    left:11px;
}

.timeline-icon{
    width:24px;
    height:24px;
}

.timeline-content{
    padding-left:18px;
}

.timeline-content p{
    font-size:14px;
}
        .quote-strip--alt{
		padding:10px !important;
	}

        .log1 {
            display: none !IMPORTANT;
        }

        .home-head {
            text-align: left;
            margin-top: 45px;
        }

         #header img {
            margin: inherit;
            width: 100px;
        }

        .navbar-toggle {
            margin-top: -38px;
            position: absolute;
            right: 0px;
        }

        .caption {
            width: 100%;
        }

        .wback .caption {
            top: 30%;
        }

        .navbar-default, .navbar-default .navbar-collapse {
            border-color: transparent !important;
        }

        .nav>li>a {
            padding: 8px 2px;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #87c232;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #fff;
        }
    }

    @media (max-width: 575px) {
        center #form1 #HeaderControl {
            width: 80%;
        }
        
        center #form1 #MenuControl {
            margin-right: 0;
            width: 100%;
        }

        .navbar-collapse {
            background: #fff
        }


        #footer .footer-top .footer-info {
            margin: -20px 0 30px 0;
        }

        .wback .caption {
            display: none;
        }

        #header {
            position: relative;
            /* background-color: #fff; */
            height: 100%;
            padding: 5px 0 0;
            display: flex;
            align-items: center;
            left: 0;
        }

    }

@media (max-width: 767px) {

    .bnr-sec {
        min-height: auto;
        height: auto;
        padding: 0;
    }

    .bnr-sec .carousel-inner {
        height: auto;
    }

    .bnr-sec .carousel-item {
        min-height: auto;
        height: auto;
    }

    .contz {
        min-height: auto;
    }

    .contz .row {
        min-height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .bnr-sec .content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 10px;
        width: 100%;
        z-index: 10;
    }

    .bnr-sec h1 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .bnr-sec .sub {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .bnr-sec .sub br {
        display: none;
    }

    .bnr-btns {
        gap: 10px;
    }

    .bnr-sec .cta {
        padding: 12px 18px;
        font-size: 14px;
    }

    .bnr-sec .c1 {
        padding: 10px 18px !important;
    }

    .lst-sz {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .lst-sz .text-sm {
        font-size: 13px;
    }

    .bnr-mnz {
        width: 100%;
        height: 300px;
    }

    .bnr-mnz img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
    }

    .bnr-mnz:before {
        background: linear-gradient(
            to bottom,
            #0a1f43 0%,
            rgba(10,31,67,.15) 50%,
            rgba(10,31,67,0) 100%
        );
    }

    .bnr-sec:after {
        width: 100%;
    }
}