/*
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 page 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: 2.9.0.1700216621
Updated: 2023-11-17 10:23:41

*/

body{
	font-family: 'Proxima Nova';
}
a,
a:hover{
	color: #2557a3;
}
.elementor .elementor-widget-text-editor{
	font-family: 'Proxima Nova';
}
h1, h2, h3, h4, h5, h6{	
	margin: 0 0 20px;
	font-family: 'Proxima Nova';
	color: #2557a3;
	font-weight: bold;
}
.elementor h1.elementor-heading-title,
.elementor h2.elementor-heading-title,
.elementor h3.elementor-heading-title,
.elementor h4.elementor-heading-title,
.elementor h5.elementor-heading-title,
.elementor h6.elementor-heading-title{
	font-family: 'Proxima Nova';
}

/*---- Color ----*/
.color-white h1,
.color-white label{
	color: #fff;
}
.color-blue{
	color: #34a2d6;
}
.color-orange{
	color: #ff6300;
}

/*---- Common Classes ----*/
.d-block a.elementor-button{
	display: block;
}
.me-0.elementor-element .e-con-inner{
	margin-right: 0;
}
.elementor-icon-list-items li{
	list-style: none;
}
.elementor-widget-text-editor ul{
	margin-bottom: 30px;
}
.list-circle-icon li a{
	padding-bottom: 2px;
}
.list-circle-icon span.elementor-icon-list-icon{
	width: 40px;
	height: 40px;	
	border: 3px solid #555555;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.list-circle-icon span.elementor-icon-list-icon i{
	position: relative;
	left: 2px;
}
.curve-edge-box{		
	background: #fff;
	filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
}
.curve-edge-box::before,
.curve-edge-box::after{
	height: auto;
	top: auto;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
.curve-edge-box::before{
    bottom: 100%;
    border-left: 28px solid #fff;
    border-bottom: 28px solid #fff;
    border-right: 28px solid transparent;
    border-top-left-radius: 20px;
}
.curve-edge-box::after{
	border-top: 28px solid #fff;
	border-left: 28px solid transparent;
	border-right: 28px solid #fff;
	top: 100%;
	border-bottom-right-radius: 20px;
}
.blue-curve-edge::before{
	border-left-color: #2461ac;
	border-bottom-color: #2461ac;
}
.blue-curve-edge::after{
	border-top-color: #2461ac;
	border-right-color: #2461ac;
}
.hero-banner{
	min-height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}

/*---- Layout ----*/
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

/*---- Header ----*/
.hfe-site-logo img{
	transform: translateY(5px);
}
.hfe-nav-menu nav ul.hfe-nav-menu li.menu-item a.hfe-menu-item{
	font-family: 'Proxima Nova';	
}
.hfe-nav-menu nav ul.hfe-nav-menu li.menu-item.menu-button a.hfe-menu-item{
	padding-left: 24px;
	padding-right: 24px;
	background: #1d4177;
	border: 2px solid #f3a73b;
	display: inline-block;
	color: #fff;
}

/*---- Consulting Services ----*/
.consulting-services > .e-con-inner::before,
.consulting-services > .e-con-inner::after{
	width: 1px;
	height: 28px;
	background: #d3a036;
	display: block;
	content: "";
	position: absolute;
	bottom: -28px;
	z-index: 1;
}
.consulting-services > .e-con-inner::before{
	left: 33.3%;
}
.consulting-services > .e-con-inner::after{
	right: 33.3%;
}
.consulting-services-wrapper > .e-con-inner > .e-con-boxed:last-child .elementor-widget-container{
	padding-bottom: 0;
}

/*---- Digi Me ----*/
.compliant-data-table{
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.compliant-data-table > .elementor-widget-container{
    -webkit-clip-path: polygon(0 0, 97% 0%, 100% 8%, 100% 80%, 100% 100%, 0 100%, 4% 100%, 0% 92%);
    clip-path: polygon(0 0, 97% 0%, 100% 8%, 100% 80%, 100% 100%, 0 100%, 4% 100%, 0% 92%);
}
.compliant-data-table table{
    margin: 0;    
    background: transparent;
    border: none;
    border-collapse: collapse;
}
.compliant-data-table table tr th,
.compliant-data-table table tr:nth-child(odd) th{
	padding: 21px 52px;
    background: #D3A036;
    border: none;
    color: #fff;    
    font-weight: bold;
    text-transform: uppercase;
}
.compliant-data-table table th:first-child{
    width: 61%;
    text-align: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px solid #eee;
}
.compliant-data-table table tr td,
.compliant-data-table table tr:hover td,
.compliant-data-table table tr:nth-child(odd) td{
	padding: 21px 52px;
    background-color: #fff;
    border-color: #eee;
    line-height: 30px;
}
.compliant-data-table table tr td:last-child{
	border-left: 1px solid #eee;
    text-align: center;    
}
.pricing-data-table{
	filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.pricing-data-table .elementor-widget-container{
    -webkit-clip-path: polygon(0 0, 97% 0%, 100% 8%, 100% 80%, 100% 100%, 0 100%, 4% 100%, 0% 92%);
    clip-path: polygon(0 0, 97% 0%, 100% 8%, 100% 80%, 100% 100%, 0 100%, 4% 100%, 0% 92%);
}
.pricing-data-table table{
    margin: 0;
    border: none;
    background: transparent;
    border-collapse: collapse;
}
.pricing-data-table table th{    
    width: 22%;
}
.pricing-data-table table tr th,
.pricing-data-table table tr td{
	padding: 23px 48px;
	border: none;
	border-bottom: 1px solid #eee;	
	font-size: 20px;
	line-height: 30px;
}
.pricing-data-table table tr:last-child th,
.pricing-data-table table tr:last-child td{
	border: none;
}
.pricing-data-table table tr th,
.pricing-data-table table tr:hover th,
.pricing-data-table table tr:nth-child(odd) th{    
    background: #D3A036;    
    color: #fff;    
}
.pricing-data-table table tr td,
.pricing-data-table table tr:hover td,
.pricing-data-table table tr:nth-child(odd) td{    
    background: #fff;        
}

/*---- News ----*/
.article-items{
	margin-top: -40px;
	padding-bottom: 30px;
}
.article-item{
	padding: 0 0 80px;
}
.article-item .article-item-wrapper{
	padding: 5px 40px;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
}
.article-item .article-item-wrapper.full{
	grid-template-columns: 1fr;
}
.article-item-image{
	text-align: center;
}
.article-item-image img{
	width: auto;
	max-height: 200px;	
}
.article-item-title h3{
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 32px;
}
.article-item-category ul{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.article-item-category a{
	font-size: 18px;
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
	pointer-events: none;	
}
.article-item-date{
	font-size: 16px;
}

/*---- Contact Us ----*/
.wpcf7 .form-two-field{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.form-field{
	padding: 0 0 10px;
}
.form-field input{
	height: 65px;
	padding: 0 18px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 18px;
}
.form-field input:focus{
	border: 1px solid #cdcdcd;
}
.wpcf7 label{
	margin: 0 0 5px;
	font-size: 16px;
}
.form-submit{
	padding: 15px 0 0;
	text-align: center;
	position: relative;
}
.form-submit input[type="submit"]{
	height: 65px;	
	padding: 0 50px;	
	background: #1D4177;
	border: 2px solid #F3A73B;
	color: #fff;
}
.wpcf7 .submitting .form-submit input[type="submit"]{
	color: #1D4177;
}
.form-submit .wpcf7-spinner{	
	margin: auto;
	background: #d3a036;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	right: 0;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip{
	font-size: 17px;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output{
	padding: 8px 18px;
	font-size: 15px;
    color: #fff;
}

/*---- Footer ----*/
footer ul.hfe-nav-menu li.menu-item{
	padding: 0 15px;
	position: relative;
}
footer ul.hfe-nav-menu li.menu-item:last-child{
	padding-right: 0;
}
footer ul.hfe-nav-menu li.menu-item::before{
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    display: block;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: rgba(40,38,43,0.4);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer ul.hfe-nav-menu li.menu-item:last-child::before{
	display: none;
}

/* New Home Css */
.right-register-button .elementor-button-icon svg {
    width: 49px;
    height: 49px;
}
.right-register-button span.elementor-button-content-wrapper {
    align-items: center;
}
.conent-solutions-row img {
    clip-path: polygon(100% 0%, 100% 100%, 50% 80%, 0 100%, 0% 0%);
}

/*---- Responsive ----*/
@media(max-width: 1200px){

	.main-blog-page{
		padding: 0 15px;
	}

}

@media(max-width: 1024px){

	header .hfe-nav-menu li{
		border-bottom: 1px solid #3b3b3b;
	}
	.hero-banner{
		min-height: 420px;
		padding: 0 30px;
	}
	.hero-banner h1{
		text-align: center;
	}

}

@media(max-width: 767px){

	.compliant-data-table{
		border-radius: 20px;
	}
	.compliant-data-table > .elementor-widget-container{
    	-webkit-clip-path: none;
    	clip-path: none;
	}
	.compliant-data-table table tr td, 
	.compliant-data-table table tr:hover td, 
	.compliant-data-table table tr:nth-child(odd) td{
	    padding: 12px 20px;
	    font-size: 15px;
	    line-height: 22px;
	}
	.pricing-data-table{
		border-radius: 20px;	
	}
	.pricing-data-table > .elementor-widget-container{
    	-webkit-clip-path: none;
    	clip-path: none;
	}
	.pricing-data-table table tr th, 
	.pricing-data-table table tr td{
	    padding: 12px 20px;
	    font-size: 15px;
	    line-height: 22px;
	    text-align: left;
	}
	.consulting-services-wrapper{
		overflow-x: auto;
	}
	.consulting-services-wrapper > .e-con-inner{
		width: 700px;
		max-width: inherit;
		overflow-x: auto;		
	}
	.consulting-services::after{
		opacity: 0;
	}
	.consulting-services > .e-con-inner::before, 
	.consulting-services > .e-con-inner::after{
		display: none;
	}
	.article-item .article-item-wrapper{	    	    
	    grid-template-columns: 200px 1fr;
	}
	.wpcf7 .form-two-field{	    
	    grid-template-columns: 1fr;
	    gap: 0;	    
	}

}

@media(max-width: 640px){

	.article-item .article-item-wrapper{
		padding: 5px 20px;
    	grid-template-columns: 1fr;
	}

}