*{
  margin: 0;
  padding: 0;
}
:root{
  --font-cormorant: "Cormorant", serif;
  --font-inter: "Inter", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-nunito: "Nunito Sans", sans-serif;
  --primary-color: #1C1B1B;
  --secondary-color: #E1B45C;
  --dark-color: #000000;
  --white-color: #fff;
  --blue-color: #001F6D;
  --dark-blue-color: #01206E;
  --dark-black-color: #1C1B1B;
  --dark-grey-color: #3C3C3C;
  --grey-color: #4E4E4E;
  --navy-blue-color: #001740;
  --light-grey-color: #D7D8D9;
  --font-weight-800: 800;
  --font-weight-700: 700;
  --font-weight-600: 600;
  --font-weight-500: 500;
  --font-weight-400: 400;
  --font-weight-300: 300;
  --font-0_5rem: 0.5rem;
  --font-0_75rem: 0.75rem;
  --font-1rem: 1rem;
  --font-2rem: 2rem;
  --font-3rem: 3rem;
  --font-4rem: 4rem;
  --font-5rem: 5rem;
  --font-6rem: 6rem;
  --font-7rem: 7rem;
  --font-8rem: 8rem;
  --transition: all 600ms;
}
body{
  margin: 0;
  padding: 0; 
}
h1,h2,h3,h4,h5,h6, p{
  margin: 0;
  padding: 0;
}
ul li, ul, a{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
a:hover{
  text-decoration: none;
    color: #fff;
}
img{
  margin: 0;
  padding: 0;
  width: 100%;
}
button:focus, .btn:focus, .form-control:focus{
  outline: none;
  box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}



.container{
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-sec{
  border-bottom: 1px solid #ffffff10;
}
.header-left img.header-logo{
  max-width: 335px;
  width: 100%
}
.header-top{
  height: 40px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.header-top ul{
  display: flex;
  justify-content: end;
  gap: 5px;
}

.header-top ul li a{
  color: var(--light-grey-color);
  font-size: var(--font-0_75rem);
}

.header-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #FFFFFF10;
  height: 90px;
}
.header-bottom ul li {
  margin: 0 30px;
  position: relative;
}
.header-bottom ul li a{
  font-family: var(--font-roboto);
  font-weight: var(--font-weight-400);
  font-size: var(--font-1rem);
  line-height: 30px;
  padding: 0;
  transition: var(--transition);
  color: var(--white-color);
}
.header-bottom ul li a:hover{
  font-weight: var(--font-weight-500);
  color: var(--white-color);
}
.header-bottom ul li a.active{
  font-weight: var(--font-weight-500) !important;
  color: var(--white-color) !important;
}
.border-left .header-right{
  border-left: 1px solid #FFFFFF10;
}
.header-btn-wrap{
  position: absolute;
  right: 0;
}
.site-btn{
  background: var(--secondary-color);
  color: var(--white-color);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
  transition: var(--transition);
}
.site-btn:hover{
  background: var(--blue-color);
}
.header-sec.newheader{
  background: var(--navy-blue-color);
}
.header-sec.newheader .header-top{
max-height: 0;
  opacity: 0;
  padding: 0;
  height: 0;
}

.navbar-nav li{
  position: relative;
}
  .navbar-nav li.menu-item-has-children .sub-menu{
    min-width: 220px;
    position: absolute;
    left: 0px;
    width: 260px;
    background: var(--secondary-color);
    z-index: 9;
    display: none;
    top: 60px;
  }
  .navbar-nav li.menu-item-has-children .sub-menu li a{
    padding: 10px 15px !important;
    display: flex;
    transition: var(--transition);
  }
.navbar-nav li.menu-item-has-children .sub-menu li a:hover{
  background: var(--dark-blue-color);
}
.toggle-arrow.active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.toggle-arrow{
  position: absolute;
  top: 3px;
  right: -25px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.toggle-arrow i{
  transition: all 600ms;
}
.toggle-arrow.active i {
    transform: rotate(180deg);
}
.header-bottom ul li .sub-menu li{
  margin: 0;
}


.banner-sec{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 990px;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-content h1{
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight-700);
  font-size: 5.625rem;
  line-height: 80px;
  color: var(--white-color);
  max-width: 90%;
}
.banner-content h1 span{
    font-weight: var(--font-weight-300);
    font-size: 3.4rem;
    line-height: 80px;
    color: var(--secondary-color);
}
.banner-content h4{
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight-300);
  font-size: 3.4rem;
  line-height: 80px;
  color: var(--white-color);
  max-width: 80%;
}
.banner-wrap-box{
  margin-top: 70px;
}
.banner-wrap-box h6{
      font-family: var(--font-inter);
    font-weight: 500;
    font-size: var(--font-1rem);
    line-height: 28px;
    color: var(--white-color);
    position: relative;
    padding-left: 120px;
}
.banner-wrap-box h6:before{
  position: absolute;
  content: '';
  width: 100px;
  left: 0;
  top: 50%;
  height: 1px;
  background: var(--white-color);
}
.banner-wrap-box p{
      font-family: var(--font-inter);
    font-weight: 400;
    font-size: var(--font-1rem);
    line-height: 36px;
    color: #D8D8D8;
    margin-bottom: 25px;
}
.banner-wrap-box a.banner-btn{
  font-family: var(--font-roboto);
  font-size: var(--font-1rem);
  line-height: 100%;
  padding: 20px 25px;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  max-width: 295px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
}


.section-padding{
  padding: 90px 0;
}
.sec-title{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-500);
  font-size: var(--font-1rem);
  line-height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 6.46px;
  color: var(--primary-color);
}
.divider{
  width: 36px;
  height: 2px;
  background: var(--secondary-color);
  margin: 1.5rem 0;
}
.welcome-content-box{
  padding-left: 3rem;
}
.welcome-content-box h2{
      font-family: var(--font-cormorant);
    font-weight: var(--font-weight-400);
    font-size: 3.625rem;
    line-height: 62px;
    max-width: 450px;
    margin-bottom: 20px;
    color: var(--dark-color);
}
.welcome-content-box h4{
      font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    vertical-align: middle;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.welcome-content-box p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
    color: var(--dark-grey-color);
    margin-bottom: 25px;
}


.practice-sec{
  position: relative;
}
.bg-yellow{
  background-color: #fbf7f1;
}
.mb-70{
  margin-bottom: 4.5rem;
}
.section-padding-2{
  padding: 125px 0;
}
.text-center .divider{
  margin-left: auto;
  margin-right: auto;
}
.title-heading {
  position: relative;
  z-index: 9;
}
.title-heading h2{
  font-family: var(--font-cormorant);
    font-weight: var(--font-weight-400);
    font-size: 3.75rem;
    line-height: 65px;
    vertical-align: middle;
    color: var(--dark-color);
}
.title-heading h2 span{
  color: var(--secondary-color);
}
.title-heading h5{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    text-align: center;
    margin: 15px 0;
    color: var(--primary-color);
}
.title-heading p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
}
.shadow-text{
      font-weight: var(--font-weight-300);
    font-size: 15rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 9%;
    font-family: var(--font-cormorant);
    color: #E1B45C;
    background: linear-gradient(to bottom, #e1b45c14 50%, rgba(249, 243, 231, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    line-height: 1;
    letter-spacing: 20px;
    z-index: 1;
        width: 100%;
    text-align: center;
}
.pratice-card{
  padding: 40px;
  background-color: var(--white-color);
  transition: all 900ms;
  height: 100%;
}
.practice-icon{
  max-width: 62px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.pratice-title{
  margin-bottom: 20px;
}
.pratice-title h3{
      font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.313rem;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    color: var(--primary-color);
}
.pratice-title h3 span{
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.practice-content p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
    color: var(--dark-grey-color);
    margin-bottom: 20px;
}
.practice-content a{
  font-family: var(--font-nunito);
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--grey-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pratice-card .fa-arrow-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.practice-content {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pratice-card:hover{
  background-color: var(--blue-color);
}
.pratice-card:hover .pratice-title h3{
  color: var(--white-color);
}
.pratice-card:hover .practice-content p{
  color: var(--white-color);
}
.pratice-card:hover .practice-content a{
  color: var(--white-color);
}

.pratice-card:hover .fa-arrow-right {
  opacity: 1;
  transform: translateX(5px);
}
.practice-sec .row .col-md-6{
  margin-bottom: 30px;
}

.about-sec{
  padding-top: 110px;
  padding-bottom: 70px;
}
.title-right p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    vertical-align: middle;
    max-width: 335px;
    color: var(--primary-color);
}
.title-right a{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-700);
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #B8B8B8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--dark-color);
}
.title-right a i{
  color: var(--secondary-color);
}

.law-box{
position: relative;
    overflow: hidden;
    height: 770px;
}
.law-box:after {
    position: absolute;
    content: '';
    background: #fff0 linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    transition: all 300ms;
}
.law-img img{
  filter: grayscale(1);
  height: 770px;
  object-fit: cover;
}
.law-content {
    position: relative;
    z-index: 9;
    width: 85%;
    transform: translate(-50%, 0%);
    left: 50%;
    transition: all 300ms;
}

.law-box .law-content {
    font-size: 1rem;
    color: var(--white-color);
    font-weight: 300;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    margin: 0;
    transition: all 300ms;
}
.law-content h3.law-header {
  position: absolute;
  bottom: 50px;
  margin: 0;
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-700);
  font-size: 2rem;
  line-height: 48px;
  letter-spacing: 1px;
  color: var(--white-color);
  transition: all 0.5s ease; /* smooth movement */
}

.law-content p.law-desc {
  color: var(--white-color);
  position: absolute;
  bottom: 75px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  font-family: Nunito Sans;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 3%;
vertical-align: middle;

}

.law-box:hover .law-content p.law-desc {
  opacity: 1;
  transform: translateY(0); 
}

.law-box:hover .law-img img {
  filter: grayscale(0);
  transition: all 0.5s ease;
}

.law-box:hover::after {
  height: 70%;
  background: linear-gradient(0deg,rgba(9, 39, 113, 1) 40%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s ease;
}

.law-box:hover .law-img img{
  filter: grayscale(0);
}
.law-box:hover .law-content {
    bottom: 0;
}
.law-box:hover .law-content h3 {
    color: var(--white-color);
    position: absolute;
    margin: 0;
}
.law-box:hover .law-content p {
    opacity: 1;
}

.law-box:hover .law-content h3.law-header {
  bottom: calc(80px + 60px); /* keep some gap above the description */
}


.review-sec{
  position: relative;
  padding-top: 105px;
  padding-bottom: 150px;
}
.review-sec img.review-img{
    max-width: 820px;
    position: absolute;
    top: 0;
    right: 0;
}

.review-box{
  position: relative;
}
.review-icon{
    max-width: 190px;
    position: absolute;
    left: 0;
    top: 0;
}
.review-content{
  padding-left: 230px;
}
.review-content h4{
    font-family: var(--font-nunito);
    font-weight: 200;
    font-size: 3rem;
    line-height: 72px;
    color: var(--dark-color);
    margin-bottom: 50px;
    position: relative;
}
.review-content h4:after{
  position: absolute;
  content: '';
  background-image: url(../../assets/images/quote-2.png);
  background-size: 75px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -40px;
}
.review-content h4 span{
  color: var(--secondary-color);
}
.review-content h4 strong{
  font-weight: 800;
}
.review-btn{
    background: var(--secondary-color);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-roboto);
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: var(--white-color);
    max-width: 440px;
    transition: var(--transition);
}
.review-btn:hover{
  background: var(--dark-color);
}

footer{
  background-color: var(--navy-blue-color);
  padding-top: 65px;
  padding-bottom: 30px;
}
.footer-logo{
  max-width: 334px;
  margin-bottom: 40px;
}
.footer-widget p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 26px;
    color: var(--white-color);
    max-width: 335px;
}
.newsletter-form{
  margin-top: 25px;
}
.newsletter-form form{
  position: relative;
}
.newsletter-form form input{
    height: 50px;
    border-radius: 0;
    background: var(--white-color);
    padding: 5px 15px;
    font-family: var(--font-inter);
    font-weight: var(--font-weight-400);
    font-size: 0.875rem;
    line-height: 24px;
    color: #667085;
    padding-right: 110px;
}
.form-btn{
    background: #D6AC5B;
    height: 38px;
    width: 97px;
    border: 0;
    font-family: var(--font-inter);
    font-weight: var(--font-weight-400);
    font-size: 0.875rem;
    line-height: 24px;
    color: var(--white-color);
    position: absolute;
    right: 6px;
    top: 6px;
    transition: var(--transition);
}
.form-btn:hover{
  background: var(--navy-blue-color);
}

.disclaim-box{
    margin-top: 20px;
    border: 1px solid #2A3F66;
    padding: 10px;
}
.disclaim-box h5{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-500);
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--white-color);
}
.disclaim-box p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 0.8rem;
    line-height: 20px;
    color: var(--white-color);
    max-width: 100%;
}
.disclaim-box p span{
  font-weight: var(--font-weight-700);
}
.gap-100{
  --bs-gutter-x: 4rem;
}
.footer-widget h3.footer-title{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-600);
    font-size: 1.125rem;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 10px;
}
.link-wrap{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.link-wrap a{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 0.9rem;
    line-height: 30px;
    color: #E2E2E3;
}
.link-wrap a:hover{
  color: var(--secondary-color);
}
.footer-widget .link-wrap p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 0.8rem;
    line-height: 20px;
}
.footer-widget{
  margin-bottom: 20px;
}
.contact-list{
  display: flex;
  flex-direction: column;
}
.contact-list a{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 30px;
    color: var(--white-color);
}
.contact-list a i{
  margin-right: 10px;
}

.social-link{
  margin: 25px 0;
}
.social-link ul{
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.social-link ul li a{
  color: #9AA0AA;
  width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-link ul li a:hover{
  color: var(--secondary-color);
}
.social-link ul:before{
  position: absolute;
  content: '';
  width: 43%;
  height: 1px;
  background: #ffffff10;
  left: 0;
  top: 15px;
}
.social-link ul:after{
  position: absolute;
  content: '';
  width: 43%;
  height: 1px;
  background: #ffffff10;
  right: 0;
  top: 15px;
}
.footer-bottom{
  padding-bottom: 15px;
}
.footer-bottom p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 26px;
    text-align: center;
    color: #9AA0AA;
}
.footer-bottom p a{
  font-weight: var(--font-weight-700);
  color: var(--white-color);
}

.inner-banner-sec{
  height: 615px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0;
    margin-top: -137px;
    display: flex;
    align-items: center;
	background-size: cover;
}
.inner-banner-sec .container{
  height: 100%;
}
.inner-banner-sec .container .row{
  height: 100%;
}
.inner-banner-content{
  max-width: 495px;
}
.inner-banner-content h1{
      font-family: var(--font-cormorant);
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 4.2rem;
    color: var(--white-color);
}
.inner-banner-content h1 span{
  color: var(--secondary-color);
}
.cust-margin-left{
  margin: auto 0;
}
.cust-margin-right{
  margin-top: auto;
}

.inner-banner-wrap-box h6{
  font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 28px;
    color: var(--white-color);
    position: relative;
    padding-left: 120px;
    position: relative;
}
.inner-banner-wrap-box h6 span{
      font-family: var(--font-inter);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
    color: var(--white-color);
}
.inner-banner-wrap-box h6:before{
    position: absolute;
    content: '';
    width: 100px;
    left: 0;
    top: 12px;
    height: 1px;
    background: var(--white-color);
}
.inner-banner-wrap-box p{
      font-family: var(--font-inter);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
    color: #D8D8D8;
}

.breadum-sec{
  padding: 30px 0;
}
.breadcrumb {
  margin: 0;
  background: none;
  font-size: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #909092;
}
.breadcrumb a {
    color: #909092;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}
.breadcrumb a:hover {
  color: var(--navy-blue-color);
}
.breadcrumb-item.active {
  color: var(--navy-blue-color);
  font-weight: 500;
}
.mb-50{
  margin-bottom: 50px;
}

.abouse-sec{
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 5.938rem;
}
.image-wrap-left{
  padding-right: 60px;
}
.image-wrap-left h4{
  font-family: var(--font-nunito);
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 48px;
    color: var(--primary-color);
        max-width: 525px;
    margin-bottom: 40px;
}

.image-wrap-left h4 span{
  font-weight: var(--font-weight-700);
}
.image-wrap-left img{
  height: 360px;
    object-fit: cover;
    width: 100%;
}

.image-wrap-right img{
   height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
}
.image-wrap-right p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
    color: var(--dark-grey-color);
    margin-bottom: 20px;
}

.info-sec{
  padding: 140px 0;
  position: relative;
}
.info-content-box h2{
      font-family: var(--font-cormorant);
    font-weight: var(--font-weight-400);
    font-size: 3.625rem;
    line-height: 62px;
    max-width: 450px;
    margin-bottom: 20px;
    color: var(--dark-color);
}
.info-content-box h4{
      font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    vertical-align: middle;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.info-content-box p{
      font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
    color: var(--dark-grey-color);
    margin-bottom: 25px;
}
.custom-pr{
  padding-right: 22%;
}

.role-box {
background: var(--white-color);
    text-align: center;
    padding: 35px;
    transition: all 0.3s ease;
    box-shadow: 0px 30px 80px 0px #F2ECE1;
    margin-bottom: 30px;
    min-height: 322px;
}
.role-box:hover {
  transform: translateY(-5px);
}
.role-icon{
  max-width: 75px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.role-icon img{
  width: auto;
}
.role-box p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-600);
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: var(--dark-grey-color);
}
.role-box p span{
  font-weight: var(--font-weight-300);
}
.rt-col{
  margin-top: 45px;
}
.info-se .row .role-box:last-child{
  margin-bottom: 0;
}

.inner-law .law-content h3.law-header{
  font-size: 1.5rem;
  line-height: 36px;
}
.inner-law .law-content p.law-desc{
  font-size: 18px;
}
.inner-law .law-img img {
  filter: grayscale(0);
}
.inner-law .law-box:hover::after {
    height: 100%;
    background: linear-gradient(0deg, rgb(9 39 113 / 70%) 40%, rgb(3 41 135 / 70%) 100%);
    transition: all 0.5s ease;
}

.rich-sec{
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.mb-115{
  margin-bottom: 115px;
}
.mb-45{
  margin-bottom: 45px;
}
.rich-content h3{
      font-family: var(--font-cormorant);
    font-weight: var(--font-weight-400);
    font-size: 3.75rem;
    line-height: 65px;
    vertical-align: middle;
    color: var(--dark-color);
    margin-bottom: 20px;
}
.custom-pr-2{
  padding-right: 10%;
}
.custom-lr-2{
  padding-left: 10%;
}
.rich-content p.rich-subtitle{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 1.5rem;
  line-height: 34px;
  vertical-align: middle;
  color: var(--primary-color);
}
.rich-content ul{
  margin-top: 40px;
}
.rich-content ul li{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 1.125rem;
  line-height: 28px;
  color: var(--dark-color);
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
}
.rich-content ul li:last-child{
  margin-bottom: 0;
}
.rich-content ul li i{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    border: 1px solid var(--secondary-color);
    width: 24px;
    height: 24px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}
.rich-img-bx img{
  height: 485px;
  object-fit: cover;
}
.note-box{
  padding: 25px;
}
.yellow-bg.left-right{
  background: linear-gradient(90deg, #E1B45C 52.18%, rgba(225, 180, 92, 0) 100%);
}
.yellow-bg.right-left{
  background: linear-gradient(-90deg, #E1B45C 52.18%, rgba(225, 180, 92, 0) 100%);
}
.blue-bg.right-left{
  background: linear-gradient(90deg, #032987 63.79%, rgba(3, 41, 135, 0) 100%);
}
.blue-bg.left-right{
  background: linear-gradient(-90deg, #032987 63.79%, rgba(3, 41, 135, 0) 100%);
}
.note-box p{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-500);
  font-size: 1.25rem;
  line-height: 32px;
  text-align: center;
  color: var(--white-color);
}

.case-sec{
  padding-top: 140px;
  padding-bottom: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-color: var(--navy-blue-color);
  background-size: cover;
}
.info-content-box.text-white .sec-title{
  color: var(--white-color);
}
.info-content-box.full-width h2{
  max-width: 100%;
}

.info-content-box.text-white h2{
  color: var(--white-color);
}
.info-content-box.full-width p{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 1rem;
  line-height: 28px;  
  vertical-align: middle;  
  max-width: 578px;
  margin: 0 auto;
}
.info-content-box.text-white p{
  color: var(--white-color);
}
.info-content-box.text-center p{
  text-align: center;
}
.shadow-text-2 {
    font-weight: var(--font-weight-300);
    font-size: 15rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    font-family: var(--font-cormorant);
    color: #ffffff;
    background: linear-gradient(to bottom, #ffffff14 50%, rgb(255 255 255 / 0%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    line-height: 1;
    letter-spacing: 20px;
    z-index: 1;
}
.info-content-box{
  position: relative;
  z-index: 2;
}

.process-sec{
  position: relative;
  padding: 100px 0;
  background-color: #FBF7F1;
  background-repeat: no-repeat;
  background-size: cover;
}
.mb-30{
  margin-bottom: 30px;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: linear-gradient(to bottom, #d4a373, #b21f1f, #1a2a6c);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.timeline-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}
.timeline-item:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 45px;
  background: #C8BFAC;
  left: 50%;
  top: 100%;
/*  transform: translate(-50%, -50%);*/
}

.timeline-item:nth-child(odd) .timeline-content {
  padding: 45px 50px 30px;
}
.timeline-item:nth-child(even) .timeline-content {
    padding: 45px 100px 30px;
}

.timeline-content {
  background: var(--white-color);
  border-radius: 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 30px 80px 0px #F2ECE1;
  width: 100%;
}

.timeline-content:hover {
    transform: translateY(-5px);
}

.step-number {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  background: #F8F2E4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
  color: var(--dark-color);
}
.step-number:before{
  position: absolute;
  border: 1px solid #F8F2E4;
  content: '';
  width: 93px;
  height: 93px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}

.timeline-content h3 {
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    color: var(--dark-color);
}

.timeline-content p {
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 0.9rem;
  line-height: 24px;
  text-align: center;
  color: var(--dark-grey-color);
}

.mb-90{
  margin-bottom: 5rem;
}
.timeline-item:last-child{
  margin-bottom: 85px;
}
.timeline-item:nth-child(1) .timeline-content { max-width:515px; }
.timeline-item:nth-child(2) .timeline-content { max-width:645px; }
.timeline-item:nth-child(3) .timeline-content { max-width:758px; }
.timeline-item:nth-child(4) .timeline-content { max-width:890px; }
.timeline-item:nth-child(5) .timeline-content { max-width:1005px; }
.timeline-item:nth-child(6) .timeline-content { max-width:1084px; }
.timeline-item:nth-child(7) .timeline-content { max-width:1150px; }
.timeline-item:nth-child(8) .timeline-content { max-width:1225px; }

.text-content{
  max-width: 600px;
  margin: 0 auto;
}
.text-content p{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
  font-size: 1.5rem;
  line-height: 36px;
  text-align: center;
  color: var(--primary-color);
}
.timeline-content a{
   font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
    font-size: 0.9rem;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--dark-color);
    text-align: center;
}
.timeline-content a:hover{
  color: var(--secondary-color);
}
.timeline-content ul li{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-400);
    font-size: 0.9rem;
    line-height: 36px;
    text-align: center;
    color: var(--dark-grey-color);
    list-style: inside;
}

.pt-70{
  padding-top: 70px;
}
.pb-110{
  padding-bottom: 110px;
}

.info-btn{
  font-family: var(--font-nunito);
  font-weight: var(--font-weight-700);
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
  text-transform: uppercase;
  border: 1px solid #B8B8B8;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--dark-color);
  max-width: 295px;
  margin-top: 50px;
  height: 60px;
  letter-spacing: 1.5px;
}
.info-btn i{
  color: var(--secondary-color);
}
.info-btn:hover{
  border: 1px solid var(--secondary-color);
  color: var(--dark-color);
}

section{
  position: relative;
}
.section-img-bx img{
  position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
}

.welcome-content h3{
  font-family: var(--font-nunito);
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 48px;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.welcome-content p{
  font-family: var(--font-nunito);
  font-weight: 400;
  font-size: 1rem;
  line-height: 32px;
  color: var(--dark-grey-color);
  margin-bottom: 15px;
}
.welcome-img-bx{
  position: relative;
}
.welcome-img-bx img.img-1{
      max-width: 312px;
    height: 508px;
    object-fit: cover;
    border: 10px solid var(--white-color);
    position: relative;
    z-index: 2;
}
.welcome-img-bx img.img-2{
    max-width: 545px;
    height: 500px;
    object-fit: cover;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 1;
}
.pb-200{
  padding-bottom: 200px;
}

.program-box{
      box-shadow: 0px 30px 80px 0px #F2ECE1;
    background: #fff;
    padding: 50px 40px;
}
.program-box h3{
  font-family: var(--font-nunito);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center;
    color: var(--primary-color);
}
.divider-2{
    margin: 28px 0;
    background: #E6E6E6;
    width: 100%;
    height: 1px;
}
.program-box ul li{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 26px;
    color: var(--dark-grey-color);
    margin-bottom: 15px;
    position: relative;
    padding-left: 1.6rem;
}
.program-box ul li:last-child{
  margin-bottom: 0;
}
.program-box ul li i{
  color: var(--secondary-color);
  font-size: 0.875rem;
      position: absolute;
    left: 0;
    top: 6px;
}

.pt-90{
  padding-top: 90px;
}
.pb-130{
  padding-bottom: 130px;
}

.bg-blue{
  background-color: var(--navy-blue-color);
}
.mb-60{
  margin-bottom: 60px;
}
.program-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-card{
  padding: 35px;
  position: relative;
}
.icon-part{
  max-width: 70px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.content-part {
  padding-left: 90px;
}
.content-part h5{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-600);
    font-size: 1.5rem;
    line-height: 36px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.content-part p{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 28px;
    color: var(--dark-grey-color);
}
.shadow-text.color-white{
  background: linear-gradient(to bottom, #ffffff14 50%, rgb(255 255 255 / 0%) 100%);
	color: var(--white-color);
	-webkit-background-clip: text;
}
.pt-115{
  padding-top: 115px;
}
.pb-85{
  padding-bottom: 85px;
}
.mb-85{
  margin-bottom: 85px;
}
.pt-180{
  padding-top: 180px;
} 
.pb-230{
  padding-bottom: 235px;
}
.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.consultation-sec{
  position: relative;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.arrow-img img{
    max-width: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.arrow-img.rotate img{
  transform: scaleX(-1);
}
.grid-box{
    display: grid;   
    gap: 15px;
    margin: 1.5rem 0;
}
.grid-3{
   grid-template-columns: repeat(3, 1fr);
}
.grid-4{
   grid-template-columns: repeat(3, 1fr);
}
.grid-item{
      border: 1px solid var(--secondary-color);
    padding: 10px;
}
.grid-item p{
      font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.1rem;
    line-height: 26px;
    text-align: center;
    margin: 0;
    color: var(--dark-color);
}

.content-wrap-item{
      box-shadow: 0px 22px 60.3px 0px #001F6D4F;
    background: var(--blue-color);
    padding: 40px 20px;
    height: 100%;
}
.content-wrap-item h4{
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.5rem;
    line-height: 34px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.content-wrap-item p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 32px;
}
.mt-25{
  margin-top: 25px;
}
.mx-80{
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.contact-image img{
      height: 540px;
    object-fit: cover;
}

.contact-form-box{
  margin-top: 40px;
}
.contact-content-box h2{
      font-family: var(--font-cormorant);
    font-weight: var(--font-weight-700);
    font-size: 3.25rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.contact-content-box p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.125rem;
    line-height: 140%;
        opacity: 0.5;
    color: var(--primary-color);
}
.contact-form-box form label{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-500);
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-bottom: 6px;
}
.contact-form-box form input{
      border: 1px solid #D0D5DD;
    border-radius: 0;
    height: 52px;
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1rem;
    line-height: 24px;
    color: #667085;
}
.contact-form-box form .input-group{
  width: 100%;
      display: block !important;
}
.contact-form-box form .input-group select{
      position: absolute;
    top: 23px;
    z-index: 1;
    width: 60px;
    padding: 8px;
    border-radius: 0;
    height: 52px;
    border-right: 0;
}
.contact-form-box form .input-group .form-select:focus{
  box-shadow: none;
}
.contact-form-box form .input-group input{
  padding-left: 70px;
}
.contact-form-box form textarea{
      border: 1px solid #D0D5DD;
    height: 135px;
    border-radius: 0;
    resize: none;
}
.contact-form-box form .form-check{
  padding-left: 8px;
}
.contact-form-box form .form-check input.form-check-input{
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.contact-form-box form .form-check label{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    line-height: 15px;
}
.contact-form-box form .form-check-input:focus{
  box-shadow: none;
}
.contact-form-box form .wpcf7-submit{
    background: var(--secondary-color);
    border: 0;
    font-family: var(--font-nunito);
    font-weight: var(--font-weight-600);
    font-size: 1.5rem;
    line-height: 30px;
    color: var(--white-color);
}
.contact-form-box form .input-group select + span{
  position: absolute;
  color: #000;
}
.contact-address-box h2{
    font-family: var(--font-cormorant);
    font-weight: var(--font-weight-700);
    font-size: 3.25rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.contact-address-box p{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.125rem;
    line-height: 140%;
    opacity: 0.5;
    color: var(--primary-color);
}
.box-wrap{
  margin-top: 45px;
}
.contact-icon{
  background: #EDF2FF;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
}
.contact-icon img{
  width: 28px;
}
.gap-100{
  --bs-gutter-x: 100px;
}
.contact-card h6{
  font-family: var(--font-nunito);
    font-size: 1.5rem;
    color: #131313;
}
.contact-card p{
  font-size: 1.2rem;
}
.contact-card a{
  font-family: var(--font-nunito);
    font-weight: var(--font-weight-400);
    font-size: 1.2rem;
    line-height: 140%;
    color: #333333;
}
.text-333{
   color: #333333;
}
.pb-150{
  padding-bottom: 150px;
}
.topbar-info {
    display: flex;
    justify-content: space-between;
}
.top-bar {
    background: #E1B45C;
    height: 35px;
    display: flex;
    align-items: center;
}
.mobile .header-btn-wrap {
    position: inherit;
}
.mobile .site-btn {
    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 26px;
    column-gap: 6px;
}
.topbar-info p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.mobile .header-bottom {
    justify-content: flex-end;
}
@media (min-width:1025px) and (max-width:1439px){
	.banner-content h1 {
    font-size: 5rem;
    line-height: 70px;
}
	.banner-content h4 {
    font-size: 3rem;
    line-height: 66px;
}
	.container {
    max-width: 1260px;
    padding-left: 20px;
    padding-right: 20px;
}
	.site-btn {
    height: 65px;
    width: 210px;
    font-size: 1.3rem;
    line-height: 30px;

}
	.header-bottom {
    height: 65px;
}
	.header-bottom ul li {
    margin: 0 26px;
}
	.navbar-nav li.menu-item-has-children .sub-menu {
    top: 48px;
}
	.banner-wrap-box p {
 font-size: 15px;
    line-height: 28px;
    margin-left: 6px;
}
	.review-content h4 {
    font-size: 2.5rem;
    line-height: 60px;
}
	.review-icon {
    max-width: 160px;
}
	.review-content {
    padding-left: 200px;
}
	.review-sec img.review-img {
    max-width: 665px;
}
	.inner-banner-wrap-box h6 {
    font-size: 1.2rem;
    line-height: 24px;
    padding-left: 90px;
}
	.inner-banner-wrap-box h6:before {
    width: 80px;
}
	.inner-banner-content h1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
}
}
@media (max-width:993px){
header.desktop {
    display: none;
}
}

@media (min-width:994px){
  .mobile{
    display: none;
  }
}
@media (min-width:768px) and (max-width:993px){
		.header-left img.header-logo {
    max-width: 250px;
    width: 100%;
		padding-top: 20px;
}
	.site-btn {
    height: 50px;
        width: 160px;
        font-size: 1.2rem;
}
 .header-left {
    text-align: left;
}
.header-bottom {
    border: none;
}
.header-top {
    display: none;
}
button.navbar-toggler {
    padding-left: 20px;
    padding-right: 0px;
}
h2.shadow-text {
        position: absolute;
        font-size: 75px;
        top: 54px;
        z-index: 22;
        text-align: center;
    }
.header-btn-wrap {
        position: absolute;
        right: 20px;
    }
	.header-left img.header-logo {
    max-width: 270px;
        width: 100%;
        padding-top: 5px;
}
.newheader .header-left img.header-logo {
        max-width: 215px;
        width: 100%;
        padding-top: 5px;
    }
    .header-right {
    border-top: 1px solid #FFFFFF10;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 8px;
    margin-top: 15px;
}

	.banner-content h1 {
    font-size: 4rem;
    line-height: 54px;
	max-width:90%;
}
	.banner-content h1 span {
    font-size: 3.2rem;
    line-height: 50px;
}
	.banner-content h4 {
    font-size: 2.5rem;
    line-height: 50px;
	margin-top: 15px;

}
	.banner-sec {
    height: 954px;
    margin-top: -190px;

}
.header-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	.header-bottom {
    height: 100%;
}
	span.navbar-toggler-icon {
    filter: invert(1);
}
	.banner-content {
    padding-top: 80px;
}
	.section-padding {
    padding: 70px 0;
}
	.welcome-content-box {
    padding-left: 0px;
    padding-top: 40px;
}
	.divider {
    margin: 1rem 0;
}
	.welcome-content-box h2 {
    font-size: 2.9rem;
    line-height: 48px;
}
	.section-padding-2 {
    padding: 60px 0;
}
	.sec-title {
    letter-spacing: 3.46px;
}
	.title-heading h2 {
    font-size: 3rem;
    line-height: 50px;
}
	.about-sec {
    padding-top: 70px;
    padding-bottom: 60px;
}
	.law-box {
    height: 530px;
}
	.law-img img {
    height: 530px;
}

.title-right {
    justify-content: space-between !important;
    margin-top: 20px;
}
	.review-icon {
    max-width: 65px;
		top: 80px;
}
	.review-content {
    padding-left: 0px;
        padding-top: 160px;
}
	.review-sec img.review-img {
    max-width: 600px;
}
	.review-content h4 {
    font-size: 2rem;
    line-height: 42px;
}
.review-content h4:after {
        background-size: 50px;
        height: 70px;
        bottom: -72px;
        left: 450px;
    }	
	a.review-btn {
    text-align: center;
    margin-top: 80px;
}
	.review-sec {
    position: relative;
    padding-top: 105px;
    padding-bottom: 70px;
}
	.social-link ul:before,.social-link ul:after {
    width: 25%;
}
	.border-left .header-right {
    border-left: navajowhite;
}
	button.navbar-toggler {
    box-shadow: none !important;
}
	header.header-sec {
    padding-bottom: 15px;
}
    .header-btn-wrap {
        position: absolute;
    }

	.header-bottom ul li {
    margin: 0 20px;
    position: relative;
    font-size: 24px;
}
	.navbar-nav li.menu-item-has-children .sub-menu {
    min-width: auto;
    width: 100%;
    top: 44px;
}
	.offcanvas-header {
    justify-content: flex-end;
}
.inner-banner-sec {
    height: 640px;
    margin-top: -190px;
}
.cust-margin-right {
    margin-top: 30px;
}
.inner-banner-content {
    max-width: 595px;
    padding-top: 190px;
}
.rich-img-bx img {
    height: 100%;
    object-fit: cover;
    margin-top: 55px;
}
.custom-pr-2 {
    padding-right: 0px;
}
.custom-lr-2 {
    padding-left: 0px;
}
.info-content-box.full-width p {
    margin: inherit;
    margin-right: auto !important;
}
.info-content-box.text-white p {
    color: var(--white-color);
    margin: auto;
}
.icon-part {
    max-width: 60px;
    position: initial;
}
.content-part {
    padding-left: 0px;
    padding-top: 15px;
}
.custom-card {
    padding: 30px;
    position: relative;
}
.shadow-text-2 {
    font-weight: var(--font-weight-300);
    font-size: 10rem;
}
.timeline-item:nth-child(2) .timeline-content, .timeline-content,.timeline-item:nth-child(3) .timeline-content,.timeline-item:nth-child(4) .timeline-content,.timeline-item:nth-child(5) .timeline-content
,.timeline-item:nth-child(6) .timeline-content,.timeline-item:nth-child(7) .timeline-content,.timeline-item:nth-child(8) .timeline-content {
    max-width: 515px;
}
.custom-pr {
    padding-right: 0px;
}
.info-content-box p {
    line-height: 26px;
}
.role-box {
    margin-bottom: 30px;
}
.rt-col {
    margin-top: 0px;
}
.info-content-box h2 {
    max-width: 100%;
}
.info-grid{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.inner-banner-content h1 {
    font-size: 54px;
    line-height: 64px;
}
.image-wrap-left {
    padding-right: 0px;
}
section.consultation-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

@media (min-width:994px) and (max-width:1024px){
	.site-btn {
    height: 65px;
    width: 200px;
    font-size: 1.3rem;
}
	.header-bottom {
    justify-content: space-between;
    height: 65px;
}
	.header-bottom ul li {
    margin: 0 20px;
}
		.review-icon {
    max-width: 65px;
		top: 80px;
}
	.review-content {
    padding-left: 0px;
        padding-top: 160px;
}
	.review-sec img.review-img {
    max-width: 700px;
}
	.review-content h4 {
    font-size: 2.5rem;
    line-height: 46px;
}
.review-content h4:after {
        background-size: 50px;
        height: 70px;
        bottom: -72px;
        left: 520px;
    }	
	a.review-btn {
    text-align: center;
    margin-top: 80px;
}
.timeline-item:nth-child(2) .timeline-content, .timeline-content,.timeline-item:nth-child(3) .timeline-content,.timeline-item:nth-child(4) .timeline-content,.timeline-item:nth-child(5) .timeline-content
,.timeline-item:nth-child(6) .timeline-content,.timeline-item:nth-child(7) .timeline-content,.timeline-item:nth-child(8) .timeline-content {
    max-width: 515px;
}
}
@media (max-width:767px){
  .header-left {
    text-align: center;
}
.header-bottom {
    border: none;
}
.header-top {
    display: none;
}
button.navbar-toggler {
    padding-left: 20px;
    padding-right: 0px;
}
.header-btn-wrap {
        position: absolute;
        right: 20px;
    }
	.header-left img.header-logo {
    max-width: 270px;
        width: 100%;
        padding-top: 5px;
}
.newheader .header-left img.header-logo {
        max-width: 215px;
        width: 100%;
        padding-top: 5px;
    }
    .header-right {
    border-top: 1px solid #FFFFFF10;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 8px;
    margin-top: 15px;
}
	.site-btn {
    height: 47px;
    width: 144px;
        font-size: 1.2rem;
}
	.banner-content h1 {
        font-size: 50px;
        line-height: 45px;
        max-width: 100%;
    }
	.banner-content h1 span {
        font-size: 35px;
        line-height: 45px;
    }
.banner-content h4 {
        font-size: 29px;
        line-height: 40px;
        max-width: 100%;
    }
	.banner-sec {
    height: 954px;
    margin-top: -198px;

}
.header-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	.header-bottom {
    height: 100%;
}
	span.navbar-toggler-icon {
    filter: invert(1);
}
	.banner-content {
    padding-top: 0px;
}
	.section-padding {
    padding: 70px 0;
}
	.welcome-content-box {
    padding-left: 0px;
}
	.divider {
    margin: 1rem 0;
}
	.welcome-content-box h2 {
    font-size: 44px;
        line-height: 46px;
}
	.section-padding-2 {
    padding: 60px 0;
}
	.sec-title {
    letter-spacing: 3.46px;
    line-height: 24px;
}
	.title-heading h2 {
    font-size: 38px;
        line-height: 42px;
}
	.about-sec {
    padding-top: 70px;
    padding-bottom: 60px;
}
	.law-box {
    height: 530px;
}
	.law-img img {
    height: 530px;
}
	.title-right {
    margin-top: 20px;
    display: block !important;
}
	.title-right a {
    max-width: 185px;
    margin-top: 20px;
}
	.review-icon {
    max-width: 65px;
		top: 80px;
}
	.review-content {
    padding-left: 0px;
        padding-top: 160px;
}
	.review-content h4 {
    font-size: 1.7rem;
    line-height: 40px;
}
.review-content h4:after {
    background-size: 50px;
    height: 70px;
    bottom: -72px;
}	
    a.review-btn {
        text-align: center;
        margin-top: 80px;
        font-size: 20px;
        line-height: 26px;
        height: 80px;
        padding-left: 22px;
        padding-right: 22px;
    }
	.review-sec {
    position: relative;
    padding-top: 105px;
    padding-bottom: 70px;
}
	.social-link ul:before,.social-link ul:after {
    width: 25%;
}
	.border-left .header-right {
    border-left: navajowhite;
}
	button.navbar-toggler {
    box-shadow: none !important;
}
	header.header-sec {
    padding-bottom: 10px;
}

	.header-bottom ul li {
    margin: 0 20px;
    position: relative;
    font-size: 24px;
}
	.navbar-nav li.menu-item-has-children .sub-menu {
    min-width: auto;
    width: 100%;
    top: 44px;
}
	.offcanvas-header {
    justify-content: flex-end;
}
h2.shadow-text {
        position: absolute;
        font-size: 46px;
        top: 50px;
        z-index: 22;
        text-align: center;
    }
.banner-wrap-box {
    margin-top: 40px;
}
.banner-wrap-box p {
    font-size: 15px;
    line-height: 24px;
}
.banner-wrap-box h6 {
    font-size: 15px;
    padding-left: 45px;
}
.banner-wrap-box h6:before {
    width: 38px;
}
.banner-wrap-box a.banner-btn {
    font-size: 20px;
    max-width: 100%;
    font-weight: 600;
}
section.banner-sec {
    background-image: url(https://stoppredatorsnow.com/wp-content/uploads/2026/01/Group-1707482084.png) !important;
}
.mobile-reverse {
    flex-direction: column-reverse;
}
.welcome-content-box h4 {
    font-size: 22px;
    line-height: 28px;
}
.welcome-content-box p {
    line-height: 27px;
}
.mb-70 {
    margin-bottom: 2.5rem;
}
.title-right p {
    font-size: 22px;
    margin-bottom: 30px;
}
h3.law-header {
    font-size: 26px !important;
    line-height: 33px !important;
}
p.law-desc {
    font-size: 18px !important;
    line-height: 28px !important;
}
.footer-widget {
    margin-top: 20px;
}
.footer-logo {
    max-width: 275px;
    margin-bottom: 30px !important;
    margin: auto;
}
footer {
    background-color: var(--navy-blue-color);
    padding-top: 60px;
    padding-bottom: 30px;
}
h3.footer-title.contact {
    margin-top: 38px !important;
    display: block;
}
.contact-list br {
    display: none;
}
.sticky-top {
    top: -4px;
}
.inner-banner-content h1 {
    font-size: 40px;
    line-height: 44px;
}
.inner-banner-sec {
    margin-top: -182px;
}
.cust-margin-right {
    margin-top: 10px;
}
.inner-banner-wrap-box h6 {
    font-size: 16px;
    line-height: 24px;
}
.inner-banner-wrap-box h6 span {
    font-size: 15px;
    line-height: 20px;
}
.inner-banner-wrap-box p {
    font-size: 16px;
    line-height: 28px;
}
.inner-banner-content {
    max-width: 100%;
    padding-top: 160px;
}
.inner-banner-sec {
    height: 650px;
}
.breadcrumb a {
    font-size: 14px;
    line-height: 22px;
}
.breadum-sec {
    padding: 20px 0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 4px;
}
.abouse-sec {
    padding-bottom: 150px;
    padding-top: 25px;
}
.welcome-content h3 {
    font-size: 26px;
    line-height: 30px;
}
.welcome-content p {
    line-height: 28px;
}
.welcome-img-bx img.img-1 {
    max-width: 196px;
    height: 285px;
}
.welcome-img-bx img.img-2 {
    max-width: 509px;
    height: 285px;
}
.program-box h3 {
    font-size: 22px;
    line-height: 28px;
}
.program-box {
    padding: 35px 25px;
}
.pb-130 {
    padding-bottom: 80px;
}
.pt-90 {
    padding-top: 60px;
}
.rich-content h3 {
    font-size: 38px;
    line-height: 46px;
}
.rich-content p.rich-subtitle {
    font-size: 22px;
    line-height: 30px;
}
.custom-pr-2 {
    padding-right: 0px;
}
.rich-content ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.rich-img-bx img {
    height: 100%;
    object-fit: cover;
}
.note-box {
    padding: 20px;
}
.note-box p {
    line-height: 30px;
}
.yellow-bg.left-right {
    background: linear-gradient(90deg, #E1B45C 100.18%, rgba(225, 180, 92, 0) 100%);
}
.info-content-box h2 {
    font-size: 34px;
    line-height: 42px;
}
.mb-60 {
    margin-bottom: 35px;
}
.icon-part {
    max-width: 60px;
    position: initial;
}
.content-part {
    padding-left: 0px;
    padding-top: 15px;
}
.custom-card {
    padding: 30px;
    position: relative;
}
.content-part h5 {
    line-height: 32px;
}
.content-part p {
    line-height: 26px;
}
section.program-sec {
    padding-bottom: 60px;
}
.pt-115 {
    padding-top: 60px;
}
.pb-85 {
    padding-bottom: 60px;
}
.mb-85 {
    margin-bottom: 50px;
}
.custom-lr-2 {
    padding-left: 0px;
}
.yellow-bg.right-left {
    background: linear-gradient(-90deg, #E1B45C 100.18%, rgba(225, 180, 92, 0) 100%);
}
.shadow-text-2 {
    font-size: 75px;
    top: 14%;
}
.case-sec {
    padding-top: 75px;
    padding-bottom: 80px;
}
.process-sec {
    padding: 65px 0;
}
.timeline-item:nth-child(even) .timeline-content {
    padding: 45px 50px 30px;
}
.timeline-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.section-img-bx img {
    max-width: 100%;
    position: relative;
    margin-top: 35px;
}
.bottom-sec {
    padding-bottom: 0px;
}
.info-sec {
    padding: 60px 0;
    position: relative;
}
.custom-pr {
    padding-right: 0px;
}
.info-content-box p,.image-wrap-right p,.title-heading p {
    line-height: 26px;
}
.role-box {
    margin-bottom: 30px;
}
.role-box p span {
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin-top: 15px;
}
.rt-col {
    margin-top: 0px;
}
.image-wrap-left {
    padding-right: 0px;
}
.image-wrap-left h4 {
    font-size: 24px;
    line-height: 32px;
}
.image-wrap-left img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}
.image-wrap-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
}
.about-public {
    padding-bottom: 50px;
}
.rich-sec {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.mb-115 {
    margin-bottom: 60px;
}
.reporters-box h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
.reporters-icon img {
    width: 50px !important;
}
.role-box p {
    line-height: 32px;
}
section.consultation-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
.mx-80 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-3 {
    grid-template-columns: repeat(2, 1fr);
}
.btm {
    padding-top: 0px;
}
.timeline-content p {
    font-size: 16px;
    line-height: 24px;
}
.contact-image img {
    height: 300px;
    object-fit: cover;
}
.contact-content-box h2,.contact-address-box h2 {
    font-size: 36px;
    line-height: 42px;
}
.contact-address-box {
    margin-top: 40px;
}
.contact-card {
    text-align: center;
}
.contact-icon {
    margin-right: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: inline-block !important;
    vertical-align: middle !important;
    padding-top: 12px !important;
}

}