.page-template-contact .header-section{
padding-bottom:30px;	
	background:var(--WhiteColor);
	
}
.page-template-contact .header-section.mobile-stick{
	background:transparent !important;
	padding-bottom:0 !important;
}
.contact-banner{
    background-color: #1A2B47;
}
.contact-banner.hero-section .hero-image-wrapper .img-wrap::after{
    background: none;
}

.contact-banner.hero-section .hero-title {
    font-size: 60px;
}
.contact-banner .hero-desc{
    color:#FFFFFF;
}


@media (max-width: 1199px) {
    .contact-banner.hero-section .hero-title {
        font-size: 52px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .contact-banner.hero-section .hero-title {
        font-size: 42px;
    }
}

.contact-office-section {
    position: relative;
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}

/* optional background hexagon lines */
.contact-office-section::before,
.contact-office-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 2px solid #eef2f7;
    transform: rotate(45deg);
    z-index: 0;
}

.contact-office-section::before {
    top: -60px;
    left: -70px;
}

.contact-office-section::after {
    bottom: -90px;
    left: -50px;
}

.contact-office-section .container,
.contact-office-section .row,
.office-map-box,
.office-info-wrapper {
    position: relative;
    z-index: 2;
}

.contact-office-section .office-map-box iframe{
    width: 100%;
     border-radius: 20px;
}
/* Left Map */


.contact-office-section .office-map-img {
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Right Content */
.contact-office-section .office-info-wrapper {
    padding-left: 20px;
}

.contact-office-section .office-info-block + .office-info-block {
    margin-top: 42px;
}

/* Heading */
.contact-office-section .section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.contact-office-section .heading-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.contact-office-section .section-heading h2 {
    margin: 0;
    line-height: 1.1;
    font-weight: 500;
    color: #1C5F98;
    font-family: inherit;
}

/* Contact List */
.contact-office-section .office-contact-list {
       padding-left: 40px;
}

.contact-office-section .office-contact-list li {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 14px;
}

.contact-office-section .office-contact-list li:last-child {
    margin-bottom: 0;
}



.contact-office-section .info-icon img {
    display: block;
    object-fit: contain;
}

.contact-office-section .info-label {
    min-width: 78px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.contact-office-section .info-text {
    flex: 1;
    color: #000;
     font-size: 16px;
}

/* Work Hours spacing */
.contact-office-section .work-hours-block {
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-office-section {
        padding: 50px 0;
    }

   .contact-office-section .office-map-box {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .contact-office-section .office-info-wrapper {
        padding-left: 0;
    }

 .page-template-contact  .header-section{
	padding-bottom: 20px;
}

   .contact-office-section .office-contact-list li {
        font-size: 16px;
        line-height: 1.6;
    }
	.contact-office-section .office-contact-list {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
   .contact-office-section .section-heading h2 {
        font-size: 28px;
    }

    .contact-office-section .office-contact-list li {
        gap: 10px;
        font-size: 15px;
    }

    .contact-office-section .info-label {
        min-width: 70px;
    }
}

@media (max-width: 359px) {
	.contact-office-section .office-contact-list {
		padding-left: 30px;
	}
	.contact-office-section .office-contact-list li {
        gap: 7px;
    }
}

@media (max-width: 767px){
  .contact-office-section .info-text{
        font-size: 14px;
    }
        .contact-office-section .info-label {
        font-size: 14px;
    }
}
@media (max-width: 575px){
	 .page-template-contact  .header-section{
	padding-bottom: 0px;
}
}


.consultants-section .consultants-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.consultants-section .consultants-main{
 background:#EDF2FF;
 position:relative;
 display:block;
 border-radius:16px;
     padding: 25px 40px;
 border-top: 4px solid var(--PrimaryColor);
 overflow:hidden;
 transition:all 0.5s ease;
 height:100%;
}
.consultants-section .consultants-main::after{
 content:"";
 height:100%;
 width:100%;
 position:absolute;
 left:0;
 bottom:100%;
 background:var(--PrimaryColor);
 transition:all 0.5s ease;
}

.consultants-section .consultants-text h6 {
    color: var(--PrimaryColor);
    font-weight: var(--fw-500);
    font-size: 26px;
    line-height: normal;
    transition: all 0.5s ease;
}
.consultants-section .consultants-box{
    gap: 10px;
 position:relative;
 z-index:2;
    margin-bottom: 25px;
}
.consultants-section .consultants-para{
 position:relative;
 z-index:2;
}
.consultants-section .consultants-para p {
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 25px;
}

.consultants-section .main-title {
    margin-bottom: 50px;
}

.consultants-icon {
	flex-shrink: 0;
}
.consultants-section .consultants-icon img{
        height: 50px;
    width: 50px;
}
@media(min-width:1200px){
    .consultants-section .consultants-main:hover{
        transform:translatey(-10px);
    }
    .consultants-section .consultants-main:hover h6{
        color:var(--WhiteColor);
    }
    .consultants-section .consultants-main:hover p{
        color:var(--WhiteColor);
    }
    .consultants-section .consultants-main:hover::after{
        bottom:0;
    } 
}

@media(max-width:1199px) {
	.consultants-section .consultants-main {
           padding: 25px 40px;
    }
	.consultants-section .consultants-text h6 {
        font-size: 25px;
    }
	.consultants-icon img {
        width: 50px;
        height: 55px;
        object-fit: contain;
    }
}

@media(max-width:991px) {
    .consultants-section .consultants-list {
        grid-template-columns: repeat(2,1fr);
        gap: 25px;
    }
    
    .consultants-icon img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }
    .consultants-section .consultants-main {
        padding: 25px;
    }
    .consultants-section .main-title {
        margin-bottom: 40px;
    }
}
@media(max-width:767px) {
    .consultants-section .consultants-list {
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .consultants-section .consultants-main {
        padding: 20px;
    }
    .consultants-section .consultants-box {
        margin-bottom: 10px;
    }
    .consultants-section .consultants-text h6 {
        font-size: 23px;
    }
    .consultants-section .main-title {
        margin-bottom: 25px;
    }
}
@media(max-width:575px) {
	   .contact-banner{
	margin-top: 0px;
}
}