/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769593247
Updated: 2026-01-28 09:40:47

*/

.home .head-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: transparent !important;
}
.elementor-widget-text-editor p:last-child{
	margin-bottom:0px !important;
}
.elementor-icon-wrapper {
    line-height: 0;
}
/* Footer start */
.blog-list .elementor-post .elementor-post__text{
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
	grid-column-gap:5px;
}
.blog-list .elementor-post .elementor-post__read-more{
	align-self: flex-end;
	min-width:max-content;
}
.blog-list .elementor-post__thumbnail__link {
    display: none !important;
}
/* Footer end */

/* Home page start */
.banner-slider .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px !important;
}
.banner-slider .swiper-pagination-bullet{
    border-radius: 10px;
}
.banner-slider .swiper-pagination {
    width: auto !important;
    right: 40px;
    left: auto !important;
    bottom: 1.0417vw !important;
    line-height: 0;
}
.banner-slider .swiper-slide-inner{
    z-index: 1;
}
.banner-slider .elementor-slide-heading {
    margin-bottom: 0px !important;
}
.hover-list{
    opacity: 0.5;
	transition:0.3s all !important;
	cursor:pointer;
}
.hover-list.active{
    opacity: 1;
}
.list-icon svg{
	transition:0.3s all;
	transform: rotate(45deg);
}
.hover-list.active .list-icon svg{
    transform: rotate(0deg);
}
.projects-loop .elementor-loop-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.projects-loop .elementor-loop-container .e-loop-item{
    width: calc(33.33% - (var(--grid-column-gap)*2/3));
}
.projects-loop .elementor-loop-container .e-loop-item:nth-of-type(1){
    width: calc(30% - (var(--grid-column-gap)*1/2)) !important;
}
.projects-loop .elementor-loop-container .e-loop-item:nth-of-type(2){
    width: calc(70% - (var(--grid-column-gap)*1/2)) !important;
}
/* Home page end */

/* Work page start */
.pro-mul-loop .elementor-loop-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-mul-loop .elementor-loop-container .e-loop-item{
    width: calc(33.33% - (var(--grid-column-gap)*2)/3);
}
.pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 1), .pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7){
    width: calc(33.33% - (var(--grid-column-gap)*1)/2);
}
.pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) , .pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6){
    width: calc(66.66% - (var(--grid-column-gap)*1)/2);
}
.pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) , .pro-mul-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9){
    width: calc(50% - (var(--grid-column-gap)*1)/2);
}
/* Work page end */
/* About page start */
.team-icon .elementor-icon-list-text{
    display: none;
}
.team-icon .elementor-icon-list-icon svg{
    margin-right: 0px !important;
}
.team-icon .elementor-icon-list-icon svg:hover{
    fill: #FFFFFF !important;
}
.team-icon .elementor-icon-list-icon svg:hover path{
    fill: #1D1C1D !important;
}
.team-icon{
    margin-bottom: -56px !important;
    transition: margin-bottom 0.3s !important;
}
.team-detail:hover .team-icon{
    margin-bottom: 0px !important;
    margin-top: 0;
}
.logo-gallery .gallery-item .gallery-icon {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
}
.contact-form form input ,.contact-form form textarea{
    padding: 13px 15px !important;
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder{
    opacity: 1 !important;
}
.contact-form form textarea{
    height: 138px;
    resize: none;
}
.contact-form .elementor-button svg{
    width: 14px;
}
.news-info .elementor-inline-items .elementor-icon-list-item:first-child .elementor-post-info__terms-list-item{
    background: #00000024;
    padding: 5px 5px;
    border-radius: 4px;
}
.news-info .elementor-inline-items{
	grid-row-gap:5px;
}
/* About page end */
/* News page start */
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 1){
	grid-column: span 5;
	grid-row:span 2;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2){
	grid-column: span 7;
	grid-row:span 1;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3){
	grid-column: span 7;
	grid-row:span 1;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 4){
	grid-column: span 8;
	grid-row:span 1;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 5){
	grid-column: span 4;
	grid-row:span 1;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9){
	grid-column: span 6;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .fet-col , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .fet-col{
    width: 300px;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .news-col-cont , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .news-col-cont{
    width: calc(100% - 320px);
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 1) .news-box , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 4) .news-box , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 5) .news-box{
    flex-direction: column !important;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 1) .fet-col img , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 4) .fet-col img , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 5) .fet-col img{
    aspect-ratio: 1.5;
}
.news-fet-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .news-box::after ,.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .news-box::after , .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .news-box::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #D5D5D5;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.blog-cat h5{
    display: none;
}
.blog-cat ul {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    gap: 10px;
	flex-wrap:wrap;
}
.blog-cat ul li a {
    padding: 0.6250vw 1.2500vw 0.5208vw 1.2500vw;
    background-color: var(--e-global-color-c6aa2c7);
    border-radius: 5px;
    font-family: var(--e-global-typography-4906293-font-family), Sans-serif;
    font-size: var(--e-global-typography-4906293-font-size);
    font-weight: var(--e-global-typography-4906293-font-weight);
    line-height: var(--e-global-typography-4906293-line-height);
    color: var(--e-filter-normal-text-color);
	transition: all .3s;
	display:inline-block;
}
.blog-cat ul li a:hover,.blog-cat ul li.current-cat a{
    background-color: var( --e-global-color-010f3fa ) !important;
    color: #ffffff !important;
}
.elementor-widget-wp-widget-archives select {
    border: 1px solid #303030;
    border-radius: 5px;
    padding: 8px 26px 6px 12px;
    color: #1D1C1D;
    font-size: var(--e-global-typography-c4d2eba-font-size);
    line-height: 1em;
    font-weight: 500;
    font-family: "Helvetica Neue";
    -webkit-appearance: none;
    background: url(/wp-content/uploads/2026/02/selector-arrow.svg) no-repeat center right 10px;
    background-size: 16px;
}
.elementor-widget-wp-widget-archives h5{
	display:none;
}
.archive.date .tab-all .elementor-button{
    color: var( --e-global-color-b514328 ) !important;
    background-color: var( --e-global-color-010f3fa ) !important;
}
/* News page end */

/*News Detail page start*/
.share-list ul {
    flex-direction: column;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}
.share-list ul li, .pro-det-popup ul li {
    margin: 0 !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #D5D5D5;
}
.share-list ul li .elementor-icon-list-text, .pro-det-popup ul li .elementor-icon-list-text,
.pro-det-popup ul li {
    display: flex !important;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
.share-list ul li .elementor-icon-list-text .elementor-post-info__item-prefix,
.share-list ul li .elementor-icon-list-text time,
.share-list ul li .elementor-post-info__terms-list,
.pro-det-popup ul li .elementor-icon-list-text span, .pro-det-popup .project-details li span {
    width: 50%;
}
.share-list ul li .elementor-icon-list-text .elementor-post-info__item-prefix,
.pro-det-popup ul li .elementor-icon-list-text .elementor-post-info__item-prefix,
.pro-det-popup .project-details li span.acf-detail-title {
    font-weight: 500;
}
.elementor-share-btn {
    border-radius: 8px !important;
	width: 32px !important;
}
.share-btn .elementor-share-btn_facebook svg,
.share-btn .elementor-share-btn_linkedin svg,
.share-btn .elementor-share-btn_pinterest svg {
    display: none;
}
.share-btn .elementor-share-btn_facebook .elementor-share-btn__icon::before,
.share-btn .elementor-share-btn_linkedin .elementor-share-btn__icon::before,
.share-btn .elementor-share-btn_pinterest .elementor-share-btn__icon::before {
    content: '';
    width: 16px;
    height: 16px;
}
.share-btn .elementor-share-btn_facebook .elementor-share-btn__icon::before {
    background: url(/wp-content/uploads/2026/02/Facebook.svg) no-repeat center;
    background-size: contain;
}
.share-btn .elementor-share-btn_linkedin .elementor-share-btn__icon::before {
    background: url(/wp-content/uploads/2026/02/linkedin.svg) no-repeat center;
    background-size: contain;
}
.share-btn .elementor-share-btn_pinterest .elementor-share-btn__icon::before {
    background: url(/wp-content/uploads/2026/02/Pinterest.svg) no-repeat center;
    background-size: contain;
}
/*News Detail page end*/

/*Project Detail page start*/
.pro-det-popup {
    max-width: 445px;
}
.pro-det-popup .project-details {
    list-style-type: none;
    padding: 0;
}
.pro-det-popup .project-details li span {
    color: var( --e-global-color-010f3fa );
    font-family: var(--e-global-typography-c4d2eba-font-family), Sans-serif;
    font-size: var(--e-global-typography-c4d2eba-font-size);
    font-weight: var(--e-global-typography-c4d2eba-font-weight);
    line-height: var(--e-global-typography-c4d2eba-line-height);
}
.pro-det-popup ul li.acf-detail-item:last-child {
    border: 0;
}
.about-pro-btn .elementor-button-icon{
    transition:0.3s all;
}
.about-pro-btn.active .elementor-button-icon{
    transform: rotate(45deg);
}
.pro-popup-box .pro-det-popup {
    position: absolute !important;
    top: 65px;
    left: 0;
    width:max-content !important;
	max-width: 445px !important;
    z-index: 1 !important;
    transform: translateX(calc(-100% - 50px));
    transition: 0.5s all;
}
.pro-popup-box:has(.about-pro-btn.active) .pro-det-popup {
    transform: translateX(0);
}

header{
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
}
.head-section.active{
	background:#ffffff !important;
}
.branding-text{
    display: none;
}
.hover-list.active .branding-text{
    display: block;
}
.sticky-bar{
    margin-top:var(--header-height) !important;
}
/*Project Detail page end*/

@media screen and (max-width:1024px){
	.projects-loop .elementor-loop-container .e-loop-item:nth-of-type(1){
		width: calc(33.33% - (var(--grid-column-gap)*1/2)) !important;
	}
	.projects-loop .elementor-loop-container .e-loop-item:nth-of-type(2){
		width: calc(66.66% - (var(--grid-column-gap)*1/2)) !important;
	}
	.logo-gallery .gallery-item{
		max-width: calc(100%/5) !important;
	}
		.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .news-col-cont {
		width: calc(100% - 180px);
	}
	.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .fet-col {
		width: 160px;
	}
	.share-list ul li .elementor-icon-list-text .elementor-post-info__item-prefix {
		width: 80px;
	}
	.share-list ul li .elementor-icon-list-text time, .share-list ul li .elementor-post-info__terms-list {
		width: calc(100% - 90px);
	}
	.banner-slider .swiper-pagination {
		right: 20px;
		bottom: 20PX !important;
	}
	.blog-cat ul li a {
		padding: 12px 16px 10px;
	}
	.elementor-widget-wp-widget-archives select {
		width:auto;
	}
}

@media screen and (max-width: 820px) {
	.pro-popup-box .pro-det-popup {
		width:100% !important;
	}
}
@media screen and (max-width:767px){
	.head-section:has(.nav-menu .elementor-menu-toggle.elementor-active){
		background: #FFFFFF !important;
	}
	.banner-slider .elementor-slide-heading {
		text-align: center;
	}
	.nav-menu .elementor-nav-menu--dropdown{
		padding: 20px 0px;
		box-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
		border-radius: 0px 0px 12px 12px;
	}
	.blog-list .elementor-post .elementor-post__text {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.blog-list .elementor-post .elementor-post__read-more {
		align-self: flex-start;
	}
	.banner-slider .elementor-slide-heading {
		margin-bottom: 0px !important;
	}
	.banner-slider .swiper-pagination {
		width: 100% !important;
		right: 0px !important;
		bottom: 20px !important;
	}
	.projects-loop .elementor-loop-container.elementor-grid .e-loop-item{
		width:100% !important;
	}
	.banner-slider .swiper-slide::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
	}
	.pro-mul-loop .elementor-loop-container .e-loop-item{
		width:100% !important;
	}
	.team-detail img {
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	.logo-gallery .gallery-item{
		max-width: calc(100%/3) !important;
	}
	.logo-gallery .gallery-item .gallery-icon{
		height:100px;
		min-height:auto;
	}
	.logo-gallery .gallery-item .gallery-icon img {
		object-fit: contain !important;
		max-width: 100%;
		width: 100%;
		max-height: 100%;
	}
	.contact-form .elementor-button {
		padding: 12px 20px !important;
	}
	.contact-form .elementor-button svg{
		width: 12px;
	}
	.elementor-widget-wp-widget-archives select {
		padding: 10px 15px;
		font-size: 16px;
		background-size: 14px;
	}
	.blog-cat ul li a{
		padding:10px 16px 8px;
	}
	.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .news-col-cont, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .news-col-cont {
		width: 100%;
	}
	.news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 2) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 3) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 6) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 7) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 8) .fet-col, .news-loop .elementor-loop-container .e-loop-item:nth-of-type(9n + 9) .fet-col {
		width: 100%;
	}
	.news-loop .elementor-grid{
		display: flex !important;
		flex-direction: column !important;
	}
	.news-fet-img img{
		aspect-ratio: auto !important;
	}
	.news-box::after {
		content: "";
		width: 100%;
		height: 1px;
		background: #D5D5D5;
		position: absolute;
		bottom: -25px;
		left: 0;
	}
	.share-list ul li .elementor-icon-list-text .elementor-post-info__item-prefix {
		width: 90px;
	}
	.share-list ul li .elementor-icon-list-text time, .share-list ul li .elementor-post-info__terms-list {
		width: calc(100% - 100px);
	}
	.share-list ul li, .pro-det-popup ul li {
		padding: 15px 0 !important;
	}
	.sticky-bar{
		margin-top:var(--header-height) !important;
	}
}