/*
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.1771258007
Updated: 2026-02-16 16:06:47

*/

/*Constraction site css starts*/
.serviceicon img {
    background: #d723231a;
    padding: 10px;
	border-radius:8px;
}
.serviceicon:hover figure, .chooseus:hover figure {
transform: rotate(6deg);
transition: transform 0.3s ease;
}
.serviceicon:hover img {
    background: #d7232333;
}
.chooseus img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
/* .chooseus figure {
    background: #1c3b69;
    padding: 10px;
    border-radius: 8px;
} */
/* Project Box */
.proj-box{
    position: relative;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.6s ease;
}
/* Background image zoom */
.proj-box:hover{
    background-size: 110%;
}
/* Content hidden below */
.proj-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
/* Slide up on hover */
.proj-box:hover .proj-content{
    transform: translateY(0);
    opacity: 1;
}
/* Corner lines */
.proj-box{
    position: relative;
}
/* Top Right Corner */
.proj-box:hover::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 86%;
    width: 30px;
    height: 30px;
    border-top: 3px solid red;
    border-right: 3px solid red;
    border-radius: 0 8px 0 0;
}

/* Bottom Left Corner */
.proj-box:hover::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    border-radius: 0 0 0 8px;
}
/* Circle container */
.proc-box .proc-head{
    position: relative;
    width: 70px;
    height: 70px;
    background: #e32222;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
/* Dashed border */
.proc-box:hover .proc-head::before{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    border:2px dashed rgba(227,34,34,0.4);
    border-radius:50%;
}
/* Rotate only on hover */
.proc-box:hover .proc-head::before{
    animation: dashRotate 6s linear infinite;
}
/* Dashed border */
.nonhover .proc-head::before{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    border:2px dashed rgba(227,34,34,0.4);
    border-radius:50%;
}
/* Rotate only on hover */
.nonhover .proc-head::before{
    animation: dashRotate 6s linear infinite;
}
/* Animation */
@keyframes dashRotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.proc-box:hover .proc-head {
    background: #D72323;
}
.proc-box:hover h2 {
    color: #ffff !important;
}
.nonhover .proc-head {
    background: #D72323 !important;
}
.nonhover h2 {
    color: #ffff !important;
}
.testi img {
    border-radius: 0px !important;
    object-fit: cover;
}
.testi .elementkit-commentor-details {
    display: flex !important;
    flex-direction: column;
}
.testi .swiper-navigation-button:hover svg path {
    fill: #ffff !important;
}
.foot-logo img{
	filter: brightness(0) invert(1);
}
.site-foot .elementor-image-box-img img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
.servicecol{
    transition: transform 0.3s ease;
}
.servicecol:hover{
    transform: translateY(-10px);
}
.contactsection img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(4680%) hue-rotate(347deg) brightness(96%) contrast(105%);
}
.contactsection label {
    width: 100%;
}
.contactsection span:focus-visible {
    outline: none !important;
}
.contactsection input, .contactsection textarea, .contactsection select {
    margin-top: 4px;
}
.mobo-menu .hfe-nav-menu-icon {
    padding: 0px !important;
}
.site-foot .elementor-image-box-wrapper {
    display: flex !important;
	column-gap: 12px !important;
}
.contact-card .elementor-image-box-wrapper {
    align-items: flex-start !important;
}
.wp-float:hover .elementor-icon-list-text {
    display: block !important;
	padding-right: 10px;
}
.wp-float .elementor-icon-list-text {
    display: none !important;
}
/*Post css*/
.icon-margin .elementor-icon-box-icon {
    margin-top: 6px;
}
.hero-bg {
    width: 100%;
    height: 400px;
	padding-top:80px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
/* THIS IS YOUR 1200px CONTAINER */
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
/*     padding: 0 20px; */
}
.hero-inner h1 {
    font-size: 38px;
    margin-bottom: 30px;
	font-weight:600;
	font-family: "Poppins", Sans-serif;
}
.hero-inner p {
    font-size: 14px;
	font-family: "Inter", Sans-serif;
}
.singleblog .sidebar-box h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.singleblog .recent-posts a {
    display: flex;
    column-gap: 20px;
}
.singleblog .recent-posts li {
	list-style-type: none !important;
}
.singleblog .recent-posts {
padding-left: 0px;
}
.singleblog .recent-posts a img {
width:25%;
}
.singleblog .recent-posts a span{
width:75%;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #1C3B69;
}
.tags {
    display: flex;
    flex-direction: column;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
.tags a{
	color:#5E718D !important;
}
.daprixia-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.blog-card {
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.blog-content {
    padding: 20px;
}

/* META */
.meta {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 10px;
}

/* TITLE */
.blog-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.blog-content h3 a {
    color: #1C3B69;
    text-decoration: none;
}

/* CONTENT */
.blog-content p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #5E718D;
    line-height: 1.6;
}
/* RESPONSIVE */
@media(max-width:767px){
	.hero-inner h1{
		font-size:30px !important;
		line-height: 38px !important;
		padding: 0px 16px 0px 16px;
	}
	.daprixia-blog-grid {
        grid-template-columns: 1fr;
    }
}
@media(min-width:768px) and (max-width:1023px){
	.daprixia-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.headnav a {
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.headbtn a {
    padding: 10px !important;
}
}
@media (min-width: 1024px) {
    .daprixia-blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
