.elementor-kit-5310{--e-global-color-primary:#03143F;--e-global-color-secondary:#FDE428;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Bai Jamjuree";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Chakra Petch";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Bai Jamjuree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Bai Jamjuree", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5310 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5310 h2{font-family:"Chakra Petch", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-5310 button,.elementor-kit-5310 input[type="button"],.elementor-kit-5310 input[type="submit"],.elementor-kit-5310 .elementor-button{font-family:"Chakra Petch", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5310 h2{font-size:42px;}.elementor-kit-5310 button,.elementor-kit-5310 input[type="button"],.elementor-kit-5310 input[type="submit"],.elementor-kit-5310 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;--container-default-padding-top:0px;--container-default-padding-right:16px;--container-default-padding-bottom:0px;--container-default-padding-left:16px;}}@media(max-width:520px){.elementor-kit-5310 h2{font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.elementor-heading-title:after,
h2.elementor-heading-title:after,
h3.elementor-heading-title:after,
h4.elementor-heading-title:after,
h5.elementor-heading-title:after,
h6.elementor-heading-title:after {
    content: none;
}

.clean_title .elementor-heading-title:after{
    content: none;
}

.link:hover span{
    text-decoration: underline;
}

.custom-slider .elementor-swiper-button-prev{
    left: 65px !important;
}

.custom-slider .elementor-swiper-button-next{
    right: 65px !important;
}

.custom-slider .swiper-pagination{
   bottom: -45px !important;
}

.custom-slider .elementor-swiper-button-prev:hover::before {
  background-color: #E6EAEF;
  transition: background-color .3s ease;
}
.custom-slider .elementor-swiper-button-next:hover::before {
  background-color: #E6EAEF;
  transition: background-color .3s ease;
}


.custom-slider .elementor-swiper-button-prev:before{
    content: "";
width: 52px;
background-repeat: no-repeat;
background-position: center;
height: 52px;
  border: 2px solid;
  border-image: linear-gradient(
    180deg,
    #03143F,
    #00427A
  ) 1;
display: inline-block;
background-image: url(https://panafricangroup.com/wp-content/uploads/arrow-left.svg);
}

.custom-slider .elementor-swiper-button-next:before{
content: "";
width: 52px;
background-repeat: no-repeat;
background-position: center;
height: 52px;
transform: rotate(180deg);
  border: 2px solid;
  border-image: linear-gradient(
    180deg,
    #03143F,
    #00427A
  ) 1;
display: inline-block;
background-image: url(https://panafricangroup.com/wp-content/uploads/arrow-left.svg);
}

.custom-slider .swiper-pagination .swiper-pagination-bullet{
    background-color: rgba(3, 20, 63, 0.3) !important;
    border-radius: 0;
}

.custom-slider .swiper-pagination .swiper-pagination-bullet:hover{
    background-color: #03143F !important;
}

.custom-slider .swiper-pagination .swiper-pagination-bullet-active{
background: linear-gradient(90deg, rgba(3, 20, 63, 1) 0%, rgba(0, 66, 122, 1) 100%) !important;
width: 40px !important;
transition: width .5s ease;
}

.features{
 position: relative;    
}

.features h3{
 position: relative;
}

.features:hover h3:after{
 content: "";
 width: 60px;
 height: 5px;
 background-color: #FDE428;
 position: absolute;
 left: 0;
 bottom: -10px;
}

.features:hover svg path{
    fill: #FDE428
}

.partners__card:hover .elementor-icon svg path{
 stroke: #FDE428;
}


/*industries*/

.industries .industries_back{
    opacity: 0;
}

.industries:hover .industries_back{
    opacity: 1;
    transition: opacity .3s ease;
}

.industries .industries_front::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(3, 20, 63, 0) 44.42%, rgba(3, 20, 63, 0.418533) 66.29%, rgba(3, 20, 63, 0.701277) 80.11%, #03143F 100%);

}

.industries .elementor-icon-wrapper{
    order: 1;
}

/*services*/

.services__btn{
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .custom-slider .elementor-swiper-button-next:before{
        content: none;
        display: none;
    }
    .custom-slider .elementor-swiper-button-prev:before{
        content: none;
        display: none;
    }
    .services{
        background: #fff !important;
    }
}

@media screen and (min-width: 768px) {
.services:hover .services__btn{
    opacity: 1;
    transition: opacity .3s ease;
}

.services__btn{
    opacity: 0;
    transition: opacity .3s ease;
}
}/* End custom CSS */