/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.container{
	max-width: 1440px;
	margin: 0 auto;
}


.header-menu{
    border-radius: 50px !important;
}
.header-menu .eael-feature-list-content-box{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.header-menu .eael-feature-list-content-box a{
	color: #000;
}

.footer-wdiget .elementor-icon-list-items li a{
	color: #fff;
}
.shadow-text h2{
	    font-family: NSimSun !important;
    font-weight: 400 !important;
    font-size: 250px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(176.14deg, #E1B45C 29.76%, #F8F5EF 96.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.icon-box:hover .elementskit-info-box-icon svg path{
	fill: #fff;
}
.icon-box:hover .elementskit-btn svg path{
	fill: #fff;
}
.area-sec .shadow-text h2{
	    transform: translate(-50%, 0%);
}
.icon-box.white-stroke:hover .elementskit-info-box-icon svg path{
	fill: transparent !important;
	stroke: #fff;
}
.custom-feature-list ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);  
    gap: 45px;
}
.max-width-1155{
	max-width: 1155px;
	margin: 0 auto !important;
}
.custom-feature-list ul li{
	display: flex;
    align-items: center;
}
.custom-feature-list ul li .eael-feature-list-content-box{
	z-index: 9;
	position: relative;
}
.custom-feature-list ul li:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 70px;
    width: calc(100% - 30px);
    top: 10px;
    left: 30px;
    z-index: 1;
    border-radius: 5px;
}
.team-box .team-card .eael-team-image img{
	height: 360px;
	object-fit: cover;
}
.team-box .team-card .profile-header img{
	height: 360px !important;
	object-fit: cover;
}
.team-box .team-card ul li.eael-team-member-social-link a{
	line-height: 18px;
}
.custom-post-card .eael-entry-wrapper{
	padding-left: 0;
	padding-right: 0;
}
.custom-post-card  .eael-entry-meta a{
	color: #000;
}
.cust-contact-form .wpcf7-form-control-wrap input{
	    border: 1px solid #f0f2e7;
    height: 55px;
}
.cust-contact-form .wpcf7-form-control-wrap input:focus-visible{
	outline: -webkit-focus-ring-color auto 0px;
}
.cust-contact-form .wpcf7-form-control-wrap textarea{
    border: 1px solid #f0f2e7;
    height: 185px;
    resize: none;
}
.cust-contact-form .wpcf7-form-control-wrap textarea:focus-visible{
	outline: -webkit-focus-ring-color auto 0px;
}
.footer-list ul li{
	align-items: center;
}
.footer-list ul li h2{
	margin-bottom: 0 !important;
}
.footer-list ul li .eael-feature-list-content a{
	color: #fff;
}
.practice-area-box{
	    background: #FBF7F1;
    padding: 30px;
    border-radius: 8px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.practice-area-box h3{
	font-weight: 400;
    font-size: 28px;
    vertical-align: middle;
}
.practice-area-box p{
	font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.practice-icon{
	max-width: 50px;
}
.practice-area-box a.practice-readmore{
	    width: 40px;
    height: 40px;
    background: #312978;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.practice-area-box a.practice-readmore:hover{
	background: #e1b45c;
}
.header-menu nav.hfe-nav-menu__layout-horizontal{
	width: 100% !important;
}



.blog-details-sec{
    padding: 70px 0;
}
.blog-details-sec ul {
    padding: 0;
    list-style: none;
    position: relative;
/*    display: inline-block;*/
}
.blog-details-sec ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}
.blog-details-sec ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    left: 0;
    top: 7px;
    border-radius: 8px;
}
.blog-detail_title{
    color: var(--e-global-color-text);
    margin: 0px 0px 0px 0px;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 15px;
}
.news-detail_image{
    margin-bottom: 25px;
}
.news-detail_image img{
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.blog-detail_meta{
    position: relative;
    margin-bottom: 15px;
}

.blog-detail_meta li{
    position: relative;
    font-size:16px;
    margin-right: 15px;
    display: inline-block;
    color: #1a1a1a;
}
.blog-detail_author{
    margin-bottom: 20px;
}
.blog-detail_author li{
    font-size: 14px;
}
.blog-detail_author li span{
    font-weight: 500;
}
.blog-detail_meta li a{
    pointer-events: auto;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
    background: #1a1a1a;
    margin-right: 5px;
}
.blog-detail_meta li:last-child{
    margin-right: 0px;
    padding-right: 0px;
}
.blog-details-sec .post-content p{
    font-size: 18px;
    line-height: 28px;
}
.post-widget .post {
    position: relative;
    min-height: 95px;
    padding-left: 115px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.post-widget .post:last-child{
    margin-bottom: 0;
    border: 0;
}
.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100px;
    overflow: hidden;
    border-radius: 6px;
}

.post-widget .post .thumb a {
    display: block;
}
.post-widget .post h4 {
    text-transform: capitalize;
}
.post-widget .post h4 a {
    color: #000;
    transition: all 300ms ease;
}
.post-widget .post .post-date {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.post-widget .post a{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.border-wrap{
    border-bottom: 1px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf;
    padding: 25px 0;
    margin-bottom: 20px;
}
.border-wrap .social-share{
    margin-bottom: 0;
}

.pq-single-post-usernav {
    padding: 2%;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 20px;
}
.pq-single-post-usernav .pq-user {
    display: flex;
    gap: 30px;
}
.pq-single-post-usernav .pq-user .pq-user-media{
    min-width: 70px;
}
.pq-single-post-usernav .pq-user .pq-user-media img{
    background: #fff;
    border: 1px solid #fff;
}
.pq-single-post-usernav .pq-user .pq-user-media .pq-img {
    width: 70px;
    border-radius: 70px;
}
.pq-user-info h5{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0;
    color: #000;
}
.related-post-card h5{
    font-size: 18px;
}
.related-post-card h5 a{
    color: #000;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.related-post-card h5 a:hover {
    color: #e1b45c;
}
.related-posts{
    margin-top: 25px;
}
.related-post-card img{
    height: 200px;
    object-fit: cover;
}
.justify-content-center{
    justify-content: center;
}
.content-box{
    margin-bottom: 30px;
}
.content-box .blog-detail_title a{
    color: #e1b45c;
    font-size: 30px;
    line-height: 1;
}
.gap-50{
        --bs-gutter-x: 3rem !important;
    --bs-gutter-y: 3rem !important;
}
.cust-contact-form form p label{
    font-weight: 700;
    margin-bottom: 7px;
}
.cust-contact-form form p label span{
    color: #f00;
}



@media only screen and (max-width: 1440px){
	.container {
	    margin: 0 auto;
	    padding: 0 50px;
	}
	.shadow-text h2{
		font-size: 15vw;
	}
}

@media only screen and (max-width: 1367px){
    .custom-feature-list ul li:after {
        height: 45px;
        top: 5px;
        left: 15px;
    }
    .custom-feature-list ul {
        gap: 20px;
    }
    .team-box .team-card .profile-header img {
        height: 320px !important;
    }
    .blog-details-sec {
        padding: 50px 0;
    }
        .blog-detail_title {
        font-size: 30px;
        line-height: 44px;
    }
    .gap-50{
        --bs-gutter-x: 2rem !important;
        --bs-gutter-y: 2rem !important;
    }
}

@media only screen and (max-width: 1280px){
    .team-box .team-card .profile-header img {
        height: 285px !important;
    }
}


@media only screen and (max-width: 1024px){
	.container {
	    margin: 0 auto;
	    padding: 0 30px;
	}   
    .gap-50{
        --bs-gutter-x: 1rem !important;
        --bs-gutter-y: 1rem !important;
    } 
}

@media only screen and (max-width: 991px){
    .practice-area-box {
        padding: 20px;
    }
    .practice-areas-wrapper .col-md-6{
        margin-bottom: 20px;
    }
        .blog-detail_title {
        font-size: 24px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px){
	.container {
	    margin: 0 auto;
	    padding: 0 20px;
	}
    .custom-feature-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .practice-area-box h3 {
        font-size: 20px;
    }
    .practice-icon {
        max-width: 35px;
    }
        .news-detail_image img {
        height: 400px;
    }
}

@media only screen and (max-width: 575px){
    .custom-feature-list ul li:after {
        height: 100%;
        top: 0;
        left: 15px;
        width: 96%;
    }
    .custom-feature-list .eael-feature-list-content-box p{
        font-size: 13px !important;
    }
    .news-detail_image img {
        height: 320px;
    }
    .blog-detail_title {
        font-size: 22px;
        line-height: 32px;
    }
}




.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}