/*
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
*/

.fa-arrow-right:before {
    content: "\f061";
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50px;
    color: #0947a4;
}

.fusion-button:hover .fa-arrow-right::before {
  background-color: #0947a4;
  padding: 5px;
  border-radius: 50px;
  color: #ffffff;
}

#floating-container {
    right: 0;
    top: 0;
    margin-top: 260px;
    /*cursor: pointer;*/
    border: none;
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 9998;
}
#floating-container .custom-floating-button a{
    color: #1644cf;
}


#floating-container .custom-floating-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    background: #fff;
	border-color: #1644cf;
	border-style: solid;
    border-width: 1px;
    padding: 6px;
    width: 43px;
    height: 43px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 10px;
   
	border-radius: 50%;
}

#floating-container .custom-floating-button:hover{
    color: #fff;
    background: #1644cf;
}

#floating-container .custom-floating-button:hover a{
	color:#fff;
}
#floating-container .custom-floating-button.second{
        margin-top: 38px;
    }
#floating-container .custom-floating-button.third{
        margin-top: 65px;
    }
#floating-container .custom-floating-button.fourty{
	
    margin-top: 120px;
    
}

.to-top-right #toTop{
	right: 15px!important;
	opacity: 100%!important;
}


.otgs-development-site-front-end {
	display: none;
}

@media only screen and (max-width: 801px) {
    .radius-mobile.fusion-layout-column.fusion_builder_column .fusion-column-wrapper.fusion-content-layout-column{
        border-radius:10px!important;
	margin-bottom: 20px;
    }
}

.to-top-floating #toTop{
    bottom: 60px!important;
 }
 
 .awb-menu.collapse-enabled.mobile-size-column-absolute .awb-menu__main-ul, .awb-menu.collapse-enabled.mobile-size-full-absolute .awb-menu__main-ul{
         top: 120%!important;
 }