/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('fonts/ClashDisplay-Variable.woff2') format('woff2'),
       url('fonts/ClashDisplay-Variable.woff') format('woff'),
       url('fonts/ClashDisplay-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}

h1,h2,h3,h4,h5,h6, .clashFont, .nectar-milestone .number{
	font-family: 'ClashDisplay-Variable' !important;
	font-weight: 400 !important;
	line-height: 1.1em !important;
}

#zoneBgHalf{
	position: relative;
}
#zoneBgHalf:after{
	position: absolute;
	bottom: 0;
	left:0;
	height: 70%;
	width: 100%;
	background: #EEA980;
	content:" ";
	display: block !important;
}

.btMenuFooter{
	margin-left: 50px !important;	
}
@media screen and (max-width:1200px){
	.lineStep{
		display: none !important;
	}
}
@media screen and (max-width:768px){
	#zoneBgHalf{
		padding: 7% 0 !important;
	}
	#zoneBgHalf:after{
		height: 100%;
	}
	
	.hideM{
		display: none;
	}
	.btMenuFooter{
		margin-left: 0 !important;	
	}
}
.nectar-shape-divider-wrap{
	display: none !important;
}

.wpb_wrapper ul {
  	list-style: none;
}


.wpb_wrapper ul li{
	position: relative;
	list-style: none;
}

.wpb_wrapper ul li:before {
  	content: "\2022";
  	color: #EEA980; 
  	position: absolute;
	left: -20px;
	top: 0;
}

table.noStyle{
	border: none;
	background: none !important;
}

table.noStyle tr{
	background: none !important;
}

table.noStyle td{
	background: none !important;
	border: none !important;
	vertical-align : middle;
	line-height: 1.2em;
	padding: 0 0 80px !important;
}
table.noStyle td:first-child{
	text-align: center;
}
table.noStyle td img{
	margin: 0 !important;
	width : 80px !important; 
	height: auto;
}

.imgServiceType{
	width: auto !important;
	height: 120px !important;
}