.header-menu{
	background: #1d1d1d;
}
.client-content blockquote{
	background: #575757 !important;
}
body .text-black,
body{
	color:#FFF;
}
body .client-widget-sidebar a{
	color:#FFF;
}
body .content-page-template-white a,
body .content-page-template-white{
	color:#333333;
}
.button-client-load-more a{
	border:0px !important;
}

.client-tags-template a{
	background: #8d8d8d !important;
}
.client-tags-template a:after{
	border-color:#8d8d8d transparent !important;
}


.live-chat-event img{
	max-width:100px;
}
.live-chat-event{
	margin-right:20px;
	cursor: pointer;
}
.iframe-live-chat{
	width:320px;
	height:50%;
	z-index:1000;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	margin-right:20px;
	margin-bottom: 20px;
}
.iframe-live-chat iframe{
	width:100%;
	height:100%;
	border:0px;
}
#backToTop{
	top:20% !important;
}
.btn-close-iframe-live-chat{
	z-index:10000;
	background: #d93211;
	color:#FFF !important;
	padding:10px 15px;
	font-size:13px;
}
@media (max-width: 400px) {
	.iframe-live-chat{
		width:100%;
		margin:0px;
	}
}
.btn-menu-mobile span{
	background: #FFF !important;
}
.logo-menu-mobile{
	margin:0px !important;
	padding:20px;
	background: #1d1d1d;
}
.header-menu-mobile{
	margin:0px !important;
}
.ButtonCallingMobile{
	display: none !important;
}
.ButtonCallingMobile a{
	padding: 10px 15px;
	background: #fc6600;
	color: #FFF !important;
	font-weight: 500;
	border:2px solid #fc6600;
	transition: all 0.3s;
}
.ButtonCallingMobile a.login-btn{
	background: #fff;
	border:2px solid #fff;
	color:#fc6600 !important;
}

.ButtonCallingDesktop a{
	margin:0px 5px;
	padding:5px 15px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #feaa00 0%, #fc6100 100%);
	border: 1px solid #ffaa00;
}
.ButtonCallingDesktop .support-live-chat,
.ButtonCallingDesktop .experience{
	margin-left:3px;
}
@media (max-width:1200px) {
	.ButtonCallingMobile{
		display: flex  !important;
	}
	.ButtonCallingDesktop{
		display: none;
	}
}



.content-menu-mobile{
	background: #1d1d1d !important;
}
.menu-mobile a{
	color:#FFF !important;
}
.menu-mobile svg{
	fill:#FFF !important;
}

.shadow-builder{
	box-shadow: 0px 1px 10px #ffdf4c;
	border: 1.5px solid #ffdf4c;
	border-radius: 15px;
	padding: 30px 15px;
	margin: 30px 0px;
}

.menu-mobile ul li a:hover{
	background: transparent !important;
}
.menu-mobile ul li .dropdown-sub-menu:hover{
	background: #fc6600 !important;
}

/* CSS builder
-------------------------------------------------------------- */
.commit-builder,
.menu-icon-builder{
	padding-top:50px;
	padding-bottom:30px;
  }
.commit-builder{
	padding-top:20px;
}
.item-menu-icon-builder{
	padding:15px 10px;
}
.item-menu-icon-builder img{
	max-width:60px;
	transition: all 0.4s;
}
.item-menu-icon-builder span{
	margin-top:10px;
}
.item-menu-icon-builder:hover img{
	scale: 1.1;
}

@media (max-width: 480px) {
	.item-menu-icon-builder img{
		max-width:40px;
	}
	.item-menu-icon-builder span{
		font-size:15px;
	}
}

.commit-builder .item-commit-builder{
	padding:10px;
}
.content-item-commit-builder{
	background-color: rgba(82, 76, 66, 0.331);
	border-radius: 15px;
	padding:15px;
}

.content-item-commit-builder img{
	max-width:50px;
	margin-right:10px;
}
.right-author-builder,
.left-author-builder{
	padding:10px;
}
.left-author-builder img{
	border-radius: 10px;
}
.title-author-builder{
	color:var(--main_primary_background_color);
}
.builder-content-basic {
	margin-top:70px;
}
.title-builder-content-basic div {
	display: inline-block;
	padding: 7px 15px;
	border: 2px solid #ffdf4c;
	background: #fc6600;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 0px;
	max-width: 90%;
	border-radius: 10px 10px 0px 0px;
}
.title-builder-content-basic {
	text-align: center;
	position: absolute;
	left:0px;
	top:-47px;
	text-transform: uppercase;
}
.item-builder-column,
.item-builder-grid{
	padding: 15px;
}
.title-item-builder-grid{
	color: #fc6600;
	border-bottom: 2px solid #ffdf4c;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content-item-builder-grid {
	border-left: 2px solid #ffdf4c;
	padding: 5px 20px 0 30px;
}
.content-item-builder-grid,
.content-item-builder-column{
	margin-bottom: 10px;
	margin-top:10px;
}
.title-item-builder-column{
	margin-bottom: 15px;
}
.title-item-builder-column:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #ffdf4c;
}
.title-item-builder-column span {
	background: var(--main_body_background_color);
	color: #fc6600;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	border: 2px solid #ffdf4c;
	position: relative;
	z-index: 1;
}
.item-builder-ratings,
.item-builder-blog{
	padding:15px 10px;
}
.content-item-builder-blog img{
	margin-bottom:10px;
}
.content-item-builder-blog a{
color:#ffdf4c;
}
.pass-title-builder-content-basic{
	top: -60px;
}
.pass-title-builder-content-basic div{
	color:#fc6600;
	background: var(--main_body_background_color);
	border:0px;
	position: relative;
	z-index:1;
}
.pass-title-builder-content-basic:after{
	content:"";
	position: absolute;
	left:0px;
	top:50%;
	width:100%;
	height:2px;
	background: linear-gradient(90deg, #3b1b01 0%, rgba(187,87,5,1) 50%, #3b1b01 100%);
}
.content-item-builder-ratings .left-content-item-builder-ratings img{
	border-radius: 50%;
	max-width:90px;
}
.left-content-item-builder-ratings{
	margin-right:15px;
	width:100px;
}
.right-content-item-builder-ratings{
	width: calc(100% - 100px);
}
.name-customer-ratings{
	margin-bottom: 5px;
}
.number-ratings-content-customer-ratings img{
	max-width:20px;
}
.content-customer-ratings{
	margin:15px 0px;
}