/*
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.4.1753338521
Updated: 2025-07-24 06:28:41

*/

header#masthead {
    position: sticky !important;
    top: 0;
}
body{
	background: #f9f9f9;
}
.cs-header{
    backdrop-filter: blur(10px);
}
.cs-header > .e-con-inner,
.cs-header > .elementor-element{
    height: 95px;
    align-items: center;
}
.cs-header > .e-con-inner > .elementor-element{
    height: 100%;
}
.cs-banner img {
    height: calc(100vh - 95px);
    width: 100%;
    object-fit: cover;
}
.cs-banner:before {
    z-index: 1;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container,
.cs-project-row{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:nth-child(5n+1),
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:nth-child(5n+2),
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:nth-child(5n+3),
.cs-project-row > .elementor-element:nth-child(5n+1),
.cs-project-row > .elementor-element:nth-child(5n+2),
.cs-project-row > .elementor-element:nth-child(5n+3) {
  max-width: calc((100% - 60px) / 3);
  width:100%;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:nth-child(5n+4),
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:nth-child(5n+5),
.cs-project-row > .elementor-element:nth-child(5n+4),
.cs-project-row > .elementor-element:nth-child(5n+5) {
  max-width: calc((100% - 30px) / 2);
  width:100%;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__thumbnail {
    padding: 0 !important;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__thumbnail img {
    position: initial !important;
    transform: none;
    height: auto;
    width: 100%;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article,
.cs-project-row > .elementor-element{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cs-project-row > .elementor-element:before{
    z-index: 1;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__text,
.cs-project-row > .elementor-element .cs-project-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: center;
    padding: 15px;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__text .elementor-post__title,
.cs-project-row > .elementor-element .cs-project-title .elementor-widget-heading{
    transform: translateY(150px);
    transition: .3s ease all;
    color: #fff !important;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__text .elementor-post__title a{
    color: #fff !important;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__thumbnail__link:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:hover .elementor-post__text .elementor-post__title,
.cs-project-row > .elementor-element:hover .cs-project-title .elementor-widget-heading{
    transform: translateY(0px);
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article .elementor-post__text:before,
.cs-project-row > .elementor-element .cs-project-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s ease all;
}
.cs-project-cols > .elementor-widget-container > .elementor-posts-container article:hover .elementor-post__text:before,
.cs-project-row > .elementor-element:hover .cs-project-title:before {
    opacity: .4;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.cs-form-group {
    max-width: 100%;
    width: 100%;
}
.cs-form-group.cs-form-50 {
    max-width: calc((100% - 25px) / 2);
}
.form-row p {
    margin: 0;
}
.cs-form-group span.wpcf7-form-control-wrap {
    display: block;
}
.cs-form-group span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100% !important;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #bbbbbb;
	background: transparent;
}
.cs-form-action,
.cs-form-group label {
    width: 100%;
}
.cs-form-action{
    text-align: center;
    position: relative;
}
.cs-form-action span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height: 120px;
    resize: none;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    top: 100%;
    left: 0;
    margin-top: 2px;
}
.wpcf7-response-output{
    text-align: center;
}
.cs-form-action input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-weight: 200;
    transition: .3s ease all;
}
.cs-form-action input.wpcf7-form-control.wpcf7-submit:hover{
    background: #000;
    color: #fff;
}
.cs-info-content {
    max-width: 650px;
    width: 100%;
}
.cs-meta-text .cs-meta-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs-meta-text .cs-meta-info p {
    max-width: calc(50% - 20px);
    width: 100%;
    color: #000 !important;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 10px;
    margin: 0;
    border-top: 1px solid #cfcfcf;
    margin-top: -1px;
    display: flex;
    justify-content: space-between;
}
.cs-meta-text .cs-meta-info p strong {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cs-gallery{
    margin: 0 !important;
}
.cs-gallery button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    z-index: 1;
    font-size: 0;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-size: 24px;
}
.cs-gallery button.slick-prev.slick-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M169.4 297.4C156.9 309.9 156.9 330.2 169.4 342.7L361.4 534.7C373.9 547.2 394.2 547.2 406.7 534.7C419.2 522.2 419.2 501.9 406.7 489.4L237.3 320L406.6 150.6C419.1 138.1 419.1 117.8 406.6 105.3C394.1 92.8 373.8 92.8 361.3 105.3L169.3 297.3z'/%3E%3C/svg%3E");
    left: -20px;
}
.cs-gallery button.slick-next.slick-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
    right: -20px;
}
.cs-gallery figure.wp-block-image {
    /* padding: 0 10px; */
    max-width: 100% !important;
    width: 100% !important;
}
body.home .cs-global-menu,
body:not(.home) .cs-home-menu{
    display: none;
}

.cs-we-img img{
	aspect-ratio: 1 / 0.6;
	width: 100%;
	object-fit: cover;
}
.cs-about-img img{
	aspect-ratio: .75 / 1;
	object-fit: cover;
}
.cs-project-img img {
    aspect-ratio: 1.6 / 1;
    object-fit: cover;
    object-position: center;
    filter: grayscale(.5);
	transition: .3s ease all;
	width: 100%;
}
.cs-project-img a{
	display: block;
}
.cs-gallery > figure.wp-block-image img,
.cs-we-img img{
	filter: grayscale(.5);
	transition: .3s ease all;
}
.cs-gallery > figure.wp-block-image img:hover{
	filter: none;
}
.cs-project-img:hover img {
    filter: none;
}
#page .cs-gallery > figure.wp-block-image img {
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

#page .cs-gallery > figure.wp-block-image {
    display: block;
    margin: 0 auto;
}
.hfe-has-submenu ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ededed !important;
}
.hfe-has-submenu ul.sub-menu li a {
    font-size: 14px !important;
}
.hfe-has-submenu ul.sub-menu{
	overflow: hidden !important;
}
.footer-tagline p, .cs-header-tagline p {
    font-weight: 300 !important;
    text-transform: uppercase;
    position: relative;
    top: 8px;
    font-size: 12px;
}
.hfe-site-logo a.elementor-clickable {
    line-height: 1;
}
.hfe-site-logo-img {
    display: block !important;
}
.hfe-has-submenu-container span.hfe-menu-toggle.sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 1560 1560' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M776.8 1185.1c-8.2 0-16.4-3.1-22.6-9.4L13.4 434c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l740.8 741.8c12.5 12.5 12.5 32.8 0 45.3-6.3 6.2-14.5 9.3-22.7 9.3z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M776.8 1185.1c-8.2 0-16.4-3.1-22.6-9.4-12.5-12.5-12.5-32.8 0-45.3l747.2-746.2c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-747.2 746.2c-6.3 6.3-14.5 9.4-22.7 9.4z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hfe-has-submenu-container span.hfe-menu-toggle.sub-arrow i.fa {
    display: none;
}
@media all and (max-width: 991px){
    .cs-project-cols > .elementor-widget-container > .elementor-posts-container article,
    .cs-project-row > .elementor-element{
        max-width: calc(50% - 15px) !important;
    }
    .cs-info-content,
    .cs-meta-text .cs-meta-info p{
        max-width: 100%;
    }
	.hfe-has-submenu ul.sub-menu li:first-child{
		margin-top: 15px !important;
	}
	 .hfe-flyout-wrapper .hfe-flyout-container .hfe-side {
        /* position: fixed; */
        margin: 0;
        height: 100vh;
    }
	.hfe-has-submenu-container a {
		width: calc(100% - 38px);
	}
	.hfe-has-submenu-container span.hfe-menu-toggle.sub-arrow {
		position: absolute;
		right: 0;
		pointer-events: none;
		cursor: pointer;
		z-index: 11;
	}
}

@media all and (max-width: 767px){
    p{
        font-size: 16px !important;
    }
    .cs-banner img {
        height: 60vh;
        width: 100%;
    }
    .cs-project-cols > .elementor-widget-container > .elementor-posts-container article,
    .cs-project-row > .elementor-element{
        max-width: 100% !important;
    }
    .cs-gallery ul.slick-dots {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 5px;
        justify-content: center;
        margin: 0 auto;
    }
    .cs-gallery ul.slick-dots li button {
        display: none;
    }
    .cs-gallery ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        opacity: .5;
    }
    .cs-gallery ul.slick-dots li.slick-active {
        opacity: 1;
    }
    .cs-gallery figure.wp-block-image {
        padding: 0px;
    }
   
    .cs-meta-text .cs-meta-info p {
        flex-direction: column;
    }
	.cs-form-group.cs-form-50{
		max-width: 100%;
	}
	.footer-tagline p, .cs-header-tagline p {
		font-size: 10px !important;
		letter-spacing: 1px !important;
		top: 7px;
	}
	.hfe-nav-menu-icon {
		padding: 0;
	}
	.footer-tagline p {
		margin: 0 auto;
	}
	.cs-header-tagline {
		font-size: 11px !important;
	}
}