/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #022248;
    --light: #fff;
    --dark: #000;
}
body {
    font-family: 'Marcellus', serif;
    margin: 0;
    padding: 0;
}
.container{
	max-width: 1250px;
}
.modal-backdrop{
	position: static !important;
}
/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
	padding: 10px 0;
	border-top: 5px solid var(--primary);
}
.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav > li {
  position: relative;
}
.btn-primary {
    background: var(--primary);
    padding: 8px 30px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
	border: 1px solid var(--primary);
}
.hero-section .btn-primary:hover{
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
}
.btn-primary:hover{
	background: transparent;
	border: 1px solid var(--primary);
	color: var(--primary) !important;
}
.wpcf7-submit {
    background: var(--primary);
    padding: 6px 30px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    border: none;
    display: block;
    width: 100%;
	margin-top: 1rem;
}
.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--primary);
}
/* Curser */
.custom-cursor {
  width: 10px;
  height: 10px;
  background: var(--primary); 
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out;
}
/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}
.site-header .nav li ul.sub-menu li {
  position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .site-header .nav {
    display: none; 
  }
}
.number-icon {
    height: 40px;
    width: 40px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.number-content a {
    color: var(--primary);
    text-decoration: none;
}
.number-content p {
    margin: 0;
}
/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1{
	margin-bottom: 2rem;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #ffffff52;
}
#menu-primary-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
/* FOOTER SECTION CSS */
footer {
    color: var(--primary);
}
.footer-details h4 {
    font-size: 25px;
    color: var(--primary);
    line-height: 55px;
	text-align: center;
}
form.wpcf7-form.init label {
    color: var(--primary);
    font-size: 18px;
    line-height: 40px;
}
.sub-form {
    width: 60%;
    margin: auto;
    text-align: center;
}
form.wpcf7-form.init input {
    border-radius: 0;
    border-color: #02224840;
}
form.wpcf7-form.init textarea {
    border-radius: 0;
    border-color: #02224840;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer a{
	text-decoration: none;
}
footer .address{
	line-height: 40px;
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 200px;
    display: block;
}
.footer_menu {
    padding: 40px 0;
}
.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
footer ul li.menu-item a {
    line-height: 40px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}
.footer-details h1 {
    font-size: 3rem;
    color: var(--primary);
    line-height: 60px;
    font-weight: 500;
	text-align: center;
}
footer h3 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer p {
    margin-bottom: 0;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}
footer .menu li{
	padding-left: 0 !important;
	  transition: transform 0.3s ease
}
footer a{
	color: var(--primary) !important;
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}
footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}
footer .social-icons {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}
footer .social-icons a:hover{
	background: var(--primary);
}
footer .social-icons a {
    display: flex;
    padding: 3px;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    align-items: center;
}
footer .social-icons i {
    padding: 0 10px;
    border-right: 1px solid #ffffff25;
}
section.top-footer {
    width: 60%;
    margin: auto;
    padding: 70px 0;
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
#GoToTop i{
	color: #fff;
}
#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}
.logo{
    padding: 5px 0;
    border-radius: 10px;
}
.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
/*================================
        Hero Section
=====================================*/
.hero-section{
    height: 100vh;
    position: relative;
    background-image: url("https://peallc.com/wp-content/uploads/2026/02/hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
}
.hero-section > *{
    position: relative;
    z-index: 2;
}
.hero-left {
    display: flex;
    align-items: center;
}
.hero-section .social-icons {
    position: absolute;
    top: 30%;
    right: 80px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
.hero-section .social-icons i{
	color: var(--primary);
}
.hero-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    gap: 60px;
}
.hero-left h1 {
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
}
.hero-left-content h4 {
    color: #fff;
    font-size: 20px;
    width: 70%;
    line-height: 32px;
    margin-bottom: 1rem;
}
/*============================
     Insight Section
===============================*/
section.insight {
    display: flex;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
section.insight::after {
    content: '';
    position: absolute;
    bottom: -57%;
    right: -20%;
    width: 689px;
    height: 689px;
    border: dashed 2px #3a434742;
    border-radius: 50%;
    animation: rotate360 40s infinite linear;
}
@keyframes rotate360{
	0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.insight-content {
    color: var(--primary);
}
.insight-content h5 {
    font-size: 25px;
  padding-bottom: 1rem;
}
.insight-img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.heading h2 {
    color: var(--primary);
    font-size: 3rem;
    padding-bottom: 4rem;
}
.modal-body .btn-primary:hover {
    background: var(--primary);
    color: #fff;
}
/*==========================
     Feedback Section 
==============================*/
section.feedback {
    background: #0222481c;
}
.feedback-card {
    border-right: 1px solid #6b67672b;
    padding: 90px 40px !important;
    transition: all .3s ease;
    position: relative;
    margin: 40px 0;
}
.number {
   font-size: 60px;
   font-weight: 900;
   color: #022248b8;
   margin-bottom: 4rem;
}
.feedback-title{
   font-size:34px;
   font-weight:500;
   color:#1f2b34;
    margin-bottom:20px;
}
.feedback-description {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}
.feedback-col{
    padding:0;
}
.feedback-col:last-child .feedback-card {
    border-right: none;
}
/*========================
     legacy Section 
===============================*/
.legacy-section .heading h2{
	color: #fff;
	padding-top: 0;
	margin-bottom: 5rem;
}
.legacy-left{
	background: var(--primary);
}
.legacy-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 150px 30px 150px 75px;
    color: #fff;
}
.legacy-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.legacy-section .container-fluid{
	padding: 0;
	margin: 0;
}
/*==============================
    consultation section
=================================*/
section.consultation {
    background: url(https://peallc.com/wp-content/uploads/2026/02/start-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
}
section.consultation h1 {
    padding-bottom: 3rem;
}
section.consultation .btn-primary {
    margin-top: 3rem;
}
/*===============================
      Team Section
=====================================*/
.team-section{
    padding:100px 0 130px;
    text-align:center;
}
section.team-section .section-title {
    font-size: 50px;
    margin-bottom: 2rem;
}
h5.team-title {
    color: var(--primary);
}
.team-section .team-card{
    position:relative;
    margin-bottom:40px;
}
.team-section .team-img img{
    width:100%;
    height:420px;
    object-fit:cover;
}
.team-section .team-info{
    background:#fff;
    width:85%;
    margin:auto;
    padding:30px 20px;
    position:absolute;
    left:0;
    right:0;
    bottom:-70px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s ease;
}
.team-section .team-card:hover .team-info{
    transform:translateY(-10px);
}
.team-section .team-name{
    font-size:22px;
    margin-bottom:5px;
}
.team-section .team-role{
    font-size:14px;
    color:#777;
    margin-bottom:20px;
}
.team-section .social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
}
.team-section .social-icons a{
    width:38px;
    height:38px;
    background:#f1f1f1;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: var(--primary);
    transition:0.3s;
	text-decoration: none;
}
.team-section .social-icons a:hover{
    background: var(--primary);
    color:#fff;
}
/*=============================
       Map Section 
=================================*/
section.map-section .container-fluid {
    margin: 0;
    padding: 0;
}
section.map-section p {
    margin: 0;
    padding: 0;
}
.map iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* ==================================
       Breadcrumb Section 
=====================================*/
section.breadcrumb-section {
    background: url(https://peallc.com/wp-content/uploads/2026/03/breadcrumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
	display: flex;
	align-items: center;
}
section.breadcrumb-section .container{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.breadcrumb-title h2{
	color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb a{
	color: #fff;
}
/*=============================
      About Us Page 
==================================*/
section.about {
    padding: 100px 0;
}
.about-content {
    text-align: center;
	width: 70%;
	margin: 0 auto 4rem;
}
.about-content h2 {
    color: var(--primary);
    font-size: 40px;
}
.about-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
section.founder-section {
    padding: 100px 0;
    background: var(--primary);
    color: #fff;
}
.founder-content h2 {
    font-size: 50px;
    margin-bottom: 5rem;
}
section.client-count {
    background: url(https://peallc.com/wp-content/uploads/2026/02/client-count.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
h2.client-heading {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 4rem;
}
.count-box {
    background: #022248;
    color: #fff;
    padding: 60px 40px;
}
.count-box h3 {
    font-size: 50px;
}
.custom-list {
  list-style: none; 
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
}
.custom-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #022248;
    font-weight: bold;
}
section.adviser {
    padding: 100px 0;
}
.adviser-content h2 {
    color: var(--primary);
    font-size: 40px;
    margin-bottom: 2rem;
}
section.testimonial {
    padding: 80px 0 100px;
    background: #02224814;
}
.testimonial-card {
    background: #ffffff;
    padding: 50px 30px 70px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 2rem;
}
.testimonialSwiper {
    position: relative;
    padding-bottom: 80px; 
}
.testimonial-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}
.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
    position: static; 
    background: #022248;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next,
.swiper-button-prev {
    left: auto;
    right: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
}
.testimonial-card:hover {
   transform: translateY(-5px);
}
.quote-icon {
    font-size: 50px;
    color: #022248;
}
.testimonialSwiper{
	padding: 50px 0;
}
.testimonial-text {
   font-size: 14px;
   color: #6c757d;
   line-height: 1.8;
   margin-top: 20px;
}
.bottom-line {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
}
.profile {
   position: absolute;
   bottom: -35px;
   left: 30px;
   display: flex;
   align-items: center;
}
.profile img {
   width: 70px;
   height: 70px;
   border-radius: 50%;
   border: 4px solid #fff;
   object-fit: cover;
}
.profile-info {
   margin-left: 15px;
}
.profile-info h6 {
   margin: 0;
   font-weight: 500;
   color: #2c3e50;
}
.profile-info small {
    color: #999;
}
.testimonial-title {
    text-align: center;
}
.testimonial-title h2 {
    font-size: 40px;
    color: var(--primary);
}
/*=========================
   Service Page Css
=======================*/
section.features-section {
    padding: 100px 0 0;
}
.feature-card{
    background:#ffffff;
    padding:40px 35px;
    border-radius:6px;
    transition:all .3s ease;
    height:100%;
    box-shadow: 0 0 10px 0 #80808038;
}
.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.icon-box {
    width: 65px;
    height: 65px;
    display: flex;
    margin-bottom: 20px;
    background: #02224826;
    justify-content: flex-end;
}
.feature-card:hover .icon-box{
	background: #0222484f;
}
.feature-card h4{
    font-size:24px;
    color:#2c3e50;
    margin-bottom:15px;
}
.feature-card p{
    font-size:14px;
    color:#6c757d;
    line-height:1.8;
}
.section-divider{
    height:1px;
    background:#ddd;
    margin-top:60px;
}
section.service {
    padding: 100px 0;
    background: var(--primary);
    color: #fff;
}
section.service h1 {
    font-size: 50px;
}
/*======================
    Policy Page css
=======================*/
section.policy {
    padding: 100px 0;
}
.policy-section h1 {
    font-size: 50px;
    color: var(--primary);
    margin-bottom: 5rem;
    text-align: center;
}
.policy-section h3 {
    margin: 2rem 0;
    color: var(--primary);
}
.policy-section a {
    text-decoration: none;
    color: var(--primary);
    font-size: 20px;
}
/*==========================
    Contact page Css 
==========================*/
section.contact-inner-section {
    padding: 100px 0 0;
}
.contact-inner-section .main-heading,
.contact-form .main-heading{
    text-align: center;
    font-size: 50px;
    margin-bottom: 4rem;
}
section.contact-form {
    padding: 100px 0;
}
.inner-contact-form {
    width: 70%;
    margin: auto;
}
.form-control {
   background: #f9f9f9;
   border: 1px solid #ddd;
   color: #000;
}
.form-control:focus {
   border-color: var(--primary);
   box-shadow: none;
} 
.info-card {
   padding: 35px 25px;
   background: #fff;
   border: 1px solid #ececec;
   box-shadow: 0 4px 15px rgba(0,0,0,0.04);
   transition: 0.3s;
   display: flex;
   gap: 30px;
}
.info-card a{ 
   color: #000 !important;
	text-decoration: none;		
}
.info-card:hover {
   border-color: var(--primary);
   transform: translateY(-4px);
}
.info-card i{
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 10px;
}
.info-card h6 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.legacy-content{
	background: var(--primary);
}
.copyright{
	display: none;
}
/*=================================
 		 Responsive CSS 
==================================*/
@media (max-width: 1024px){
	.testimonial-card{
		height: 650px;
	}
	.about-content{
		width: 100%;
	}
}
@media (max-width: 991px){
	.number-content p{
		color: #fff;
	}
	.number-content a{
		color: #fff;
	}
	.feedback-card{
		padding: 20px 40px !important;
		border-right: none;
	}
	.number{
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px){
	.team-section .team-img img{
		height: 100%;
	}
	.hero-section{
		height: 90vh;
	}
	.hero-left-content{
		height: 90vh;
	}
	section.insight::after{
		bottom: -50%;
	}
	.heading h2{
		padding-bottom: 1rem;
	}
	section.breadcrumb-section{
		height: 40vh;
	}
	.feature-card{
		padding: 30px 20px;
	}
	.testimonial-card {
		height: 100%;
	}
	section.about {
		padding: 60px 0;
	}
	.about-img img {
		height: auto;
	}
	.inner-contact-form{
		width: 100%;
	}
	.contact-inner-section .main-heading, .contact-form .main-heading {
    	font-size: 40px;
		margin-bottom: 2rem;
	}
	section.policy {
		padding: 60px 0;
	}
}
@media (max-width: 667px){
	.about-content h2 {
		font-size: 30px;
	}
	section.contact-form {
		padding: 80px 0;
	}
}
@media (max-width: 479px){
	.hero-left h1{
		font-size: 2rem;
	}
	.hero-section {
		height: 70vh;
	}
	.hero-left-content {
		height: 70vh;
	}
	.legacy-left{
		padding: 100px 30px;
	}
	.insight-img img{
		height: 350px;
	}
	.founder-content h2 {
		font-size: 35px;
	}
	h2.client-heading{
		font-size: 40px;
	}
	.policy-section h1 {
		font-size: 35px;
		margin-bottom: 2rem;
	}
}
@media(max-width:325px){
	.hero-left-content h4{
		display: none;
	}
}