/*
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.5.1762404998
Updated: 2025-11-05 23:56:38

*/

/**
 * 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.
 */

/* global setting start here */
a.elementor-button {
    position: relative;
    overflow: hidden;
}
a.elementor-button:before {
    content: "";
    height: 100%;
    background: #AB1E27;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    z-index: 0;
    transition: .5s;
    width: 0;
}
a.elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
}
a.elementor-button:hover:before {
    width: 100%;
}
.arrow-btn .elementor-button-icon {
    transition: .5s;
}
.arrow-btn a:hover .elementor-button-icon {
    transform: translateX(5px);
}
/* global setting close here */


/* header start here  */
.head-btns {
    width: max-content !important;
    min-width: 230px !important;
}
.more-info-btn .elementor-icon svg {
    transition: .3s;
}
.more-info-btn .elementor-icon {
    border: 1px solid #BFBFBF !important;
}
.more-info-btn .elementor-icon:hover {
    background: #00333d !important;
    border-color: #00333d !important;
}
.more-info-btn .elementor-icon:hover svg {
    fill: white;
}
.head-nav .sub-arrow {
    padding-left: 5px !important;
}

/* sticky header start here  */
#header {
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transform: translateY(0);
	opacity: 1;
	box-shadow: 0 1px 9px 0 rgb(32 33 36 / 13%);
}
.she-header {
  	transform: translateY(0) !important;
  	opacity: 1 !important;
}
.header-hidden {
  	transform: translateY(-100%) !important;
  	opacity: 0 !important;
}
.admin-bar .she-header, .admin-bar #header{
  	top: 32px !important;
}
header.elementor-location-header {
    height: 133px;
}
/* sticky header close here  */

.head-nav ul.sub-menu {
    max-width: 300px !important;
    width: 270px !important;
}
.head-nav ul.sub-menu a {
    display: block;
    width: 100% !important;
    white-space: inherit !important;
    border-left: none !important;
}
.head-nav ul.sub-menu:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #3d0a00;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    left: 28px;
    z-index: -1;
}
/* header close here  */

/* home page start here  */
.sub-title {
    width: max-content !important;
}
.sub-heading p {
    margin-bottom: 0px !important;
}
.counter-text-center .elementor-counter-title {
    text-align: center;
}
.counter-text-center {
    width: 152px;
    height: 152px;
}
.step-icon-boxes {
    height: 195px !important;
    justify-content: center !important;
    outline: 2px dashed #791a20;
}
.process-box-first:before {
    content: "" !important;
    width: 100%;
    border-top: 2px dashed #791a20;
    top: 115px;
    left: 50%;
    position: absolute;
}
.process-box-second:before {
    content: "" !important;
    width: 100%;
    border-top: 2px dashed #791a20;
    top: 115px;
    left: 50%;
    position: absolute;
}
.process-box-first:before, .process-box-second:before {
    content: "" !important;
    width: 100% !important;
    border-top: 2px dashed #791a20 !important;
    top: 115px !important;
    left: 50% !important;
    position: absolute !important;
    height: max-content;
}
.srv-text:not(.elementor-html .srv-text) {
    height: 0px;
    opacity: 0;
    will-change: height;
    transition: .5s !important;
}
.srv-content-box, .srv-content-box * {
    transition: .5s;
}
.srv-item:hover .srv-content-box, .elementor-html .srv-content-box {
    background: #791a20 !important;
}
.srv-item .srv-content-box .elementor-heading-title a, .srv-item .srv-content-box .elementor-heading-title {
	font-weight: 500 !important;
}
.srv-item:hover .srv-content-box .elementor-heading-title a, .elementor-html .srv-item .srv-content-box .elementor-heading-title a {
    color: white;
}
.srv-item:hover .srv-content-box .srv-text {
    height: 130px;
    opacity: 1;
} 
.elementor-html .srv-item:hover .srv-content-box .srv-text{
    height: auto !important;
}
.srv-img a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00333db5;
    position: absolute;
    border-radius: 18px;
    opacity: 0;
    transition: .5s;
}
.srv-item:hover .srv-img a:before {
    opacity: 1;
}
.srv-item .srv-content-box .elementor-widget-heading {
    position: static;
}
.srv-item .srv-content-box .elementor-heading-title a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
} 
.e-n-carousel {
    padding-bottom: 0px !important;
}
.testi-slider .elementor-swiper-button {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    right: -46px !important;
    left: auto !important;
    box-shadow: 6px 2px 10px #dbdbdb;
}
.testi-slider .elementor-swiper-button.elementor-swiper-button-prev {
    transform: translateY(-20px) !important;
}
.testi-slider .elementor-swiper-button.elementor-swiper-button-next {
    transform: translateY(20px) !important;
}
.blog-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: .4s;
}
.blog-thumb {
	position: relative;
}
.blog-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-date {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #E36D67;
	color: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	line-height: 1;
}
.blog-date span {
	font-size: 22px;
}
.blog-date small {
	font-size: 11px;
	font-weight: 300;
}
.blog-content {
	padding: 22px 25px 25px 25px;
}
.blog-cat {
	color: #00333D;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.blog-title {
	font-size: 20px !important;
	margin-bottom: 25px;
	line-height: 26px;
}
.blog-title a {
	color: #000 !important;
	text-decoration: none;
}
.blog-link {
	color: #b30000;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.post-slider .swiper-button-prev,
.post-slider .swiper-button-next {
	background: #F2DACD;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #000;
	top: 50%;
	transition: .3s;
}
.post-slider .swiper-button-prev::after,
.post-slider .swiper-button-next::after {
	font-size: 14px;
} 
.myBlogSlider .swiper-slide {
    padding: 10px;
}
.blog-thumb img {
    display: block;
    width: 100%;
    height: 235px !important;
    object-fit: cover;
}
.blog-title a {
    font-weight: 600 !important;
    transition: .4s;
}
a.blog-link {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #791A20 !important;
    line-height: 21px;
}
a.blog-link span {
    gap: 7px;
    color: #791A20 !important;
    border-bottom: 2px solid;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card:hover .blog-title a {
    color: #791a20 !important;
}
a.blog-link img {
    transition: .4s;
}
a.blog-link:hover img {
    transform: translateX(6px);
}
.post-slider .swiper-button-prev:hover, .post-slider .swiper-button-next:hover {
    background: #791A20;
    color: white;
}
.post-slider .swiper-button-prev {
    left: -38px;
}
.post-slider .swiper-button-next {
    right: -38px;
}
.process-box .step-icon-boxes {
    transition: .4s !important;
}
.process-box:hover .step-icon-boxes {
    background: #791a20 !important;
}
.a11y-toolbar {
    display: none !important;
}
/* home page close here  */


/* footer start here  */
.btn-white a:before {
	background: #025666;
}
.anchor-white .elementor-icon-box-description a {
	transition: .4s;
    color: white !important;
}
.anchor-white .elementor-icon-box-description a:hover {
    opacity: .8;
}
/* footer close here  */

/* contact page start here  */
.cus-con-from .ff-el-group {
    margin-bottom: 12px !important;
}
.cus-con-from .ff-el-group input, .cus-con-from .ff-el-group select, .cus-con-from .ff-el-group textarea {
    background-color: #025666 !important;
    border: none !important;
    border-radius: 0px !important;
    color: white !important;
    line-height: 22px !important;
    height: min-content !important;
    padding: 12px 20px 12px 66px !important;
    position: relative;
}
.cus-con-from .ff-el-group select {
    color: #ffffff9c !important;
}
.cus-con-from .ff-el-group input::placeholder, .cus-con-from .ff-el-group textarea::placeholder {
    color: white;
	opacity: .6;
}
.cus-con-from .ff-el-input--content{
    position: relative;
}
.cus-con-from .ff-el-input--content:before {
    content: "";
    width: 46px;
    height: 46px;
    background: #0094b2;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 0px;
}
.cus-con-from .ff-el-group textarea {
    height: 150px !important;
}
.cus-con-from .ff-el-input--content:after {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 1;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.name-field .ff-el-input--content:after {
    background-image: url(/wp-content/uploads/2025/11/user-icon.svg) !important;
}
.email-field .ff-el-input--content:after {
    background-image: url(/wp-content/uploads/2025/11/email-icon.svg) !important;
}
.phone-number-field .ff-el-input--content:after {
    background-image: url(/wp-content/uploads/2025/11/phone-icon.svg) !important;
} 
.subject-field .ff-el-input--content:after {
    background-image: url(/wp-content/uploads/2025/11/document-icon.svg) !important;
} 
.message-field .ff-el-input--content:after {
    background-image: url(/wp-content/uploads/2025/11/message-icon.svg) !important;
} 
.cus-con-from .ff-el-input--content select {
    background-image: url(/wp-content/uploads/2025/11/down-arrow-icon.svg) !important;
    background-size: 13px !important;
}
.cus-con-from  .ff-btn.ff-btn-submit {
    padding: 13px 35px !important;
    background: #791a20 !important;
    border-radius: 100px !important;
}
.cus-con-from .text-danger {
    color: #fff !important;
    margin-top: 4px !important;
    background: red;
    width: max-content;
    padding: 0px 20px;
}
.message-field + .ff-el-group .ff-el-input--content:before {
    display: none;
}
.cus-accordions .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
body {
    word-wrap: break-word;
}
.con-btn a:before {
    display: none !important;
}
.con-btn a {
    height: min-content;
    line-height: 24px !important;
}
.ff-message-success {
    background: green;
    color: white;
    text-align: center;
    border-radius: 15px;
}
.ff-message-success p {
    margin-bottom: 0px;
}
/* contact page close here  */













@media screen and (min-width: 1025px) and (max-width: 1440px) {
/* 	header start here  */
	.main-header {
		padding-left: 20px !important;
	}
	.nav-header, .top-bar {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.head-nav .elementor-item {
		font-size: 15px !important;
	}
	.head-nav li.menu-item a {
		margin-left: 0px !important;
		margin-right: 22px !important;
	}
	.head-nav li.menu-item:last-child a {
		margin-right: 0px !important;
	}
/* 	header close here  */
}

@media screen and (max-width: 1025px) {
/* header start here */
	div#wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}
	.admin-bar .she-header, .admin-bar #header {
		top: 0px !important;
	}
	.head-btns {
		min-width: min-content !important;
	}
	.head-btns .elementor-widget-button {
		display: flex !important;
	}
	.head-nav .elementor-menu-toggle {
		border: 1px solid #a5a5a5 !important;
		width: 38px !important;
		height: 38px !important;
	}
	.head-nav .elementor-item.has-submenu {
		justify-content: space-between !important;
		padding-right: 0px !important;
		position: relative !important;
	}
	.head-nav .elementor-item.has-submenu span.sub-arrow {
		background: #ff000000 !important;
		width: 47px !important;
		justify-content: center !important;
		align-items: center !important;
		position: absolute !important;
		right: 0px !important;
		top: 9px !important;
		height: 51px !important;
		border-left: 1px solid #cccccc9e !important;
		font-size: 22px !important !important;
	}
	.head-nav .menu-item-has-children .sub-menu {
		width: 100% !important;
		max-width: 100% !important;
		border-top: none !important;
	}
	.head-nav .menu-item-has-children .sub-menu li a {
		padding-left: 45px !important;
	}
/* header close here */

/* home page start here */
	.counter-text-center {
		height: 132px !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.step-icon-boxes {
		height: 150px !important;
	}
	.process-box-first:before, .process-box-second:before {
		top: 90px !important;
	}
	.testi-slider .elementor-swiper-button.elementor-swiper-button-prev {
		right: auto !important;
		left: -39px !important;
		box-shadow: -11px 7px 10px #84848487;
		transform: translateY(-50%) !important;
		top: 50% !important;
		right: -39px !important;
	}
	.testi-slider .elementor-swiper-button.elementor-swiper-button-next {
		box-shadow: 11px 7px 10px #84848487;
		transform: translateY(-50%) !important;
		top: 50% !important;
	}
	header.elementor-location-header {
		height: 110px;
	}
/* home page close here */
}


@media screen and (max-width: 767px) {
/* mobile sticky header start here  */
	#header-sm {
		z-index: 99;
		position: fixed;
		top: 0;
		width: 100%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
		transform: translateY(0);
		opacity: 1;
		box-shadow: 0 1px 9px 0 rgb(32 33 36 / 13%);
	}
	.she-header {
		transform: translateY(0) !important;
		opacity: 1 !important;
	}
	.header-hidden {
		transform: translateY(-100%) !important;
		opacity: 0 !important;
	}
	header.elementor-location-header {
		height: 123px;
	}
/* mobile sticky header close here  */
	
/* 	home page start here */
	.process-box-first:before, .process-box-second:before {
		display: none !important;
	}
	.post-slider .swiper-button-prev {
		left: -4px;
	}
	.post-slider .swiper-button-next {
		right: -4px;
	}
	.blog-title {
		font-size: 18px !important;
		margin-bottom: 22px;
		line-height: 24px;
	}
	.blog-cat {
		font-size: 13px !important;
	}
	.blog-content {
		padding: 17px 20px 25px 20px;
	}
	.a11y-toolbar {
		display: none !important;
	}
	.srv-text .elementor-widget-button {
		display: none;
	}
	.srv-item:hover .srv-text .elementor-widget-button {
		display: block;
	}
	.testi-slider .elementor-swiper-button.elementor-swiper-button-next {
		right: -28px !important;
	}
	.testi-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: -28px !important;
	}
/* 	home page close here */
	
/* 	contact page start here  */
	.cus-con-from .ff-btn.ff-btn-submit {
		padding: 11px 27px !important;
	}
/* 	contact page close here  */
}