/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.stickyHeader {
    opacity: 1;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.73);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(98, 72, 255, 0.2);
	    top: 0;
}
.topHeader {
    position: fixed;
}
.stickyHeader .e-con-inner {
    padding-top: 0;
}
.stickyHeader .headerFix {
    background-color: transparent !important;
    box-shadow: none !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-color: #00000000 !important;
}
.headerMenu ul li a {
    border: 1px solid #ffffff00;
    border-radius: 30px;
}
.headerMenu ul li a:hover,
.headerMenu ul li.current-menu-item a {
    border: 1px solid #000;
}

span.secondColor {
    color: #000;
    font-size: 30px;
}
.columTwo {
    display: flex;
    gap: 20px;
}
.column-left,
.column-right {
    width: 49%;
}
.columFull textarea {
    border-radius: 15px !important;
}
/*.serviceCard .ue_post_grid_item {
    gap: 20px;
}*/
.serviceCard .ue_post_grid_item .uc_content {
    margin: 2px;
}

.projectCard:hover, .projectCard:hover .elementor-element.e-con.e-child {
    border-color: #000 !important;
}
.projectCard:hover .elementor-widget-image {
    display: none;
}
.projectCard:hover .supportIcons {
    display: block !important;
}

.outline-text h2 {
    width: 50px;
    height: 50px;
    color: black !important;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    background-color: #000;
    text-align: center;
    padding: 15px 10px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 4px;
}
.outline-text:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: calc(324px - 100%);
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 90%, rgba(102, 102, 102, 1) 100%);
    left: 23px;
    top: 50px;
}

.outline-textSlide h2{
    width: 50px;
    height: 50px;
    color: white !important;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    text-align: center;
    padding: 15px 10px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 4px;
}
.headerMenu  .hfe-nav-menu-icon {
    padding: 0;
}
/*
.imageGray  img {
    filter: grayscale(100%);
}
*/

.iconBlocks .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
}

.iconBlocks .elementor-icon-box-wrapper a,
.linkColor a {
    color: #929292;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
	
span.secondColor {
    font-size: 19px;
}
.columTwo {
    gap: 0px;
    flex-wrap: wrap;
}	
.column-left, .column-right {
    width: 100%;
}	
	
.outline-text:after {
display:none;
}	
.headerMenu ul li a:hover, .headerMenu ul li.current-menu-item a {
    border: unset;
    color: #3d77c7 !important;
    font-weight: 700 !important;
}	
.headerMenu ul.hfe-nav-menu {
    padding: 15px;
    box-shadow: 0 2px 10px rgba(98, 72, 255, 0.2);
}
	
	
	
}	
	
	
	

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
span.secondColor {
    font-size: 20px;
}	
	
	
	
	
}



