/*
Theme Name: Mortar Child
Theme URI: https://www.aerenlpo.com/
Template: mortar
Author: Vishal Sharma
*/

/* Menu Style CSS */

/* Target the first item inside the service-list */
.service-list .elementor-icon-list-items li:first-child {
    font-size: 16px;
    margin-bottom: 10px;
}

.service-list .elementor-icon-list-items li:first-child .elementor-icon-list-icon svg {
	width: 40px;
	height: 40px;
}


/* ===== Parent Categories ===== */
.services-menu a[href*="ediscovery"],
.services-menu a[href*="contract-lifecycle-management"],
.services-menu a[href*="litigation-support"],
.services-menu a[href*="global-immigration-management"],
.services-menu a[href*="offshore-legal-staffing-solution"] {
  color: #5956e9 !important;
}

.services-menu a[href*="ediscovery"]:hover,
.services-menu a[href*="contract-lifecycle-management"]:hover,
.services-menu a[href*="litigation-support"]:hover,
.services-menu a[href*="global-immigration-management"]:hover,
.services-menu a[href*="offshore-legal-staffing-solution"]:hover {
  color: #fff !important;
}

/* ===== Common Child Category Style ===== */
.services-menu a[href*="managed-document-review"],
.services-menu a[href*="cyber-incident-response-review"],
.services-menu a[href*="data-subject-access-request"],
.services-menu a[href*="contract-preparation"],
.services-menu a[href*="contract-abstraction"],
.services-menu a[href*="contract-creation"],
.services-menu a[href*="contract-administrative-and-closeout"],
.services-menu a[href*="legal-research-and-writing"],
.services-menu a[href*="deposition-summarization"],
.services-menu a[href*="us-immigration"],
.services-menu a[href*="uk-immigration"],
.services-menu a[href*="canada-immigration"],
.services-menu a[href*="australia-immigration"] {
  padding-left: 40px !important;
  font-size: 18px !important;
  margin-bottom: 4px !important;
  position: relative;
}

/* ===== White Arrow Bullets ===== */
.services-menu a[href*="managed-document-review"]::before,
.services-menu a[href*="cyber-incident-response-review"]::before,
.services-menu a[href*="data-subject-access-request"]::before,
.services-menu a[href*="contract-preparation"]::before,
.services-menu a[href*="contract-abstraction"]::before,
.services-menu a[href*="contract-creation"]::before,
.services-menu a[href*="contract-administrative-and-closeout"]::before,
.services-menu a[href*="legal-research-and-writing"]::before,
.services-menu a[href*="deposition-summarization"]::before,
.services-menu a[href*="us-immigration"]::before,
.services-menu a[href*="uk-immigration"]::before,
.services-menu a[href*="canada-immigration"]::before,
.services-menu a[href*="australia-immigration"]::before {
  content: "➤";
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

/* end menu style for parent and child categories */

.homepage-top .home3-banner-section {
    padding: 180px 130px 0 !important;
	margin-bottom: 500px !important;
}

.homepage-top .home3-banner-section .banner-content-wrap .banner-vector span {
    min-width: 160px !important;
}

header.style-1 .main-menu > ul > li .services-menu .mega-menu2 .menu-row .menu-single-item ul li {
    margin-bottom: 10px;
}

.header-area.style-1 .contact-area.d-lg-flex.d-none {
	display: none !important;
}
.footer-section.style-6 .footer-top-area {
	display: none;
}

.home4-counter-section .contact-btn-area.two {
	display: none;
}

.home4-counter-section {
    padding: 60px 0;
}

.team-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(
    180deg,
    rgba(0, 56, 255, 0) 0%,
    var(--primary-color3, #0038ff) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.team-img:hover::after {
  opacity: 1;
}

.testimonial-card3 .video-player {
	display: none;
}

.footer-section .company-logo-area img {
    width: 250px;
}

.blog-card .blog-content h4 a:hover {
    color: var(--primary-color1);
}

.partner-area.two .partner-title-area h6 span {
    color: var(--primary-color1);
}

.our-leadership .section-title.three h2 {
	text-align: center;
}

.our-leadership .section-title.three p {
	text-align: center;
	margin-left: 0px;
	max-width: 100%;
}

.about-aeren .home3-about-section .about-feature-card.two {
    background-color: var(--primary-color3) !important;
}

.about-aeren .home3-about-section .about-feature-card .card-content {
    max-width: 180px;
}

.about-aeren .section-title > span {
    font-size: 26px;
}

.about-aeren .section-title.three p {
	margin-left: 0px !important;
}

.faq-section .col-xl-8 {
	width: 100%;
}

.our-clients .partner-area .partner-title-area h6 {
    font-size: 28px;
	color: #fff;
}

.counter-section .single-counter.bg-clip {
	background: #272529;
}

.counter-section .home4-counter-section .single-counter.two {
    background-color: var(--primary-color3);
}

/* Pause marquee animation on hover */
.our-clients .marquee:hover .marquee__group {
  animation-play-state: paused !important;
}

.home3-process-section .process-wrapper .process-card2.three {
    background-image: url(assets/images/bg-pattern.png);
}

.home3-process-section .founder-area {
    background-image: url(assets/images/bg-1.png);
}

.blog-card .blog-content h4 a {
    font-size: 24px;
}

.our-blogs .blog-category a:hover {
    background-color: var(--primary-color1) !important;
	color: var(--title-color) !important;
}


.our-blogs .blog-content .date-and-time li a:hover {
    color: var(--primary-color1) !important;
}

.our-certification .feature-card2:hover h3 {
	color: var(--primary-color1);
}

.sec-mar {
    margin: 10px 0 !important;
}

.breadcrumb-section {
    padding-top: 50px;
}

.breadcrumb-section .banner-content h1 {
    font-size: 48px;
}

.service-solutions .home1-feature-section .feature-banner-area {
    padding: 38px 40px 38px;
}

.service-overview img {
	border-radius: 10px;
}

.service-solutions .feature-banner-area {
    background-image: none;
}

.creation-process .home1-process-section .process-wrapper .process-slider-area .process-card .step-no-and-icon span {
    display: none !important;
}

.us-immigration-types .home1-feature-section .feature-banner-area .banner-content {
    max-width: 1050px;
}
.us-immigration-types .contact-btn-area {
	display: none;
}

.contact-details .col-md-6 {
	width: 50%;
}

.contact-form-wrap .form-inner2 ul {
    display: block !important;
	max-width: 100% !important;
}

.custom-contact-form .nice-select .list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.about-us-banner .slider-area {
	display: none;
}

.about-page-feature-section .single-feature h4 {
    text-align: center;
}

.team-details-page.sec-mar {
	margin: 130px 0 !important;
}

.team-details-page .team-details-content .name-designation-area h2 {
    font-size: 40px !important;
}

.leadership-section img {
	border-radius: 20px;
}

.leadership-section p {
	font-size: 20px;
}

.special-page-top .rating-area {
	display: none !important;
}

.special-top .feature-slider-area .slider-btn-grp {
	display: none;
}


.tick-list {
  list-style: none;
  padding-left: 0;
}

.tick-list li::before {
  content: "✓";
  margin-right: 8px;
}

.business-model .process-content li svg {
    display: none;
}

.industry-details-page .tag-and-social-area,
.industry-details-page .details-pagination {
	display: none;
}

.industires-sol ul li {
	line-height: 1.5;
	margin-bottom: 10px;
}

.details-content-wrap .contact-btn {
	background-color: #2F2F2F;
	border-radius: 10px 10px 10px 10px;
	padding: 12px 24px;
}

.details-content-wrap .contact-btn:hover {
	background-color: #5841D8;
	color: #fff;
}

.details-content-wrap .contact-btn:hover svg {
	stroke: var(--title-color);
}

.csr-content p {
	font-size: 24px;
}

.csr-content img {
	border-radius: 20px;
}

.policy-page h5 span {
	color: #fff !important;
}

.contact-info .contact-list {
    padding-top: 30px !important;
}

.contact-info ul li:first-child {
    display: none !important;
}

.industries-page,
.industry-details-page {
	margin: 50px 0 !important;
}

.industries-page .blog-card2 .blog-content-wrap h3.inds-title {
    margin-bottom: 30px;
}

.about-aeren .contact-btn-area h6 {
    max-width: 425px !important;
}

.about-aeren .about-feature-card .card-content {
	font-family: var(--font-dmsans);
	font-size: 18px;
	font-weight: 700;
}

.our-challenges .feature-card3 .arrow {
    display: none;
}

.our-challenges .feature-card3 {
    min-height: 300px;
}

.metaslider .caption {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    color: #fff;
}

.metaslider .caption-wrap {
    position: relative !important;
    text-align: center;
}

.home1-contact-section .contact-area .arrow-and-contact-list .contact-list .single-contact {
    margin-bottom: 35px;
}

.contact-form-wrap .form-inner2.two {
    padding-top: 20px;
}

.contact-form-wrap .primary-btn3 {
    margin-top: 30px;
}

.contact-form-wrap .form-inner2 .form-check .form-check-label span a {
    color: var(--title-color);
}

.contact-form-wrap .nice-select {
    width: 100%;
    background-color: #1C1C1C !important;
}

.our-counters .section-title2 span {
    color: #DDDCFF;
}

/* mobile responsive css */
@media only screen and (max-width: 576px) {
.homepage-top .home3-banner-section {
        padding: 130px 0px 0 !important;
	    margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu > ul > li .mega-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 5px 0;
    }
}

@media (min-width: 1200px) {
	.our-challenges .col-xl-3 {
		flex: 0 0 auto;
		width: 20%;
	}
}
/* end mobile responsive css */