/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2024 | 20:39:28 */
* {
  outline: 0;
}

a.footer-link {
    text-decoration: underline;
}

.ehf-header #masthead {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
}

.btn-portf-home a {
    padding: 16px 28px;
}

.home-people-box {
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baner-home{
	width: 560px;
}

.svg-header svg {
    fill: white;
    width: 200px;
}


.svg-header-all svg {
    width: 200px;
}

.svg-footer svg {
    fill: white;
    width: 200px;
}

.formTop{
	display: flex;
	gap: 16px;
}

.cuNumb a{
	text-decoration: none;
	color: #000;
}

.wpcf7-form input{
	margin-top: 10px;
	border: 0;
	background: #eaedf2;
}

.wpcf7-form input:active{
	border: 0;
}

textarea#cuMessg{
	margin-top: 10px;
	background: #eaedf2;
	height: 160px;
	border: 0;
}
[type=button]:focus, [type=submit]:focus, button:focus{
	outline: 0;
}
[type=submit]:focus{
	color: #381879;
	border-radius: 0;
}

.formButtn input{
	width: 200px;
	font-size: 14px;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #381879;
	background: #381879;
    padding: 16px 28px;
    border-radius: 0;
    border: 2px solid #381879;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 30px auto 0 auto;
}
.formButtn input:hover{
	background: transparent;
	color: #381879;
}
.formTitle{
	font-weight: 700;
	font-size: 16px;
	color: #4a3d63;
	display: inline-block;
    line-height: 1.3;
    clear: both;
}
.wpcf7-not-valid-tip {
	padding-top: 5px;
}

input:invalid {
  border: 2px solid red;
  border-color: red !important;
  transition: none;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus{
	  border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.wpcf7-form input{
	font-size: 18px;
}


/* Portfolio start */

.portfolio-main {
    display: flex;
    width: 100%;
    margin: 100px 0 50px 0;
	justify-content: center;
    align-items: center;
}

.portfolio-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio-header {
    font-size: 32px;
    text-transform: capitalize;
    color: #381879;
    letter-spacing: 3px;
}

.ptf-cat-box{
	transition: all 0.5s ease-in-out;
}

.ptf-cat-box:hover {
    opacity: .8;
}

.portfolio-categories > div {
    width: calc(33.33% - 12px);
	position: relative;
	border-radius: 12px;
}
.portfolio-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
	margin: 25px 0 0 0;
}

.pth-img{
	width: 100%;
	height: 300px;
	display: block;
}

.pth-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pth-link {
    position: absolute;
    z-index: 999;
    bottom: 15px;
    left: 15px;
    color: #fff;
    margin: 0;
    font-size: .9em;
    text-transform: uppercase;
    right: 15px;
	text-decoration: none !important;
}

.pth-link:hover {
    color: #fff;
}


.pth-overflow {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(12, 2, 33, 0), rgba(12, 2, 33, 0), #0c0221);
    top: 0;
    left: 0;
    border: 0;
    right: 0;
	cursor: pointer;
}

.pth-h-box .portfolio-categories {
    justify-content: start;
	margin: -50px 0 0 0;
}

.pth-h-box .portfolio-main {
    margin: 50px 0;
}

.sitemap-p h2 {
    text-rendering: optimizelegibility;
    font-weight: 400;
    color: #4a3d63;
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: .2em;
    margin: 20px 0;
}

.sitemap-p a {
    color: #000;
    background-position: 0 1.1em;
    background-repeat: repeat-x;
    background-size: 18px 2px;
    display: inline;
    font-weight: 700;
    text-decoration: none;
}

.sitemap-p a:hover{
	opacity: .7;
}

.sitemap-p ul li {
    padding: 5px 0;
}

.pp-text h1, h2, h3 {
    text-rendering: optimizelegibility;
    font-weight: 400;
    color: #4a3d63;
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: .2em;
}

.pp-text p {
    color: #4A3D63;
    line-height: 24px;
}

@media (max-width: 555px){
	.portfolio-categories {
		padding: 0 20px;
	}
	
	.portfolio-categories > div{
		width: 300px;
	}
	
	.portfolio-header {
		text-align: center;
		text-wrap: balance;
	}
	
	span.mob-logo-h {
		width: 150px;
		height: 100%;
		display: block;
	}
	
	.elementor-menu-toggle {
		background: transparent !important;
	}
	
	span.mob-logo-h.logo-white svg {
		fill: white;
	}
	
	.burger-white svg path {
		fill: white;
	}
	
	.portfolio-categories{
		margin: 0;
	}
	
	.pth-h-box .portfolio-categories {
		justify-content: center;
	}
	
	.pth-link{
		bottom: 40px;
	}
}