header.header-style1.menu_area-light {
    background-color: #fff;
}

.cust_bg p {
    color: #000 !important;
}

span.countup.display-10 {
    color: #282c90;
}

.clients.position-relative img {
    border: 1px solid #bfbfbf !important;
    border-radius: 20px;
    margin: 20px 0px;
    transition: transform 0.5s ease-in-out;
}

ul.sub-menu li a {
    padding: 5px 20px 0;
}

section.about-style-06 {
    padding: 40px 0 120px !important;
}

.footer_bg{
   background-color: #000 !important; 
}

.portfolio-main_cust{
    padding: 0 0 100px !important;
}
.partner_cust{
    background-image: linear-gradient(45deg, #0486c04f, #57407a61);
    padding: 0;
}

.footer_text_cust{
    font-size: 18px;
}

.footer-logo{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.cust_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

section.client {
    padding: 80px 0;
}

.portfolio-carousel-01 .owl-stage-outer {
    padding: 0px 0 26px;
}

.cust_title .sm-title_cust{
    font-size: 30px;
    padding: 2px 30px;
    font-weight: 700;
}

.clients.position-relative img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(0.9);
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

    .xdr-table-container {
    max-width: 100%;
    background-color: white;
    padding: 30px 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    margin: 50px 0 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

a.scroll-to-top {
    display: none !important;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px !important;
}

    .xdr-table-container h2 {
      text-align: center;
      color: #282c90;
      margin-bottom: 20px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      padding: 14px 18px;
      text-align: left;
    }

    th {
      background-color: #282c90;
      color: white;
      font-size: 16px;
      text-transform: uppercase;
    }

    tr:nth-child(even) {
      background-color: #b5e7fab3;
    }

    tr:hover {
      background-color: #afe2fb;
      transition: background-color 0.2s ease-in-out;
    }

    td strong {
      color: #2a3f54;
    }

.mtb-30 {
    margin: 30px 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

section.services_custom {
    padding: 120px 0;
    overflow: visible;
    background: #fff;
    position: relative;
}

.service-sidebar .bg-light {
    background-color: #b5e7fa !important;
}

.services_title{
    font-size: 40px !important;
}

sup.ms-2.display-16{
    color: #282c90;
}
.card-body.text-center h3 a {
    font-weight: 700;
    font-size: 20px;
}
.card-style17 img {
    border: 10px solid #fff;
}

.portfolio-main_cust .card-style17 img {
    border: 0px solid #fff;
}
.portfolio-main_cust .card-body.text-center h3 a {
    font-size: 21px;
}

section.whatwedo_cust {
    background-color: #030771;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

section.whatwedo_cust .overlay_cust{
    padding: 100px 0;   
    background: rgb(3 7 113 / 50%);
}

.text-color p {
    color: #2c2b2b;
    font-size: 17px;
}

i.cust_arrow img {
    margin-top: 5px;
    max-width: 18px !important;
}


tbody, td, tfoot, th, thead, tr {
    border-color: #0e0e0e42;
    border-style: solid;
    border-width: 1px;
}

img.ser_sub_img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(22 26 137 / 45%), 0 6px 20px 0 rgb(22 26 137 / 48%);
    transition: all 300ms ease;
}

img.ser_sub_img:hover {
    transform: translateY(-15px);
}

.cust_bg {
    background-image: linear-gradient(45deg, #0486c04f, #57407a38);
    padding: 20px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin: 0 0 30px;
}

.ser_list strong {
    color: #000000;
    font-weight: 700;
}

.ser_list .ser_text {
    color: #312f2f;
    font-weight: 600;
    font-size: 17px;
}

.cust_bg h4 {
    color: #161a89;
}
.color_cust{
    color: #161a89;
}
.color_cust.un{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.cust_title_ser{
    background-image: linear-gradient(45deg, #282c90, #0893d8);
    width: fit-content;
    padding: 2px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

section.p-0.top-position1.min-vh-100 {
    margin-top: 0px !important;
}
.cust_bann_p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

section.ab_cust {
    padding: 100px 0 ;
}

section.ab_cust {
    background-image: linear-gradient(41deg, #0486c04f, #57407a61);
}

.ab_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ab_2 h4{
    font-size: 22px;
    color: #fff;
    background-image: linear-gradient(45deg, #282c90, #0893d8);
    padding: 2px 10px;
    width: fit-content;
    border-radius: 5px;
}
.cust_sertitle{
    text-decoration: 2px underline #31a2c7;
    text-underline-offset: 7px;
}

.footer_list li:before {
    content: "\e649";
    font-family: 'themify';
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}
.ser_list ul li:marker{
    color: transparent !important;
    display: none;
}
.footer_list li a:hover{
    text-decoration: 1px underline #31a2c7;
    text-underline-offset: 7px;
}

.footer_list li a{
    transition: all 0.4s ease-in-out 0s;
}


.footer_a{
    color: #fff !important;
    font-size: 16px;
}

.footer_a_icon{
    color: #fff !important;
}

.cust_con{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cust_bg_title{
    color: #fff;
    background-color: #02205499;
    width: fit-content;
    padding: 2px 20px;
    border-radius: 8px;
}

.sm-title_cust {
    font-size: 20px;
    background-image: linear-gradient(45deg, #282c90, #0893d8);
    padding: 3px 15px;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 20px;
}

.white-bg:hover {
    background-color: #fff;
    padding: 30px 30px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(0.95);
}
.white-bg {
    background-color: #fff;
    padding: 30px 30px 20px;
    border-radius: 20px;
    transition: transform 0.8s ease-in-out;
}

.section-title-02.cust {
    margin-bottom: 15px;
}

.footer-bar a{
    font-size: 17px;
    color: #31a2c7;
}

.bg-white_cust {
    background-image: linear-gradient(45deg, #0486c04f, #57407a38);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.career_cust{
    margin: 100px 0 280px;
}
.counter-style1 .count-block {
    top: 400px ;
    position: absolute;
    right: 0;
    bottom: 0;
}