@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    transition: background .3s, color .3s, border .3s, border-color .3s;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


:root {}

.white-filter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(131deg) brightness(106%) contrast(101%);
}

a.menu-item {
    display: block;
    padding: 28px 0px;
}


.sectionheader {
    padding-bottom: 40px;
    width: 60%;
    margin: auto;
}


.our-practice-areas-sec {
    padding: 80px 0;
    background: #F7F9FC;
}


.our-practice-areas-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
        position: relative;
    z-index: 1;
}

.our-practice-areas-img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #E0B04B;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: all 0.4s ease 0s;
}

.our-practice-areas-item::before {
  position: absolute;
  content: "";
  /* background-image: url("../images/hm2-bg02.webp"); */
  background: #2B4C7E;
  top: 0;
  width: 0;
  height: 100%;
  left: 50%;
  background-size: cover;
  transition: all 0.4s ease 0s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
    border-radius: 16px;
}
 

.our-practice-areas-item h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 12px;
    text-align: center;
}

.our-practice-areas-item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.our-practice-areas-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.our-practice-areas-list li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 4px;
    background: #F7F9FC;
    color: #000;
    padding: 4px 12px;
    margin: 0px;
}



.our-practice-areas-item:hover .our-practice-areas-img{
    background-color: #4475c0;
        /* animation: smooth-bounce 1.2s ease-in-out infinite; */
        border-radius: 50px;
       /* transition-timing-function: ease-in; */

  /* Quick on the way out */
  /* transition: 0.2s; */

  /* Hide thing by pushing it outside by default */
  /* transform: translateY(5%); */
    
}
.our-practice-areas-item:hover h3  {

    color: #fff;
}
.our-practice-areas-item:hover p  {

    color: #fff;
}

.our-practice-areas-item:hover li  {

      background: #4475c0;
    color: #fff;
}

.our-practice-areas-item:hover::before {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}







.featured-case-studies-sec {
    padding: 80px 0;
}

.featured-case-studies-item {
    border-radius: 16px;
    border: 1px solid rgba(204, 204, 204, 0.26);
    background: #FFF;
    /* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05); */
    overflow: hidden;
        transition: all 0.5s;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
    margin-bottom: 20px;
    /* padding: 15px; */
    margin-left: 5px;
}

.featured-case-studies-img {
    height: 233px;
    position: relative;

}

.featured-case-studies-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    
}
.overflowHidden{
    	overflow: hidden;
}
.featured-case-studies-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
}

.featured-case-studies-item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.featured-case-studies-item h2 {
    color: #C8A84E;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px;
}

.featured-case-studies-item h4 {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0.8;
}

.featured-case-studies-item span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.featured-case-studies-content {
    padding: 24px;
}

.featured-case-studie-tag {
    border-radius: 16px 0 0 0;
    background: #1E3A5F;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 4px 12px;
}

.featured-case-studies-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0px 0px 12px;
    align-items: end;
}
.featured-case-studies-item:hover{
        transform: translateY(-5px);
}

.featured-case-studies-item:hover .featured-case-studies-img img{

  	-webkit-transform: scale(1.3);
	transform: scale(1.3);
    /* border-radius: 16px; */
}

.research-insights-sec {
    padding: 80px 0;
}

.research-insights-item {
    border-radius: 16px;
    border: 1px solid rgba(204, 204, 204, 0.26);
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    min-height: 502px;
 
        transition: all 0.5s;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
    margin-bottom: 20px;
    /* padding: 15px; */
    margin-left: 5px;
 
}

/* .research-insights-img {
    height: 233px;
    position: relative;
 overflow: hidden;

} */

.research-insights-img {
    height: 233px;
    position: relative;
        	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    overflow: hidden;
    

}

.research-insights-img img {
    width: 100%;
    height: 100%;
  
        object-fit: cover;
     	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
     
}

.research-insights-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
}

.research-insights-content {
    padding: 24px;
}

.research-insights-item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}


.research-insights-item:hover{
        transform: translateY(-5px);
}


.research-insights-item:hover .research-insights-img img  {


   

 	-webkit-transform: scale(1.3);
	transform: scale(1.3);
    /* border-radius: 16px; */
 

}

.readMorebtn {
    color: #1E3A5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.readMorebtn img {
    width: 24px !important;
}

.what-people-say-about-Us-sec {
    background: linear-gradient(95deg, #1F3B5B 10.17%, #2B4C7E 100%);
    padding: 80px 0px;
}

.testimonial-item {
    border-radius: 16px;
    background: #2B4C7E;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 24px 16px;
    min-height: 316px;
}

.grandiose-filter {
    filter: brightness(0) saturate(100%) invert(98%) sepia(11%) saturate(4875%) hue-rotate(318deg) brightness(88%) contrast(76%);
}

.testimonial-profile>div:nth-child(2) {
    width: calc(100% - 60px);
}

.testimonial-img {
    width: 60px;
    height: 60px;
}

.testimonial-img img {
    width: 60px;
    height: 60px;
    background: #D9D9D9;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.testimonial-item h5 {
    color: #C8A84E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0px;
}

.testimonial-item p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
}

.testimonial-content {
    border-radius: 16px;
    padding: 16px;
    background: #25416C;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.testimonial-content img {
    width: 24px !important;
}

.serving-leading-brands-sec {
    background: #F7F9FC;
    padding: 80px 0px;
}

.serving-leading-brands-item {
    width: 211px;
    height: 85px;
    border-radius: 5px;
    border: 1px solid rgba(43, 76, 126, 0.50);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serving-leading-brands-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.let-strategic-resource-sec {
    background: linear-gradient(95deg, #1F3B5B 10.17%, #2B4C7E 100%);
    padding: 80px 0px;
}

.Mainbutton {
    padding: 0 24px;
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    outline: unset;
    display: inline-flex !important;
    align-items: center;
    border: 1px solid transparent;
    text-decoration: unset;
    transition: .5s;
    pointer-events: all;
    cursor: pointer;
    z-index: 0;
}

.white-btn {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000 !important;
}

footer {
    background: #122137;
    padding: 50px 0px;
}

.copy-rights-sec {
    background: #0E192B;
    padding: 20px 0px;
}

#menuBtn img {
    width: 34px;
}



/* 
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-prev,
.owl-next {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50%;
    background: unset;
}

.owl-next img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(90%) saturate(4934%) hue-rotate(1deg) brightness(102%) contrast(107%);
}

.owl-next {
    background-color: #E0B04B !important;
    position: absolute;
    right: -22px;
}

.owl-next:hover {
    background-color: #e0b04ba6 !important;
}

.owl-next img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}


.owl-prev {
    background-color: #E0B04B !important;
    position: absolute;
        left: -22px;
}

.owl-prev:hover {
    background-color: #e0b04ba6 !important;

}

.owl-prev img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 0px;
    outline: unset !important;
}
 */

 .owl-carousel .owl-dots.disabled{
     display: block !important;
 }

@media (max-width: 767px),
(min-width: 577px) and (max-width: 768px) {
    .sectionheader {
        width: 100%;
    }

    .hero-bnr {
        padding: 50px 0px;
    }

    .our-practice-areas-sec {
        padding: 40px 0;
    }

    .featured-case-studies-sec {
        padding: 40px 0;
    }

    .what-people-say-about-Us-sec {
        padding: 40px 0px;
    }

    .research-insights-sec {
        padding: 40px 0;
    }

    .serving-leading-brands-sec {
        padding: 40px 0px;
    }

    .let-strategic-resource-sec {
        padding: 40px 0px;
    }

    #mobileMenu {
        padding: 0px 0px 16px;
    }

    #aboutMenu a {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    #aboutToggle {
        padding: 8px 24px;

        /* border-bottom: 1px solid #f3f3f3; */
    }

    div#mobileMenu a {
        padding: 8px 24px;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sectionheader {
        width: 100%;
    }

    .hero-bnr {
        padding: 50px 0px;
    }

    .our-practice-areas-sec {
        padding: 40px 0;
    }

    .featured-case-studies-sec {
        padding: 40px 0;
    }

    .what-people-say-about-Us-sec {
        padding: 40px 0px;
    }

    .research-insights-sec {
        padding: 40px 0;
    }

    .serving-leading-brands-sec {
        padding: 40px 0px;
    }

    .let-strategic-resource-sec {
        padding: 40px 0px;
    }

    #mobileMenu {
        padding: 0px 0px 16px;
    }

    #aboutMenu a {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    #aboutToggle {
        padding: 8px 24px;

        /* border-bottom: 1px solid #f3f3f3; */
    }

    div#mobileMenu a {
        padding: 8px 24px;
        border-bottom: 1px solid #f3f3f3;
    }

}


@keyframes smooth-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(0);
  }
}
.w250{ width: 250px;}

.homesub-title {
    /* display: inline-block; */
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 17px;
    padding: 10px 30px 10px 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.herosubTitle{

display: flex;
gap: 15px;
    align-items: center;

}

.heroIcon{ width: 32px;
height: 32px;}

.spin2 {
  animation: spin2 20s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


.homeBanner{ 
    display: flex;

}
.mbmin53{
        margin-bottom: -53px;
}

 .btnblue {
  padding: 10px 20px;
  margin: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 2;
}
/* 3. Border Reveal */
.btn-border-reveal {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
  border-radius: 5px;
}

.btn-border-reveal::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e0b04b;
  transition: width 0.3s ease;
  z-index: -1;
    border-radius: 5px;
}

.btn-border-reveal:hover::after {
  width: 100%;
}

.btn-border-reveal:hover {
  color: white;
}
.mtop{
margin-top: 20px;
}


.page-breadcrumb {
  position: relative;
  margin-top: 5px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  background: #ffffff12;
  padding: 4px 20px;
  border-radius: 18px;
  border: 1px solid #ffffff26;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.page-breadcrumb li:last-child {
  color: #ffffff99;
  padding-right: 0;
  margin-right: 0;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li span {
  padding: 0 2px 0 5px;
}
.page-breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* font-family: var(--title-font); */
  text-transform: capitalize;
  transition: all 300ms ease;
}
.page-breadcrumb li a:hover {
  color: var(--theme-color2);
}
.page-breadcrumb li a > i {
  font-size: 14px;
  color:#fff;
  margin-right: 10px;
}
.page-breadcrumb li:hover:first-child::before {
  color:#fff;
}
.innerPageBanner{
 background-image: url("../images/breadcrumb.webp"); 
 padding: 100px 0px;
     background-position: center;
     text-align: center;

}
.innerPageBanner h2{
 
    font-size: 52px;
    line-height: 1;
    color:#fff;
    font-weight: 700;
    /* font-family: var(--title-font); */
    margin-bottom: 17px;

}

 

.br-30 {
    border-radius: 30px;
}
.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
.position-relative {
    position: relative!important;
}

.overflow-hidden {
    overflow: hidden!important;
}
.bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sectionSpace{

    margin: 60px 0px;

}

.categorySection{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mb50{ margin-bottom: 50px;}

.linkpageBodycolor{

    background: #f4f7ff;
}

/* blog details */


.blog-list-card {
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.4s ease 0s;
}
.blogImage img{ 
    width: 832px;
    height: auto;
    border-radius: 16px;
}
.blogcontent {
    padding: 30px 15px 10px;
}

.categoryname{

    display: inline-block;
    font-size: 15px;
        text-transform: uppercase;
            height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 20px;
       font-weight: 500;
         color: #122137;
 

    /* font-family: var(--title-font); */

    border: 1px solid #030f441a;
    background-color: #fff;
    transition: all 0.4s ease 0s;

}
.blogtitle {
    font-size: 30px;
       color: #122137;
    font-weight: 600;
    margin: 15px 0;
}
.blogprofilecontainer{ display: flex; gap: 15px;align-items: center;
}
.blogUserProfile img{
    width: 45px;
    height: 45px;
    background-color: #ccc;
    border-radius: 50px;

}
.gap50{ gap: 50px;}
.grayColor{ color: #a0a3b5;}
.Blogdatetimesection{ display: flex; 
    gap: 15px;
    align-items: center;
}
.calc img{ width: 50px;}
.disflexaligncenter{ 
 display: flex;  align-items: center;

}
.fs14{ font-size: 14px; color: #ccc;}

.borbottom{ border-bottom: 1px solid #a0a3b52b; }
.m30{ margin: 20px 0px;}

.blogcategorySection {
    width: 100%;
    margin-bottom: 30px;
    padding: 35px;
    border-radius: 10px;
    background-color:#fff;
  
}
 .categorytitle {
    font-size: 22px;
    color:#fff;
    font-weight: 500;
    background-color:#122137;
    padding: 20px 35px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
      margin-top: 30px;
}


.categories li {
  padding: 16px 0;
  border-bottom: 1px solid #1616161a;
}
.categories li:first-child {
  padding-top: 0;
}
.categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #0E192B;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
    transition: all 0.4s ease;
}
.categories li a:hover {
  color: #e0b04b;
  padding-left: 15px;
}
.categories li a:hover::before {
  opacity: 1;
}
.categories li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  left: 0;
  width: 7px;
  height: 7px;
  background:#e0b04b;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  opacity: 0;
}
.categories li a span {
  color: #122137;;
}
.comment-title {
    font-size: 24px;
    color: #122137;
    font-weight: 600;
    margin-bottom: 25px;
}
.commentsectionBox {
    display: flex;
    gap: 30px;
    padding: 40px 35px;
    background: #eaeefa;
    border-radius: 10px;
    margin-bottom: 53px;
}

.commentBlock{

    display: flex;
    align-items: center;
    gap: 20px;
}

.userProfileImg{width: 82px;
height: 82px;
border-radius: 50px;
background-color: #cccccc4d;
min-width: 82px;

}

.commentBlock h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #122137;
    margin-bottom: 0;
    /* position: relative; */
    /* padding-right: 32px; */
    /* margin-right: 10px; */
}
.commentBlock p { margin-bottom: 20px;}
.commentBlockDate {
 
    font-size: 14px;
    color: #a29c9c;
}