/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 17:33:47 */
html :where([style*=border-color]) {
    
	/*border:none  !important;*/	
	/* border-color: inherit !important;
    border-style: inherit !important;*/
}
.fusion-layout-column.fusion_builder_column {
    border: none !important;
}
.fusion-counters-box.row {
    border: none;
}




.cont-border-radius-bottom {
    border-radius: 0 0 10px 10px;
}

.cont-border-radius-bottom:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: #f2f6f7;
    opacity: .2;
    left: 15px;
    opacity: .1;
}


.cont-border-radius-top {
    border-radius: 10px 10px 0px 0px;
}

.cont-border-radius-top:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    top: -10px;
    border-radius:  5px 5px 0 0;
    background-color: #f2f6f7;
    opacity: .2;
    left: 15px;
    opacity: .1;
	z-index: 9999;
}

.custom-counter-boxes span.unit {
    color: #bb1e23;
}


.cont-col-testimonials .fusion-column-wrapper {
    padding: 30px !important;
	overflow: visible;
}
.cont-circle-img img {
    border-radius: 50% !important;
}

.custom-separator-border-radius .fusion-separator-border.sep-single.sep-solid {
    border-radius: 10px;
}

.cont-title-before-line  h6 {
    padding-left: 45px;
    display: inline-block !important;
    position: relative;
}

.cont-title-before-line h6:before {
    content: '';
    height: 4px;
    border-radius: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #bb1e23;
}




.cont-hidden{
	display:none !important;
}


strong, span{
	font-family:inherit !important;
}


/******* css labels pseudoclass****/
.review.no-avatar {
    background: transparent !important;
}


.text-title-label h1:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
}

.text-title-label h1:after {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid white;
    border-bottom: 30px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
}
.text-title-label h1 {
    background: #67C8C7;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
}

/******* css labels pseudoclass****/


.cont-half-padding .fusion-column-wrapper {
    padding: 60px 80px !important;
}

.notitle-gf label.gfield_label {
    display: none !important;
}


.cont-white-text {
color:#fff !important;
}
.cont-white-text a{
color:#fff !important;
}
.cont-white-text h1{
color:#fff !important;
}
.cont-white-text h2{
color:#fff !important;
}
.cont-white-text h3{
color:#fff !important;
}
.cont-white-text h4{
color:#fff !important;
}
.cont-white-text h5{
color:#fff !important;
}
.cont-white-text h6{
color:#fff !important;
}





@media only screen and (max-width: 800px){

.cont-padding-top-bottom-50 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.cont-padding-top-50 {
    padding-top: 30px !important;
}

.cont-padding-bottom-50 {
    padding-bottom: 20px !important;
}	
	
.cont-half-padding .fusion-column-wrapper {
    padding: 40px 30px !important;
}

.cont-padding-top-bottom-70{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-70{
padding-top:40px !important;
}
.cont-padding-bottom-70{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-100{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-100{
padding-top:40px !important;
}
.cont-padding-bottom-100{
padding-bottom:20px !important;
}


.cont-padding-top-bottom-150{
padding-top:40px !important;
padding-bottom:20px !important;
}
.cont-padding-top-150{
padding-top:40px !important;
}
.cont-padding-bottom-150{
padding-bottom:20px !important;
}


}

@media only screen and (min-width: 800px){
	
	body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after{
		bottom:0px !important;
			top: inherit;
	}

.fusion-header .fusion-row {
    /*max-width: 1300px !important;*/
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    position: relative;
    width: 100%;
  
    align-items: center;
    height: 80px;
    padding: 0 30px;
    border-radius: 10px 10px;
    background-color: #041314;
    -webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / .2);
    box-shadow: 0 5px 10px 0 rgb(26 47 51 / .2);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.fusion-header .fusion-row:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: #f2f6f7;
    opacity: .15;
    left: 15px;
}
	
.main-max-width-1000 .fusion-builder-row.fusion-row {
    max-width: 1000px !important;
}
.main-max-width-1140	 .fusion-builder-row.fusion-row {
    max-width: 1140px !important;
}
.main-max-width-1150	 .fusion-builder-row.fusion-row {
    max-width: 1150px !important;
}
.main-max-width-1160	 .fusion-builder-row.fusion-row {
    max-width: 1160px !important;
}	
.main-max-width-1170	 .fusion-builder-row.fusion-row {
    max-width: 1170px !important;
}
.main-max-width-1180	 .fusion-builder-row.fusion-row {
    max-width: 1180px !important;
}
.main-max-width-1190	 .fusion-builder-row.fusion-row {
    max-width: 1190px !important;
}
.main-max-width-1200	 .fusion-builder-row.fusion-row {
    max-width: 1200px !important;
}


.cont-padding-top-bottom-50 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.cont-padding-top-50 {
    padding-top: 50px !important;
}
	.cont-padding-bottom-50 {
    padding-bottom: 30px !important;
}
	
	
.modal-header {
    padding: 20px 40px;
}


.modal-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
}

.cont-padding-top-bottom-70{
padding-top:70px !important;
padding-bottom:50px !important;
}
.cont-padding-top-70{
padding-top:70px !important;
}
.cont-padding-bottom-70{
padding-bottom:50px !important;
}




.cont-padding-top-bottom-100{
padding-top:100px !important;
padding-bottom:80px !important;
}
.cont-padding-top-100{
padding-top:100px !important;
}
.cont-padding-bottom-100{
padding-bottom:80px !important;
}


.cont-padding-top-bottom-150{
padding-top:150px !important;
padding-bottom:130px !important;
}
.cont-padding-top-150{
padding-top:150px !important;
}
.cont-padding-bottom-150{
padding-bottom:130px !important;
}


}