/*GLOBAL*/

.sppb-btn {
    border-radius: 2px;
}

.yellow-highlight {
    color: #f1a513;
}
.yellow-underline {
   display:inline-block;
}
.yellow-underline:after { 
  content:""; 
  float:left; 
  background:#f1a513; 
  width:100%; 
  height:6px; 
  border-radius: 3px;
  margin-top: -4px;
}

.yellow-arrow-list > li {
    list-style-image: url('/images/svg-arrow-bullet.svg');
    padding-left:5px;
}
.yellow-arrow-list > li::marker {
    font-size: 1.6em;
    line-height: 0.1em;
}
#sp-top-bar {
    animation: spFadeIn 0.5s;
}
#sp-top-bar:has(+ #sp-header.header-sticky) {
    position:fixed;
    top: 0;
    width: 100%;
    z-index:98;
    animation: spFadeInDown 0.5s;
}
#sp-header.header-sticky {
    top:40px;
}

/*HEADER*/
.tw-top-contact > a {
    font-size: 1.2rem;
    font-weight: 800;
    vertical-align: middle;
    margin-left: 6px;
}
#sp-logo {
    height: 60px;
}

.header-modules {
    margin-left: 0px;
}
/*NAV*/
.tw-headercontactbtn {
    color: #fff;
    background-color: #f1a513;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 2px;
    margin-left: 15px;
}

/*OFFCANVAS*/
.offcanvas-menu .logo-image {
    display:inline-block!important;
}
.offcanvas-menu .logo-image-phone {
    display:none!important;
}
.offcanvas-menu .offcanvas-inner {
    padding: 0 25px 25px 25px;
}
.offcanvas-menu .offcanvas-inner .d-flex.header-modules.mb-3 { 
    margin-bottom: 0!important;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    right: 0px;
    width: 100%;
    text-align: right;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 15px;
    padding: 6px 0px;
    line-height: 30px;
    font-weight: 400;
}

/*FOOTER*/
section#sp-bottom {
    font-size: 16px;
    background-image:url('/images/footer-background.jpg');
    background-size: cover;
}
#sp-bottom .sp-module .sp-module-title {
    color: #f1a513;
    margin-bottom: 20px;
    font-size: 22px;
}

div#sp-bottom2 {
    line-height: 2rem;
    padding: 0 50px;
}

#sp-bottom3 ul.menu {
    padding-left: 20px;
}
#sp-bottom3 ul.menu > li {
    display: list-item;
    list-style: initial;
    margin-bottom: 5px;
}

#sp-bottom4 .sp-module {
    margin-bottom: 15px;
}
#sp-bottom4 ul.sp-contact-info > li {
    display: flex;
}
#sp-bottom4 ul.sp-contact-info > li a {
    padding-left: 10px;
}
#sp-bottom4 ul.sp-contact-info > li >span {
    line-height: 1.6em;
    color: #f1a513;
}
#sp-bottom4 ul.social-icons {
    margin-left: 20px;
    font-size: 1.3em;
}


section#sp-section-4 {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*HOMEPAGE*/

.curved-rectangle-bottom {
  clip-path:url(#svg-mask);
  background-image: url("/images/2024/10/24/stage-bkgrd.jpg") !important;
  background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.curved-rectangle-bottom .sppb-column > .sppb-column-addons > .addon-root-raw-html:last-of-type {
  clip-path:url(#svg-mask2);
}

.curved-rectangle-bottom + .sppb-section:before {
    content: "";
    background: url(/images/svg-arrow-bullet.svg);
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    top: -38px;
    left: 75%;
    scale: 2;
    rotate: -5deg;
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 0.2));
}


.tw-testimonial-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 50px;
}

.tw-testimonial-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  margin: 0 10px;
  padding: 0 20px 20px;
  max-width: 350px;
  min-width: 300px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tw-quote-icon {
  color: #f5c518;
  font-size: 44px;
  width: 30px;
  top: -28px;
  position: relative;
  height: 0;
}

.tw-testimonial-content {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  flex-grow: 1;
  padding-top: 40px;
  display: flex;
  align-items: center;
}

.tw-testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: -10px;
  justify-content: center;
}

.tw-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.tw-author-name {
  margin: 0;
  font-weight: bold;
}

.tw-author-title {
  margin: 0;
  font-size: 11px;
  color: #9f9f9f;
}

.tw-author-rating {
  color: #f39c12;
  margin: 0;
}



/*INTERIOR*/
.sp-page-title {
    background: #2c328c;
    padding: 70px 0;
}
.sp-page-title-heading {
    font-size: 36px !important;}

/*MEDIA*/

@media only screen and (max-width: 1200px) {
    .curved-rectangle-bottom + .sppb-section:before {
        rotate: -12deg;
    }
    div#sp-bottom2 {
        padding: 0px 20px 0px 0px;
    }
}
@media only screen and (max-width: 991px) {
    .curved-rectangle-bottom + .sppb-section:before {
        rotate: -14deg;
        top: -40px;
    }
    div#sp-bottom2 {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    #sp-bottom .row {
        justify-content: space-between;
        align-items: center;
    }
    #sp-bottom1 .sp-module {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 700px) {
    .curved-rectangle-bottom + .sppb-section:before {
        rotate: -16deg;
    }
}
@media only screen and (max-width: 600px) {
    .curved-rectangle-bottom + .sppb-section:before {
        rotate: -18deg;
        top: -44px;
    }
}
@media only screen and (max-width: 500px) {
    
    #sp-menu {
        padding-left: 0;
    }
    .curved-rectangle-bottom + .sppb-section:before {
        rotate: -22deg;
        top: -45px;
    }
    
    #sp-bottom4 > .sp-column {
        max-width: 210px;
        float: right;
    }
    section#sp-bottom {
        padding-bottom: 60px;
    }

}

@media only screen and (max-width: 404px) {
    
    #sp-header.header-sticky {
        top: 66px;
    }
}

@media only screen and (min-width: 430px) {
        
    #sp-logo .logo-image-phone {
        display:none!important;
    }
    #sp-logo .logo-image {
        display:block!important;
    }

}











