/*** Start Leading CSS ***/

.loader {
  width: 44.8px;
  height: 44.8px;
  color: #554cb5;
  position: relative;
  background: radial-gradient(11.2px,currentColor 94%,#0000);
}

.loader:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(10.08px at bottom right,#0000 94%,currentColor) top left,
          radial-gradient(10.08px at bottom left ,#0000 94%,currentColor) top right,
          radial-gradient(10.08px at top right,#0000 94%,currentColor) bottom left,
          radial-gradient(10.08px at top left ,#0000 94%,currentColor) bottom right;
  background-size: 22.4px 22.4px;
  background-repeat: no-repeat;
  animation: loader 1.5s infinite cubic-bezier(0.3,1,0,1);
}

@keyframes loader {
  33% {
    inset: -11.2px;
    transform: rotate(0deg);
  }

  66% {
    inset: -11.2px;
    transform: rotate(90deg);
  }

  100% {
    inset: 0;
    transform: rotate(90deg);
  }
}

/*** END Leading CSS ***/

/*** Start Footer CSS ***/
.footer-wrap {
    position: relative;
}
.footer-wrap .footer-top {
    background-color: #042564;
}
.footer-wrap .footer-top .footer-widget {
    margin: 0 0 30px;
}
.footer-wrap .footer-top .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title, .footer-wrap .footer-top .footer-widget p, .footer-wrap .footer-top .footer-widget a {
    color: #fff;
}
.footer-contact-address {
    margin: 0 0 9px;
}
.footer-contact-address li {
    position: relative;
    color: #fff;
    padding-left: 30px;
    line-height: 32px;
    padding-bottom: 12px;
    list-style: none;
}
.footer-contact-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--theme-color2);
}
.footer-wrap .footer-top .footer-widget .share-on span {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .share-on span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color2);
    width: 50px;
    height: 1px;
}
.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
    color: var(--theme-color2);
    font-size: 16px;
    line-height: 27px;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
    background-color: var(--theme-color2);
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
    color: #fff;
}
.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    width: 50px;
    height: 1px;
}
.footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #f89a50;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: #f89a50;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.footer-widget .footer-menu, .footer-contact-address, .DICGC_Assurance {
    padding-left: 0px;
}
.footer-wrap .footer-bottom {
    background-color: #021c4e;
    padding: 15px 0;
}
.footer-wrap .footer-bottom .copyright-text {
    text-align: left;
}
.footer-wrap .footer-bottom .copyright-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.footer-wrap .footer-bottom .copyright-text p a {
    color: var(--theme-color2);
    font-weight: 600;
}
.social-links {
    padding-left: 0;
    text-align: end;
    margin-bottom: 0;
    list-style-type: none;
}
.social-profile{
    padding-left: 0;
}
.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    text-align: center;
}
.DICGC_Assurance{
    display: flex;
    gap: 15px;
    list-style-type: none;
}
/*** END Footer CSS ***/

/*** Start Digital service ***/
.pxl-service-carousel5 .pxl-item--inner{
            position: relative;
            margin-top: 30px;
            margin-bottom: 56px;
        }
        .pxl-flipbox .pxl-flipbox--wrap {
            position: relative;
            transition-property: box-shadow, transform;
            transition-duration: 0.6s;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transform-style: preserve-3d;
        }
        .pxl-service-carousel5 .pxl-item--front{
            background-color: #fff;
            position: relative;
            padding: 54px 30px;
    text-align: center;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -khtml-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -moz-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -ms-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -o-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    z-index: 1;
        }
        
.pxl-service-carousel5 .pxl-item--icon{
    -webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 74px;
    height: 74px;
    border-radius: 74px;
    background-color: var(--theme-color);
    line-height: 74px;
    color: #fff;
    font-size: 38px;
    margin: 0 auto 34px auto;
    box-shadow: 0 0 0 14px rgba(5, 130, 131, 0.14);
}
.pxl-service-carousel5 .pxl-item--title{
    font-size: 24px;
    margin-bottom: 23px;
    -webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-service-carousel5 .pxl-item--content{
    color: #5e5e5e;
    line-height: 1.5;
    -webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .pxl-service-carousel5 .pxl-item--link{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
 }
 
 
  .pxl-service-carousel5 .pxl-item--back{
      padding: 54px 30px;
    text-align: center;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -khtml-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -moz-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -ms-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    -o-box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    box-shadow: 0 11px 36px rgba(6, 6, 6, 0.12);
    z-index: 1;
  }
  .pxl-flipbox .pxl-flipbox--back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) translateZ(1px);
    z-index: 99;
}
.pxl-flipbox .pxl-flipbox--front, .pxl-flipbox .pxl-flipbox--back {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
 
 .pxl-flipbox:hover .pxl-flipbox--wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50%;
}
.pxl-service-carousel5 .pxl-item--back{
    background-color: var(--theme-color2);
}
.pxl-service-carousel5 .pxl-item--icon{
    webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 74px;
    height: 74px;
    border-radius: 74px;
    background-color: var(--theme-color);
    line-height: 74px;
    color: #fff;
    font-size: 38px;
    margin: 0 auto 34px auto;
    box-shadow: 0 0 0 14px rgba(5, 130, 131, 0.14);
}
.pxl-service-carousel5 .pxl-item--back .pxl-item--title{
    color: #fff;
}
.pxl-service-carousel5 .pxl-item--title{
    font-size: 24px;
    margin-bottom: 23px;
    -webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-service-carousel5 .pxl-item--back .pxl-item--content{
    color: #f3f3f3;
}
.pxl-service-carousel5 .pxl-item--content{
    color: #5e5e5e;
    line-height: 1.5;
    -webkit-transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s 
cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*** End Digital service ***/