/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.fusion-contact-info-phone-number {
	font-weight: 700 !important;
}
.fusion-standard-logo {
	max-width: 250px !important;
}
.fusion-main-menu {
	margin-top: 10px;
}
.cus-solution-sec h4 {
	background-color: #000 !important;
	opacity: 0.7;
}
.fusion-footer .fusion-footer-widget-column {
	margin-bottom: 10px !important;
}
.fusion-footer .fusion-footer-widget-column li {
	padding-top: 0 !important;
}

.cus_hex_sec .fusion-column-inner-bg a span {
  clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}
.cus_hex_sec_title h4 {
	position: relative;
	background: transparent !important;
}
.cus_hex_sec_title h4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	clip-path: polygon(5% 0%, 95% 0%, 95% 100%, 5% 100%, 0% 56%);
	z-index: -1;
}
.cus_hex_sec_title h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	clip-path: polygon(5% 0%, 95% 0%, 100% 55%, 96% 100%, 5% 100%);
	z-index: -1;
}

@media screen and (min-width: 600px) {
	
.cus_con_floating_btn {
	position: fixed;
	left: 0;
	top: 35%;
	z-index: 1111;
}
.cus_con_floating_btn a {
	background: #eb6e1f;
	padding: 20px 7px;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 5px;
	writing-mode: tb-rl;
	text-orientation: upright;
}
	
}



