/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2024 | 08:05:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body{
	min-height:100vh;
}

.bg-fixer{
	background-image: url('/wp-content/uploads/2023/12/element-3.png');
	    position: absolute;
    left: 0;
	    height: 100vh;
    background-repeat: no-repeat;
	    width: 100%;
	    background-position: 60%;
}



p:not(:first-child) {
    margin-top: 1rem;
}

.entry-content{
	    min-height: 100vh;
}

.ekit-template-content-header {
    position: sticky;
    top: 0;
	z-index: 999;
}

.image-box img{
	width: 150px;
    height: 150px;
    object-fit: cover;
	box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px;
}

.image-box:not(.first-img) img{
	object-position: left;
}

.border-image img, .border-image-revesed img {
	min-height:88vh;
}

.border-image::after {
    content: '';
    position: absolute;
    height: 75%;
    width: 75%;
    background-color: #9e005d;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 12px;
}

.border-image-revesed::after{
	    content: '';
    position: absolute;
    height: 75%;
    width: 75%;
    background-color: #9e005d;
    right: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 12px;
}

#model-w{
	display:none;
	    z-index: 999;	
}

.mod-pre-con{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    align-items: center;
    justify-content: center;
    z-index: 999;	
	display:flex;
	width:100%;
	overflow-y: scroll;
}

.mod-pre-con > div{
	width:60%;
}

.model-container{
	    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 0.5rem;
}

.mod-header{
	display: flex;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #dee2e6;
	align-items: center;
}

.mod-header h5{
	font-size:20px;
	font-weight:400;
}

.mod-header button{
padding: 8px;
    background-image: url('/wp-content/uploads/2023/12/close.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.mod-body{
	    border-bottom: 1px solid #dee2e6;
}

.demo-from{
	padding: 16px 28px;
}

.demo-from .f-r{
	display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
	margin-bottom: 16px;
}

.demo-from .f-r > div{
	display: flex;
    flex-direction: column;
    flex: 1;
}

.demo-from .f-r > div > input, .demo-from .f-r > div > select	{
	width: 100%;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
	font-size: 16px;
    line-height: 1.5;
    color: #212529;
	
	
}

.demo-from .f-r > div > label{
    color: #212529;
    font-size: 16px;
	margin-bottom:4px;
}

.mod-footer{
	padding: 16px 16px;
    display: flex;
    justify-content: end;
    gap: 4px;
}

.mod-footer .close-btn{
	background: none;
    font-size: 16px;
    color: #212529;
}

#btn-request{
	color: #fffffffa !important;
    outline: 0 !IMPORTANT;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Nunito-600', sans-serif;
    background-color: #9e005d !important;
    border: 1px solid #9e005d !important;
    box-shadow: 0 0 0 !important;
    border-radius: 5px;
    padding: 8px 12px;
	line-height: 1.5;
}

.model-container button{
	cursor:pointer;
}

.model-btn{
	cursor:pointer;
}

.hero-img{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.mobile-header-btn{
	display:none;
}

.text-danger{
	color: #dc3545;
	font-size:16px;
	font-weight:400;
}

.alert-danger{
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert strong{
	font-weight: bolder;
}

.alert-success{
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.btn-request:disabled{
	pointer-events: none;
    opacity: .65;
}


@media screen and (max-width: 900px) and (min-width: 768px) {
	.hero-text h1, .hero-text h2{
		font-size: 7vw !important;
	}
}

@media screen and (max-width: 920px){
	body{
		padding-right:0px !important;
	}
	.mod-pre-con > div{
		width: 90%;
		margin: 20px auto;
	}
	.mod-pre-con{
		height:auto;
		bottom: 0;
		display:block;
	}
	.demo-from .f-r{
		display:block;
	}
	
	.demo-from .f-r > div{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	
	.hero-img{
		z-index:-1;
	}
	
	.hero-bg{
		background-color:rgb(16 16 16 / 90%) !important;
	}
	
	.border-image img, .border-image-revesed img{
		min-height:auto;
		max-height:50vh;
	}
}

@media screen and (max-width: 440px){
	.logo-header{
		flex:1.6;
		text-align: start !important;
	}
	
	.mobile-header-btn{
		display:block;
	}
	
	.header-btn-desktop{
		display:none;
	}
	
	.hero-specail-heading h2{
		font-size: 14vw !important;
	}
		
}

@media screen and (max-width: 425px){
	.sec-heading h2{
		font-size: 30px !important;
	}
}