/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.et_pb_testimonial_0.et_pb_testimonial:before {
    padding: 10px 10px 10px 10px;
}

.cls-test {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.sub-title:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
    background-image: url(https://royalpermis.server-prod.com/wp-content/uploads/2024/05/shape-3.png);
}
.sub-titleW:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
    background-image: url(https://royalpermis.server-prod.com/wp-content/uploads/2024/05/shape-33.png);
}
.signal-image-one {
	animation: MoveUpDown 5s linear infinite;
    position: absolute;
    left: 0;
    bottom: -58px;
    z-index: 9;
	
}
.signal-image-two {
	animation: MoveUpDown 5s linear infinite;
    position: absolute;
    right: 0;
    bottom: -61px;
    z-index: 9;
}

        @media (min-width: 1601px) and (max-width: 2560px) {
           .signal-image-two {
	             right: 110px !important;
         }
			.signal-image-one {
                 left: 100px !important;
         }
        }


.sub-titleCent:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://royalpermis.server-prod.com/wp-content/uploads/2024/05/shape-3.png);
}
.sub-titleCentW:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://royalpermis.server-prod.com/wp-content/uploads/2024/05/shape-33.png);
}
.object {
    animation: MoveUpDown 5s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
}
@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0px;
    }
    50% {
        bottom: 20px;
    }
}
.class-liste{
	padding-top:20px;
}
.class-liste li {
    background: url(https://i.imgur.com/7D6QVq4.png) no-repeat left 3px;
    background-size: auto;
    padding: 10px 10px 0px 35px;
    background-position: 0px 1px;
    margin-bottom: 15px;
    list-style-type: none !important;
    line-height:22px !important;
}

 .fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #532e8d;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #532e8d;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
.mobile_menu_bar:before {
    color: #532e8d;
}
.et_mobile_menu{
	border-top: 3px solid #532e8d;
}
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #532e8d; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
	color:#4b0079 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}
@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block;
        padding-bottom: 450px;
    }
}
@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 25px !important;
    }
}