/*
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
*/


/*Header*/
.fusion-menu li a {
    text-transform: uppercase;
}
.header-top {
    background: #cccccc;
    height: 30px;
}

@media (max-width: 1199px) and (min-width: 992px)
.fusion-main-menu ul {
    margin: 0 !important;
}

@media only screen and (min-width: 800px) {
#main {
    padding: 0px 0px 0px !important;
}
.fusion-logo a {
    max-width: 93% !important;
}
.fusion-header-wrapper {
    position: relative !important;
	padding-bottom: 7px;
    background: #fff;
}
.fusion-header{
	padding:0px !important;		
}
.fusion-logo {
    	float: none;
}
.fusion-main-menu {
    float: left;
    background: #0058a0;
    overflow: hidden !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    text-align: center;
}
.fusion-main-menu > ul > li {
    background: #0058a0;
    float: left;
    line-height: 20px;
    padding: 0 !important;
    margin-right: 25px;
    transition: 0.5s;
}
.cus_home_menu a {
	padding-left: 60px !important;
}	
.cus_home_menu a::before {
	content: '';
	border-right: 0px solid transparent;
	border-left: 20px solid transparent;
	height: 0;
	position: absolute;
	left: -20px;
	top: 0;
	width: 0;
	transition: 0.5s;
	border-bottom: 40px solid #0058a0 !important;
}
.cus_home_menu a:hover::before, .cus_home_menu.current_page_item a::before {
	border-bottom: 40px solid rgb(219, 92, 30) !important;
}	
.cus_contact_menu a::after {
	content: '';
	border-right: 20px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	transition: 0.5s;
	border-bottom: 40px solid #0058a0 !important;
}
.cus_contact_menu a:hover::after, .cus_contact_menu.current_page_item a::after {
	border-bottom: 40px solid rgb(219, 92, 30) !important;
}
	
.fusion-logo img {
	max-width: 139px;
	margin-left: 8px;
}

.fusion-main-menu > ul > li > a {
    padding: 0px 53px !important;
}

.fusion-menu li:not(:last-child) a:after {
    content: '';
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #0058a0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    transition: 0.5s;
}

.fusion-menu li:not(:first-child) a:before {
    content: '';
    background: none;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #0058a0;
    left: -20px;
    position: absolute;
    top: 0;
    transition: 0.5s;
}
.fusion-menu li:hover:not(:last-child) a:after {
    border-bottom: 40px solid rgb(219, 92, 30) !important;
}

.fusion-menu li:hover:not(:first-child) a:before {
    border-top: 40px solid rgb(219, 92, 30) !important;
}
.fusion-menu .current_page_item:not(:last-child) a:after , .fusion-menu .current-menu-item:not(:last-child) a:after {
    border-bottom: 40px solid rgb(219, 92, 30) !important;
}

.fusion-menu .current_page_item:not(:first-child) a:before , .fusion-menu .current-menu-item:not(:first-child) a:before {
    border-top: 40px solid rgb(219, 92, 30) !important;
}

.fusion-body .fusion-main-menu .current-menu-item > a:before,
.current_page_item ,
.current-menu-item {
    border-left-color: transparent !important;
}
.fusion-main-menu > ul > .current_page_item , .fusion-main-menu > ul > .current-menu-item {
    background: rgb(219, 92, 30);
}
.fusion-menu li:hover{
	background-color: rgb(219, 92, 30) !important;
}
.fusion-main-menu ul {
	list-style: none !important;
	background: #fff !important;
	width: auto;
	display: inline-block !important;
	padding-inline-start: 0 !important;
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
	padding-inline-end: 0 !important;
}

#menu-item-94 {
    margin-right: 0;
}

}
@media screen and (min-width:1600px){
.fusion-main-menu ul {
    margin: 0 !important;
}
}
@media (min-width: 1200px) {
	.fusion-main-menu ul {
     margin: 0!important;
 }
}
@media only screen and (max-width: 1200px){
#sliders-container {
	display: block !important;
}
#fallback-slide {
	display: none !important;
}	
}
@media only screen and (max-width: 991px){
#cus_mobile_padding {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
}
@media only screen and (max-width: 500px){
#cus_mobile_padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}	
}