/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2024 | 15:46:32 */
body{
	padding-top: 70px;
}

.backdropparent .backdrop{
	transition: all .5s ease;
}

.trapezoid{
	border-bottom: 55px solid #ffffff;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
	border-bottom-right-radius: 45px 13px;
    border-bottom-left-radius: 45px 13px;
	min-width: 65px;
}
.backdrop{
	position: absolute;
	width: 40px;
	height: 10px;
	z-index: 1;
	bottom: 10px;
    left: 24px;
	border-radius: 100%
}

.trapezoid:hover + .backdropparent .backdrop{
	box-shadow: 0 0 20px #000;
}

@media (min-width: 767px){
	.trapezoid{
		border-bottom-width: 110px;
		border-left-width: 45px;
		border-right-width: 45px;
		border-bottom-right-radius: 90px 25px;
		border-bottom-left-radius: 90px 25px;
		min-width: 100px;
		filter: drop-shadow(1px 2px 4px #dddddd);
	}
	.backdrop{
		width: 106px;
		height: 10px;
		bottom: 10px;
		left: 24px;
	}
}

.imgdivonhover img{
	display: none;
}

.imgdivonhover:hover img{
	display: block;
}

.w100 {
	width: 100%;
}

.enq-form p{
	margin-bottom: 0;
}
.enq-form label{
	margin-bottom: 3px;
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
}

.mb-10{
	margin-bottom: 10px;
}
.text-center{
	text-align: center;
}
.form-control{
	outline: 0;
	border-radius: 7px !important;
	border: 1px solid #ccc !important;
}

.btn-submit{
	margin-left: 48px;
    padding: 8px 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
	color: #ffffff;
	border-color: #000;
	background-color: #04185B;
}

.btn-submit[type=button]:focus, .btn-submit[type=button]:hover, .btn-submit[type=submit]:focus, .btn-submit[type=submit]:hover, button.btn-submit:focus, button.btn-submit:hover{
	background-color: #111111;
}

.childz1 .elementor-divider{
	z-index: 1;
}

.ele-pos-relative .e-con-inner{
	position: relative;
}

.d-flex{
	display: flex;
}

.subscribe-input{
	border: 1px solid #ccc !important;
	border-right: 0 !important;
	outline: 0;
	width: auto !important;
}
.subscribe-button{
	border-color: #fca41c;
	background-color: #fca41c!important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
}

.d-none{
	display: none !important;
}

.menu-sticky{
	position: fixed;
	top: 70px;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.navbar-sticky-style{
	box-shadow: 0 0 10px #eee;
	background-color: #ffffff !important;
}


.table-style.tablepress>:where(thead,tfoot)>*>th {
	padding: 15px 10px;
    background-color: #212838;
    color: #fff;
	text-align: center;
	border-right: 1px solid #5d6678;
}
.table-style tbody td{
	padding: 8px 10px;
	text-align: center;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.table-style tbody td.column-1{
	background-color: #212838;
    color: #fff;
	border-top-color: #5d6678;
	font-weight: 500;
	text-align: left;
	max-width: 200px;
}
.table-style tbody tr:last-child td {
    border-bottom: 1px solid var(--border-color);
}


.sticky-sidebar{
	position: sticky;
	top: 70px;
	background: #fff;
	z-index: 10;
}

.cl-sidebar .menu{
	list-style-type: none;
    padding: 0;
	border: 1px solid #f1f1f1;
}
.cl-sidebar .menu .menu-item a{
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	padding: 10px 15px;
	display: block;
	font-size: 14px;
	color: #044c8c;
}
.cl-sidebar .menu .menu-item:last-child a{
	border-bottom: none;
}
.cl-sidebar .menu .menu-item a.active{
	background-color: #044c8c;
	color: #ffffff;
	font-weight: 500;
}


